mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
rename slicing mode ==> slicing tolerance
This commit is contained in:
parent
4650a12324
commit
823d11f0e1
1 changed files with 2 additions and 2 deletions
|
@ -643,9 +643,9 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
"slicing_mode":
|
||||
"slicing_tolerance":
|
||||
{
|
||||
"label": "Slicing Mode",
|
||||
"label": "Slicing Tolerance",
|
||||
"description": "How to slice layers with diagonal surfaces. The areas of a layer can be generated based on where the middle of the layer intersects the surface (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the height of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Exclusive retains the most details, Inclusive makes for the best fit and Middle takes the least time to process.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue