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.
The Custom Menu Item defined in Configuration_adv.h for Z Probe Offset does not work. Defined M28 GCode -
#define MAIN_MENU_ITEM_4_DESC "4. Z OffSet Wizard" #define MAIN_MENU_ITEM_4_GCODE "G28" //Modif menu_main.cpp(lig158) #define MAIN_MENU_ITEM_4_CONFIRM
This works with 2.1.2.5 build. Checked with Bugfix too, does not work.
No response
I expect it to run a Z-offset wizard.
Homes all axes and nothing further.
2.1.3-b1
FLSUN Q5 Robin Nano V1
All TMC2209 UART
UBL Bilinear mesh
None
Configuration.h
Configuration_adv.h
Config.zip
The text was updated successfully, but these errors were encountered:
these are not marlin provided config files and they do not conform to 2.1.3-b1 Config format.
Sorry, something went wrong.
G28 Has never initiated Z-offset wizard in Stock Marlin
Appreciate the clarification. What can I define to initiate the Z-Probe Wizard in place of G28? FYI This is the Fork - https://github.com/Foxies-CSTL/Marlin_2.1.x/tree/bugfix-2.1.x May be they changed something about G28.
You need to raise an issue on that fork, we cannot support 3rd party forks.
No branches or pull requests
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
The Custom Menu Item defined in Configuration_adv.h for Z Probe Offset does not work. Defined M28 GCode -
#define MAIN_MENU_ITEM_4_DESC "4. Z OffSet Wizard"
#define MAIN_MENU_ITEM_4_GCODE "G28" //Modif menu_main.cpp(lig158)
#define MAIN_MENU_ITEM_4_CONFIRM
This works with 2.1.2.5 build. Checked with Bugfix too, does not work.
Bug Timeline
No response
Expected behavior
I expect it to run a Z-offset wizard.
Actual behavior
Homes all axes and nothing further.
Steps to Reproduce
No response
Version of Marlin Firmware
2.1.3-b1
Printer model
FLSUN Q5 Robin Nano V1
Electronics
All TMC2209 UART
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Config.zip
The text was updated successfully, but these errors were encountered: