Date: | 2015-09-29 21:48:28 (8 years 3 days ago) |
---|---|
Author: | Werner Almesberger |
Commit: | 66adb05ad980f05b39869a234ccef3107d686855 |
Message: | sl2/slicer.pl: use same Z offset calculation as slicer.py Else, we don't mill into the workpiece but into its support. |
Files: |
sl2/slicer.pl (1 diff) |
Change Details
sl2/slicer.pl | ||
---|---|---|
117 | 117 | |
118 | 118 | # align with bottom (zmin == 0), z_pos = height - zoff |
119 | 119 | |
120 | $z_off = -$zmin - $height; | |
120 | $z_off = -$zmin; | |
121 | 121 | $z_pos = $height + $zmin; |
122 | 122 | |
123 | 123 |
Branches:
master