{"id":21712501,"url":"https://github.com/ornstein89/axis_beltmillpanel","last_synced_at":"2026-04-18T11:03:18.943Z","repository":{"id":126991035,"uuid":"365325913","full_name":"Ornstein89/AXIS_BeltMillPanel","owner":"Ornstein89","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-13T10:55:57.000Z","size":503,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T11:48:09.441Z","etag":null,"topics":["axis","glade","linuxcnc","rt-linuxcnc"],"latest_commit_sha":null,"homepage":"","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/Ornstein89.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-07T18:50:28.000Z","updated_at":"2023-07-06T16:03:20.000Z","dependencies_parsed_at":"2023-04-26T14:00:52.912Z","dependency_job_id":null,"html_url":"https://github.com/Ornstein89/AXIS_BeltMillPanel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ornstein89/AXIS_BeltMillPanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornstein89%2FAXIS_BeltMillPanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornstein89%2FAXIS_BeltMillPanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornstein89%2FAXIS_BeltMillPanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornstein89%2FAXIS_BeltMillPanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ornstein89","download_url":"https://codeload.github.com/Ornstein89/AXIS_BeltMillPanel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornstein89%2FAXIS_BeltMillPanel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31966218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["axis","glade","linuxcnc","rt-linuxcnc"],"created_at":"2024-11-25T23:39:25.229Z","updated_at":"2026-04-18T11:03:18.895Z","avatar_url":"https://github.com/Ornstein89.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AXIS_BeltMillPanel\n\nПрограммное дополнение для LinuxCNC AXIS, разработанное на [Glade](http://linuxcnc.org/docs/devel/html/gui/gladevcp.html), обеспечивающее добавление в интерфейс AXIS новой панели, подстановку в шаблоны gcode параметров из полей ввода панели, сохранение файла gcode *.ngc и его загрузку в AXIS/LinuxCNC.\n\n## Инструкция по установке\n\n1.\tУбедиться, что машина удовлетворяет требованиями по версии Linux, версии RT-ядра и версии LinuxCNC. Работа панели была успешно протестирована в следующих конфигурациях:\n  * LinuxCNC на базе Debian 9 Stretch с патчем PREEMPT-RT (http://www.linuxcnc.org/testing-stretch-rtpreempt/), обновлённая до версии 2.8.\n  * LinuxCNC на базе Debian 7 Wheezy (http://www.linuxcnc.org/iso/linuxcnc-2.7.14-wheezy.iso) с патчем RTAI, обновлённая до версии 2.8.1.\nРабота в иных сочетаниях Linux, LinuxCNC и ядра возможна, но не тестировалась.\n2. Установить в python 2.7 пакеты pip и configparser (https://pypi.org/project/configparser/):\n```\n$ sudo apt update\n$ sudo apt install python-pip\n$ python2 -m pip install configparser\n```\n3. Скопировать файлы репозитория в каталог, где находится исходный ini-файл управляющей программы, в которую необходимо добавить панель.\n4. Добавить в раздел ```[DISPLAY]``` ini-файла управляющей программы 2 строки:\n```\n...\nEMBED_TAB_NAME = Configure Task\nEMBED_TAB_COMMAND=gladevcp -c gladevcp -x {XID} -u ./ConfigureTaskGlade.py ./ConfigureTaskGlade.ui\n...\n```\nТакже в репозитории в качестве примера приводится файл axis_with_panel.ini, запускающий графическую панель AXIS из стандартной комплектации LinuxCNC с добавленной панелью ConfigureTask.\n\n5. Запустить управляющую программу с помощью команды терминала Linux\n```\n$ linuxcnc имя_файла.ini\n```\nгде ```имя_файла.ini``` – ini-файл исходной управляющей программы станка, в которую добавили строки п.3. Убедиться, что в интерфейсе на центральных вкладках появилась панель ConfigureTask (см. рис. ниже).\n\n![ConfigureTaskPanel](ConfigureTaskPanel.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornstein89%2Faxis_beltmillpanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fornstein89%2Faxis_beltmillpanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornstein89%2Faxis_beltmillpanel/lists"}