Skip to content

fardog/prints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prints

Various OpenSCAD models, STLs and gcode generated from those models. They are either in raw SCAD, or SolidPython.

  • SCAD files can be found in ./scad
  • SolidPython can be found in ./prints

gcode is generated for a Prusa i3 MK3, from my slic3r-presets; settings are written into the gcode, so inspect the end of the files to see what settings they use.

Generating SCAD

There is a hacked together script for generating scad files; to use:

  1. Install Python 3.6+
  2. Install requirements from requirements.txt
  3. Create a new module in the prints directory, following the module format described below.
  4. Run ./scripts/solid module_name -- --param_override=value

Module Format

A module must export the following:

  1. A Params class, which includes Python 3 type annotations for each parameter and inherits prints.ParamsBase
  2. A main(params: Params) function, which takes an instantiated Prams class and returns a solidpython object

Until this is better documented, see the clamp attachment module.

License

Creative Commons Attribution (CC BY 3.0)

Some models are released under different licenses, depending on their original source (if any). For those purposes, a LICENSE file in a given folder, or a license header in a particular file takes precedence over the repos overall license.

About

Various OpenSCAD models, STLs, and gcode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages