- fixed the GCode generation such that (for milling Geometries) the choice of using (or not) and end position is respected

- for `hpgl` code generation made sure that the first travel line is not marked as a cut line when using a toolchange event
This commit is contained in:
Marius Stanciu
2022-03-22 00:33:02 +02:00
committed by Marius
parent 28201b60c3
commit f641cc65bd
2 changed files with 15 additions and 3 deletions

View File

@@ -7,6 +7,11 @@ CHANGELOG for FlatCAM beta
=================================================
22.03.2022
- fixed the GCode generation such that (for milling Geometries) the choice of using (or not) and end position is respected
- for `hpgl` code generation made sure that the first travel line is not marked as a cut line when using a toolchange event
21.03.2022
- optimized the UI for the CNCJob object