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

    Creality CR Touch not triggering

    Scheduled Pinned Locked Moved Solved
    Third-party add-ons
    4
    15
    2.7k
    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.
    • texastankerundefined
      texastanker
      last edited by

      I have tried everything I can think of to get this to work. I have even purchased a new CR Touch.
      This is my first time trying to configure a board of any kind. I figured I had made some mistakes.
      I have a Duet 3 6HC and a Creality CR Touch. Both are brand new.
      The Touch does its self-test when powered up. It will deploy and retract using M401 and M402.
      It just doesn't trigger when the probe hits the bed.

      Here is my config file and pictures of my wiring:

      G90                                            ; send absolute coordinates...
      M83                                            ; ...but relative extruder moves
      M550 P"My Printer"                             ; set printer name
      
      ; Network
      M552 S1                                        ; enable network
      M586 P0 S1                                     ; enable HTTP
      M586 P1 S1                                     ; enable FTP
      M586 P2 S1                                     ; enable Telnet
      
      ; Drives
      M569 P0 S1                                     ; physical drive 0 goes forwards
      M569 P1 S1                                     ; physical drive 1 goes forwards
      M569 P2 S0                                     ; physical drive 2 goes forwards
      M569 P3 S1                                     ; physical drive 3 goes forwards
      M569 P4 S0                                     ; physical drive 4 goes forwards
      M584 X0 Y1 Z2:4 E3                               ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                        ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E420.00              ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00            ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00        ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00            ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30                   ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                        ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                               ; set axis minima
      M208 X255 Y255 Z300 S0                         ; set axis maxima
      
      ; Endstops
      M574 X1 S3                                     ; configure sensorless endstop for low end on X
      M574 Y1 S3                                     ; configure sensorless endstop for low end on Y
      M574 Z1 S2                                     ; configure sensorless endstop for low end on Z
      
      ; Z-Probe
      M950 S0 C"io7.out"                             ; Duet 3 MB6HC
      M558 P9 C"io7.in" H5 F100 T6000 A5 B1               ; Duet 3 MB6HC
      G31 X20 Y0 Z3.3 P25
      M557 X15:215 Y15:195 S20                       ; define mesh grid
      ;M307 H7 A-1 C-1 D-1
      
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B3950  ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0                           ; create bed heater output on out0 and map it to sensor 0
      M307 H0 R0.397 K0.284:0.000 D2.81 E1.35 S1.00 B0
      ;M307 H0 B0 S1.00                             ; disable 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
      
      ; Heaters
      M308 S1 P"temp1" Y"thermistor" T100000 B3950 ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"out1" T1                                    ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 R5.194 K0.476:0.000 D4.30 E1.35 S0.50 B0 V24.1 ;
      ;M307 H1 A580.4 C256.6 D6.4 S0.50		  ; Heating process parameters for 24V a system
      M143 H1 S300                                          ; set temperature limit for heater 1 to 280C
      
      ; Fans
      M950 F0 C"out7" Q500                            ; create fan 0 on pin out3 and set its frequency
      M106 P0 S1 H1 T45                               ; set fan 0 value. Thermostatic control is turned on
      M950 F1 C"out8" Q500                            ; create fan 1 on pin out4 and set its frequency
      M106 P1 S1 H1 T45                               ; set fan 1 value. Thermostatic control is turned on
      M563 P0 D0 H1 F0:1                              ;
      
      ; Tools
      M563 P0 S"Extruder" 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
      M915 X Y R0 F0
      
      

      Touch
      Board

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

        Check to make sure your wires are in the right place and that the crimps are good and that you're getting continuity end to end with a multimeter.

        https://docs.duet3d.com/en/User_manual/Connecting_hardware/Z_probe_connecting#creality-cr-touch-wire-colours

        Z-Bot CoreXY Build | Thingiverse Profile

        texastankerundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
        • texastankerundefined
          texastanker @Phaedrux
          last edited by

          @Phaedrux The colors for the CR Touch don't map the same as the BL Touch in that document. For example, the BL Touch white is out, and for the CR Touch white is ground. It took a lot of trial and error to figure out the mapping for the CR Touch. I will check the wire connections again but if I have them mapped wrong it would be great if someone would tell me the correct order because the document does not tell you the mapping to the pins for the CR Touch. Since M401 and M402 work I had assumed the problem was in the config file. Any help would be greatly appreciated.

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

            @Phaedrux said in Creality CR Touch not triggering:

            cr-touch-wire-colours

            Did you look at the CR touch portion? Is your CR touch different?

            Based on the colors in there it would be the yellow wire sending the trigger signal.

            Z-Bot CoreXY Build | Thingiverse Profile

            texastankerundefined 1 Reply Last reply Reply Quote 0
            • texastankerundefined
              texastanker @Phaedrux
              last edited by texastanker

              @Phaedrux Mine are the same as in the picture but the table that shows the mapping to the board pins is for the BL Touch only. They don't have a column for the CR Touch. So, I had to guess by mapping to the CR Touch OUT to the Board IN, CR Touch Control to the Board OUT, Ground to Ground, and Power to Power.

              droftartsundefined 1 Reply Last reply Reply Quote 0
              • droftartsundefined
                droftarts administrators @texastanker
                last edited by

                @texastanker Does this picture match your wiring?
                Touch
                Because the Red and Blue wires are switched compared to our CR Touch wiring image:
                b9ca0ac7-501a-428a-a6ce-963d09b5533d-image.png
                That would make your wiring:

                PCB pinout (Left to Right) Out GND Control +5V GND
                Creality CR Touch (most common order seen) Red Blue Yellow Black White

                So your wiring to the Duet is incorrect, because you have the Red (Out) and White (GND) going to GND, while the Blue (GND) goes to io7.in. Swap the Blue and Red wires.

                Ian

                Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                texastankerundefined 2 Replies Last reply Reply Quote 0
                • texastankerundefined
                  texastanker @droftarts
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • texastankerundefined
                    texastanker @droftarts
                    last edited by

                    @droftarts Looks like that worked! Thank you so much.

                    Having trouble now homing Z. Not sure if it is related. I can get it to home Z if I manually deploy the probe with a M401 before I send a G30. But when I try using my homez.g file I get an error because the probe did not deploy. Here is my homez.g file:

                    G91 ; relative position
                    G1 Z9 F6000 S2 ; raise z by 9
                    G90 ; absolute position
                    G1 X136 Y149 F6000 ; go to first probe point
                    G30 ; probe the bed using z probe to find Z0
                    G1 Z15 F5000 ; raise z to 15
                    
                    

                    What am I missing?

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

                      Is this still your probe definition in your config.g?

                      M558 P9 C"io7.in" H5 F100 T6000 A5 B1

                      Z-Bot CoreXY Build | Thingiverse Profile

                      texastankerundefined 1 Reply Last reply Reply Quote 0
                      • texastankerundefined
                        texastanker @Phaedrux
                        last edited by

                        @Phaedrux Yes it is.

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

                          Does the probe do a self test with the pin when the printer is powered on?

                          M401 and M402 work to deploy and retract the pin, but G30 by itself won't?

                          Can you please send M122 and M98 P"config.g" in the gcode console in DWC and copy and paste the results here?

                          Z-Bot CoreXY Build | Thingiverse Profile

                          texastankerundefined 1 Reply Last reply Reply Quote 0
                          • texastankerundefined
                            texastanker @Phaedrux
                            last edited by

                            @Phaedrux Self test works fine.
                            Both M401 and M402 work
                            G30 won't deploy the probe by itself.

                            Here are the results:

                            M122 and M98 P"config.g"
                            === Diagnostics ===
                            RepRapFirmware for Duet 3 MB6HC version 3.4.4+1 (2022-11-15 17:36:33) running on Duet 3 MB6HC v1.02 or later (SBC mode)
                            Board ID: 08DJM-9P63L-DJ3S0-7JKDJ-3SN6Q-TSMBA
                            Used output buffers: 1 of 40 (12 max)
                            === RTOS ===
                            Static ram: 152740
                            Dynamic ram: 66788 of which 0 recycled
                            Never used RAM 131144, free system stack 219 words
                            Tasks: SBC(resourceWait:,0.6%,475) HEAT(notifyWait,0.0%,328) Move(notifyWait,0.0%,351) CanReceiv(notifyWait,0.0%,944) CanSender(notifyWait,0.0%,336) CanClock(delaying,0.0%,333) TMC(notifyWait,6.8%,91) MAIN(running,92.1%,1229) IDLE(ready,0.5%,30), total 100.0%
                            Owned mutexes: HTTP(MAIN)
                            === Platform ===
                            Last reset 00:00:33 ago, cause: power up
                            Last software reset at 2023-08-21 01:01, reason: User, GCodes spinning, available RAM 131144, slot 1
                            Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00400000 BFAR 0x00000000 SP 0x00000000 Task SBC Freestk 0 n/a
                            Error status: 0x00
                            Step timer max interval 132
                            MCU temperature: min 30.9, current 39.8, max 39.9
                            Supply voltage: min 24.1, current 24.1, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
                            12V rail voltage: min 12.0, current 12.2, max 12.4, under voltage events: 0
                            Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
                            Events: 0 queued, 0 completed
                            Driver 0: standstill, SG min 0, mspos 8, reads 55705, writes 15 timeouts 0
                            Driver 1: standstill, SG min 0, mspos 8, reads 55705, writes 15 timeouts 0
                            Driver 2: standstill, SG min 0, mspos 8, reads 55707, writes 14 timeouts 0
                            Driver 3: standstill, SG min 0, mspos 8, reads 55707, writes 14 timeouts 0
                            Driver 4: standstill, SG min 0, mspos 8, reads 55707, writes 14 timeouts 0
                            Driver 5: standstill, SG min 0, mspos 8, reads 55710, writes 11 timeouts 0
                            Date/time: 2023-08-21 15:07:55
                            Slowest loop: 1.19ms; fastest: 0.04ms
                            === Storage ===
                            Free file entries: 10
                            SD card 0 not detected, interface speed: 37.5MBytes/sec
                            SD card longest read time 0.0ms, write time 0.0ms, max retries 0
                            === Move ===
                            DMs created 125, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000
                            === MainDDARing ===
                            Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
                            === AuxDDARing ===
                            Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
                            === Heat ===
                            Bed heaters 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
                            === GCodes ===
                            Segments left: 0
                            Movement lock held by null
                            HTTP* is doing "M122 A0 n0 d0" in state(s) 0
                            Telnet is idle in state(s) 0
                            File is idle in state(s) 0
                            USB is idle in state(s) 0
                            Aux is idle in state(s) 0
                            Trigger* is idle in state(s) 0
                            Queue is idle in state(s) 0
                            LCD is idle in state(s) 0
                            SBC is idle in state(s) 0
                            Daemon is idle in state(s) 0
                            Aux2 is idle in state(s) 0
                            Autopause is idle in state(s) 0
                            Code queue is empty
                            === CAN ===
                            Messages queued 294, received 0, lost 0, boc 0
                            Longest wait 0ms for reply type 0, peak Tx sync delay 0, free buffers 50 (min 50), ts 167/0/0
                            Tx timeouts 0,0,166,0,0,126 last cancelled message type 30 dest 127
                            === SBC interface ===
                            Transfer state: 5, failed transfers: 0, checksum errors: 0
                            RX/TX seq numbers: 47743/1294
                            SPI underruns 0, overruns 0
                            State: 5, disconnects: 0, timeouts: 0 total, 0 by SBC, IAP RAM available 0x2ad5c
                            Buffer RX/TX: 0/0-0, open files: 0
                            === Duet Control Server ===
                            Duet Control Server v3.4.4
                            Code buffer space: 4096
                            Configured SPI speed: 8000000Hz, TfrRdy pin glitches: 2
                            Full transfers per second: 0.94, max time between full transfers: 49607270.0ms, max pin wait times: 65.3ms/9.6ms
                            Codes per second: 0.17
                            Maximum length of RX/TX data transfers: 3120/1396
                            
                            Phaedruxundefined 1 Reply Last reply Reply Quote 0
                            • Phaedruxundefined
                              Phaedrux Moderator @texastanker
                              last edited by

                              @texastanker said in Creality CR Touch not triggering:

                              3.4.4+1 (2022-11-15 17:36:33) running on Duet 3 MB6HC v1.02 or later (SBC mode)

                              Can you update your firmware by running sudo apt update && sudo apt upgrade on the pi command line terminal?

                              Z-Bot CoreXY Build | Thingiverse Profile

                              texastankerundefined 2 Replies Last reply Reply Quote 0
                              • texastankerundefined
                                texastanker @Phaedrux
                                last edited by

                                @Phaedrux It's going to be a while. I thought I backed up all my config files. I guess I backed up the wrong ones. I had to reimage my PI because I couldn't SSH to it. Now I am starting all over.

                                1 Reply Last reply Reply Quote 0
                                • texastankerundefined
                                  texastanker @Phaedrux
                                  last edited by

                                  @Phaedrux Not sure if it had to do with all the settings being redone or the firmware update but it is working now. Thank you!

                                  1 Reply Last reply Reply Quote 1
                                  • Phaedruxundefined Phaedrux marked this topic as a question
                                  • Phaedruxundefined Phaedrux has marked this topic as solved
                                  • First post
                                    Last post
                                  Unless otherwise noted, all forum content is licensed under CC-BY-SA