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
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