mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00

* Initial FLSun Super Racer profile setup. * flip has_machine_quality to false as suggested by @konskarm. * tabs vs spaces! Space is the final frontier! * Enumeration value should be in inner single quotes as requested by @konskarm.
20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"version": 2,
|
|
"name": "Extruder 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "flsun_sr",
|
|
"position": "0"
|
|
},
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 0
|
|
},
|
|
"machine_nozzle_size": {
|
|
"default_value": 0.4
|
|
},
|
|
"material_diameter": {
|
|
"default_value": 1.75
|
|
}
|
|
}
|
|
}
|