|
@@ -3114,8 +3114,8 @@ class FlatCAMGeometry(FlatCAMObj, Geometry):
|
|
|
# engine of FlatCAM. Most likely are generated by some of tools and are special cases of geometries.
|
|
# engine of FlatCAM. Most likely are generated by some of tools and are special cases of geometries.
|
|
|
self. special_group = None
|
|
self. special_group = None
|
|
|
|
|
|
|
|
- self.old_pp_state = ''
|
|
|
|
|
- self.old_toolchangeg_state = ''
|
|
|
|
|
|
|
+ self.old_pp_state = self.app.defaults["geometry_multidepth"]
|
|
|
|
|
+ self.old_toolchangeg_state = self.app.defaults["geometry_toolchange"]
|
|
|
|
|
|
|
|
# Attributes to be included in serialization
|
|
# Attributes to be included in serialization
|
|
|
# Always append to it because it carries contents
|
|
# Always append to it because it carries contents
|