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

@@ -10,7 +10,7 @@
"bridge_flow": "1",
"default_acceleration": ["4000"],
"elefant_foot_compensation": "0.15",
"enable_arc_fitting": "1",
"enable_arc_fitting": "0",
"gap_infill_speed": ["250"],
"inner_wall_acceleration": ["5000"],
"internal_solid_infill_speed": ["200"],