mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Min & max values for extruder prime pos are now enforced for Ultimaker machines
CURA-2375
This commit is contained in:
parent
4d2a69a932
commit
1f830e68bb
1 changed files with 10 additions and 0 deletions
|
|
@ -20,6 +20,16 @@
|
|||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue