Skip to content
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

Conversation

classicrocker883
Copy link
Contributor

this is for drafting another PR

classicrocker883 and others added 30 commits December 6, 2023 09:50
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
swap to TERN_ in switch case
removed COLOR_AQUA - unused, same as COLOR_CYAN
fix JyersUI - MAX|MIN_Z_OFFSET
change from OPTCODE to #if
ResetMesh if HAS_MESH
classicrocker883 and others added 26 commits February 21, 2024 23:01
@thinkyhead
Copy link
Member

this is for drafting another PR

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.

@thinkyhead thinkyhead closed this Jul 15, 2024
@classicrocker883
Copy link
Contributor Author

classicrocker883 commented Jul 16, 2024

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?

@thisiskeithb
Copy link
Member

thisiskeithb commented Jul 16, 2024

how do I make this sort of check/test on my own?

Enable Actions in your fork and:

  • Disable all of the referenced branches under On -> pull_request / push or add your branch name to the list so the workflow runs.
  • Disable the if: github.repository == 'MarlinFirmware/Marlin' line to allow the workflow to run or change it to your fork.

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 make tests-all-local to run tests locally on your machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants