#################################################################################
#
#       Copyright (c) 2005-2006, Stratasys Inc.
#       All Rights Reserved Worldwide.
#
#       MVCPLR2.CFG FILE FOR Lanai and 200mc 
#
#       %full_name: 36/cfg/mvcplr2.cfg/6 %
#       %derived_by: ssexton %
#       %date_created: Fri Nov 14 10:02:17 2008 %
#
################################################################################

History:
Rev A:  Lanai release.  BND 2/12/2007
Rev B:  Adusted short curve rollback count.  BND 3/6/07 
Rev C:  Lower perimeter speeds to reduce corner ringing.  
		Changed calibration type to PART_LINEAR.         BND 11/21/07
Rev D:  Added model side temperature setback.   BND 12/14/07
Rev E:  Decreased SetbackTimeAdj limit.  BND 12/21/07
Rev F:  Reduced max model setback time for higher setback temp.  BND 2-20-08
Rev G:  Reduced first layer temp offset by 5 degrees.  BND 3-18-08
Rev H:  Tweak build time estimate adjustment.  SPS 11-14-08

Documentation:
    ~END  = End of File
    <TAG>=<value>[,...];            Command Syntax
    FileType=<boolean>;               (TEXT | BINARY | HEX) output file in Binary, Hexadecimal 
                                    Text, or Text format
    SliceHeight=<double>;           (inches) distance between slices;
    Vmax=<double>;                  (inches per second) maximum speed to move the head
    Vbb=<double>;                   (inches per second) bang-bang speed to move the head
    Vmin=<double>;                  (inches per second) minimum speed to move the head
    Origin=<double>,<double>;       (inches) x and y cordinate location to start the model
    ClearenceMove=<double>;         (inches) amount to raise the head during glueless moves
    PreDelay=<long>,<long>;         (milliseconds),(flowrate) delay time and encoder tick rate
    FlowFactor=<double>;            (constant) multiplying factor for mainflow value
    AccelTimeConstant=<double>;     (seconds) fluid relaxation time constant during acceleration
    DecelTimeConstant=<double>;     (seconds) fluid relaxation time constant during deceleration
    FlowMatchTolerance=<double>;    (percent * 100) desired flow accuracy during accel/decel
                                    (eg 0.02 = 2%)
    RollbackFactor=<double>;        (percent * 100) rollback must never exceed 
                                    this factor * curve length
    MainFlowAdj=<double>,<double>,<double>,<double>;       Min, Max, Scale, Magnitude
    RollbackCountAdj=<double>,<double>,<double>,<double>;  Min, Max, Scale, Magnitude
    RollbackTimeAdj=<double>,<double>,<double>,<double>;   Min, Max, Scale, Magnitude
    PredelayTimeAdj=<double>,<double>,<double>,<double>;   Min, Max, Scale, Magnitude
    HeadDelayTimeAdj=<double>,<double>,<double>,<double>;  Min, Max, Scale, Magnitude

note: for equation adjustments  (Min), (Max), (S)cale, (M)agnitude
                                (equation) * S + M

note: for equations magnitude + coefficient variable degree ...
note: SC infront of a prarmeter name means Short Curve Rule
note: Support infront of a parameter means that it only applies to support curves.
note: First in front of a parameter menas it only applies to the first layer
~~~~~
FileType=BINARY;
ClearanceMove=0.052;
Origin=0.001,0.001;

CalibrationType=PART_LINEAR;    OFF, LINEAR, PART, or PART_LINEAR
CalPartLayout=0.0,0.0,7.5,0.0,0.0,7.5,7.5,7.5;          XY location of points on XY cal part.  Locations are relative to mvcplr origin.

TempSetbackTime=60.0;          sec - max window size.  Must be greater than setbackTimeAdj limit.
ModelTempSetbackTime=40.0;     sec - max window size.  Must be greater than setbackTimeAdj limit.

SupportSetbackTimeEqu= 4 + 0.19 x 1;
SupportSetbackTimeAdj= 0, 28.0, 1.0, 0;

ModelSetbackTimeEqu= 7 + 0.31 x 1;
ModelSetbackTimeAdj= 0, 22.0, 1.0, 0;

RESTART=DISABLED;
CURVESMOOTHING=DISABLED;
LogPriority=logAlways;

ApproachDistance=0.0,0.0;
ZAxisTimeDelay = 0.073;
EstimateAdjustment=0.9769;      scalar, Used for build time est.

AccelTimeConstant=0.049;
DecelTimeConstant=0.050;
FlowMatchTolerance=0.05;
RollbackFactor=0.015;

SupportAccelTimeConstant=0.045;
SupportDecelTimeConstant=0.05;
SupportFlowMatchTolerance=0.05;
SupportRollbackFactor=0.015;

DiscardCurveLen=0.03;   
MinLayerTime=0;

ModelLiquifierTimeOut=1800;
SupportLiquifierTimeOut=0;

SupportDiscardCurveLen=0.05;
SupportMinLayerTime=0;

MeltFlowPercent=0.065;
MeltFlowConstant=2.25;
BackFlowPercent=0.0;
BackFlowConstant=0.1; 
MeltFlowInterval=0.1;

SupportMeltFlowPercent=0.10;
SupportMeltFlowConstant=0.40;    sec
SupportBackFlowPercent=0.0;
SupportBackFlowConstant=1.5;    sec
SupportMeltFlowInterval=0.1;

PartVmax=1.5;
PartVbb=1.0;
PartVmin=0.7;
PartBetaVmin=360;
PartBetaVbb=18;
PartBetaLen=0.21;

PartInteriorVmax=3.0;
PartInteriorVbb=2.2;
PartInteriorVmin=1.0;
PartInteriorBetaVmin=30;
PartInteriorBetaVbb=15;
PartInteriorBetaLen=0.1;

SupportVmax=3.5;
SupportVbb=2.2;
SupportVmin=1.1;
SupportBetaVmin=30;
SupportBetaVbb=15;
SupportBetaLen=0.1;

SupportFaceVmax=3.0;
SupportFaceVbb=2.2;
SupportFaceVmin=1.1;
SupportFaceBetaVmin=26;
SupportFaceBetaVbb=14;
SupportFaceBetaLen=0.21;

SupportBottomVmax=3.0;
SupportBottomVbb=2.2;
SupportBottomVmin=1.1;
SupportBottomAdj=100,96000,1.25,0;

FirstVmax=2.0;
FirstVbb=1.5;
FirstVmin=1.1;
FirstBetaVmin=30;
FirstBetaVbb=15;
FirstBetaLen=0.1;
FirstTempOffset=250;
FirstMaterial=SUPPORT;
FirstMainFlowAdj=100,96000,1.75,0;

PreDelay=200;
PostDelay=100;
RollbackAccel=200000;
PredelayAccel=200000;

SupportPreDelay=200;
SupportPostDelay=100;
SupportRollbackAccel=200000;
SupportPredelayAccel=200000;

RollbackRateValue=-96000;
SupportRollbackRateValue=-96000;

HeadDelayTimeAdj=0.010,1.0,1,0;
HeadDelayEquation= 0.050 + 0 x 1; 

SupportHeadDelayTimeAdj=0.010,1.0,1,0;
SupportHeadDelayEquation= .017 + 33.6 x 1;

ShortCurveLen=0.750; 
SupportShortCurveLen=0.750;

SCPredelayRateValue=48001;
SCMainFlowAdj=240,96000,1.0,0;             
SCMainFlowEquation=  545 + 55665339 x 1; 
SCRollbackCountAdj=100,900,1,0;
SCRollBackCountEqu= 170 + 0 x 1;
SCRollbackTimeAdj=0.010,1.0,1,0;
SCRollBackTimeEqu=0.050 + 0 x 1;
SCPredelayTimeAdj=100,1500,1,0;
SCPDelayEquation= 346 + 196078 x 1;

SupportSCPredelayRateValue=43200;
SupportSCMainFlowAdj=240,96000,1.0,0;
SupportSCMainFlowEquation= -125 + 53086608 x 1;
SupportSCRollbackCountAdj=100,900,1,0;
SupportSCRollBackCountEqu= 196 + 43206 x 1;
SupportSCRollbackTimeAdj=0.010,1.0,1,0;
SupportSCRollBackTimeEqu=0.060 + 0 x 1;
SupportSCPredelayTimeAdj=100,1500,1,0;
SupportSCPDelayEquation= 422 + 0 x 1; 

PredelayRateValue=48000;
MainFlowAdj=240,96000,1.0,0;
MainFlowEquation= 0 + 56572348 x 1;         93% fill density
RollbackCountAdj=100,900,1,0;
RollBackCountEqu= 206 + 0 x 1;
RollbackTimeAdj=0.010,1.0,1,0;
RollBackTimeEqu=0.047 + 0 x 1;
PredelayTimeAdj=100,1400,1,0;
PDelayEquation= 361 + 196078 x 1;       

SupportPredelayRateValue=48000;
SupportMainFlowAdj=240,96000,1.0,0;
SupportMainFlowEquation= -132 + 55880641 x 1;
SupportRollbackCountAdj=100,900,1,0;
SupportRollBackCountEqu= 196 + 43206 x 1;
SupportRollbackTimeAdj=0.010,1.0,1,0;
SupportRollBackTimeEqu=0.040 + 0 x 1;
SupportPredelayTimeAdj=100,1400,1,0;
SupportPDelayEquation= 352 + 83333 x 1;

~END
