Stepper Modul GRBL Version
-
Hello,
I have the stepper module and want to change the GRBL setting so I ask which GRBL version is 0.8, 0.9 or 1.0 installed on the module ? -
If I read it correctly. Is the mega328 on the module stepper flashed with version 0.8c
Source of the information is on Github
If you follow the link below and look at line 28.
https://github.com/m5stack/stepmotor_module/blob/master/Firmware for stepmotor module/GRBL-Arduino-Library/settings.h -
this is an old version :-(
For example, X-STEP per mm is $0 and not $100$0 = X-STEP per mm
$1 = Y-STEP per mm
$2 = Z-STEP per mm -
It should be possible to flash newer firmware to the module via the pins on the side. I'm not sure if any tweaks are required to use the latest firmware with the stack though
-
I cant be 100% over this but it looks to be stock old firmware.
I broke mine this week so been researching how to build a new one using updated firmware and TMC2209 drivers.