Page 61 - test
P. 61

# G-Code settings

                  # Speed settings
                  g.lengthStep = 2
                  g.crossStep = 4
                  g.speed = 10000.0
                  g.outlineSpeed = 4000.0
                  g.stringerSpeed = 1000.0

                  # Optional cuts
                  g.cutStringer = 0
                  g.apexExtraDepthDeck = 20.0
                  g.apexExtraDepthBottom = 0.0
                  g.cutExtras = 1
                  g.outlineOffset = 3.0
                  g.stringerCutoff = 55.0
                  g.cutRail = 0

                  # Cutter model
                  g.toolName = flatcutter.stl
                  g.toolScaleX = 1.0
                  g.toolScaleY = 1.0
                  g.toolScaleZ = 1.0

                  # Collision detection
                  g.checkCollision = 0
                  g.collisionToolName = flatcollision.stl
                  g.collisionToolScaleX = 0.9
                  g.collisionToolScaleY = 0.9
                  g.collisionToolScaleZ = 0.9
                  g.collisionOffsetZ = 1.0

                  # Sandwich settings
                  g.sandwichThickness = 0.0
                  g.perimeterSize = 0.0

                  # G-code settings for formatting the output.
                  g.includeComments = true
                  g.commentStart = (
                  g.commentEnd = )
                  g.stopSign = M2

                  # Machine settings
                  g.zMaxHeight = 430.0
                  machine.support1.distance = 955
                  machine.support1.widthBetweenSupports = 200
                  machine.support1.height = 300
                  machine.support1.radius = 35
                  machine.support2.distance = 1902
                  machine.support2.widthBetweenSupports = 200
                  machine.support2.height = 300
   56   57   58   59   60   61   62   63   64   65   66