From c0df4440b046c6b31fe3bec6dbe07ecf99de56be Mon Sep 17 00:00:00 2001 From: Ulf D <1coderookie@quantentunnel.de> Date: Fri, 12 Apr 2024 16:17:49 +0200 Subject: [PATCH] Update profiles.md --- docs/profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/profiles.md b/docs/profiles.md index 2ff2d7f..8073af1 100644 --- a/docs/profiles.md +++ b/docs/profiles.md @@ -74,7 +74,7 @@ Make sure to enable the optional "Arachne Engine" (Print Settings -> Perimeters) --- ### Cura -Cura is probably the most commonly known slicer. If you check support page of Anycubic or if you have a look at the content of the microSD card that was shipped with the printer, you'll find an *outdated* version of Cura and some printer profiles for it. My suggestion would be: *don't* use that outdated Cura version and *don't* use the profiles Anycubic offers, at least not without inspecting them (especially Neo users!). You can find more notes on the profiles further down below. +Cura is probably the most commonly known slicer. Even though Cura and Klipper work perfectly together, there are a few things to be aware of. Certain classic G-code commands aren't directly supported by Klipper as it uses extended G-code and scripts for certain things. As an example the G-code command `M0` (unconditional stop) isn't recognized by Klipper, you'd have to use the extended G-code command `PAUSE` for that.