Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. 3DPrintingWorld
    • Profile
    • Following 0
    • Followers 0
    • Topics 23
    • Posts 246
    • Best 20
    • Groups 0

    3DPrintingWorld

    @3DPrintingWorld

    20
    Reputation
    25
    Profile views
    246
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    3DPrintingWorld Unfollow Follow

    Best posts made by 3DPrintingWorld

    • RE: Error: bad Command XXX W/RRF 3.2 and leveling issue

      @gloomyandy That's good advice, I'll take it.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Cant find Endstop status on DWC

      Glad you can check status with the M119 but I'm confused as to why the visual status has been removed as it was a nice feature.

      posted in Duet Web Control wishlist
      3DPrintingWorld
      3DPrintingWorld
    • RE: Dual Y-axis endstop homing

      It works perfectly, and is very slick looking while in action!

      Here is my homey.g if anyone else is doing something similar. You can also find the entire configuration on my github, if it helps anyone out. Just give me some time to get it updated.

      Up next, giving ends topless homing another try. But first, some multi-material prints as now my nozzles will now stay perfectly aligned.

      Thanks for the help but I'll be back....

      ; homey.g

      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 X475 U-475 F1800 ;Rough home X and U axis
      G1 H1 X475 ; home X axis
      G1 H1 U-475 ; home U axis
      G1 X-15 U15 F6000 ; go back a few mm
      G1 H1 Y500 F1800 ; move quickly to Y axis endstop and stop there (first pass)
      G1 Y-5 F6000 ; go back a few mm
      M584 Y1 ; Y-axis right side
      M574 Y2 S1 P"ystop" ; Y-axis right side endstop Active
      G1 H1 Y15 F360 ; move slowly to Y axis endstop once more (second pass)
      M584 Y2 ; Y-axis Left side
      M574 Y2 S1 P"e1stop" ; Y-axis left side endstop Active
      G1 H1 Y15 F360 ; move slowly to Y axis endstop once more (second pass)
      M584 Y1:2 ; Combine Y-Axis
      M574 Y2 S1 P"ystop+e1stop" ; Y Double max active high endstop switch
      G1 Y-5 F6000 ; go back a few mm
      G1 H2 Z-5 F6000 ; lower Z again
      G90 ; absolute positioning

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • Cant find Endstop status on DWC

      I just updated to RRF 3.2 and now I can not find the endstop status screen on DWC. Previously the status was shown under the settings menu in the "Machines-specific" screen but it is not longer shown since I updated firmware. Did it get moved somewhere?

      posted in Duet Web Control wishlist
      3DPrintingWorld
      3DPrintingWorld
    • RE: Error: bad Command XXX W/RRF 3.2 and leveling issue

      @Phaedrux neverminded, I found fallback procedure 3.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Error: bad Command XXX W/RRF 3.2 and leveling issue

      @martin7404 That is great news Martin!

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Error: bad Command XXX W/RRF 3.2 and leveling issue

      @fcwilt At one point I tried that but I went back to having everything in the homeall because it really does save some time, epically considering that this printer has an additional U axis. It is really nice and clean though, maybe I'll revisit it once I get this mess figured out. 😉

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Error: bad Command XXX W/RRF 3.2 and leveling issue

      @Phaedrux I plan on moving to a new thread and only cover one topic, I just wanted to try a couple things before I do but I have not had the chance.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Independently leveled Z axis Issue

      @fcwilt Sorry, I should have said low current.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Duex5 Endstop Issue

      @dc42 said in Duex5 Endstop Issue:

      It's not bad practice

      Ok, good to know! I would consider this problem solved since I am not seeing any issues since updating to 3.2.2

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld

    Latest posts made by 3DPrintingWorld

    • RE: Changing Acceleration Midprint

      Thanks for the help! It turns out changing M201 worked perfectly fine from the start. I expected to see a larger amount of ringing between accelerations but I was printing fast enough as I forgot to turn up perimeter under speed.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Changing Acceleration Midprint

      @fred-y That's really smart, I just put a dumb script in my slicer at layer height.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Changing Acceleration Midprint

      @phaedrux Thanks, that will make it easy to verify.
      When searching the g-code the only M201 or 204 I find is the ones I inserted.
      "The extruder holding it back", like its accelerations are not fast enough to keep up with the travel moves? I can increase it and try.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Changing Acceleration Midprint

      @dc42 That's what I thought but does not seem to be working for me. I'm trying to increase the accel by 1000 every 25 layers starting at 2000.

      Config
      M201 X2000.00 Y2000.00 Z500.00 E600.00
      Inserted on line 25 of gcode
      M201 X3000.00 Y3000.00

      I also tried M204 like this.
      Config
      M201 X2000.00 Y2000.00 Z500.00 E600.00
      Inserted on line 25
      M201 X3000.00 Y3000.00
      M204 P3000.00 T3000.00

      It does not look like its increasing, plus layer times are not decreasing. Is there a way to check the current acceleration setting?

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • Changing Acceleration Midprint

      It is possible to change acceleration values for the X and Y axis during a print, either from the command prompt or by inserting it into the G-code? The goal is to change accelerations for a ringing test.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Wiring BL Touch on Toolboard v1.0

      @stephen6309 I've already done that once for the fans. I feel that making custom connectors/cable kind of defeats the purpose of using a tool board.

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Wiring BL Touch on Toolboard v1.0

      @stephen6309 Thanks for the info! 👍 I don't have a issue making the single crimps though, the issue I have is when two wires need to go to one crimp. Did you not use a BL touch with your setup?

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • Wiring BL Touch on Toolboard v1.0

      According to this, it says two wires are supposed to go to a single ground on the tool board for connecting a BL Touch. Is the user supposed to connect two wires to a JST ZH crimp on a v1 board? It seems way too small for this to be practical.

      I already had to make a custom splitter for two part cooling fans for Out1 because I am unable to find the PN anywhere for screw terminals with a 2mm pitch to replace the JST's with screw terminals....

      130f0944-4c7e-4e57-bde4-8cbe1b5cc78c-image.png

      posted in General Discussion
      3DPrintingWorld
      3DPrintingWorld
    • RE: Two part cooling fans on a Tool board

      @phaedrux I don't see where it specifies any information about the pitch, series or the part number for the screw terminals. Maybe I'm missing it somewhere?

      posted in Duet Hardware and wiring
      3DPrintingWorld
      3DPrintingWorld
    • RE: Two part cooling fans on a Tool board

      Anyone know a part number or know where I can purchase screw terminals for the tool board? They appear to be a smaller pitch then typical.

      posted in Duet Hardware and wiring
      3DPrintingWorld
      3DPrintingWorld