overhang speed factors update to string(list)

This commit is contained in:
HellAholic 2025-06-26 14:47:21 +02:00 committed by GitHub
parent ccea5bcfee
commit dd12c8152c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,12 +124,7 @@
"travel_avoid_other_parts": { "default_value": false },
"wall_line_width": { "value": "machine_nozzle_size" },
"wall_overhang_angle": { "default_value": 75 },
"wall_overhang_speed_factors":
{
"default_value": [
50
]
},
"wall_overhang_speed_factors": { "default_value": "[50]" },
"zig_zaggify_infill": { "value": true }
}
}
}