Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. jontek2
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 54
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by jontek2

    • jontek2undefined

      CR-10 Mini bed (12v 220w) on Duet2Wifi

      Duet Hardware and wiring
      • • • jontek2
      8
      0
      Votes
      8
      Posts
      375
      Views

      jontek2undefined

      Alright, thanks! 🙂

    • jontek2undefined

      Turn off fan blip on boot (duex5)

      Duet Hardware and wiring
      • • • jontek2
      3
      0
      Votes
      3
      Posts
      162
      Views

      jontek2undefined

      Thanks for the reply!

      Ah okay. It's no biggie, just a little bit annoying 🙂

      Thanks!

    • jontek2undefined

      Duex5 not showing up in "Machine-Specific"

      Duet Hardware and wiring
      • • • jontek2
      12
      0
      Votes
      12
      Posts
      448
      Views

      RodrigoRMaraujoundefined

      @phaedrux Yes thanks. I had already done that.
      https://forum.duet3d.com/topic/24878/physical-buttons-to-run-macros-using-duex5-with-rrf3-3

    • jontek2undefined

      Macro: Execute python script on Rpi

      3D Printing General Chat
      • • • jontek2
      6
      0
      Votes
      6
      Posts
      489
      Views

      tooundefined

      depending on what board and version you are running, you can do it with this handy extension:
      https://forum.duet3d.com/topic/13194/dsf-extension-exec-on-mcode-was-shutdown-sbc

    • jontek2undefined

      VIN-sensor movement in DWC

      Duet Hardware and wiring
      • • • jontek2
      7
      0
      Votes
      7
      Posts
      365
      Views

      alankilianundefined

      This is totally normal.

    • jontek2undefined

      Control relay for more fans?

      Duet Hardware and wiring
      • • • jontek2
      4
      0
      Votes
      4
      Posts
      232
      Views

      jontek2undefined

      Yes, i've got one the heaters available.

      Any recommendations on what can of relay/ssr that would be suitable? Any wiring examples?

    • jontek2undefined

      Loose/wiggly terminal

      Duet Hardware and wiring
      • • • jontek2
      20
      0
      Votes
      20
      Posts
      683
      Views

      jontek2undefined

      @bearer is a hero and is helping me with the repair. Big thanks!

    • jontek2undefined

      "Define Area for Mesh Grid Compensation" -how to save?

      Duet Web Control
      • • • jontek2
      12
      0
      Votes
      12
      Posts
      687
      Views

      chrishammundefined

      DWC 2.0.5 uses the values from its object model to set the values in the mesh edit dialog but those values aren't updated from RRF/DSF yet. That will be likely implemented in DWC 2.1.0.

    • jontek2undefined

      Replace fuse for broken fans

      General Discussion
      • • • jontek2
      17
      0
      Votes
      17
      Posts
      821
      Views

      TLASundefined

      @deckingman said in Replace fuse for broken fans:

      @Veti said in Replace fuse for broken fans:

      @TLAS said in Replace fuse for broken fans:

      Tornado-Like Fans - pulls ~2A each

      thats not for a 3d printer, is it?

      Yes - 252 CFM - it's for blowing the parts off the build plate when the print finishes ☺

      lol. :). I guess I shouldn’t mention the 450 cfm one I have in there as well...

    • jontek2undefined

      G32 w BLTouch and Z-endstop

      Duet Hardware and wiring
      • • • jontek2
      25
      0
      Votes
      25
      Posts
      749
      Views

      fcwiltundefined

      @jontek2

      Currently I only run bed leveling (G32) and mesh probing (G29) manually from macros for two reasons.

      They take a while and the printer seems to be doing well with just doing those processes occasionally.

      My Z homing procedure...

      clears mesh compensation cancels any "baby-stepping" homes using a end stop switch sets the Z=0 datum using a BLTouch Z-probe loads the most recent full bed mesh compensation file

      This happens whenever Z is homed so the normal "begin print" process doesn't need any special actions related to them, it just does the normal things related to set temps, selecting tools, priming and cleaning nozzle, etc.

      Frederick