mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 08:28:42 +03:00
add max_bridge_length
This commit is contained in:
@@ -792,7 +792,9 @@ bool PrintObject::invalidate_state_by_config_options(
|
||||
|| opt_key == "raft_first_layer_density"
|
||||
|| opt_key == "raft_first_layer_expansion"
|
||||
|| opt_key == "dont_support_bridges"
|
||||
|| opt_key == "first_layer_extrusion_width") {
|
||||
|| opt_key == "first_layer_extrusion_width"
|
||||
//w28
|
||||
|| opt_key == "max_bridge_length") {
|
||||
steps.emplace_back(posSupportMaterial);
|
||||
} else if (opt_key == "bottom_solid_layers") {
|
||||
steps.emplace_back(posPrepareInfill);
|
||||
|
||||
Reference in New Issue
Block a user