mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Ported PrintObject::prepare_infill & combine_infill from Perl to C++.
This commit is contained in:
@@ -68,7 +68,7 @@ PrintConfigDef::PrintConfigDef()
|
||||
def = this->add("bridge_angle", coFloat);
|
||||
def->label = "Bridging angle";
|
||||
def->category = "Infill";
|
||||
def->tooltip = "Bridging angle override. If left to zero, the bridging angle will be calculated automatically. Otherwise the provided angle will be used for all bridges, use 180° for zero angle.";
|
||||
def->tooltip = "Bridging angle override. If left to zero, the bridging angle will be calculated automatically. Otherwise the provided angle will be used for all bridges. Use 180° for zero angle.";
|
||||
def->sidetext = "°";
|
||||
def->cli = "bridge-angle=f";
|
||||
def->min = 0;
|
||||
|
||||
Reference in New Issue
Block a user