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

    Printing

    Scheduled Pinned Locked Moved
    Example setups and prints
    3
    13
    700
    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.
    • Vetiundefined
      Veti
      last edited by

      post your config.

      any errors in the console?

      why are you using proterface? are you aware of https://duet3d.dozuki.com/Wiki/USB_ground_loops ?

      1 Reply Last reply Reply Quote 0
      • Dodgerundefined
        Dodger
        last edited by

        This is driving me mad!

        Attached my config file

        Why am I using pronterface
        a) Because I have always used it since my first printer (an Ormerod 2) bits of which were used to build My Grandfathers 3D Printer
        b)I cannot get the web controller. With USB only connected (no power) and the printer connected both blue lights are on the duet. but try as I may I cannot open the web page

        confConfiguration file for Duet 0.6 (firmware version 1.21)
        ; executed by the firmware on start-up
        ;
        ; generated by RepRapFirmware Configuration Tool v3.1.10 on Sun Dec 20 2020 16:32:00 GMT+0000 (Greenwich Mean Time)

        ; General preferences
        G90 ; send absolute coordinates...
        M83 ; ...but relative extruder moves
        M550 P"Mad Grandfathers 3d Printer" ; set printer name

        ; Network
        M540 PBE:EF:DE:AD:FE:ED ; set custom MAC address
        M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
        M586 P0 S1 ; enable HTTP
        M586 P1 S0 ; disable FTP
        M586 P2 S0 ; disable Telnet
        M552 S1
        G92 X100 Y100 Z100
        M569 P0 S1 ; physical drive 0 goes forwards
        M569 P1 S1 ; physical drive 1 goes forwards
        M569 P2 S1 ; physical drive 2 goes forwards
        M569 P3 S0 ; physical drive 3 goes forwards
        M584 X0 Y1 Z2 E3 ; set drive mapping
        M92 X87.49 Y87.49 Z4000.00 E420.00 ; set steps per mm
        M566 X900.00 Y900.00 Z12.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 Z250.00 E250.00 ; set accelerations (mm/s^2)
        M906 X800 Y1000 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 X200 Y200 Z200 S0 ; set axis maxima

        ; Endstops
        M574 Y1 X1 S1 ; set active high endstops
        M574 Z1 S2 ; set endstops controlled by probe

        ; Z-Probe
        M558 P1 H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
        G31 P500 X0 Y0 Z3 ; set Z probe trigger value, offset and trigger height
        M557 X15:195 Y15:195 S20 ; define mesh grid

        ; Heaters
        M305 P0 T10000 B3988 R4700
        M143 H0 S100
        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 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off

        T0 ; 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
        M575 P1 S1 B57600 ; enable support for PanelDue

        ig.g

        Phaedruxundefined 1 Reply Last reply Reply Quote 0
        • Vetiundefined
          Veti
          last edited by

          @Dodger said in Printing:

          confConfiguration file for Duet 0.6 (firmware version 1.21)

          what duet do you have?
          apparently you selected duet 1 in the config tool, yet you write you have a duet 2.

          what firmware version are you running?
          if you are starting new and you have a duet 2 you should update to firmware 3.11.
          see https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware
          do not forget to update the wifi firmware and the duet web control.

          easiest is to update using bossa if you have a very old version.

          then go through these steps.
          https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7

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

            @Dodger said in Printing:

            I cannot open the web page

            How are you trying to connect?
            What IP address does the Duet have?
            As this is a wifi, how have you added the SSID and password?

            Z-Bot CoreXY Build | Thingiverse Profile

            Dodgerundefined 1 Reply Last reply Reply Quote 0
            • Dodgerundefined
              Dodger @Veti
              last edited by

              @Veti the config may say it is for a duet o.6 but has been heavily modified. My firmware is 2.05

              1 Reply Last reply Reply Quote 0
              • Dodgerundefined
                Dodger @Phaedrux
                last edited by

                @Phaedrux Long, rather weary, story. I thought I had fried my ethernet duet 2 so bought a wifi one. After a while I got a config file that appeared to do what it should so put it back in the ethernet board. I connected through YAT and for the first time got an IP address, I have now connected direct to my router and the USB cable and the web console actually opens but there is an error message. "Failed to get file list"" directory 0:/macros not found

                Vetiundefined 1 Reply Last reply Reply Quote 0
                • Vetiundefined
                  Veti @Dodger
                  last edited by

                  @Dodger said in Printing:

                  directory 0:/macros

                  just create that folder on the sd card
                  see
                  https://duet3d.dozuki.com/Wiki/SD_Card

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

                    When you have a USB terminal up please send M122 and M98 P"config.g" and post the results.

                    What do you have on your SD card? It sounds like you're missing the directory structure. Are you perhaps also missing the web interface files as well?

                    https://duet3d.dozuki.com/Wiki/SD_Card#Section_Creating_the_file_structure

                    Z-Bot CoreXY Build | Thingiverse Profile

                    Dodgerundefined 1 Reply Last reply Reply Quote 0
                    • Dodgerundefined
                      Dodger @Phaedrux
                      last edited by

                      @Phaedrux Yes I am probably missing something . I have inputted 'Duet2CombinedFirmware.bin' and confirmed that I have 2.05.1 entered. I have also loaded 'iap4e.bin'but I think need a web control input.

                      I suspect that my sys file is in a bit of a mess so will start from the beginning

                      1 Reply Last reply Reply Quote 0
                      • Dodgerundefined
                        Dodger @Veti
                        last edited by

                        @Veti OK so I create a folder but where do the files for that folder come from,?

                        Vetiundefined 1 Reply Last reply Reply Quote 0
                        • Vetiundefined
                          Veti @Dodger
                          last edited by

                          @Dodger

                          thats where your macros go

                          Dodgerundefined 1 Reply Last reply Reply Quote 0
                          • Dodgerundefined
                            Dodger @Veti
                            last edited by

                            @Veti thanks that seems to have done it

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