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

    Duet 0.6 on RRG Pursa i3v2 setup/issues

    Scheduled Pinned Locked Moved
    General Discussion
    3
    6
    390
    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.
    • Colaundefined
      Cola
      last edited by

      Wow haven't been active on any forums about this kinda stuff since reprappro was a thing.

      Ok, I am attempting to wire up a Duet 0.6 from an old Omerod to a reprapguru Pursa I3 v2 Replacing the mega 2560/ramps that a friend of mine fried. I assumed the biggest issue would be wiring in the additional Z motor and end stops, as the config for the Omerod 1 is different and lacks the IR probe and auto bed comp. But I am honestly not sure why it isn't doing anything I tell it to do.

      Telling it to manualy home gives me an echo unable to finde home.g for the axis, but the files are on the SD. and sometimes only one of the Z motors activates when I can get them to at all. It has been updated to the most recent firmware. At least I think it has, I did interpret what I read that the 1.24 was the correct one for the old duets, and it hasn't bricked so thats good.

      Ive tipple checked the wiring, tested the motors separately.
      current other issues:
      -no reading on the hotend probe (IDE says open circuit, will replace with known good to check)
      -bed temp reads 2000c (think that might be an incorrect thermoresistor value in the config)

      I think a part of my control issues are with the macros, but I have been out of the game for years now and can't remember half of how to work it. I have dug through the old instructions and such.

      If anyone could point me int he right direction that would be great, or at least help me figure out what the right questions are I need to ask.

      Thanks for your time.

      A Former User? 1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User @Cola
        last edited by

        @cola said in Duet 0.6 on RRG Pursa i3v2 setup/issues:

        home.g

        No such file should exist. homeall.g homex.g homey.g and homez.g are the default files on the sd card. Maybe show us the file structure on the SD card and contents of the before mentioned files?

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

          It might be a good idea to rerun through the web configurator to get a new config set.

          https://configurator.reprapfirmware.org/Start

          And you can check over your resulting setup with this: https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter

          What version of DWC are you running? Did you update it as well along with the main firmware?

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • Colaundefined
            Cola
            last edited by Cola

            YES! thankyou for looking, Sorry about the vague cry for help I was not familiar with the mega2560/Ramps stuff and I had been T/S it for hours when I just ripped it out and slap-dashed the Duet into it.

            95% operator Error, 5% I wired Ymotor to one of the Z Motors and the 2nd Z motor as the Y....yah made me feel stupid I missed it 3 times when I went over my wiring.

            I found the confg tool on the site last night helped a lot. Have all Axis homing properly now. The thermoresister issue is also corrected I was using R4700 when I should have had it in R1000. And some other issues I corrected after getting caught up on the new Firmware. I had missed the part about not being able to do manual movement before a home.

            Current issues:
            Web interface

            1. Web Interface not updating any values unless I disconnect and reconnect.
              Pointerface updates and displays properly.

            2. Can not set hotend temp in Web or see temp when turned on from pointer.
              Again in pointerface I can turn it on and see temp.

            3. unable to select a tool to test the Extruder
              Can't seam to do it even after running the Mcodes to define/set still get Error: Attempting to extrude with no tool selected.

            So I think I'm like 99% there, will keep trying. Also nix'd me a Duet2 to get my Omerod up and running again, I expect that to go smoother then this has been. Now that I've been relearning things the hard way.

            Firmware Name: RepRapFirmware for Duet
            Firmware Version: 1.24 (2019-06-13b2)
            Web Interface Version: HTML: 1.11, JS: 1.11

            Also Attaching my Config File:
            ; Configuration file for Duet 0.6 (firmware version 1.21)
            ; executed by the firmware on start-up
            ;
            ; generated by RepRapFirmware Configuration Tool v2 on Sat Jul 20 2019 20:54:24 GMT-0700 (Pacific Daylight Time)

            ; Configuration file for Duet 0.6 (firmware version 1.21)
            ; executed by the firmware on start-up
            ;
            ; generated by RepRapFirmware Configuration Tool v2 on Sat Jul 20 2019 20:54:24 GMT-0700 (Pacific Daylight Time)

            ; General preferences
            G90 ; Send absolute coordinates...
            M83 ; ...but relative extruder moves

            ; Network
            M550 P"Pursa I3" ; Set machine name
            M552 P192.168.0.50 ; IP address (0 = use DHCP)
            M554 P192.168.0.1 ; Gateway
            M553 P255.255.255.0 ; Netmask
            M586 P0 S1 ; Enable HTTP
            M586 P1 S0 ; Disable FTP
            M586 P2 S0 ; Disable Telnet

            ; Drives
            M569 P0 S1 ; Physical drive 0 goes forwards
            M569 P1 S0 ; Physical drive 1 goes forwards
            M569 P2 S1 ; Physical drive 2 goes forwards
            M569 P3 S1 ; Physical drive 3 goes forwards
            M92 X80.00 Y80.00 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 Z20.00 E250.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

            ; Axis Limits
            M208 X0 Y0 Z0 S1 ; Set axis minima
            M208 X200 Y200 Z200 S0 ; Set axis maxima

            ; Endstops
            M574 X1 Y1 Z1 S1 ; Set active high endstops

            ; Z-Probe
            M558 P0 H5 F120 T6000 ; Disable Z probe but set dive height, probe speed and travel speed
            M557 X15:6 Y15:195 S20 ; Define mesh grid

            ; Heaters
            M305 P0 T100000 B3241 R1000 ; Set thermistor + ADC parameters for heater 0
            M143 H0 S120 ; Set temperature limit for heater 0 to 120C
            M305 P1 T100000 B4138 R1000 ; 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 T45 ; Set fan 0 value, PWM signal inversion and frequency. 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

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

              I think your DWC files need to be updated. That may explain the weirdness.

              https://github.com/dc42/RepRapFirmware/releases/download/2.03/DuetWebControl-1.22.6.zip

              Upload that zip file as is and it should update. If not, you can manually extract the zip file into the /www folder.

              You may need to add T0 to the end of your config.g so select the tool at boot up.

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • Colaundefined
                Cola
                last edited by

                Yep yep, Disregard all! Soon as you brought it up I looked into it and 5min ago updated it. As of now everything is working properly. All controls are functional. Thanks! Going to run a few tests and try a quick print.

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