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

It's still an open bug that we show materials of which all configurations are incompatible with the printer. Contributes to issue CURA-6262.
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Ultimaker",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"category": "Ultimaker",
|
|
"visible": false,
|
|
"exclude_materials": [ "generic_hips", "generic_petg", "structur3d_dap100silicone" ]
|
|
},
|
|
"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"
|
|
},
|
|
"relative_extrusion":
|
|
{
|
|
"value": false,
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|