Guest User

Untitled

a guest
Jan 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ;Sliced at: {day} {date} {time}
  2. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  3. ;Print time: {print_time}
  4. ;Filament used: {filament_amount}m {filament_weight}g
  5. ;Filament cost: {filament_cost}
  6. ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
  7. ;M109 S{print_temperature} ;Uncomment to add your own temperature line
  8. G21 ;metric values
  9. G90 ;absolute positioning
  10. M82 ;set extruder to absolute mode
  11. M107 ;start with the fan off
  12. G28 X0 Y0 ;move X/Y to min endstops
  13. G28 Z0 ;move Z to min endstops
  14. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  15. G92 E0 ;zero the extruded length
  16. G1 F200 E3 ;extrude 3mm of feed stock
  17. G92 E0 ;zero the extruded length again
  18. G1 F{travel_speed}
  19. ;Put printing message on LCD screen
  20. M117 Printing...
Add Comment
Please, Sign In to add comment