From 0c8b596c48e5d1b7e83609e0b2042db105e1eed7 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Thu, 6 Apr 2023 15:52:32 +0800 Subject: [PATCH] update klipper config --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cfbd3090c2..26d5860c89 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,17 @@ Prebuilt binaries are available through the [github releases page](https://githu - run `BuildLinux.sh -udisr` +# Note: +If you're running Klipper, it's recommended to add the following configuration to your `printer.cfg` file. +``` +# Enable object exclusion +[exclude_object] + +# Enable arcs support +[gcode_arcs] +resolution: 0.1 +``` + # License Orca Slicer is licensed under the GNU Affero General Public License, version 3. Orca Slicer is based on Bambu Studio by BambuLab.