mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-01 16:58:01 +02:00
Fixed bugs with spiral_vase and standby_temperature_delta
This commit is contained in:
@@ -255,7 +255,7 @@ void Tab::load_config(DynamicPrintConfig config)
|
||||
}
|
||||
break;
|
||||
case coPercent:
|
||||
value = std::to_string(int(config.option<ConfigOptionPercent>(opt_key)->value));
|
||||
value = config.option<ConfigOptionPercent>(opt_key)->value;// std::to_string(int(config.option<ConfigOptionPercent>(opt_key)->value));
|
||||
break;
|
||||
case coFloat:
|
||||
value = config.opt_float(opt_key);
|
||||
|
||||
Reference in New Issue
Block a user