Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [filament_hub]
- v2_unwind_speed: 60 # 二代料盒退料速度
- v2_feed_speed: 60 # 二代料盒进料速度
- v1_unwind_speed: 60 # 一代料盒退料速度
- v1_feed_speed: 60 # 一代料盒进料速度
- unwind_speed_old_ace:55 # 旧料盒退料时在触发断料开关后的料盒退料速度
- unwind_length_after_triggered: 900
- [tmc2209 extruder]
- run_current: 0.9
- hold_current:0.4
- [bed_mesh]
- probe_count:7,7
- algorithm:bicubic
- # Homes the printer, heats bed/nozzle, clears mesh, then loads the default mesh profile.
- #dont forget WIPE EXIT before printing and set Z offset if not set by this gcode
- #no wait for bed, it heats while we home xy
- [gcode_macro L_HOME]
- gcode:
- M117 homing
- M104 S205 I1
- M140 S60 I1
- HOME_XY
- M109 S205 I1
- M190 S60 I1
- WIPE_ENTER
- WIPE_NOZZLE
- WIPE_STOP
- M106 S255
- M109 S140
- M106 S0
- BED_MESH_CLEAR
- G28 Z
- G1 Z30
- WIPE_ENTER
- WIPE_STOP
- M104 S205 I1
- BED_MESH_PROFILE LOAD=default
- G1 Z30
- M117 homed
- # Rebuilds and saves the default bed mesh profile.
- #no wait for bed, it heats while we home xy
- #LEVIQ2_TEMP_OFFSET we do not apply offset here, it would break homing
- [gcode_macro L_BMNLQCAL]
- gcode:
- M117 bed mesh updating
- M104 S200 I1
- M140 S60 I1
- HOME_XY
- M109 S200 I1
- WIPE_ENTER
- WIPE_NOZZLE
- WIPE_STOP
- M106 S255
- M109 S140
- M106 S0
- BED_MESH_CLEAR
- LEVIQ2_AUTO_ZOFFSET
- BED_MESH_CALIBRATE
- BED_MESH_PROFILE SAVE=default
- G1 Z30
- WIPE_ENTER
- WIPE_STOP
- L_COOLDOWN
- M117 bed mesh saved
- SAVE_CONFIG
- # Runs input shaper resonance calibration and saves the result.
- [gcode_macro L_RESONANCE_CALIBRATE]
- gcode:
- M117 resonance calibrating
- L_HOME
- G90
- G1 Z30
- M400
- SHAPER_CALIBRATE
- WIPE_ENTER
- WIPE_STOP
- L_COOLDOWN
- M117 resonance saved
- SAVE_CONFIG
- # Turns off hotend, bed, and all configured fans.
- [gcode_macro L_COOLDOWN]
- gcode:
- M117 cooldown
- M104 S0
- M140 S0
- M106 S0
- M106 P1 S0
- M106 P2 S0
- M106 P3 S0
- # Calibrates bed PID at 80C and hotend PID at 250C.
- # SAVE_CONFIG is intentionally last because it restarts the firmware host.
- [gcode_macro L_CALIBRATE_PID]
- gcode:
- M117 pid calibrating
- L_HOME
- G1 Z30
- WIPE_ENTER
- WIPE_STOP
- M117 pid bed 80C
- PID_CALIBRATE HEATER=heater_bed TARGET=80
- M117 pid hotend 250C
- PID_CALIBRATE HEATER=extruder TARGET=250
- M117 pid saved
- M104 S0
- M140 S0
- SAVE_CONFIG
- # Runs the full fixed wipe sequence.
- # Static manual calls only for GoKlipper compatibility.
- [gcode_macro L_WIPE]
- gcode:
- WIPE_ENTER
- WIPE_NOZZLE
- WIPE_STOP
- M400
- [gcode_macro L_CLEAN_NOZZLE]
- gcode:
- WIPE_ENTER
- WIPE_NOZZLE
- WIPE_STOP
- WIPE_EXIT
- M400
Advertisement
Add Comment
Please, Sign In to add comment