debug m3
This commit is contained in:
		@@ -143,6 +143,7 @@ class motor():
 | 
				
			|||||||
    def gehe_zu(self, position):
 | 
					    def gehe_zu(self, position):
 | 
				
			||||||
        if self.aktiv == 0:
 | 
					        if self.aktiv == 0:
 | 
				
			||||||
            temp_schritte = int(position) - self.pos
 | 
					            temp_schritte = int(position) - self.pos
 | 
				
			||||||
 | 
					            print('Kamera Motor ' + self.name + ' gehe ' + str(temp_schritte))
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
            if temp_schritte > 0:
 | 
					            if temp_schritte > 0:
 | 
				
			||||||
                self.__vorwaerts(temp_schritte)
 | 
					                self.__vorwaerts(temp_schritte)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user