diff options
Diffstat (limited to 'klippy/extras')
-rw-r--r-- | klippy/extras/heater_bed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/heater_bed.py b/klippy/extras/heater_bed.py index 94040b8c..5e0fd821 100644 --- a/klippy/extras/heater_bed.py +++ b/klippy/extras/heater_bed.py @@ -5,4 +5,4 @@ # This file may be distributed under the terms of the GNU GPLv3 license. def load_config(config): - return config.get_printer().lookup_object('heater').setup_heater(config) + return config.get_printer().lookup_object('heater').setup_heater(config, 'B') |