mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:45:55 +08:00
Fix incorrect definitions pointed out by unit test
CURA-12167
This commit is contained in:
parent
78be499aeb
commit
e25c8f6bca
@ -171,9 +171,7 @@
|
||||
"maximum_value": 280,
|
||||
"maximum_value_warning": 240
|
||||
},
|
||||
"min_bead_width": { "default_value": 0.3 },
|
||||
"min_thin_wall_line_width": { "default_value": 0.3 },
|
||||
"min_wall_line_width": { "default_value": 0.34 },
|
||||
"min_bead_width": { "value": 0.3 },
|
||||
"multiple_mesh_overlap": { "value": "0" },
|
||||
"raft_airgap": { "value": 0.35 },
|
||||
"raft_base_acceleration": { "value": "acceleration_layer_0" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user