Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Agniusm
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 279
    • Best 23
    • Controversial 0
    • Groups 0

    Topics created by Agniusm

    • Agniusmundefined

      A flashing LED

      General Discussion
      • • • Agniusm
      2
      0
      Votes
      2
      Posts
      211
      Views

      Phaedruxundefined

      You should be able to come up with some sort of pattern using M106 and G4 commands. If you're using RRF3 you could even get fancy with some conditional gcode magic and loops.

    • Agniusmundefined

      Unsolved Duet Wifi BLTouch wiring

      Duet Hardware and wiring
      • • • Agniusm
      28
      0
      Votes
      28
      Posts
      4.2k
      Views

      Phaedruxundefined

      Photos of your setup? Maybe we can spot something.

    • Agniusmundefined

      Solved Z probe issue (SOLVED)

      General Discussion
      • • • Agniusm
      6
      0
      Votes
      6
      Posts
      365
      Views

      Agniusmundefined

      @fcwilt
      Well, i dont know or have enough electronics knowledge to elaborate. It looks like it works, probe lights up and when metallic piece gets close, led turns off. Then testing with multimeter between ground and signal, beeps continuity as with mechanical switch but when connected to duet, it does nothing, except endstop led on duet dims when metallic object is in close proximity. I tried 5V and 12V and its the same(only LED shines brighter) so it shouldn't be lack of voltage.
      P.S. I checked again with the multimeter, diode testing mode and with induction probe it reads 010 when its closed and 678 with metalic piece in close proximity while on mechanical switch it reads 001 closed an 1 open.
      Resistance when its closed is 13ohm and when open is over 20Mohm

    • Agniusmundefined

      Another damaged board

      General Discussion
      • • • Agniusm
      14
      0
      Votes
      14
      Posts
      656
      Views

      A Former User?

      @Agniusm said in Another damaged board:

      left

      d'oh, so I clearly can't tell left from right .. somehow thought the all green led one was the defective. my bad!

    • Agniusmundefined

      CAN extruder controller

      Hardware wishlist
      • • • Agniusm
      4
      0
      Votes
      4
      Posts
      354
      Views

      dc42undefined

      Actually 6 conductors go to the head: 2 power wires and 2 twisted pairs for CAN. But I'm hoping we will be able to eliminate the second twisted pair in most situations.

    • Agniusmundefined

      Induction probe compensation

      General Discussion
      • • • Agniusm
      3
      0
      Votes
      3
      Posts
      230
      Views

      dc42undefined

      @Agniusm said in Induction probe compensation:

      After long time i came to the conclusion that my induction probe drifts and its caused by heat from the bed. Is there a way to compensate probe drift?

      Yes. In RepRapFirmware 2 you can compensate for probe drift caused by changes in the reading of the bed temperature sensor. In RRF3 you can use any temperature sensor. See the C and S parameters of the G31 command.

    • Agniusmundefined

      First layer color printing with single extruder

      3D Printing General Chat
      • • • Agniusm
      18
      0
      Votes
      18
      Posts
      1.2k
      Views

      johnday29undefined

      Any chance you have the exact script your using or would be willing to walk me through the set up or even a prusasilcer config.ini file would be amazing.

    • Agniusmundefined

      Duet maestro and weirdness on start gcode

      Tuning and tweaking
      • • • Agniusm
      25
      0
      Votes
      25
      Posts
      1.6k
      Views

      Agniusmundefined

      @deckingman Thanks. Yes, i am familiar with what those command do and how they work.
      Adding G90 at the begining of the move and G91 after seems to have solved the problem, at least on couple prints i did so far.
      Thanks

    • Agniusmundefined

      Shorted Maestro

      Duet Hardware and wiring
      • • • Agniusm
      7
      0
      Votes
      7
      Posts
      600
      Views

      Agniusmundefined

      @dc42 thanks. Good advice. Will report back when done

    • Agniusmundefined

      Modded Ender 3 Conveyor concept

      My Duet controlled machine
      • • • Agniusm
      2
      1
      Votes
      2
      Posts
      1.1k
      Views

      dc42undefined

      @agniusm said in Modded Ender 3 Conveyor concept:

      is there a temperature tied to that drive? Like the extruder would not move until temp is high enough to extrude and if so could that be altered?

      To drive an extruder:

      You must select a tool that uses that extruder; If that tool has any associated heaters, you must heat them up to at least the minimum extrusion temperature OR enable cold extrusion.
    • Agniusmundefined

      Short to ground.

      Duet Hardware and wiring
      • • • Agniusm
      21
      0
      Votes
      21
      Posts
      2.2k
      Views

      dc42undefined

      @agniusm said in Short to ground.:

      So i have changed to another motor which is 0.9A and all is working good.
      I wast to add a blinking led and my led is connected to fan output. I tried infinite loop for macro:
      M106 P2 S1;
      G4 P600;
      M106 P2 S0;
      G4 P600;
      M98 P/macros/BlinkLED.g
      but it reports stack overflow. How can i get this working(or even make it more high tech and fade in and out) as it is a nice future after print is finished when you have so many printers? Thanks

      This is off-topic for this thread. Please start a separate thread for new, unrelated questions.

    • Agniusmundefined

      Ender 3 Duet WiFi and Maestro drill guides

      Example setups and prints
      • • • Agniusm
      2
      2
      Votes
      2
      Posts
      1.1k
      Views

      3dmntbighkerundefined

      I did the board this way.

      https://www.thingiverse.com/thing:3197999

      Nice work

    • Agniusmundefined

      Consistent ripples on prints

      Duet Hardware and wiring
      • • • Agniusm
      33
      0
      Votes
      33
      Posts
      4.5k
      Views

      Agniusmundefined

      @nophead yes bit the ripples were visible on clear too. Now they are gone.

    • Agniusmundefined

      Gcode file check.

      Firmware wishlist
      • • • Agniusm
      6
      0
      Votes
      6
      Posts
      708
      Views

      dc42undefined

      A clue is that if PanelDue or DWC can't tell you the amount of filament required by the print, the file may be incomplete.

      This used to be a particular problem with slic3r, because when writing the file it doesn't keep it open in exclusive mode, making it possible for you to upload it to the Duet before slic3r has finished writing it. I don't know if that has changed since I last used slic3r about 2 or 3 years ago.

    • Agniusmundefined

      Cartesian robot

      My Duet controlled machine
      • • • Agniusm
      11
      0
      Votes
      11
      Posts
      1.6k
      Views

      wilrikerundefined

      @t3p3tony said in Cartesian robot:

      @wilriker said in Cartesian robot:

      I don't think that this would work as either your Marlin printers or the Duet in that case would need to take the role of a USB client and AFAIK they only support being USB host. Please, somebody correct me, if I am wrong here.

      You are right, the Duet is a USB client not a host.

      Is that a typo? First you say I am right and then state the opposite of what I said. 😁

    • Agniusmundefined

      Add support to upload gcode from mobile device

      Duet Web Control wishlist
      • • • Agniusm
      8
      0
      Votes
      8
      Posts
      1.2k
      Views

      Agniusmundefined

      Another scenario for you guys. You need to print something and you are away from slicer pc. What i do is ask my wife to switch on pc, i log in with teamviewer, do my slicing from a tablet and then do file transfer. Only there is no way to upload from a tablet to a printer.

    • Agniusmundefined

      PanelDue whishlist

      Firmware wishlist
      • • • Agniusm
      1
      0
      Votes
      1
      Posts
      448
      Views

      No one has replied

    • Agniusmundefined

      Cartesian setup, need help tuning

      Tuning and tweaking
      • • • Agniusm
      1
      0
      Votes
      1
      Posts
      473
      Views

      No one has replied

    • Agniusmundefined

      Creality CR-10 upgrade

      Duet Hardware and wiring
      • • • Agniusm
      252
      0
      Votes
      252
      Posts
      53.8k
      Views

      Agniusmundefined

      All sorted now. Works great