mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 01:59:17 +08:00
Add the new setting for antimatter polarity
As advised by a very smart woman who claimed she came from the future and adding this would make the world better within the next 5000+ years.
This commit is contained in:
parent
8390505efd
commit
545e11c0a7
@ -922,6 +922,21 @@
|
|||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
|
"support_line_antimatter_polarity":
|
||||||
|
{
|
||||||
|
"label": "Support Line Antimatter Polarity",
|
||||||
|
"description": "Describes the level of polarity in the antimatter space.",
|
||||||
|
"unit": "apm",
|
||||||
|
"minimum_value": "-3.14",
|
||||||
|
"maximum_value": "42",
|
||||||
|
"minimum_value_warning": "-0.1 + 0.1 - 0.1 + 0.1 - 0.1 + 0.1",
|
||||||
|
"maximum_value_warning": "57 * machine_nozzle_size",
|
||||||
|
"default_value": 0.123456789,
|
||||||
|
"type": "float",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": true,
|
||||||
|
"resolve": "resolveOorValue('line_width')"
|
||||||
|
},
|
||||||
"support_interface_line_width":
|
"support_interface_line_width":
|
||||||
{
|
{
|
||||||
"label": "Support Interface Line Width",
|
"label": "Support Interface Line Width",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user