mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:06:13 +08:00
Simplifying mp_mini_delta.def.json
Removing minimum/maximum nozzle size, minimum layer_height, and minimum layer_height_0.
This commit is contained in:
parent
a1a7d48e46
commit
3cc6b0cb9a
@ -39,17 +39,13 @@
|
||||
"machine_shape": { "default_value": "elliptic" },
|
||||
"machine_center_is_zero": { "default_value": true },
|
||||
"machine_nozzle_size": {
|
||||
"default_value": 0.4,
|
||||
"minimum_value": 0.10,
|
||||
"maximum_value": 0.80
|
||||
"default_value": 0.4
|
||||
},
|
||||
"layer_height": {
|
||||
"default_value": 0.14,
|
||||
"minimum_value": 0.04
|
||||
"default_value": 0.14
|
||||
},
|
||||
"layer_height_0": {
|
||||
"default_value": 0.21,
|
||||
"minimum_value": 0.07
|
||||
"default_value": 0.21
|
||||
},
|
||||
"material_bed_temperature": { "value": 40 },
|
||||
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user