mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 20:51:12 -06:00
Merge branch 'main' into spanish_translation
This commit is contained in:
commit
7b6e94972a
4 changed files with 35734 additions and 38510 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -211,7 +211,11 @@ void BackgroundSlicingProcess::process_fff()
|
||||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: export gcode from %2% directly to %3%")%__LINE__%m_temp_output_path %m_export_path;
|
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: export gcode from %2% directly to %3%")%__LINE__%m_temp_output_path %m_export_path;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_fff_print->export_gcode_from_previous_file(m_temp_output_path, m_gcode_result, [this](const ThumbnailsParams& params) { return this->render_thumbnails(params); });
|
if (m_upload_job.empty()) {
|
||||||
|
m_fff_print->export_gcode_from_previous_file(m_temp_output_path, m_gcode_result, [this](const ThumbnailsParams ¶ms) {
|
||||||
|
return this->render_thumbnails(params);
|
||||||
|
});
|
||||||
|
}
|
||||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: export_gcode_from_previous_file from %2% finished")%__LINE__ % m_temp_output_path;
|
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: export_gcode_from_previous_file from %2% finished")%__LINE__ % m_temp_output_path;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8638,7 +8638,7 @@ void Plater::calib_max_vol_speed(const Calib_Params& params)
|
||||||
print_config->set_key_value("timelapse_type", new ConfigOptionEnum<TimelapseType>(tlTraditional));
|
print_config->set_key_value("timelapse_type", new ConfigOptionEnum<TimelapseType>(tlTraditional));
|
||||||
print_config->set_key_value("wall_loops", new ConfigOptionInt(1));
|
print_config->set_key_value("wall_loops", new ConfigOptionInt(1));
|
||||||
print_config->set_key_value("top_shell_layers", new ConfigOptionInt(0));
|
print_config->set_key_value("top_shell_layers", new ConfigOptionInt(0));
|
||||||
print_config->set_key_value("bottom_shell_layers", new ConfigOptionInt(1));
|
print_config->set_key_value("bottom_shell_layers", new ConfigOptionInt(0));
|
||||||
print_config->set_key_value("sparse_infill_density", new ConfigOptionPercent(0));
|
print_config->set_key_value("sparse_infill_density", new ConfigOptionPercent(0));
|
||||||
print_config->set_key_value("overhang_reverse", new ConfigOptionBool(false));
|
print_config->set_key_value("overhang_reverse", new ConfigOptionBool(false));
|
||||||
print_config->set_key_value("spiral_mode", new ConfigOptionBool(true));
|
print_config->set_key_value("spiral_mode", new ConfigOptionBool(true));
|
||||||
|
|
@ -8646,7 +8646,7 @@ void Plater::calib_max_vol_speed(const Calib_Params& params)
|
||||||
print_config->set_key_value("initial_layer_print_height", new ConfigOptionFloat(layer_height));
|
print_config->set_key_value("initial_layer_print_height", new ConfigOptionFloat(layer_height));
|
||||||
print_config->set_key_value("layer_height", new ConfigOptionFloat(layer_height));
|
print_config->set_key_value("layer_height", new ConfigOptionFloat(layer_height));
|
||||||
obj->config.set_key_value("brim_type", new ConfigOptionEnum<BrimType>(btOuterAndInner));
|
obj->config.set_key_value("brim_type", new ConfigOptionEnum<BrimType>(btOuterAndInner));
|
||||||
obj->config.set_key_value("brim_width", new ConfigOptionFloat(3.0));
|
obj->config.set_key_value("brim_width", new ConfigOptionFloat(5.0));
|
||||||
obj->config.set_key_value("brim_object_gap", new ConfigOptionFloat(0.0));
|
obj->config.set_key_value("brim_object_gap", new ConfigOptionFloat(0.0));
|
||||||
|
|
||||||
changed_objects({ 0 });
|
changed_objects({ 0 });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue