Commit cd69f53 1 parent 0b196ca commit cd69f53 Copy full SHA for 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 Original file line number Diff line number Diff line change 4
4
#
5
5
# This file may be distributed under the terms of the GNU GPLv3 license
6
6
#
7
- # Version 1.7
7
+ # Version 1.8
8
8
9
9
# add [include mainsail.cfg] to your printer.cfg to include it to your printer.cfg
10
10
# modify x_park, y_park, z_park_delta and extrude value at the macro _TOOLHEAD_PARK_PAUSE_CANCEL if needed
28
28
_TOOLHEAD_PARK_PAUSE_CANCEL
29
29
{% endif %}
30
30
TURN_OFF_HEATERS
31
+ M106 S0
31
32
CANCEL_PRINT_BASE
32
33
33
34
[gcode_macro PAUSE]
56
57
{% if printer.gcode_move.absolute_extrude |lower == ' true' %} M82 {% endif %}
57
58
{% else %}
58
59
{action_respond_info(" Extruder not hot enough" )}
59
- {% endif %}
60
+ {% endif %}
60
61
RESUME_BASE {get_params}
61
62
62
63
[gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL]
92
93
{% if printer.gcode_move.absolute_coordinates|lower == ' false' %} G91 {% endif %}
93
94
{% else %}
94
95
{action_respond_info(" Printer not homed" )}
95
- {% endif %}
96
+ {% endif %}
You can’t perform that action at this time.
0 commit comments