Slicing profile parameters

What do you mean by bricked on a Mac? I’m using a Mac and the Cura plugin works fine for me.

From Cura, start G-Code:
;— Start G-code Begin —

M104 S{material_print_temperature_layer_0} ;Set Hotend Temperature

M140 S{material_bed_temperature_layer_0} ;Set Bed Temperature

G28 ;Home

G1 Z0.8

M109 S{material_print_temperature_layer_0}

M190 S{material_bed_temperature_layer_0}

G1 Z0.8 F6000

M201 X10000 Y10000 Z500 E5000

M205 V5

G92 E0

G1 F200 E2

G92 E0

;— Start G-code End —

End G-Code:
;— End G-code Begin —

M104 S0

M140 S0

G92 E0

G1 E-1 F300 ;retract the filament

G92 E0

G28 Z

G28 X0 Y0

M84

;— End G-code End —