luc-github / Repetier-Firmware-4-Davinci

Repetier-Firmware-0.92 based for DaVinci printer (Beta - so far so good)
GNU General Public License v3.0
194 stars 99 forks source link

Creta port from RepRap & Marlin #318

Closed luc-github closed 6 years ago

luc-github commented 6 years ago

@ffnull you wrote :

Hi there. Im trying to make port of reprap firmware and Marlin 2.0. But in Marlin im stuck on DUE hal, there is no match pins. Already trying MK4DUO, compiled without any >issues but board doesnt start... Im have Da Vinci 2.0a DUO and i can be tester

1 - RepRap: You will go to really to trouble: a - setup environement is very peaky and most of people won't be able to compile properly b - RepRap 2.X does not support Due anymore, you need to use 1.22 which has random support, you need to apply several fixes. c - Display and keypad are not supported, you will have a lot of work to add this support

2 - Marlin Not sure what you did but : a - I worked on basic port for my Duo (old generation not the a) https://github.com/luc-github/Marlin4Due and it was mostly Ok b - Do not forget to update variant.cpp and USBCore.cpp as Davinci does not follow Arduino Due Pinout c - Marlin4Due is what MK4DUO used as code base, so it may also work but you may need to adapt the code I have done for screen and Software SPI for SD

I hope it helps

luc-github commented 6 years ago

closing issue as no update