Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. ;Print time: {print_time}
  2. ;Filament used: {filament_amount}m {filament_weight}g
  3. ;Filament cost: {filament_cost}
  4. M190 S{print_bed_temperature} ;Heating the bed
  5. G21 ;Set metric values
  6. G90 ;Set absolute positioning
  7. M82 ;Set extruder to absolute mode
  8. M107 ;Start with the fan off
  9. M117 Leveling bed
  10. G28
  11. G29
  12. M117 Moving to position
  13. G1 F{travel_speed} ; Set travel speed
  14. G1 X0 Y0 ;Move X and Y axis to min endstops
  15. G1 Z0.4 ; Move Z to 0.4mm and
  16. M109 S{print_temperature} ;Heating the nozzle
  17. G92 E0 ;Zero the extruded length
  18. G1 F200 E10 ;Extrude some feed stock
  19. G92 E0 ;Zero the extruded length again
  20. ;Put printing message on LCD screen
  21. M117 Printing time!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement