mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 07:05:11 +08:00

Some contributors seem to have a shift key stuck here or there. Many 'stylised' capitalisations weren't reflected even on the manufacturer's websites, or were also stylising words like 'pro' and 'dual' or even actual chemical names like 'nylon'. Normalising the caps makes it more fair for everyone, since all of these are written in the same font. As discussed with the Cura team.
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Flsun QQ",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"manufacturer": "Flsun",
|
|
"author": "Daniel Green",
|
|
"file_formats": "text/x-gcode",
|
|
"machine_extruder_trains": {
|
|
"0": "flsun_qq_extruder"
|
|
}
|
|
},
|
|
"overrides": {
|
|
"machine_extruder_count": {
|
|
"default_value": 1
|
|
},
|
|
"machine_heated_bed": {
|
|
"default_value": true
|
|
},
|
|
"machine_width": {
|
|
"default_value": 260
|
|
},
|
|
"machine_height": {
|
|
"default_value": 285
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 260
|
|
},
|
|
"machine_center_is_zero": {
|
|
"default_value": true
|
|
},
|
|
"machine_gcode_flavor": {
|
|
"default_value": "RepRap (Marlin/Sprinter)"
|
|
},
|
|
"machine_start_gcode": {
|
|
"default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 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"
|
|
},
|
|
"machine_shape": {
|
|
"default_value": "elliptic"
|
|
}
|
|
}
|
|
}
|