Usage
OptiCut [file.plt] [port] [-b#] [-i#] [-p#] [-x#] [-y#] [-g#] [-o#] [-l#]
[file.plt] = Cut file in HPGL format (as exported from Corel Draw)
[port] = Cutter communications port (com1=DEFAULT) or output file
[-b#] = Cutter communications baud rate (9600=DEFAULT)
[-i#] = Cutter initial position (0=AUTOMATIC, 1=Manual)
[-p#] = Cutter position mode (0=RELATIVE, 1=Absolute)
[-x#] = Number of copies in X direction (1=DEFAULT)
[-y#] = Number of copies in Y direction (1=DEFAULT)
[-g#] = Gap between copies in millimeters (5=DEFAULT)
[-o#] = Optimizer mode (0=Off 1=Lossless 2=LOSSY)
[-l#] = Optimizer loss (0=None -> 100=Alot)
Examples
Send the included OptiCut.plt cut file to the cutter on LPT1 using default settings
OptiCut OptiCut.plt LPT1
Set the optimizer loss to 40%, the number of copies to 6 x 4, and the gap between copies to 20mm
OptiCut OptiCut.plt LPT1 -l40 -x6 -y4 -g20
Send the optimized OptiCut.plt to an output file using default settings for cutting later
OptiCut OptiCut.plt Optimized.plt