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:
authorjeffkyjin <jeffkyjin@magicfirm.com>2020-02-05 13:04:32 +0300
committerjeffkyjin <jeffkyjin@magicfirm.com>2020-02-05 13:04:32 +0300
commit1e88708b1dd08eee049732d2095a0dc6ea6d7485 (patch)
treefa50054d901509ab4304e602a393c1f7c99ab3ab /resources/definitions/mbot3d_grid2plus.def.json
parentb3681eacf21dc2aeb4223eea5930d9717ce11ea4 (diff)
fix mbot3d grid printer profile
Diffstat (limited to 'resources/definitions/mbot3d_grid2plus.def.json')
-rw-r--r--resources/definitions/mbot3d_grid2plus.def.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/definitions/mbot3d_grid2plus.def.json b/resources/definitions/mbot3d_grid2plus.def.json
index 60d349dc76..e3ceb9d789 100644
--- a/resources/definitions/mbot3d_grid2plus.def.json
+++ b/resources/definitions/mbot3d_grid2plus.def.json
@@ -27,12 +27,11 @@
"machine_width": { "default_value": 235 },
"machine_depth": { "default_value": 210 },
"machine_height": { "default_value": 190 },
- "material_print_temperature": { "default_value": 220 },
"machine_heated_bed": { "default_value": true },
"machine_center_is_zero": { "default_value": true },
"machine_gcode_flavor": { "default_value": "Makerbot" },
"machine_head_with_fans_polygon": { "default_value": [ [ -37, 50 ], [ 25, 50 ], [ 25, -40 ], [ -37, -40 ] ] },
- "gantry_height": { "default_value": 10 },
+ "gantry_height": { "value": 10 },
"machine_steps_per_mm_x": { "default_value": 88.888889 },
"machine_steps_per_mm_y": { "default_value": 88.888889 },
"machine_steps_per_mm_z": { "default_value": 400 },