Correct superfluous commas,

Why does JSON not allow trailing comma's, Ugh,

CURA-7279
This commit is contained in:
Remco Burema 2021-08-06 18:31:04 +02:00
parent 562be41bd0
commit 694d9987d3
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C
3 changed files with 3 additions and 3 deletions

View File

@ -128,6 +128,6 @@
"support_interface_enable": { "value": "True" }, "support_interface_enable": { "value": "True" },
"support_interface_height": { "value": "0.5" }, "support_interface_height": { "value": "0.5" },
"support_roof_pattern": { "value": "'concentric'" }, "support_roof_pattern": { "value": "'concentric'" },
"z_seam_type": { "value": "'shortest'" }, "z_seam_type": { "value": "'shortest'" }
} }
} }

View File

@ -128,6 +128,6 @@
"support_interface_enable": { "value": "True" }, "support_interface_enable": { "value": "True" },
"support_interface_height": { "value": "0.5" }, "support_interface_height": { "value": "0.5" },
"support_roof_pattern": { "value": "'concentric'" }, "support_roof_pattern": { "value": "'concentric'" },
"z_seam_type": { "value": "'shortest'" }, "z_seam_type": { "value": "'shortest'" }
} }
} }

View File

@ -117,6 +117,6 @@
"support_interface_enable": { "value": "True" }, "support_interface_enable": { "value": "True" },
"support_interface_height": { "value": "0.5" }, "support_interface_height": { "value": "0.5" },
"support_roof_pattern": { "value": "'concentric'" }, "support_roof_pattern": { "value": "'concentric'" },
"z_seam_type": { "value": "'shortest'" }, "z_seam_type": { "value": "'shortest'" }
} }
} }