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

    Topics created by Rattlemycage

    • Rattlemycageundefined

      Stepper motor

      General Discussion
      • • • Rattlemycage
      10
      0
      Votes
      10
      Posts
      297
      Views

      Phaedruxundefined

      Don't randomly swap wires around, you'll blow a driver.

      Test to identify the motor coil phases and wire them accordingly.

    • Rattlemycageundefined

      Will not home to X now

      General Discussion
      • • • Rattlemycage
      7
      0
      Votes
      7
      Posts
      207
      Views

      Rattlemycageundefined

      Found it guys, Thank you for all your assistance. The connector had come away from the endstop. All working great again now.

    • Rattlemycageundefined

      Printing stop momentarily

      General Discussion
      • • • Rattlemycage
      17
      0
      Votes
      17
      Posts
      570
      Views

      Phaedruxundefined

      @Rattlemycage said in Printing stop momentarily:

      How do i put these values in my config.g please?

      Well you must first edit the config.g file either on the web interface or on the SD card directly.

      https://duet3d.dozuki.com/Wiki/Duet_Web_Control_Manual

      The values you want to edit are the ones I pasted above. Bear in mind that the values you posted are from marlin and are in mm/s and RRF uses mm/min, so note the units being used.

      I would still recommend the values I posted.

      M566 X900 Y900 Z200 E3000:3000 ; set maximum instantaneous speed changes (mm/min) M203 X6000 Y6000 Z2000 E6000:6000 ; set maximum speeds (mm/min) M201 X2000 Y2000 Z250 E3000:3000 ; set accelerations (mm/s^2) M204 P500 T2000 ; print and travel move acceleration
    • Rattlemycageundefined

      Is there a macro to reset the wifi?

      General Discussion
      • • • Rattlemycage
      3
      0
      Votes
      3
      Posts
      144
      Views

      Rattlemycageundefined

      Thank you so much.