-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
G33 minor change #6621
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
G33 minor change #6621
Conversation
-further named remaining tests -A and O parameters obsolete -quick homing with home_delta() -preventing premature end
Marlin/Marlin_main.cpp
Outdated
@@ -5082,7 +5078,7 @@ void home_all_axes() { gcode_G28(); } | |||
|
|||
const int8_t verbose_level = code_seen('V') ? code_value_byte() : 1; | |||
if (!WITHIN(verbose_level, 0, 2)) { | |||
SERIAL_PROTOCOLLNPGM("?(V)erbose level is implausible (0-2)."); | |||
SERIAL_PROTOCOLLNPGM("?(V)erbose Level is implausible (0-2)."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was changed in a previous merge, and it isn't important really, but it suggests a rebase may be needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied the whole G33 routine from a non-Git local copy on my drive I use to develop and beta test. Hence not 100% up to date with the latest merges....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, no worries. Just better to not undo recent changes, if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
FWIW, it looks good to me.. but I don't have a delta so can't test. |
tested and all is well |
use the first probe result to prevent scraping the bed or floating to high above it
Squashed into #6700 |
-further named remaining tests
-A and O parameters obsolete
-quick homing with home_delta()
-preventing premature end