Hi thac0

Here is my start code

G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute modem
107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G92 E0 ;zero the extruded length
G1 F200 E1 ;extrude 1mm of feed stock
G92 E0 ;zero the extruded length again
G1 Z5.0 ; move off bed

And end code

G0
G91 Z5.0 F 3000 ;switch to incremental and move 5mm away from job
G90 ;switch back to absolute
G1 F6000 X150.0 Y150.0 Z125.0 ; move back to max endstops and drop Z to 125mm



However I have been using "CraftWare" as a slicer by Craft Unique and really like it. It has wonderful support options.

Good luck and have fun

Scott