From a363457080878d0107d114deba513d9386644ccd Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 5 Aug 2023 18:35:30 -0400 Subject: [PATCH] Adjusted FAQ Kamp. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e389f5..3228156 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,11 @@ The printhead is now parked front center waiting for you to insert filament. You Although this repo contains all the code from the KAMP repository, only the `mesh` functionality of KAMP has been enabled and tested. -If you KAMP is disabled, and you don't have a `default` mesh stored in your `printer.cfg`, `PRINT_START` will crash. +The [Label objects setting](https://docs.mainsail.xyz/overview/features/exclude-objects#enable-the-label-objects-setting-in-your-slicer) in your slicer must be enabled for KAMP to work. + +⚠️ If KAMP is disabled, and you don't have a `default` mesh stored in your `printer.cfg`, `PRINT_START` will crash. + +⚠️ KAMP cannot be used with low-powered devices such as the Raspberry Pi Zero. Adjust according to your needs.