Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config files to reflect SSR rating instead of the old, incorrect "warp" rating. #448

Merged
merged 5 commits into from
Sep 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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