mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:55:57 +08:00
Merge branch 'master' of https://github.com/skriDude/Cura into skriDude-master
Conflicts: resources/definitions/skriware_2.def.json -> On master the old setting value was changed to 'value' rather than 'default_value', while on this branch the value was changed to use the resolve function.
This commit is contained in:
commit
f6bc220faa
@ -325,7 +325,7 @@
|
||||
"default_value": 1.2
|
||||
},
|
||||
"support_infill_sparse_thickness": {
|
||||
"value": "0.2"
|
||||
"value": "resolveOrValue('layer_height')"
|
||||
},
|
||||
"raft_surface_acceleration": {
|
||||
"value": "250"
|
||||
@ -445,7 +445,7 @@
|
||||
"default_value": 3
|
||||
},
|
||||
"infill_sparse_thickness": {
|
||||
"value": "0.2"
|
||||
"value": "resolveOrValue('layer_height')"
|
||||
},
|
||||
"support_initial_layer_line_distance": {
|
||||
"value": "1.3333333333333333"
|
||||
|
Loading…
x
Reference in New Issue
Block a user