Skip to content

Releases: bdring/FluidNC

4.0.2-pre3

05 Feb 04:44
c35b5b6

Choose a tag to compare

4.0.2-pre3 Pre-release
Pre-release

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

01 Feb 00:39
4f91f7f

Choose a tag to compare

v4.0.2-pre2 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.2-pre1...v4.0.2-pre2

v4.0.2-pre1

29 Jan 04:39
016922f

Choose a tag to compare

v4.0.2-pre1 Pre-release
Pre-release

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

09 Jan 20:52
2a1a383

Choose a tag to compare

Bug Fixes

  • Fixed issue where spindle spin down delays were the wrong length
  • Fixed a WebUI issue due to an uninitialized variable.

v4.0.0

03 Jan 00:51
b812b52

Choose a tag to compare

First official release with ESP32-S3 Support. See the wiki for details on hardware and firmware for S3 chips

v4.0.0-pre3

09 Dec 20:04
e0e6761

Choose a tag to compare

v4.0.0-pre3 Pre-release
Pre-release

What's Changed

  • Fixed some issues with the release file scripts.
  • Added little endian support to Modbus spindles.

v3.9.9

04 Oct 12:19
3fd629d

Choose a tag to compare

Release Notes

  • New Features

    • There is now an option for probe activations during non probe motion cycles to trigger an alarm PR #1587
    • FluidTerm now works better with ESP32-S3 CDC USB
  • Bugs

    • Some arcs were not correctly checking soft limits #1586
    • fixed bug with atc_manual not moving correctly in G91 PR #1570
    • Fixed G92 and TLO gcode parameters PR #1559
    • Fixed issue with extra config value whitespace
    • Fixed issue related to failures to set NVS variable
  • Other

    • WebUI3 updated to latest version PR #1578

v3.9.8

04 Aug 19:46
38fab1b

Choose a tag to compare

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_ms setting is now constrained to a range of 20 to 250 to prevent users from using unreasonable values.
  • 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

05 May 19:40
26e86ec

Choose a tag to compare

New Release 3.9.7

New Features

  • ESP32 GPIO output strength. You can now specify the drive strength of output pins using the :ds attribute. 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

04 Apr 22:01
0a226ee

Choose a tag to compare

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.