Skip to content

michalvankodev/rusteaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusteaks ⚒

Rusteaks are tools to be 3D printed, designed with OpenSCAD, written in Rust

Generating own parts / Installation

To generate model parts you need to have rust installed. Follow instructions on rust installation to get up and running. In main.rs you can use the create_scad function to generate models. Just import the model that you want to print.

Generated .scad files can be opened with OpenSCAD software to be previewed and rendered into STL models.

For developing models, I recommend using watch mode:

cargo watch -x run

OpenSCAD will constantly use the latest version of the generated .scad file.

When you are done with designing the model. Proceed with the generation of the STL file. This STL file can be later on used with any slicer software for 3D printing. (e.g. PrusaSlicer)

Parts

Table attachment

Universal table attachment, that can be modified by parameters for any table height and personal preference.

Headphone stand

Parametrized headphone stand that can be modified to personal preference. Can be put toghether with the table attachment.

About

Utility 3D models for printing written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages