Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. clearlynotstef
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 27
    • Posts 120
    • Best 9
    • Controversial 0
    • Groups 0

    Topics created by clearlynotstef

    • clearlynotstefundefined

      Pwm 5v pin duet wifi 2 gcode

      General Discussion
      • • • clearlynotstef
      15
      0
      Votes
      15
      Posts
      1.2k
      Views

      droftartsundefined

      @clearlynotstef said in Pwm 5v pin duet wifi 2 gcode:

      Alternatively, if I can't get a 5v pin with or without pwm, I'll see what happens if I just give it a 3.3v pwm signal. Presumably it'll just run between 0-60% or so? Is there a preferred pin to use for this with pwm? What's the gcode look like to create a pwm pin and assign it to be the part cooling fan?

      PWM means Pulse Width Modulation. It is not controlling the actual voltage output, just how long the pin is on for. 50% PWM means that the pin is on, at 3.3V, for half the time. By 'time', I mean the frequency set by the M950 Q parameter. So no, it won't be on at 60%. It's just whether 3.3V is a sufficient voltage to trigger the fan controller to turn on.

      Ian

    • clearlynotstefundefined

      CPAP blower fan?

      Duet Hardware and wiring
      • • • clearlynotstef
      16
      0
      Votes
      16
      Posts
      5.3k
      Views

      jackantubisundefined

      @ratrig0331

      ; Fans
      M950 F0 C"duex.pwm2" Q2000 ;CPAPFAN
      M950 F1 C"fan1" ; Fan 1, Dragon HF hotend fan on Tool 0
      M950 F2 C"duex.fan4" ; Fan 3, Dragon HF hotend fan on Tool 1
      M950 F3 C"duex.fan6" ; Fan 5, Dragon HF hotend fan on Tool 2
      M950 F4 C"fan2" Q20000 ; Fan 6, cooling duet board 20000Hz
      M950 F5 C"duex.e4heat";lights

      M106 P0 X0.7 C"Part Cooler" ; CPAP
      M106 P1 S1.0 T45 H1 ; Dragon HF Tool 0 Hotend Fan
      M106 P2 S1.0 T45 H2 ; Dragon HF Tool 1 Hotend Fan
      M106 P3 S1.0 T45 H3 ; Dragon HF Tool 2 Hotend Fan
      M106 P4 H5 L100 X150 B0.05 T32:40

    • clearlynotstefundefined

      Maximum Carriage Travel

      Config Tool
      • • • clearlynotstef
      1
      1
      Votes
      1
      Posts
      169
      Views

      No one has replied

    • clearlynotstefundefined

      12 and 24v duet?

      Duet Hardware and wiring
      • • • clearlynotstef
      10
      0
      Votes
      10
      Posts
      554
      Views

      zaptaundefined

      @clearlynotstef, if your MOSFET will get shorted, the heater will run on 24V at four time it's power, like 160W.

      What kind of heaters are you using? Do they have non standard dimensions?

    • clearlynotstefundefined

      Favorite 24v fans?

      General Discussion
      • • • clearlynotstef
      2
      0
      Votes
      2
      Posts
      162
      Views

      zaptaundefined

      @clearlynotstef, my preference is for quiet fans, so I don't think I can help. 😉

    • clearlynotstefundefined

      Reasons to upgrade from duet Wi-Fi 2?

      Duet Hardware and wiring
      • • • clearlynotstef
      6
      0
      Votes
      6
      Posts
      317
      Views

      Phaedruxundefined

      Ha. I guess I'm not being a very good salesman. How's this... BUY THREE, one for you, one for your friend, and one for the missus.

    • clearlynotstefundefined

      Configurator won't select Smart Effector

      Config Tool
      • • • clearlynotstef
      5
      0
      Votes
      5
      Posts
      219
      Views

      clearlynotstefundefined

      @t3p3tony I'll try over from scratch later, when I did the same thing and got to endstops it wouldn't select the smart effector. I also had problems on that page selecting "high" for the endstops at the top, when I refreshed twice then I was able to. We'll see how it goes from scratch.

    • clearlynotstefundefined

      Duet 2 H1 PID Not Keeping Up

      Tuning and tweaking
      • • • clearlynotstef
      10
      0
      Votes
      10
      Posts
      442
      Views

      Phaedruxundefined

      In that case, there is no problem with loading different M307 in a macro. config-override.g is just a macro itself.

    • clearlynotstefundefined

      Phaetus Hotend/ 713 Adapter? [Pic]

      Smart effector for delta printers
      • • • clearlynotstef
      8
      0
      Votes
      8
      Posts
      669
      Views

      Dougal1957undefined

      @clearlynotstef said in Phaetus Hotend/ 713 Adapter? [Pic]:

      @dougal1957 doesn't align with the hotend holes, only the outside holes would align

      I guessed that would be the issue however I am informed by a friend that if you speak to 713maker he will do custom work and for him to just counterbore 4 additional holes shouldn't be a big for him also have you tried using button head screws instead of cap screws that would reduce the hight of the heads considerably and may allow for the 12mm collar to actually seat in the effector and locate it all.

    • clearlynotstefundefined

      Bootlace Crimper

      General Discussion
      • • • clearlynotstef
      3
      2
      Votes
      3
      Posts
      202
      Views

      zaptaundefined

      They are also useful for crimping the ends of bike brake cables so they don't unravel. Of course you do it after passing them through the bowden tube. 😉

    • clearlynotstefundefined

      Loop commands?

      General Discussion
      • • • clearlynotstef
      7
      0
      Votes
      7
      Posts
      257
      Views

      A Former User?

      @clearlynotstef said in Loop commands?:

      Yeah 3.x just sounds like a whole lot of configuring to avoid some copy pasting. Thanks all!

      ..I guess "if it ain't broke it doesn't have enough features" comes to mind..

      if its a machine you tweak then 3.1.1 is a worth while upgrade imo, and far less hassle than it was before 3.1.1, the online configurator and community as a whole matured to the level its currently at.

      reverting to 2.x is pretty simple if you keep the old config as well (I've used bossac and ftp for going back and forth which is bulletproof when testing the earlier versions)

    • clearlynotstefundefined

      Multiple power supplies 12/24

      General Discussion
      • • • clearlynotstef
      14
      0
      Votes
      14
      Posts
      500
      Views

      Danalundefined

      What you show for the converter should work. Assuming the screw was adjusted so it outputs 12V

      Edit: Board wiring looks correct.

      Double check that converter is outputting 12V

    • clearlynotstefundefined

      Best way to have two sets of settings?

      General Discussion
      • • • clearlynotstef
      5
      0
      Votes
      5
      Posts
      223
      Views

      deckingmanundefined

      @clearlynotstef said in Best way to have two sets of settings?:
      ............... Wanted to confirm though that if I put the few lines that are different (m665 mostly, maybe dive height of probe) in a macro I can just run it and that's that? .....................

      Yes you can do that. Any commands that are in the macro will override any previous instances of the same commands.

    • clearlynotstefundefined

      Http Post from Macro

      Firmware wishlist
      • • • clearlynotstef
      18
      4
      Votes
      18
      Posts
      975
      Views

      CthulhuLabsundefined

      @jay_s_uk Doh! I'm sorry I missed the last word of your post.

    • clearlynotstefundefined

      Http Post in Macro?

      General Discussion
      • • • clearlynotstef
      22
      0
      Votes
      22
      Posts
      800
      Views

      A Former User?

      @clearlynotstef said in Http Post in Macro?:

      Any idea?

      page 1143 http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11100-32-bit Cortex-M4-Microcontroller-SAM4S_Datasheet.pdf

    • clearlynotstefundefined

      Magnetic monitor inconsistency

      Filament Monitor
      • • • clearlynotstef
      9
      0
      Votes
      9
      Posts
      303
      Views

      clearlynotstefundefined

      So I just did another print that turned out nicely (with 1-300% tolerance so I'm not pausing constantly) and ran a 591 after it finished

      M591 D0
      Duet3D magnetic filament monitor on input 3, enabled, sensitivity 25.78mm/rev, allow 1% to 300%, check every 5.0mm, version 3, mag 129 agc 114, measured sensitivity 25.92mm/rev, min 64% max 105% over 11571.1mm

      Are we thinking the magnet is too far?

    • clearlynotstefundefined

      Firmware Retraction

      Duet Web Control wishlist
      • • • clearlynotstef
      4
      2
      Votes
      4
      Posts
      231
      Views

      botundefined

      @boldnuts nice! That's a good idea.

    • clearlynotstefundefined

      Splitting Stepper Drivers

      General Discussion
      • • • clearlynotstef
      10
      0
      Votes
      10
      Posts
      351
      Views

      clearlynotstefundefined

      @Tony-Owens basically I it comes down to different takes on what would cause artifacts. I do not think my frame will cause issues. It's all 2040, not particularly big, metal corners, strapped tightly to the table with ratchet straps, and gains some additional stability from the 6mm Plexi attaching each tower to both neighbors the whole length of the tower. My thought is I'd best minimize artifacts by minimizing the moving mass on the effector/arms/belts. I'm currently using a flying effector attached via elastic to the carriages and happy with the results but want to see how fast I can get quality prints, and that bouncing on mass isn't going to help at higher speeds. This plan takes keeps the Bowden very short, but moves the mass of the extruder to a completely separate motion system. I'd share 2040 but otherwise it's weight is not shared to the hotend, different belts, arms, carriages and rods. I don't think sharing a frame is going to impact the effector personally, but am always open to other views!

    • clearlynotstefundefined

      Arc Moves + Absolute E

      General Discussion
      • • • clearlynotstef
      2
      0
      Votes
      2
      Posts
      195
      Views

      clearlynotstefundefined

      Weirdly, I can't reproduce this now. Earlier I had the typical relative code in my config, which I tried to overwrite by running the absolute E code as a macro and it seems that it doesn't take. Once I put it in config.g, it seems to work fine. At least I think that's what happened, anyway, all's well that ends well!