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

Help with configuration

Scheduled Pinned Locked Moved Solved
General Discussion
2
16
437
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
    Pranayme
    last edited by 23 Oct 2023, 20:21

    I get this error when i try M98 P"config.g"

    Error: Setting not available for external drivers
    Warning: Macro file config-override.g not found
    This is my configuration file.
    config (1).g

    I have one motor on each of x,y and z axes. and one extruder motor. Extruder is connected on to 1XD board and Z is connected to HCL board. The main board is 6HC v1.02. Firmware is 3.4.5.

    Can anyone help me please. Thanks in advance.

    undefined 1 Reply Last reply 23 Oct 2023, 21:01 Reply Quote 0
    • undefined
      fcwilt @Pranayme
      last edited by 23 Oct 2023, 21:01

      @Pranayme

      Well the warning about config_override.g is simple. You have an M501 near the very end of your config file but you don't have the actual override file. Either disable/remove the M501 or add a empty config-override.g file

      As to the other error perhaps it is this: M569 P40.0 S1 T2:2:2:2.

      Remove the T parameter and see what happens.

      Frederick

      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

      undefined 1 Reply Last reply 23 Oct 2023, 21:46 Reply Quote 0
      • undefined
        Pranayme @fcwilt
        last edited by 23 Oct 2023, 21:46

        @fcwilt Well the warning is gone, but the error still remains

        undefined 1 Reply Last reply 23 Oct 2023, 21:49 Reply Quote 0
        • undefined
          fcwilt @Pranayme
          last edited by 23 Oct 2023, 21:49

          @Pranayme said in Help with configuration:

          @fcwilt Well the warning is gone, but the error still remains

          So you removed the T parameter?

          Frederick

          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

          undefined 1 Reply Last reply 23 Oct 2023, 21:57 Reply Quote 0
          • undefined
            Pranayme @fcwilt
            last edited by 23 Oct 2023, 21:57

            @fcwilt Yes, but got the same error

            undefined 1 Reply Last reply 23 Oct 2023, 21:58 Reply Quote 0
            • undefined
              fcwilt @Pranayme
              last edited by 23 Oct 2023, 21:58

              @Pranayme said in Help with configuration:

              @fcwilt Yes, but got the same error

              You are "re-booting" after changing config.g - correct?

              Frederick

              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

              undefined 1 Reply Last reply 23 Oct 2023, 21:59 Reply Quote 0
              • undefined
                Pranayme @fcwilt
                last edited by 23 Oct 2023, 21:59

                @fcwilt No i didn't reboot. I sent M98 P"config.g"

                undefined 1 Reply Last reply 23 Oct 2023, 22:00 Reply Quote 0
                • undefined
                  fcwilt @Pranayme
                  last edited by 23 Oct 2023, 22:00

                  @Pranayme said in Help with configuration:

                  @fcwilt No i didn't reboot. I sent M98 P"config.g"

                  Just to be safe try a re-boot. I vaguely recall that some configuration settings need a re-boot to clear them.

                  I always re-boot to be safe.

                  Frederick

                  Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                  undefined 1 Reply Last reply 23 Oct 2023, 22:02 Reply Quote 0
                  • undefined
                    Pranayme @fcwilt
                    last edited by 23 Oct 2023, 22:02

                    @fcwilt
                    Tried reboot, but same thing.
                    Error: Setting not available for external drivers

                    undefined 2 Replies Last reply 23 Oct 2023, 22:03 Reply Quote 0
                    • undefined
                      fcwilt @Pranayme
                      last edited by 23 Oct 2023, 22:03

                      @Pranayme said in Help with configuration:

                      @fcwilt
                      Tried reboot, but same thing.
                      Error: Setting not available for external drivers

                      OK thanks.

                      Let me take another look.

                      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                      undefined 1 Reply Last reply 23 Oct 2023, 22:09 Reply Quote 0
                      • undefined
                        fcwilt @Pranayme
                        last edited by 23 Oct 2023, 22:08

                        @Pranayme

                        While I ponder this you could try a "brute force" approach and edit things so you are:

                        • configuring X only
                        • test
                        • then add Y
                        • test
                        • then add Z
                        • test

                        Tedious but likely to reveal the problem.

                        Frederick

                        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                        undefined 1 Reply Last reply 24 Oct 2023, 14:02 Reply Quote 0
                        • undefined
                          fcwilt @fcwilt
                          last edited by 23 Oct 2023, 22:09

                          @fcwilt

                          Oh, you have a M569.7 command twice.

                          It may or may not matter.

                          Frederick

                          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            Pranayme @fcwilt
                            last edited by 24 Oct 2023, 14:02

                            @fcwilt I did this, X,Y and Z axis were fine. The error came when I had the extruder configuration alone.

                            undefined 1 Reply Last reply 24 Oct 2023, 14:12 Reply Quote 0
                            • undefined Pranayme marked this topic as a question 24 Oct 2023, 14:07
                            • undefined
                              fcwilt @Pranayme
                              last edited by fcwilt 24 Oct 2023, 14:12

                              @Pranayme said in Help with configuration:

                              @fcwilt I did this, X,Y and Z axis were fine. The error came when I had the extruder configuration alone.

                              Good job.

                              Now we can focus on axis E.

                              How about adding back each E related item and test.

                              One of them should be the source of the error.

                              Again tedious but likely effective.

                              Frederick

                              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                              undefined 1 Reply Last reply 24 Oct 2023, 14:42 Reply Quote 0
                              • undefined
                                Pranayme @fcwilt
                                last edited by 24 Oct 2023, 14:42

                                @fcwilt Error was with the M906 command

                                undefined 1 Reply Last reply 24 Oct 2023, 14:45 Reply Quote 0
                                • undefined
                                  fcwilt @Pranayme
                                  last edited by 24 Oct 2023, 14:45

                                  @Pranayme said in Help with configuration:

                                  @fcwilt Error was with the M906 command

                                  Good job.

                                  I know it was tedious but it worked.

                                  I wonder how you do set the current for that stepper - clearly related to using the 1XD board.

                                  Frederick

                                  Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                                  1 Reply Last reply Reply Quote 0
                                  • undefined Pranayme has marked this topic as solved 24 Oct 2023, 19:57
                                  6 out of 16
                                  • First post
                                    6/16
                                    Last post
                                  Unless otherwise noted, all forum content is licensed under CC-BY-SA