[2.0.x] option to enable firmware retraction but disable autoretract#11904
[2.0.x] option to enable firmware retraction but disable autoretract#11904thinkyhead merged 3 commits intoMarlinFirmware:bugfix-2.0.xfrom Palatis:bugfix-2.0.x-autoretract
Conversation
9d867f9 to
849dea9
Compare
|
should have the indentation corrected |
Marlin/Configuration_adv.h
Outdated
There was a problem hiding this comment.
It would be better to disable M209 completely, so the G-code throws an “unknown G-code” error when this feature is not enabled.
|
weird... why does travis fail? |
|
Travis tests a large number of configuration options. Some of them will pass, others will fail. In this case the error was a simple typo in |
|
When the code has been rebased, as we do here in Marlin-land, you must not force-push your branch or you end up destroying all the corrections we've made. I've added a single commit containing all the changes that your last force-push stomped on. Check it out. It's instructive. In future, please ask for guidance before force-pushing any changes to an open PR. |
|
I'm really sorry about the force-push, as described in #11869. I'll see what I can do and tweak the script, finally push by hand to avoid breaking anything. Apologize again for the inconvenience. |
Description
add a
configuration_adv.hoption to enable firmware retraction but disable auto-retract.auto-retract will stay off (ignores
M209) and firmware retraction can only be issued byG10andG11.Benefits
saves ~500 bytes of PROGMEM on AVR when auto-retract is disabled.