mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Adds a printer definition for the FLSUN QQ
This commit is contained in:
parent
b165b9625f
commit
f8bc2e7b07
2 changed files with 63 additions and 0 deletions
48
resources/definitions/flsun_qq.def.json
Normal file
48
resources/definitions/flsun_qq.def.json
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"version": 1,
|
||||
"name": "FLSUN QQ",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"manufacturer": "FLSUN",
|
||||
"author": "Daniel Green",
|
||||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker2",
|
||||
"platform_offset": [0, 0, 0],
|
||||
"machine_extruder_trains": {
|
||||
"0": "flsun_qq_extruder"
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
"machine_extruder_count": {
|
||||
"default_value": 1
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 240
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 285
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 240
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": ""
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": ""
|
||||
},
|
||||
"machine_shape": {
|
||||
"default_value": "elliptic"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue