printer.cfg modified - 07/06/2025 - 12:59:30 PM

This commit is contained in:
macocha 2025-07-06 12:59:33 +00:00
parent 628ac9cb51
commit c1bf777f0c

View file

@ -1,4 +1,5 @@
[include mainsail.cfg]
[include macros/print_start.cfg]
[virtual_sdcard]
path: /home/macocha/printer_data/gcodes
@ -390,26 +391,6 @@ gcode:
G28
G0 X175 Y175 Z30 F3600
[gcode_macro PRINT_START]
# Use PRINT_START for the slicer starting script - please customise for your slicer of choice
gcode:
{% set bedtemp = params.BED|int %}
{% set extrudertemp = params.EXTRUDER|int %}
STATUS_HEATING
M109 S140
STATUS_HEATING
M190 S{bedtemp}
STATUS_HOMING
G32 ; home all axes
G1 Z20 F3000 ; move nozzle away from bed
STATUS_HEATING
M109 S{extrudertemp}
[gcode_macro PRINT_END]
# Use PRINT_END for the slicer ending script - please customise for your slicer of choice
gcode: