Cura 2.4 setting for Maker Select Plus

I've had great luck with this printer and Cura 2.4

Here are my settings to give you a starting point:

Cura 2.4 Profiles: (Quick is 0.2 MM layer height, Detailed is 0.1 MM layer height)

http://s000.tinyupload.com/index.php?file_id=52482176708830714584

Printer Profile - http://imgur.com/yOFt92I

Start Code-

;Sliced at: {day} {date} {time}
G21        ;metric values
G90        ;absolute positioning
M82        ;set extruder to absolute mode
M107       ;start with the fan off
G28 X0 Y0  ;move X/Y to min endstops
G28 Z0     ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0                  ;zero the extruded length
G1 F140 E30              ;extrude 3mm of feed stock
G1 X20 Y0 F140 E30
G92 E0                  ;zero the extruded length again
G1 F{travel_speed}
M117 Printing...

End Code-

;End GCode
M104 S0                     ;extruder heater off
M140 S0                     ;heated bed heater off (if you have it)
G91                                    ;relative positioning
G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0
G90
G1 Z160                                 ;move X/Y to min endstops, so the head is out of the way
M84                         ;steppers off
G90                         ;absolute positioning

Good luck!

/r/3Dprinting Thread