All non-default settings for my printer with some explanations:
Layer
Outline direction: Outside-in
Puts the layer-switching-blobs on the inside instead of the outside
Start points: Choose start point closest to specific location: X:0,0 Y:0,0
Puts the layer-switching-blobs on the same location in 1 vertical line, which makes them less annoying
Additions
Scripts
Starting script:
G28 ; home all axes
Ending script:
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M106 S0 ; turn off cooling fan
G91 ; switch relative movements
G1 Z5 ; Z up 5mm
G90 ; switch back to absolute movements
G28 X ; home x-axis
M84 ; disable motors
Speeds