- in Film Plugin added new parameters and improvements: now the negative film can have a box that is convex and it is no longer limited to square shapes. Also, if the box object has only one geometric element (an outline) then that one will be the final shape of the negative

This commit is contained in:
Marius Stanciu
2021-09-24 03:42:10 +03:00
committed by Marius
parent e7e7ab8664
commit 15b651147b
5 changed files with 144 additions and 42 deletions

View File

@@ -542,6 +542,8 @@ class FlatCAMDefaults:
"tools_2sided_allign_axis": "X",
# Film Tool
"tools_film_shape": False,
"tools_film_rounded": False,
"tools_film_polarity": 'neg',
"tools_film_boundary": 1.0,
"tools_film_scale_stroke": 0,