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

    Another Predator

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    11
    204
    14.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.
    • dc42undefined
      dc42 administrators
      last edited by

      It looks as though it is starting the print a little high. So try setting the trigger height (G31 Z parameter) a little less negative, for example -0.05 instead of -0.12.

      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

      Carloundefined 1 Reply Last reply Reply Quote 0
      • Carloundefined
        Carlo @Phaedrux
        last edited by

        @Phaedrux
        Hi,

        I've done the backdate to 2.0.5 as suggested and now I don't seem to have odd movement don't get me wrong it's still not printing and the endstops are way off still..but now I've noticed and this is new the smart effector light is flashing constantly while stationary ...not every second or 2 seconds but randomly all the time ,interference ?

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

          @Carlo said in Another Predator:

          @Phaedrux
          Hi,

          I've done the backdate to 2.0.5 as suggested and now I don't seem to have odd movement don't get me wrong it's still not printing and the endstops are way off still..but now I've noticed and this is new the smart effector light is flashing constantly while stationary ...not every second or 2 seconds but randomly all the time ,interference ?

          That suggests either a bad connection to the 8-way connector, or interference from the fan. Does it still flash with the fans turned off?

          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

          Carloundefined 1 Reply Last reply Reply Quote 0
          • Carloundefined
            Carlo @dc42
            last edited by

            @dc42
            I'll try that now
            Thanks for your help

            1 Reply Last reply Reply Quote 0
            • Carloundefined
              Carlo @dc42
              last edited by Carlo

              @dc42

              No just unplugged and it has stopped plugged back in and not flashing that must be a poor connection on the fan?
              I'll change it now to fair I have had this apart once or twice.

              Sorry I've changed my setting back to 2.0.5 could someone please have quick check of my configs as I've homed again and it's showing homed height way off but end stops fine,
              Also Heater 1 is missing so figure I've missed something though it works

              Homed.png

              ; 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.470:440.470:440.470 R232.088 H420.498 B185.0 X0.237 Y-0.015 Z0.000 ; Set delta radius, diagonal rod length, printable radius and homed height
              M666 X-0.09 Y0.10 Z-0.01 A0.00 B0.00 ; Put your endstop adjustments here, or let auto calibration find them

              ; Network
              M550 P"Street Predator" ; Set machine name
              M551 P"" ; Set password
              M552 P192.168.0.25 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 S0 ; Drive 3 goes backwards
              M584 X0 Y1 Z2 E3:4:1.0:1.1
              M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
              M92 X80.00 Y80.00 Z80.00 E867 ; Set steps per mm
              M566 X3000 Y3000 Z3000 E40 ; Set maximum instantaneous speed changes (mm/min)
              M203 X12000.00 Y12000.00 Z12000.00 E446 ; Set maximum speeds (mm/min)
              M201 X9000.00 Y9000.00 Z9000.00 E9000.00 ; Set accelerations (mm/s^2)
              M906 X1000.00 Y1000.00 Z1000.00 E1000.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
              M84 S30 ; Set idle timeout

              ; Retraction
              M207 S0.4 F1200 R0.1 T1200 Z0.2 ; Firmware retraction

              ; Axis Limits
              M208 Z0 S1 ; Set minimum Z

              ; Endstops
              M574 X1 Y1 Z1 U1 S1 ; active high endstop switches, XYZ U at max
              ; Z-Probe
              M558 P8 R0.4 F1200 H20 T2000 C"zprobe.in+zprobe.mod" ; Set Z probe type to switch and the dive height + speeds
              G31 P100 X0 Y0 Z-0.05 ; Set Z probe trigger value, offset and trigger height
              M557 R135 S16 ; Define mesh grid

              ;Heated bed
              M305 P0 T100000 B3950 ; bed heater uses a B3950 thermistor ; Disable bang-bang mode for the bed heater and set PWM limit
              M143 P0 S125 ; Set temperature limit for heater 0 to 120C
              ;Hotend
              M305 P1 S"T0" X200 R395 W2 ; configure sensor 1 as PT100 on daughter board
              M143 P1 S400 ; set temperature limit for heater 1 to 400C
              M307 P1 B0 S1.00

              ; Fans
              M950 F0 Cfan0 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 Cfan1 Q500 ; create fan 1 on pin fan1 and set its frequency
              M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

              ; Tools
              M563 P0 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 saving after power loss is not enabled

              ; Custom settings are not configured
              M591 P3 C3 S1 ; filament monitor connected to E0_stop
              M404 N1.75 D0.4 ; Set for print monitor

              ; Miscellaneous
              M501 ; Load saved parameters from non-volatile memory

              ; config-override.g file generated in response to M500 at 2020-03-15 13:17
              ; This is a system-generated file - do not edit
              ; Delta parameters
              M665 L440.470:440.470:440.470 R232.163 H421.126 B185.0 X0.095 Y0.043 Z0.000
              M666 X-2.720 Y-0.764 Z3.484 A0.00 B0.00
              ; Heater model parameters
              M307 H0 A113.4 C472.3 D0.6 S1.00 V23.8 B0
              M307 H1 A655.5 C296.8 D4.5 S1.00 V24.0 B0
              M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
              M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
              M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
              M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
              M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
              M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0
              G10 L2 P1 X0.00 Y0.00 Z0.00
              G10 L2 P2 X0.00 Y0.00 Z0.00
              G10 L2 P3 X0.00 Y0.00 Z0.00
              G10 L2 P4 X0.00 Y0.00 Z0.00
              G10 L2 P5 X0.00 Y0.00 Z0.00
              G10 L2 P6 X0.00 Y0.00 Z0.00
              G10 L2 P7 X0.00 Y0.00 Z0.00
              G10 L2 P8 X0.00 Y0.00 Z0.00
              G10 L2 P9 X0.00 Y0.00 Z0.00

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

                The config files between 2.x and 3.x are not compatible. If you want to switch back to 2.x you'll have to use a backup of your config file, or if you don't have one, you might have to recreate one using the web configurator tool.

                Z-Bot CoreXY Build | Thingiverse Profile

                Carloundefined 1 Reply Last reply Reply Quote 0
                • Carloundefined
                  Carlo @Phaedrux
                  last edited by Carlo

                  @Phaedrux
                  I have switched the settings back all seems to be working except I get a homed error as per the picture above
                  and the Heater 1 is missing so I can't activate or switch off via it.
                  Actually the homed error is only if I M500 and have a config overide file if I delete that it shows what I assume is correct home height.

                  Thanks for your help.

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

                    Your config still has a lot of commands specific to 3.0.

                    In the gcode console send M98 Pconfig.g and report back with any errors that come up.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    Carloundefined 1 Reply Last reply Reply Quote 0
                    • Carloundefined
                      Carlo @Phaedrux
                      last edited by

                      @Phaedrux
                      Hi,

                      It reported 2 fan command not supported which I corrected with M106 now only no config override but I deleted it.

                      Thanks for your help

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

                        What do you mean by heater1 is missing?

                        Z-Bot CoreXY Build | Thingiverse Profile

                        Carloundefined 1 Reply Last reply Reply Quote 0
                        • Carloundefined
                          Carlo @Phaedrux
                          last edited by Carlo

                          @Phaedrux
                          If you look at the above screen shot its missing Heater 1 from Tools .

                          Thanks

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

                            @Carlo said in Another Predator:

                            ;Hotend
                            M305 P1 S"T0" X200 R395 W2 ; configure sensor 1 as PT100 on daughter board

                            Your R value looks to be missing a 0.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            Carloundefined 1 Reply Last reply Reply Quote 0
                            • Carloundefined
                              Carlo @Phaedrux
                              last edited by

                              @Phaedrux
                              Hi,

                              it's a PT100 if I add a 0 it shows 2000c

                              Thanks

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

                                You can remove the R value entirely. The Duet knows what resistor value it's using.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                Carloundefined 1 Reply Last reply Reply Quote 0
                                • Carloundefined
                                  Carlo @Phaedrux
                                  last edited by

                                  @Phaedrux
                                  Thanks I've removed the R value.
                                  The temps have always been correct as they both show very similar values at room temp I just can't switch the hotend off via Tool0 only to standby and active.

                                  I think I'll redo the configs from scratch as you suggested.

                                  Thanks for your help.

                                  1 Reply Last reply Reply Quote 0
                                  • Carloundefined
                                    Carlo
                                    last edited by

                                    Hi,

                                    So regenerated the files via on-line tool this did fix the Heater 1 missing but not the homed height or endstops being way off also can't move any axis once homed without:
                                    M120 G91 G1 Z-50 F3000 G90 M121
                                    Error: G0/G1: target position not reachable from current position.
                                    Had this before new files were uploaded if I delete config override it shows correct height.

                                    Config override below
                                    ; config-override.g file generated in response to M500 at 2020-03-15 20:01
                                    ; This is a system-generated file - do not edit
                                    ; Delta parameters
                                    M665 L440.470:440.470:440.470 R231.558 H420.618 B185.0 X-0.122 Y-0.159 Z0.000
                                    M666 X0.100 Y-1.507 Z1.407 A0.00 B0.00
                                    ; Heater model parameters
                                    M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B0
                                    M307 H1 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                    M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                    M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                    M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                    M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                    M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                    M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                    G10 L2 P1 X0.00 Y0.00 Z0.00
                                    G10 L2 P2 X0.00 Y0.00 Z0.00
                                    G10 L2 P3 X0.00 Y0.00 Z0.00
                                    G10 L2 P4 X0.00 Y0.00 Z0.00
                                    G10 L2 P5 X0.00 Y0.00 Z0.00
                                    G10 L2 P6 X0.00 Y0.00 Z0.00
                                    G10 L2 P7 X0.00 Y0.00 Z0.00
                                    G10 L2 P8 X0.00 Y0.00 Z0.00
                                    G10 L2 P9 X0.00 Y0.00 Z0.00

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

                                      what's in your homedelta now?

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      Carloundefined 2 Replies Last reply Reply Quote 0
                                      • Carloundefined
                                        Carlo @Phaedrux
                                        last edited by

                                        @Phaedrux

                                        As below thanks for the help I am completely new to reprap and get I must be doing something wrong but I follow the Docs online.

                                        ; homedelta.g
                                        ; called to home all towers on a delta printer
                                        ;
                                        ; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Mar 15 2020 19:14:10 GMT+0000 (Greenwich Mean Time)
                                        G91 ; relative positioning
                                        ;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
                                        G1 H1 X450 Y450 Z450 F1800 ; move all towers to the high end stopping at the endstops (first pass)
                                        ;G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm
                                        ;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
                                        ;G1 H1 X10 Y10 Z10 F180 ; move all towers up once more (second pass)
                                        ;G1 Z-5 F6000 ; move down a few mm so that the nozzle can be centred
                                        G90 ; absolute positioning
                                        ;G1 X0 Y0 F6000 ; move X+Y to the centre

                                        1 Reply Last reply Reply Quote 0
                                        • Carloundefined
                                          Carlo @Phaedrux
                                          last edited by

                                          @Phaedrux
                                          Hi,

                                          Is there anything in the home file to suggest why my machine is homing at twice the actual height ?
                                          I did think it was because of the config override but it's not as it's deleted and still appears to do it without one
                                          As soon as I hit emergency stop it returns to the correct height if that help until I try to print or delta calibrate and return to home
                                          Also setting the probe height to 0.05 means it can't extrude as it's to close to the bed I'm experimenting with the heights some more ..though it leaves a nice keyed surface for when I eventually get it to print a layer(that's a joke by the way)! keeping it lite hearted and all that.

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

                                            Nothing that I can see or understand given my rudimentary experience with deltas. All I can suggest is to go through this very carefully. It holds the key to your success:

                                            https://duet3d.dozuki.com/Wiki/Calibrating_a_delta_printer

                                            Z-Bot CoreXY Build | Thingiverse Profile

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