This reponsotory was downloaded from https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x, and added the support of MKS H43. This is for the convenience of users to clone and compile their own boards.
Using MKS Gen L V2.1 with latest Marlin bug fix and H43 under firmware 1.30:
all is working in Chinese language but when I switch in english, all is making any thing, servo x and y move and overshoot min switch and after few second the H43 go back to chinese himself and the printer is locked and have to be reseted..
Steps to Reproduce
only uncomment #define LASER_FEATURE in Configuration_adv.h
Additional Information
to be able to use laser with hot bed I had to add #define HEATER_BED_PIN MOSFET_A_PIN in pin_RAMPS.h
Include a ZIP file containing your Configuration.h and Configuration_adv.h files.
Marlin.zip
After you cancel the comment of LASER_FEATURE, it proves that you have turned on the laser mode, but the H43 is not compatible with Marlin's laser mode
Using MKS Gen L V2.1 with latest Marlin bug fix and H43 under firmware 1.30: all is working in Chinese language but when I switch in english, all is making any thing, servo x and y move and overshoot min switch and after few second the H43 go back to chinese himself and the printer is locked and have to be reseted..
Steps to Reproduce
only uncomment #define LASER_FEATURE in Configuration_adv.h
Additional Information
to be able to use laser with hot bed I had to add #define HEATER_BED_PIN MOSFET_A_PIN in pin_RAMPS.h
Configuration.h
andConfiguration_adv.h
files. Marlin.zip