printer.cfg modified - 07/06/2025 - 12:59:30 PM
This commit is contained in:
parent
628ac9cb51
commit
c1bf777f0c
1 changed files with 1 additions and 20 deletions
|
@ -1,4 +1,5 @@
|
|||
[include mainsail.cfg]
|
||||
[include macros/print_start.cfg]
|
||||
|
||||
[virtual_sdcard]
|
||||
path: /home/macocha/printer_data/gcodes
|
||||
|
@ -389,26 +390,6 @@ gcode:
|
|||
QUAD_GANTRY_LEVEL
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue