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

    Topics created by madedi123

    • madedi123undefined

      Pendant/dwc to hundredth

      CNC
      • • • madedi123
      8
      0
      Votes
      8
      Posts
      527
      Views

      crapundefined

      Alright, some results. This works:

      output.print(((float) distance)/100); output.write('\n');

      It was just the \n that was missing. I like this solution since it's very easy to read and modify the scale factor. And by using float you can have none-10 factors if you want. It does add about 1400 bytes to the program size, but that still only brings it up to 29% of total so it doesn't really matter.

      Not sure though how many decimals are actually printed, since I don't have access to a ttl level serial monitor. I read something about two decimals being default in Arduino. For CNC use it is entirely possible some users would want 3 decimals.

      About the machine lag, I did some more testing. if I change just one of the axis to use g0 while the other axis uses g1 I can't provoke it to start lagging. Which doesn't make sense, if I jog an axis that uses the g1 command it should still behave the same. Maybe it's just so sporadic that I can't figure it out, sometimes I can't make it lag and sometimes it's barely usable. Are G0 and G1 moves planned differently in any way? Maybe this theory is completely out of the question.

      Either way it seems this is the end of my contribution, because after re-uploading the code so many times I eventually broke the micro-USB port off my arduino, traces and all. So no more updates on my pendant. 😞

    • madedi123undefined

      PENDANT ONLY SEND THE M112

      Duet Hardware and wiring
      • • • madedi123
      4
      0
      Votes
      4
      Posts
      264
      Views

      madedi123undefined

      do you know if i have to configure something in davids ino file from github ?

    • madedi123undefined

      stepper artefacts

      My Duet controlled machine
      • • • madedi123
      7
      0
      Votes
      7
      Posts
      355
      Views

      dc42undefined

      You need to run M122 after you have done some moves and had the problem.

    • madedi123undefined

      Multiple heatbeds on RRF 3

      Firmware installation
      • • • madedi123
      5
      0
      Votes
      5
      Posts
      268
      Views

      madedi123undefined

      and the M141 on H3 is that i can see th temperature because on M140 H0:3 only H0 work

    • madedi123undefined

      Unsolved SuperVulcano Heatsink break up on 3mm filament

      Tuning and tweaking
      • • • madedi123
      4
      0
      Votes
      4
      Posts
      463
      Views

      madedi123undefined

      Hi
      I ve test the super vulcano modification on m8 and it work now fine! Maybe david take a lokk about! You have t9 bore up the heat block on a m8 diameter and screw the nozzle (short nozzle from the v6) in the m8 screw! So its stable and work fine!

    • madedi123undefined

      Load cell for z probe and hot end pressure messuring

      Duet Hardware and wiring
      • • • madedi123
      15
      0
      Votes
      15
      Posts
      1.9k
      Views

      madedi123undefined

      Thank you for your support

    • madedi123undefined

      more endstops

      Duet Hardware and wiring
      • • • madedi123
      3
      0
      Votes
      3
      Posts
      373
      Views

      dc42undefined

      See my response to your other post https://forum.duet3d.com/topic/8497/combined-used-duex-5-and-heater-extansion.

    • madedi123undefined

      COMBINED USED DUEX 5 AND HEATER EXTANSION

      Duet Hardware and wiring
      • • • madedi123
      18
      0
      Votes
      18
      Posts
      1.4k
      Views

      madedi123undefined

      thank you david for your perfect support i am a fan!!

    • madedi123undefined

      Duet Ethernet with header expansion

      General Discussion
      • • • madedi123
      13
      0
      Votes
      13
      Posts
      995
      Views

      dc42undefined

      @madedi123 said in Duet Ethernet with header expansion:

      is it possible to use the stepper break out and th duex 5 at the same time with a y conector idc?

      No, because the CS/EN lines will be treated as CS lines if a DueX5 is present. However:

      You can use a DueX2 + external stepper driver interface board, if you connect only 3 stepper motors to the external stepper interface board (the last 3 so that they don't clash with the two drivers on the DueX2); We're looking at releasing a DueX0 board, which will be like a DueX5 but with external stepper drivers on board instead of TMC2660 drivers.