mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-02 23:56:45 -08:00
Initial checkin. Still needs work.
This commit is contained in:
18
z_sled_part.scad
Normal file
18
z_sled_part.scad
Normal file
@@ -0,0 +1,18 @@
|
||||
include <config.scad>
|
||||
use <GDMUtils.scad>
|
||||
use <slider_sled.scad>
|
||||
|
||||
|
||||
|
||||
module z_sled_part() { // make me
|
||||
zrot(90) slider_sled(with_rack=false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
z_sled_part();
|
||||
|
||||
|
||||
|
||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||
|
||||
Reference in New Issue
Block a user