Update printer.yml

This commit is contained in:
Rick Companje 2018-03-19 16:50:01 +01:00 committed by GitHub
parent 5b2c3bb80a
commit 763c6e08e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
doodle3d_printer:
startCode: |-
M140 S{bedTemperature}
M104 S{temperature}
{if heatedBed}M104 S{temperature}
G28
M109 S{temperature}
M190 S{bedTemperature}
{if heatedBed}M190 S{bedTemperature}
G90
M82
G1 Z10.0 F6000