User contributions for Farmy89
Jump to navigation
Jump to search
19 December 2025
- 02:2502:25, 19 December 2025 diff hist +9,672 N Open Source Blueberry Production 3D CAD Created page with "# FreeCAD Python Script for OSE-POT-25L Hydroponic Pot # Open FreeCAD, go to View > Panels > Python Console # Then: exec(open("/path/to/this/file.py").read()) # Or use Macro > Macros > Create and paste this code import FreeCAD as App import Part import math # Create new document if App.ActiveDocument: App.closeDocument(App.ActiveDocument.Name) doc = App.newDocument("OSE_POT_25L") # ============================================ # DIMENSIONS (all in mm) # ===========..."