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

    Ezabl and deployprobe.g and retractprobe.g

    Scheduled Pinned Locked Moved
    General Discussion
    6
    14
    1.1k
    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.
    • mringersollundefined
      mringersoll
      last edited by

      Thank You for quick reply question though if they are not in the Sys folder SD card i get error that they can not be found so could you give me the commands for the config.g file to get this error to stop i must have a wrong command or something i also get alot of errors about skipped readings from probe is there a way to get it read the probe quicker or something

      Mike

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

        No error message is generated if deployprobe.g and retractprobe.g are not present when they are invoked implicitly. Are you invoking them explicitly using M98 command in bed.g? If so, delete those commands.

        also get alot of errors about skipped readings from probe is there a way to get it read the probe quicker or something

        What is the exact error message?

        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

        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by

          Can you post your config.g and homing files as well?

          What probe type do you have defined in M558?

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • Modtcassundefined
            Modtcass
            last edited by

            Search my posts and it shows my config for the EZABL.

            1 Reply Last reply Reply Quote 0
            • mringersollundefined
              mringersoll
              last edited by

              4:50:59 AM
              Warning: Skipping grid point (188.0, 163.0) because Z probe cannot reach it
              Warning: Skipping grid point (188.0, 188.0) because Z probe cannot reach it
              4:50:33 AM
              Warning: Skipping grid point (188.0, 113.0) because Z probe cannot reach it
              Warning: Skipping grid point (188.0, 138.0) because Z probe cannot reach it
              4:50:08 AM
              Warning: Skipping grid point (188.0, 63.0) because Z probe cannot reach it
              Warning: Skipping grid point (188.0, 88.0) because Z probe cannot reach it
              4:49:42 AM
              Warning: Skipping grid point (188.0, 13.0) because Z probe cannot reach it
              Warning: Skipping grid point (188.0, 38.0) because Z probe cannot reach it

              config.g below

              ; Configuration file for Duet WiFi (firmware version 1.21)
              ; executed by the firmware on start-up
              ;
              ; generated by RepRapFirmware Configuration Tool v2 on Fri Apr 05 2019 09:57:11 GMT-0500 (Central Daylight Time)

              ; General preferences
              G90 ; Send absolute coordinates...
              M83 ; ...but relative extruder moves
              M575 P1 B57600 S1

              ; Network
              M550 P"My Hacked Ender 3" ; Set machine name
              M552 S1 ; Enable network
              ;*** Access point is configured manually via M587
              M586 P0 S1 ; Enable HTTP
              M586 P1 S0 ; Disable FTP
              M586 P2 S0 ; Disable Telnet

              ; Drives
              M569 P0 S0 ; Drive 0 goes backwards
              M569 P1 S0 ; Drive 1 goes backwards
              M569 P2 S1 ; Drive 2 goes forwards
              M569 P3 S0 ; Drive 3 goes forwards
              M350 X16 Y16 Z16 E16 I1 ; Configure micro stepping with interpolation
              M92 X81.13 Y81.14 Z400.00 E93.13 ; Set steps per mm
              M566 X950.00 Y950.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
              M203 X4000.00 Y4000.00 Z280.00 E160.00 ; Set maximum speeds (mm/min)
              M201 X500.00 Y500.00 Z25.00 E250.00 ; Set accelerations (mm/s^2)
              M906 X400.00 Y400.00 Z400.00 E400.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
              M84 S30 ; Set idle timeout

              ; Axis Limits
              M208 X-5.5 Y-5.5 Z0 S1 ; Set axis minima
              M258.5 X245 Y245 Z255 S0 ; Set axis maxima

              ; Endstops
              M574 X1 Y1 S1 ; Set active low and disabled end stops

              ; Z-Probe
              M574 Z1 S2 ; Set end stops controlled by probe
              G1 E-2
              M558 I1 P5 X0 Y0 H2.5 F220 T6000 R0 ; Set Z probe type to switch and the dive height + speeds
              G31 P900 X-46 Y-11 Z-.047 ; Set Z probe trigger value, offset and trigger height
              M557 X13:210 Y13:210 S25 ; Define mesh grid

              ; Heaters
              M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
              M143 H0 S120 ; Set temperature limit for heater 0 to 120C
              M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
              M143 H1 S280 ; Set temperature limit for heater 1 to 280C

              ; Fans
              M106 P0 S0.3 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

              ; Tools
              M563 P0 S"Main" D0 H1 ; 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 power saving
              M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss

              ; Custom settings are not configured

              Stephen6309undefined 1 Reply Last reply Reply Quote 0
              • Stephen6309undefined
                Stephen6309 @mringersoll
                last edited by

                @mringersoll said in Ezabl and deployprobe.g and retractprobe.g:

                4:50:59 AM
                Warning: Skipping grid point (188.0, 163.0) because Z probe cannot reach it
                Warning: Skipping grid point (188.0, 188.0) because Z probe cannot reach it
                4:50:33 AM
                Warning: Skipping grid point (188.0, 113.0) because Z probe cannot reach it
                Warning: Skipping grid point (188.0, 138.0) because Z probe cannot reach it
                4:50:08 AM
                Warning: Skipping grid point (188.0, 63.0) because Z probe cannot reach it
                Warning: Skipping grid point (188.0, 88.0) because Z probe cannot reach it
                4:49:42 AM
                Warning: Skipping grid point (188.0, 13.0) because Z probe cannot reach it
                Warning: Skipping grid point (188.0, 38.0) because Z probe cannot reach it

                M557 X13:210 Y13:210 S25 ; Define mesh grid

                You need to adjust the M557 to eliminate the warnings. You either need to reduce or increase the max X & Y.

                1 Reply Last reply Reply Quote 0
                • mringersollundefined
                  mringersoll
                  last edited by

                  maybe so but my printer bed is 235 x 235 and i have watched it probe and it is still over the bed when the errors occur so a bit confused.

                  Phaedruxundefined TheRulesLawyerundefined 2 Replies Last reply Reply Quote 0
                  • Phaedruxundefined
                    Phaedrux Moderator @mringersoll
                    last edited by Phaedrux

                    @mringersoll are you sure you have the signs right in your g31? Is the 0,0 origin point in the front left corner? If not you may have an axis direction flipped.

                    The X-46 in your g31 doesn't seem to add up with the x values from your m208 and m557.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • TheRulesLawyerundefined
                      TheRulesLawyer @mringersoll
                      last edited by

                      @mringersoll
                      The issue is the offset of your probe. I have a ezabl and I have to tell it to probe a smaller area because the nozzle would have to travel outside the bed. For example my probe is +48x I have to tell it I want to probe +50 to + 250 on my cr10 otherwise I get that error. (Technically I could probe out to +300, but I'm trying to make it even. I'm guessing your offset isn't allowing you to reach +188.

                      1 Reply Last reply Reply Quote 0
                      • mringersollundefined
                        mringersoll
                        last edited by

                        ok I am really getting frustrated here my bed is 235 x 235 offset of probe by Marlin settings X - 46 Y - 11 so can you please give me some settings to try Please so offsets are the same in RepRap just very confused and getting to the point of giving up on this Duet Ender 3 project.

                        1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator
                          last edited by

                          @stephen6309 said in Ezabl and deployprobe.g and retractprobe.g:

                          Warning: Skipping grid point (188.0, 163.0) because Z probe cannot reach it
                          Warning: Skipping grid point (188.0, 188.0) because Z probe cannot reach it
                          4:50:33 AM
                          Warning: Skipping grid point (188.0, 113.0) because Z probe cannot reach it
                          Warning: Skipping grid point (188.0, 138.0) because Z probe cannot reach it
                          4:50:08 AM
                          Warning: Skipping grid point (188.0, 63.0) because Z probe cannot reach it
                          Warning: Skipping grid point (188.0, 88.0) because Z probe cannot reach it
                          4:49:42 AM
                          Warning: Skipping grid point (188.0, 13.0) because Z probe cannot reach it
                          Warning: Skipping grid point (188.0, 38.0) because Z probe cannot reach it

                          Ok, so try this. Move to the points listed in the error message. Can your probe actually reach those points?

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • TheRulesLawyerundefined
                            TheRulesLawyer
                            last edited by

                            This may be an error. I'm not sure what m258.5 does.
                            ; Axis Limits
                            M208 X-5.5 Y-5.5 Z0 S1 ; Set axis minima
                            M258.5 X245 Y245 Z255 S0 ; Set axis maxima

                            Try replacing with
                            M208 X0 Y0 Z0 S1 ; Set axis minima
                            M208 X235 Y235 Z255 S0 ; Set axis maxima

                            I'm not sure if you meant to add the extra travel or not. When you zero x/y is the nozzle over the bed?

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