mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
parent
448a066f54
commit
d009839f9e
1 changed files with 4 additions and 4 deletions
|
@ -6781,14 +6781,14 @@
|
||||||
"prime_tower_mode":
|
"prime_tower_mode":
|
||||||
{
|
{
|
||||||
"label": "Prime Tower",
|
"label": "Prime Tower",
|
||||||
"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>Normal:</b> generate a bucket in which secondary materials are primed</li><li><b>Interleaved:</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>",
|
"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 bucket in which secondary materials are primed</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",
|
||||||
"value": "'none' if (extruders_enabled_count < 2) else 'normal'",
|
"value": "'optimized' if all(material_type == extruderValues('material_type')[0] for material_type in extruderValues('material_type')) else 'optimized_consistent'",
|
||||||
"options":
|
"options":
|
||||||
{
|
{
|
||||||
"none": "None",
|
"none": "None",
|
||||||
"normal": "Normal",
|
"bucket": "Bucket",
|
||||||
"interleaved": "Interleaved"
|
"sparse": "Sparse"
|
||||||
},
|
},
|
||||||
"default_value": "none",
|
"default_value": "none",
|
||||||
"enabled": "extruders_enabled_count > 1",
|
"enabled": "extruders_enabled_count > 1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue