Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-05-13 10:30:32 +0300
committerGhostkeeper <rubend@tutanota.com>2019-05-13 10:30:32 +0300
commite26e825d8318c70e4755a25f9b21b5f91293eca8 (patch)
tree2c8188794af9bb11220c0843c53d03696b5359b6 /resources/definitions/winbo_superhelper105.def.json
parent8f8a982be764ce79ba144479e2f664f853b4a61b (diff)
Overwrite gantry height value instead of default_value
Because the default in fdmprinter has a formula in the value, the default_value properties wouldn't get used any more.
Diffstat (limited to 'resources/definitions/winbo_superhelper105.def.json')
-rw-r--r--resources/definitions/winbo_superhelper105.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/winbo_superhelper105.def.json b/resources/definitions/winbo_superhelper105.def.json
index 2e89276dcd..ac78467a2a 100644
--- a/resources/definitions/winbo_superhelper105.def.json
+++ b/resources/definitions/winbo_superhelper105.def.json
@@ -37,7 +37,7 @@
"machine_max_feedrate_y": { "default_value": 200 },
"machine_max_feedrate_z": { "default_value": 40 },
"machine_acceleration": { "default_value": 2000 },
- "gantry_height": { "default_value": 200 },
+ "gantry_height": { "value": "200" },
"machine_extruder_count": { "default_value": 1 },
"machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 F6000 Z0.3\nG92 E0\nG1 F1000 X30 E8\nG92 E0\nM117 Printing." },
"machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" },