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 mainsail.cfg]
|
||||||
|
[include macros/print_start.cfg]
|
||||||
|
|
||||||
[virtual_sdcard]
|
[virtual_sdcard]
|
||||||
path: /home/macocha/printer_data/gcodes
|
path: /home/macocha/printer_data/gcodes
|
||||||
|
@ -390,26 +391,6 @@ gcode:
|
||||||
G28
|
G28
|
||||||
G0 X175 Y175 Z30 F3600
|
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]
|
[gcode_macro PRINT_END]
|
||||||
# Use PRINT_END for the slicer ending script - please customise for your slicer of choice
|
# Use PRINT_END for the slicer ending script - please customise for your slicer of choice
|
||||||
gcode:
|
gcode:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue