Anyone have stabilized their i3 rework or even yet just boxed it? Trying to eliminate some shaking.
I made a base and secured the printer to it. Added cork and also supported and secured the lower threaded rods a little more.
Quality improve? I need to find if I can get some rear support. As of now not sure how I’d attach. I’ll upload photo later and you’ll see what I mean.
On my Prusa i3xl, i got some problems of shakes and motor step hops due to bad acceleration value (in Marlin firmware, default acceleration are huge).
This has been resolved by decreasing DEFAULT_MAX_ACCELERATION values, especially for Y axe.
I found my issue. My cheap stepper drivers weren’t good. Swapped them out and now it’s printing way better. Only prob is now is my skirts are going way to fast for fine details. What’s your slic3r settings?
In slow mode, for maximum details with 0.1mm layer (but low print…), i use this :
#define DEFAULT_MAX_FEEDRATE {100, 100, 3, 25}
#define DEFAULT_MAX_ACCELERATION {220,220,10,200}
#define DEFAULT_ACCELERATION 180
It’s slow but you can test with these values and increase them step by step to meet your needs.
Ok ty