Adjust test-params, CAD: enforce axis-mount
While testing the setup Optimizations of problems noticed while testing the setup: - mount too weak - only very slow speeds relevant - less distance required
This commit is contained in:
parent
06ebb1fbc6
commit
74adcbc78a
BIN
cad/cnc-guide/axis-mount.stl
Normal file
BIN
cad/cnc-guide/axis-mount.stl
Normal file
Binary file not shown.
Binary file not shown.
@ -16,9 +16,9 @@ extern "C"
|
|||||||
//--- configuration ---
|
//--- configuration ---
|
||||||
//---------------------
|
//---------------------
|
||||||
//also see config.hpp
|
//also see config.hpp
|
||||||
#define LEN_MOVE 90 //mm
|
#define LEN_MOVE 65 //mm
|
||||||
#define SPEED_MIN 5.0 //mm/s
|
#define SPEED_MIN 2.0 //mm/s
|
||||||
#define SPEED_MAX 110.0 //mm/s
|
#define SPEED_MAX 60.0 //mm/s
|
||||||
|
|
||||||
#define ACCEL_MS 100.0 //ms from 0 to max
|
#define ACCEL_MS 100.0 //ms from 0 to max
|
||||||
#define DECEL_MS 90.0 //ms from max to 0
|
#define DECEL_MS 90.0 //ms from max to 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user