基本界面达成

This commit is contained in:
2026-05-11 00:21:16 +08:00
parent 649677f564
commit 65f221a5d8
13 changed files with 1818 additions and 347 deletions

17
config(example).json Normal file
View File

@@ -0,0 +1,17 @@
{
"api_url": "http://127.0.0.1:5001/api/v1",
"api_key": "############################################",
"gcode_dir": "/home/octo/.octoprint/uploads",
"move_axis_area": {
"x_min": -14,
"x_max": 222,
"y_min": -16,
"y_max": 228,
"z_min": -0.5,
"z_max": 250
},
"move_max_speed": {
"xy": 3000,
"z": 200
}
}