- fixed issue #341 that affected both postprocessors that have inlined feedrate: marlin and repetier. THe used feedrate was the Feedrate X-Y and instead had to be Feedrate Z.

This commit is contained in:
Marius Stanciu
2019-11-16 22:48:51 +02:00
committed by Marius
parent f20d5aaaca
commit 021e094b73
4 changed files with 19 additions and 9 deletions

View File

@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
16.11.2019
- fixed issue #341 that affected both postprocessors that have inlined feedrate: marlin and repetier. THe used feedrate was the Feedrate X-Y and instead had to be Feedrate Z.
15.11.2019
- added all the recognized extensions to the save dialog filters; latest extension used will be preselected next time a save operation occur