mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue