• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Pay for config / json files for my corexy printer build.

Scheduled Pinned Locked Moved
Duet Hardware and wiring
11
67
5.6k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    deckingman @Stevo
    last edited by 15 Aug 2019, 20:05

    @stevo If I was being really pedantic I'd say that you have disabled thermostatic mode for your part cooling fan (M106 P0 H-1) which is fine, but the comment after says "Thermostatic control is turned on" (should say "off").

    But I'm not feeling pedantic so I won't make that comment.

    Seriously, nothing leaps out as being obviously amiss. I think you are at the stage of playing around with things to see if the end result looks any better or can be printed faster without degrading quality. One good thing about Duet is that you can play around with things "one the fly".

    If you want, you can give your heaters and fans names for example such as "Hot end" rather than the default "heater 1" (M305 "S") or "Part fan" rather than "fan 0" (M106 "C").

    You could try firmware retraction (G10 /G11). It won't work any better than your slicer but you can play around with it "on the fly" which is a far easier way to tune the retraction settings.

    You could also play around with pressure advance (M572).

    Ian
    https://somei3deas.wordpress.com/
    https://www.youtube.com/@deckingman

    1 Reply Last reply Reply Quote 0
    • undefined
      Stevo
      last edited by 17 Aug 2019, 11:02

      Thank you for the input always appreciated !

      1 Reply Last reply Reply Quote 0
      • undefined
        Stevo
        last edited by Stevo 17 Aug 2019, 14:44

        I have been tinkering with the driver speed settings in the config file only would this have any effect on the bltouch operation as when the x and y axis has homed and the head moves to the centre the bed raises a little before the bltouch has lowered the pin then changes its mind and lowers the bed.
        The bltouch then flashes red

        1 Reply Last reply Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by 18 Aug 2019, 04:43

          You can add a bit of a pause delay to the probe movements with M558 R0.5. This gives the BLTouch a half second chance to settle before starting to probe.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • undefined
            Stevo
            last edited by 26 Aug 2019, 15:21

            Afternoon everyone,
            I wonder if I could seek some clarification please Part cooling fan and hot end fan operate as they should during the print apart from the part cooling fan not turning off when the print has finished which I'm guessing I need to add a line to my S3D end code this is what I have in the config g file .

            ; Fans
            M106 P0 S0 I0 F500 H-1 ; Part cooling fan
            M106 P1 S1 I0 F500 H1 T35 ; Hot end fan set to come on and off at 35

            and S3D end code.

            G91 ; relative positioning
            M104 S0 ; extruder heater off
            G1 E-1 F300 ; retract the filament
            G1 Z15 F1000 S2 ; lift Z relative to current position
            G1 S1 Y-445 F1800 ; move quickly to Y axis endstop and stop there (first pass)
            G1 Y5 F1000 ; go back a few mm
            G1 S1 Y-445 F360 ; move slowly to Y axis endstop once more (second pass)
            G1 S1 X-445 F1800 ; move quickly to X axis endstop and stop there (first pass)
            G1 X5 F1000 ; go back a few mm
            G1 S1 X-445 F360 ; move slowly to X axis endstop once more (second pass)
            G90 ; absolute positioning
            M84 ;steppers off
            G90 ;absolute positioning

            undefined 1 Reply Last reply 26 Aug 2019, 15:50 Reply Quote 0
            • undefined
              deckingman @Stevo
              last edited by 26 Aug 2019, 15:50

              @stevo Add "M106 S0" to your end gcode.

              Ian
              https://somei3deas.wordpress.com/
              https://www.youtube.com/@deckingman

              1 Reply Last reply Reply Quote 0
              • undefined
                Stevo
                last edited by 26 Aug 2019, 16:12

                Thank you

                1 Reply Last reply Reply Quote 0
                • undefined
                  Stevo
                  last edited by 26 Aug 2019, 21:10

                  Just wanted to thank all those that have and continue to help me on my build thought I would share a pic of last nights print.
                  Still trying to get my head around the intricacies of S3D some good and some bad lol

                  0_1566853627643_11039EFC-0459-4D7D-A7D6-B7B59173115B.jpeg

                  undefined undefined 2 Replies Last reply 29 Aug 2019, 16:51 Reply Quote 2
                  • undefined
                    Phaedrux Moderator
                    last edited by 26 Aug 2019, 21:15

                    Looking good.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      zapta @Stevo
                      last edited by 29 Aug 2019, 16:51

                      @stevo, looks very good. Maybe now you can help me achieving similar print quality 😉

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        deckingman @Stevo
                        last edited by 29 Aug 2019, 18:45

                        @stevo Glad to see the progress you've made since 26th June. All without paying a bean too. ☺ I hope you understand why we pointed you in the right directions for you to do it yourself, rather than take your money and do it for you. If you haven't done so already, you'll soon be helping others with the knowledge that you have now gained.

                        Ian
                        https://somei3deas.wordpress.com/
                        https://www.youtube.com/@deckingman

                        1 Reply Last reply Reply Quote 2
                        • undefined
                          Stevo
                          last edited by 8 Oct 2019, 19:01

                          Thanks again everyone for your continued help much appreciated and will hopefully be confident enough to help others.

                          1 Reply Last reply Reply Quote 1
                          • First post
                            Last post
                          Unless otherwise noted, all forum content is licensed under CC-BY-SA