Advertisement
KennethStoner

Untitled

Jan 23rd, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. ; generated by Slic3r Prusa Edition 1.42.0-beta2+win64 on 2020-01-23 at 14:07:43
  2.  
  3. ;
  4.  
  5. ; external perimeters extrusion width = 0.45mm
  6. ; perimeters extrusion width = 0.45mm
  7. ; infill extrusion width = 0.45mm
  8. ; solid infill extrusion width = 0.45mm
  9. ; top infill extrusion width = 0.40mm
  10. ; first layer extrusion width = 0.40mm
  11.  
  12. M73 P0 R58
  13. M73 Q0 S58
  14. M201 X9000 Y9000 Z500 E10000 ; sets maximum accelerations, mm/sec^2
  15. M203 X500 Y500 Z12 E120 ; sets maximum feedrates, mm/sec
  16. M204 P1500 R1500 T1500 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2
  17. M205 X10.00 Y10.00 Z0.20 E2.50 ; sets the jerk limits, mm/sec
  18. M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
  19. M107
  20. M201 X500 Y500 Z100 E5000 ; sets maximum accelerations, mm/sec^2
  21. M203 X500 Y500 Z5 E25 ; sets maximum feedrates, mm/sec
  22. M204 S500 T500 ; sets acceleration (S) and retract acceleration (T)
  23. M205 X10 Y10 Z0.3 E5.0 ; sets the jerk limits, mm/sec
  24. M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
  25. G90; absolute positioning
  26. M117 Heating... ;Put printing message on LCD screen
  27. M300 S2500 P100; Beep
  28. ;M221 S95 ; Set flow
  29. M104 S215 ; set extruder temp
  30. M140 S60 ; set bed temp
  31. G1 Z20 ; this is a good start heating position
  32. G28 X Y; Home XY
  33. M84 ; disable motors
  34. M190 S60 ; wait for bed temp
  35. M109 S215 ; wait for extruder temp
  36.  
  37. ; Start of print
  38. G21; metric values
  39. G90 ; absolute positioning
  40. M82; set extruder to absolute mode
  41.  
  42. G28;
  43.  
  44. ; Prepare nozzle
  45. G92 E0 ; Set extrusion distance to 0
  46. G92 E0 ; Set extrusion distance to 0
  47. G1 F1800 E3;
  48. M73 Q0 S58
  49. M73 P0 R58
  50. G92 E0 ; Set extrusion distance to 0
  51. G90;
  52.  
  53.  
  54. ; You may want to adjust the X and Y here so the nozzle is really above the bed!
  55. G1 X5.0 Y5.0 F7200 ; Move to a position in the left front of the bed
  56. G1 Z0.6; Move nozzle above 0.6 mm of the bed
  57.  
  58. G91 ; Use relative mode
  59. ; Make some jerky zick-zack move at the beginning
  60. ; This is supposed to get rid of residue at the nozzle
  61. G1 X1.0 Y5.0 Z-0.1 E-1.0 F7200 ; X6 Y10 Z0.1, retract a tiny bit / 120mm/s
  62. G1 X1.0 Y-5.0 Z0.1 E2.0 F7200 ; X7 Y5 Z0.2 extrude a tiny bit
  63. G1 X2.0 Y5.0 Z-0.1 F7200 ; X9 Y10 Z0.1
  64. G1 X2.0 Y-5.0 Z0.1 F7200 ; X11 Y5 Z0.2
  65. G1 X2.0 Y5.0 F7200 ; X13 Y10
  66. G1 X2.0 Y-5.0 F7200 ; X15 Y5
  67.  
  68. ; now print a line of filament to prepare extrusion
  69. G1 Y50 E20 F1000 ; prints a line in the front
  70. G1 Y50 E40 F1000 ; prints a line in the front
  71.  
  72. ; Done with the dancing :)
  73. G92 E0 ; Set extrusion distance to 0
  74. G90 ; switch back to absolute mode
  75.  
  76. M117 Printing... ;Put printing message on LCD screen
  77. ; Start of actual GCode for the print
  78. M900 K30 ; Filament gcode
  79. G21 ; set units to millimeters
  80. G90 ; use absolute coordinates
  81. M83 ; use relative distances for extrusion
  82. G1 Z0.200 F7800.000
  83. G1 E-2.00000 F3600.00000
  84. G1 Z0.800 F7800.000
  85. G1 X90.587 Y90.032
  86. G1 Z0.200
  87. G1 E2.00000 F3600.00000
  88. G1 F1800
  89. G1 X91.392 Y89.360 E0.03111
  90. G1 X92.268 Y88.771 E0.03134
  91. G1 X93.193 Y88.280 E0.03111
  92. G1 X94.164 Y87.886 E0.03111
  93. G1 X95.170 Y87.594 E0.03111
  94. G1 X96.201 Y87.407 E0.03111
  95. G1 X97.466 Y87.323 E0.03765
  96. G1 X122.508 Y87.323 E0.74353
  97. G1 X124.249 Y87.475 E0.05189
  98. G1 X125.931 Y87.919 E0.05165
  99. G1 X127.512 Y88.643 E0.05165
  100. G1 X128.948 Y89.626 E0.05165
  101. G1 X130.194 Y90.839 E0.05165
  102. G1 X131.216 Y92.247 E0.05165
  103. G1 X131.984 Y93.809 E0.05165
  104. G1 X132.475 Y95.485 E0.05189
  105. G1 X132.677 Y97.434 E0.05818
  106. G1 X132.663 Y123.020 E0.75967
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement