hello, I was able to wire the PandaPi into my 3d printer, also flashed an SD card, and connected it to my personal wifi. however, I can't seem to compile the given marlin code. I'm flashing the PandaPi3_20200716 image on to the sd card.
Once I power on the PandaPi and connect to the Raspberry Pi, do I update the raspbian and then compile the marlin code?
Currently when I update the raspbian, the "configuration.h" file and "configuration_adv.h" look identical. I'm not sure if it's supposed to be that way.
also, how do you set up the sensorless homing?
I would appreciate any help.
and seems that you need to update the marlin code,there is another button(update source) for that.
and then goto the configuration.h ,and search "SENSORLESS_HOMING"
uncomment the line
//#define SENSORLESS_HOMING
normally,you can flash the latest image to the sd card,if there is no touch screen,just comment the line
#define DGUS_LCD_UI_PANDAPI
Cool I will try that, I was able to experiment a little bit and found out the code isn't compiling in the browser. I am using a raspberry pi 3b+. I saw a forum where that was a problem.
Is there an update that fixed code compiling for the raspberry pi 3b+?