- added a new method for GCode generation for Geometry objects
- added multiple algorithms for path optimization when generating GCode from an Geometry object beside the original Rtree algorithm: TSA, OR-Tools Basic, OR-Tools metaheuristics - added controls for Geometry object path optimization in Preferences
This commit is contained in:
@@ -298,6 +298,8 @@ class FlatCAMDefaults:
|
||||
"geometry_cnctooldia": "2.4",
|
||||
"geometry_merge_fuse_tools": True,
|
||||
"geometry_plot_line": "#FF0000",
|
||||
"geometry_optimization_type": 'R',
|
||||
"geometry_search_time": 3,
|
||||
|
||||
# Geometry Options
|
||||
"geometry_cutz": -2.4,
|
||||
|
||||
Reference in New Issue
Block a user