You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gcode_macro CANCEL_PRINT]
rename_existing: BASE_CANCEL_PRINT
gcode:
SET_IDLE_TIMEOUT TIMEOUT={printer.configfile.settings.idle_timeout.timeout} ; set timeout back to configured value
CLEAR_PAUSE
SDCARD_RESET_FILE
PRINT_END
BASE_CANCEL_PRINT
Put SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=1 in your PRINT_START/resume macros.
Put SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0 in your PRINT_END/pause/cancel macros.
The above pause/resume/cancel macros have this already. Just update the sensor name.
But this is not Right:
SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0 is not in the CANCEL_PRINT macro,
I have spent a lot of time to figure this out, because i assumed that this rule was already in the Macro
Can you modify the page? so others will benefit this.
This is only a comment, i Love your pages.
The text was updated successfully, but these errors were encountered:
[gcode_macro CANCEL_PRINT]
rename_existing: BASE_CANCEL_PRINT
gcode:
SET_IDLE_TIMEOUT TIMEOUT={printer.configfile.settings.idle_timeout.timeout} ; set timeout back to configured value
CLEAR_PAUSE
SDCARD_RESET_FILE
PRINT_END
BASE_CANCEL_PRINT
on the bottom of the page https://ellis3dp.com/Print-Tuning-Guide/articles/useful_macros/pause_resume_filament.html#example-filament-sensor-config
There is the following text:
But this is not Right:
SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0 is not in the CANCEL_PRINT macro,
I have spent a lot of time to figure this out, because i assumed that this rule was already in the Macro
Can you modify the page? so others will benefit this.
This is only a comment, i Love your pages.
The text was updated successfully, but these errors were encountered: