We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bugfix-2.1.x
Yes, and the problem still exists.
In an earlier version of Marlin, the G29 command had an option that SKIPPED the generation of a new Matrix if a valid matrix was already Present.
My Code on that version was: G29 O S1 M420 S1
It saved LOTS of time on subsequent prints
2023
I expected it to SKIP building a Matrix if one existed
Depending on the Version of Marlin it either skipped it with an error, or in more recent versions it just STOPPED and didn't process anything further.
Use Pronterface and send the Above codes.
2.0.2
Various
No response
None
Configuration.h
Configuration_adv.h
No ZIP file, as it is not something in Config.h that I know of....
The text was updated successfully, but these errors were encountered:
G29 is different for each type of bed leveling
https://marlinfw.org/docs/gcode/G029-abl-3point.html https://marlinfw.org/docs/gcode/G029-abl-linear.html https://marlinfw.org/docs/gcode/G029-mbl.html https://marlinfw.org/docs/gcode/G029-abl-bilinear.html https://marlinfw.org/docs/gcode/G029-ubl.html
Only 3point, linear and bilinear has the O option
Sorry, something went wrong.
No branches or pull requests
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
In an earlier version of Marlin, the G29 command had an option that SKIPPED the generation of a new Matrix if a valid matrix was already Present.
My Code on that version was:
G29 O S1
M420 S1
It saved LOTS of time on subsequent prints
Bug Timeline
2023
Expected behavior
I expected it to SKIP building a Matrix if one existed
Actual behavior
Depending on the Version of Marlin it either skipped it with an error, or in more recent versions it just STOPPED and didn't process anything further.
Steps to Reproduce
Use Pronterface and send the Above codes.
Version of Marlin Firmware
2.0.2
Printer model
Various
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No ZIP file, as it is not something in Config.h that I know of....
The text was updated successfully, but these errors were encountered: