Fix sidebar combobox behavior for support routing
"support_buildplate_only" was toggled only for default supports
This commit is contained in:
parent
32e323c64c
commit
aec0c4a0dc
4 changed files with 29 additions and 4 deletions
|
@ -1167,6 +1167,8 @@ Points get_bed_shape(const DynamicPrintConfig &cfg);
|
|||
Points get_bed_shape(const PrintConfig &cfg);
|
||||
Points get_bed_shape(const SLAPrinterConfig &cfg);
|
||||
|
||||
std::string get_sla_suptree_prefix(const DynamicPrintConfig &config);
|
||||
|
||||
// ModelConfig is a wrapper around DynamicPrintConfig with an addition of a timestamp.
|
||||
// Each change of ModelConfig is tracked by assigning a new timestamp from a global counter.
|
||||
// The counter is used for faster synchronization of the background slicing thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue