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

    Topics created by BenDiesel

    • BenDieselundefined

      heater fault

      Duet Hardware and wiring
      • • • BenDiesel
      4
      0
      Votes
      4
      Posts
      213
      Views

      deckingmanundefined

      @BenDiesel said in heater fault:

      interesting. i didnt think of that. how would i check it? it happen during bed probing cycle

      Short of "wiggling" the wires around while observing the temperature reading, I can't think of how else to check. But if it happens while probing, its another indication that something changes as the wires move around.

    • BenDieselundefined

      Mpcnc plasma table

      My Duet controlled machine
      • • • BenDiesel
      2
      0
      Votes
      2
      Posts
      904
      Views

      Jacotheronundefined

      Looking at it, I see it is relay controlled for the 3 outputs, which is good (having Active Low trigger pins, and use the Signal and Ground through each relay - signal should be pulled high).

      If you were to connect them to pins like endstops (that you are not using, or endstops on the expansion header), which can be remapped and cause triggers (see https://duet3d.dozuki.com/Wiki/Gcode#Section_M581_Configure_external_trigger), you can write custom macros that are run when each of the outputs on the controller is triggered (for example the UP can contain something like "G1 Z+0.5 F500" - the + indicating a relative movement)

      You will need to create some custom macros for this, and possible some wiring, but I can't see why it can't be done.

      If going through, just have a safe way to test it thoroughly before using it in production.

    • BenDieselundefined

      Pallet 2 or Prusa multi mk2

      Third-party add-ons
      • • • BenDiesel
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      Redemptionerundefined

      Duet supports printing via octoprint, so just grab the Canvas Hub and plug into Pallet 2 and USB on Duet and you are good to go.

    • BenDieselundefined

      Marlin and panel due

      PanelDue
      • • • BenDiesel
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      dc42undefined

      Yes, I have been in touch with them.

    • BenDieselundefined

      rail core 2 300zl clone

      My Duet controlled machine
      • • • BenDiesel
      20
      0
      Votes
      20
      Posts
      3.8k
      Views

      Moriquendiundefined

      How long are the wires from the piezo disk to the piezo PCB? I can't see where you have the board mounted.

      You also need to include a delay into the probe routine ( include R0.5 in your M558). This makes the printer wait for half a second between XY movements and Z probe movments to allow vibration to die down. Also, you should probably use the P8 mode rather than the P1, the output of the piezo PCB is digital, using P1 (analogue) only increases the chances of false triggers.

      Idris

    • BenDieselundefined

      Strange x shifting

      Tuning and tweaking
      • • • BenDiesel
      13
      0
      Votes
      13
      Posts
      1.5k
      Views

      T3P3Tonyundefined

      @bendiesel really glad you found the issue!

    • BenDieselundefined

      Rc speed controller

      Duet Hardware and wiring
      • • • BenDiesel
      6
      0
      Votes
      6
      Posts
      947
      Views

      DocTruckerundefined

      Last time I used much in the RC world it was racing model cars when it was still 27mhz and brushed DC motors! 😄

      Thinking on it that was about 22 years ago! Did have a car project with 4 mini bldc motors but it got shelved when a full sized car project came along. I'll remember your comments though as that would have caught me out!

    • BenDieselundefined

      Really squished first layer.

      Tuning and tweaking
      • • • BenDiesel
      3
      0
      Votes
      3
      Posts
      576
      Views

      dc42undefined

      Blue tape is a soft surface, so the trigger height for the Smart Effector will be lower (more negative) than for a hard surface such as glass. If you have the trigger height (Z parameter in the G31 command in config,g) set to the default of -0.1mm for the Smart Effector, try -0.2mm or even a little lower. Preferably, measure the trigger height as described at https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Calibrate_the_Z_probe_trigger_height.

    • BenDieselundefined

      multi wifi network

      Firmware installation
      • • • BenDiesel
      8
      0
      Votes
      8
      Posts
      981
      Views

      dc42undefined

      @bendiesel said in multi wifi network:

      Ok so if I send the m587 over yat followed by m500 that should save everything ? Or do I need to m500?

      No, just the M587 command

    • BenDieselundefined

      odd probing

      Smart effector for delta printers
      • • • BenDiesel
      5
      0
      Votes
      5
      Posts
      790
      Views

      BenDieselundefined

      im using 1.21 on all the things. not sure about the rssi. ill check when I take the machine back to school next Wednesday
      I do know we have 3 duet wifi and we all have the same problem some times it connects and disconnects after a few seconds and some times it will stay on for a hour before disconnects. one guy brought in a router for his machine and he seemed to be fine with it staying connected.

    • BenDieselundefined

      Duet wifi fan and heater not working

      Duet Hardware and wiring
      • • • BenDiesel
      11
      0
      Votes
      11
      Posts
      1.5k
      Views

      BenDieselundefined

      never mind we figured it out. i got the heaters and pump working now thank you all

    • BenDieselundefined

      Usb dongle

      Duet Web Control wishlist
      • • • BenDiesel
      4
      0
      Votes
      4
      Posts
      766
      Views

      dragonnundefined

      And I think duet doesn't have enough CPU power to do any kind of video streaming and printing at the same time.

    • BenDieselundefined

      tevo little monster duet wifi

      My Duet controlled machine
      • • • BenDiesel
      15
      0
      Votes
      15
      Posts
      3.1k
      Views

      BenDieselundefined

      Thank you for the help. Now to figure out why it won't heat up