Update default.yml

This commit is contained in:
Rick Companje 2018-03-07 16:53:45 +01:00 committed by GitHub
parent c149667409
commit df6e084503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
startCode: |-
M109 S{printingTemp} ;set target temperature
{if heatedBed}M190 S{printingBedTemp} ;set target bed temperature
M109 S{temperature} ;set target temperature
{if heatedBed}M190 S{bedTemperature} ;set target bed temperature
G21 ;metric values
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops