diff --git a/Setup-Documentation.md b/Setup-Documentation.md
index c58ed19..c731b02 100644
--- a/Setup-Documentation.md
+++ b/Setup-Documentation.md
@@ -16,8 +16,10 @@ I have *had* two build plates for this. The stock one from Creality with
The PEI plate is being returned as defective - it doesn't work on my other printers, either. I've ordered a new stock mat that will hopefully correct any of the weird leveling issues I've had.
## Problems?
-### Non-functional/detrimental bed meshes
-Bed meshes don't seem to work properly. I can get wildly different bed meshes without ever moving or adjusting anything on the machine, leading me to believe that the BL-Touch probe might have some issues (or may not be a genuine part, I'm not certain.) It might be worth looking into something else for Z probing.
+###
+
+Bed meshing was working, it's just that I'm unused to sprung beds. Enabling adaptive meshing with KAMP has resolved this issue.
### Bad PEI plate, maybe
I can't get anything to stick to the PEI plate I bought, which sucks because it's the ONLY build plate I bother using on other builds.
@@ -142,13 +144,15 @@ LINE_PURGE
Be sure to home (G28
) before performing the BED_MESH_CALIBRATE
; it's also important to run M117
to clear any messages hanging up in the system. LINE_PURGE
needs to come *after* START_PRINT
to make sure it happens **immediately** before the print begins to minimize blobbing and stringing on the first layer.
+If you are just importing the PrusaSlicer profile, these changes to the START G-Code should already be applied.
+
# Tuning
## Z Offset
[Official documentation link](https://www.klipper3d.org/Probe_Calibrate.html)
**NOTE:** I've hda to re-adjust the Z offset fairly frequently, sometimes between each print. It's not a large task, but I'm unsure if there's an issue with either the probe or the bed screws or the bed itself - just do not rely on this to be accurate over a large amount of time!
-Home all axes and then enter PROBE_CALIBRATE
into the command line. From there, adjust the Z offset in small increments using the on-screen arrows until it is close enough to the bed that you feel resistance when you drag a sheet of paper below it. You just need to feel enough drag to be noticable - it doesn't need to put up resistance
+Home all axes and then enter PROBE_CALIBRATE
into the command line. From there, adjust the Z offset in small increments using the on-screen arrows until it is close enough to the bed that you feel resistance when you drag a sheet of paper below it. You just need to feel enough drag to be noticeable - it doesn't need to put up resistance
## Bed Leveling
[Official documentation link](https://www.klipper3d.org/Manual_Level.html)
@@ -158,7 +162,7 @@ Once the Z offset is set, you can now manually level the be by entering BE
## Bed Mesh Calibration
[Official documentation link](https://www.klipper3d.org/Bed_Mesh.html)
-**NOTE:** I'm not certain this is 100% necessary as this unit appears to have a pretty dang flat bed; my results have not been much different when using a bed mesh. I feel that the BL Touch probe installed is either wonky or inaccurate. If and when I switch this machine over to hard mounts, this may be a more important set.
+Bed meshing is now handled automatically on every print by KAMP. It creates a smaller mesh of only the area you'll be printing on, meaning they are **much** more accurate.
## ...and the rest.
These are things that need to be set up but not done as frequently.