Looking to get a 3D printer soon.

Interesting. Didn't know that. When the XL comes out it's going to be a much larger hit. Is it a fixed percentage, or ?
I'm not sure, and right now I'm not sure where I saw the $800 limit. I think it was during the checkout section. I'm not sure how they calculated the charge, I can't come up with it. But here is how it breaks down, Import Duties $26.01 Duty Tax $17.00


@Just for fun Well, this is ironic... The main board in my Prusa just died. Arrrggghh. Don't be concerned though, the board in my printer is completely different that yours, plus, I have had mine for five years and over 190 days of continuous accumulated printing.

Bummer Neal, Hopefully it won't take long to get a new board.
 
Printed Solid in the US carries most Prusa spare parts.
Thanks for the tip @AlanB . Unfortunately, they do not stock the Rambo Mini board, most likely due to the fact that it is the generation prior to the Mk3.
 
They are just getting going with Prusa so not too surprising. It is probably a fairly rare failure item. Best of luck with your repair. I have seen folks upgrade to the reprap boards or even klipper solutions instead of another 8 bit board. It's more effort but there are various gains.
 
They are just getting going with Prusa so not too surprising. It is probably a fairly rare failure item. Best of luck with your repair. I have seen folks upgrade to the reprap boards or even klipper solutions instead of another 8 bit board. It's more effort but there are various gains.
Herein lies the issue... I would love to do more with my printer and have been intending to add a Rasp pi or Orange Pi to enable wireless printing along with being able to control/monitor prints remotely, but time always seems to be short, and thus my lack of research stops me. Maybe I could categorize it as "analysis paralysis". I would love to do something different with the Rambo-mini board, but I ordered it from Prusa since they had it in stock. I could have ordered a board from AliExpress for 1/5 the cost, but I am not entirely confident in getting a functioning board, plus the shipping for AliExpress will be much longer.
Isn't the Klipper firmware for a mainboard such as the RepRap board? If I went that route, does it do mesh bed leveling and that good stuff ("good stuff" = technical term)? If you have advice on a different board with the above-mentioned capability of wireless file transfer, video monitoring, etc. I would be all ears.
 
I've set up Octoprint on a Pi 3B for my MK3. It works great, was easy to set up and I can't imagine fiddling with SD cards anymore, and it easily supports a camera. I ran Octoprint on an older Pi model B with the Lulzbot Mini and that worked fine, it did require a network cable or USB Wifi dongle and a camera would have been a heavy load for that old Pi. The Pi's that have Wifi built in make that easier. Octoprint will run on a Pi Zero but they don't recommend it (many people still do it). It works ok as long as you don't put a camera or too many plug-ins. Anything stronger than a Pi Zero will handle Octoprint quite well. The Zero 2 W would be great if we could get them. A Pi4 is not needed for this, but of course it will work, and any memory size model is fine. Compute module 4's are also fine and are a bit more available but require a carrier board to get to the I/O, and wifi is optional, plus there are many memory configurations but any of those will work. Just this weekend there were some CM4's available and they didn't sell out for hours, Pi's usually sell out in 30 minutes or less when they are available. The Pi3's are excellent and can be a bargain in today's market.

On the next level we have a fork in the road. There is the Reprap highway, and the Klipper highway (there are some other routes but less interesting for this discussion). The Duet boards are at the top of the Reprap food chain, and there are cheap clones of those, as well as Reprap firmware ported to other boards. It's a good way to go, and does just about everything one would want to do. It has it's own interface setup for the web and print queueing, etc. Config is text files. It is starting over in terms of getting your printer to print well, and I don't see as much community choosing this route, but it is a solid choice.

The other highway is Klipper which has been really popular lately and has been growing faster. Klipper is a dual processing architecture and popular setups are a Raspberry Pi for the high level motion planning and user interfacing, while the low level timing and controls are done with the printer microcontroller. The microcontroller can be any of a large set of compatible boards from 8 bit to 32 bit. Klipper generates the binary that you load once into the microcontroller, and all the configuration is done in text based config files in the Pi (you don't have to keep re-loading the microcontroller). The Pi does all the trajectory and motion planning computations and feeds the low level instructions to the controller via a serial link. There are three commonly used web interfaces - Mainsail, Fluidd and Octoprint. So you get to choose. Mainsail, Fluidd and Klipper are said to run fine on even a Pi Zero, Octoprint requires more CPU resources due to it's implementation and design so a Pi3 or Zero 2W or better are recommended. Pi4's work fine, even the small memory models.

Octoprint with plug-ins have more options and features than Mainsail and Fluidd. But Mainsail and Fluidd are lighter weight and do most everything, and they are improving. You can use more than one if your Pi has the resources.

Since you have ordered the Rambo from Prusa you have a couple of efficient choices. One is to run Octoprint on a compatible board and connect it to the Rambo with USB. It's probably easiest on a Pi, but it can run on other boards or a PC. That's probably the simplest and wisest path to follow at this juncture. The other option is to run Klipper on a Pi and load the Rambo with the Klipper firmware. This is much more involved and steps away from all the wonderful Prusa support, and it has a much larger learning curve. Doing this on your only printer would be adventurous.

I am building a Duet based printer (Railcore) and a Klipper based printer (Voron Trident) and I'm keeping my Prusa fairly close to stock (at the moment it has a Dragon hotend, but that changes almost nothing else as it's a V6 drop-in), plus it has the Pi with Octoprint. I think it is best to experiment with a second printer and keep one solid reliable primary printer working - I might need a part at any time, never want to be without one working machine. I also keep spare parts on hand so I can fix the Prusa no matter what. :)

I've spent too much time researching and collecting parts, I need to get those last few more parts and get these projects finished - before another better upgrade comes along...

Happy Printing!
 
Last edited:
@AlanB That was a very nice explanation, and I appreciate the time that you put into your response. The statement that you "never want to be without one working machine" is so true. Although this path that I am on with getting my Mk2.5s back up and running is somewhat expensive ($135 just for the Rambo-mini), at least at that point, I will have a familiar and (hopefully) reliable printer. I will be going through your response more thoroughly tonight and see what other questions I may come up with.
Again, I really appreciate your time!
 
I am about to join this club.

Just ordered a Prusa MK3S+ kit. They claim only a 1-2 day delay before shipping. We shall see. Been wanting one for quite a while. Since I learned FreeCAD this year, I will be able to design stuff and print it. Got lots of little things to make.

I will have to set up Octoprint for it. Currently have a Pi 3B that's unoccupied, (not the 3B+) and a wireless dongle for it.

Edit: 1-2 Weeks. Must of misread it! Still better than it was just a month ago.
 
Last edited:
Welcome to the Prusa MK3 club. Octoprint is a nice upgrade for a 3D printer.

Looks like the 3B has single band wifi, the 3B+ has dual band wifi. So the dongle may not be required. My Octoprint is running on a 3B. I was thinking it was a 3B+ but looking at the pictures it looks like it is the regular 3B model. It runs fine. I did put a USB camera on it at one point and that worked as well. It's a good choice for this usage.
 
I received mine two days ago, three and a half weeks.

20221019_164835_copy_2016x1512.jpg
 
Back
Top