mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 03:13:16 +08:00
Correct superfluous commas,
Why does JSON not allow trailing comma's, Ugh, CURA-7279
This commit is contained in:
parent
562be41bd0
commit
694d9987d3
@ -128,6 +128,6 @@
|
||||
"support_interface_enable": { "value": "True" },
|
||||
"support_interface_height": { "value": "0.5" },
|
||||
"support_roof_pattern": { "value": "'concentric'" },
|
||||
"z_seam_type": { "value": "'shortest'" },
|
||||
"z_seam_type": { "value": "'shortest'" }
|
||||
}
|
||||
}
|
||||
|
@ -128,6 +128,6 @@
|
||||
"support_interface_enable": { "value": "True" },
|
||||
"support_interface_height": { "value": "0.5" },
|
||||
"support_roof_pattern": { "value": "'concentric'" },
|
||||
"z_seam_type": { "value": "'shortest'" },
|
||||
"z_seam_type": { "value": "'shortest'" }
|
||||
}
|
||||
}
|
||||
|
@ -117,6 +117,6 @@
|
||||
"support_interface_enable": { "value": "True" },
|
||||
"support_interface_height": { "value": "0.5" },
|
||||
"support_roof_pattern": { "value": "'concentric'" },
|
||||
"z_seam_type": { "value": "'shortest'" },
|
||||
"z_seam_type": { "value": "'shortest'" }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user