mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Terminology and descriptions refinement
This commit is contained in:
parent
39db261b4b
commit
3bf84c8838
1 changed files with 5 additions and 5 deletions
|
@ -6595,15 +6595,15 @@
|
||||||
{
|
{
|
||||||
"prime_tower_mode":
|
"prime_tower_mode":
|
||||||
{
|
{
|
||||||
"label": "Prime Tower Mode",
|
"label": "Prime Tower",
|
||||||
"description": "Print a tower next to the print which serves to prime the material after each nozzle switch.",
|
"description": "<html>Print a tower next to the model, which serves to prime the material after each nozzle switch.<ul><li><b>None:</b> do not generate a prime tower</li><li><b>Bucket:</b> generate a solid prime bucket in which secondary materials are primed</li><li><b>Sparse bucket:</b> generate a prime bucket while trying to waste as less material as possible</li><li><b>Sparse:</b> generate a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other.</li></ul></html>",
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"options":
|
"options":
|
||||||
{
|
{
|
||||||
"none": "None",
|
"none": "None",
|
||||||
"default": "Default",
|
"default": "Bucket",
|
||||||
"optimized": "Optimized",
|
"optimized_consistent": "Sparse bucket",
|
||||||
"optimized_consistent": "Optimized consistent"
|
"optimized": "Sparse"
|
||||||
},
|
},
|
||||||
"default_value": "default",
|
"default_value": "default",
|
||||||
"enabled": "extruders_enabled_count > 1",
|
"enabled": "extruders_enabled_count > 1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue