mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
JSOn fix: better language hollow wipe tower settings (CURA-2325)
This commit is contained in:
parent
c95f983b9b
commit
8016cb648b
1 changed files with 3 additions and 3 deletions
|
@ -3649,7 +3649,7 @@
|
|||
"prime_tower_min_volume":
|
||||
{
|
||||
"label": "Prime Tower Minimum Volume",
|
||||
"description": "The minimum volume each layer of the prime tower in order to purge enough material.",
|
||||
"description": "The minimum volume for each layer of the prime tower in order to purge enough material.",
|
||||
"unit": "mm³",
|
||||
"type": "float",
|
||||
"default_value": 4.544,
|
||||
|
@ -3663,8 +3663,8 @@
|
|||
{
|
||||
"prime_tower_wall_thickness":
|
||||
{
|
||||
"label": "Prime Tower Wall Thickness",
|
||||
"description": "The thickness of the outside walls in the horizontal direction. This value divided by the wall line width defines the number of walls.",
|
||||
"label": "Prime Tower Thickness",
|
||||
"description": "The thickness of the hollow prime tower. A thickness larger than half the Prime Tower Minimum Volume will result in a dense prime tower.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 0.8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue