24v power supply + 12v heater?

Hi again Lulzbottians,

I’ve been accruing my components for my lulz build and after trying to use what I already had on hand, I ended up buying just about every single solitary part from the Lulzbot store, asside from the machine itself.
One thing I havent taken from the store is thr 24v silicone heater, not just yet anyway.

I had already purchased a similar sized heater, but it requests 12v 20a… as compared to the 24v 10a.
The -basic math- i have run across is that va = w er, P=IV … and both silicone heaters basicly turn out to be 240w power consumption.

Under this am I to assume I can likely power my current 12v 20a silicone heater under the same or similar conditions as the 24v 10a silicone heater? ( Im using the 24v 15a power supply from the Lulzbot store)

Any technical know-how here would be awesome.


Honestly I wish I had just bought the Taz, it would have saved me time, but I’m so close to being done I can taste it. I just need that last bit to cross the gap. Then once I’m selling commissions again I can just buy a Taz like I should have.

Heyo!

I wouldn’t run the heater at more than the rated voltage, but this is pretty easy to set in the firmware. Assuming you’re using Marlin, you can set the voltage that’s sent to the bed by changing the line in configuration.h:

#define MAX_BED_POWER 206

255 = full 24V, so setting this to 127 will send 12V to your TAZ.

Keep it up, we always like hearing about home builds :slight_smile:

Cheers
-bam

Oh cool! Thanks a lot bam! I would be lost without people like you.

So, at that rate, it would be 12v 10a? WOuld i just heat up at half/quarter speed or would it potentialy just never heat to the same ammount?

I would think that it would pull as much current as it wanted, even at the lower voltage.

Orias, Im not sure what you mean. I dont know enough yet about electrical engineering and currents , voltage, etc to understand clearly I suppose.