K40Nano / Jk40

K40 java support from scratch.
MIT License
0 stars 0 forks source link

Asking for 200mm_second raster caused the head to lock up for the first pass or two. #2

Closed tatarize closed 5 years ago

tatarize commented 5 years ago

At 120mm/s it seemed to be fine at 200mm/s it growled. And lost registration.

It might just be my machine. Testing it I've run it into the wall a lot. But, it warrants a consideration. Maybe the speed value change is shifting the gear differently or the raster implementation is broken somehow.

tatarize commented 5 years ago

if (mm_per_second < 127) { return 2; } There is apparently a gear shift between these values.

tatarize commented 5 years ago

150 made a tick before starting rastering but kept the registration fine.