Cura Custom Machine Settings for Snapmaker Original

I’ve done a bit of searching but can only find Cura settings for Snapmaker 2.0 versions.
I found Octoprint settings for Snapmaker Original, but that doesn’t quite suffice.
So, does anyone have the Cura “custom machine” Print, Printhead and Nozzle settings for Snapmaker Original?

Thanks in advance!

Also, I read somewhere to use the following g-codes, are they ok? And should I add any g-code for the extruder? Thanks again1

"START G-CODE:"
;Start GCode begin

;M104=print temp, M140 = bed temp, 109 = print temp wait, 190 = bed temp wait

M140 S{material_bed_temperature_layer_0} ;Start heating bed

M104 S{material_print_temperature_layer_0} ;Start heating extruder

G28 ;Home

G90 ;absolute positioning

G1 X-10 Y-10 F3000

G1 Z0 F1800

M190 S{material_bed_temperature_layer_0} ;Wait for bed to reach temp before proceeding

M109 S{material_print_temperature_layer_0} ;Wait for extruder to reach temp before proceeding

;Prime the extruder

G92 E0

G1 E20 F200

G92 E0

;Start GCode end

"END G-CODE:"
;End GCode begin

M104 S0 ;extruder heater off

M140 S0 ;heated bed heater off (if you have it)

G90 ;absolute positioning

;Retract the filament

G92 E0

G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure

G1 Z330 E-1 F3000 ;move Z up a bit and retract filament even more

G1 X0 F3000 ;move X to min endstops, so the head is out of the way

G1 Y350 F3000 ;so the head is out of the way and Plate is moved forward

G28 X0 Y0

M84

;End GCode end

I could only put one photo in the original post. This is the other settings page I’m inquiring about.

It looks like you already found the settings I use. I don’t have any extruder GCode set. My printer and extruder settings match your screenshots, except that my PLA diameter is 1.75mm instead of 2.85mm.

Looks like you should be good to go.