Hi All,
I have checked out the latest plotter 2.0 code: GcodeParser.ino and would like to know how these numbers get calculated:
float X_STEPS_PER_INCH = 48;
float X_STEPS_PER_MM = 40;
int X_MOTOR_STEPS = 100;
Many thanks
Kuang
Hi All,
I have checked out the latest plotter 2.0 code: GcodeParser.ino and would like to know how these numbers get calculated:
float X_STEPS_PER_INCH = 48;
float X_STEPS_PER_MM = 40;
int X_MOTOR_STEPS = 100;
Many thanks
Kuang
Thank you Giovanniguerra
That helps . Just did the 1st drawing from the plotter snd came out pretty good
Frank kuang
Glad it helped. My measurements were not super accurate, but better than nothing…!