mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 20:55:54 +08:00
Fix string comparison in fdmprinter.json
CURA-1394
This commit is contained in:
parent
6223c0e2e9
commit
5c723cc9d6
@ -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…
x
Reference in New Issue
Block a user