基本界面达成
This commit is contained in:
17
config(example).json
Normal file
17
config(example).json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user