OpenSCAD Basic

Ein Workshop von Paul Rosset(paul@rsst.eu)
Fablab Neckar-Alb
Vortrag online unter: openscad.rsst.eu

Modifier Characters

* disable
! show only
# highlight / debug
% transparent / background

3D Primitive

  • cube
  • sphere
  • cylinder
  • polyhedron
Im OpenSCAD manual
render of a cube
render of a sphere
render of a sphere
render of a sphere

Special Variables

  • $fa
    minimum angle
  • $fs
    minimum size
  • $fn
    number of fragments
  • $t
    animation step
  • $vpr
    viewport rotation angles in degrees
  • $vpt
    viewport translation
  • $vpd
    viewport camera distance
  • $children
    number of module children

Positionierung

  • Rotieren
  • Verschieben
render of a square
render of a square

Operatoren

  • Union
  • Differece
  • Intersection
  • Projektion
render of a square
render of a square
render of a square
a projection
a projection
Aufgabe Fablab Würfel bauen a projection

Vielen Dank für eure Aufmerksamkeit! Weiteres Cooles Tutorial

2D Primitive

  • square
  • circle
    • regelmäßiges polygon
  • ellipse
  • polygon
render of a square
render of a square
render of a square

Datentypen und Registerzuweisung

  • Numbers
    • PI
  • Bool
  • Strings
  • Ranges
  • Variablen
Tipps zum Lasercutten
Tips für den 3d Druck