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).
- 15:24, 18 November 2025 Marcin talk contribs created page Cut List Macro in FreeCAD (Created page with "import FreeCAD import FreeCADGui import tempfile import webbrowser import os def print_master_checklist(): doc = FreeCAD.ActiveDocument if not doc: FreeCAD.Console.PrintError("No active document found.\n") return selection = FreeCADGui.Selection.getSelection() # Even if nothing is selected, we will try to generate the page # so you can see that the script is working. # --- HTML Header --- html = """...")