All public logs

Jump to navigation Jump to search

Combined display of all available logs of Open Source Ecology. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:25, 19 December 2025 Farmy89 talk contribs created page 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) # ===========...")