Skip to content

ZMOD 1.7 and PURGE #69

Description

@snkku

Please fix in gcode bambufy.cfg
[gcode_macro START_PRINT]
gcode:
{% set ifs = printer['gcode_macro _IFS_VARS'] %}
{% set zclear = printer.save_variables.variables.clear|default("LINE_PURGE")|string %}
{% set extruder_temp = params.EXTRUDER_TEMP | default(255) | int %}

zclear - is old variable
clear - is new...

old variable has "DISABLED" string

on zmod 1.7 purging failed with "Unknown command DISABLED" and skip purge

another one bug, with KAMP Leveling on start Z-Offset is fine, when skip leveling, nozzle scratch on table...
if I set correct z-offset, next print without leveling is fine, but with leveling - print starts in air :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions