-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[FR] reduce min/max bounds for the editor of z-probe "x offset" and "y offset" #26263
Labels
T: Feature Request
Features requested by users.
Comments
vlsi
added a commit
to vlsi/reborn2-marlin
that referenced
this issue
Sep 11, 2023
…SET_YRANGE_MIN, Z_PROBE_OFFSET_YRANGE_MAX to make UIs nicer, and limit M851 XY offsets M851 would respect the limits, so the system would be safer. Fixes MarlinFirmware#26263
vlsi
added a commit
to vlsi/reborn2-marlin
that referenced
this issue
Sep 11, 2023
…SET_YRANGE_MIN, Z_PROBE_OFFSET_YRANGE_MAX to make UIs nicer, and limit M851 XY offsets M851 would respect the limits, so the system would be safer. Fixes MarlinFirmware#26263
vlsi
added a commit
to vlsi/reborn2-marlin
that referenced
this issue
Sep 11, 2023
…SET_YRANGE_MIN, Z_PROBE_OFFSET_YRANGE_MAX to make UIs nicer, and limit M851 XY offsets M851 would respect the limits, so the system would be safer. Fixes MarlinFirmware#26263
vlsi
added a commit
to vlsi/reborn2-marlin
that referenced
this issue
Sep 11, 2023
…SET_YRANGE_MIN, Z_PROBE_OFFSET_YRANGE_MAX to make UIs nicer, and limit M851 XY offsets M851 would respect the limits, so the system would be safer. Fixes MarlinFirmware#26263
I've filed PR #26267, so moving the discussion there |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
Currently, ColorUI spawns an editor with BED SIZE minimal and maximal values for
x offset
.First, it triggers #26262, and it is inconvenient at the same time.
If the scrollbar was smaller, then it would be way easier to edit the needed value.
Are you looking for hardware support?
No response
Describe the feature you want
I suggest adding
//#define ZPROBE_XOFFSET_EDITABLE_BOUND 50
define toConfiguration.h
, and use 50 if the value is not provided.Marlin/Marlin/src/lcd/menu/menu_advanced.cpp
Lines 631 to 632 in 11f98ad
Additional context
No response
The text was updated successfully, but these errors were encountered: