Skip to content

Commit

Permalink
Update config files to reflect SSR rating instead of the old, incorre…
Browse files Browse the repository at this point in the history
…ct "warp" rating. (#448)

* Update Voron2_M8P_config.cfg

Change bed_heater formula to insure max_power doesn't exceed SSR rating.

* Update Voron2_Octopus_Config.cfg

Change bed_heater formula to insure max_power doesn't exceed SSR rating.

* Update Voron2_SKR_13_Config.cfg

Change bed_heater formula to insure max_power doesn't exceed SSR rating.

* Update Voron2_SKR_14_Config.cfg

Change bed_heater formula to insure max_power doesn't exceed SSR rating.

* Update Voron2_Spider_Config.cfg

Change bed_heater formula to insure max_power doesn't exceed SSR rating.
  • Loading branch information
StevensStuff authored Sep 9, 2023
1 parent e64c83b commit b70cb93
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions firmware/klipper_configurations/M8P/Voron2_M8P_config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,13 @@ stealthchop_threshold: 0
[heater_bed]
## SSR Pin - HE1
heater_pin: PB5

## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
## Use "Generic 3950" for NTC 100k 3950 thermistors
#sensor_type:

sensor_pin: PA0
## Adjust Max Power according to 0.4w per square cm. Calculator available at https://tools.takuya.wtf/
## 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
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ stealthchop_threshold: 0
## Use "Generic 3950" for Keenovo heaters
#sensor_type:
sensor_pin: PF3
## Adjust Max Power so your heater doesn't warp your bed. Rule of thumb is 0.4 watts / cm^2 .
## 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
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ heater_pin: z:P2.3
## Use "Generic 3950" for Keenovo heaters
#sensor_type:
sensor_pin: z:P0.23
## 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
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ heater_pin: z:P2.3
## Use "Generic 3950" for Keenovo heaters
#sensor_type:
sensor_pin: z:P0.25
## 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
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 b70cb93

Please sign in to comment.