Close
0%
0%

Blackbox - Tool Changing 3D Printer

high-end open-source printer with a water-cooled tool changer.

Public Chat
Similar projects worth following
This project page is discontinued, please head to the new project

page:https://hackaday.io/project/166860-multitool-3d-printer-blackboxhttps://layershift.xyz/blackbox3dprinter/

Note that most of the Information on this page is outdated. You´ll find all necesary resources and information here:

Discord https://discord.gg/5vVm5r9cSw
Assembly Guide https://blackbox.dozuki.com/
Kits and Spares https://kb-3d.com/store/en/

Short Description

40x40 t-slot profiles form the 470x500x550mm (HxWxD) sized frame. The large build volume of 300x300mm can be used with up to five Materials. This is achieved by water-cooled exchangeable tool heads. The tools do not have their own cooling, instead they are cooled passively by the tool bank or the x-axis. While the tools are bowden driven the X-Axis carries one direct driven Extruder for flexible materials. The Z-Axis is based on belts with a 1:10 pulley reduction, compared to ball screws a fast, precise and cheap alternative. To keep the print area warm and chill im using 3mm laser cut acrylic sheets. All Axis are based on linear rails, the Y-Rail is supported by the T-Slot frame while the X-Axis is supported by a lightweight carbon square rod.

Features

Watercooled Toolchanger

At first I build the Blackbox around a water cooled Kraken hot end with four extruders from E3D. But the results where a bit disappointing. My goal was and still is to be able to print complex composite parts with multiple materials. But the leakage of the inactive extruder made it really messy. I was aware of dual x-carriages and tool changing printer but i had no idea how to combine that with a water cooled hot end. Just to think about connecting several tools with their own cooling circle gave me nightmares. But one day it hit me, the tool can be cooled passive by a cooling cycle hooked to the extruder and the tool bank just by touching the cooled surface. The idea is that the tools are cooled on the tool bank while they are inactive and on the X-axis after they are picked up by it. As a result, the tools require neither cooling hoses nor fans and are therefore extremely compact and lightweight (<40g).


Belted zero backlash Z-Axis

I started the Blackbox with a ball screw driven Z-Axis. It worked really precise with zero wobble, but it wasn´t able to accelerate fast because it was overconstrained. So I redesigned the Z-Axis completely based on belts. To achieve the necessary precision and to prevent the heating bed from falling down I use a 1:10 belt reduction. The Pulley configuration for the reduction is 16 teeth on 40 teeth, 16 teeth on 64 teeth. This results in a full step resolution of 0.01mm with 0.9° Stepper and almost no backlash, great for fast z-hop moves.


Carbon X-Axis

The X-axis is based on a small and lightweight MR9 (like MGN9) linear rail supported by a cheap carbon square tube. Im using printed brackets to guide the belts. Therefore the total x-axis including direct drive extruder and Y bearing weighs just about 750g-900g. This should reduce jittering and vibrations resulting in higher acceleration.

Accessibility

The black box was designed from the ground up with the idea of easy maintainability and assembling in mind. One example is the housing which can be completely removed within a few seconds. Another example is the X-Axis/Extruder which consists of very few parts and can be accessed easily. I also integrated cable channels which should clean up the wiring. All bearings are clamped in a way they can´t pop out. This is the result of extended iteration and prototyping. Im working almost two years...

Read more »

  • 1 × MK10 Heaterblock It´s a real pain to get quality MK10 Heatblocks, if you fid some tell me. Im using Wanhao ones currently.
  • 2 × 20x60 T-Slot profile Aluminium Profiles 20x60 size
  • 1 × GT3 Belt 9mm wide, 2mm tooth offset. You can also use GT2 Belts.
  • 2 × GT2 Smooth Idler Toothed Idler for 9mm wide Belts
  • 3 × Nema 17 Stepper Motor 0,9° Im using the 44Ncm version from omc-stepperonline but any Steppermotor with more than 25Ncm will do

View all 25 components

  • Blackbox is back on Hackaday!

    Marc Schömann07/31/2019 at 15:00 0 comments

    I'm taking part in this year's hackaday prize with the blackbox project, so this project page will be discontinued!

    You can find the new project page here: https://hackaday.io/project/166860-multitool-3d-printer-blackbox

    I can use every support, it would be great if you like and share this project!

    It's been a while since the last Log on Hackaday. The reason is that I had to abandon some cummincation channels in favor of some others. I used the time to build a compelling project page on my website, set up a community forum, and worked hard on getting the fusion files ready. That was a lot of work - and still is - but it's getting easier. Blackbox is now on a path to be a real community-driven open source project with many contributors.

    I will post all significant updates on my Blog first and then spread it to different channels including Hackaday. Github won't be further used because it's just painful to use with 3D Files (File Size limit, upload and deleting procedure etc.). Primary source will be the Fusion 360 File where everyone is invited to participate. Fusion has a built-in version system, offers group projects and can directly export BOM files. All that makes it the perfect platform to collaborate.

    Source files, BOM and latest Informations https://layershift.xyz/blackbox3dprinter/

    Coordination for all builder and contributors is primarily on the Forum and discord

  • Optical Tool Changer Calibration

    Marc Schömann01/30/2019 at 21:51 0 comments

    After upgrading the Blackbox with a tool changer, i had to find a way to calibrate the different hotends. The required precision cannot be achieved with mechanical measuring methods. I got inspired doing it optically by a forum post at 3d-druck-community.de Instead of taking a cheap USB microscope I used my mirrorless camera with the kit lens and macro rings. These rings are pretty bad for Makro photos because of the edge blur, but in this case, only the center has to be sharp. So macro rings will do fine for this job and the image quality is even superior to a cheap microscope.

    The camera is mounted to the frame, that way you can use the Z-Axis to adjust the focus. I wrote a short script which changes the tool head and returns to a reference point in between.


    Test routine G-Code

    G21 ;metric values
    G90 ;absolute positioning
    G28 x; home X
    G28 y; home Y
    G28 Z; home Z
    SET_PIN PIN=BEEPER_pin VALUE=120; short beep for start of the procedure
    G4 P100
    SET_PIN PIN=BEEPER_pin VALUE=0
    G1 Y25 F5000; drive to save position
    G1 X15.90 Y112.3 F5000; drive to calibration point
    G1 Z224.50 F500; lift z-axis to desired height
    T0; switch to tool 0
    G1 Z224.50 F500
    G1 X15.90 Y112.3 F5000; drive to calibration point
    SET_PIN PIN=BEEPER_pin VALUE=80
    G4 P2500
    SET_PIN PIN=BEEPER_pin VALUE=0
    G4 P500
    T1; switch to tool 1
    G1 Z224.50 F500
    G1 X15.90 Y112.3 F5000; drive to calibration point
    SET_PIN PIN=BEEPER_pin VALUE=80
    G4 P2500
    SET_PIN PIN=BEEPER_pin VALUE=0
    G4 P500

     To simplify the analysis process, I wrote a simple grasshopper script. This script calculates the distance between the tools (toolhead offset). On the other hand, it calculates the deviation between extruder changes, which reveals how exact the tool change process actually is.

    Download Grasshopper Script

    It calculates tool Offset

    as well as deviation

    Buttom Line
    As the measurements show, the deviation during tool change is tiny at max. 22 microns. Especially concerning the 16 Mikron deviation of tool 01 (permanently mounted). The measurements from tool 0 to tool 1 differ by only 6 microns. I am very happy and confident about this result regarding further developments. The remaining variance is probably due to inadequate measuring methods and general printer tolerances.

  • Big Github update!

    Marc Schömann06/11/2018 at 19:25 0 comments

    I rolled out a big github Update today.

    https://github.com/com9/blackbox

    Changes where made on:

    -Extruder (cleaned and simplified)

    -Z Bearings Blocks -> changed to a 8mm rod

    -Energy chain clips for the hoses and filament

    -Lasercut boardplate (only suitable for Ultratronics, feel free to change it to your needs)

    -Lasercut plate for Watercooling

    -Fixture for PSU (Meanwell RSP-500-24)

    -Fixture for C13 socket

    -Awesome fan housing designed for SLS

    -Z Belt fixture (still beta)

    -Update on the toolhead and toolbank (still beta)

    -changes on the z-guidance (still beta)

    and much more!

    I would change the Status of everything but the last three bits from "better wait a little before you buy something" to "if you know CAD and basic tooling, go ahead". The Z-Axis and toolchange are still a bit problematic and need some more working.

  • It´s Alive!

    Marc Schömann06/11/2018 at 11:50 0 comments

    Sorry for the sound fucked that up

  • Disassembly ☑ Assembly ☐

    Marc Schömann05/25/2018 at 13:41 0 comments

    Disassembly was quick and easy, assembly turned out to be quite flawless also. 

    The XY Axis is in place but the belt i ordered is a few cm too short, dumb mistake, now im waiting for longer one.

    Belt reduction on the Z-Axis works really well. But it´s currently just a 1:5 reduction. Im waiting for a 64t pulley to achive 1:10 but i might need to add a tackle mechanism to achive a 1:20 reduction in order to hold the bed. Currently the bed is falling down pretty fast, i hope a 1:20 reduction will do the trick.

  • Everything set!

    Marc Schömann05/21/2018 at 16:06 0 comments

    So i collected all parts and assembled the modules as far as possible. I began to disassemble the old Iteration today and if everything runs smoothly i should at least be able to assemble the XY-Axis today.

    The XY-Axis is complete, you can see the new fancy SLS printed fanducts here, the just slide in. Cabling was a mess, i need to enlarge the cable channels big time.

  • Wiring done!

    Marc Schömann05/19/2018 at 00:23 0 comments

    I got the XY-Axis assembly done after some seriously annoying problems. One major problem were tolerance issues which I have already mentioned. I found the cause by accident, i was switching to a .25 nozzle for some really problematic parts (flexible fan encoupling) and noticed the extreme wear of the nozzle. I was printing around three roles of carbon ABS until then. Although i was aware of the abrassive characteristics of carbon filament, i didn´t expected it to be THAT abrassive. I think we need to be careful to use claims like "wear resistance" like micro swiss does when you see something like this after just 3 roles.

    But if you see these tolerances you may understand why i used carbon ABS. The tolerances i build with are very tight and the slightest warping would turn out to be a big problem. The X-Axis/Extruder assembly is the only part where this is REALLY crucial, the rest is fairly easy to Print.

    The fans were surprisingly troubling too, in order to get them as compact as possible i decided to ditch the original aluminium housing for a custom sls printed housing/fanduct combination. The backside of the fan is held by flexible printed coupling. This results in a really slim and lighweight partcooling solution.

    Total weight is around 930-950g, my goal was to stay below 1kg for the complete XY assembly and it looks like I'm gonna achieve that goal.

  • So close!

    Marc Schömann05/08/2018 at 19:06 0 comments

    After several tolerance issues with my printer i was finally able to print the last iteration before the rebuild. The toolsystem looks good at first glance and i think i picked appropriate sized magnets. The new 8mm Z-Axis including heatbed is also ready for the big rebuild at the weekend. There is still an issue with the printed pulley, I still haven't managed to print a pulley that doesn't wobble.

    Here is a small demo of the extruder toolchange mechanism

    I used regular 2k epoxy glue for the Magnets. I had to buy way more magnets than necessary because they got big variance in tolerance.

    X-Axis weight: ca. 400g

    Tool weight:  ca. 36g

    Belt tensioner on the Z-Axis, hopefully strong enough to hold this massive aluminium bed.

  • Team expansion

    Marc Schömann04/29/2018 at 13:35 0 comments

    Im proud to announce that the Blackbox team has a new and ambitious supporter!

    Let's welcome Prashanth Ray, experienced in 3D printing and currently researching on the topic of 3D Bioplotting at the Johns Hopkins University, USA.

    Rays goals will be as follows:

    "My goals in contributing to the project are

    • Design and fabrication of a Multi-channel 3D bioprinting system containing

    • Pneumatic extruder (Pneumatic control)

    • Piston extruder (Mechanical Extrusion i.e Motor driving),

    • Microneedle jet (Microdot i.e Pulse generation control)

    • The 3D bioprinting system should be able to accept a variety of bio-materials to build composite hybrid scaffolds.

    • Create an environment to maintain biocompatibility, mechanical properties etc.

    I have few more ideas to work/modify and yes, keeping everything open-sourced."

    Im thrilled to see Rays vision cumming true in the future!

  • collecting the last bits

    Marc Schömann04/28/2018 at 14:27 0 comments

    Z-Axis:

    I have finished the Z-axis and tested its functionality. The reduction works great but the 5mm rod seems to be undersized. On top of that i bought the wrong pulleys (6mm instead of 9mm) so i guess it´s a good excuse to size this axis up. While i think that 6.35mm is plenty the rods in this size are really hard to source so i guess i will use 8mm rod instead. That might be oversized but weight isn´t that important here.

    Above you can see the bearing pedestal, next to it the printed 64t pulley (unfortunately difficult to get in the EU) and below the pulley gearbox with belt tensioner.

    Apart from that I am collecting all necessary parts together, as I only have one 3D Printer, all parts have to be together before the conversion can start.

View all 17 project logs

Enjoy this project?

Share

Discussions

yveslouis wrote 01/14/2021 at 10:14 point

Hello again,
The more I discover, the more I adore!
My project would rather be on a volume: 1300x900x500 mm in the context of applications that I have to do.
Do you think I can just extrapolate the lengths, or as I think the frame will not be strong enough?

===========================================

Re-Bonjour,
Plus je découvre, plus j'adore !
Mon projet serait plutôt sur un volume : 1300x900x500 mm dans le cadre d'applications que j'ai a faire.
Pensez vous que je peux juste extrapoler les longeurs, ou comme je le pense, le chassis ne sera pas suffisament solide ?

  Are you sure? yes | no

Zigoto wrote 05/03/2021 at 21:07 point

je comprends pas tes dimensions, 50cm de hauteur?

  Are you sure? yes | no

DellaRocko wrote 12/23/2019 at 14:45 point

Hi guys. And where can I download the archive of this version of the printer?

  Are you sure? yes | no

George Suarez wrote 06/16/2019 at 13:21 point

Is the intent to make this into a kit to be sold similar to the Prusa? What's the ultimate end goal?

  Are you sure? yes | no

neeek wrote 05/02/2018 at 09:30 point

Any chance you could upload a rhino file that is saved for an older version ? (I'm still on version 5)  :)

  Are you sure? yes | no

Marc Schömann wrote 05/02/2018 at 23:45 point

sure! added a rhino 5 version to github 

  Are you sure? yes | no

neeek wrote 05/03/2018 at 11:41 point

Thank you :) much appreciated.. keeping up with CAD software releases these days is crazy.. Especially given the price of a single user license ($16k a year ??)

  Are you sure? yes | no

Marc Schömann wrote 05/03/2018 at 15:58 point

That's true, I'm lucky to have a education license.

  Are you sure? yes | no

Mynasru wrote 02/24/2018 at 23:35 point

What is the name of your desk lamp? It looks nice

  Are you sure? yes | no

Marc Schömann wrote 02/25/2018 at 19:21 point

The lamp was a project during my sixth semester years ago. Every segment can be controlled individially via DMX. Here are more Informations: https://www.behance.net/gallery/23691727/Interactive-Luminaire

  Are you sure? yes | no

art wrote 02/24/2018 at 01:00 point

i think id like to make this as well.  thanks for sharing!!!

  Are you sure? yes | no

Marc Schömann wrote 02/25/2018 at 19:11 point

Great! Looking forward to it!

  Are you sure? yes | no

John M. Owen wrote 02/19/2018 at 20:44 point

did you publish some plans? I would like to build something similar...

  Are you sure? yes | no

Marc Schömann wrote 02/19/2018 at 23:51 point

i will after the third iteration, im currently doing final adjustments. By the end of the week i should be able to publish something.

  Are you sure? yes | no

John M. Owen wrote 02/24/2018 at 15:06 point

hope so! I get the impression your design is somewhere in the space I was converging on. I showed it to some other folks with similar interests and the consensus was if you open source it we’ll attempt a build. 

  Are you sure? yes | no

Marc Schömann wrote 02/25/2018 at 19:16 point

That would be so awesome! I uploaded the current version.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates