Files
snappy-reprap/z_sled_part.scad
2014-08-31 18:28:30 -07:00

19 lines
284 B
OpenSCAD

include <config.scad>
use <GDMUtils.scad>
use <slider_sled.scad>
module z_sled_part() { // make me
zrot(90) slider_sled(with_rack=false, nut_size=lifter_nut_size, nut_thick=lifter_nut_thick);
}
z_sled_part();
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap