We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b383d5 commit f0e3ee3Copy full SHA for f0e3ee3
src/modules/mainsail/filesystem/home/pi/klipper_config/mainsail.cfg
@@ -4,7 +4,7 @@
4
#
5
# This file may be distributed under the terms of the GNU GPLv3 license
6
7
-# Version 1.10
+# Version 1.11
8
9
# add [include mainsail.cfg] to your printer.cfg to include it to your printer.cfg
10
# modify x_park, y_park, z_park_delta and extrude value at the macro _TOOLHEAD_PARK_PAUSE_CANCEL if needed
@@ -14,9 +14,7 @@
14
[virtual_sdcard]
15
path: ~/gcode_files
16
on_error_gcode:
17
- {% if error_message.startswith("Move exceeds maximum extrusion") %}
18
- CANCEL_PRINT
19
- {% endif %}
+ CANCEL_PRINT
20
21
[pause_resume]
22
0 commit comments