Create 3D Meshes Using Lua Scripts

PrinterKit's mesh generation API is available using Lua, so you can create 3D objects using scripts. Define 2D shapes, combine them and extrude to create complex 3d models via code. Convenient for creating parametric designs with exact values.
Gear shape generated by Lua script

PrinterKit Scripting API:
  • 2D Boolean Operations, Union, Difference and Intersect
  • 2D modification operations like round, border, hull, and smooth
  • Export 3D shapes to files
  • Convenience functions to place shapes in a grid or around a circle

Learn more about scripting in the Scripting Tutorial