Update VORON2_stock_350_printer.cfg

Remove M104 S0 from print_start
This commit is contained in:
doowrednu 2019-06-23 17:05:20 +01:00 committed by GitHub
parent 3b05c61edc
commit c0a45c1860
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -302,7 +302,7 @@ gcode:
G28 ; home all axes
G1 Z20 F3000 ; move nozzle away from bed
M117 Preheat (Print) ; display message
M104 S0 ; turn off hotend while waiting for bed to get to temp
[gcode_macro PRINT_END]
# Use PRINT_END for the slicer ending script - PLEASE CUSTOMISE THE SCRIPT FOR YOUR SLICER OF CHOICE