How to wire - markniu/PandaPi GitHub Wiki
Board connector view
board V2.0
board V2.5
Thanks @Johnny Johnsen he draw this 3D wiring
1. configure dirver :
2. connect to LCD128*64:
support 2 type of LCD128*64:
- Creality UniversalLCD128*64
- RepRapDiscount Full Graphic Smart Controller
1)connect to Creality UniversalLCD128*64(ender3 CR-10):
exp1---->exp1
exp2---->exp2
2)connect to RepRapDiscount Full Graphic Smart Controller
exp1---->exp1
exp2---->exp2
The notch connectors on this LCD panel are reversed. Cut the notches on the cable and insert them upside down.
3)Configure
disabled the "DGUS_LCD_UI_PANDAPI" in the Configuration.h by adding //
, the default configuration is for serial screen.
//#define DGUS_LCD_UI_PANDAPI
3. Fans:
name | 24V | 3V-20v | gcode control | |
---|---|---|---|---|
FAN0 | Fan0a | Fan0b | hotend | it will be opened automatically if the temperature of Hotend0 is higher than 60°C. |
FAN1 | Fan1a | Fan1b | model cooler | M106: Set Fan Speed 0~255, E.g "M106 P0 S255" |
FAN2 | Fan2a | Fan2b | for motor driver | it will be opened automatically if the driver is working. |
FAN3 | Fan3a | Fan3b | model cooler | M106: Set Fan Speed 0~255,M107: Fan Off. E.g "M106 P1 S255" |
Because the MCU control all the Fans and heaters,and it can not be changed by the marlin code. if you want to re-define them the best way is to re-splice the fan connectors.