JSON fix: default ==> default_value for acceleration and jerk (CURA-1443)

This commit is contained in:
Tim Kuipers 2016-05-30 14:41:04 +02:00
parent c80e3fa62a
commit 4f793d2fc5

View File

@ -1189,7 +1189,7 @@
"label": "Enable Acceleration Control",
"description": "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality.",
"type": "boolean",
"default": false,
"default_value": false,
"visible": false,
"global_only": "True"
},
@ -1201,7 +1201,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default": 3000,
"default_value": 3000,
"visible": true,
"enabled": "acceleration_enabled",
"children": {
@ -1213,7 +1213,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default": 3000,
"default_value": 3000,
"visible": false,
"enabled": "acceleration_enabled"
},
@ -1225,7 +1225,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default": 3000,
"default_value": 3000,
"visible": false,
"enabled": "acceleration_enabled",
"children": {
@ -1237,7 +1237,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default": 3000,
"default_value": 3000,
"visible": false,
"enabled": "acceleration_enabled"
},
@ -1249,7 +1249,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default": 3000,
"default_value": 3000,
"visible": false,
"enabled": "acceleration_enabled"
}
@ -1263,7 +1263,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default": 3000,
"default_value": 3000,
"visible": false,
"enabled": "acceleration_enabled"
},
@ -1275,7 +1275,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default": 3000,
"default_value": 3000,
"visible": false,
"enabled": "acceleration_enabled and support_roof_enable",
"children": {
@ -1284,7 +1284,7 @@
"description": "The acceleration with which the infill of support is printed.",
"unit": "mm/s²",
"type": "float",
"default": 3000,
"default_value": 3000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -1297,7 +1297,7 @@
"description": "The acceleration with which the roofs of support are printed. Printing the support roof at lower accelerations can improve overhang quality.",
"unit": "mm/s²",
"type": "float",
"default": 3000,
"default_value": 3000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -1315,7 +1315,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default": 3000,
"default_value": 3000,
"visible": false,
"enabled": "prime_tower_enable and acceleration_enabled",
"global_only": true
@ -1327,7 +1327,7 @@
"description": "The acceleration with which travel moves are made.",
"unit": "mm/s²",
"type": "float",
"default": 5000,
"default_value": 5000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -1341,7 +1341,7 @@
"description": "The acceleration for the initial layer.",
"unit": "mm/s²",
"type": "float",
"default": 3000,
"default_value": 3000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -1353,7 +1353,7 @@
"description": "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt at a different acceleration.",
"unit": "mm/s²",
"type": "float",
"default": 3000,
"default_value": 3000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -1369,7 +1369,7 @@
"label": "Enable Jerk Control",
"description": "Enables adjusting the jerk of print head when the X ar Y axis halts or starts to move. Increasing the jerk can reduce printing time at the cost of print quality.",
"type": "boolean",
"default": false,
"default_value": false,
"visible": false,
"global_only": "True"
},
@ -1381,7 +1381,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
"default": 20,
"default_value": 20,
"visible": true,
"enabled": "jerk_enabled",
"children": {
@ -1393,7 +1393,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
"default": 20,
"default_value": 20,
"visible": false,
"enabled": "jerk_enabled"
},
@ -1405,7 +1405,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
"default": 20,
"default_value": 20,
"visible": false,
"enabled": "jerk_enabled",
"children": {
@ -1417,7 +1417,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
"default": 20,
"default_value": 20,
"visible": false,
"enabled": "jerk_enabled"
},
@ -1429,7 +1429,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
"default": 20,
"default_value": 20,
"visible": false,
"enabled": "jerk_enabled"
}
@ -1443,7 +1443,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
"default": 20,
"default_value": 20,
"visible": false,
"enabled": "jerk_enabled"
},
@ -1455,7 +1455,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
"default": 20,
"default_value": 20,
"visible": false,
"enabled": "jerk_enabled and support_roof_enable",
"children": {
@ -1464,7 +1464,7 @@
"description": "The jerk with which the infill of support is printed. Printing the infill at lower jerks improves stability.",
"unit": "mm/s³",
"type": "float",
"default": 20,
"default_value": 20,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
@ -1477,7 +1477,7 @@
"description": "The jerk with which the roofs of support are printed. Printing the support roof at lower jerks can improve overhang quality.",
"unit": "mm/s³",
"type": "float",
"default": 20,
"default_value": 20,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
@ -1495,7 +1495,7 @@
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
"default": 20,
"default_value": 20,
"visible": false,
"enabled": "prime_tower_enable and jerk_enabled",
"global_only": true
@ -1507,7 +1507,7 @@
"description": "The jerk with which travel moves are made.",
"unit": "mm/s³",
"type": "float",
"default": 30,
"default_value": 30,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
@ -1521,7 +1521,7 @@
"description": "The print jerk for the initial layer. A lower value is advised to improve adhesion to the build plate.",
"unit": "mm/s³",
"type": "float",
"default": 20,
"default_value": 20,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
@ -1533,7 +1533,7 @@
"description": "The jerk with which the skirt and brim are printed. Normally this is done at the initial layer jerk, but sometimes you might want to print the skirt with a different jerk.",
"unit": "mm/s³",
"type": "float",
"default": 20,
"default_value": 20,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
@ -2341,7 +2341,7 @@
"description": "The acceleration with which the raft is printed.",
"unit": "mm/s²",
"type": "float",
"default": 3000,
"default_value": 3000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -2355,7 +2355,7 @@
"description": "The acceleration with which the surface raft layers are printed.",
"unit": "mm/s²",
"type": "float",
"default": 3000,
"default_value": 3000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -2368,7 +2368,7 @@
"description": "The acceleration with which the interface raft layer is printed.",
"unit": "mm/s²",
"type": "float",
"default": 3000,
"default_value": 3000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -2381,7 +2381,7 @@
"description": "The acceleration with which the base raft layer is printed.",
"unit": "mm/s²",
"type": "float",
"default": 3000,
"default_value": 3000,
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
@ -2399,7 +2399,7 @@
"description": "The jerk with which the raft is printed.",
"unit": "mm/s³",
"type": "float",
"default": 20,
"default_value": 20,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
@ -2413,7 +2413,7 @@
"description": "The jerk with which the surface raft layers are printed.",
"unit": "mm/s³",
"type": "float",
"default": 20,
"default_value": 20,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "100",
@ -2426,7 +2426,7 @@
"description": "The jerk with which the interface raft layer is printed.",
"unit": "mm/s³",
"type": "float",
"default": 20,
"default_value": 20,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",
@ -2439,7 +2439,7 @@
"description": "The jerk with which the base raft layer is printed.",
"unit": "mm/s³",
"type": "float",
"default": 20,
"default_value": 20,
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "50",