Skip to content

v2.0.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@breiler breiler released this 18 Jan 06:15
· 391 commits to master since this release

Downloads

UGS Platform

Windows Windows
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Release notes

Bugfixes

  • Fixed a bunch of issues with the CLI-interface (terminal).
    • It did not wait for the homing complete before trying to send the gcode file.
    • When the stream was paused there was no way to continue
  • Now remembers the file chooser settings (#1710 and #1749)
  • The editor will now recognize gcode commands that are zero-padded (G0 == G00)
  • Fixed the CTRL-S shortcut for saving files
  • Fixed problem with translate to zero that also changed the Z position of the model.
  • Fixed problem with highlighting lines as processed in the visualizer when using generated commands such as jogging.
  • Fixed problem with the "Run from action" only working on the first opened document. The context was never refreshed.
  • Fixed visualizer highlight line width to work without deprecated OpenGL API:s for setting line width
  • Error parser now parses gcode when file is loaded, fixed bug requiring the user to modify gcode for the parser to kick in.
  • Fixed problem with actions not getting enabled given a certain state (#1747)

Features

  • Now possible to ungroup/split geometries in the designer (#1742)
  • Added feature to multiply geometries in the designer (#1743)
  • Added units to setting text fields in the designer (#1746)
  • Added possibility to set the start depth for cutting in the designer
  • Fixed the pocket operation in the designer
  • Added a highlight in the editor to show what gcode being skipped when using "Run from..."
  • Added actions to editor toolbar
  • Added actions to visualizer toolbar
  • Added a zoom action that listens to a shift-key to toggle zoom out / zoom in the designer.
  • Added mouse wheel zoom in the designer
  • Now uses jog feed rate to generate outline (#1767)

Other improvements

  • Removed the usage of jgitver which caused issues when developing in IntelliJ

Full Changelog: v2.0.9...v2.0.10