mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:29:02 +08:00
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:
parent
61d18f22b2
commit
22e281f368
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user