Script Flow Control


  • if() – Conditional Flow Control Tutorial

    Thumbnail for the post titled: if() – Conditional Flow Control Tutorial

    The if() command allows the script to direct “execution” of various parts of the script based on the condition. It is really very basic, if your condition is True the…

  • for loop – OpenSCAD for loop Tutorial

    Thumbnail for the post titled: for loop – OpenSCAD for loop Tutorial

    Program Control in OpenSCAD The first thing to know about OpenSCAD is that it is not an “iterative” language. When OpenSCAD “loops” though the for statement it basically creates an…