diff options
Diffstat (limited to 'klippy/extras/heater_bed.py')
-rw-r--r-- | klippy/extras/heater_bed.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/klippy/extras/heater_bed.py b/klippy/extras/heater_bed.py new file mode 100644 index 00000000..94040b8c --- /dev/null +++ b/klippy/extras/heater_bed.py @@ -0,0 +1,8 @@ +# 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): + return config.get_printer().lookup_object('heater').setup_heater(config) |