Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Manual Bed Leveling with COREXZ

    Scheduled Pinned Locked Moved Unsolved
    Tuning and tweaking
    2
    2
    171
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • danzaywerundefined
      danzaywer
      last edited by

      Hi,
      as asked in another post I have some issues with coreXZ conversion, one of this is that manual bed leveling not work, I have this messages:

      M671 parameters do not apply to CoreXZ kinematics
      

      and

      Error: This kinematics does not support auto-calibration
      

      my code is

      
      	M671 X23.7:232.7:232.7:23.7 Y219:219:10:10 P0.35
      	G30 P0 X23.7 Y219 Z-99999 		; probe near an adjusting screw
      	G30 P1 X232.7 Y219 Z-99999 		; probe near an adjusting screw
      	G30 P2 X232,7 Y10 Z-99999 		; probe near an adjusting screw
      	G30 P3 X23.7 Y10 Z-99999 S4		; probe near an adjusting screw
      	M400
      	M402
      	G1 X{var.xCenter-sensors.probes[0].offsets[0]} Y{var.yCenter-sensors.probes[0].offsets[1]}  F6000    
      	G30
      

      I have 4 screws under bed, what is wrong?

      oliofundefined 1 Reply Last reply Reply Quote 0
      • oliofundefined
        oliof @danzaywer
        last edited by oliof

        @danzaywer said in Manual Bed Leveling with COREXZ:

        This kinematics does not support auto-calibration

        Looking at the source code, it seems like CoreXZ does not allow for manual bed leveling assistant to be setup because it only is active for kinematics derived from ZLeadscrewKinematics with 2 or more leadscrews (and kinematics with their own Auto-Calibration like linear delta).

        @dc42 this seems to be a suboptimal limitation on Core Kinematics/belted z designs because it also seems to block usage of manual bed leveling. Should we lodge a feature request for v3.5 to get a way to allow for more kinematics to go through manual bed leveling assistant?

        <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA