getting repo caught up

This commit is contained in:
Infineon\StieberD
2024-05-22 14:06:46 -07:00
parent a2cac41a8d
commit 6ea6969f4b
1656 changed files with 2057 additions and 158 deletions

View File

@ -663,10 +663,10 @@ end else
PrintMultiLayVar = ''
end
swap '~' with fmt( ' ', 'L#2' ) in PrintThickPrintVar
swap 'æm' with 'um' in PrintThickTarget
swap 'ê-cm' with 'ohm.cm' in PrintThickTarget
swap 'ê/Ü' with 'ohm/sq' in PrintThickTarget
swap '' with 'A' in PrintThickTarget
swap 'æm' with 'um' in PrintThickTarget
swap 'ê-cm' with 'ohm.cm' in PrintThickTarget
swap 'ê/Ü' with 'ohm/sq' in PrintThickTarget
swap '' with 'A' in PrintThickTarget
Str:= '^FO30,115^A040,20^FD':PrintCleaningReqs:'^FS':CRLF$
@ -682,10 +682,10 @@ Str:= '^FO118,280^A040,20^FD':PrintThickTarget:'^FS':CRLF$
* RIGHT DATA
swap '~' with fmt( ' ', 'L#2' ) in PrintResPrintVar
swap 'æm' with 'um' in PrintResTarget
swap 'ê-cm' with 'ohm.cm' in PrintResTarget
swap 'ê/Ü' with 'ohm/sq' in PrintResTarget
swap '' with 'A' in PrintResTarget
swap 'æm' with 'um' in PrintResTarget
swap 'ê-cm' with 'ohm.cm' in PrintResTarget
swap 'ê/Ü' with 'ohm/sq' in PrintResTarget
swap '' with 'A' in PrintResTarget
*convert @vm to ',' in PrintShipBagReq
@ -841,3 +841,4 @@ for i = 1 to IdCnt step 2
*Void = Utility("COPYFILE", Var1, Var2) ;* remove JCH
next i
*===========================================================================*