mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Adding NWA3D A5 printer (#5118)
* Add files via upload * Add files via upload * Create nwa3d_a5_normal.inst.cfg * Add files via upload * Add files via upload * Delete nwa3d_a5.def.json * Create nwa3d_a5.def.json * Delete nwa3d_backplate.png * Update resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/definitions/nwa3d_a5.def.json Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/definitions/nwa3d_a5.def.json Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/definitions/nwa3d_a5.def.json Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/definitions/nwa3d_a5.def.json Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/definitions/nwa3d_a5.def.json Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com> * Update resources/extruders/nwa3d_a5_extruder_0.def.json Co-Authored-By: DragonJe <41123088+DragonJe@users.noreply.github.com>
This commit is contained in:
parent
56fa30b88a
commit
0b69d655db
5 changed files with 461 additions and 0 deletions
64
resources/definitions/nwa3d_a5.def.json
Normal file
64
resources/definitions/nwa3d_a5.def.json
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"name": "NWA3D A5",
|
||||
"version": 2,
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "DragonJe",
|
||||
"manufacturer": "NWA 3D LLC",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [0, 0, 0],
|
||||
"has_materials": true,
|
||||
"has_variants": false,
|
||||
"has_machine_materials": true,
|
||||
"has_variant_materials": false,
|
||||
"preferred_quality_type": "normal",
|
||||
"has_machine_quality": true,
|
||||
"preferred_material": "generic_pla",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "nwa3d_a5_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_name": {
|
||||
"default_value": "NWA3D A5"
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 125
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 100
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 150
|
||||
},
|
||||
"machine_head_polygon": {
|
||||
"default_value": [
|
||||
[-30, 34],
|
||||
[-30, -32],
|
||||
[30, -32],
|
||||
[30, 34]
|
||||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 30
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (RepRap)"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue