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

Update from Main #39

Merged
merged 308 commits into from
Jan 20, 2024
Merged

Update from Main #39

merged 308 commits into from
Jan 20, 2024

Conversation

BarbourSmith
Copy link
Owner

No description provided.

MitchBradley and others added 30 commits June 17, 2023 10:30
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
Added static_cast to suppress compiler warning.
Minimal test harness + CI test workflow
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.
bdring and others added 29 commits December 17, 2023 13:01
Inferred _homing sections were treated as home-able
2. Permit datetime field omission in file structure
3. Use jog instead of G0 for probe retraction
New Refr button in Tablet
=N,filename to show the first N lines
=N:M,filename to show lines [N..M)
... eliminates problems with first-time connection fails
index.html.gz responds to Files changed message
fixed wifi hostname not being applied
Minor improvements to PR 946
@BarbourSmith BarbourSmith merged commit dfa487f into BarbourSmith:main Jan 20, 2024
12 checks passed
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.