Disable arc fitting for Qidi processes

Qidi printers run Klipper and we don't want arc fitting enabled for
these.
This commit is contained in:
TheLegendTubaGuy
2026-03-13 16:38:03 -05:00
parent 845baaefbb
commit ccf1442c8c
83 changed files with 83 additions and 83 deletions

View File

@@ -8,7 +8,7 @@
"bridge_flow": "1",
"default_acceleration": ["10000"],
"elefant_foot_compensation": "0.15",
"enable_arc_fitting": "1",
"enable_arc_fitting": "0",
"gap_infill_speed": ["230"],
"inner_wall_acceleration": ["5000"],
"inner_wall_speed": ["230"],