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

@@ -9,7 +9,7 @@
"bridge_speed": ["50"],
"default_acceleration": ["10000"],
"elefant_foot_compensation": "0.15",
"enable_arc_fitting": "1",
"enable_arc_fitting": "0",
"gap_infill_speed": ["50"],
"initial_layer_infill_speed": ["55"],
"initial_layer_line_width": "0.82",