Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. jtrobbins1
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 32
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by jtrobbins1

    • jtrobbins1undefined

      Flipped Features during print

      General Discussion
      • • • jtrobbins1
      17
      0
      Votes
      17
      Posts
      1.8k
      Views

      SupraGuyundefined

      Okay, there are a few possibilities.

      First off, ensure that you are getting correct movement of the mechanics. Normally, if you use X+, as you are facing the machine, the print head should move to your right. If you use Y+ the print head should move away from you (Or the bed should move towards you.)

      What you are describing seems to be opposite motion for the X axis, which will indeed flip your model.

      Assuming that drive 0 is X, drive 1 is Y, drive 2 is Z, and that Y and Z are moving as expected...

      Change that line to:

      M569 P0 S1 ; Drive 0 goes forwards

      Then you need to change your homex.g and homeall.g files:

      The following are mine, based on a printer that has the home switches at X=245mm, and Y axis=280mm

      Note that this opposite for your Y axis, so you would change the homeall.g from this to send the head in the negative Y direction. You'll also want to change the size of the move to endstop according to the motion limits of your printer.

      homex.g

      ; homex.g ; called to home the X axis ; G91 ; relative positioning G1 Z5 F6000 S2 ; lift Z relative to current position G1 S1 X235 F1800 ; move quickly to X axis endstop and stop there (first pass) G1 X-5 F6000 ; go back a few mm G1 S1 X10 F360 ; move slowly to X axis endstop once more (second pass) G1 Z-5 F6000 S2 ; lower Z again G90 ; absolute positioning

      homeall.g:

      ; homeall.g ; called to home all axes ; G91 ; relative positioning G1 Z5 F6000 S2 ; lift Z relative to current position G1 S1 X245 Y280 F3000 ; move quickly to X and Y axis endstops and stop there (first pass) G1 X-5 Y-5 F6000 ; go back a few mm G1 S1 X10 Y10 F300 ; move slowly to X and Y axis endstops once more (second pass) G90 ; absolute positioning G1 X110 Y137.5 F3000 ; center print head G30 ; Use Z probe to home Z G1 X220 Y275 F3000 ; Go to axis maximums

      edit: Mucked up the homeall.g. Oops, and @dc42 ninja'd it in,

    • jtrobbins1undefined

      I keep getting "The last HTTP request has timed out"

      Firmware installation
      • • • jtrobbins1
      20
      0
      Votes
      20
      Posts
      1.6k
      Views

      jtrobbins1undefined

      @t3p3tony its in the comments, within the linked forum post. Just click the link in my post and scroll down the page, you will see it.

    • jtrobbins1undefined

      Replacement Board : Bad Driver

      Duet Hardware and wiring
      • • • jtrobbins1
      2
      0
      Votes
      2
      Posts
      430
      Views

      T3P3Tonyundefined

      Hi, can you email info@duet3d.com with more details.

    • jtrobbins1undefined

      New Duet WiFi user : Need help with initial firmware setup…

      Firmware installation
      • • • jtrobbins1
      11
      0
      Votes
      11
      Posts
      2.9k
      Views

      dc42undefined

      The DuetWiFiFirmware.bin file gets deleted from /sys after is has been successfully installed.

    • jtrobbins1undefined

      PSU not turning on when connected to Duet WiFi

      Duet Hardware and wiring
      • • • jtrobbins1
      8
      0
      Votes
      8
      Posts
      1.2k
      Views

      dc42undefined

      You are looking at old documentation that pre-dates the Duet WiFi. See https://duet3d.com/wiki/Duet_Wiki for the current documentation. As you have already pressed the Erase button, you will need to use either SAM-BA 1.16 or bossac 1.18 to upload the firmware. You were probably using an o!d version of bossac.

      The baud rate setting doesn't matter.