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

Macros. Ideas, suggestions, tips and tricks

Scheduled Pinned Locked Moved
Tuning and tweaking
7
14
3.7k
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
    dc42 administrators
    last edited by 20 Sept 2016, 15:23

    There isn't a gcode in RRF to wait for user action, but it sounds like a good idea to me. Is there an existing gcode that fits the bill? If not, should it be a new gcode, or just an option on M117?

    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
      Hugues
      last edited by 20 Sept 2016, 16:06

      An option to M117 should work perfectly in case it show the message in the front layer (in macro layout)of the paneldue and not in the console layout/tab.
      It could be really cool to implant this, it's open some user sequence in macro possibility.

      Thanks !

      1 Reply Last reply Reply Quote 0
      • undefined
        StephenRC
        last edited by 20 Sept 2016, 16:17

        Wouldn't using M577 and a switch on one of the E endstops work?

        http://reprap.org/wiki/G-code#M577:_Wait_until_endstop_is_triggered

        1 Reply Last reply Reply Quote 0
        • undefined
          Hugues
          last edited by 20 Sept 2016, 16:40

          I didn't try but it should work. This switch or button can also have a pause function like PRZ did.
          But it will be nice to have a virtual button and associated text on screen, it's more ergonomic ! (and less wire ! )

          1 Reply Last reply Reply Quote 0
          • undefined
            peridot
            last edited by 21 Sept 2016, 08:01

            A quick hack I use in both my slicer epilogue and in a macro file:

            M140 S-273
            M109 S150
            M104 S-273
            M81

            This shuts off the heated bed, waits for the hot end to cool down to 150 C, then shuts off the 12V power (including, in particular, the hot end fan).

            My prints also start with:

            G1 X60 Y70 Z15 F6000
            G1 X70 Y70 Z5
            G1 X65 Y90 Z5
            G1 X65 Y70 Z5
            G1 X60 Y90 Z5
            G1 X60 Y70 Z5
            G1 X60 Y70 Z15
            G1 X0 Y0 Z50

            This makes the nozzle scrub itself on the toothbrush ziptied to the frame of my Mini Kossel. A toothbrush is definitely not ideal; now that I have a hardened nozzle I should probably switch to a wire brush or something.

            1 Reply Last reply Reply Quote 0
            • undefined
              DjDemonD
              last edited by 21 Sept 2016, 08:15

              I'm using a bedcheck.g file containing

              [[language]]
              ;bed level check
              
              G30 P0 X-100 Y-60 Z-99999		; X tower
              G30 P1 X100 Y-60 Z-99999		; Y tower
              G30 P2 X0 Y100 Z-99999	S-1		; Z tower
              
              G1 X0 Y0 Z100 F10000
              
              

              Which I run using M98 Pbedcheck.g after G32 it probes the tower bases as that where my bed supports are.

              Simon. Precision Piezo Z-Probe Technology
              www.precisionpiezo.co.uk
              PT1000 cartridge sensors NOW IN, just attach to your Duet board directly!

              1 Reply Last reply Reply Quote 0
              • undefined
                StephenRC
                last edited by 29 Sept 2016, 19:00

                I've added couple of new ones. Since PLA and PETG run at different temps, the z probe offset is slightly different between them.

                For example the PETG Offset has:
                G31 P500 X0 Y12 Z1.6 ; increase Z to get closer to bed

                The PLA Offset macro has a different Z.

                1 Reply Last reply Reply Quote 0
                • undefined
                  Whitewolf
                  last edited by 16 May 2017, 05:53

                  @dc42:

                  There isn't a gcode in RRF to wait for user action, but it sounds like a good idea to me. Is there an existing gcode that fits the bill? If not, should it be a new gcode, or just an option on M117?

                  Is this implemented yet? I really could use this right now for a bed leveling macro… I would like to move the head around to 4 points and wait for user input at each point.

                  Exploring the universe wherever the tech blows

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    dc42 administrators
                    last edited by 16 May 2017, 06:43

                    It's not implemented yet. Perhaps it should be M226 with a parameter that means "don't run pause.g or resume.g"?

                    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
                      Whitewolf
                      last edited by 16 May 2017, 07:40

                      @dc42:

                      It's not implemented yet. Perhaps it should be M226 with a parameter that means "don't run pause.g or resume.g"?

                      That sounds like it would work perfectly….. right now I have 4 different macros for each point.... trying to make this simple for my kids. A single macro that pauses at each point where they can adjust the leveling screw then hit confirm on the paneldue would be perfect.

                      Exploring the universe wherever the tech blows

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