mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Hide unused temperature for Repetier
This commit is contained in:
parent
c87ee61e9c
commit
fa613c35eb
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ class PauseAtHeight(Script):
|
||||||
"unit": "°C",
|
"unit": "°C",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"enabled": "pause_method != \\\"griffin\\\""
|
"enabled": "pause_method not in [\\\"griffin\\\", \\\"repetier\\\"]"
|
||||||
},
|
},
|
||||||
"display_text":
|
"display_text":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue