So I've purchased a CNC model 3018 kit from ebay. It included a pre programmed Woodpecker 3.2 board.
Now originally this board worked well but unfortunately I believe i managed to short the board out and damage it. I'm un able to communicate with the board. I've tried a lot of different things.
Luckily I just so happened to have a spare Arduino Uno board kicking around with a CNC v.3 shield. I've flashed the UNO with GRBL v.1.1 and I've confirmed that I have everything now functioning (ish).
I now need to fine tune the parameters to match what was programmed from factory to the woodpecker board, if i was smart i would of made a backup of the GRBL parameters on the board when I first used it but unfortunately I did not (New to this).
I'm wondering if anyone has a copy of the factory parameters ( from $1 all the way to $132) for the CNC model 3018 Woodpecker board?
This would help me out BIG TIME and save a lot of time.
Are you sure that these are the correct parameters?
I have this CNC https://www.aliexpress.com/item/33002001477.html and I also had to reinstall the firmware. I copied those values but the screw pitch is not correct.
Could you help me ?
Thank you.
Please be careful using other peoples parameters !
At best they are a guide to somebody else's working machine.
They may not be correct for your machine.
Some manufacturers use different thread pitches.
This is especially true for a chines manufacturer who copies another chinese manufacturer (very common)
There are a few calculators online to help with some of those aspects.
But you MUST know what you have.
My own recommendation is to always use millimeters $13=0
I use a cheap digital vernier for the next stage as it also allows me to fine tune the parameters.
Take a reading for an axis and write it down.
Now tell the machine to move that axis 10mm
Measure again and check it was 10mm movement.
If it was less than 10mm then reduce the steps per mm count by no more than 50 and repeat the above steps.
It it was more than 10mm then add to the steps per mm by no more than 50 and again repeat the steps.
As you get closer to the 10mm target you will be reducing the amount added or removed.
For most machines you may be looking at an initial figure of 400 but when accurately done may end up with a number just short of that or just above. I have one that is 398 but it repeats to less than .003 mm which is more than acceptable for these machines. They often advertise .05mm
Z axis measurements should in most cases be a similar approach but there are machines out there with a different Z screw pitch.
Most GRBL programs have the ability to change the parameters and to import and export them almost on the fly which makes the above steps quite easy.