Advertisement
Guest User

Gcode

a guest
Mar 18th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. M109 S220.000000
  2.  
  3. ; -- START GCODE --
  4. ;Sliced at: Fri 18-03-2016 13:46:14
  5. ;Basic settings: Layer height: 0.3 Walls: 1.2 Fill: 20
  6. ;Print time: 15 minutes
  7. ;Filament used: 1.527m 4.0g
  8. ;Filament cost: None
  9. ;Uncomment to add your own temperature line
  10. ;M109 S220
  11. ;Uncomment to add your own bed temperature line
  12. ;M190 S70
  13. G21 ;set units to millimetres
  14. G90 ;set to absolute positioning
  15. M106 S0 ;set fan speed to zero (turned off)
  16. G28 X0 Y0 ;move to the X/Y origin (Home)
  17. G28 Z0 ;move to the Z origin (Home)
  18. G1 Z15.0 F1200 ;move Z to position 15.0 mm
  19. G92 E0 ;zero the extruded length
  20. G1 E20 F200 ;extrude 20mm of feed stock
  21. G92 E0 ;zero the extruded length again
  22. G1 F7800 ;set feedrate to travel_speed value
  23. ;Uncomment to put a printing message on LCD screen
  24. ;M117 Printing...
  25. ; -- end of START GCODE --
  26.  
  27. ;Layer count: 67
  28. ;LAYER:0
  29. M106 S255
  30. G0 F7800 X93.900 Y91.400 Z0.300
  31. ;TYPE:SKIRT
  32. G1 F1200 X121.100 Y91.400 E1.35701
  33. G1 X121.100 Y118.600 E2.71403
  34. G1 X93.900 Y118.600 E4.07104
  35. G1 X93.900 Y91.400 E5.42805
  36. G0 F7800 X94.300 Y91.800
  37. G1 F1200 X120.700 Y91.800 E6.74516
  38. G1 X120.700 Y118.200 E8.06226
  39. G1 X94.300 Y118.200 E9.37936
  40. G1 X94.300 Y91.800 E10.69646
  41. G1 F2400 E6.69646
  42. G1 Z0.375
  43. G0 F7800 X98.500 Y96.000
  44.  
  45. ...
  46.  
  47. ; -- END GCODE --
  48. M104 S0 ;set extruder temperature to zero (turned off)
  49. G91 ;set to relative positioning
  50. G1 E-20 F300 ;retract the filament a bit to release some of the pressure
  51. G1 Z10 F7800 ;move extruder up 10 mm
  52. G90 ;set to absolute positioning
  53. G1 X0 Y180 F7800 ;expose the platform
  54. M84 ;turn off steppers
  55. ; -- end of END GCODE --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement