Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in CANCEL_PRINT Macro #150

Open
dutchronnie opened this issue Jan 12, 2025 · 0 comments
Open

Error in CANCEL_PRINT Macro #150

dutchronnie opened this issue Jan 12, 2025 · 0 comments

Comments

@dutchronnie
Copy link

[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:

Then:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant