|
1 | 1 | # Configuration for JGAurora A5 printer
|
2 | 2 |
|
3 |
| -## Firmware Installation Instructions |
4 |
| - |
5 |
| -To install custom firmware: |
6 |
| - |
7 |
| -- Download and install arduino IDE software from https://www.arduino.cc/en/Main/Software |
8 |
| -- Plug in A5 to your computer via USB cable |
9 |
| -- In arduino IDE, under the Tools menu, set: |
10 |
| - – **Board** to "Arduino/Genuino Mega or Mega 2560" |
11 |
| - – ***Processor*** to "Atmega 2560 (Mega 2560)" |
12 |
| - – **Port** to your 3D printer’s serial port. To figure out the correct serial port unplug the printer and observe the "Port" menu. Connect the printer's USB cable, re-open the "Port" menu and see if a new ports has appeared. This new port is likely to be your printer. |
13 |
| - - If you can’t find the right port or if your machine isn't detected, you may need to install a driver for the CH340 serial-to-USB interface chip in the printer. |
14 |
| - - [macOS CH340 Serial Driver](http://sampin.ch/ch340-driver-mac) |
15 |
| - - [Windows CH340 Serial Driver](https://sparks.gogo.co.nz/ch340.html) |
16 |
| -- Install the u8glib library using the library manager in the menu "Sketch -> Include Library -> Manage Libraries." |
17 |
| -- IMPORTANT: Unplug the 8-pin LCD panel header connector on your printer. The LCD should turn off completely. This is found underneath the LCD, and can be accessed from underneath the printer without removing any screws. Remember where it goes so you can put it back after flashing. |
18 |
| -- Close all other programs (Cura, Repetier Host, JGCreat, etc.) that could connect to the serial port. |
19 |
| -- Open the "Marlin.ino" file in Arduino IDE and wait for the new project window to appear. |
20 |
| -- Select "Upload" from the "Sketch" menu or click the Upload button. |
21 |
| -- Wait for the firmware to finish uploading and verifying. This may take a couple of minutes. |
22 |
| -- Plug the LCD connector back in. |
23 |
| -- In the Arduino IDE, select "Tools -> Serial monitor" to open up a simple console. In the popup menus, select "Newline" and a Baud Rate of "250000." |
24 |
| -- In the input box, enter the following G-code commands: |
25 |
| - - `M502` (press return) to reset settings (in RAM) to your configured defaults. |
26 |
| - - `M500` (press return) to write settings and initialize the EEPROM. |
| 3 | +> [!IMPORTANT] |
| 4 | +> Before flashing your printer, unplug the 8-pin LCD panel header connector. The LCD should turn off completely. This is found underneath the LCD, and can be accessed from underneath the printer without removing any screws. Remember where it goes so you can put it back after flashing. |
27 | 5 |
|
28 | 6 | ## Graphical Display
|
29 | 7 |
|
|
0 commit comments