mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Adding the MINGDA D2 (#8872)
* Added the configuration files for the Artillery Printers Added the configuration files for the Artillery Printers * Changed version file * Updated versions, removed machine_head_polygon * fixed version in some files * Added generic PLA,PETG,ABS,TPU * Update resources/definitions/artillery_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/artillery_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 1st batch of update * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 2nd batch of changes * Update resources/quality/artillery/PETG/artillery_0.2_PETG_super.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.2_PETG_ultra.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.3_PETG_low.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.3_PETG_adaptive.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Added the MINDA definition and the MINGDA D2 * Update mingda_d2.def.json Inserted artillery genius plate for the moment * Update mingda_d2.def.json Updated machine dimension * Added the mesh for the D2 & updated the offsets * Update resources/definitions/mingda_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
This commit is contained in:
parent
9562dc01f4
commit
a2e5ce6680
88 changed files with 1459 additions and 0 deletions
16
resources/extruders/mingda_base_extruder_0.def.json
Normal file
16
resources/extruders/mingda_base_extruder_0.def.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "mingda_base",
|
||||
"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