File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -899,20 +899,8 @@ gcode:
899
899
# Go to safe home
900
900
_MOVE_TO_SAFE_Z_HOME Z_HOP =True
901
901
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
-
911
902
# 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}
916
904
917
905
# turn bed and extruder heaters off
918
906
{% if not automated %}
You can’t perform that action at this time.
0 commit comments