forked from bdring/FluidNC
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update from Main #39
Merged
Merged
Update from Main #39
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Needs refactoring
The resolution may round a jog position to a fraction of a step outside of the valid range.
This CI workflow triggers a Github action to: - Install PlatformIO at a known version (modulo minor revision) - Runs against Windows, Linux, and MacOS - Builds a number of PlatformIO environments The PlatformIO environments built are initially noradio, wifi, and bt. It is easy to include additional environments, but in the spirit of having a CI which balances speed with catching true-positive failures, we select only these three. In addition, there is support for additional "_s2", "_s3" variants, but for this initial CI pipeline, they are not built, as they greatly increase CI time.
Allow jog out of soft limit area.
... by setting the auto-report interval to 0 in preferences.
Use `std::string_view` in favor of `StringRange`
also rename member variables to _foo instead of foo_, for consistency with other parts of the FluidNC code.
Allow 8-bit characters in SSIDs
Create build-only CI workflow
Added static_cast to suppress compiler warning.
Minimal test harness + CI test workflow
Fix hashing
Visualizer bounding box fix, allow auto-report to be configured off
1. Newline was not being added correctly on channel output 2. linebuf was being cleared unnecessarily on pretty string output
Need to update other UART drivers.
Inferred _homing sections were treated as home-able
Uart fixes
2. Permit datetime field omission in file structure 3. Use jog instead of G0 for probe retraction
List JSON
New Refr button in Tablet
Moving config files
=N,filename to show the first N lines =N:M,filename to show lines [N..M)
... eliminates problems with first-time connection fails
Report file changes
index.html.gz responds to Files changed message
Channel pin extender
fixed wifi hostname not being applied
Minor improvements to PR 946
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.