mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-18 05:45:42 -07:00
zHop updates
This commit is contained in:
parent
1e09779aca
commit
79f0938f74
1 changed files with 3 additions and 1 deletions
|
|
@ -12551,9 +12551,11 @@ void Plater::Calib_Practical_Flow_Ratio(const Calib_Params& params) {
|
|||
print_config->set_key_value("alternate_extra_wall", new ConfigOptionBool(false));
|
||||
print_config->set_key_value("reduce_crossing_wall", new ConfigOptionBool(true));
|
||||
|
||||
printer_config->set_key_value("retract_lift_enforce", new ConfigOptionEnumsGeneric{params.use_zhop ? RetractLiftEnforceType::rletBottomOnly : RetractLiftEnforceType::rletBottomOnly});
|
||||
printer_config->set_key_value("retract_lift_enforce", new ConfigOptionEnumsGeneric{params.use_zhop ? RetractLiftEnforceType::rletAllSurfaces : RetractLiftEnforceType::rletBottomOnly});
|
||||
printer_config->set_key_value("z_hop", new ConfigOptionFloats{params.use_zhop ? 0.4f : 0.0f});
|
||||
printer_config->set_key_value("z_hop_types", new ConfigOptionEnumsGeneric{ZHopType::zhtSlope});
|
||||
printer_config->set_key_value("retract_lift_above", new ConfigOptionFloats{0.0f});
|
||||
printer_config->set_key_value("retract_lift_below", new ConfigOptionFloats{100.0f});
|
||||
printer_config->set_key_value("travel_slope", new ConfigOptionFloats{45.0f});
|
||||
printer_config->set_key_value("wipe_distance", new ConfigOptionFloats{0.0f});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue