Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. stephenc
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 101
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by stephenc

    • stephencundefined

      Macro map to physical button

      General Discussion
      • • • stephenc
      2
      0
      Votes
      2
      Posts
      455
      Views

      dc42undefined

      Yes, see M581 in the GCode wiki page.

    • stephencundefined

      Dual printing with no purge bucket, no prime tower and no ooze shield

      Example setups and prints
      • • • stephenc
      11
      0
      Votes
      11
      Posts
      2.5k
      Views

      claustroundefined

      Nope .
      this is the origianl Italian thread created by Fabrizo ( eagle 26).
      he is available for sharing all his work.
      http://forums.reprap.org/read.php?362,768409,789866#msg-789866

    • stephencundefined

      Z Problem with Idex

      General Discussion
      • • • stephenc
      6
      0
      Votes
      6
      Posts
      838
      Views

      stephencundefined

      [solved]

      I have a very short ptfe betwee bondtech and e3d heatsink. Turns out I had used the wrong nozzle size.. I installed 0.25mm and when slicing I set it as though it's a 0.3mm nozzle… This result in too much pressure in the ptfe and bondtech never slips so it pushes down the e3d hence giving me false thinking that the z tower on right side appear to struggle...

    • stephencundefined

      Dual printing Z height appear to refuse to advance starting layer 3

      General Discussion
      • • • stephenc
      7
      0
      Votes
      7
      Posts
      751
      Views

      stephencundefined

      Turns out it's mechanical issue… I was pulling the belt too tight that the z leadscrew was binding...

    • stephencundefined

      Multiple Z carriage homing routine.

      General Discussion
      • • • stephenc
      9
      0
      Votes
      9
      Posts
      1.1k
      Views

      stephencundefined

      I added G92 Z0 before homing z and seems to solve the issue.

    • stephencundefined

      Puzzled by Z0 position and first layer print

      Tuning and tweaking
      • • • stephenc
      19
      0
      Votes
      19
      Posts
      1.9k
      Views

      stephencundefined

      in a very strange work around. I actually managed to get it to work. both print head print at the correct first layer now and more importantly same height

      since my G31 has z offset of 0.15 all I did were:

      update my homez.g after T1 touches FSR instead of it goes up 5mm i changed it to 5.15mm ( I kept T0 go up at 5mm) After homez.g finish running, I ended up with Z5.30. now if I print this way I will end up with the issue I started this post with. so I went to console and did G92 Z5.15

      then problem solved although this seems like a band aid solution…

    • stephencundefined

      Start script for modified IDEX with S3D

      Tuning and tweaking
      • • • stephenc
      4
      0
      Votes
      4
      Posts
      726
      Views

      stephencundefined

      thank you I did reverse the order but also found out that in S3D I process T0 first and then T1 then T0 would heat up first.

      I accidentally process T1 first and then T0 and it would heat up T1 first…

      I guess I will try M116

    • stephencundefined

      S3D tool change script - IdeX

      Tuning and tweaking
      • • • stephenc
      6
      0
      Votes
      6
      Posts
      981
      Views

      dc42undefined

      Thanks; but it was Adrian Bowyer who designed that feature and did the initial implementation, not me.

    • stephencundefined

      Same thermistor and setting but reads different temp

      Duet Hardware and wiring
      • • • stephenc
      4
      0
      Votes
      4
      Posts
      534
      Views

      stephencundefined

      yeah I swapped it with the 1st toolhead connector and 2nd toohead thermistor now reads normal. checking for bad wiring….

    • stephencundefined

      E0 endstop conflict with U axis and FSR

      Duet Hardware and wiring
      • • • stephenc
      3
      0
      Votes
      3
      Posts
      560
      Views

      dc42undefined

      You will need to connect the JohnSL board to either E1 endstop input (M558 P6) or the Z probe connector (M558 P5) instead.

    • stephencundefined

      Z probing multiple Z with 1 common probe

      Duet Hardware and wiring
      • • • stephenc
      14
      0
      Votes
      14
      Posts
      1.4k
      Views

      stephencundefined

      well that works. I used M558 H parameter method. not sure if I need to keep the X and Y parameter as well…

      here's my homez.g revised
      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Sep 18 2017 23:51:32 GMT-0700 (Pacific Daylight Time)

      ; Lift Z relatively to current position
      G91
      G1 Z5 F12000

      ; Back to absolute positioning
      G90

      ; Go to center bed probe point and home the first Z tower
      M584 Z2
      G1 X59 Y59 F12000
      G30

      ; lift Z after probing
      G91
      G1 Z5 F200
      G90
      G1 X0 F12000 ; park first toolhead

      ; Go to center bed probe point and home the second Z tower
      M584 Z5
      G1 U59 Y99 F12000
      M558 P6 X0 Y0 Z1 H132 F120 T12000 ; Allow 2nd tower to go all the way down to FSR on bed
      G30

      ; lift Z after probing
      G91
      G1 Z5 F200
      G90
      G1 U0 F12000 ; park second toolhead

      M584 Z2:5 ; join both Z together
      M558 P6 X0 Y0 Z1 H5 F120 T12000

    • stephencundefined

      Print quality - low jerk low acceleration

      General Discussion
      • • • stephenc
      34
      0
      Votes
      34
      Posts
      12.9k
      Views

      fmaundefined

      Cf

      From left to right :

      0
      0.2
      0.4
      0.4 with jerk doubled (10 -> 20mm.s⁻²)

      The in/out angle is the top right.

    • stephencundefined

      M98 issue from S3D

      General Discussion
      • • • stephenc
      12
      0
      Votes
      12
      Posts
      1.5k
      Views

      dc42undefined

      The default folder that M98 looks in is /sys. If you put your scripts in /macros or anywhere else, you need to specify the path to the file in the M98 command.

    • stephencundefined

      JohnSL wiring question

      Duet Hardware and wiring
      • • • stephenc
      7
      0
      Votes
      7
      Posts
      1.3k
      Views

      A Former User?

      This is exactly what I was looking for

    • stephencundefined

      JohnSL FSR board and z probe setup

      Duet Hardware and wiring
      • • • stephenc
      5
      0
      Votes
      5
      Posts
      919
      Views

      stephencundefined

      Will that be implemented in future firmware? I think it would continue to build upon the idea of U map to X and V map to Z

      Thanks,
      Stephen

    • stephencundefined

      Dual Z for IDEX

      My Duet controlled machine
      • • • stephenc
      6
      0
      Votes
      6
      Posts
      1.8k
      Views

      stephencundefined

      your theory is sound. I will definitely give it a try. me being new to duet will have a lot to catch up on reading… thx

    • stephencundefined

      IDEX - x and u on separate z leveling bed mesh

      Duet Hardware and wiring
      • • • stephenc
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      stephencundefined

      yeah I don't intent to do simultaneous printing. I'm mostly interested in the PLA - PVA combination and I believe IDEX is the way to go. I may actually commit to duet 🙂 thx