markniu / PandaPi

3d printer firmware run on raspberry pi directly
216 stars 30 forks source link

Files #5

Open furkanbr opened 4 years ago

furkanbr commented 4 years ago

Hi , this is a great project and i want to work on this , can you share platformio.ini file for us?

markniu commented 4 years ago

it is not compiled on platformio, it is compiled and run on raspberry pi Linux. just run make command in the Linux

furkanbr commented 4 years ago

How is it compiling ? is it happening automaticaly when i copy source code to root directory ?

and can i use my Rpi 3 a+ or it should be minimum 3b?

markniu commented 4 years ago

both Pi3b and Pi3b+ are OK , here is the edit and compile steps https://github.com/markniu/PandaPi/wiki/How-to-Edit-Marlin-code

furkanbr commented 4 years ago

Can you tell me how did yo change serial port comminication in marlin firmware? im trying to do somethink at my arm stm32f4 but i didt figure that .

markniu commented 4 years ago

You can compare the it with original marlin code, e.g. marlinseral.cpp

Moorviper commented 3 years ago

I think this can be closed.