
just finished building r-max
have download usb driver, repetier no problem
need help in down loading firmware to printer,
thx
joe
Its not here yet, but it should look like this: I'll have to exchange this fuse anyway, because it's only designed for 16V.makerof3d wrote:what power supply are you going to upgrade to also fit the max ?
cheers
joe
Hi John!johnoly99 wrote:The firmware can PWM control the mosfet for the heated bed!
Repetier only supports Bang/Bang for a heated bed the only control you have is how often it turns the bed on or offaehM_Key wrote:Thanks, but I use the Repetier Firmware..
John, I looked up the mosfets on the heater bed circuit, its rated for 60v and 89Amps from what I gather http://www.nxp.com/documents/data_sheet ... 0-60YS.pdf. (part number taken from schematic on wiki page)johnoly99 wrote:Heya Mike!
The Onyx is ~1.1 to 1.2 Ohms, and was designed for 12V, but if you have a 24v psu, guess what! The firmware can PWM control the mosfet for the heated bed!!!!!! So, if you cut down your duty cycle, you can go up to about 15 amps of current. As for the bed surviving, I think it'll do just fine, my concern is if you draw more than the fuse on the Rambo, which if you have an earlier 1.0~ board, it's the yellow polyfuse, good for only about 15 amps, or later 1.1+ has an automotive fuse. It's designed to take 15 amps all day, and so is the board.
Let us know how it works!
Remember, Safety Third!
Johnoly
Hm, I think Repetier is working with PID and PWM. Still searching for the position to change the frequency..Polygonhell wrote:Repetier only supports Bang/Bang for a heated bed the only control you have is how often it turns the bed on or off
#define HEATED_BED_SET_INTERVAL 5000
yes your right, I swear I looked in the headers and only saw the one value, but looking at the EEPROM settings there are PID settings for the heated bed.aehM_Key wrote:Hm, I think Repetier is working with PID and PWM. Still searching for the position to change the frequency..Polygonhell wrote:Repetier only supports Bang/Bang for a heated bed the only control you have is how often it turns the bed on or off
#define HEATED_BED_SET_INTERVAL 5000