Beispiel #1
0
    def choose_material(self):

        Preheat_Overseer(end_point=self.collect_heat_settings,
                         name='preheat_wizard',
                         title=roboprinter.lang.pack['Utilities']['Preheat'],
                         back_destination='infill')
Beispiel #2
0
        def generate_preheat_list(self, **kwargs):

            c = Preheat_Overseer(**kwargs)
Beispiel #3
0
 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')