Autocommit from 2025-12-02 00:00:05
Klipper version: v0.13.0-411-g938300f3 Moonraker version: v0.9.3-128-g960e933 Mainsail version: v2.15.0
This commit is contained in:
42
printer.cfg
42
printer.cfg
@@ -617,6 +617,7 @@ gcode:
|
||||
|
||||
{% set EXTRUDER = params.EXTRUDER|int %}
|
||||
{% set BED = params.BED|int %}
|
||||
{% set FILAMENT = params.FILAMENT|int %}
|
||||
|
||||
SET_LED LED="OrbiLED" RED=1 GREEN=1 BLUE=0 WHITE=0 SYNC=0 INDEX=1 TRANSMIT=1; Yellow
|
||||
|
||||
@@ -660,14 +661,21 @@ gcode:
|
||||
M117 Clean Nozzle
|
||||
CLEAN_NOZZLE
|
||||
|
||||
M117 Calibrate Beacon Z offset after Mesh
|
||||
G28 Z METHOD=CONTACT CALIBRATE=0 ; calibrate z offset only after tilt/mesh
|
||||
M117 Calibrate Beacon Z offset after heating
|
||||
G28 Z METHOD=CONTACT CALIBRATE=0 ; calibrate z offset after heating
|
||||
|
||||
M117 Wait on nozzle printing temperature
|
||||
M109 S{EXTRUDER} ; wait for extruder temp
|
||||
|
||||
M117 Add a little offset for hotend thermal expansion
|
||||
SET_GCODE_OFFSET Z=0.06 ; add a little offset for hotend thermal expansion
|
||||
{% if FILAMENT == 'PLA' %}
|
||||
{% set ZOFF = 0.0|float %}
|
||||
{% else %}
|
||||
{% set ZOFF = 0.06|float %}
|
||||
{% endif %}
|
||||
M117 Add a little offset ({ZOFF} - {FILAMENT}) for hotend thermal expansion
|
||||
SET_GCODE_OFFSET Z={ZOFF}
|
||||
#SET_GCODE_OFFSET Z=0.06 ; Add a little offset for hotend thermal expansion - Default, might be overwrited by Filament gcode
|
||||
; Removed, should be good after calibration??
|
||||
; needs fine tuning, long meltzones require more
|
||||
#SET_GCODE_OFFSET Z_ADJUST={OFFSET} ; apply optional material squish via slicer
|
||||
|
||||
@@ -675,7 +683,7 @@ gcode:
|
||||
PRIME_NOZZLE ; call another macro to purge or prime nozzle
|
||||
|
||||
SET_LED LED="OrbiLED" RED=0 GREEN=1 BLUE=0 WHITE=0 SYNC=0 INDEX=1 TRANSMIT=1; Yellow
|
||||
M117 Printing...
|
||||
M117 Printing in {FILAMENT}...
|
||||
; start printing
|
||||
|
||||
|
||||
@@ -803,19 +811,19 @@ gcode:
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [beacon model default]
|
||||
#*# model_coef = 1.5221285866393515,
|
||||
#*# 1.866198844496922,
|
||||
#*# 0.7476815631002864,
|
||||
#*# 0.251980360230201,
|
||||
#*# 0.21472699285297098,
|
||||
#*# 0.35706395281664555,
|
||||
#*# -0.03245574497555998,
|
||||
#*# -0.2592170575906024,
|
||||
#*# 0.14750738686832027,
|
||||
#*# 0.1850988275522277
|
||||
#*# model_domain = 1.8321303577304574e-07,1.929058179384094e-07
|
||||
#*# model_coef = 1.4992313804549455,
|
||||
#*# 1.855284063273354,
|
||||
#*# 0.7927691477505947,
|
||||
#*# 0.24519903753068714,
|
||||
#*# 0.1718369401456862,
|
||||
#*# 0.42756992041415925,
|
||||
#*# -0.023349572113685598,
|
||||
#*# -0.3687708288014623,
|
||||
#*# 0.1585854467873402,
|
||||
#*# 0.2416943996889173
|
||||
#*# model_domain = 1.8243707553504463e-07,1.927922172747799e-07
|
||||
#*# model_range = 0.200000,5.000000
|
||||
#*# model_temp = 29.023754
|
||||
#*# model_temp = 39.626132
|
||||
#*# model_offset = 0.00000
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
|
||||
Reference in New Issue
Block a user