def choose_material(self): Preheat_Overseer(end_point=self.collect_heat_settings, name='preheat_wizard', title=roboprinter.lang.pack['Utilities']['Preheat'], back_destination='infill')
def generate_preheat_list(self, **kwargs): c = Preheat_Overseer(**kwargs)
def choose_preheat_settings(self): Preheat_Overseer(end_point=self.collect_heat_settings, name='preheat_wizard', title=roboprinter.lang.pack['Utilities']['Preheat'], back_destination='welcome_fine_tune')