• Is it possible to adjust the linetype scale using "PLOT SHEE1 PRINT 'MINL 0.12,COL BW, NODIALOG' B OVER" for going straight to the printer. Prints do not look the same as if I print to PDF using "plot ce PDF /[filename]  'MINL 0.12,COL BW,NOVIEW' OVER". Is this even a possibility?
  • You can alter the line thickness though admin

    /LSWL/LSWIDD_THIN
    /LSWL/LSWIDD_MEDIUM
    /LSWL/LSWIDD_THICK

    If this are available the thickness can be adjusted by setting LSWID attribute

    If its not available then just run the below commands in ADMIN (below are the default values in LSWID...this can be changed as per the requirement),
    /*S

    NEW LSWL

    NEW LSWIDD NAME /LSWL/LSWIDD_THIN LSWKEY 'THIN' LSWID 0.25mm

    NEW LSWIDD NAME /LSWL/LSWIDD_MEDIUM LSWKEY 'MEDIUM' LSWID 0.35mm

    NEW LSWIDD NAME /LSWL/LSWIDD_THICK LSWKEY 'THICK' LSWID 0.70mm