mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06: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:
parent
0ac982b8c2
commit
e7f379f4de
2 changed files with 2 additions and 2 deletions
|
@ -1973,7 +1973,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionFloat(100));
|
||||
|
||||
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. "
|
||||
"And turns a solid model into a single walled print with solid bottom layers. "
|
||||
"The final generated model has no seam");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue