aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/heater_bed.py
blob: 4dd11ec46ac975fa09341901621fa4e185a1e8c7 (plain)
1
2
3
4
5
6
7
8
9
# Support for a heated bed
#
# Copyright (C) 2018  Kevin O'Connor <kevin@koconnor.net>
#
# This file may be distributed under the terms of the GNU GPLv3 license.

def load_config(config):
    pheater = config.get_printer().lookup_object('heater')
    return pheater.setup_heater(config, 'B')