JSON fix: unit of jerk: mm/s³ ==> mm/s (CURA-1646)

This commit is contained in:
Tim Kuipers 2016-06-14 15:47:29 +02:00
parent 1d89e8c6a9
commit 13fd588451

View file

@ -1512,7 +1512,7 @@
"jerk_print": {
"label": "Print Jerk",
"description": "The maximal allowed jerk of the print head when starting to move or when changing direction.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
@ -1524,7 +1524,7 @@
"jerk_infill": {
"label": "Infill Jerk",
"description": "The jerk with which infill is printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
@ -1537,7 +1537,7 @@
"jerk_wall": {
"label": "Wall Jerk",
"description": "The jerk with which the walls are printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
@ -1550,7 +1550,7 @@
"jerk_wall_0": {
"label": "Outer Wall Jerk",
"description": "The jerk with which the outermost walls are printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
@ -1563,7 +1563,7 @@
"jerk_wall_x": {
"label": "Inner Wall Jerk",
"description": "The jerk with which all inner walls are printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
@ -1578,7 +1578,7 @@
"jerk_topbottom": {
"label": "Top/Bottom Jerk",
"description": "The jerk with which top/bottom layers are printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
@ -1591,7 +1591,7 @@
"jerk_support": {
"label": "Support Jerk",
"description": "The jerk with which the support structure is printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
@ -1605,7 +1605,7 @@
"jerk_support_infill": {
"label": "Support Infill Jerk",
"description": "The jerk with which the infill of support is printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 20,
"value": "jerk_support",
@ -1619,7 +1619,7 @@
"jerk_support_roof": {
"label": "Support Roof Jerk",
"description": "The jerk with which the roofs of support are printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 20,
"value": "jerk_support",
@ -1635,7 +1635,7 @@
"jerk_prime_tower": {
"label": "Prime Tower Jerk",
"description": "The jerk with which the prime tower is printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
@ -1650,7 +1650,7 @@
"jerk_travel": {
"label": "Travel Jerk",
"description": "The jerk with which travel moves are made.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 30,
"minimum_value": "0.1",
@ -1663,7 +1663,7 @@
"jerk_layer_0": {
"label": "Initial Layer Jerk",
"description": "The print jerk for the initial layer.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 20,
"value": "jerk_print",
@ -1676,7 +1676,7 @@
"jerk_skirt": {
"label": "Skirt Jerk",
"description": "The jerk with which the skirt and brim are printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 20,
"minimum_value": "0.1",
@ -2599,7 +2599,7 @@
"raft_jerk": {
"label": "Raft Print Jerk",
"description": "The jerk with which the raft is printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 20,
"minimum_value": "0.1",
@ -2612,7 +2612,7 @@
"raft_surface_jerk": {
"label": "Raft Top Print Jerk",
"description": "The jerk with which the top raft layers are printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 20,
"value": "raft_jerk",
@ -2625,7 +2625,7 @@
"raft_interface_jerk": {
"label": "Raft Middle Print Jerk",
"description": "The jerk with which the middle raft layer is printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 20,
"value": "raft_jerk",
@ -2638,7 +2638,7 @@
"raft_base_jerk": {
"label": "Raft Base Print Jerk",
"description": "The jerk with which the base raft layer is printed.",
"unit": "mm/s³",
"unit": "mm/s",
"type": "float",
"default_value": 20,
"value": "raft_jerk",