mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:25:12 +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.
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Flsun QQ-S",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Cataldo URSO & Eddy Emck ",
|
|
"manufacturer": "Flsun",
|
|
"platform": "flsun_qq_s.3mf",
|
|
"file_formats": "text/x-gcode",
|
|
"has_materials": true,
|
|
"preferred_quality_type": "draft",
|
|
"machine_extruder_trains": {
|
|
"0": "flsun_qq_s_extruder_0"
|
|
}
|
|
},
|
|
"overrides": {
|
|
"machine_center_is_zero": {
|
|
"default_value": true
|
|
},
|
|
"machine_shape": {
|
|
"default_value": "elliptic"
|
|
},
|
|
"machine_width": {
|
|
"default_value": 260
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 260
|
|
},
|
|
"machine_height": {
|
|
"default_value": 370
|
|
},
|
|
"z_seam_type": {
|
|
"default_value": "back"
|
|
},
|
|
"gantry_height": {
|
|
"value": "0"
|
|
},
|
|
"machine_nozzle_size": {
|
|
"default_value": 0.4
|
|
},
|
|
"material_diameter": {
|
|
"default_value": 1.75
|
|
},
|
|
"machine_start_gcode": {
|
|
"default_value": "G21\nG90\nM82\nM107 T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG0 E3 F200\nG92 E0\n"
|
|
},
|
|
"machine_end_gcode": {
|
|
"default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 X-20 Y-20 F9000\nG28 X0 Y0\nM84 ;steppers off\nG90 ;absolute positioning\n"
|
|
},
|
|
"infill_sparse_density": {
|
|
"default_value": 10
|
|
},
|
|
"machine_head_with_fans_polygon": {
|
|
"default_value": [
|
|
[0, 0],
|
|
[0, 0],
|
|
[0, 0],
|
|
[0, 0]
|
|
]
|
|
},
|
|
"retraction_enable": {
|
|
"default_value": true
|
|
},
|
|
"machine_heated_bed": {
|
|
"default_value": true
|
|
},
|
|
"machine_gcode_flavor": {
|
|
"default_value": "Repetier"
|
|
}
|
|
}
|
|
}
|