From a1e4b855a0e981b0591010afa840c61cb4ff7cc6 Mon Sep 17 00:00:00 2001 From: Chris Laprade Date: Thu, 8 Feb 2024 10:53:50 -0500 Subject: [PATCH] fix(macros): :memo: Documentation language clarification Clear up some of the language in the Adaptive Meshing Notes section --- guides/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/macros.md b/guides/macros.md index 5d4aceb..ff87f1a 100644 --- a/guides/macros.md +++ b/guides/macros.md @@ -502,7 +502,7 @@ enable_object_processing: True Additionally, if you use a Slic3r variant, you will need to enable "Label Objects" in the slicer settings. Directions for that can be found in the relevant slicer section above for those slicers that require it. -Further, the "I have a probe" and "Voron TAP" macros above have been updated to utilize this feature. No further software or macros are required to use this feature. +Further, the "I have a probe" and "Voron TAP" macros above have been updated to utilize this feature. No further software or macros than what is shown here are required to use this feature. If you currently have adaptive meshing enabled in your KAMP macros, you will need to comment out or remove the `[include ./KAMP/Adaptive_Meshing.cfg]` line from your `KAMP_Settings.cfg` file in order to use the built-in feature. The other KAMP macros will still work as expected, and there is no built-in adaptive purging feature at this time.