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

    Error: bad Command XXX W/RRF 3.2 and leveling issue

    Scheduled Pinned Locked Moved
    General Discussion
    9
    147
    10.3k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      @3DPrintingWorld said in Error: bad Command XXX W/RRF 3.2 and leveling issue:

      I don't understand how its correcting to the same bad plan every time even though I've giving it bad information.

      Are the files you are editing the actual files being used? Occasionally someone will edit a macro file in the macros folder without realizing the file they should be editing is actually in the sys folder. Could it be something like that happening here?

      Z-Bot CoreXY Build | Thingiverse Profile

      3DPrintingWorldundefined 1 Reply Last reply Reply Quote 0
      • 3DPrintingWorldundefined
        3DPrintingWorld @Phaedrux
        last edited by

        @Phaedrux Ha, you got to give me more credit then that. Yes, I'm modifying the config file in my systems folder. I know because I also swapped the left and right stepper motors and if I don't update the directions in the config one of the motors will be rotating in the wrong direction. Speaking that, like it says here. When I swap the X motors it should be leveling the opposite but I swapped the motors but its still identically off level.

        swap.png

        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by

          I had to ask. It happens sometimes.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • 3DPrintingWorldundefined
            3DPrintingWorld
            last edited by

            Is its possible that the firmware is corrupt? I tried reverting to 3.1 but it did not fix any of the issues. Is there a way to remove it and do a fresh install?

            1 Reply Last reply Reply Quote 0
            • 3DPrintingWorldundefined
              3DPrintingWorld
              last edited by

              I manually adjusted the bed so it was out of level and I swapped a front motor with the back motor. It still levels at the same off level point? No matter what I do changes nothing, It makes no sense.

              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator
                last edited by

                Can you report your current file set?
                Also the results of M98 P"config.g"?

                Z-Bot CoreXY Build | Thingiverse Profile

                1 Reply Last reply Reply Quote 0
                • 3DPrintingWorldundefined
                  3DPrintingWorld
                  last edited by

                  @Phaedrux said in Error: bad Command XXX W/RRF 3.2 and leveling issue:

                  results of M98 P"config.g"?

                  m98 config g.png

                  1 Reply Last reply Reply Quote 0
                  • 3DPrintingWorldundefined
                    3DPrintingWorld
                    last edited by

                    @Phaedrux said in Error: bad Command XXX W/RRF 3.2 and leveling issue:

                    Can you report your current file set?

                    I'm not sure I understand, can you explain?

                    1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator
                      last edited by

                      Sorry, meant to type repost. As in, upload your current files so we can see what's up.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • 3DPrintingWorldundefined
                        3DPrintingWorld
                        last edited by

                        @Phaedrux said in Error: bad Command XXX W/RRF 3.2 and leveling issue:

                        current files

                        Not sure what you mean "current files", I've already been asked to post config.g and bed.g. I would think the only other one that would pertain would be homeall.g.

                        ; homeall.g
                        
                        ; X,U,Y Homing
                        T0 P0
                        G91                         ; relative positioning
                        G1 H2 Z5 F2000              ; lift Z relative to current position
                        G1 H1 X-475 U475 F7500      ;Rough home X and U axis
                        G1 H1 X-475                  ; home X axis
                        G1 H1 U475                 ; home U axis
                        G1 H2 X5 U-5 F7500           ; go back a few mm
                        G1 H1 Y500 F6000            ; move quickly to Y axis endstop and stop there (first pass)
                        G1 Y-5  F6000               ; go back a few mm
                        M584 Y1                     ; Y-axis right side 
                        M574 Y2 S1 P"ystop"         ; Y-axis right side endstop Active
                        G1 H1 Y15 F360              ; move slowly to Y axis endstop once more (second pass)
                        M584 Y2                     ; Y-axis Left side
                        M574 Y2 S1 P"zstop"        ; Y-axis left side endstop Active
                        G1 H1 Y15 F360              ; move slowly to Y axis endstop once more (second pass)
                        M584 Y1:2                   ; Combine Y-Axis
                        M574 Y2 S1 P"ystop+zstop"  ; Y Double max active high endstop switch
                        G1 Y-5  F6000               ; go back a few mm
                        G1 H1 X-25 F360              ; move slowly to X axis(second pass)
                        G1 H1 U25                  ; move slowly to U axis(second pass)
                        G1 H2 X2 U-2 F7500              ; go back a few mm
                        
                        ; Z Homing
                        T0 P0
                        G90 G1 X219 Y150 F6000      ; Move to the center of the bed
                        M558 F500                    ; Fast probing speed
                        G30                          ; First probe
                        M558 F50                     ; Slow probing speed
                        G30                          ; Second probe
                        G32                          ; Level the bed
                        G90 G1 X219 Y150 F7500      ; Move to the center of the bed
                        G30                          ; Bed Deviation probe
                        G90 G1 X-16                  ; Park x-axis 
                        
                        Phaedruxundefined 3DPrintingWorldundefined 2 Replies Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator @3DPrintingWorld
                          last edited by

                          @3DPrintingWorld said in Error: bad Command XXX W/RRF 3.2 and leveling issue:

                          Not sure what you mean "current files",

                          In case you've made any changes since posting.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          3DPrintingWorldundefined 1 Reply Last reply Reply Quote 0
                          • 3DPrintingWorldundefined
                            3DPrintingWorld @Phaedrux
                            last edited by

                            @Phaedrux I've made changes but I reverted back to the original after testing.

                            1 Reply Last reply Reply Quote 0
                            • Phaedruxundefined
                              Phaedrux Moderator
                              last edited by

                              The only thing I can think of to cause the leveling to be oposite of expected is if the order of the motors doesn't match the order of the points defined.

                              You must use the M671 command to define the X and Y coordinates of the leadscrews. The M671 command must come after the M584 command and must specify the same number of X and Y coordinates as the number of motors assigned to the Z axis in the M584 command; and these coordinates must be in the same order as the driver numbers of the associated motors in the M584 command. The M671 command must also come after any M667 or M669 command.

                              https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors

                              I can't see your printer so I don't know which motor is at which point, but that's the first thing I would double check.

                              Z-Bot CoreXY Build | Thingiverse Profile

                              3DPrintingWorldundefined 1 Reply Last reply Reply Quote 0
                              • 3DPrintingWorldundefined
                                3DPrintingWorld @Phaedrux
                                last edited by

                                @Phaedrux I don't think the leveling is opposite as expected. It adjusts to the same plane every time, its just off level with the left back corner low and front right corner height. I swapped the motor drivers because it should make the leveling different, but the leveling stayed exactly the same. I swapped right and left motors and left and back motors. Therefore I dont see why it matters if my motors are assigned correctly because no matter their assignment the bed is leveled to the same position.

                                Circling back to if the motors are assigned and wired correctly, there are two others builders that used my config.g and wiring as a basis but are not having this issue. Plus the bed was leveling properly for six months and I have not changed the wiring or the motor assignment.

                                You can find the wiring diagram here:
                                https://github.com/3dprintingworld/MULDEX/blob/master/Images/MULDEX WIRING DIAGRAM.png

                                1 Reply Last reply Reply Quote 0
                                • Phaedruxundefined
                                  Phaedrux Moderator
                                  last edited by

                                  Is there a skew in the frame? Tilt on the print head?

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  3DPrintingWorldundefined 1 Reply Last reply Reply Quote 0
                                  • 3DPrintingWorldundefined
                                    3DPrintingWorld @Phaedrux
                                    last edited by

                                    @Phaedrux
                                    I don't see how the frame could be out of square, the extrusions are machined square and butt connected together so its not possible for it to no be square.

                                    Also, the axis would have to be skewed so far to result in a .4mm vertical variance in level of the bed.

                                    1 Reply Last reply Reply Quote 0
                                    • 3DPrintingWorldundefined
                                      3DPrintingWorld
                                      last edited by

                                      Here is what I verified mechanically:

                                      • I tried a backup BL touch
                                      • Tried running the cable for the BL touch separately incase there was interference with the heater cable.
                                      • I rebuilt the extruder carriage twice to make sure there was nothing wrong with the assembly.
                                      • Checked the set screws on pulleys.
                                      • Checked belt tension.
                                      • Loosed up the cable loom and supported it as the printer homed to verify the loom was not pulling on the carriage resulting bad readings from the BL touch.
                                      1 Reply Last reply Reply Quote 0
                                      • 3DPrintingWorldundefined
                                        3DPrintingWorld
                                        last edited by

                                        How can I run this trigger test macro that probes the three places used to home and it says the deviation is less than .01mm but in reality its .4mm? I can run the macro a bunch of times and it will return a .002 to .009mm deviation. Its repeating very accurately, but it seems as the printer thinks its level but its not.

                                        T0
                                        G28
                                        G90
                                        M558 F60				; Slow probing speed
                                        G30 P0 X200 Y285 Z-99999   ; Probe Middle
                                        G30 P1 X15 Y15 Z-99999     ; Probe Left
                                        G30 P2 X324 Y15 Z-99999 S-1 ; Probe Righ
                                        
                                        engikeneerundefined dc42undefined 2 Replies Last reply Reply Quote 0
                                        • engikeneerundefined
                                          engikeneer @3DPrintingWorld
                                          last edited by

                                          @3DPrintingWorld you my have checked this, but do you have your heightmap loaded when running bed.g? If mesh compensation is active, it will cause something similar where the bed looks tilted, but it adjusts it up and down so the probed height doesn't show thr tilt.
                                          I always start all my homing and bed.g files with a G29 S-2 to make sure I don't have a heightmap loaded (/mesh compensation active)

                                          E3D TC with D3Mini and Toolboards.
                                          Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
                                          i3 clone with a bunch of mods

                                          3DPrintingWorldundefined 1 Reply Last reply Reply Quote 0
                                          • dc42undefined
                                            dc42 administrators @3DPrintingWorld
                                            last edited by

                                            @3DPrintingWorld said in Error: bad Command XXX W/RRF 3.2 and leveling issue:

                                            How can I run this trigger test macro that probes the three places used to home and it says the deviation is less than .01mm but in reality its .4mm? I can run the macro a bunch of times and it will return a .002 to .009mm deviation. Its repeating very accurately, but it seems as the printer thinks its level but its not.

                                            My guess is that the print heat is tilting a little depending on the direction in which it last moved. This will cause the relative heights of the nozzle and the BLTouch to change. Please post photos of the print carriage assembly.

                                            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

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