USB Type-C Print Head Connection

A place for anything else electronics related
Post Reply
DougLorenz
Plasticator
Posts: 9
Joined: Sun Jun 07, 2015 12:34 pm

USB Type-C Print Head Connection

Post by DougLorenz »

I've been playing around with something that might seem odd to people, but give this a read and tell me what you think...

With all the wires going into the tool head, it sometimes feels like it is an unnecessary challenge to disassemble the whole thing when you want to rebuild a print head. I began by looking for a simple connector that could handle all the wires going to the print head, giving me the ability to quick connect the unit when I wanted to work on it. I wasn't able to find anything inexpensive that could meet all my needs. I then realized that the USB Type-C connector can do all of this easily, and a USB Type-C cable would be a lightweight and flexible replacement for all the wires between the top of the unit and the tool head.

The USB Type-C cable contains two Vbus wires and two ground wires that are capable of 2.5A each, which is two channels of 12V/30W power. This could be combined to deliver a single 12V/60W that is more than enough for a single 40W heater, or two channels at 30W each for a dual-heater setup. With E3D switching to 25W/30W heating elements, that would be good enough.

The high speed capability of the USB Type-C cable comes from four shielded differential wire pairs, which I believe should be capable of handling at least 250mA each, more than enough for a heat sink fan, a layer fan, and a couple of thermistors.

For additional fun, you could use the remaining wires for future expansion. USB 2.0 is carried over the Type-C cable through UTP wires, and combined with the Vconn wire you could power a small USB device like a borecam to get an up close and personal view of your print head working.

----------------------

Here's my idea to develop a series of projects to work this idea out.

The first stage is to use the wiring I listed above in a non-standard way to run power and other connections over the USB cable. A small circuit board on a simple effector plate would have a USB Type-C connector on the top, along with terminal connectors for fans, thermistors, and heating elements. Another small circuit board located in the top part of the Rostock Max would similarly allow funneling the current wiring into a USB Type-C connector. A simple USB Type-C to Type-C wire ($8 at amazon) would connect the two. This design would allow for mechanical testing of the concept in action.

The second stage would be to begin adding real USB capability, perhaps testing out the idea of a USB 2.0 borecam.

The third stage could be a migration of the toolhead control to actual USB, with the tool head being able to receive GCODE through a serial connection and manage the temperature PID loops itself. This could include thermocouple amplifier(s) built in to the tool head, reporting the data not through analog pins, but through GCODE responses back to the controller. Obviously, the third stage would require a special controller.

I'd like to get some input from other people before I begin this project.

- Doug
User avatar
bvandiepenbos
Printmaster!
Posts: 927
Joined: Thu Apr 05, 2012 11:25 pm
Location: Goshen, IN
Contact:

Re: USB Type-C Print Head Connection

Post by bvandiepenbos »

Interesting concept. I like the idea of a simple clean plug in wiring to hot end.

Have you seen this ?
http://www.themakerhive.com/shop/viewit ... oductid=20

It has one 12 pin connector for everything. Pretty nice.
~*Brian V.

RostockMAX v2 (Stock)
MAX METAL "ShortyMAX"
MAX METAL Rostock MAX Printer Frame
NEMESIS Air Delta v1 & v2 -Aluminum delta printers
Rostock MAX "KITT" - Tri-Force Frame
GRABER i3 "Slim"
DougLorenz
Plasticator
Posts: 9
Joined: Sun Jun 07, 2015 12:34 pm

Re: USB Type-C Print Head Connection

Post by DougLorenz »

Yeah, saw that one. It was an idea that I thought about for a bit, but I think that my idea is more expandable, and with less clutter.
Eric
Printmaster!
Posts: 726
Joined: Sat Aug 18, 2012 4:09 am
Location: Chula Vista, CA

Re: USB Type-C Print Head Connection

Post by Eric »

If you have any commercial aspirations for the idea, I'd steer clear of non-standard useage of a consumer standard. The USB-C standard calls only for low current 5V power unless the connected devices have negotiated higher voltages and/or currents prior to delivering them. That means there needs to be some level of intelligence on both sides of the cable to do that correctly. The idea is that ANY usb-C device can be connected to ANY other usb-C device without anything bad happening -- your use of that connector is, in a consumers eyes, a promise of compatibility. If you design something where this is intentionally not true, you have a potential liability issue in any commercial product. (Talk to a lawyer if you want an actual legal opinion. I'm not one.)

There have already been cases of non-compliant USB-C cables frying devices. Enough that Amazon is even trying to police them, although I'm not sure how effective they've been. https://www.theguardian.com/technology/ ... b-c-cables

-----------

That said, there's nothing wrong with wanting an all-in-one connector. There are a staggering number of connectors on the market, it's just a matter of picking one with the right requirements.

If you want to do it on the cheap, I'd suggest a visit to your local auto junkyard (the kind where they let you strip parts yourself). Every car will have dozens of potentially useful latching connector pairs in their wiring harnesses, and you can usually obtain plenty of cable on at least one side of it.

(edit was just to fix a spelling typo)
Last edited by Eric on Fri Apr 22, 2016 9:45 pm, edited 1 time in total.
IMBoring25
Printmaster!
Posts: 616
Joined: Wed Mar 18, 2015 1:11 am

Re: USB Type-C Print Head Connection

Post by IMBoring25 »

I'd also comment that it sounds like this would produce a connector that is physically reversible but not functionally reversible. If so, this severely violates a central tenet of usability design.
User avatar
Windshadow
Printmaster!
Posts: 526
Joined: Mon Nov 30, 2015 6:35 pm
Location: Mid Coast Maine

Re: USB Type-C Print Head Connection

Post by Windshadow »

There are all sorts of connectors designed to a DIN standards of various sorts (used mostly in audio and video production I think originally )back in the 60s and 70s and I think that no one uses them any more. (well folks that restore that stuff I guess)
perhaps some of them might work?
User avatar
Jimustanguitar
ULTIMATE 3D JEDI
Posts: 2631
Joined: Sun Mar 31, 2013 1:35 am
Location: Notre Dame area
Contact:

Re: USB Type-C Print Head Connection

Post by Jimustanguitar »

My FLUX Delta uses a USB C cable and connector for its print head. I have some concerns about its long term friction fit, but so far so good.

[img]http://i.imgur.com/K9WbQ1i.jpg[/img]

[img]http://i.imgur.com/jbLKAIC.jpg[/img]
DougLorenz
Plasticator
Posts: 9
Joined: Sun Jun 07, 2015 12:34 pm

Re: USB Type-C Print Head Connection

Post by DougLorenz »

Wow, I didn't know that it already existed... I'll have to check out this Flux Delta and learn more. Thanks!
DougLorenz
Plasticator
Posts: 9
Joined: Sun Jun 07, 2015 12:34 pm

Re: USB Type-C Print Head Connection

Post by DougLorenz »

Ok, all the great ideas that I thought I had seem to be already incorporated in this Flux 3D printer. Magnetic arms, easily changed tool heads, USB-C... Oh well...

Nevermind... lol...
Eric
Printmaster!
Posts: 726
Joined: Sat Aug 18, 2012 4:09 am
Location: Chula Vista, CA

Re: USB Type-C Print Head Connection

Post by Eric »

I looked at the Flux Delta and thought maybe they actually were following USB-C protocol, since the toolhead has it's own firmware and is somewhat intelligent.

Then I spotted this, written only 7 days ago: https://flux3dp.zendesk.com/hc/en-us/ar ... LUX-Delta-

Which probably means one of their customers tried it and killed their device. Wonder how happy that customer is.
User avatar
KAS
ULTIMATE 3D JEDI
Posts: 1157
Joined: Thu Dec 04, 2014 6:06 pm

Re: USB Type-C Print Head Connection

Post by KAS »

interesting, Wonder why they didn't use a type-b style plug as it's less convenient to accidentally connecting something.
DougLorenz
Plasticator
Posts: 9
Joined: Sun Jun 07, 2015 12:34 pm

Re: USB Type-C Print Head Connection

Post by DougLorenz »

I'm willing to bet that the reason why they used USB Type-C is because the new cable is capable of carrying 100W of power. That's the reason why I thought it would be the perfect method for connecting a tool head to the controller.
Xenocrates
ULTIMATE 3D JEDI
Posts: 1561
Joined: Wed Sep 23, 2015 2:55 pm

Re: USB Type-C Print Head Connection

Post by Xenocrates »

Personal opinion, with some technical arguments (They obviously aren't all the arguments.)

USB of any sort (Except perhaps enclosed industrial USB, or USB over M8) is the wrong answer to connect a tool-head for one simple reason. It lacks a good physical retention mechanism. They all depend on little spring tabs, which will not survive large numbers of mate-demate cycles, nor will they survive catching a little. While having the cable snag on a joint and snap an arm is not good, having it detach or mis-align with every bump after a few dozen cycles is worse. We have USB connections on the Haas machines. They are used only to load programs. And yet, within a few months, the cable dies. Doesn't matter if it's an expensive 30$ OEM bulkhead cable, or a 5$ cable from office depot with a printed bulkhead. The spring clips wear down, the contacts lose their plating and their spring.

Second problem: USB is a standard. It's so ubiquitous that most consumers don't bother checking. If their device plugs into it, then they feel it should work. Now, if you used 5V heater cartridges, or a step up converter, that might be OK. but 12V or 24V? No dice. If you had some sort of clever relay mechanism to only switch the 12 or 24V on when something asked for it, that might work. But that's more work, and either intelligence in the hotend (which while not a bad thing, does not keep mass down, and puts electronics in a hostile environment.), or a second connector, which loses you any gains. Otherwise someone will plug stuff into it. Even if the owner is smarter, teens by and large are not (Trust me, I am one)

Third problem: There's not a good way to deal with things in a reversible fashion. Anything you do, short of moving the switching MOSFETs to the effector and having a micro to control them will mean that it isn't reversible. And a physically, but not electrically reversible cable is a bad thing.

I suggest you go with a latching cable of the MOLEX or similar variety. They are fairly cheap, common, and work well, while being able to accommodate large varieties of cable sizes, voltages, and currents. If you want something sleeker, I suggest you look at the M12 cable standard. They have 8 pin cables with 2A rated cables, arraigned in pairs to reject noise. Meaning that if you use 24V, you can use 40W cartridge heaters, and run two sensors in the same cable (Unfortunately, you can only hit 24W on 12V, making it slightly less nice if you aren't working with a wiring harness essentially from scratch). They have both screw and bayonet variants, are used widely in industry, are easy to put in knockouts for (Since they are round), and otherwise fix a lot of issues with using commercial cables in an industrial point of view (That being their entire intention)
Machines:
Rostock Max V2, Duet .8.5, PT100 enabled E3D V6 and volcano, Raymond style enclosure
Automation Technology 60W laser cutter/engraver
1m X-carve router

Sic Transit Gloria Mundi
01-10011-11111100001
Post Reply

Return to “OTHER Electronics”