mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:55:54 +08:00
Update atom2.def.json
Simplify brim width to adjust only the value
This commit is contained in:
parent
d089bf16cd
commit
6560766b1f
@ -30,34 +30,6 @@
|
|||||||
"speed_print": { "default_value": 32 },
|
"speed_print": { "default_value": 32 },
|
||||||
"optimize_wall_printing_order": { "value": "True" },
|
"optimize_wall_printing_order": { "value": "True" },
|
||||||
"infill_sparse_density": { "default_value": 10 },
|
"infill_sparse_density": { "default_value": 10 },
|
||||||
"brim_width":
|
"brim_width": { "default_value": 4 }
|
||||||
{
|
|
||||||
"label": "Brim Width",
|
|
||||||
"description": "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area.",
|
|
||||||
"type": "float",
|
|
||||||
"unit": "mm",
|
|
||||||
"default_value": 4,
|
|
||||||
"minimum_value": "0.0",
|
|
||||||
"maximum_value_warning": "50.0",
|
|
||||||
"maximum_value": "0.5 * min(machine_width, machine_depth)",
|
|
||||||
"enabled": "resolveOrValue('adhesion_type') == 'brim' or resolveOrValue('prime_tower_brim_enable')",
|
|
||||||
"settable_per_mesh": false,
|
|
||||||
"children":
|
|
||||||
{
|
|
||||||
"brim_line_count":
|
|
||||||
{
|
|
||||||
"label": "Brim Line Count",
|
|
||||||
"description": "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area.",
|
|
||||||
"type": "int",
|
|
||||||
"default_value": 10,
|
|
||||||
"minimum_value": "0",
|
|
||||||
"maximum_value_warning": "50 / skirt_brim_line_width",
|
|
||||||
"maximum_value": "0.5 * min(machine_width, machine_depth) / skirt_brim_line_width",
|
|
||||||
"value": 10,
|
|
||||||
"enabled": "resolveOrValue('adhesion_type') == 'brim' or resolveOrValue('prime_tower_brim_enable')",
|
|
||||||
"settable_per_mesh": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user