Misfittech / nano_stepper

Stepper feedback controller
423 stars 179 forks source link

New Firmware 0.40 direction not work #41

Open billydragon opened 4 years ago

billydragon commented 4 years ago

I have BIGTREETECH-S42A-V1.0 motor and driver. working on 0.38 firmware. To make it work i need to change some pins in board.h. With the same config pins on FW 0.39-0.40 do not work any more. Every things fine, LCD work, motor working only one way, can't change direction. here is board.h file board.zip

coolio986 commented 4 years ago

@billydragon I will check into this and see what changed.

coolio986 commented 4 years ago

@billydragon It appears that you are using the defines for the mechaduino. The pin definitions have not changed from 0.38 to 0.40. It appears the BTT S42A is using pin 2 instead of pin 1 in their board.h. I can make firmware revision to add this functionality.

billydragon commented 4 years ago

Thank for you information. So what next step i need to change for 0.40 FW ?

coolio986 commented 4 years ago

@billydragon I need to confirm the changes with BTT and add that to FW 0.40. Nothing needs to be done on your part.

coolio986 commented 4 years ago

@billydragon, I have attached a new board.h file. Please use the latest 0.40 FW, and overwrite with this attachment. board.zip