Autocommit from 2025-12-24 18:00:04

Klipper version: v0.13.0-411-g938300f3

Moonraker version: v0.9.3-128-g960e933

Mainsail version: v2.15.0
This commit is contained in:
2025-12-24 18:00:04 -05:00
parent 6ef8e9804c
commit 453f1faf68
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -670,7 +670,7 @@ gcode:
{% if FILAMENT == 'PLA' %}
{% set ZOFF = 0.0|float %}
{% elif FILAMENT == "ASA" %}
{% set ZOFF = 0.00|float %}
{% set ZOFF = -0.02|float %}
{% else %}
{% set ZOFF = 0.00|float %}
{% endif %}