Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. dhusolo
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 46
    • Posts 259
    • Best 19
    • Controversial 1
    • Groups 0

    Topics created by dhusolo

    • dhusoloundefined

      Incorrect RPM on VFD then what's selected in DWC

      CNC
      • • • dhusolo
      6
      0
      Votes
      6
      Posts
      222
      Views

      Alijambo73undefined

      @Alijambo73 I switched the pwm converter to a 24V power supply and switched to using out2 then played with it until I got to the point that it can reach 24,000 rpm and when set to 12,000 rpm I'm getting 12,500. I ended up adjusting the hz to 400 to acheive this.

      M950 R0 C"out2" Q400 L0:24000 K0:1

      I would love to get it dialed in more if anyone has any suggestions.

    • dhusoloundefined

      HY VFD controlled by Duet 3 Mini

      CNC
      • • • dhusolo
      15
      0
      Votes
      15
      Posts
      693
      Views

      dc42undefined

      @dhusolo yes that should work.

    • dhusoloundefined

      Switch to limit move increments

      CNC
      • • • dhusolo
      2
      0
      Votes
      2
      Posts
      99
      Views

      jay_s_ukundefined

      @dhusolo you could try G38.2 moves instead which are protected and will stop when the probe is triggered.
      The millenniumOS plugin has it working I believe and that's aimed for CNC use. It's still a work in progress though

    • dhusoloundefined

      Errors with new CNC setup

      CNC
      • • • dhusolo
      3
      0
      Votes
      3
      Posts
      134
      Views

      dhusoloundefined

      @droftarts Genius. That fixed the problem. Thanks!

    • dhusoloundefined

      Unsolved Bluetooth with Duet Pi

      General Discussion
      • • • dhusolo
      5
      0
      Votes
      5
      Posts
      255
      Views

      chrishammundefined

      @dhusolo You may want to download it again, Bluetooth is enabled again by default in the latest image. In previous ones it was turned off.

    • dhusoloundefined

      Simpilfy 3D Send file to printer

      General Discussion
      • • • dhusolo
      10
      0
      Votes
      10
      Posts
      590
      Views

      chrishammundefined

      @GeneRisi HTTP: https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests DSF 3.5 supports those requests, too.

    • dhusoloundefined

      Solved Configuring RT1000

      Tuning and tweaking
      • • • dhusolo
      3
      0
      Votes
      3
      Posts
      188
      Views

      dhusoloundefined

      @jay_s_uk Go figure I completely forgot to change that. That worked thanks.

    • dhusoloundefined

      CPAP/Centrifugal Blower

      Using Duet Controllers
      • • • dhusolo
      16
      0
      Votes
      16
      Posts
      3.0k
      Views

      kazolarundefined

      I found the single 5V pwm output limiting, plus to get the most precise control, an analog 5v fed to the CPAP blower driver board is most accurate. Tried a few ways to do that and settled on this board https://www.amazon.com/dp/B079BH3SHX?psc=1&ref=ppx_yo2ov_dt_b_product_details -- it's powered by 24v, will take the pwm output of a regular fan output and create a clean 0-5v analog output. If you run it at 100-200hz you can get the low end to be around .5v, and that's as slow as the CPAP blower can go. I can go the full spectrum and have perfect output control. Not sure of another source for these boards, but I will use them for duet and for klipper configs since they're simple and the best part is the fan control is super accurate.

    • dhusoloundefined

      Fans Triggered From Stepper Driver Temperature

      General Discussion
      • • • dhusolo
      6
      0
      Votes
      6
      Posts
      339
      Views

      dhusoloundefined

      @droftarts It simply echoed

      M106 P3:4 H2 T20

      But you were correct. I was able to get them both to run with

      M106 P3 H2 T20 M106 P4 H2 T20
    • dhusoloundefined

      Object Model Sniffer

      Firmware developers
      • • • dhusolo
      9
      0
      Votes
      9
      Posts
      581
      Views

      dhusoloundefined

      @chrishamm I found an old USB to TTL adapter. I connect the USB to the Duet's RPI USB port.
      I've got the it connected by
      TTY RX to Pi TX
      TTY TX to Pi RX
      TTY GND to Pi GND

      I have the jumper on the tty in the 3.3v setting

      On the pi listening I ran terminal with

      cat /dev/ttyS0

      On the duet pi I ran

      stty -F /dev/ttyUSB0 115200 /opt/dsf/bin/ModelObserver -q -f "heat/**|tools/**" > /dev/ttyUSB0

      This is the output
      1b9f91b8-d7ee-4900-b6b5-912538fab252-image.png

    • dhusoloundefined

      Using minicom to send commands to DWC

      Duet Web Control
      • • • dhusolo
      1
      0
      Votes
      1
      Posts
      129
      Views

      No one has replied

    • dhusoloundefined

      RRF3.3 object model

      Firmware installation
      • • • dhusolo
      2
      0
      Votes
      2
      Posts
      178
      Views

      dc42undefined

      @dhusolo the object model changed between 3.3 and 3.4 are documented at https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.x#reprapfirmware-340.

    • dhusoloundefined

      Euclid probe and Z=0 datum

      Tuning and tweaking
      • • • dhusolo
      23
      0
      Votes
      23
      Posts
      1.3k
      Views

      dhusoloundefined

      @fcwilt Agreed. I planned to incorporate it in my build and was disappointed when I couldn't use it. However after enough tweaking I think I'm in a better place. Upgrading to the PTFE coated leadscrews helped quite a bit. I also figured out the leadscrew offsets were slightly off. Once I changed the config results started to improve. Even more so after using 4 points to calculate the leadscrew offset. This was my last G32 without the spring steel sheet on.

      8bae2ed7-b959-4195-ac48-706a0157e10c-image.png

    • dhusoloundefined

      PSON Macro not working as intended.

      General Discussion
      • • • dhusolo
      4
      0
      Votes
      4
      Posts
      256
      Views

      infiniteloopundefined

      @dhusolo said in PSON Macro not working as intended.:

      Anyone have any ideas what's going on?

      Your trigger macro works more or less "by accident", depending on the timing of config.g as @dc42 points out, and depending on the bouncing behaviour of your button. In addition (and as @dc42 says), you forgive the chance to check power before you turn it on, regardless of state, which, in turn, ultimately runs the config.g.

      I think you should rework your macro:

      wait 50-100 ms for the button to debounce, then, check its state again: if it is open, quit the macro with M99. if ATX power is off, put it on, then, run your config.g else, wait another second or two (whatever you consider a long press), then check its state: if it is still pressed, turn ATX power off.

      Depending on your timings (aka "button press habits"), you can add a loop to wait for the button to be released; this would then be called after steps 2. or 3., regardless of which branch you took.

    • dhusoloundefined

      Input Shaping Plugin fails

      Duet Web Control
      • • • dhusolo
      7
      0
      Votes
      7
      Posts
      346
      Views

      dhusoloundefined

      @dc42 Yes
      29b0c3c1-5bf1-4009-9726-d603ec4da891-image.png

    • dhusoloundefined

      Help Interpreting Accelerometer Data

      Tuning and tweaking
      • • • dhusolo
      5
      0
      Votes
      5
      Posts
      337
      Views

      dhusoloundefined

      @dc42 I reran it like you suggested. These are the results

      G1 X5 G4 S2 G1 X105 F20000 M400 M956 P20.0 S1000 A0

      70e576cc-43b1-487c-aeca-9380c3a239b7-image.png

      G1 Y5 G4 S2 G1 Y105 F20000 M400 M956 P20.0 S1000 A0

      6970f7e9-520c-47b7-9241-66f17fd42094-image.png

    • dhusoloundefined

      Panel Due Bad Command Error From CNC Pendant

      Accessories and Add-ons
      • • • dhusolo
      6
      0
      Votes
      6
      Posts
      360
      Views

      dc42undefined

      @dhusolo PanelDue uses 3.3V signal levels, Arduino Nano uses 5V. If you use a level shifter then you probably don't need to change the resistor.

    • dhusoloundefined

      Neopixels Driven off RPI

      Third-party software
      • • • dhusolo
      7
      0
      Votes
      7
      Posts
      343
      Views

      o_lampeundefined

      @dc42 said in Neopixels Driven off RPI:

      I guess it should be possible to use the shared SPI channel and an external gate to drive NeoPixels on Duet 2.

      That sounds promissing!
      The ext. gate for level shifting?
      Do I have to put the request in the firmware wishlist section?

    • dhusoloundefined

      Duet 2 WiFi Pinout Table Clarification

      Third-party software
      • • • dhusolo
      1
      0
      Votes
      1
      Posts
      261
      Views

      No one has replied

    • dhusoloundefined

      Arduino PanelDue Sniffer

      General Discussion
      • • • dhusolo
      4
      0
      Votes
      4
      Posts
      433
      Views

      dhusoloundefined

      @o_lampe I'm a moderator with the BLV printing community. So anything I do I have to make sure it stays close to the standard BOM. The BOM calls for a Duet 2 WiFi. Eventually we'll move it to ESP8266 but at the moment it's easier to maintain it on an Arduino.