Skip to content

Commit cd69f53

Browse files
authored
feat: stop part fan on CANCEL_PRINT (#103)
1 parent 0b196ca commit cd69f53

File tree

1 file changed

+4
-3
lines changed
  • src/modules/mainsail/filesystem/home/pi/klipper_config

1 file changed

+4
-3
lines changed

src/modules/mainsail/filesystem/home/pi/klipper_config/mainsail.cfg

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This file may be distributed under the terms of the GNU GPLv3 license
66
#
7-
# Version 1.7
7+
# Version 1.8
88

99
# add [include mainsail.cfg] to your printer.cfg to include it to your printer.cfg
1010
# modify x_park, y_park, z_park_delta and extrude value at the macro _TOOLHEAD_PARK_PAUSE_CANCEL if needed
@@ -28,6 +28,7 @@ gcode:
2828
_TOOLHEAD_PARK_PAUSE_CANCEL
2929
{% endif %}
3030
TURN_OFF_HEATERS
31+
M106 S0
3132
CANCEL_PRINT_BASE
3233

3334
[gcode_macro PAUSE]
@@ -56,7 +57,7 @@ gcode:
5657
{% if printer.gcode_move.absolute_extrude |lower == 'true' %} M82 {% endif %}
5758
{% else %}
5859
{action_respond_info("Extruder not hot enough")}
59-
{% endif %}
60+
{% endif %}
6061
RESUME_BASE {get_params}
6162

6263
[gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL]
@@ -92,4 +93,4 @@ gcode:
9293
{% if printer.gcode_move.absolute_coordinates|lower == 'false' %} G91 {% endif %}
9394
{% else %}
9495
{action_respond_info("Printer not homed")}
95-
{% endif %}
96+
{% endif %}

0 commit comments

Comments
 (0)