heater_bed: Wrap lines to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
# 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, 'B')
|
||||
pheater = config.get_printer().lookup_object('heater')
|
||||
return pheater.setup_heater(config, 'B')
|
||||
|
Reference in New Issue
Block a user