- if Start Z parameter is set in Edit -> Preferences now there is no extra lift GCode because it is replaced by the startz GCode (except for laser preprocessors)

This commit is contained in:
Marius Stanciu
2022-02-15 22:19:48 +02:00
committed by Marius
parent a1a999b635
commit ac81f4f9f4
2 changed files with 18 additions and 22 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM beta
- added ability to copy the coordinates of the exclusion area with the context menu actions in the Exclusion areas table found in the Milling/Drilling plugins
- in Tcl command `add_polygon` added ability to use `-p_coords` optional parameter where the value of this argument should be a list of tuple coordinates
- minor fixes in the Milling Plugin
- if `Start Z` parameter is set in Edit -> Preferences now there is no extra lift GCode because it is replaced by the startz GCode (except for `laser` preprocessors)
13.02.2022