From 12b0a9680f35b377dc874c18b8691a07e8800856 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Tue, 2 Jul 2024 21:46:12 +0800 Subject: [PATCH] add WIKI for precise-z-height --- doc/precise-z-height.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/precise-z-height.md diff --git a/doc/precise-z-height.md b/doc/precise-z-height.md new file mode 100644 index 00000000000..4e0bc4fc01c --- /dev/null +++ b/doc/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)