Releases: bdring/FluidNC
Releases Β· bdring/FluidNC
4.0.2-pre3
What's Changed
- Fix pendant files problem by @MitchBradley in #1673
- Fix WebUI startup problem
- Fix VFD speed sync problem
- Fix listing of wrong directory after file upload by @MitchBradley in #1675
- Added various commands to tab completion
- Fixed JSON encoding problem that broke pendants
- Added posix build target for integration testing
Full Changelog: v4.0.2-pre2...4.0.2-pre3
v4.0.2-pre2
What's Changed
- Completion also handles commands like $sd/list by @MitchBradley in #1658
- Fix speed syncing for non-generic VFD drivers by @MitchBradley in #1659
- Posix build by @MitchBradley in #1664
- Queued Channel characters were ignored by @MitchBradley in #1665
- Fixed WebUI loading problem by @MitchBradley in #1668
Full Changelog: v4.0.2-pre1...v4.0.2-pre2
v4.0.2-pre1
New Release v4.0.2-pre1
- VFD: Some received characters were being confused with the I/O expansion protocol
- Status Reports: Spindle speed overrides now force a response with the overrides on the next report.
- RC Servo: A previous change to a function broke the direction reverse feature
- WebDAV (Remote file system mapping): Improved WebDAV and added MAC OS support.
- Parking: Fix an issue where the wrong axis would move.
v4.0.1
v4.0.0
First official release with ESP32-S3 Support. See the wiki for details on hardware and firmware for S3 chips
v4.0.0-pre3
What's Changed
- Fixed some issues with the release file scripts.
- Added little endian support to Modbus spindles.
v3.9.9
v3.9.8
New Release v3.9.8
Bug Fixes
- Probing fixes.
- Under certain conditions the reporting of the probe activation was causing a crash
- The toolsetter will now report as "T", rather than both the probe and toolsetter reporting as "P"
- Limit status fix
- Initial state was not reported correctly in some configurations.
- RC Servo fix
- The
timer_mssetting is now constrained to a range of 20 to 250 to prevent users from using unreasonable values.
- The
- Plasma spindle:
- set_enable now happens before arc_ok is checked.
- Gcode line numbers.
- Reporting the file line number was not correct when the file had loops.
v3.9.7
New Release 3.9.7
New Features
- ESP32 GPIO output strength. You can now specify the drive strength of output pins using the
:dsattribute. This was added to allow people to tune rise time and reflections on things like i2so and spi pins. This is for advanced users only. Read about it here - TMC2130 & TMC5160 Motor drivers. You can now configure the drivers to output errors to the diag0 pin. Read about it here and read the driver datasheets.
Bug fixes
- Fixed the after_homing macro
- The report if S in the ? status report will now always report 0 in M5 mode.
- In some case the SD card was not initializing the first time. It will now try a second time.
v3.9.6
New Release v3.9.6
- Final tweaks for I/O expanders.
- New homing_switch_pin. Home from a button push. See control outputs in wiki
- $$ response now reports ABC axe values. Helps with some annoyingly picky gcode senders.