Okay, found a simple solution. Changed the following settings.

Under:

Profile settings - Printer G-code - Select New Ext & Warm:

From:
; Head to the start of the next path
G1 X<NEXTX> Y<NEXTY> F6000

To:
; Head to the start of the next path
G1 X<NEXTX> Y<NEXTY> Z50 F6000

Under:

Profile settings - Printer G-code - Warm Same Ext:

From:
; Move to the start of the next path
G1 X<NEXTX> Y<NEXTY> F6000

To:
; Move to the start of the next path
G1 X<NEXTX> Y<NEXTY> Z50 F6000