Fix using the wrong combing enum value in maker_made_300x

The correct enum value should be 'infill'. 'Within infill' is the display name of that enum value.

CURA-7976
This commit is contained in:
Konstantinos Karmas 2021-09-29 13:36:29 +02:00
parent 61d18f22b2
commit 22e281f368

View File

@ -101,7 +101,7 @@
"acceleration_enabled": {"value": false },
"acceleration_roofing": {"value": 3000 },
"jerk_enabled": {"value": false },
"retraction_combing": {"value": "'within infill'" },
"retraction_combing": {"value": "'infill'" },
"travel_retract_before_outer_wall": {"value": false },
"travel_avoid_other_parts": {"value": true },
"retraction_hop_enabled": {"value": false },