OctoPrint Plugin 만들기 #9 (온도 그래프 Update시 send_plugin_message 이용하기) OctoPrint Plugin 만들기 #9 (온도 그래프 Update시 send_plugin_message 이용하기) 옥토 프린트 플러그인 만들기 (챔버 매니저) □ 필요 함수 - Back End : send_plugin_message - Front End : onDataUpdaterPluginMessage [ Back End ] 1234567891011121314151617181920212223242526272829 def checkTemperature(self): try: if self.device.is_open == True : # Serial data send msg = 'CMD O'+self.ControlObjectToID['TempCurrent']+' R0\n' self.device.write.. 더보기 이전 1 ··· 23 24 25 26 27 28 29 ··· 69 다음