bigtreetech / MINI-12864

BGTHREETECH MINI 12864 V1.0
54 stars 5 forks source link

makerbase MKS Gen_l V1.0 #15

Open djledshop opened 1 year ago

djledshop commented 1 year ago

makerbase MKS Gen_l V1.0 I have a makerbase MKS Gen L V1.0 board with an LCD screen, and I want to use it for a 3-axis CNC laser. How do I load the necessary firmware, and is there a pre-built file available?

To load the necessary firmware for your 3-axis CNC laser, you'll need to first modify the Marlin firmware to match your hardware configuration. This will involve editing the Marlin/Configuration.h file to define your board, stepper drivers, and serial ports. You may also need to modify other settings, such as acceleration, maximum feed rates, and endstop configuration.

Once you have made the necessary changes to the firmware, you can then compile and upload it to your board using the Arduino IDE. There are many online resources available that can guide you through this process, including tutorials and forum posts.

As for a pre-built firmware file, you may be able to find one online that is already configured for your hardware setup. However, it is important to note that firmware files can be specific to the individual components being used, so it is recommended to configure the firmware yourself to ensure compatibility and optimal performance.