예제 #1
0
        private void Work()
        {
            while (true)
            {
                Window.PrinterTempature = HandContext.GetTemp();


                Thread.Sleep(1000);
            }
        }
예제 #2
0
 public void SetContext(CNCContext context)
 {
     Context      = context;
     GCodeContext = new GCodeContext(context, Window);
     HandContext  = new HandContext(context);
 }