Advertisement
Xylitol

XylSettings CuraEngine.rcp

Mar 8th, 2016
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. [print]
  2. name = XylSettings CuraEngine
  3. defaultQuality = nPntyqNw7Mh8IAsCa3kW5ZuC94cbUUk1
  4. travelSpeedMin = 20
  5. travelSpeedMax = 20
  6. firstLayerSpeedMin = 20
  7. firstLayerSpeedMax = 20
  8. infillSpeedMin = 20
  9. infillSpeedMax = 20
  10. infillType = 0
  11. innerPerimeterMin = 20
  12. innerPerimeterMax = 20
  13. outerPerimeterMin = 20
  14. outerPerimeterMax = 20
  15. printSpeedMin = 20
  16. printSpeedMax = 20
  17. nozzleDiameter = 0.4
  18. gcodeFlavour = 0
  19. retractionCombing = True
  20. multiVolumeOverlap = 0
  21. cutOffObjectBottom = 0
  22. shellThickness = 1
  23. infillTopBottomThickness = 1
  24. infillDensityPercent = 20
  25. supportType = 1
  26. platformAdhesion = 0
  27. dualExtrusion = 0
  28. wipeAndPrimeTower = True
  29. oozeShield = False
  30. enableRetraction = True
  31. retractionSpeed = 40
  32. retractionDistance = 4
  33. multiExtruderSwitchAmount = 16
  34. startGCode = """
  35. ; Default start code
  36. G28 ; Home extruder
  37. G1 Z15 F{Z_TRAVEL_SPEED}
  38. M107 ; Turn off fan
  39. G90 ; Absolute positioning
  40. M82 ; Extruder in absolute mode
  41. {IF_BED}M190 S{BED}
  42. ; Activate all used extruder
  43. {IF_EXT0}M104 T0 S{TEMP0}
  44. G92 E0 ; Reset extruder position
  45. ; Wait for all used extruders to reach temperature
  46. {IF_EXT0}M109 T0 S{TEMP0}
  47. """
  48. endGCode = """
  49. ; Default end code
  50. ;G1 X0 Y0 Z130 ; Get extruder out of way. Uncomment to use!
  51. M107 ; Turn off fan
  52. ; Disable all extruder
  53. G91 ; Relative positioning
  54. {IF_EXT0}T0
  55. {IF_EXT0}G1 E-1 ; Reduce filament pressure
  56. M104 T0 S0
  57. G90 ; Absolute positioning
  58. G92 E0 ; Reset extruder position
  59. M140 S0 ; Disable heated bed
  60. M84 ; Turn steppers off
  61. """
  62. preSwitchExtruderCode =
  63. postSwitchExtruderCode =
  64. wipeAndPrimeTowerVolume = 15
  65. retractionMinimumTravel = 1.5
  66. minimumExtrusionBeforeRetract = 0.02
  67. zhop = 0
  68. skirtLineCount = 1
  69. skirtDistance = 3
  70. skirtMinimumLength = 150
  71. solidInfillTop = True
  72. solidInfillBottom = True
  73. infillOverlapPercent = 35
  74. supportStructureType = 0
  75. supportOverhang = 45
  76. supportFillPercent = 15
  77. supportDistanceXY = 0.7
  78. supportDistanceZ = 0.15
  79. supportExtruder = -1
  80. spiralizeOuterContour = False
  81. brimWidth = 10
  82. raftExtraMargin = 5
  83. raftLineSpacing = 1
  84. raftBaseThickness = 0.3
  85. raftBaseWidth = 0.7
  86. raftInterfaceThickness = 0.2
  87. raftInterfaceLineWidth = 0.2
  88. raftAirGap = 0
  89. raftAirGapLayer0 = 0
  90. raftSurfaceLayer = 1
  91. fixCombineEverythingA = True
  92. fixCombineEverythingB = False
  93. fixKeepOpenFaces = False
  94. fixExtensiveStitching = False
  95. fanFullAtHeight = 0
  96. minimumSpeed = 10
  97. coolHeadLift = False
  98. numQuality = 1
  99. skinSpeedMin = 30
  100. skinSpeedMax = 25
  101. combing = 1
  102. perimeterBeforeInfill = True
  103. [quality_0]
  104. name = 0.2 mm
  105. signature = nPntyqNw7Mh8IAsCa3kW5ZuC94cbUUk1
  106. layerHeight = 0.2
  107. layer0widthPercent = 100
  108. firstLayerHeight = 0.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement