{"id":19974318,"url":"https://github.com/gbroques/ose-universal-axis-macro","last_synced_at":"2026-06-09T03:02:39.407Z","repository":{"id":94020736,"uuid":"235251069","full_name":"gbroques/ose-universal-axis-macro","owner":"gbroques","description":"FreeCAD macro for creating Universal Axis objects.","archived":false,"fork":false,"pushed_at":"2020-01-26T01:48:28.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T09:42:29.891Z","etag":null,"topics":["cnc","cnc-machine","freecad","macro","open-source-ecology","opensourceecology","ose","osedev"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gbroques.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-21T03:50:34.000Z","updated_at":"2020-01-26T01:48:30.000Z","dependencies_parsed_at":"2023-03-13T17:08:17.874Z","dependency_job_id":null,"html_url":"https://github.com/gbroques/ose-universal-axis-macro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbroques%2Fose-universal-axis-macro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbroques%2Fose-universal-axis-macro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbroques%2Fose-universal-axis-macro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbroques%2Fose-universal-axis-macro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbroques","download_url":"https://codeload.github.com/gbroques/ose-universal-axis-macro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241411426,"owners_count":19958746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cnc","cnc-machine","freecad","macro","open-source-ecology","opensourceecology","ose","osedev"],"created_at":"2024-11-13T03:14:36.316Z","updated_at":"2026-06-09T03:02:34.389Z","avatar_url":"https://github.com/gbroques.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSE Universal Axis Macro\nThe [Universal Axis](https://wiki.opensourceecology.org/wiki/Universal_CNC_Axis) is a modular and scalable CNC axis for creating cartesian CNC machines.\n\nThis FreeCAD macro creates Universal Axis objects allowing the user to adjust properties like `Length` automatically.\n\n![Universal Axis object in FreeCAD](universal-axis.png)\n\n## Setup\n1. Clone the repository\n2. Link the macro to your FreeCAD macro directory by running the `link_macro.sh` shell script:\n\n```\n./link_macro.sh\n```\n\n## Python Usage\n\n```python\nfrom universal_axis import create_universal_axis\n\ndocument = App.ActiveDocument\nuniversal_axis = create_universal_axis(document, 'UniversalAxis')\ndocument.recompute()\n```\n\nIf you need more fine-grained control over the geometry of the Universal Axis object, then you can [explode the compound](https://www.freecadweb.org/wiki/Part_ExplodeCompound).\n\n## FreeCAD Version Information\nTested and developed with the following FreeCAD version:\n\n```\nOS: Linux\nWord size of OS: 64-bit\nWord size of FreeCAD: 64-bit\nVersion: 0.18.16093 (Git)\nBuild type: Unknown\nBranch: master\nHash: 690774c0effe4fd7b8d2b5e2fb2b8c8d145e21ce\nPython version: 2.7.12\nQt version: 4.8.7\nCoin version: 4.0.0a\nOCC version: 7.0.0\nLocale: English/UnitedStates (en_US)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbroques%2Fose-universal-axis-macro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbroques%2Fose-universal-axis-macro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbroques%2Fose-universal-axis-macro/lists"}