this post was submitted on 14 Jun 2024
21 points (100.0% liked)

3DPrinting

14841 readers
30 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: !functionalprint@kbin.social or !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

I upgraded to this guy from the neo v2, and he is a beast in comparison. There isn't a premade profile on prusa for it though, so I made one using the neo as a base. Currently have the speed set to 150 mm/s and 1800 mm/s accel but was wondering what kind of speeds y'all are getting while still having consistent quality

top 20 comments
sorted by: hot top controversial new old
[–] papalonian@lemmy.world 6 points 1 month ago (4 children)

Have you heard of Klipper? If you're running that it's very easy to set up towers to find your max print speed and acceleration. It's a bit of a rabbit hole so lemme know if you've got any questions

[–] TheMonkeyLord@lemm.ee 4 points 1 month ago (3 children)

I have most definitely heard of it.

Do I know what it is, how it works, what it does? No.

I know you can run it through a raspberry pi, which is useful because I am already using one for octoprint. If it isn't crazy difficult to setup than I would definitely be willing to try it out!

[–] papalonian@lemmy.world 5 points 1 month ago

I wouldn't say it's "crazy difficult" to set up, but it is definitely a little involved. There will be a ton of documentation on setting it up for an ender printer so that shouldn't be an issue, but it's more work than simply "install it and go".

The way your current set up works, is your pi/ octoprint is sending a file to your printers motherboard, the printers motherboard is processing the file and executing all of the commands. The pi isn't doing any real work besides letting you interact with the printer's motherboard.

In simple terms, the way Klipper works is by replacing the firmware on your printers board with a program that can talk to both Linux and the hardware of your printer (stepper motors, heat cartridges, fans, etc), using the pi to run all of the processing and such, then passing those commands to the printer's board (which is now essentially a zombie that does nothing but what Klipper tells it to do).

Doing the main computation on a strong computer like a pi rather than the weaker CPU on a printer motherboard opens a plethora of options, one of the most popular being something called "input shaping" which is very relevant to your question. What that does is tests the vibration resonance of your printer and modifies stepper commands to counteract them, allowing you to print at significantly higher (read: sometimes 3x or more than stock) speeds without much if any noticeable decrease in quality.

Not only stuff like this, but there are innumerable QOL improvements over Marlin. Object exclusion for when one part out of a multi-part print fails, custom macros for anything you could want your printer to do, graphic bed level mesh.. I honestly don't know how I used my printer for so long without all of these things that seem like no brainers.

Long story short, it'll probably take more than an hour or two to get set up, but as soon as you get it going you'll be wondering why you didn't do it day 1. If you're at all serious about getting the most potential out of your printer, it's an inevitability; the stock firmware is far too limiting in what you can do, and makes any kind of advanced tuning or tinkering either impossible or way harder than it needs to be.

Sorry to dump this wall of text on you! If you decide to give it a go, pick a weekend and hit the forums, shoot me a message if you get stuck on anything and I'll help you best I can!

[–] SzethFriendOfNimi@lemmy.world 3 points 1 month ago (1 children)

It took a bit to get used to because the mindset is different but once it’s going it’s great.

I love that I can make config changes easily without having to compile firmware.

If you ever decide to take the plunge feel free to reach out since I did it with my ender 3v2 years ago. Not that it looks anything like the stock anymore.

Looks like somebody else already has the config working for it and a step by step guide for setting it up on your machine

https://artamis.me/projects/klipper_guide/

One thing to note is you don’t have access to the display anymore since the display on the ender 3 is proprietary. You use a web panel (I often use my phone for this with mainsail as my ui of choice)

That being said there are other displays that can work with it but I seldom use my display for anything anymore.

[–] TheMonkeyLord@lemm.ee 2 points 4 weeks ago

Holy cow, thanks for the link! I will definitely try it out once I am finished with my next couple of projects.

I already don't use the display because OctoPI though the OctoApp is way more convenient, so no loss there lol

[–] archomrade@midwest.social 1 points 1 month ago

Yea, I don't think the se runs it out of the box but I've heard an rpi can be used

[–] MrQuallzin@lemmy.world 2 points 1 month ago (1 children)

Need to do one of those speed/acceleration calibrations myself. I've reduced my speed for better quality, but it'd be fun to know my limits

[–] papalonian@lemmy.world 2 points 1 month ago

It's so much fun to know your limits, and really useful when you're prototyping parts.

I like modeling things like little tool holders to fit inside the railings on my printer, so sometimes need to print a couple of them to get the size just right. When doing these tests usually I print 0.6 nozzle, 0.3 layer height at 300m/s and 3000m/s^2 accel. Parts usually don't come out super pretty, but more often than not I end up using the final "test print" rather than reprinting it at more reasonable speeds because I just need it to work, not look nice.

[–] archomrade@midwest.social 1 points 1 month ago

I got the se a couple months ago, unfortunately it doesn't use klipper without modding it with a rpi as far as I know

[–] roofuskit@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

The SE still runs Marlin, the KE is the Klipper Edition.

[–] Grippler@feddit.dk 3 points 1 month ago* (last edited 1 month ago) (1 children)

I'm not using an ender 3 v3 se, but a bedslinger from anycubic with similar construction, and I'm running 300mm/s max print speed and 9000mm/s^2 max acceleration with consistent decent results.

[–] TheMonkeyLord@lemm.ee 1 points 1 month ago (1 children)

That is quick! The SE only advertises a max of 250 mm/s with 4,000 mm/s^2 accel, so that is pretty crazy.

[–] Grippler@feddit.dk 2 points 1 month ago* (last edited 1 month ago) (1 children)

The official marlin-based firmware also "only" goes up to something like 200mm/s and 3000mm/s^2 for my model, but I've flashed klipper on it which has given me more control so I wasn't constrained by the limitations set by the manufacturer in the firmware.

I was able to push it to 500mm/s print speed and 11000mm/s^2 accelerations, but small details started to suffer and I was getting too much ringing. For simple large prints I still use it though if I need a quick-ish prototype.

[–] 0xd34d@sh.itjust.works 2 points 1 month ago (2 children)

Surely that wasn't with the stock hot end though. I've done 400 mm/s at 12k mm/s² but I only achieved enough flow after upgrading to a KE style hot end Proof

[–] Grippler@feddit.dk 3 points 1 month ago* (last edited 1 month ago) (1 children)

Using a V6 style hot end with 0.2MM brass CHT nozzle. According to the flow test method CNC kitchen uses I max out around 54mm^3/s @220°C. I can only print that fast on larger prints though because my cooling can't keep up on small prints.

[–] 0xd34d@sh.itjust.works 1 points 1 month ago

Figured as much 😜

[–] PipedLinkBot@feddit.rocks 1 points 1 month ago

Here is an alternative Piped link(s):

Proof

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] lud@lemm.ee 2 points 1 month ago (1 children)

I have travel speed set to 150 and accel to 4000 or 4500 on my Neo V2 using klipper.

[–] TheMonkeyLord@lemm.ee 1 points 4 weeks ago (1 children)

I didn't realize klilper was that powerful. That is actually crazy

[–] lud@lemm.ee 2 points 4 weeks ago

Yeah, absolutely and I'm even quite conservative with my acceleration. I could go quite a bit faster if I wanted too, without too many issues. The ringing would be somewhat more visible though.