mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Fix string comparison in fdmprinter.json
CURA-1394
This commit is contained in:
parent
6223c0e2e9
commit
5c723cc9d6
1 changed files with 2 additions and 2 deletions
|
@ -1019,7 +1019,7 @@
|
|||
"type": "boolean",
|
||||
"default": true,
|
||||
"visible": false,
|
||||
"enabled": "retraction_combing != off",
|
||||
"enabled": "retraction_combing != \"off\"",
|
||||
"global_only": "True"
|
||||
},
|
||||
"travel_avoid_distance": {
|
||||
|
@ -1033,7 +1033,7 @@
|
|||
"max_value_warning": "machine_nozzle_tip_outer_diameter * 5",
|
||||
"visible": false,
|
||||
"inherit": false,
|
||||
"enabled": "retraction_combing != off and travel_avoid_other_parts",
|
||||
"enabled": "retraction_combing != \"off\" and travel_avoid_other_parts",
|
||||
"global_only": "True"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue