Skip to content

Commit

Permalink
Fix string syntax for adhesion_type
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdyGriffin committed Feb 18, 2025
1 parent 62a3b6b commit aa3dc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/definitions/voron2_base.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"adhesion_type":
{
"default_value": "skirt",
"value": "brim if draft_shield_enabled else skirt"
"value": "'brim' if draft_shield_enabled else 'skirt'"
},
"bridge_fan_speed_2": { "resolve": "max(cool_fan_speed, 50)" },
"bridge_fan_speed_3": { "resolve": "max(cool_fan_speed, 20)" },
Expand Down

0 comments on commit aa3dc59

Please sign in to comment.