Date:2015-09-29 21:48:28 (8 years 5 months 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
117117
118118# align with bottom (zmin == 0), z_pos = height - zoff
119119
120$z_off = -$zmin - $height;
120$z_off = -$zmin;
121121$z_pos = $height + $zmin;
122122
123123

Archive Download the corresponding diff file

Branches:
master



interactive