mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Disable Arc Fitting for FlashForge (#6855)
Some printers (FlashForge Adventurer 5M and FlashForge Adventurer 5M Pro) have issues related to Arc Fitting. Source: https://www.reddit.com/r/FlashForge/comments/1cu1rnq/psa_disable_arc_fitting_in_orcaslicer_on_ad5m/ https://www.reddit.com/r/FlashForge/comments/1dw99d5/ad5m_pro_move_que_overflow/ https://www.reddit.com/r/FlashForge/comments/1ct0uck/my_a5m_stopped_mid_print/ Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.15",
|
"elefant_foot_compensation": "0.15",
|
||||||
"enable_arc_fitting": "1",
|
"enable_arc_fitting": "0",
|
||||||
"outer_wall_acceleration": "5000",
|
"outer_wall_acceleration": "5000",
|
||||||
"wall_infill_order": "inner wall/outer wall/infill",
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
"line_width": "0.42",
|
"line_width": "0.42",
|
||||||
|
|||||||
Reference in New Issue
Block a user