Created
March 16, 2019 06:06
-
-
Save AgiosAndreas/d4477d95cabc1acf5ab35aef62df746c to your computer and use it in GitHub Desktop.
Revisions
-
AgiosAndreas created this gist
Mar 16, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ ; Ender 3 Custom Start G-code M221 S100 ; Set flow to 100 G28 ; Home all axes G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position M140 S{material_bed_temperature_layer_0} ; set bed temp M109 S{material_print_temperature_layer_0} ; wait for extruder temp M190 S{material_bed_temperature_layer_0} ; wait for bed temp G92 E0 ; Reset Extruder G1 E8 ; Purge Bubble G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little G92 E0 ; Reset Extruder ; End of custom start GCode