Skip to content

Version 3.2.2

Compare
Choose a tag to compare
@chrishamm chrishamm released this 12 Feb 17:20

Compatible versions:

  • RepRapFirmware 3.2.2
  • DuetWebControl 3.2.2

Bug fixes:

  • Tabs at the beginning of G-code lines were not interpreted as up to 4 spaces
  • Payloads for conditional keywords had to be encapsulated in curly braces to allow usage of round braces
  • Parameters for codes that expected unprecedented parameters always had to be encapsulated in double quotes
  • When DWS was configured for a different port, no WebSocket sessions were permitted without extra CORS exception
  • DCS could be killed by systemd if runonce.g didn't finish quickly enough
  • break and continue didn't wait for pending codes to finish which could lead to problems with iterations
  • When empty comments were parsed, the Comment field of DSF codes remained null instead of string.Empty
  • Unlike in RRF G29 S0 accepted custom filenames (better solution is to use G29 followed by G29 S3)

Note that this version is 3.2.2 instead of 3.2.1 to avoid confusion for users who have an internal RRF 3.2.1 build installed for testing.