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

    How to I make probe stop sooner

    Scheduled Pinned Locked Moved Solved
    General Discussion
    3
    5
    224
    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.
    • TPJensenundefined
      TPJensen
      last edited by

      Hello I just got a wham bam kit for my Anycubic Predator, but I would like to know how do I get my probe to stop the fast dive sooner so it dont crash into the bed before leveling it.

      Here is my config files

      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Tue Feb 26 2019 21:31:01 GMT+0000 (Greenwich Mean Time)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      ; Delta Settings
      M665 L440.000 R227 H456.0 B185.0 ; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X0 Y0 Z0 A0.00 B0.00 ; Put your endstop adjustments here, or let auto calibration find them

      ; Network
      M552 S1
      M550 P"Anycubic Predator" ; Set machine name
      M551 P"" ; Set password
      M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S1 ; Drive 3 goes forwards
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80.00 Y80.00 Z80.00 E425.77 ; Set steps per mm
      M566 X1000 Y1000 Z1000 E1000 ; Set maximum instantaneous speed changes (mm/min)
      M203 X12000.00 Y12000.00 Z12000.00 E10000 ; Set maximum speeds (mm/min)
      M201 X3000.00 Y3000.00 Z3000.00 E3000.00 ; Set accelerations (mm/s^2)
      M906 X1000.00 Y1000.00 Z1000.00 E1100.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Retraction
      ;M207 S4.0 F5000 R-0.025 T2500 Z0.5 ; Firmware retraction

      ; Axis Limits
      M208 Z0 S1 ; Set minimum Z

      ; Endstops
      M574 X2 Y2 Z2 S1 ; Set active high endstops

      ; Z-Probe
      M558 P4 H3 F120 T6000 ; Set Z probe type to switch and the dive height + speeds
      G31 P500 X0 Y0 Z16.0 ; Set Z probe trigger value, offset and trigger height
      M557 R115 S20 ; Define mesh grid
      G29 S1 ; Load the heightmap

      ; Heaters
      M307 H0 A137.8 C533.3 D1.5 V24.3 B0 ; Disable bang-bang mode for the bed heater and set PWM limit
      M305 P0 T100000 B4300 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4300 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S255 ; Set temperature limit for heater 1 to 240C

      ; Fans
      M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P2 S0 I0 F500 H-1 ; Set fan 2
      ; Tools
      M563 P0 D0 H1 F0:2 ; Define tool 0
      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
      G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured
      M572 D0 S0.1 ; Pressure Advance
      ;M591 D0 P2 C4 S1 ; Activate filament sensor
      M404 N1.75 ; Set for print monitor
      M592 D0 A0.07772 B-0.00029 ; Nonlinear extrusion. Set parameters for extruder drive 0

      ; Miscellaneous
      M501 ; Load saved parameters from non-volatile memory
      T0 ; select first tool

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        See https://duet3d.dozuki.com/Wiki/Calibrating_a_delta_printer#Section_Running_auto_calibration_for_the_first_time in particular the bit about increasing the dive height.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        TPJensenundefined 1 Reply Last reply Reply Quote 0
        • deckingmanundefined
          deckingman
          last edited by

          Also, it's generally a good idea to reduce motor current when homing or probing if at all possible, as it will help to limit damage if anything goes horribly wrong.

          Ian
          https://somei3deas.wordpress.com/
          https://www.youtube.com/@deckingman

          TPJensenundefined 1 Reply Last reply Reply Quote 0
          • TPJensenundefined
            TPJensen @dc42
            last edited by

            @dc42

            Thank you That did the job 🙂

            1 Reply Last reply Reply Quote 0
            • TPJensenundefined
              TPJensen @deckingman
              last edited by

              @deckingman

              I did that and I can see that could have been a good thing to do if it went wrong

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