mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix definition of machine_gcode_flavor setting in PauseAtHeight
This commit is contained in:
parent
9efe5dd5e2
commit
47723e9823
1 changed files with 1 additions and 2 deletions
|
@ -182,8 +182,7 @@ class PauseAtHeight(Script):
|
|||
"Repetier": "Repetier"
|
||||
},
|
||||
"default_value": "RepRap (Marlin/Sprinter)",
|
||||
"enabled": false,
|
||||
"default_value": ""
|
||||
"enabled": false
|
||||
},
|
||||
"custom_gcode_before_pause":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue