mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
creality.ini: enable conservative elefant_foot_compensation
given the diversity of printers and bed types and a typical lack of auto bed levelling, it will be impossible to get a good fit for everyone by default. A very conservative 0.1 for elefant_foot_compensation is unlikely to cause overcompensation. And I'd prefer to undercompensate as opposed to overcompensate as a default.
This commit is contained in:
@@ -172,7 +172,7 @@ clip_multipart_objects = 1
|
|||||||
compatible_printers =
|
compatible_printers =
|
||||||
complete_objects = 0
|
complete_objects = 0
|
||||||
dont_support_bridges = 1
|
dont_support_bridges = 1
|
||||||
elefant_foot_compensation = 0
|
elefant_foot_compensation = 0.1
|
||||||
ensure_vertical_shell_thickness = 1
|
ensure_vertical_shell_thickness = 1
|
||||||
external_fill_pattern = rectilinear
|
external_fill_pattern = rectilinear
|
||||||
external_perimeters_first = 0
|
external_perimeters_first = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user