;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Begin LulzBot Mini HIPS end G-code ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Ensure moves are complete M400 ; Pause processing until moves complete ; Begin cooling M104 S0 ; Set hotend temperature without waiting M140 S0 ; Set bed temperature without waiting M107 ; Turn off the print cooling fan ; Move to cooling position and retract filament G92 E5 ; Set extruder position for retraction G1 X5 Y5 Z160 E0 F10000 ; Move bed and nozzle and retract filament M190 R60 ; Wait for bed to cool ; Move to print removal position M140 S0 ; Set bed temperature without waiting G1 X145 Y190 Z160 F10000 ; Move bed forward and toolhead right ; Idle M84 ; Turn off stepper motors G90 ; Set absolute positioning mode ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; End LulzBot Mini HIPS end G-code ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;