{"id":17643745,"url":"https://github.com/mic159/octoprint-grbl-plugin","last_synced_at":"2025-10-16T17:58:28.515Z","repository":{"id":57447795,"uuid":"90880908","full_name":"mic159/octoprint-grbl-plugin","owner":"mic159","description":"Simple GRBL support for Octoprint","archived":false,"fork":false,"pushed_at":"2018-04-19T13:59:16.000Z","size":8,"stargazers_count":39,"open_issues_count":8,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-19T14:58:37.110Z","etag":null,"topics":["cnc","gcode","grbl","octoprint"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mic159.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-10T15:38:57.000Z","updated_at":"2025-01-09T12:39:44.000Z","dependencies_parsed_at":"2022-09-26T17:31:06.319Z","dependency_job_id":null,"html_url":"https://github.com/mic159/octoprint-grbl-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mic159%2Foctoprint-grbl-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mic159%2Foctoprint-grbl-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mic159%2Foctoprint-grbl-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mic159%2Foctoprint-grbl-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mic159","download_url":"https://codeload.github.com/mic159/octoprint-grbl-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252775701,"owners_count":21802453,"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","gcode","grbl","octoprint"],"created_at":"2024-10-23T09:24:01.607Z","updated_at":"2025-10-16T17:58:23.472Z","avatar_url":"https://github.com/mic159.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grbl support for OctoPrint\n\nThis plugin lets you use Grbl based CNC machines with OctoPrint.\n\n**NOTE:** You still need to set a few more settings after installing\nthis plugin to make it work. See below.\n\n## Installation\n\n```bash\npip install octoprint-grbl-plugin\n```\n\n## Required Configuration\n\n- _Serial Connection_ \u003e _Advanced options_ \u003e _\"Hello\" command_ = **M5**\n- _Features_ \u003e _Send a checksum with the command_ \u003e **Never**\n\n\n## Additional controls\n\nIf you would like to show some additional info on the \"Control\" tab,\nadd the following to your `config.yaml` file:\n\n```yaml\ncontrols:\n- name: State\n  type: section\n  layout: vertical\n  children:\n  - name: Realtime State\n    # GRBL 0.8  \u003cIdle,MPos:0.000,0.000,0.000,WPos:0.000,0.000,0.000,RX:3,0/0\u003e\n    # Grbl 1.1  \u003cRun|MPos:-39.430,-16.480,0.000|FS:1626,0\u003e\n    regex: '\u003c([^,]+)[,|][WM]Pos:([+\\-\\d.]+,[+\\-\\d.]+,[+\\-\\d.]+)'\n    template: 'State: {0}  Machine Position: {1}'\n    type: feedback\n  - name: GCode state\n    # [G0 G54 G17 G21 G90 G94 M0 M5 M9 T0 F300. S700.]\n    regex: 'F([\\d.]+) S([\\d.]+)'\n    template: 'Speed: {0}  Power: {1}'\n    type: feedback\n  - command: '?$G'\n    name: Refresh\n  - command: '$H'\n    name: Home\n  - command: '$X'\n    name: Unlock\n  - command: '!'\n    name: Pause\n  - command: '~'\n    name: Resume\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmic159%2Foctoprint-grbl-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmic159%2Foctoprint-grbl-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmic159%2Foctoprint-grbl-plugin/lists"}