mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
ENH: change spiral mode to be spiral vase
Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I3df7e0534c6b8e899c145a1b9ee199eeeaad54d0
This commit is contained in:
@@ -1973,7 +1973,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->set_default_value(new ConfigOptionFloat(100));
|
def->set_default_value(new ConfigOptionFloat(100));
|
||||||
|
|
||||||
def = this->add("spiral_mode", coBool);
|
def = this->add("spiral_mode", coBool);
|
||||||
def->label = L("Spiral mode");
|
def->label = L("Spiral vase");
|
||||||
def->tooltip = L("Spiralize smooths out the z moves of the outer contour. "
|
def->tooltip = L("Spiralize smooths out the z moves of the outer contour. "
|
||||||
"And turns a solid model into a single walled print with solid bottom layers. "
|
"And turns a solid model into a single walled print with solid bottom layers. "
|
||||||
"The final generated model has no seam");
|
"The final generated model has no seam");
|
||||||
|
|||||||
@@ -4422,7 +4422,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv
|
|||||||
};
|
};
|
||||||
const bool visible = m_buffers[buffer_id(type)].visible;
|
const bool visible = m_buffers[buffer_id(type)].visible;
|
||||||
if (type == EMoveType::Travel) {
|
if (type == EMoveType::Travel) {
|
||||||
//TODO display travel time, salt.wei
|
//TODO display travel time
|
||||||
append_option_item_with_type(type, Travel_Colors[0], _u8L("Travel"), visible);
|
append_option_item_with_type(type, Travel_Colors[0], _u8L("Travel"), visible);
|
||||||
}
|
}
|
||||||
else if (type == EMoveType::Seam)
|
else if (type == EMoveType::Seam)
|
||||||
|
|||||||
Reference in New Issue
Block a user