Load Filament Gcode

load filament – ender3 w/bondtech extruder G21 ;metric valuesG90 ;absolute positioningM109 S215.000 ;Heat hotend to 215CM300 S440 P200 ; Play toneM300 S660 P250 ; Play toneM300 S880 P300 ; Play toneG4 S5 ; wait 5 secondsM300 S440 P200 ; Play toneG92 E0 ;Reset the position of the extruderG1 E280 F2000 ;Feed 250 mm of filament … Read more

Unload Filament Gcode

unload filament – ender3 w/bondtech extruder G21 ;metric valuesG90 ;absolute positioningM109 S215.000 ;Heat hotend to 215C for PLAG92 E0 ;Reset the position of the extruderG1 E-400 F2000 ;Retract 400 mm of filament at 2000 mm/minute speedG92 E0 ;Reset the position of the extruderM400; Wait for commad to finishM117 REMOVE FILAMENT NOW ;Display messageM400; Wait for … Read more

Ender 3 Start Gcode – PrusaSlicer

PrusaSlicer start Gcode for Ender3 w/BLtouch M117 Heating… ;Put printing message on LCD screen;M300 S2500 P100; BeepM204 T1250 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2M221 S{if layer_height<0.075}100{else}100{endif} ; Set flowM104 S140 ; set extruder tempM140 S[first_layer_bed_temperature] ; set bed tempG28 X Y; Home X YG1 Y10 ; this is a good start … Read more

Ender 3 Start Gcode – Cura

Cura start Gcode for Ender3 w/BLtouch M140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperatureM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperatureM104 S160; start warming extruder to 160G28 ; Home all axesG29 ; Auto bed-level (BL-Touch)G92 E0 ; Reset ExtruderM104 S{material_print_temperature_layer_0} ; Set Extruder temperatureG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start positionM109 S{material_print_temperature_layer_0} ; Wait … Read more