Getting safe_z_home info in print_start.

This commit is contained in:
Bassam Husain
2023-04-17 01:02:20 -04:00
parent 2c8a4e5aa0
commit f5d3499da7

View File

@@ -127,6 +127,8 @@ gcode:
{% set bedtempAlmost = (bedtemp - 2)|int %}
{% set hotendtempStepOne = 150|int %}
{% set hotendtempStepTwo = 170|int %}
{% set homeXYPosition = printer.configfile.settings.safe_z_home.home_xy_position %}
{ action_respond_info("homeXYPosition : %d" % (homeXYPosition)) }
BED_MESH_PROFILE LOAD=default ; NOTE if not using a mesh, comment out this line
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1