Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. john.sinclair203
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by john.sinclair203

    • john.sinclair203undefined

      Duet Maestro missing steps in Y axis

      General Discussion
      • • • john.sinclair203
      6
      0
      Votes
      6
      Posts
      327
      Views

      droftartsundefined

      @john-sinclair203 You don't have an M584 command in you config.g, though as you're using the standard mapping (X0 Y1 Z2 E3), you don't really need it. However, this does mean you've got a spare driver on the board. So you could add this to your config.g, and swap Y motor to the E1 driver:

      ; Drives M569 P0 S0 ; Drive 0 goes backwards M569 P1 S0 ; Drive 1 goes backwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S0 ; Drive 4 goes forwards, replacement Y M584 X0 Y4 Z2 E3

      This would test if it's a driver issue. If that doesn't help, I'd look at mechanical issues; motor, belt pulley, belt, belt clamp, bed fixings (maybe something loose is causing the bed to move up and down more, such that the nozzle hits printed parts).

      You could update the firmware, but if there's nothing broken... You should be okay to update to 2.05.1 (https://github.com/dc42/RepRapFirmware/releases/tag/2.05.1), but check through the update readme first for changes in 2.04, 2.05 and 2.05.1 that might affect you: https://github.com/dc42/RepRapFirmware/blob/dev/WHATS_NEW.md

      Ian

    • john.sinclair203undefined

      Kossel Mini Enclosure

      3D Printing General Chat
      • • • john.sinclair203
      8
      0
      Votes
      8
      Posts
      1.6k
      Views

      ccdanieldbundefined

      @john-sinclair203, I think your enclosure looks pretty good. Any chance you can share the files? Also did you need to bend or weld the acrylic to keep it more air tight for ABS.

    • john.sinclair203undefined

      Issues trying to print large GCode Files - Duet 0.8.5

      General Discussion
      • • • john.sinclair203
      5
      0
      Votes
      5
      Posts
      886
      Views

      john.sinclair203undefined

      Did a little more playing around with SD cards, by swapping to a sandisk extreme 32GB card (from the 4gb class 4 one T3DP3D sent) and 64Kb clusters I can now load files upto ~100Mb fine, and files 300Mb+ look to be printable albeit without stats.

      I'll look out for any changes in RC 1.21, Many thanks for you help!