The right extruder is extruding filament and hotend is working.
In the display i can select the other extruder and move it from left to right. The hotend is working, i can heat it, I can switch on the part cooling fan.
However it is not extruding filament, motor is not turning and klipper is switching back to the right extruder even though i selected the left one.
Hey there! I can’t believe I found this thread after searching for information on this machine for so long. I happened to land one of these printers for only $150 USH in perfect working order and have been working to klipperise it myself for the past couple of days.
All the research I’ve done suggest this thing is built to be a beast, and severely crippled by it’s stock firmware, so I am really excited. I fought long and hard when reflashing the pi to get the original PRE linux boot bits added back in to even make the pi hat activate the 24v psu haha.
Would you mind sharing what you know about the pinout for me? I am at the point of setting up printer.cfg and would rather not mess with the neat cable management if I don’t have to haha.
My setup is slightly different than yours as I am using the pi mearly as a USB to TCP bridge to and the klipper host is a Dell optiplex that hosts 4 printers total.
Yes these printers are built like a beast and its main market, was towards professional use rather the consumer. Unfortunately Leapfrog stopped, but their built philosophy is very nice.
My brother did most of the work. The printer is starting up like the original leapfrog did and also showing the original leapfrog logo during startup. The Pi is starting the 24V psu for the mainboard, all like the original did.
We spend almost 7 days to figure everything out for pinouts and setting this thing up. It still not completely finished as at this moment it is one big printer.cfg
Im at the stage of finetuning the printer with the use of Klipper and figuring out which marco’s to make and how to use them. So now learning klipper and learning to calibrate this thing. If you know how to do all this, than maybe I can use that from you.
I mainly focussed on the left extruder and still need to check copy and mirror mode.
I also put in the right extruder, but still need to do some safety checks for travel, so that the toolheads are not bumping into eachother.
Whats weird is I 100% have a bolt pro, but my pinout is different than yours, well my motor arrangement. I ran your profile and yikes, homing was not a good idea hahha. My x-right and y-right are on x and y headers, and my y-left is aux1, x-left is aux 2.
after some playing I got the motion all locked down. Haven’t figured out the z max limit switch, but one tip: Change your 2.0 safe distance in your [dual carriage] (maybe). Documentation says thats the distance required between nozzles… I will report back if I find out that’s too much and the outer bounds of the toolheads are already accounted for.
Mm that is weird, because if you look carefully, your Y and Z Steppermotors are bigger than the X stepper motors.
If you check the aux1 and aux2 drivers, they also have thicker wires. I assume for higher current?
So it would strange that your x stepper is on one of the Aux drivers and I assume your Z is on a “lighter” driver.
Its strange that T1 cannot pass the midpoint. I can travel all the way to T0 and leave a safety distance of 2mm between the toolheads. So in single mode I will have maximum printarea.
However I do not know how it is done in copy or mirror mode.