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

@ -138,7 +138,7 @@
"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

@ -138,7 +138,7 @@
"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 }
}
}