Skip to content

Releases: bdring/FluidNC

v3.2.4

10 Nov 18:53
99bdb11
Compare
Choose a tag to compare

Features

Kinematics are back. CoreXY, Midtbot and a wallbot compile by default. Search wiki for kinematics
Advanced serial terminal mode (history, auto-complete, more)

Enhancements

M9 is now ignored if no coolant pins are setup. This prevents an unneeded buffer sync.
Better error feedback with incorrect speed_maps in config files.

Bug Fixes

$I crash fix and adding back $I= OEM information feature.
Added reasonable ranges for arc tolerance and junction deviation.
Resetting coordinate offsets with $rst=# was updating the current coordinate system until reboot.
Fixed an edge case where stepper idle was not working right.
Fixed VFD queue full issue
Fix planner bug causing offsets

v3.2.3

28 Oct 15:10
e1ec0bc
Compare
Choose a tag to compare
  • Bug Fixes
    • $Limit switch reporting
    • Realtime characters ($,!,~,^X, etc.) not seen in some modes
    • Cancel pending stepper idle on cycle start
  • WebUI
    • Lots of work on FluidNC tab and settings
    • Tool tips added to most buttons
    • Cleaned up hamburger menu
    • Flash Settings vs Config items selector.
  • Improvements
    • Removed unneeded boot messages
    • Added pin names to pin boot messages
    • Added a meta: key to config for file author comment

v3.2.2

23 Oct 21:10
c09b1a4
Compare
Choose a tag to compare
  • WebUI cleanup and fixes
    • Mitch's Tablet is now used
    • Settings cleanup in the firmware
    • Settings cleanup in the WebUI
  • Huanyang Spindle
    • Improved the messages
    • Reports the registers and values more clearly
    • Reports motor pole count

v3.2.1

14 Oct 22:38
29314f2
Compare
Choose a tag to compare
  • Improvements
    • XModem file upload
    • Config/Filename and Message/Level now show up in WebUI
  • Bug Fixes
    • Trinamic motors. The Coolstep, etc. modes were matching the config file setting.
    • Fixed crash issue with UART Trinamic Drivers
    • Fixed $CD= with empty filename issue

v3.2.0

08 Oct 21:28
e15a34e
Compare
Choose a tag to compare
  • Fixed Trinamic Driver Class Issues - TMC5160 Works!
  • Config/Filename can now be changed in alarm mode
  • Renamed the homing debounce_ms to settle_ms
  • Changed some default values to be better for people starting out.

v3.1.7

07 Oct 13:25
936305d
Compare
Choose a tag to compare

Note: This release will require you to update your config files. We renamed many of the keys to make them more consistent and more self describing. We hope this is the last time we need to do something like this.

  • Changed some file permissions in the install scripts
  • SPI Stepper drivers can now be used in daisy chain mode

v3.1.6

03 Oct 21:19
ca68365
Compare
Choose a tag to compare
  • Changed release to have only wifi and bt builds
  • Fixed SPIFFS.bin issue on releases
  • Cleaned up laser settings
  • Updated readme.md
  • Basic OLED Support

v3.1.5

25 Sep 01:48
830ffee
Compare
Choose a tag to compare
  • Move radio settings from config file to Settings
  • Fixed pull on stress free squaring
  • Updated versioning internal to the firmware
  • Fixed control button initial states

v3.1.4

17 Sep 00:57
33bacf5
Compare
Choose a tag to compare

Update SPI and SD card

v3.1.3

12 Sep 22:31
3181d6b
Compare
Choose a tag to compare
  • Converted IO to iostream format
  • Removed the default config.yaml, so it loads in a Test drive mode