mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 23:25:09 +08:00

This should make it a bit easier for others to create a new definition since there is less for them to 'have to know'. Previously they would be required to fill in as category Other, but now they can just leave the category out.
37 lines
880 B
JSON
37 lines
880 B
JSON
{
|
|
"id": "ultimaker_base",
|
|
"version": 2,
|
|
"name": "Ultimaker",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"category": "Ultimaker",
|
|
"visible": false
|
|
},
|
|
"overrides": {
|
|
"machine_max_feedrate_e": {
|
|
"default_value": 45
|
|
},
|
|
"material_print_temperature": {
|
|
"minimum_value": "0"
|
|
},
|
|
"material_bed_temperature": {
|
|
"minimum_value": "0"
|
|
},
|
|
"material_standby_temperature": {
|
|
"minimum_value": "0"
|
|
},
|
|
"extruder_prime_pos_y":
|
|
{
|
|
"minimum_value": "0",
|
|
"maximum_value": "machine_depth"
|
|
},
|
|
"extruder_prime_pos_x":
|
|
{
|
|
"minimum_value": "0",
|
|
"maximum_value": "machine_width"
|
|
}
|
|
}
|
|
}
|