dewy721 / EMC-2-Arduino

Arduino + LinuxCNC = Your very own FREE high-end CNC controller.
116 stars 73 forks source link

I have a problem to config motor in emcarduino_07b.ino #8

Closed kasem-lek closed 1 year ago

kasem-lek commented 3 years ago

Hi . I'm new for EMC2Arduino. I have a problem , help me please.

List hardware

I should to will config at #define minStepTime 25 //delay in MICROseconds between step pulses. ???

And config in file my-mill.ini

[TRAJ] AXES = 3 COORDINATES = X Y Z MAX_ANGULAR_VELOCITY = 2.166666667 DEFAULT_ANGULAR_VELOCITY = 1.8 LINEAR_UNITS = inch ANGULAR_UNITS = degree CYCLE_TIME = 0.001 DEFAULT_VELOCITY = 1.8 MAX_LINEAR_VELOCITY = 2.166666667

value of MAX_LINEAR_VELOCITY and MAX_ANGULAR_VELOCITY same your file example.my-mill .

But if I change screw , pitch to change . I should to calcutator for config it ?

Thank you.