ThomasHeb / 4AxisFoamCutter

Arduino based CNC foam cutter with display and SD-Card
14 stars 8 forks source link

Z and U mismatch in GrBl settings #11

Closed LarsBrinck closed 3 years ago

LarsBrinck commented 3 years ago

Hi Thomas, Finally managed to calibrate the machine. Some confusion arose when $2 (z, step/mm) and $3 (u, step/mm) are interchanged in my GrBl settings. So when I change value in $2 the u-stepper(right horisontal) gets changed and vice versa ($3 changes the z-stepper right vertical). This is contrary to the description in GrBl settings.

Can you check if you have got the same issue? They have the same value so it is not obvious but since this is my first day with GrBl it took me a while to pin down what was wrong.

I´m having great fun! Time to load the first gcode!

/Lars

ThomasHeb commented 3 years ago

Hi Lars,

thanks for that feedback. The error is inside the text for the parameter setting report.cpp Bildschirmfoto 2020-10-22 um 09 17 15

Update is uploaded and you can simply change the report.cpp in your source folder.

Thank you, Thomas report.cpp.zip