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:
PavelMikus 2022-12-12 17:44:51 +01:00 committed by Pavel Mikuš
parent b67fe277fc
commit 49b68b936c
8 changed files with 65 additions and 75 deletions

View file

@ -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))