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

    unusual/unnerving noises + error codes

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    6
    76
    4.2k
    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.
    • PR1ORundefined
      PR1OR
      last edited by

      however i played with it a little and S2 works but it only moves each axis by a couple of mm before stoping

      but it does say its homed which i think is getting somewhere

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

        ; Endstops
        M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
        M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop

        Try that instead

        It looks like you had stall detection for homing selected in the configurator so it didn't have any endstop switches defined.

        Z-Bot CoreXY Build | Thingiverse Profile

        PR1ORundefined 1 Reply Last reply Reply Quote 0
        • ziggymanpopoundefined
          ziggymanpopo
          last edited by

          From what i seen in the video im wondering are you sure the z stepper is wired correctly
          It sounds like one of the steppers is not paired properly y moves then x .... does it start the noise before it hits the x stop?? If so you wont know the z is correct untill it hits the x stop if the shaking starts then ...when you hit the xstop i would say the z stepper is causing the problem with the strpper fighting itself... i noticed that the x gantry didnt start down. It might be the video. Or just me 😁 ill watch it again

          PR1ORundefined 1 Reply Last reply Reply Quote 0
          • ziggymanpopoundefined
            ziggymanpopo
            last edited by

            What i do is start homming then manualy trip the limit to see if it in fact work.. just cause the led goes out doent mean the g code responded

            1 Reply Last reply Reply Quote 0
            • PR1ORundefined
              PR1OR @Phaedrux
              last edited by

              @Phaedrux said in unusual/unnerving noises + error codes:

              ; Endstops
              M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
              M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop

              Perfect thank you!! this has worked!! i can now home my X and Y axis

              is there anything for the Z probe though?

              i get this as a return when homing all

              Error: in file macro line 9: G30: Z probe 0 not found
              Error: Homing failed

              1 Reply Last reply Reply Quote 0
              • PR1ORundefined
                PR1OR @ziggymanpopo
                last edited by

                @ziggymanpopo

                So it was as Phaedrux had said above the code wasnt correct. Once id checked/sorted the wiring out it was only happening when both X and Y got to the end stop

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

                  If you're still having problems with the probe please post your config.g.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  PR1ORundefined 1 Reply Last reply Reply Quote 0
                  • PR1ORundefined
                    PR1OR @Phaedrux
                    last edited by

                    @Phaedrux
                    ; Configuration file for Duet WiFi (firmware version 1.21)
                    ; executed by the firmware on start-up
                    ;
                    ; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Sep 15 2020 08:55:40 GMT+0100 (British Summer Time)

                    ; General preferences
                    G90 ; send absolute coordinates...
                    M83 ; ...but relative extruder moves
                    M550 P"Duet 2 Wifi" ; 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 S1 ; 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 E93.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 X220 Y220 Z250 S0 ; set axis maxima

                    ; Endstops
                    ;M574 X1 Y1 S3 ; set endstops controlled by motor stall detection
                    ;M574 Z1 S2 ; set endstops controlled by probe

                    ; Endstops
                    M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
                    M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop

                    ; Z-Probe
                    M307 H64 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
                    M558 P9 H2.5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
                    G31 P25 X-31 Y0 Z0.6 ; set Z probe trigger value, offset and trigger height
                    M557 X20:215 Y20:215 S20 ; define mesh grid

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

                    ; 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 S1 I0 F500 H0:1 T45 ; set fan 2 value, PWM signal inversion and frequency. 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

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

                      ok we'll have to convert more of your config.g over to use RRF3 syntax.

                      If you send M98 P"config.g" what errors do you get?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      PR1ORundefined 1 Reply Last reply Reply Quote 0
                      • PR1ORundefined
                        PR1OR @Phaedrux
                        last edited by

                        @Phaedrux said in unusual/unnerving noises + error codes:

                        M98 P"config.g"

                        M98 P"config.g"
                        HTTP is enabled on port 80
                        FTP is disabled
                        TELNET is disabled
                        Error: in file macro line 44: M307: parameter 'H' too high
                        Error: Missing Z probe pin name(s)
                        Error: Invalid Z probe index
                        Error: M305 has been replaced by M308 and M950 in RepRapFirmware 3
                        Error: Heater 0 does not exist
                        Error: M305 has been replaced by M308 and M950 in RepRapFirmware 3
                        Error: Heater 1 does not exist
                        Error: Fan number 0 not found
                        Error: Fan number 1 not found
                        Error: Fan number 2 not found

                        1 Reply Last reply Reply Quote 0
                        • PR1ORundefined
                          PR1OR
                          last edited by

                          The fans aren’t connected so that will be why they can’t be found

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

                            I've made a config for you to try using the web configurator tool.

                            First make a backup of your /sys folder in DWC by putting check boxes next to all the files and then right clicking and selecting download as zip. Then save it to you computer. That will be a backup of your current config files.

                            config.zip.txt

                            Here download this and change the extension from .txt to .zip. And then upload the whole zip file as is (don't extract it) to the /sys folder in DWC.

                            Reboot and it should be a bit closer to working I think.

                            Z-Bot CoreXY Build | Thingiverse Profile

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

                              ; Configuration file for Duet WiFi (firmware version 3)
                              ; executed by the firmware on start-up
                              ;
                              ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 16 2020 13:12:28 GMT-0600 (Central Standard Time)
                              
                              ; General preferences
                              G90                                                ; send absolute coordinates...
                              M83                                                ; ...but relative extruder moves
                              M550 P"Duet2Wifi"                                  ; 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 E93.00                   ; set steps per mm
                              M566 X900.00 Y900.00 Z12.00 E1200.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 X600 Y600 Z600 E600 I30                       ; set motor currents (mA) and motor idle factor in per cent
                              M84 S30                                            ; Set idle timeout
                              
                              ; Axis Limits
                              M208 X-5.5 Y-10 Z0 S1                              ; set axis minima
                              M208 X220 Y220 Z250 S0                             ; set axis maxima
                              
                              ; Endstops
                              M574 X1 S1 P"xstop"                                ; configure active-high endstop for low end on X via pin xstop
                              M574 Y1 S1 P"ystop"                                ; configure active-high 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" H5 F120 T6000                ; set Z probe type to bltouch and the dive height + speeds
                              G31 P500 X-31 Y0 Z0.6                              ; set Z probe trigger value, offset and trigger height
                              M557 X9.5:215 Y5:195 S20                           ; define mesh grid
                              
                              ; Heaters
                              M308 S0 P"bedtemp" Y"thermistor" T98801 B4185      ; 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 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
                              M308 S1 P"e0temp" Y"thermistor" T98801 B4185       ; 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
                              
                              ; Fans
                              M950 F0 C"fan0" Q500                               ; create fan 0 on pin fan0 and set its frequency
                              M106 P0 C"Heatsink" S0 H-1                         ; set fan 0 name and value. Thermostatic control is turned off
                              M950 F1 C"fan1" Q500                               ; create fan 1 on pin fan1 and set its frequency
                              M106 P1 C"PartCooling" S1 H1 T45                   ; set fan 1 name and value. Thermostatic control is turned on
                              
                              ; Tools
                              M563 P0 S"PrintHead01" 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
                              M575 P1 S1 B57600                                  ; enable support for PanelDue
                              M501                                               ; load saved parameters from non-volatile memory
                              M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
                              T0                                                 ; select first tool
                              
                              

                              I took the values from your current config.g. It assumes that your BLTouch is connected to heater pin 3 on the expansion header.

                              Z-Bot CoreXY Build | Thingiverse Profile

                              PR1ORundefined 1 Reply Last reply Reply Quote 0
                              • PR1ORundefined
                                PR1OR @Phaedrux
                                last edited by

                                @Phaedrux

                                Error: in file macro line 9: G30: Z probe 0 not found
                                Error: Homing failed

                                So im still getting this error :s

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

                                  When do you get that error?

                                  You are using the config file set I posted?

                                  How is your BLtouch wired?

                                  If you send M558 in the console what does it reply with?

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  PR1ORundefined 1 Reply Last reply Reply Quote 0
                                  • PR1ORundefined
                                    PR1OR
                                    last edited by

                                    @PR1OR said in unusual/unnerving noises + error codes:

                                    M98 P"config.g"

                                    this is looking alot better though!!

                                    M98 P"config.g"
                                    HTTP is enabled on port 80
                                    FTP is disabled
                                    TELNET is disabled
                                    Warning: Macro file config-override.g not found

                                    1 Reply Last reply Reply Quote 0
                                    • PR1ORundefined
                                      PR1OR @Phaedrux
                                      last edited by

                                      @Phaedrux

                                      So when i click home all, it homes X and Y fine then the Z starts going down then stops and put that error up.

                                      Yeah this was using your Config file you just sent

                                      wired like in this diagram

                                      03b18488-8d14-4c16-8f4c-cb6109e302b8-image.png

                                      And this is what i get in return of M558

                                      m558
                                      Z Probe 0: type 9, input pin zprobe.in, output pin nil, dive height 5.0mm, probe speed 120mm/min, travel speed 6000mm/min, recovery time 0.00 sec, heaters normal, max taps 1, max diff 0.03

                                      Let me know if i can give you anymore info, im very confused now haha

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

                                        Can you go through this testing procedure for the probe and tell me how far you get?

                                        https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Static_test_of_the_Z_probe

                                        We're getting closer.

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        PR1ORundefined 1 Reply Last reply Reply Quote 0
                                        • PR1ORundefined
                                          PR1OR @Phaedrux
                                          last edited by

                                          @Phaedrux

                                          So i got to step 4

                                          'With the Z probe deployed (if applicable) but not close enough to the bed to trigger it, check that the Z probe reading in Duet Web Control is zero or close to zero.'

                                          887e8501-3b97-40b4-90ef-d821d9f04d28-image.png

                                          its not showing the right distance i dont think

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

                                            That's not the Z probe reading it's talking about.

                                            It should either show 0 or 1000. In the case of the BLtouch it should show 0 most of the time and when it triggers it would very briefly flash 1000.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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