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:
authorMatteo Spinelli <matteo@cubiq.org>2018-08-17 18:02:56 +0300
committerMatteo Spinelli <matteo@cubiq.org>2018-08-28 09:01:51 +0300
commitd0c14969604f69053404bcadd3eac667c5f97f84 (patch)
tree2aabcc2c9114b29d9fe3ebcd42d77179948ab6e8 /resources/definitions/peopoly_moai.def.json
parenteca2f5f6bad341e407b887dcb7147702c00ae1e9 (diff)
fix issues with moai profile
Diffstat (limited to 'resources/definitions/peopoly_moai.def.json')
-rw-r--r--resources/definitions/peopoly_moai.def.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/resources/definitions/peopoly_moai.def.json b/resources/definitions/peopoly_moai.def.json
index cf919dd1fa..85480b303d 100644
--- a/resources/definitions/peopoly_moai.def.json
+++ b/resources/definitions/peopoly_moai.def.json
@@ -10,7 +10,10 @@
"has_machine_quality": true,
"has_materials": false,
"platform": "moai.obj",
- "platform_texture": "moai.jpg"
+ "platform_texture": "moai.jpg",
+ "machine_extruder_trains": {
+ "0": "peopoly_moai_extruder_0"
+ }
},
"overrides": {
@@ -26,9 +29,6 @@
"machine_depth": {
"default_value": 130
},
- "machine_nozzle_size": {
- "default_value": 0.067
- },
"machine_head_with_fans_polygon":
{
"default_value": [
@@ -38,10 +38,6 @@
[ 10, -10 ]
]
},
- "material_diameter": {
- "enabled": false,
- "value": 1.75
- },
"machine_gcode_flavor": {
"default_value": "RepRap (Marlin/Sprinter)"
},