@mperdue under "FFF" tab in the firmware configuration tab will allow you to edit these.
Build a new .frm file and edit the appropriate values.
0_1530747951556_capture 7418.JPG
Also my start up script if you're still having issues:
G28 ; home all axes
G90;
G29 S1; load bed leveling
M106 S0; Turn fan off
M140 S[bed0_temperature] ; set bed heat
M141 S48; Set chamber heat
G0 X20 Y10 F9000 ;
M204 P700 T2000 ; set acceleration
M207 S5.0 R-.25 F1800 T1500 Z1.0 ;set retraction settings(f1500)
M190 S[bed0_temperature]; wait for bed heat
M191 S48; wait for chamber heat
G10 P1 S0 R190
G10 P0 S[extruder0_temperature] R190;
T1;
T0;
G10 P1 S[extruder1_temperature] R190;
;G12 P0; Clean Nozzle
;M109 S[extruder0_temperature] T0; wait for temp
;M109 S[extruder1_temperature] T1; wait for temp
M116 ;used instead of M109
M572 D0 S0.25 ;pressure advance for tool 0
M572 D1 S0.25 ;pressure advance for tool 1
M106 P6 S255; turn tool light on