Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. cdillow
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Best 1
    • Controversial 0
    • Groups 0

    cdillow

    @cdillow

    1
    Reputation
    2
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    cdillow Unfollow Follow

    Best posts made by cdillow

    • RE: [SZP] Scanning Z probes as regular Z probes

      @Phaedrux Only 1 so why am I defining it as K1. Duh.

      posted in General Discussion
      cdillowundefined
      cdillow

    Latest posts made by cdillow

    • RE: [SZP] Scanning Z probes as regular Z probes

      @WOPR73 You can just configure the SZP to be the first and only Z probe or K0 and do both initial and scanning operations. I got that to work but once in a while the printer would crash into the bed when doing the initial probe. Then I changed by bed from G10 to and PEI coated spring steel plate and then found I could not get the SZP calibrated to work as a initial Z0 finding probe at all. I broke down and installed a BLTouch to find Z0 as K0 and then the SZP as a scanning probe as K1.

      posted in General Discussion
      cdillowundefined
      cdillow
    • RE: [SZP] Scanning Z probes as regular Z probes

      @Phaedrux Only 1 so why am I defining it as K1. Duh.

      posted in General Discussion
      cdillowundefined
      cdillow
    • RE: [SZP] Scanning Z probes as regular Z probes

      @Phaedrux Well the default for K is 0 and this Scanning Coil Probe is K1 and not sure that can be changed.

      posted in General Discussion
      cdillowundefined
      cdillow
    • RE: [SZP] Scanning Z probes as regular Z probes

      @Phaedrux Thanks should have known using escape chars..

      posted in General Discussion
      cdillowundefined
      cdillow
    • RE: [SZP] Scanning Z probes as regular Z probes

      @Phaedrux said in [SZP] Scanning Z probes as regular Z probes:

      @cdillow said in [SZP] Scanning Z probes as regular Z probes:

      And this in homeall.g
      M558 P11 F1000500

      Don't include P if you intend to only change he speed. (Which seems insane by the way). You'd also need to include the K1.

      Ah sorry the cut and paste dropped my :

      That should have been

      M558 K1 F1000:100:500 
      
      posted in General Discussion
      cdillowundefined
      cdillow
    • RE: [SZP] Scanning Z probes as regular Z probes

      I got a little further by adding a Pnnn Trigger value to G31. But I get a Probe trigger before move error but the trigger value is well below the trigger point. I also realize you should use temp compensation but just trying to get it work first. Does anyone have any examples of using Scanning Z probes as regular Z probe?

      posted in General Discussion
      cdillowundefined
      cdillow
    • [SZP] Scanning Z probes as regular Z probes

      I see as of 3.5.0-rc.3 a Scanning Z probe can be used as a Z-Stop? I am a bit confused as to how to do that.
      I got it so somewhat work by touching the head to the bed and doing a G91 Z0 and then M558.1 K1 S2 to calibrate but I am sure I am missing something on how to correctly use it. Surely you don't have to set the Z0 reference to calibrate do you?

      I have this in my config.g
      ; Scanning Z probe
      M558 K1 P11 C"121.i2c.ldc1612" F36000 T36000
      M308 A"SZP coil" S10 Y"thermistor" P"121.temp2" ; thermistor on coil
      M558.2 K1 S13 R148466
      G31 K1 X10 Y10 Z3 ; set Z probe trigger value, offset and trigger height - Smaller number further away from the bed
      M557 X50:240 Y50:240 S10

      And this in homeall.g
      M558 P11 F1000💯500
      G30 K1

      posted in General Discussion
      cdillowundefined
      cdillow