Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. jensus11
    3. Topics
    • Profile
    • Following 2
    • Followers 0
    • Topics 4
    • Posts 33
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by jensus11

    • jensus11undefined

      BLTouch alternative for hotbed with magnets

      General Discussion
      • • • jensus11
      21
      0
      Votes
      21
      Posts
      587
      Views

      fcwiltundefined

      @jensus11

      In my opinion your best bet is to replace that sheet of magnets with 3M flexible magnetic self-adhesive sheet.

      I've used that with all sorts of Z probes and they seem to work just fine.

      I used to be a fan of BuildTak until the went with a sheet of little magnets - I've moved on from them.

      Frederick

    • jensus11undefined

      optimize heightmap

      Tuning and tweaking
      • • • jensus11
      3
      0
      Votes
      3
      Posts
      166
      Views

      jensus11undefined

      The bed can be adjusted with screws and Z has a stepper. Leveling via a 4 point macro, which doesn't work when I check it with paper. The 2 screws in the front are ok, only at the back both screws are too far away from the nozzle. If I manually level the heightmap comes from above.

      4 point macro

      M140 S70 M190 S70 M671 x43:214:214:43 y43:43:214:214 P0.7 ; The location of the four bed securing screws ;M558 P0 ; Uncomment this if you don't have a Z Probe G28 X Y Z ; Home Z G30 P0 X43 Y43 Z-99999 ; probe near an adjusting screw ; Front left screw G30 P1 X214 Y43 Z-99999 ; probe near an adjusting screw ; Front right screw G30 P2 X214 Y214 Z-99999 ; probe near an adjusting screw ; Rear right screw G30 P3 X43 Y214 Z-99999 S4 ; probe near an adjusting screw ; Rear left screw G28 Z ; Home Z ;M140 S0

      bed mesh

      M140 S70 M190 S70 M98 P"homeall.g" G29 M140 S0
    • jensus11undefined

      Solved when changing the tool, the Z height changes at offset 0

      General Discussion
      • • • jensus11
      2
      0
      Votes
      2
      Posts
      146
      Views

      jensus11undefined

      The solution for my issue is in this post.

      https://forum.duet3d.com/topic/29608/the-problem-of-restoring-z-height-after-toolchanger-tool-change

      2 commands in the tpost#.g.

    • jensus11undefined

      IDEX Printer Commands

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

      jensus11undefined

      i know i have found the solution. S3D write on the false position the tool command.

      this is from S3D:Bildschirmfoto 2020-11-03 um 19.56.42.png

      and this is what i have change:
      Bildschirmfoto 2020-11-03 um 19.56.14.png

      what can I do to avoid changing every file?