mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:35:13 +08:00

There is no real limit by default now. Only light speed (and the limit on the input element's length). The feed rate limit should be set by a machine definition. If there is no limit set, let there be no limit to what the user can input. Contributes to issue CURA-2284.
26 lines
578 B
JSON
26 lines
578 B
JSON
{
|
|
"id": "ultimaker_base",
|
|
"version": 2,
|
|
"name": "Ultimaker",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "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"
|
|
}
|
|
}
|
|
}
|