Fixed inheritance issues

This commit is contained in:
Tom Heijmans 2016-04-15 14:36:13 +02:00
parent 00305f1c53
commit 7ce5c6c6bc
5 changed files with 13 additions and 16 deletions

View File

@ -12,6 +12,7 @@
"overrides": { "overrides": {
"speed_infill": { "inherit_function": "speed_print" }, "speed_infill": { "inherit_function": "speed_print" },
"speed_wall_x": { "inherit_function": "speed_wall" },
"layer_height_0": { "inherit_function": "round(machine_nozzle_size / 1.5, 2)" }, "layer_height_0": { "inherit_function": "round(machine_nozzle_size / 1.5, 2)" },
"retraction_min_travel": { "inherit_function": "machine_nozzle_size * 2" }, "retraction_min_travel": { "inherit_function": "machine_nozzle_size * 2" },
"line_width": { "inherit_function": "round(machine_nozzle_size * 0.875, 2)" }, "line_width": { "inherit_function": "round(machine_nozzle_size * 0.875, 2)" },

View File

@ -12,10 +12,9 @@
"variant": "0.25 mm", "variant": "0.25 mm",
"overrides": { "overrides": {
"speed_wall": { "inherit_function": "round(speed_print / 1.2, 0)" }, "speed_wall": { "inherit_function": "round(speed_print / 1.2, 1)" },
"speed_wall_x": { "inherit_function": "speed_wall" }, "speed_wall_0": { "inherit_function": "1 if speed_wall < 5 else (speed_wall - 5)" },
"speed_wall_0": { "inherit_function": "speed_wall - 5" }, "speed_topbottom": { "inherit_function": "round(speed_print / 1.5, 1)" },
"speed_topbottom": { "inherit_function": "round(speed_print / 1.5, 0)" },
"machine_nozzle_size": { "default": 0.25 }, "machine_nozzle_size": { "default": 0.25 },
"machine_nozzle_tip_outer_diameter": { "default": 0.8 }, "machine_nozzle_tip_outer_diameter": { "default": 0.8 },
"coasting_volume": { "default": 0.1 }, "coasting_volume": { "default": 0.1 },

View File

@ -12,10 +12,9 @@
"variant": "0.4 mm", "variant": "0.4 mm",
"overrides": { "overrides": {
"speed_wall": { "inherit_function": "round(speed_print / 1.25, 0)" }, "speed_wall": { "inherit_function": "round(speed_print / 1.25, 1)" },
"speed_wall_x": { "inherit_function": "speed_wall" }, "speed_wall_0": { "inherit_function": "1 if speed_wall < 10 else (speed_wall - 10)" },
"speed_wall_0": { "inherit_function": "speed_wall - 10" }, "speed_topbottom": { "inherit_function": "round(speed_print / 2.25, 1)" },
"speed_topbottom": { "inherit_function": "round(speed_print / 2.25, 0)" },
"machine_nozzle_size": { "default": 0.40 }, "machine_nozzle_size": { "default": 0.40 },
"machine_nozzle_tip_outer_diameter": { "default": 1.05 } "machine_nozzle_tip_outer_diameter": { "default": 1.05 }
} }

View File

@ -12,10 +12,9 @@
"variant": "0.6 mm", "variant": "0.6 mm",
"overrides": { "overrides": {
"speed_wall": { "inherit_function": "round(speed_print / 1.333333, 0)" }, "speed_wall": { "inherit_function": "round(speed_print / 1.333333, 1)" },
"speed_wall_x": { "inherit_function": "speed_wall" }, "speed_wall_0": { "inherit_function": "1 if speed_wall < 10 else (speed_wall - 10)" },
"speed_wall_0": { "inherit_function": "speed_wall - 10" }, "speed_topbottom": { "inherit_function": "round(speed_print / 2, 1)" },
"speed_topbottom": { "inherit_function": "round(speed_print / 2, 0)" },
"machine_nozzle_size": { "default": 0.60 }, "machine_nozzle_size": { "default": 0.60 },
"machine_nozzle_tip_outer_diameter": { "default": 1.25 }, "machine_nozzle_tip_outer_diameter": { "default": 1.25 },
"coasting_volume": { "default": 1.36 } "coasting_volume": { "default": 1.36 }

View File

@ -12,10 +12,9 @@
"variant": "0.8 mm", "variant": "0.8 mm",
"overrides": { "overrides": {
"speed_wall": { "inherit_function": "round(speed_print / 1.333333, 0)" }, "speed_wall": { "inherit_function": "round(speed_print / 1.333333, 1)" },
"speed_wall_x": { "inherit_function": "speed_wall" }, "speed_wall_0": { "inherit_function": "1 if speed_wall < 10 else (speed_wall - 10)" },
"speed_wall_0": { "inherit_function": "speed_wall - 10" }, "speed_topbottom": { "inherit_function": "round(speed_print / 2, 1)" },
"speed_topbottom": { "inherit_function": "round(speed_print / 2, 0)" },
"machine_nozzle_size": { "default": 0.80 }, "machine_nozzle_size": { "default": 0.80 },
"machine_nozzle_tip_outer_diameter": { "default": 1.35 }, "machine_nozzle_tip_outer_diameter": { "default": 1.35 },
"coasting_volume": { "default": 3.22 } "coasting_volume": { "default": 3.22 }