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

    Need Help CRtouch, update. Ender 3 Duet2 wifi

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    9
    322
    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.
    • Flynbrdundefined
      Flynbrd
      last edited by

      Got my system to home all with no issue. When running bed leveling I'm getting this error. I'm sure something in config is off.

      Warning: the height map has a substantial Z offset. Suggest use Z-probe to establish Z=0 datum, then re-probe the mesh.
      90 points probed, min error -0.608, max error 0.005, mean -0.318, deviation 0.144
      Height map saved to file 0:/sys/heightmap.csv
      2/1/2023, 11:24:10 AM Warning: Skipping grid point X=200.0, Y=180.0 because Z probe cannot reach it
      Warning: Skipping grid point X=200.0, Y=200.0 because Z probe cannot reach it
      2/1/2023, 11:23:29 AM Warning: Skipping grid point X=200.0, Y=140.0 because Z probe cannot reach it
      Warning: Skipping grid point X=200.0, Y=160.0 because Z probe cannot reach it
      2/1/2023, 11:22:47 AM Warning: Skipping grid point X=200.0, Y=100.0 because Z probe cannot reach it
      Warning: Skipping grid point X=200.0, Y=120.0 because Z probe cannot reach it
      2/1/2023, 11:22:04 AM Warning: Skipping grid point X=200.0, Y=60.0 because Z probe cannot reach it
      Warning: Skipping grid point X=200.0, Y=80.0 because Z probe cannot reach it
      2/1/2023, 11:21:22 AM G29
      Warning: Skipping grid point X=200.0, Y=20.0 because Z probe cannot reach it
      Warning: Skipping grid point X=200.0, Y=40.0 because Z probe cannot reach it

      ; Configuration file for Duet WiFi (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.15 on Tue Jan 31 2023 16:20:49 GMT-0800 (Pacific Standard Time)

      ; General preferences
      M575 P1 S1 B57600 ; enable support for PanelDue
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Ender3" ; set printer name

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0 S0 ; physical drive 0 goes backwards
      M569 P1 S0 ; physical drive 1 goes backwards
      M569 P2 S1 ; physical drive 2 goes forwards
      M569 P3 S1 ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E136.00 ; set steps per mm
      M566 X1200.00 Y1200.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X30000.00 Y30000.00 Z300.00 E1500.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
      M906 X400 Y400 Z400 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S300 ; Set idle timeout

      ; Axis Limits
      M208 X-5.5 Y-10 Z0 S1 ; set axis minima
      M208 X235 Y235 Z250 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
      M574 Z1 S2 ; configure Z-probe endstop for low end on Z

      ; Z-Probe
      M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
      M558 P9 C"^zprobe.in" H2.5 F150 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P25 X-48 Y-10 Z0.6 ; set Z probe trigger value, offset and trigger height
      M557 X20:215 Y20:215 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; set temperature limit for heater 1 to 280C

      ; Fans
      M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H0 T45 ; set fan 1 value. Thermostatic control is turned on
      M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
      M106 P2 S1 H0:1 T45 ; set fan 2 value. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 F0 ; 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

      ; Custom settings are not defined

      ; Miscellaneous
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

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

        Please share your homing files and bed.g as well.

        The offset warning means you may not be homing with the probe or loading a heightmap before homing.

        The skipping point message just means that the probe can't physically reach points on the bed that you've asked it to probe. You can either ignore it, or adjust the M557 so that you're only asking it to probe points it can reach.

        Z-Bot CoreXY Build | Thingiverse Profile

        Flynbrdundefined 1 Reply Last reply Reply Quote 1
        • Flynbrdundefined
          Flynbrd @Phaedrux
          last edited by

          @Phaedrux (btw I test and adjusted G31 to Z1.180 trigger height)

          Homeall.G
          G91 ; relative positioning
          G1 H2 Z2.5 F6000 ; lift Z relative to current position
          G1 H1 X-245.5 Y-250 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
          G1 H2 X5 Y5 F6000 ; go back a few mm
          G1 H1 X-245.5 Y-250 F360 ; move slowly to X and Y axis endstops once more (second pass)
          G90 ; absolute positioning
          G1 X68 Y30 F6000 ; go to first bed probe point and home Z
          G30 ; home Z by probing the bed

          ; Uncomment the following lines to lift Z after probing
          ;G91 ; relative positioning
          ;G1 Z2.5 F100 ; lift Z relative to current position
          ;G90 ; absolute positioning

          homex.g
          G91 ; relative positioning
          G1 H2 Z2.5 F6000 ; lift Z relative to current position
          G1 H1 X-245.5 F1800 ; move quickly to X axis endstop and stop there (first pass)
          G1 H2 X5 F6000 ; go back a few mm
          G1 H1 X-245.5 F360 ; move slowly to X axis endstop once more (second pass)
          G1 H2 Z-2.5 F6000 ; lower Z again
          G90 ; absolute positioning

          homey.g
          G91 ; relative positioning
          G1 H2 Z2.5 F6000 ; lift Z relative to current position
          G1 H1 Y-250 F1800 ; move quickly to Y axis endstop and stop there (first pass)
          G1 H2 Y5 F6000 ; go back a few mm
          G1 H1 Y-250 F360 ; move slowly to Y axis endstop once more (second pass)
          G1 H2 Z-2.5 F6000 ; lower Z again
          G90 ; absolute positioning

          homez.g
          G91 ; relative positioning
          G1 H2 Z2.5 F6000 ; lift Z relative to current position
          G90 ; absolute positioning
          G1 X68 Y30 F6000 ; go to first probe point
          G30 ; home Z by probing the bed

          ; Uncomment the following lines to lift Z after probing
          ;G91 ; relative positioning
          ;G1 Z2.5 F100 ; lift Z relative to current position
          ;G90 ; absolute positioning

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

            @Flynbrd said in Need Help CRtouch, update. Ender 3 Duet2 wifi:

            Warning: the height map has a substantial Z offset. Suggest use Z-probe to establish Z=0 datum, then re-probe the mesh.
            90 points probed, min error -0.608, max error 0.005, mean -0.318, deviation 0.144

            At what point do you get that error?

            Can you post your slicer start gcode?

            Can you take a screenshot of your heightmap being displayed?

            Z-Bot CoreXY Build | Thingiverse Profile

            Borgtribbleundefined 1 Reply Last reply Reply Quote 0
            • Borgtribbleundefined
              Borgtribble @Phaedrux
              last edited by

              @Phaedrux
              It's at the end of the run. I believe at the around the last probe point it flashes that error. Last time didn't generate a map.

              On the other note, you mention redefining my mesh. Looking at the errors the probe is having issues at 200x. Should I adjust the M557 to
              Old
              M557 X20:215 Y20:215 S20 ; define mesh grid
              New
              M557 X20:180 Y20:215 S20 ; define mesh grid

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

                Your mesh range should be your axis minima and maxima values added with the G31 X and Y values.

                M208 X-5.5 Y-10
                M208 X235 Y235
                G31 P25 X-48 Y-10
                M557 X20:215 Y20:215

                For X- the probe is on the left side, so it can reach all the way to the X minima. In other words, the probe can reach all the way to the left side of the bed. How far from the edge is up to you. Let's try 10mm.

                M557 X10

                For X+ the probe can only ever reach 48mm away from the right side. So X235 + (-48) = 187. Let's say 180.

                M557 X10:180

                For Y, same thing, it's on the front side of the nozzle and can reach all the way to the Y minima. So Y10

                M557 Y10

                For The Y max, it can only ever reach 10mm away from the edge. So Y235 + (-10) = 225.

                M557 Y10:225

                Putting it all together.

                M557 X10:180 Y10:225 P5

                I used P5 here instead of a S value. P has the firmware choose 5 equally spaced points between the min and max values giving a 5x5 grid.

                S defines an exact spacing, which means you have to find a spacing that maximizes the available size yourself. Easier to just tell it how many points to use.

                Z-Bot CoreXY Build | Thingiverse Profile

                Borgtribbleundefined 1 Reply Last reply Reply Quote 2
                • Borgtribbleundefined
                  Borgtribble @Phaedrux
                  last edited by

                  @Phaedrux
                  Thank you, it's up and running. My current mesh
                  With a glass bed

                  Screenshot_20230202_161403_Chrome.jpg

                  Only other issue I'm getting is a,

                  Directory 0:/macros/ not found

                  Not sure why, 😕 and I no macros in that folder. I wonder is somewhere in my configuration it's calling for a macro?

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

                    Do you have a macros folder in the root of the SD card?

                    Z-Bot CoreXY Build | Thingiverse Profile

                    Flynbrdundefined 1 Reply Last reply Reply Quote 0
                    • Flynbrdundefined
                      Flynbrd @Phaedrux
                      last edited by

                      @Phaedrux

                      No, there was no macros folder so I added one.

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