Skip to content

Commit

Permalink
pause setting + endcode tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Glodigit committed Feb 2, 2025
1 parent 86bc562 commit b3ebada
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Copy to SD Card root directory to update/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ long_filename:2
# Format: [pause_retract: R<retract length> P<resume purge length>]
# Unit: [length in mm]
# Value range: [min: 0.0, max: 20.0]
pause_retract:R15.0 P16.0
pause_retract:R5.0 P6.0

## Pause XY Position
# NOTES:
Expand All @@ -630,7 +630,7 @@ pause_retract:R15.0 P16.0
# Format: [pause_pos: X<position> Y<position>]
# Unit: [position in mm]
# Value range: [min: -2000.0, max: 2000.0]
pause_pos:X10.0 Y10.0
pause_pos:X0.0 Y305.0

## Pause Z Raise
# Raise Z axis by this value relative to the current layer height.
Expand Down Expand Up @@ -742,23 +742,23 @@ touchmi_sensor:0
# Value range: name: [min: 3, max: 20 characters]
# hotend temp: [min: 20, max: 1000]
# bed temp: [min: 20, max: 400]
preheat_name_1:PLA
preheat_temp_1:T206 B60
preheat_name_1:ABS
preheat_temp_1:T236 B90

preheat_name_2:PETG
preheat_temp_2:T242 B80
preheat_temp_2:T236 B80

preheat_name_3:ABS
preheat_temp_3:T230 B90
preheat_name_3:TPU
preheat_temp_3:T224 B70

preheat_name_4:WOOD
preheat_temp_4:T180 B48
preheat_name_4:PLA
preheat_temp_4:T206 B60

preheat_name_5:TPU
preheat_temp_5:T218 B48
preheat_name_5:CLEAN
preheat_temp_5:T110 B20

preheat_name_6:NYLON
preheat_temp_6:T248 B90
preheat_name_6:LEVEL
preheat_temp_6:T150 B50


#--------------------------------------------------------------------
Expand Down Expand Up @@ -1034,7 +1034,7 @@ start_gcode:G28 XY R20\n
#### End G-code
# This G-code will run after a print is completed if "end_gcode_enabled" is enabled.
# Value range: [min: 3, max: 75 characters]
end_gcode:M104 S0\nM140 S0\nM107\nM18\n
end_gcode:M104 S0\nM140 S0\nM107\nM18 XY\n

#### Cancel G-code
# This G-code will run when a print is cancelled if "cancel_gcode_enabled" is enabled.
Expand Down

0 comments on commit b3ebada

Please sign in to comment.