Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Firmware/skr_mini_e3_v2_config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ gcode:
M117 Homing... ; display message
G28 Y0 X0 Z0

# Temperature parameters from common superslicer profiles.
#{% set bed_temp = params.BED|default(60)|float %}
#{% set extruder_temp = params.EXTRUDER|default(190)|float %}
#M190 S{bed_temp} ; Set the bed temp and wait
#M109 S{extruder_temp} ; Set extruder temp and wait

##Purge Line Gcode
#G92 E0;
#G90
Expand Down
8 changes: 7 additions & 1 deletion Firmware/skr_mini_e3_v3_config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ gcode:
M117 Homing... ; display message
G28 Y0 X0 Z0

# Temperature parameters from common superslicer profiles.
#{% set bed_temp = params.BED|default(60)|float %}
#{% set extruder_temp = params.EXTRUDER|default(190)|float %}
#M190 S{bed_temp} ; Set the bed temp and wait
#M109 S{extruder_temp} ; Set extruder temp and wait

##Purge Line Gcode
#G92 E0;
#G90
Expand Down Expand Up @@ -400,4 +406,4 @@ gcode:
M106 S0 ; turn off fan
G90 ; absolute positioning
G0 X{max_x / 2} Y{max_y} F3600 ; park nozzle at rear
M117 Finished!
M117 Finished!