mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00

These are now meant to be the one-and-only Creality profiles, replacing the old profiles originally in Cura. Contributes to issue CURA-6554.
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"version": 2,
|
|
"name": "Extruder 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "creality_base",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": { "default_value": 0 },
|
|
"machine_nozzle_size": { "default_value": 0.4 },
|
|
"material_diameter": { "default_value": 1.75 }
|
|
|
|
}
|
|
}
|