mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-02 15:46:45 -08:00
20 lines
324 B
OpenSCAD
20 lines
324 B
OpenSCAD
include <config.scad>
|
|
use <GDMUtils.scad>
|
|
use <publicDomainGearV1.1.scad>
|
|
use <joiners.scad>
|
|
use <roller_parts.scad>
|
|
use <cap_parts.scad>
|
|
use <slider_sled.scad>
|
|
|
|
|
|
module xy_sled_part() { // make me
|
|
zrot(90) slider_sled(with_rack=true);
|
|
}
|
|
|
|
|
|
xy_sled_part();
|
|
|
|
|
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
|
|