Files
AIO_3D_Print_Local_Screen/config(example).json

30 lines
614 B
JSON

{
"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
},
"home_positions": {
"x": 134,
"y": 123,
"z": 10
},
"hotend_temp_range": {
"min": 0,
"max": 300
},
"bed_temp_range": {
"min": 0,
"max": 50
}
}