-
-
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
Various small fixes/tweaks - draft #27264
Various small fixes/tweaks - draft #27264
Conversation
remove whitespace, add hyphen (-) remove unused `INLINE_USART_IRQ` optimize code
have `HAS_Z_OFFSET_ITEM` defined in one file undef PROBE_OFFSET_ZMIN when ProUI is disabled
"#if DISABLED(PROBE_MANUALLY) && ANY(AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL)" is literally HAS_AUTOLEVEL
if one had no Probe and no Mesh, they can still adjust their Z-Offset
… into bugfix-2.1.x-Dec
… into bugfix-2.1.x-Dec
swap to TERN_ in switch case
… into bugfix-2.1.x-Dec
removed COLOR_AQUA - unused, same as COLOR_CYAN
fix JyersUI - MAX|MIN_Z_OFFSET
… into bugfix-2.1.x-Dec
change from OPTCODE to #if
… into bugfix-2.1.x-Dec
ResetMesh if HAS_MESH
… into bugfix-2.1.x-Dec
… into bugfix-2.1.x-Dec
… into bugfix-2.1.x-Dec
… into bugfix-2.1.x-Dec
… into bugfix-2.1.x-Dec
… into bugfix-2.1.x-Dec
Please don't use our PR queue to work on your PRs. Keep groups of changes like this in your own fork and parcel them out in smaller pieces to individual branches before submitting them as little PRs. |
that was I was doing, trying to separate this one. I like the Actions feature that automatically check tests when there is a Push. how do I make this sort of check/test on my own? |
Enable Actions in your fork and:
See https://docs.github.com/en/actions for more information on how to use GitHub Actions. Another option (and least disruptive to your branch/fork) is to change to the Marlin project root and run |
this is for drafting another PR