Skip to content

Commit

Permalink
Update Voron2_Spider_Config.cfg
Browse files Browse the repository at this point in the history
Change bed_heater formula to insure max_power doesn't exceed SSR rating.
  • Loading branch information
StevensStuff committed Sep 9, 2023
1 parent 3abb0d8 commit 5b83541
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ heater_pin: PB4
#sensor_pin: PB0 # Spider 2.2
##--------------------------------------------------------------------

## Adjust Max Power so your heater doesn't warp your bed
## Adjust max_power so it doesn't exceed the SSR rating. The Omron G3NA-210B-DC5 SSR is rated at 4 amps without a heatsink.
## The formula is "4 / (Wattage_of_bed_heater / Mains_voltage) = max_power"
## If max_power is greater than 1.0, use 1.0
max_power: 0.6
min_temp: 0
max_temp: 120
Expand Down

0 comments on commit 5b83541

Please sign in to comment.