fixed missing , in json

This commit is contained in:
Jelle Spijker 2021-11-17 19:49:47 +01:00
parent 71c6df8829
commit 52d639f980
No known key found for this signature in database
GPG Key ID: 6662DC033BE6B99A

View File

@ -43,7 +43,7 @@
}, },
"skin_angles": { "skin_angles": {
"value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]" "value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]"
} },
"line_width": { "line_width": {
"value": "machine_nozzle_size" "value": "machine_nozzle_size"
}, },