diff --git a/BatchProcess.lua b/BatchProcess.lua index 75acfda..1dd8a29 100644 --- a/BatchProcess.lua +++ b/BatchProcess.lua @@ -496,7 +496,7 @@ if ( BEAM.FLAG == 0 and ( bToProcess or bToRecalc)) or BEAM.FLAG == 3 or BEAM.F BEAM.MSG = 'Axis outstroke ' .. sErr elseif nErr == MCH_SHE.SPECIAL then BEAM.ERR = 24 - BEAM.MSG = 'Clamp move error ' .. sErr + BEAM.MSG = 'Special error ' .. sErr else BEAM.ERR = 25 BEAM.MSG = 'General failure (contact supplier)' diff --git a/BatchProcessNew.lua b/BatchProcessNew.lua index 3ba711b..39166f7 100644 --- a/BatchProcessNew.lua +++ b/BatchProcessNew.lua @@ -600,7 +600,7 @@ if ( BEAM.FLAG == 0 and ( bToProcess or bToRecalc)) or BEAM.FLAG == 3 or BEAM.F BEAM.MSG = 'Axis outstroke ' .. sErr elseif nErr == MCH_SHE.SPECIAL then BEAM.ERR = 24 - BEAM.MSG = 'Clamp move error ' .. sErr + BEAM.MSG = 'Special error ' .. sErr else BEAM.ERR = 25 BEAM.MSG = 'General failure (contact supplier)'