mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Correct superfluous commas,
Why does JSON not allow trailing comma's, Ugh, CURA-7279
This commit is contained in:
parent
562be41bd0
commit
694d9987d3
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue