Skip to content

Version 3.4-b5

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrishamm chrishamm released this 12 Oct 19:51
· 195 commits to v3.4-dev since this release

Changed behaviour:

  • config-override.g is now written by RepRapFirmware
  • Removed unused return command from API keywords
  • Removed deprecated CodeResult class from API
  • Added new -c parameter to ModelObserver to confirm receipt of data
  • Added new Keyword code type to DSF API

Bug fixes:

  • Automatic firmware update during unattended updates did not work
  • Automatic expansion board updates did not wait for completion
  • Fixed problem where subscribers received only cached model patches
  • Under certain circumstances macro files could be stopped too early (thanks Andy)
  • Pausing job files was not working if RRF reported no file position
  • boards[].mcuTemp, boards[].v12, and boards[].vIn were not nullable
  • Default firmware directory in the object model was wrong
  • JSON responses in subscriber patch mode were not necessarily live
  • M505 did not lock the movement before changing the sys directory
  • Local variables were not deleted when their scope was released
  • M105 did not output a NL at the end of Marlin-compatible replies