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

    Topics created by Phrayzur

    • Phrayzurundefined

      Solved Stepper motors grinding, banging and layers shifting

      Tuning and tweaking
      • • • Phrayzur
      6
      0
      Votes
      6
      Posts
      259
      Views

      droftartsundefined

      @Phrayzur try the settings I suggested before buying motors. And keep the speed down.

      Ian

    • Phrayzurundefined

      Solved Need some guidance on pausing a macro until I provide input

      Gcode meta commands
      • • • Phrayzur
      3
      0
      Votes
      3
      Posts
      150
      Views

      Phrayzurundefined

      @OwenD said in Need some guidance on pausing a macro until I provide input:

      M291 R"Wait" P"Check bed height. Press OK to continue" K{"OK","Abort"} S4if (input == 1) echo " cancelled" M99

      Thanks so much! I'm using firmware version 3.46 (I'm not aware if 3.5 is stable enough), so I had to change it a little bit. I couldn't go higher than S3 and it wouldn't accept the "input" value. I ended up using the following:

      G1 H2 X30 Y30 F6000

      M291 R"Wait" P"This is a pause. Press OK to continue" K{"OK","Abort"} S3

      G1 H2 X50 Y50 F6000

      This works great so far! Thank you again!

    • Phrayzurundefined

      Solved Relative movement without using G90 and G91

      Gcode meta commands
      • • • Phrayzur
      3
      0
      Votes
      3
      Posts
      174
      Views

      Phrayzurundefined

      @dc42 You are absolutely correct! I don't know why I thought otherwise. Thanks!

    • Phrayzurundefined

      X, Y, Z Endstops intermittent connection

      Duet Hardware and wiring
      • • • Phrayzur
      14
      0
      Votes
      14
      Posts
      376
      Views

      Phrayzurundefined

      @infiniteloop Thanks! Let me play around with this for a bit and see if the problems fixed. So far the X axis isn't rapidly switching...

    • Phrayzurundefined

      CR-10s Heated Bed Error: Temp rising too slowly

      Tuning and tweaking
      • • • Phrayzur
      5
      0
      Votes
      5
      Posts
      388
      Views

      Phrayzurundefined

      @phaedrux I really appreciate your help with this... Thank you!

      I haven't received the heating too slowly error since I tried tuning again. I added a basic PID value before I ran it. I think that made the difference.

      When I say it's heating really slowly, apart from the error, I mean complared to the same printer with the original main board. It's the stock heater bed.

      I'm running a tuning cycle right now. I'm including the screen cap of the process during Phase 3 Phase 3.png at 19 mins in.