Marker:Batch Commands
From OptiTexHelpEn
Batch commands are the right way to automatize your actions.
Open Marker
Open Marker File
- Syntax: @OPEN or @OPE
- Parameters
- /MERGE= or /ME= Merge to previous file opened
- YES - Yes
- NO - No
- /FILE= or /FI=
- /MERGE= or /ME= Merge to previous file opened
- Example:
@OPEN /MERGE= YES NO /FILE= ;
Set ini File
Add/Change value to OptiTex10.ini file
- Syntax: @SET
- Parameters
- /SECTION= or /SEC= Enter without brackets ([,])
- /KEYWORD= or /KEY=
- /VALUE= or /VAL=
- Example:
@SET /SECTION= /KEYWORD= /VALUE= ;
Nest
Activate nesting algorithm, Will work as Continue nesting Command. In case a new nesting is required add the @Clear command before.
- Syntax: @NEST or @NES
- Parameters
- /ALGORITHM= or /AL= Choose an Algorithm
- QUICK or QUI - Quick
- QUALITY or QUA - Standard
- TEXTILE or TEX - Nest++1
- ANT - Nest++2
- MATCH or MAT - Match++
- COMPACTION or COM - Old Compaction
- /TIME= or /TI=
- /BUNDLES= or /BU= Each Bundle will be oriented in the same direction
- YES - Yes
- NO - No
- /UNLIMIT= or /UN= Will add length to maker if needed
- YES - Yes
- NO - No
- /RENEST= or /RE= Renest Piece on Marker
- YES - Yes
- NO - No
- /ALGORITHM= or /AL= Choose an Algorithm
- Example:
@NEST /ALGORITHM= QUICK QUALITY TEXTILE ANT MATCH COMPACTION /TIME= /BUNDLES= YES NO /UNLIMIT= YES NO /RENEST= YES NO ;
Save
Save change
- Syntax: @SAVE or @SAV
- Parameters
- /XML= or /XM= Use XML-style header
- YES - Yes
- NO - No
- /LOG= or /LO= Use Log-file
- YES - Yes
- NO - No
- /FILE= or /FI=
- /FORMAT= or /FO= File format to save
- DSP8 - DSP Ver 8
- DSP9 - DSP Ver 9
- MRK - MRK Ver 10
- MRKML - MRKML Ver 10
- /XML= or /XM= Use XML-style header
- Example:
@SAVE /XML= YES NO /LOG= YES NO /FILE= /FORMAT= DSP8 DSP9 MRK MRKML ;
End of Batch
End of Batch-file performing.
- Syntax: @EOF or @!
- Parameters
No parameters
- Example:
@EOF ;
Exit Marker
Stop the Batch and close Marker.
- Syntax: @EXIT or @EXI
- Parameters
No parameters
- Example:
@EXIT ;
Pause Batch
Stop of Batch process. Use menu to continue
- Syntax: @PAUSE or @PAU
- Parameters
- /MSG= or /MSG= Must not content ',' and '>' symbols
- Example:
@PAUSE /MSG= ;
Working Unit
Set working units
- Syntax: @UNIT or @UNI
- Parameters
- /= Select Working Unit
- CM - CM
- MM - mm
- METR or ME - Meter
- INCH or IN - Inch
- YARD or YA - Yard
- FEET or FE - Feet
- /= Select Working Unit
- Example:
@UNIT /= CM MM METR INCH YARD FEET ;
New Marker
Delete all patterns and clear marker
- Syntax: @NEW
- Parameters
- /NAME= or /NA= Marker Name
- Example:
@NEW /NAME= ;
Update
Updates Styles changed from MRK /DSP (command with no parameters will check and update the whole marker file)
- Syntax: @UPDATE or @UPD
- Parameters
- /STYLE= or /ST= Set a New Style Name
- /MATERIAL= or /MA= Pieces with the Material name only will be updated
- /PIECE= or /PI= Pieces with the such names will be updated
- /CODE= or /CO= Pieces with the such codes will be updated
- /GEOMETRY= or /GE= update only geometric parameters without changing layout on marker.
- YES - Yes
- NO - No
- Example:
@UPDATE /STYLE= /MATERIAL= /PIECE= /CODE= /GEOMETRY= YES NO ;
Open Style File
Open DSN file.
- Syntax: @DESIGN or @DES
- Parameters
- /FILE= or /FI=
- /SEAM= or /SE= Contour type to import
- INT or I - Internal
- EXT or E - External
- CUT or C - Cut Contour
- SEW or S - Sew Contour
- BOTH or B - Both Contours
- /ORDER= or /OR=
- /MATERIAL= or /MA=
- /SIZE= or /SI=
- /QUANTITY= or /QU=
- /STYLE= or /ST= Set a New Style Name
- /SUBSTYLE= or /SU= Style Set name to import
- Example:
@DESIGN /FILE= /SEAM= INT EXT CUT SEW BOTH /ORDER= /MATERIAL= /SIZE= /QUANTITY= /STYLE= /SUBSTYLE= ;
Import CAD
Import one file
- Syntax: @IMPORT or @IMP
- Parameters
- /FILE= or /FI=
- /FORMAT= or /FO=
- DXF - DXF
- AAMA - AAMA
- ASTM - ASTM
- IGES - IGES
- CADL - CADL(CadKey)
- DFT - DFT(cncKad)
- GERB - GERB(Gerber Cutter)
- HPGL - HPGL
- DMPL - DMPL
- MICROJET or MIC - MICROJET
- /UNIT= or /UN=
- CM - CM
- MM - MM
- METER or ME - METER
- INCH or IN - INCH
- FEET or FE - FEET
- YARD or YA - YARD
- /CLEAR= or /CL= don't place the imported piece on the marker
- YES - Yes
- NO - No
- /SIZES= or /SI= "Use Sizes" (as button in Import dialog)
- YES - Yes
- NO - No
- /DSN= or /DS=
- YES - Yes
- NO - No
- /GBUF= or /GB= Sets Buffer size
- /GDIR= or /GD= Rotation allowance
- 1 - None
- 2 - 2 Way
- 4 - 4 Way
- 0 - All Way
- /GMIR= or /GM= Flip Allowance
- 0 - None
- 1 - X
- 2 - Y
- /QUANTITY= or /QU=
- /SCALE= or /SC=
- /NN= or /NN= Using block number as piece name (Gerber Cutter only)
- YES - Yes
- NO - No
- /JOIN= or /JO= Checking equivalent pieces after import.
- YES - Yes
- NO - No
- /MATERIAL= or /MA=
- /BOX= or /BO= Import in Box mode
- YES - Yes
- NO - No
- Example:
@IMPORT /FILE= /FORMAT= DXF AAMA ASTM IGES CADL DFT GERB HPGL DMPL MICROJET /UNIT= CM MM METER INCH FEET YARD /CLEAR= YES NO /SIZES= YES NO /DSN= YES NO /GBUF= /GDIR= 1 2 4 0 /GMIR= 0 1 2 /QUANTITY= /SCALE= /NN= YES NO /JOIN= YES NO /MATERIAL= /BOX= YES NO ;
Export To CAD
Export to a CAD/CAM Format
- Syntax: @EXPORT or @EXP
- Parameters
- /FILE= or /FI=
- /FORMAT= or /FO=
- DXF - DXF
- AAMA - AAMA
- CADL - CADL
- IGES - IGES
- XML - XML
- NST - NST
- ALG - ALG
- /XSCALE= or /XS= Horizontal Scale factor
- /YSCALE= or /YS=
- /NSPLINE= or /NS= Using splines and polylines
- YES - Yes
- NO - No
- /SPST= or /SP= Step for spline line
- /NARC= or /NA= Using arcs
- YES - Yes
- NO - No
- /ARCNUM= or /ARCN= Max no.of lines for arc
- /ARCBULGE= or /ARCB= Bulge for arc lines
- Example:
@EXPORT /FILE= /FORMAT= DXF AAMA CADL IGES XML NST ALG /XSCALE= /YSCALE= /NSPLINE= YES NO /SPST= /NARC= YES NO /ARCNUM= /ARCBULGE= ;
Plot
Plot Marker
- Syntax: @PLOTTER or @PLO
- Parameters
- /FILE= or /FI=
- /FORMAT= or /FO=
- DMPL - DMPL
- CYBCUT - Cybrid Cutter/Plotter
- CYBPL - Cybrid Plotter
- IOLS - IOLS
- HPGL - HPGL
- HP2 - HPGL/2
- HPTEC - HPGL PlotTec
- HPGEN - HPGL Generic
- ARISTO - Aristomat Cutter
- ZUND - Zund (PN, LC) Cutter
- IEA - IEA
- WILD - Wild Cutter/Plotter
- WLDPL - Wild Plotter
- EAST - Eastman Cutter
- APGL - Gerber Plotter
- AP700 - AP 700 PLOTTER
- MICRO - MicroJet Plotter
- GERBER - Gerber Cutter
- EDGE - Cutting Edge
- TAKA - Takaoka Cutter
- LECTRA - Lectra Flat Bed Plotter
- LECFP - Lectra FlyPen
- MUTOH - Mutoh
- GERBCP - Gerber Cutter for Plotter
- OPTIJET - OptiJet Printer/Plotter
- /XSCALE= or /XS= Horizontal Scale factor
- /YSCALE= or /YS=
- /SCALE= or /SC=
- SPG - Single page
- MPG - multi page
- FSC - fixed scale
- /PGX= or /PGX=
- /PGY= or /PGY=
- /SPST= or /SP= Step for spline line
- /ARCBULGE= or /ARCB= Bulge for arc lines
- /NOTE= or /NOTE= Title for draft
- /FONTFILE= or /FONT=
- /FONTSIZE= or /ONT=
- /BIF= or /BIF= Using built-in font for plotter
- YES - Yes
- NO - No
- /PENNUM= or /PEN=
- /MINLINE= or /MIN= min line length for plotter
- /GAP= or /GAP= Gap after plotting length
- /ONEPAGE= or /ONEP= Plot all draft on one page only
- YES - Yes
- NO - No
- /CEN0= or /CEN0= (0, 0) of Plotter in center of Page
- YES - Yes
- NO - No
- /MANFF= or /MAN= Using manual Page Advance
- YES - Yes
- NO - No
- /OVERLAP= or /OVER= Using continues / overlapping pages
- YES - Yes
- NO - No
- /BORDER= or /BORD= or /BO= Plot Border of Marker
- YES - Yes
- NO - No
- /AUTOMOTION= or /AUTO= Order by tools (all internals on Marker first)
- YES - Yes
- NO - No
- /OUTMAN= or /OUTM=
- YES - Yes
- NO - No
- /COPIES= or /COP= No.of copies for Output Manager
- /ALSTART= or /ALS= Alert on Start in Output Manager
- YES - Yes
- NO - No
- /ALEND= or /ALE= Alert on End in Output Manager
- YES - Yes
- NO - No
- /RMEND= or /RME= Remove file on End in Output Manager
- YES - Yes
- NO - No
- /NETWORK= or /NET=
- YES - Yes
- NO - No
- /STATUS= or /STAT=
- YES - Yes
- NO - No
- /CRLF= or /CR=
- YES - Yes
- NO - No
- /USEOCC= or /USE= Use OCC manage
- YES - Yes
- NO - No
- /BITE= or /BT=
- YES - Yes
- NO - No
- /LASTFA= or /LAST= Frame Advance after last frame
- YES - Yes
- NO - No
- /WHOLEPIECES= or /WHOLE= Plot/Cut Piece in One Frame
- YES - Yes
- NO - No
- /COLORS= or /COL=
- YES - Yes
- NO - No
- /OPTCUTORDER= or /OPTC= Optimize Plot/Cut Order
- YES - Yes
- NO - No
- /PLOTHEADERSTATUS= or /PLOTHS= Plot Header
- YES - Yes
- NO - No
- /PLOTBUMPLINES= or /PLOTBL= Plot Bump Lines
- YES - Yes
- NO - No
- /PLOTSPLICES= or /PLOTS= Plot Splicing Marks
- YES - Yes
- NO - No
- /PLOTRULERS= or /PLOTR=
- YES - Yes
- NO - No
- /PLOTSTRIPES= or /PLOTST= Plot Stripe & Plaid Lines
- YES - Yes
- NO - No
- /M70= or /M70= Use initialization in the header
- YES - Yes
- NO - No
- /OFFSET= or /OFF=
- /YOFFSET= or /YOFF=
- /USEHEAD= or /USEH=
- YES - Yes
- NO - No
- /HEADER= or /HEAD= If Use File Header ,set the header
- /USEFOOT= or /USEF=
- YES - Yes
- NO - No
- /FOOTER= or /FOOT= Use File footer ,set the footer text
- /NAME= or /NAME= name of the outman/occ plotter configuration
- /M19NOTCH= or /M19N=
- SLIT - Slit
- NSLIT - Nslit
- ALL - All
- NONE - None
- /INCH= or /INCH=
- YES - Yes
- NO - No
- /NODRAW= or /NODRAW= Disregard all draw command
- YES - Yes
- NO - No
- /OPT= or /OPT= Prepare Moving Optimization (Calculate Shared Lines)
- YES or Y - Yes
- NO or N - No
- SHARED or S - Shared
- /BLOCK= or /BLO= Block fuse plotting options
- ANP - Plot all Pieces as they are
- MWB - all without block frame
- MWS - All with spaces (Block frame only)
- COAB - Plot each bolck in a separate plot file
- Example:
@PLOTTER /FILE= /FORMAT= DMPL CYBCUT CYBPL IOLS HPGL HP2 HPTEC HPGEN ARISTO ZUND IEA WILD WLDPL EAST APGL AP700 MICRO GERBER EDGE TAKA LECTRA LECFP MUTOH GERBCP OPTIJET /XSCALE= /YSCALE= /SCALE= SPG MPG FSC /PGX= /PGY= /SPST= /ARCBULGE= /NOTE= /FONTFILE= /FONTSIZE= /BIF= YES NO /PENNUM= /MINLINE= /GAP= /ONEPAGE= YES NO /CEN0= YES NO /MANFF= YES NO /OVERLAP= YES NO /BORDER= YES NO /AUTOMOTION= YES NO /OUTMAN= YES NO /COPIES= /ALSTART= YES NO /ALEND= YES NO /RMEND= YES NO /NETWORK= YES NO /STATUS= YES NO /CRLF= YES NO /USEOCC= YES NO /BITE= YES NO /LASTFA= YES NO /WHOLEPIECES= YES NO /COLORS= YES NO /OPTCUTORDER= YES NO /PLOTHEADERSTATUS= YES NO /PLOTBUMPLINES= YES NO /PLOTSPLICES= YES NO /PLOTRULERS= YES NO /PLOTSTRIPES= YES NO /M70= YES NO /OFFSET= /YOFFSET= /USEHEAD= YES NO /HEADER= /USEFOOT= YES NO /FOOTER= /NAME= /M19NOTCH= SLIT NSLIT ALL NONE /INCH= YES NO /NODRAW= YES NO /OPT= YES NO SHARED /BLOCK= ANP MWB MWS COAB ;
Print Marker on default printer
- Syntax: @PRINT or @PRI
- Parameters
- /FIXED= or /FI= Print Marker with fixed scale. Default - NO - single page
- YES - Yes
- NO - No
- /XSCALE= or /XS= Horizontal Scale factor
- /YSCALE= or /YS=
- /HEADER= or /HE= Print Marker info header. Default - YES
- YES - Yes
- NO - No
- /BORDER= or /BORD= or /BO= Plot Border of Marker
- YES - Yes
- NO - No
- /STRIPE= or /ST= Print stripe and plaid lines. Default - NO.
- YES - Yes
- NO - No
- /FIXED= or /FI= Print Marker with fixed scale. Default - NO - single page
- Example:
@PRINT /FIXED= YES NO /XSCALE= /YSCALE= /HEADER= YES NO /BORDER= YES NO /STRIPE= YES NO ;
Clear
Clear marker
- Syntax: @CLEAR or @CLE
- Parameters
No parameters
- Example:
@CLEAR ;
Marker Definition
Set marker size parameters
- Syntax: @MARKER or @MAR
- Parameters
- /NAME= or /NA=
- /LENGTH= or /LE=
- /HEIGHT= or /HE=
- /XO= or /XO=
- /XE= or /XE=
- /YO= or /YO=
- /YE= or /YE=
- /PLY= or /PL=
- Materials: if /MA and /MU in batch file, /MU only is applied
- /MATERIAL= or /MA= Single material
- /MU= Multiple material Multiple material (/MU=name1 MU=name2)
- /FV= or /FV= Marker full view mode
- YES - Yes
- NO - No
- /SX= or /SX= x-step between vertical stripes
- /SY= or /SY= y-step between horizontal stripes
- /LA= or /LA=
- SINGLE or SI - Single
- TUBULAR or TU - Tubular
- FACED or FA - Faced
- FOLDED or FO - Folded
- Example:
@MARKER /NAME= /LENGTH= /HEIGHT= /XO= /XE= /YO= /YE= /PLY= /MATERIAL= /FV= YES NO /SX= /SY= /LA= SINGLE TUBULAR FACED FOLDED ;
Global Change
Set global pieces parameters.
- Syntax: @GLOBAL or @GLO
- Parameters
- /STYLE= or /ST= if there is more than 1 piece in the Marker file - 3 first parameters are the key
- /SIZE= or /SIZ=
- /NAME= or /NA=
- /RTYPE= or /RT=
- T - T Notch
- V - V Notch
- I - I Notch
- L - L Notch
- U - U Notch
- P - Box Notch
- /RMODE= or /RM=
- DRAW or D - Draw
- CUT or C - Cut
- PUNCH or P - Punch
- DRILL or DR - Drill
- ADRILL or ADR - Aux.Drill
- /CODE= or /CO=
- /TOOL= or /TO= Tool/Layer name for pieces external contour
- /HTOOL= or /HT= Tool/Layer name for piece holes
- /ITOOL= or /IT= Tool/Layer name for internal contours
- /NTYPE= or /NT=
- T - T Notch
- V - V Notch
- I - I Notch
- L - L Notch
- U - U Notch
- P - Box
- /CTIME= or /CT=
- BEFORE or B - Before contour
- INTIME or I - Together
- AFTER or A - After Contour
- /NMODE= or /NM=
- DRAW or D - Draw
- CUT or C - Cut
- PUNCH or P - Punch
- /PMODE= or /PM=
- DRAW or D - Draw
- CUT or C - Cut
- DRILL or DR - Drill
- ADRILL or ADR - Aux.Drill
- /NDEPTH= or /ND=
- /NWIDTH= or /NW=
- /BDIAM= or /BD=
- /SIDE= or /SI= Opposite piece and Orientation properties
- LEFT or L - Left
- RIGHT or R - Right
- XFLIP or X - Up/Down
- YFLIP or Y - Right/Left
- LX - Left + Up/Down
- LY - Left + Right/Left
- RX - Right + Up/Down
- RY - Right + Right/Left
- /D2MATCH= or /D2M= Converts Buttons to Match point
- 0 - Any Button
- 1 - Drill
- 2 - Aux.Drill
- /NFIX= or /NX= Clear leading numerical code from piece names
- YES - Yes
- NO - No
- /GBUF= or /GB= Sets Buffer size
- /GDIR= or /GD= Rotation allowance
- 1 - None
- 2 - 2 Way
- 4 - 4 Way
- 0 - All Way
- /GMIR= or /GM= Flip Allowance
- 0 - None
- 1 - X
- 2 - Y
- /GTILT= or /GT= Tilt value in degrees
- /QUANTITY= or /QU=
- /MATERIAL= or /MA=
- /NUMBER= or /NU= The index of the piece, It can be used to limit the scope of the command to a single element by it's index.
- Example:
@GLOBAL /STYLE= /SIZE= /NAME= /RTYPE= T V I L U P /RMODE= DRAW CUT PUNCH DRILL ADRILL /CODE= /TOOL= /HTOOL= /ITOOL= /NTYPE= T V I L U P /CTIME= BEFORE INTIME AFTER /NMODE= DRAW CUT PUNCH /PMODE= DRAW CUT DRILL ADRILL /NDEPTH= /NWIDTH= /BDIAM= /SIDE= LEFT RIGHT XFLIP YFLIP LX LY RX RY /D2MATCH= 0 1 2 /NFIX= YES NO /GBUF= /GDIR= 1 2 4 0 /GMIR= 0 1 2 /GTILT= /QUANTITY= /MATERIAL= /NUMBER= ;
Transform
Transform Piece geometry
- Syntax: @TRANS or @TRA
- Parameters
- /STYLE= or /ST= if there is more than 1 piece in the Marker file - 3 first parameters are the key
- /SIZE= or /SIZ=
- /NAME= or /NA=
- /CODE= or /CO=
- /ROTATE= or /RO= Angle in degrees
- /FLIP= or /FL= Flip the piece on x axis (if 2 way is enable)
- YES - Yes
- NO - No
- /XSCALE= or /XS= Horizontal Scale factor
- /YSCALE= or /YS=
- Example:
@TRANS /STYLE= /SIZE= /NAME= /CODE= /ROTATE= /FLIP= YES NO /XSCALE= /YSCALE= ;
Excel Report
Build Report in Excel format
- Syntax: @REPORT or @REP
- Parameters
- /FILE= or /FI=
- /TEMPLATE= or /TE=
- 0 - Global Report
- 1 - Cost Calculation
- 2 - Check current Solution
- 3 - Time Calculations
- Example:
@REPORT /FILE= /TEMPLATE= 0 1 2 3 ;
Display
Show/Hide Pieces attributes
- Syntax: @DISPLAY or @DIS
- Parameters
- /DESC= or /DE= View All Piece descriptions (name, code, ...)
- YES - Yes
- NO - No
- /TEXT= or /TE= View All Piece descriptions and Internal Text
- YES - Yes
- NO - No
- /TILT= or /TI= View Placed Piece Tilt Value
- YES - Yes
- NO - No
- /BUFFER= or /BU= View Piece Buffer
- YES - Yes
- NO - No
- /INTERNAL= or /IN= View All Internals
- YES - Yes
- NO - No
- /DRAW= or /DR= View Internals DRAW, SEW and QUALITY
- YES - Yes
- NO - No
- /CUT= or /CU= View Internals CUT
- YES - Yes
- NO - No
- /DRILL= or /DR= View Internals DRILL and AUXDRILL
- YES - Yes
- NO - No
- /BASELINE= or /BA= or /BS= View Base Line
- YES - Yes
- NO - No
- /NOTCH= or /NO= View Notches
- YES - Yes
- NO - No
- /BUTTON= or /BT= View Button
- /DESC= or /DE= View All Piece descriptions (name, code, ...)
View Button
- YES - Yes
- NO - No
- Example:
@DISPLAY /DESC= YES NO /TEXT= YES NO /TILT= YES NO /BUFFER= YES NO /INTERNAL= YES NO /DRAW= YES NO /CUT= YES NO /DRILL= YES NO /BASELINE= YES NO /NOTCH= YES NO /BUTTON= YES NO ;
Change tool
Change DRILL/AUX DRILL tool command
- Syntax: @CHTOOL or @CHT
- Parameters
- /PMODE= or /PM= The new tool to be selected
- DRILL or DR - Drill tool
- ADRILL or ILL - Auxiliry drill
- NONE or NE - None
- /MIN= or /MI= the minimal value of the range
- /MAX= or /MA= the maximal value of the range
- /PMODE= or /PM= The new tool to be selected
- Example:
@CHTOOL /PMODE=ADRILL /MIN=.2 /MAX=.25 ;change all drill size from .2 to .25 to Aux Drill
Optimize Cut/Plot
Optimize Cut/Plot Order
- Syntax: @OPTIMIZEORDER or @OTO
- Parameters
- /CNGCUTORD= or /CCO= Change cut order
- YES - Yes
- NO - No
- /STARTTOP= or /ST= Start from to of the marker
- YES - Yes
- NO - No
- /CHOOSESP= or /CSP= Choose start point
- YES - Yes
- NO - No
- /EXTCUTDIR= or /ECD= External contours cut direction
- OPT - Optimize
- CW - Clockwise
- CCW - Counter clockwise
- NC - No change
- /USEFRAME= or /UF=
- YES - Yes
- NO - No
- /FRAMEX= or /FX= Frame X size
- /FRAMEY= or /FY= Frame Y size
- /OPTILIMITFROM= or /OLF= Optimize limit from
- /OPTILIMITTO= or /OLT= Optimize limit to
- /AUTODETECTSHAREDLINE= or /ADSL= Auto detect shared line
- YES - Yes
- NO - No
- /MAXANGLE= or /MA= Max angle (deg)
- /MAXDIS= or /MD= Max distance(cm)
- /MINLEN= or /ML= Minimum length (cm)
- /NOCUTDOWN= or /NCD= Do not cut near marker limit down
- YES - Yes
- NO - No
- /NOCUTUP= or /NCU= Do not cut near marker limit up
- YES - Yes
- NO - No
- /NOCUTLEFT= or /NCL= Do not cut near marker limit left
- YES - Yes
- NO - No
- /NOCUTRIGHT= or /NCR= Do not cut near marker limit right
- YES - Yes
- NO - No
- /CNGCUTORD= or /CCO= Change cut order
- Example:
@OPTIMIZEORDER /CNGCUTORD= YES NO /STARTTOP= YES NO /CHOOSESP= YES NO /EXTCUTDIR= OPT CW CCW NC /USEFRAME= YES NO /FRAMEX= /FRAMEY= /OPTILIMITFROM= /OPTILIMITTO= /AUTODETECTSHAREDLINE= YES NO /MAXANGLE= /MAXDIS= /MINLEN= /NOCUTDOWN= YES NO /NOCUTUP= YES NO /NOCUTLEFT= YES NO /NOCUTRIGHT= YES NO ;
Snap Shot
Take a snap shot of marker full view (V10 only)
- Syntax: @SNAP
- Parameters
- /FILE= or /FI=
- /FORMAT= or /FO= File Format Default is PNG
- PNG - PNG
- SVG - SVG
- Example:
@SNAP /FILE= /FORMAT= PNG SVG ;
Bump Line
Add a bump line
- Syntax: @BUMPLINE or @BUMP
- Parameters
- /TYPE= or /TY=
- HORIZONTAL or HO - Horizontal bump line
- VERTICAL or VE - Vertical bump line
- RIGHTEDGE or RE - Add a bump line to the right edge of the marker.
- /LOCATION= or /LO= - If the type is Horizontal or Vertical , specify the distance from the bottom left corner of the marker
- /TYPE= or /TY=
- Example:
@BUMPLINE /TYPE=HORIZONTAL /LOCATION= 10 ;
Place Piece
Place a piece or multiple pieces on the Marker Table
- Syntax: @PLACE or @PLA
- Parameters
- /PIECE= or /PI - First piece is used by default
- /SIZE= or /SZ= - First Size is used by default
- /TP=
- ONE or O - Place one instance (by default)
- ALL orA - Place all instances of the pieces
- BUNDLES or B - Place all instances in current bundle of the piece.
- /FOLD= or /FO= - place with folding work for place one piece only ( if /TP=ONE or omitted )
- LF - LEFT
- RG - RIGHT
- UP - UP
- DW - DOWN
- LU - Left-Up
- RU - Right-Up
- LD - Left-Down
- RD - Right-Down
- LEFT
- RIGHT
- DOWN -
- Example:
@PLACE /PIECE= /SIZE= /FOLD=LF
Ignore OpStop
Use OpStop parameters or not.
- Syntax: @OPSTOP or @OPS
- Parameters:
- = Select if to use the OpStop parameters or ignore them
- Yes or Y - Use OpStop parameter
- *NO or N - Ignore OpStop parameter.
- = Select if to use the OpStop parameters or ignore them
- Example:
@OPSTOP=NO
