mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Addition of the I3 Metal Motion printer by eMotionTech and the afferent extruder.
This commit is contained in:
parent
6478cee411
commit
5f08fbd83a
2 changed files with 51 additions and 0 deletions
17
resources/extruders/I3MetalMotion_extruder_0.def.json
Normal file
17
resources/extruders/I3MetalMotion_extruder_0.def.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
|
||||
"version": 2,
|
||||
"name": "I3MetalMotion extruder",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "I3MetalMotion",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue