Beispiel #1
0
 def __init__(self, device=None, temperature=20):
     Command.__init__(self, device)
     self.temperature = temperature
Beispiel #2
0
 def __init__(self, device=None, index=0, temperature=20):
     Command.__init__(self, device)
     self.index = index
     self.temperature = temperature
Beispiel #3
0
 def __init__(self, device=None, index=0):
     Command.__init__(self, device)
     self.index = index
Beispiel #4
0
 def __init__(self, device=None, position=None):
     Command.__init__(self, device)
     self.position = position
Beispiel #5
0
 def __init__(self, device=None, index=0, temperature=20):
     Command.__init__(self, device)
     self.index = index
     self.temperature = temperature
Beispiel #6
0
 def __init__(self, device=None, extruders_on=False):
     Command.__init__(self, device)
     self.extruders_on = extruders_on
Beispiel #7
0
 def __init__(self, device=None, target_position=None, rapid=False):
     Command.__init__(self, device)
     self.target_position = target_position
     self.rapid = rapid
Beispiel #8
0
 def __init__(self, device=None, steppers_on=False):
     Command.__init__(self, device)
     self.steppers_on = steppers_on
Beispiel #9
0
 def __init__(self, device=None, target_position=None, rapid=False):
     Command.__init__(self, device)
     self.target_position = target_position
     self.rapid = rapid
Beispiel #10
0
 def __init__(self, device=None, cooler_on=False):
     Command.__init__(self, device)
     self.cooler_on = cooler_on
Beispiel #11
0
 def __init__(self, device=None, extruders_on=False):
     Command.__init__(self, device)
     self.extruders_on = extruders_on
Beispiel #12
0
 def __init__(self, device=None, fan_on=False):
     Command.__init__(self, device)
     self.fan_on = fan_on
Beispiel #13
0
 def __init__(self, device=None, temperature=20):
     Command.__init__(self, device)
     self.temperature = temperature
Beispiel #14
0
 def __init__(self, device=None, index=0):
     Command.__init__(self, device)
     self.index = index
Beispiel #15
0
 def __init__(self, device=None, fan_on=False):
     Command.__init__(self, device)
     self.fan_on = fan_on
Beispiel #16
0
 def __init__(self, device=None):
     Command.__init__(self, device)
Beispiel #17
0
 def __init__(self, device=None, cooler_on=False):
     Command.__init__(self, device)
     self.cooler_on = cooler_on
Beispiel #18
0
 def __init__(self, device=None, position=None):
     Command.__init__(self, device)
     self.position = position
Beispiel #19
0
 def __init__(self, device=None, steppers_on=False):
     Command.__init__(self, device)
     self.steppers_on = steppers_on
Beispiel #20
0
 def __init__(self, device=None, unit="mm"):
     Command.__init__(self, device)
     self.unit = unit
Beispiel #21
0
 def __init__(self, device=None):
     Command.__init__(self, device)
Beispiel #22
0
 def __init__(self, device=None, absolute=False):
     Command.__init__(self, device)
     self.positioning_mode = absolute
Beispiel #23
0
 def __init__(self, device=None, unit="mm"):
     Command.__init__(self, device)
     self.unit = unit
Beispiel #24
0
 def __init__(self, device=None, absolute=False):
     Command.__init__(self, device)
     self.positioning_mode = absolute