Added LotMaxx sc10 and sc20 profile

This commit is contained in:
sm3dp 2019-11-15 19:06:30 +08:00
parent f2b18d9d2a
commit da4eeaa622
4 changed files with 22 additions and 7 deletions

View File

@ -9,7 +9,7 @@
"machine_height": { "default_value": 280 },
"machine_head_polygon": { "default_value": [
[-32,11],
[-32,-32],
[-32,-32],
[28,-32],
[28,11]
]
@ -138,9 +138,9 @@
"platform": "lotmaxx_sc_10_20_platform.stl",
"machine_extruder_trains": {
"0": "creality_base_extruder_0"
"0": "lotmaxx_sc10_extruder_0"
},
"has_materials": true,
"preferred_quality_type": "normal"
}
}
}

View File

@ -9,7 +9,7 @@
"machine_height": { "default_value": 320 },
"machine_head_polygon": { "default_value": [
[-32,11],
[-32,-32],
[-32,-32],
[28,-32],
[28,11]
]
@ -138,9 +138,9 @@
"platform": "lotmaxx_sc_10_20_platform.stl",
"machine_extruder_trains": {
"0": "creality_base_extruder_0"
"0": "lotmaxx_sc20_extruder_0"
},
"has_materials": true,
"preferred_quality_type": "normal"
}
}
}

View File

@ -3,7 +3,7 @@
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "lotmaxx_base",
"machine": "lotmaxx_sc10",
"position": "0"
},

View File

@ -0,0 +1,15 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "lotmaxx_sc20",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}