mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Connecting UI parameters to the calculation input.
* I also added temporary default values in PrintConfig to not get random values.
This commit is contained in:
parent
ab94391fd0
commit
6430fb2ec2
3 changed files with 34 additions and 21 deletions
|
@ -33,7 +33,7 @@ struct SupportConfig {
|
|||
double head_front_radius_mm = 0.2;
|
||||
|
||||
// How much the pinhead has to penetrate the model surface
|
||||
double head_penetraiton = 0.2;
|
||||
double head_penetraiton_mm = 0.2;
|
||||
|
||||
// Radius of the back side of the 3d arrow.
|
||||
double head_back_radius_mm = 0.5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue