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:
jonny_ji7 2023-02-27 11:38:37 +01:00
parent 06ebb1fbc6
commit 74adcbc78a
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -16,9 +16,9 @@ extern "C"
//--- configuration ---
//---------------------
//also see config.hpp
#define LEN_MOVE 90 //mm
#define SPEED_MIN 5.0 //mm/s
#define SPEED_MAX 110.0 //mm/s
#define LEN_MOVE 65 //mm
#define SPEED_MIN 2.0 //mm/s
#define SPEED_MAX 60.0 //mm/s
#define ACCEL_MS 100.0 //ms from 0 to max
#define DECEL_MS 90.0 //ms from max to 0