CNCKitchen / PrusaDUET

SD Card files for the Prusa MK2.5S DUET Mod
GNU General Public License v2.0
9 stars 2 forks source link

Changes for SKR e3 Turbo? #2

Open andreacampanella opened 2 years ago

andreacampanella commented 2 years ago

I'm trying to run RRF by teamgloomy on the SKR e3 turbo on a prusa MK2.5s.

I tried this configuration, the axis moves for homing but then it stops saying:

G28 XError: Failed to enable endstops M120 G91 G1 X-10 F6000 G90 M121Error: G0/G1: insufficient axes homed

Any idea of what I need to change?

I'm not using sersorless homing.

CNCKitchen commented 2 years ago

Have you checked that the end stop configuration is right? ; ##### Endstops M574 X1 S1 P"io0.in" ; X endstop M574 Y1 S1 P"io1.in" ; Y endstop

andreacampanella commented 2 years ago

The LPCs board have diffent labels for axis, also the order of the drives changes.

I made a new configuration and a new case, I will publish it in a fork when I'm done testign it :)

(also, thanks a lot for all the work, my new Prusa e3 Turbo makes me very happy!)