Forrest logo
back to context overview

openscad

List of commands for openscad:

  • openscad:tldr:a38d4 openscad: Open a file.
    $ openscad ${path-to-button-scad}
    try on your machine
    explain this command
  • openscad:tldr:af1e6 openscad: Render a file to PNG in a specific colorscheme.
    $ openscad -o ${path-to-button-png} --colorscheme ${Sunset} ${path-to-button-scad}
    try on your machine
    explain this command
  • openscad:tldr:b8756 openscad: Convert a file to STL.
    $ openscad -o ${path-to-button-stl} ${path-to-button-scad}
    try on your machine
    explain this command
back to context overview