mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Added LotMaxx sc10 and sc20 profile
This commit is contained in:
parent
f2b18d9d2a
commit
da4eeaa622
4 changed files with 22 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "lotmaxx_base",
|
||||
"machine": "lotmaxx_sc10",
|
||||
"position": "0"
|
||||
},
|
||||
|
15
resources/extruders/lotmaxx_sc20_extruder_0.json
Normal file
15
resources/extruders/lotmaxx_sc20_extruder_0.json
Normal 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 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue