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

RRF3.2 upgrade help

Scheduled Pinned Locked Moved
Using Duet Controllers
2
11
408
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.
  • undefined
    Phaedrux Moderator
    last edited by 28 Jan 2021, 21:07

    Post your homing files.

    Post the results of M122 and M98 P"config.g"

    Did you generate a fresh config set using the web tool?

    https://configtool.reprapfirmware.org/Start

    If you did, did you also take the entire package including the homing files etc?

    Z-Bot CoreXY Build | Thingiverse Profile

    1 Reply Last reply Reply Quote 0
    • undefined
      CTRDevelopments
      last edited by 29 Jan 2021, 06:58

      I didn't use the tool directly, as I could work out how to get 2 motors on the extruder and 3 on the z etc. But I made a basic setup and copied the changes.

      ; homex.g
      ; called to home the X axis

      G91 ; use relative positioning
      G1 H2 X0.5 Y-0.5 F10000 ; energise
      M400 ; make sure everything has stopped before we make changes
      G4 P100 ; wait 400ms

      ;M913 X25 Y25 ; drop motor currents to 50%
      M915 H200 X Y S10 R0 F0 ; set X and Y to sensitivity 10, do nothing when stall, unfiltered

      G1 H2 Z3 F5000 ; lift Z 3mm
      G1 H1 X1 F3000 ; move right 1mm, stopping at the endstop
      G4 P100 ; wait 100ms
      G1 H1 X-500 F3000 ; move left 400mm, stopping at the endstop
      G1 H1 X2 F2000 ; move away from end
      G1 H2 Z-3 F1200 ; lower Z
      G90 ; back to absolute positioning

      M400 ; make sure everything has stopped before we reset the motor currents
      G4 P100 ; wait 400ms
      ;M913 X100 Y100 ; motor currents back to 100%
      M574 X1 S0 ; Define active low and unused microswitches

      1 Reply Last reply Reply Quote 0
      • undefined
        CTRDevelopments
        last edited by 29 Jan 2021, 06:58

        ; homey.g
        ; called to home the Y axis

        G91 ; use relative positioning

        G1 H2 X0.5 Y-0.5 F10000 ; energise

        M400 ; make sure everything has stopped before we make changes

        M913 X75 Y75 ; drop motor currents to 75%
        M915 H200 X Y S7 R0 F0 ; set X and Y to sensitivity 7, do nothing when stall, unfiltered

        G1 H2 Z3 F5000 ; lift Z 3mm
        G1 H1 Y1 F2000 ; move away from end
        G1 H1 Y-500 F3000 ; move to the front 400mm, stopping at the endstop
        G1 H1 Y2 F2000 ; move away from end
        G1 H2 Z-3 F1200 ; lower Z
        G90 ; back to absolute positioning

        M400 ; make sure everything has stopped before we reset the motor currents
        G4 P100 ; wait 400ms
        M913 X100 Y100 ; motor currents back to 100%

        M574 X1 S0 ; Define active low and unused microswitches
        M915 H200 X Y S3 R3 F0 ; set X and Y to sensitivity 3, Rehome when stall, unfiltered

        1 Reply Last reply Reply Quote 0
        • undefined
          CTRDevelopments
          last edited by 29 Jan 2021, 06:58

          ; homez.g
          ; called to home the Z axis
          ;
          ; generated by RepRapFirmware Configuration Tool on Mon Jan 01 2018 19:47:24 GMT+0000 (GMT Standard Time)
          G90 ; relative positioning
          G1 Z5 F6000 ; lift Z relative to current position
          G90 ; absolute positioning
          G1 X40 Y40 F6000 ; go to first probe point
          G30 ; home Z by probing the bed

          ; Uncomment the following lines to lift Z after probing
          G91 ; relative positioning
          G1 Z5 F100 ; lift Z relative to current position
          G90 ; absolute positioning

          1 Reply Last reply Reply Quote 0
          • undefined
            CTRDevelopments
            last edited by 29 Jan 2021, 06:58

            M122
            === Diagnostics ===
            RepRapFirmware for Duet 2 WiFi/Ethernet version 3.2 running on Duet WiFi 1.0 or 1.01 + DueX5
            Board ID: 08DAM-999TL-MQ4S4-6JKDJ-3SD6K-1QGBZ
            Used output buffers: 3 of 24 (12 max)
            === RTOS ===
            Static ram: 23460
            Dynamic ram: 73716 of which 0 recycled
            Never used RAM 14904, free system stack 191 words
            Tasks: NETWORK(ready,175) HEAT(blocked,323) DUEX(blocked,35) MAIN(running,548) IDLE(ready,19)
            Owned mutexes:
            === Platform ===
            Last reset 00:01:27 ago, cause: software
            Last software reset at 2021-01-29 06:57, reason: User, GCodes spinning, available RAM 14904, slot 1
            Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
            Error status: 0x00
            Aux0 errors 0,0,0
            MCU temperature: min 17.7, current 18.2, max 19.0
            Supply voltage: min 24.3, current 24.4, max 24.6, under voltage events: 0, over voltage events: 0, power good: yes
            Driver 0: position 0, standstill, SG min/max not available
            Driver 1: position 0, standstill, SG min/max not available
            Driver 2: position 0, standstill, SG min/max not available
            Driver 3: position 0, standstill, SG min/max not available
            Driver 4: position 0, standstill, SG min/max not available
            Driver 5: position 0, standstill, SG min/max not available
            Driver 6: position 0, standstill, SG min/max not available
            Driver 7: position 0, standstill, SG min/max not available
            Driver 8: position 0, standstill, SG min/max not available
            Driver 9: position 0, standstill, SG min/max not available
            Driver 10: position 0
            Driver 11: position 0
            Date/time: 2021-01-29 06:58:33
            Cache data hit count 107583709
            Slowest loop: 11.37ms; fastest: 0.20ms
            I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
            === Storage ===
            Free file entries: 10
            SD card 0 detected, interface speed: 20.0MBytes/sec
            SD card longest read time 3.0ms, write time 0.0ms, max retries 0
            === Move ===
            DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
            === MainDDARing ===
            Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
            === AuxDDARing ===
            Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
            === Heat ===
            Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
            === GCodes ===
            Segments left: 0
            Movement lock held by null
            HTTP is idle 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
            Daemon is idle in state(s) 0
            Autopause is idle in state(s) 0
            Code queue is empty.
            === Network ===
            Slowest loop: 288.93ms; fastest: 0.00ms
            Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
            HTTP sessions: 1 of 8

            • WiFi -
              Network state is active
              WiFi module is connected to access point
              Failed messages: pending 0, notready 0, noresp 0
              WiFi firmware version 1.25
              WiFi MAC address 5c:cf:7f:2c:27:7e
              WiFi Vcc 3.37, reset reason Turned on by main processor
              WiFi flash size 4194304, free heap 24640
              WiFi IP address 192.168.86.66
              WiFi signal strength -55dBm, mode 802.11n, reconnections 0, sleep mode modem
              Clock register 00002002
              Socket states: 0 0 0 0 0 0 0 0
              === DueX ===
              Read count 1, 0.68 reads/min
            1 Reply Last reply Reply Quote 0
            • undefined
              CTRDevelopments
              last edited by 29 Jan 2021, 06:59

              1/29/2021, 6:59:04 AM M98 P"config.g"
              HTTP is enabled on port 80
              FTP is disabled
              TELNET is disabled
              Error: Unknown sensor type name "max31865"
              Warning: Sensor number 1 has not been defined
              Error: Sensor number out of range
              Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 530C
              Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 530C
              Error: Heater 2 not found
              Error: Heater 3 not found
              Error: Heater 4 not found
              Error: Heater 5 not found
              Error: Heater 6 not found
              Error: Heater 7 not found

              1 Reply Last reply Reply Quote 0
              • undefined
                CTRDevelopments
                last edited by 29 Jan 2021, 06:59

                Sorry for the spam! It just looked clearer to me

                Many thanks

                1 Reply Last reply Reply Quote 0
                • undefined
                  CTRDevelopments
                  last edited by 29 Jan 2021, 13:46

                  OK, I have fixed the temperatures not showing. It seems a couple of typos on my behalf

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    CTRDevelopments
                    last edited by 29 Jan 2021, 15:00

                    aha, it seems the macros were causing the issue, all fixed

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      Phaedrux Moderator
                      last edited by 29 Jan 2021, 16:31

                      So you've got it all working now?

                      Z-Bot CoreXY Build | Thingiverse Profile

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