mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Merge branch 'master' of https://github.com/OpusMcN/Cura into OpusMcN-master
This commit is contained in:
commit
0ddb2d5ea8
2 changed files with 12 additions and 0 deletions
|
@ -6518,6 +6518,18 @@
|
|||
"default_value": 50,
|
||||
"enabled": "conical_overhang_enabled"
|
||||
},
|
||||
"conical_overhang_hole_size":
|
||||
{
|
||||
"label": "Maximum Overhang Hole Area",
|
||||
"description": "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base.",
|
||||
"unit": "mm²",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "0",
|
||||
"maximum_value": "99999999999",
|
||||
"default_value": 0,
|
||||
"enabled": "conical_overhang_enabled"
|
||||
},
|
||||
"coasting_enable":
|
||||
{
|
||||
"label": "Enable Coasting",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue