refactored support spot generator to store data in the shared PrintObjectRegions struct, automatic coloring moved to frontend.
There are still issues with multiple instances
This commit is contained in:
parent
b67fe277fc
commit
49b68b936c
8 changed files with 65 additions and 75 deletions
|
@ -516,7 +516,7 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionFloatOrPercent, min_feature_size))
|
||||
((ConfigOptionFloatOrPercent, min_bead_width))
|
||||
((ConfigOptionBool, support_material))
|
||||
// Automatic supports (generated based on support_material_threshold).
|
||||
// Automatic supports (generated based fdm support point generator).
|
||||
((ConfigOptionBool, support_material_auto))
|
||||
// Direction of the support pattern (in XY plane).`
|
||||
((ConfigOptionFloat, support_material_angle))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue