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

fix: allow ignoring min_extrude_temp for load/unload filament macros #1096

Merged
merged 1 commit into from
May 7, 2023

Conversation

pedrolamas
Copy link
Member

We currently disable the LOAD_FILAMENT, UNLOAD_FILAMENT, M701 and M702 if the extruder temperature is not above min_extrude_temp.

But some users have code on these macros to raise the extruder temperature before it performs any extruder movement, thus it makes sense to keep these options enabled.

So per macro, if we add a ignore_min_extrude_temp variable and set that to true, then we will not disable the tool in case that.

Here's a configuration example for this variable:

[gcode_macro LOAD_FILAMENT]
variable_ignore_min_extrude_temp: True
gcode:
  ...

Fixes #1095

@pedrolamas pedrolamas added the FR - Enhancement New feature or request label May 6, 2023
@pedrolamas pedrolamas added this to the 1.24 milestone May 6, 2023
@pedrolamas pedrolamas requested review from matmen and kerbilg May 6, 2023 20:26
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas merged commit d14fa81 into fluidd-core:develop May 7, 2023
@pedrolamas pedrolamas deleted the pedrolamas/fix-1095 branch May 7, 2023 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FR - Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load/Unload Filament Low Temp
1 participant