📄️ Layer2D
Layer2D is a layer for a 2D plotter. Layers are added via the Plotter2D.add_layer method.
📄️ Layer3D
Layer3D is a layer for a 3D plotter. Layers are added via the Plotter3D.add_layer method.
📄️ Plotter2D
Plotter2D is a 2D plotter for creating artwork using G-code. This class should be used with a 2D plotter.
📄️ Plotter3D
Plotter3D is a 3D plotter for creating artwork using G-code. This class should be used with a 3D printer.