Skip to content

Commit f0e3ee3

Browse files
authored
fix: correct on_error_gcode in mainsail.cfg (#118)
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
1 parent 0b383d5 commit f0e3ee3

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

+2-4
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.10
7+
# Version 1.11
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
@@ -14,9 +14,7 @@
1414
[virtual_sdcard]
1515
path: ~/gcode_files
1616
on_error_gcode:
17-
{% if error_message.startswith("Move exceeds maximum extrusion") %}
18-
CANCEL_PRINT
19-
{% endif %}
17+
CANCEL_PRINT
2018

2119
[pause_resume]
2220

0 commit comments

Comments
 (0)