From: nallath Date: Tue, 4 Mar 2014 10:08:58 +0000 (+0100) Subject: Merge pull request #588 from ryneches/SteamEngine X-Git-Tag: 14.03~17^2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4de24ba2a6bc464d38033a4748da74fbe8063b4b;p=cura.git Merge pull request #588 from ryneches/SteamEngine by default, set extruder to absolute mode --- 4de24ba2a6bc464d38033a4748da74fbe8063b4b diff --cc Cura/util/profile.py index 3e2f8c5d,4c61143d..5516ecbc --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@@ -248,10 -231,9 +248,11 @@@ setting('start.gcode', """;Sliced at: { ;Print time: {print_time} ;Filament used: {filament_amount}m {filament_weight}g ;Filament cost: {filament_cost} +;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line +;M109 S{print_temperature} ;Uncomment to add your own temperature line 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