first commit

This commit is contained in:
cpu
2026-09-04 15:48:02 +02:00
commit 64b4982385
10 changed files with 2394 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"id": "com.example.vision-alignment",
"name": "Vision Alignment",
"description": "Camera-based stock alignment with three-point registration and software skew compensation for FluidNC/Grbl.",
"version": "0.2.1",
"engine": ">=1.7.0",
"ui": {
"entry": "ui/index.html",
"contributions": [
{
"slot": "tools-page",
"route": "vision-alignment",
"label": "Vision Alignment"
}
]
},
"capabilities": {
"requestTypes": [
"gcode:load:to:visualizer",
"machine:command",
"machine:get:context",
"workspace:get:state",
"redux:get:state"
],
"topics": ["workspace", "redux"],
"allowedFunctions": ["gcode", "machine", "useWorkspaceState", "redux"]
}
}