Skip to content

Commit 7f36b8a

Browse files
committed
Macros/IDEX: another attempt at fixing single mode T1 printing
1 parent bf6982e commit 7f36b8a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

configuration/z-probe/beacon.cfg

+1-13
Original file line numberDiff line numberDiff line change
@@ -899,20 +899,8 @@ gcode:
899899
# Go to safe home
900900
_MOVE_TO_SAFE_Z_HOME Z_HOP=True
901901

902-
# Zero Z with contact to make sure the mesh is created at true zero
903-
BEACON_AUTO_CALIBRATE SKIP_MODEL_CREATION=1
904-
905-
# create contact mesh
906-
BED_MESH_CALIBRATE PROBE_METHOD=contact SAMPLES=2 SAMPLES_DROP=1 SAMPLES_TOLERANCE_RETRIES=10 PROBE_COUNT={probe_count_x},{probe_count_y} PROFILE={profile}
907-
908-
# create temp scan mesh
909-
BED_MESH_CALIBRATE METHOD=automatic USE_CONTACT_AREA=1 PROBE_COUNT={probe_count_x},{probe_count_y} PROFILE="RatOSTempOffsetScan"
910-
911902
# create compensation mesh
912-
CREATE_BEACON_COMPENSATION_MESH PROFILE={profile}
913-
914-
# remove temp scan mesh
915-
BED_MESH_PROFILE REMOVE="RatOSTempOffsetScan"
903+
CREATE_BEACON_COMPENSATION_MESH PROFILE={profile} PROBE_COUNT={probe_count_x},{probe_count_y}
916904

917905
# turn bed and extruder heaters off
918906
{% if not automated %}

0 commit comments

Comments
 (0)