Replies: 6 comments 4 replies
-
Hi, try increasing the constant on line 21 e.g. from
to
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the information, I changed to "1000 ", and the carriage moves now a little slower. It is still to fast for me, so I changed to 2500 and it worked ok. But if I use normal feed with turning spindle the Steppermotor moves at higher pitch 1.0 mm/ rev further after stopping the spindle. Spindle and Stepper don't stop at the same time. How can I fix this....? Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks for the Info. Could you please describe wich line you mean ?! // Stepper pulse and acceleration constants. #define PULSE_MIN_US round(500 * (200.0 / MOTOR_STEPS)) // Microseconds to wait after high pulse, min. #define PULSE_MAX_US round(2000 * (200.0 / MOTOR_STEPS)) // Microseconds to wait after high pulse, max. Slow start.Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello thanks for the info, I got that. Positioning in rapid speed is not the best idea. No one do that at the lathe. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello, Is it possible to insert these parameters for "precisely position" into the code ?! I think position in "ELS-OFF" mode with scaling 1x, 10x, 100x, is a good idea, but if this is to difficult to implement in the Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for the code. I tested the code today and it works. But I think I can't go to very slow speed. Above a certain value, the stepper speed no longer changes ?! Is it possible that the buttons only work in the slow speed ? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello,
how is it possible to change the speed of the "Left and Right" buttons ?
For my old lathe it is to fast....
Thanks
Beta Was this translation helpful? Give feedback.
All reactions