mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-09 00:07:52 -06:00
Merge pull request #4599 from DesktopMetal/feature_nozzle_switch_extra_prime_distance
Feature: "Nozzle Switch Extra Prime Distance"
This commit is contained in:
commit
9187738d9c
1 changed files with 13 additions and 0 deletions
|
@ -2482,6 +2482,19 @@
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"switch_extruder_extra_prime_amount":
|
||||||
|
{
|
||||||
|
"label": "Nozzle Switch Extra Prime Amount",
|
||||||
|
"description": "Extra material to prime after nozzle switching.",
|
||||||
|
"type": "float",
|
||||||
|
"unit": "mm³",
|
||||||
|
"default_value": 0,
|
||||||
|
"minimum_value_warning": "0",
|
||||||
|
"maximum_value_warning": "100",
|
||||||
|
"enabled": "retraction_enable",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue