From 75e887c3bd549c4db1ae7c270832a070b4d8a894 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Tue, 2 Jul 2024 13:46:42 +0000 Subject: [PATCH] Updated Wiki content --- precise-z-height.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 precise-z-height.md diff --git a/precise-z-height.md b/precise-z-height.md new file mode 100644 index 0000000..4e0bc4f --- /dev/null +++ b/precise-z-height.md @@ -0,0 +1,7 @@ +# Precise Z Height +When enabled, this option ensures the accurate Z height of the model after slicing, even if the model height is not a multiple of the layer height. + +For example, slicing a 20mm x 20mm x 20.1mm cube with a layer height of 0.2mm would typically result in a final height of 20.2mm due to the layer height increments. + +By enabling this parameter, the layer height of the last five layers is adjusted so that the final sliced height matches the actual object height, resulting in an accurate 20.1mm (as shown in the picture). +![image](https://github.com/SoftFever/OrcaSlicer/assets/103989404/e2d4efab-a8f4-4df6-baa6-42f526ac83ec)