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

Setting up Cartesian Printer.

Scheduled Pinned Locked Moved
Tuning and tweaking
9
98
14.9k
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
    Corexy
    last edited by 23 Oct 2016, 09:32

    @dc42:

    Normally people set the retraction in the slicer. On printers with mixing extruders, it's typically better to select "Use firmware retraction" in the slicer and define the settings in firmware instead. If you don't select "Use firmware retraction" in the slicer then the firmware retraction settings are not used.

    To adjust the probing speed see https://duet3d.com/wiki/Configuring_RepRapFirmware_for_a_Cartesian_printer#Z_probe_section.

    Yes thanks, that's what I'll do as it will allow different retraction settings for different materials (recipes) to be saved in the slicer.

    Do we have a wiki for setting up the extrusion rate/steps per mm/feed rates for a direct drive extruder?

    I emailed you a bunch of questions about speed settings etc (sorry, didn't realize it was Sunday morning there) if you could when you have time.

    Had an issue with it refusing to heat, which may have been me firing too many commands at once, and hopefully isn't the mystery issue which keeps blowing mosfets at my house.

    1 Reply Last reply Reply Quote 0
    • undefined
      dc42 administrators
      last edited by 23 Oct 2016, 10:51

      You may find this helpful for extruder steps/mm calibration https://reprappro.com/documentation/commissioning-introduction/calibration-duet/#Extruder_calibration. You will need to expand the "More information" heading.

      Duet WiFi hardware designer and firmware engineer
      Please do not ask me for Duet support via PM or email, use the forum
      http://www.escher3d.com, https://miscsolutions.wordpress.com

      1 Reply Last reply Reply Quote 0
      • undefined
        Corexy
        last edited by 23 Oct 2016, 11:40

        @dc42:

        You may find this helpful for extruder steps/mm calibration https://reprappro.com/documentation/commissioning-introduction/calibration-duet/#Extruder_calibration. You will need to expand the "More information" heading.

        That's great. I'll try it tomorrow, thanks as always

        1 Reply Last reply Reply Quote 0
        • undefined
          Corexy
          last edited by 24 Oct 2016, 10:01

          Got the extruder tuned nicely, 122 steps/mm so you weren't far off the money David.

          Set my load/unload filament settings accordingly, height, temp, all seems ok.

          Tried the test dodecohedron (or whatever it is) and it failed. Too high off the deck and seemed confused in one corner.

          I've drawn a simple 50mm cube and tried to slice on the med/0.2mm pla setting in S3D and I'm having a problem.

          It's not heating the extruder, only the bed, but still initiating the print when the bed reaches temp.

          I've got the primary extruder set as T0, and added the bed as T1. Reversing T0/T1 makes no difference, bed heats only.

          I've left all the settings pretty much standard other than to mess with temps/fans over the first 3 layers a bit.

          If anyone would tell me what I've got to do to get both bed and extruder to heat before printing, and any other good pla settings for S3D in general, I'd love to get a print off tonight.

          Cheers,

          and I'm a dumbass as it heats the bed first then the extruder

          Looking good but the fans dropped the extruder temp enough to give trouble. I'll slow them right down and try again

          1 Reply Last reply Reply Quote 0
          • undefined
            dc42 administrators
            last edited by 24 Oct 2016, 10:32

            You don't need to set up a tool for the bed. Set up tool 0 to be your hot end. You may need to select tool 0 before you start the print, depending on your S3D start gcode.

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            1 Reply Last reply Reply Quote 0
            • undefined
              Corexy
              last edited by 24 Oct 2016, 10:34

              @dc42:

              You don't need to set up a tool for the bed. Set up tool 0 to be your hot end. You may need to select tool 0 before you start the print, depending on your S3D start gcode.

              OK, but if I want to start the bed temp off hotter then drop it a bit can I set it up as tool 1?

              1 Reply Last reply Reply Quote 0
              • undefined
                dc42 administrators
                last edited by 24 Oct 2016, 10:37

                There is no need, because S3D lets you change the bed temperature after the first layer anyway,

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                1 Reply Last reply Reply Quote 0
                • undefined
                  Corexy
                  last edited by 24 Oct 2016, 11:18

                  I am most certainly not unhappy with this print!

                  Considering the machine's not completed and I've just used the default S3D medium/0.2 pla menu with a couple of fan and bed temp tweaks, this looks pretty good.

                  First print failed as I started with no fan for the first layer, then 100% layer 2, which cooled the hot end rapidly.

                  Next print I set it at 0 for the first layer, 20% second layer and 40% third layer and it's solid as a rock.

                  Extruder temp 205 first layer then 200 after that and bed 60 first layer then 50 after that.

                  Haven't even looked at all the other S3D and printer settings because I didn't expect it to print lol.

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    Corexy
                    last edited by 24 Oct 2016, 20:12

                    Actually printing pretty well.

                    Possibly a little bit of under extrusion on the top surface, but measured at 49.95mm on both sides, which is nice and close to the files measurements.

                    Does anyone know how and where I'd add some homing files at the end of the print?

                    I'd like to drop it to the bottom of the Z axis and home the tool into a corner automatically when the print finishes.

                    At this stage it just stops with the nozzle still touching the print.

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      dc42 administrators
                      last edited by 25 Oct 2016, 05:40

                      Usually you would put those commands in your slicer end gcode, before the M0 code at the end.

                      Duet WiFi hardware designer and firmware engineer
                      Please do not ask me for Duet support via PM or email, use the forum
                      http://www.escher3d.com, https://miscsolutions.wordpress.com

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        Corexy
                        last edited by 25 Oct 2016, 08:01

                        @dc42:

                        Usually you would put those commands in your slicer end gcode, before the M0 code at the end.

                        Really?

                        I can't have them as a generic command in the printers firmware, that is carried out regardless of the print file I use?

                        I'd really prefer to do it that way if possible.

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          deckingman
                          last edited by 25 Oct 2016, 08:04

                          @ Corexy Don't do what I once did. I wanted to drop my bed (same as raising the print head) by 50mm at the end of the print so put G1 Z50 in my end gcode. BUT, I didn't change positioning from absolute (G90) to relative (G91) so instead of dropping the bed 50mm, it tried to raise it to the 50mm from home position. Fortunately, I had reduced the motor current (M906) in a previous line so it just stalled the motor when it sent the printed part crashing into the hot end!

                          As an aside, dropping the motor current for homing and such like can be a useful tip. I have quite powerful motors and normally run them at 1800 mA but I drop this (and use a slowish speed) to 400mA for homing. Then if an end stop switch or probe fails, the motors are likely to stall before buckling the machine. (Remember to put the current back up at the end though).

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

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            T3P3Tony administrators
                            last edited by 25 Oct 2016, 08:20

                            Corexy, most slicers will auto include your start and end gcode files so you only need to set it up once. The advantage of having them in the slicer,especiallly for start gcodes, is that the slicer knows what temperatures you have set so can include the codes to wait while the configured temperatures are reached.

                            www.duet3d.com

                            1 Reply Last reply Reply Quote 0
                            • undefined
                              Corexy
                              last edited by 25 Oct 2016, 08:36

                              @T3P3Tony:

                              Corexy, most slicers will auto include your start and end gcode files so you only need to set it up once. The advantage of having them in the slicer,especiallly for start gcodes, is that the slicer knows what temperatures you have set so can include the codes to wait while the configured temperatures are reached.

                              I can understand that for the start up (due to the various temps used, plus it's only a tick box on S3D), but I'd have thought that a simple procedure at the end of a print would have been the way to go. Something like:

                              1. Lower bed to bottom
                              2. Home tool to desired location
                              3. Shut down all heaters and drop steppers to 30% current (I realize they will time down and do that anyway).

                              That's just my opinion, certainly not the only one out there, but if someone could show me the actual lines of code that will do that and where to put them I wouldn't mind try that.

                              I'd definitely leave the start up for the slicer due to reasons above.

                              In the meantime I'm getting "spurious heater faults" when trying to heat the bed/extruder right up to try an ABS print.

                              Should I try 1.15e firmware? I know I haven't got it as the board was sent earlier than it's release.

                              Thank you all for your replies as well.

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                deckingman
                                last edited by 25 Oct 2016, 09:29

                                I'll bet someone else will respond while I'm typing this but if not…....

                                Warning - not tested! Put this in you slicer's end gcode.

                                1. Lower bed to bottom

                                G91; set relative positioning
                                G1 Z300 F240 S1

                                Set Z to whatever your Z axis travel is, set F to whatever feed rate you use for the Z axis. IMPORTANT set S1 - this flag will check for end stop - if not set, the axis will try to keep moving by whatever amount you set

                                2. Home tool to desired location.

                                G90 ; Set absolute postioning
                                G1 Xnnn Ynnn Fnnn

                                Change Xnnn to wherever on the bed you want the head to go in X. Zero will send it to the home position but you could send it the right or centres- wherever you want it to be. Likewise Ynnn. Set speed of travel using Fnnn (say 3000)

                                3. Shut down heaters

                                Easy way - MO ; tuns off all heaters and motors.

                                Edit - this will also turn off your hot end cooling fan so maybe not such a good idea as you'll probably want it to run on. So, use the harder way below

                                Harder way

                                M140 S0; Turn off bed
                                M906 Xnnn Ynnn Znnn Enn:nnn:nnn; set motor currents - you'll have to work out what 30% is

                                You might also like to add M106 S0 ; turn off print cooling fan.

                                HTH
                                Ian

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

                                1 Reply Last reply Reply Quote 0
                                • undefined
                                  Corexy
                                  last edited by 25 Oct 2016, 09:45

                                  Hey thanks mate, much appreciated.

                                  1 Reply Last reply Reply Quote 0
                                  • undefined
                                    deckingman
                                    last edited by 25 Oct 2016, 09:53

                                    No worries. A quick google search of "RepRap start and end gcodes" or some such term will likely throw up some other examples, tips or tricks.

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

                                    1 Reply Last reply Reply Quote 0
                                    • undefined
                                      Corexy
                                      last edited by 26 Oct 2016, 05:03

                                      Set Z to whatever your Z axis travel is, set F to whatever feed rate you use for the Z axis. IMPORTANT set S1 - this flag will check for end stop - if not set, the axis will try to keep moving by whatever amount you set

                                      I don't have an end stop on the Z axis. It just homes at the IR probe/hot end and goes from there.

                                      Will that be OK?

                                      1 Reply Last reply Reply Quote 0
                                      • undefined
                                        dc42 administrators
                                        last edited by 26 Oct 2016, 06:17

                                        @Corexy:

                                        Set Z to whatever your Z axis travel is, set F to whatever feed rate you use for the Z axis. IMPORTANT set S1 - this flag will check for end stop - if not set, the axis will try to keep moving by whatever amount you set

                                        I don't have an end stop on the Z axis. It just homes at the IR probe/hot end and goes from there.

                                        Will that be OK?

                                        Yea that's fine. I just move the head up or bed down a few mm and then move to an XY position that makes the print easy to remove. Like this:

                                        G91
                                        G1 Z3 F300
                                        G90
                                        G1 X200 Y200
                                        M0

                                        Duet WiFi hardware designer and firmware engineer
                                        Please do not ask me for Duet support via PM or email, use the forum
                                        http://www.escher3d.com, https://miscsolutions.wordpress.com

                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          deckingman
                                          last edited by 26 Oct 2016, 08:22

                                          @CoreXY,

                                          If you want to send Z all the way to the far end, at the end of the print, you can do it by using absolute(G90) rather than relative (G91) but it's really important that the Z is homed before you use this command. i.e. the machine must know where Z=0 is. So, it'll be safe to use in your end gcode as the machine will have been homed prior to starting the print.

                                          So you could use:

                                          G90 ; set absolute positioning
                                          G1 Znnn F240

                                          This will move to Z axis to the absolute position of nnn from home, so set nnn to whatever you max Z is (less a few mm for safety and comfort).

                                          If you haven't already done so, it's a good idea to set your axes maxima in you config.g. Like this
                                          M208 Xnnn Ynnn Znnn S0; S0 defines maxima (S1 defines minima)

                                          If you do that, then once the machine has been homed, it'll wont allow you to send an axis past those limits. So if your Z max was 200mm and you tried to send it (using absolute positioning) to 250 mm, it would just stop at 200mm.

                                          If you want to be really belt and braces, you could do what I do and fit additional end stop switches on the maxima of all the axes and wire them up in series and connect them to a spare e stop. Then use M581 in your config.g. One caveat to this is that if you use the DWC to send a movement, this is treated like a macro and the switch will be ignored. David has it on his list to change this.
                                          HTH

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

                                          1 Reply Last reply Reply Quote 0
                                          40 out of 98
                                          • First post
                                            40/98
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA