1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Possible to add failsafe to SSR?

Discussion in 'Mods and Upgrades' started by JoshYourITGuy, May 22, 2017.

  1. JoshYourITGuy

    JoshYourITGuy Active Member

    Joined:
    May 27, 2015
    Messages:
    131
    Likes Received:
    33
    I bought a GeckoTek magnetic base and plate system after I chipped yet another glass bed. (Thank you Polymax PLA)

    The GeckoTek system has a much better heater built in, and GeckoTek warns that the RoBo's stock power supply wont heat it reliably above 75C. They were looking into offering a 24V upgrade kit, but that appears stalled out for now.

    I was looking into adding an SSR with a 24V supply, but with all the fake SSRs out there (even the Fotek's with the notched label saying Taiwan Made are suspect now). My concern is that SSRs tend to fail closed, pumping more and more heat into the bed until *poof* or worse.

    Does anyone know a way to add something in Marlin to trigger a spare pin when Marlin triggers on a thermal runaway? (bed_max_temp_error()) I can tie that trigger into a relay to kill power to the power supply.
     
  2. Jeff4Smith

    Jeff4Smith New Member

    Joined:
    Mar 24, 2017
    Messages:
    1
    Likes Received:
    0
    I added an SSR and although I've had no issues I agree the safety of the heated bed in general could be improved. Perhaps a fuse, possibly thermal fuse would be even a better solution? That way you're not relying on software to shut things down.


    Sent from my iPhone using Tapatalk
     
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    The Marlin source is out there, have at it :)
    On our DLP we used a spare DIO pin on the RAMPS to open/close the shutter for the projector and that was one of the reasons we used Marlin. There was even GCode support in Marlin for this. There is (IIRC) GCode support for most of the spare I/O pins so you could tie into one of those with a relay.
     

Share This Page