Browse Source

同步仿真

jiangjy 3 weeks ago
parent
commit
489e4f0cb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Furnace/FurnaceSimulator/Instances/SimulatorSystem.cs

+ 1 - 1
Furnace/FurnaceSimulator/Instances/SimulatorSystem.cs

@@ -19,7 +19,7 @@ namespace FurnaceSimulator.Instances
         private PeriodicJob _thread;
         private int _shuttleServoStation;
         private int _robotServoStation;
-        private bool _enableN2purge = true;
+        private bool _enableN2purge = false;
 
         Random _rd = new Random();