Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Nordle
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 20
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by Nordle

    • Nordleundefined

      What does the accelerometer plugin do?

      Duet Web Control
      • • • Nordle
      2
      0
      Votes
      2
      Posts
      141
      Views

      jay_s_ukundefined

      @Nordle the accelerometer plugin was the plugin that came before the input shaping plugin. In the 3.5 betas, the accelerometer plugin has been removed and the input shaper plugin is now built in

    • Nordleundefined

      Solved True bed leveling but in reverse?

      Firmware installation
      • • • Nordle
      10
      0
      Votes
      10
      Posts
      456
      Views

      Nordleundefined

      Works like it should, thanks for the clarifications

    • Nordleundefined

      Expansion Header Ex_STOP pins

      Duet Hardware and wiring
      • • • Nordle
      9
      0
      Votes
      9
      Posts
      345
      Views

      alankilianundefined

      @Nordle Yes, you can solder the pullup resistors to the pins on the back of connectors.

      The electrons don't know where you added the pullups, just that they are there.

    • Nordleundefined

      Duet2 WiFi Endstop Voltage

      Duet Hardware and wiring
      • • • Nordle
      3
      0
      Votes
      3
      Posts
      132
      Views

      Nordleundefined

      @dc42 It is, thank you

    • Nordleundefined

      Single Axis multiple stepper with different steps/mm possible?

      Firmware installation
      • • • Nordle
      12
      0
      Votes
      12
      Posts
      398
      Views

      dc42undefined

      @Nordle said in Single Axis multiple stepper with different steps/mm possible?:

      @dc42 I didn't. something like this first I could find on aliexpress? Are they in holding position when no power is applied?

      Normally the brake is engaged when power is not applied. Applying power to the brake solenoid releases the brake. RRF 3.4 and later support motors with brakes, see the M569.7 command.

      Make sure that the brake solenoid voltage matches your VIN voltage. 24V is typical.

      If your machine suffers a sudden loss of power, the brake may not engage quickly enough to prevent a slight drop. Using M18 in the M911 power fail script may speed up application of the brake, especially in RRF 3.5.

    • Nordleundefined

      Triple Z G28/G32 homing error

      Firmware installation
      • • • Nordle
      6
      0
      Votes
      6
      Posts
      311
      Views

      Phaedruxundefined

      @Nordle said in Triple Z G28/G32 homing error:

      G1 H1 Z-205 F360 ; move Z down stopping at the endstopG90 ; absolute positioningG92 Z0 ; set Z position to axis minimum (you may want to adjust this)

      This part needs to be replaced by a G1 X Y move to position the probe, and then G30 to use the probe to home z.