Skip to content

A Tool for generating .scad Code with Java

Notifications You must be signed in to change notification settings

Daneleus/openscadgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openscadgenerator

A Tool for generating .scad Code with Java

Features:

  • Shapes

    • Cone
    • Cube
    • Cuboid
    • Cylinder
    • Polyhedron
    • Prism
  • Operations

    • Difference
    • Intersection
    • MoveToPosition
    • Rotation
    • Union

How to use

  • create a shape using any class of the "shape"-package
  • use ScadUtil for common scad functions rotate, union, etc.
  • use FileUtil.writeScadStringToFile to get a .scad file to your filestorage