Advertisement
robathome

Basic Vase mode setttings

Mar 5th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. <<=== Plater Tab ===>>
  2.  
  3. Scale factors: [200 200 200]
  4.  
  5. <<=== Print Settings Tab ===>>
  6.  
  7. -- Layers and Perimeters --
  8.  
  9. Layer height: 0.20 mm
  10. First layer: 0.16 mm
  11. Vertical perimeters: 1
  12. Spiral vase: ENABLED <<--- this is the momst importantt!
  13. Top layers: 0
  14. Bottom layers 0
  15. Seam position: Aligned (doesn't matter, does it?)
  16.  
  17. All remaining checkboxes on this tab should be cleared.
  18.  
  19.  
  20. -- Infill Settings --
  21. All settings on this tab are ignored when "Spiral Vase" is enabled.
  22.  
  23.  
  24. -- Skirt and Brim Settings --
  25. Zero skirt settings
  26. Brim width: 3 mm;
  27.  
  28.  
  29. -- Support Settings --
  30. Settings on this tab are ignored when "Spiral Vase" eis enabled
  31.  
  32.  
  33. -- Speed Settings --
  34. Perimeters: 45 mm/s
  35. Small Perimeters: 15 mm/s
  36. External Perimeters 100 %
  37. Travel: 100 mm/s
  38. First layer speed: 15 mm/s
  39.  
  40.  
  41. -- Advanced Settings --
  42. Default extrusion width: 0.5 mm
  43. First layer: 110 %
  44.  
  45.  
  46. <<=== Filament Settings Tab ===>>
  47.  
  48. -- Filament --
  49.  
  50. Color choice doesn't matter
  51. Diameter: a) measure the filament diameter at least 5 points on the filament
  52. b) discard the highest and lower values
  53. c) average the rest
  54. Extrusion multiplier: 0.98
  55.  
  56. Extruder first-layer temp: 215 ºC
  57. Extruder other layers temp: 210 ºC
  58.  
  59. Bed temp is ZERO if printing onto blue tape, 45 ºC otherwise
  60.  
  61. -- Cooling --
  62. Enable auto cooling: ENABLED
  63. Fan speed (min) 40 %
  64. Fan speed (max) 100 %
  65. Disable fan for n layers: 4
  66. Slow down if layer time is <20 seconds
  67. Min print speed: 10 mm/s
  68.  
  69. -- Custom G-code --
  70.  
  71. Start G-code: G28 ; home all axes
  72. G21 ; Set all units to millimeters
  73. M106 S0 ; Turn off the part cooling fan
  74. M83 ; Switch to relative extrusion coordinates
  75. G90 ; Switch to absolute motion coordinates
  76. M220 S100 ; Reset speed multiplier
  77. M221 S100 ; Reset extrusion multiplier
  78.  
  79. G1 Z5 F1500 ; Lift hotned
  80. G1 X40 Y5 F4000 ; Move to prime line start
  81. G1 Z0.2 F250 ; Lower hotend
  82. G1 X190 E35 F540 ; Slow prime
  83. G1 Z5 E-2 F1500 ; Raise hotend
  84.  
  85. End G-code: M220 S100 ; Reset feedrate multiplier
  86. M221 S100 ; Reset extrusion multipler
  87.  
  88. G91 ; Relative motion coordinates
  89. G1 Z10 E-5 F1000 ; Lift hotend
  90. G90 ; Absolute motion coordinates
  91. G1 X5 F3000 ; Park hotend
  92. G1 Y200 F1200 ; Extend bed forward
  93.  
  94. M106 S0 ; Disable layer fan
  95. M104 S0 ; Disable hotend heater
  96. M140 S0 ; Disable bed heater
  97. M84 ; disable motors
  98.  
  99. <<=== Printer Settings ===>>
  100.  
  101. -- General --
  102. Use relative E distances: Enabled
  103. Variable layer height: Disabled
  104.  
  105. -- Nozzle --
  106. Nozzle diameter: 0.4 mm (If you don't have a 0.4 mm nozzle in, that changes things, let me know)
  107. Min layer height 0.16 mm
  108. Max layer height 0.2 mm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement