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

    effector tilting into bed on print

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    6
    175
    22.0k
    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.
    • TimVukmanundefined
      TimVukman @Danal
      last edited by

      @danal
      Hi:
      I can move the carriage to each tower with no problem. The movement is what I would expect.
      thanks,
      Tim

      1 Reply Last reply Reply Quote 0
      • TimVukmanundefined
        TimVukman @Danal
        last edited by

        @danal
        That's great news that longer rods improve geometry. There is a label on each one. 4 say 360.20 and 2 say 360.21. I put the two that say .21 on the same pulley arm.
        I'm not worried about Z height. I have a cartesian that I built for the big stuff.
        Tim

        TimVukmanundefined 1 Reply Last reply Reply Quote 0
        • TimVukmanundefined
          TimVukman @TimVukman
          last edited by

          @timvukman
          Here is the config override

          ; This is a system-generated file - do not edit
          ; Delta parameters
          M665 L360.200 R103.000 H203.000 B85.0 X0.000 Y0.000 Z0.000
          M666 X0.000 Y0.000 Z0.000 A0.00 B0.00
          ; Heater model parameters
          M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B0
          M307 H1 A340.0 C140.0 D5.5 S1.00 V0.0 B0
          M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
          M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
          M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
          M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
          M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
          M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0

          1 Reply Last reply Reply Quote 0
          • Danalundefined
            Danal
            last edited by

            OK, good mechanical checks.

            And, I'm not catching anything in the config files on first look.

            I will keep looking.

            Delta / Kossel printer fanatic

            1 Reply Last reply Reply Quote 0
            • TimVukmanundefined
              TimVukman
              last edited by

              Ok,
              Thanks

              1 Reply Last reply Reply Quote 0
              • TimVukmanundefined
                TimVukman
                last edited by

                Hi:

                Still stuck....... At one point I was able to create a graph showing the data from the auto calibrate. There was a definite low on the left and high on the right. I have not been able to recreate the graph.

                T3P3Tonyundefined Danalundefined 2 Replies Last reply Reply Quote 0
                • T3P3Tonyundefined
                  T3P3Tony administrators @TimVukman
                  last edited by

                  @timvukman you can see the stored map by choosing show mech grid heightmap:

                  0_1531779013573_62dc4179-f68a-4a18-8b59-6cd99fd18531-image.png

                  this picture is a cartesian however it should be in the same place on a delta.

                  See the full documentation for DWC here:

                  https://duet3d.dozuki.com/Wiki/Duet_Web_Control_Manual#Section_Probing_the_Bed

                  www.duet3d.com

                  1 Reply Last reply Reply Quote 0
                  • TimVukmanundefined
                    TimVukman
                    last edited by

                    Thanks T3P3Tony.
                    I was trying to load the heightmap from the SD Card.
                    Tim

                    1 Reply Last reply Reply Quote 0
                    • Danalundefined
                      Danal @TimVukman
                      last edited by

                      @timvukman said in effector tilting into bed on print:

                      Hi:

                      Still stuck.......

                      How is it going?

                      Is it possible to video the effector during a G32 probe sequence?

                      Delta / Kossel printer fanatic

                      TimVukmanundefined 1 Reply Last reply Reply Quote 0
                      • TimVukmanundefined
                        TimVukman @Danal
                        last edited by

                        @danal
                        Hi:
                        Unfortunately, it's not going anywhere.
                        ![alt text](0_1531842552321_imagegenerated.png image url)I believe I had read about offsetting the values that create the bed level map. I was under the impression that "Auto Delta Configuration" was supposed to make the changes (I presume in the conf or override files) by itself, whether that is to adjust the diagonal length, or radius, etc.
                        I have selected auto delta config several times, and it goes through the process, but nothing ever changes. I just want to know if I am doing something wrong, or if it is not implemented.
                        Thanks
                        Tim

                        Danalundefined 1 Reply Last reply Reply Quote 0
                        • Danalundefined
                          Danal @TimVukman
                          last edited by

                          @timvukman said in effector tilting into bed on print:

                          @danal
                          I was under the impression that "Auto Delta Configuration" was supposed to make the changes (I presume in the conf or override files) by itself, whether that is to adjust the diagonal length, or radius, etc.

                          Auto Delta Config (which is the same as issuing G32) updates different things depending on the contents of the bed.g file. In particular the last G30 in bed.g will have an S parameter.

                          There are a lot of choices, but I tend to use S6 or S8 on Delta Printers. More info here:

                          https://duet3d.dozuki.com/Wiki/Calibrating_a_delta_printer#Section_Setting_up_the_bed_g_file

                          Delta / Kossel printer fanatic

                          1 Reply Last reply Reply Quote 0
                          • Danalundefined
                            Danal
                            last edited by Danal

                            And, G32 does work (assuming no error messages), but it does NOT save its results across power cycles (and/or reboots). To save the results, issue:

                            M500

                            Also, the saved results must be reloaded. In your 'config.g', place an M501 somewhere near the end of the file.

                            .

                            By the way, you can look at what it saved. M500 really writes a file called "config-override.g". M501 reads that same file. You can look in that file with the system editor. When calibrating, your primary interest will be to compare the M665 command in 'config-override.g' vs. the one in 'config.g'.

                            Delta / Kossel printer fanatic

                            1 Reply Last reply Reply Quote 0
                            • Danalundefined
                              Danal
                              last edited by Danal

                              And, last, the map you are showing is from mesh bed leveling. Get CALIBRATION (G32) working to your satisfaction before you mess with leveling...

                              Delta / Kossel printer fanatic

                              1 Reply Last reply Reply Quote 0
                              • TimVukmanundefined
                                TimVukman
                                last edited by

                                Hi Danal
                                I have run auto config (g32) many times. ( and did an M500, then power cycled the printer)

                                Should I be running it in stages, ie a different value of S in bed.g starting at 4 and working up?

                                I did some manual adjustments in bed.g - H value, based on probing each point individually subtracting the center point result from the returned result.

                                My observation is that I sent the G0 with x and y values, which the printer moved to. When I issue the G30 S-1, the effector moved to center from where it was after the G0, and then probes there.

                                It was my understanding that the process I needed to follow was to determine the trigger height at center, including a sheet of paper and then set that as the 0 value for Z From there, the documentation directs you to adjusting the heights of the probing points in the bed.g file.

                                The only changes I have ever seen in the config.g.bak file are the height values that I manually added by putting them in there when G32 did not edit the file.

                                I have followed the Auto Calibration instructions to the letter. G32 does nothing.
                                I have run M665 and M666 without parameters and I get the values that are in my config.g file. M666 returns 0 across the board as the adjustments made.

                                I got onto the bed mesh map hoping that it would show me the changes as a visual.

                                It would appear to me then, that the issue is getting G32 to work.

                                While G32 is running, I get no feedback from the software interface. No coordinates change values, and nothing pops up on the screen to indicate any values when the bed is probed.

                                What steps can I take to find out what is going on?
                                Thanks
                                Tim

                                1 Reply Last reply Reply Quote 0
                                • dc42undefined
                                  dc42 administrators
                                  last edited by

                                  No need to run it in stages, you can use S6 or S8 from the start.

                                  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
                                  • TimVukmanundefined
                                    TimVukman
                                    last edited by

                                    Hi dc42

                                    Thanks! I have run it with 4 and have moved on to 6.

                                    How do I know if it is working? I get not feedback at all.

                                    Thanks
                                    Tim

                                    1 Reply Last reply Reply Quote 0
                                    • adavidmundefined
                                      adavidm
                                      last edited by

                                      Feedback appears in the console section of the interface, either PanelDue or DWC, depending on where you ran it from.

                                      1 Reply Last reply Reply Quote 0
                                      • TimVukmanundefined
                                        TimVukman
                                        last edited by

                                        Hi
                                        Here's what I see after running G32

                                        3:42:51 PMM665
                                        Diagonal 360.200, delta radius 103.000, homed height 203.000, bed radius 85.0, X 0.000°, Y 0.000°, Z 0.000°

                                        3:43:04 PMM666
                                        Endstop adjustments X0.00 Y0.00 Z0.00, tilt X0.00% Y0.00%

                                        So, these parameters are what I entered in my config.g file. Nothing has been added / changed by running G32. Since it does not say if it was successful, or not, I don't know what to do with this information, and I don't know what steps to take next to understand why the effecter is moving down into the bed when I start to print.

                                        I am including the Config-override.g content again as I see nothing there to indicate any changes or overrides.

                                        ; This is a system-generated file - do not edit
                                        ; Delta parameters
                                        M665 L360.200 R103.000 H203.000 B85.0 X0.000 Y0.000 Z0.000
                                        M666 X0.000 Y0.000 Z0.000 A0.00 B0.00
                                        ; Heater model parameters
                                        M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B0
                                        M307 H1 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                        M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                        M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                        M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                        M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                        M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                        M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0

                                        It would appear, then, (to me), that my configuration information is ok.

                                        Where do I go from here?

                                        Should I now be looking at bed levelling?

                                        Thanks
                                        Tim

                                        1 Reply Last reply Reply Quote 0
                                        • dc42undefined
                                          dc42 administrators
                                          last edited by

                                          There should be a response from the G32 command, provided that the last G30 command in bed.g has the S parameter. Please share the bed.g file you used.

                                          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
                                          • TimVukmanundefined
                                            TimVukman
                                            last edited by

                                            ; bed.g
                                            ; called to perform automatic delta calibration via G32
                                            ;
                                            ; generated by RepRapFirmware Configuration Tool on Wed Jun 13 2018 16:33:57 GMT-0400 (Eastern Daylight Time)
                                            M561 ; clear any bed transform
                                            G28 ; home all towers
                                            ; Probe the bed at 3 peripheral and 3 halfway points, and perform 4-factor auto compensation
                                            ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
                                            G30 P0 X0 Y79.16 H0 Z-99999 ;Z Vertical Post
                                            G30 P1 X61.72 Y-35.64 H0 Z-99999 ;Y Vertical Post
                                            G30 P2 X-69.28 Y-40 H0 Z-99999 ;X Vertical Post
                                            G30 P3 X0 Y38.48 H0 Z-99999 ;Between Z and Center
                                            G30 P4 X27.75 Y-16.02 H0 Z-99999 ;Between Y and Center
                                            G30 P5 X-34.64 Y-20 H0 Z-99999 ;Between X and Center
                                            G30 P6 X0 Y0 H0 Z-99999 S6 ;Center
                                            ; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
                                            ; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)

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