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

    Duet Software Framework

    Scheduled Pinned Locked Moved
    Beta Firmware
    3
    18
    1.1k
    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.
    • A Former User?
      A Former User
      last edited by

      please do ls -la /opt/dsf/sd and post?

      pdundefined 1 Reply Last reply Reply Quote 0
      • pdundefined
        pd @A Former User
        last edited by

        @bearer thanks for your response. I'm attaching the output as requested plus ditto for the sys directory which for some reason shows the config.g file owned by root. I have also attached the config file which I am using to test with as the parser seems to complain about a duplicate P parameter which I haven't spotted so far.
        total 24
        drwxr-xr-x 6 pi pi 4096 Sep 16 14:36 .
        drwxr-xr-x 6 pi pi 4096 Sep 16 14:36 ..
        drwxr-xr-x 2 pi pi 4096 Aug 29 10:31 filaments
        drwxr-xr-x 2 pi pi 4096 Aug 29 10:31 gcodes
        drwxr-xr-x 3 pi pi 4096 Sep 19 11:21 macros
        drwxr-xr-x 2 pi pi 4096 Sep 20 08:21 sys
        lrwxrwxrwx 1 pi pi 7 Aug 29 10:31 www -> ../dwc2

        total 680
        drwxr-xr-x 2 pi pi 4096 Sep 20 08:21 .
        drwxr-xr-x 6 pi pi 4096 Sep 16 14:36 ..
        -rw-r--r-- 1 pi pi 1709 Sep 19 17:27 bed.g
        -rw-r--r-- 1 pi pi 59 Sep 19 17:27 cancel.g
        -rw-r--r-- 1 root root 2304 Sep 20 08:21 config.g
        -rw-r--r-- 1 pi pi 2304 Sep 19 17:45 config.g.bak
        -rw-r--r-- 1 pi pi 342 Sep 20 08:18 config-override.g
        -rw-r--r-- 1 pi pi 458436 Sep 19 17:33 Duet3Firmware_MB6HC.bin
        -rw-r--r-- 1 pi pi 33804 Sep 13 13:25 Duet3iap_spi_MB6HC.bin
        lrwxrwxrwx 1 pi pi 24 Sep 13 13:25 Duet3iap_spi_MBP05.bin -> ./Duet3iap_spi_MB6HC.bin
        -rw-r--r-- 1 pi pi 1079 Sep 19 17:37 dwc2settings.json
        -rw-r--r-- 1 pi pi 886 Sep 19 17:28 homeall.g
        -rw-r--r-- 1 pi pi 474 Sep 19 17:28 homex.g
        -rw-r--r-- 1 pi pi 760 Sep 19 17:28 homey.g
        -rw-r--r-- 1 pi pi 441 Sep 19 17:28 homez.g
        -rw-r--r-- 1 pi pi 60476 Sep 19 17:28 iap4e.bin
        -rw-r--r-- 1 pi pi 60748 Sep 19 17:28 iap4s.bin
        -rw-r--r-- 1 pi pi 221 Sep 19 17:28 pause.g
        -rw-r--r-- 1 pi pi 206 Sep 19 17:28 resume.g
        -rw-r--r-- 1 pi pi 54 Sep 19 17:28 sleep.g
        -rw-r--r-- 1 pi pi 86 Sep 19 17:28 stop.g
        -rw-r--r-- 1 pi pi 136 Sep 19 17:28 tfree0.g
        -rw-r--r-- 1 pi pi 196 Sep 19 17:28 tpost0.g
        -rw-r--r-- 1 pi pi 139 Sep 19 17:28 tpre0.g

        ; Configuration file for Workbee

        ; Network
        M550 P Peter's WorkBee; Set machine name
        M552 S1
        M564 H0
        ; General preferences
        M111 S0 ; Debugging off
        M453 ; CNC mode
        G21 ; Work in millimetres
        G90 ; Send absolute coordinates...
        M83 ; ...but relative extruder moves
        M555 P2 ; Set firmware compatibility to look like Marlin
        ; Automatic saving after power loss is not enabled

        ; Endstops
        ;M558 P5 H5 F100 T2500 ; Set Z probe type to switch and the dive height + speeds
        ;G31 P600 X0 Y0 Z39.55 ; Set Z probe trigger value, offset and trigger height
        ;M557 X15:530 Y15:500 S20 ; Define mesh grid

        ; Drives & Axis
        ;
        ; Define axis X on drive 0, axis Y on drives 1 and 3, axis Z on drive 2 and dummy axis U on drive 9
        ; Show only axis X, Y and Z
        M584 X0 Y1:4 Z2 U9 E4:5:6 P3

        ;
        ; Set stepper drives parameters for all the used ones
        M569 P0 S1 ; Drive 0 goes forwards
        M569 P1 S0 ; Drive 1 goes backwards
        M569 P2 S1 ; Drive 2 goes forwards
        M569 P3 S0 ; Drive 3 goes backwards
        M350 X16 Y16 Z16 U16 ; Configure microstepping with interpolation
        M906 X2400 Y2400 Z2400 U2400 I30 ; Set motor currents (mA) and motor idle factor in per cent

        M84 S30 ; Set idle timeout
        ;
        ; Set axis dynamic parameters
        M92 X400 Y400 Z400 U400 ; Set steps per mm
        M566 X400 Y400 Z12 U400 ; Set maximum instantaneous speed changes (mm/min)
        M203 X2500 Y2500 Z2500 U2500 ; Set maximum speeds (mm/min)
        M201 X150 Y150 Z150 U150 ; Set accelerations (mm/s^2)
        ;
        ; Set axis travel distances
        M208 X0 Y0 Z0 U0 S1 ; Set axis minima
        M208 X550 Y520 Z94 U520 S0 ; Set axis maxima
        ;
        ; Set axis endstops
        ;M574 X1 Y1 Z2 U1 S1 ; Set active high endstops
        M574 X1 S1 P"io0.in"

        M581 X Y Z U S0 T0 C0 ; Enable endstop triggers while machining

        ; Heaters
        M140 H-1 ; Disable heated bed

        ; Tools; Custom settings
        M564 H0 ; Enable jog commands when not homed
        M140 H-1 ; Disable heated bed
        M501 ; Load Stored Parameters
        ;M563 P1 S"XYZ-Probe" ; Define XYZ Touch Probe Tool

        A Former User? 1 Reply Last reply Reply Quote 0
        • A Former User?
          A Former User @pd
          last edited by

          @pd said in Duet Software Framework:

          M550 P Peter's WorkBee; Set machine name

          try
          M550 P"Peter's WorkBee"; Set machine name

          1 Reply Last reply Reply Quote 0
          • pdundefined
            pd
            last edited by

            @bearer said
            try
            M550 P"Peter's WorkBee"; Set machine name

            Many thanks that worked

            T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
            • T3P3Tonyundefined
              T3P3Tony administrators @pd
              last edited by T3P3Tony

              @pd also M550 should not be used at all right now. If you want to set the hostname, have a look here:

              https://duet3d.dozuki.com/Wiki/SBC_Setup_for_Duet_3#Section_Changing_the_SBC_hostname

              however it needs to be a valid network hostname so no spaces and no punctuation.

              www.duet3d.com

              1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User
                last edited by

                As of 1.0.3.3 M550 controls the displayed name in DWC, but indeed it can only be set to the same name as the current hostname; however it defaults to "My Duet"

                9/20/2019, 12:12:51 PM	M550 P"Duet3"
                9/20/2019, 12:12:37 PM	M550 PDUET3
                9/20/2019, 12:12:22 PM	M550 PTEST
                Error: Machine name must consist of the same letters and digits as configured by the Linux hostname
                9/20/2019, 12:12:14 PM	Connected to 10.10.0.195
                
                T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                • T3P3Tonyundefined
                  T3P3Tony administrators @A Former User
                  last edited by

                  @bearer yep, so best to leave it commented out until a future version when we can use DWC to set the hostname

                  www.duet3d.com

                  pdundefined 1 Reply Last reply Reply Quote 0
                  • pdundefined
                    pd @T3P3Tony
                    last edited by

                    @T3P3Tony Yes apologies I should have mentioned that. The next error message I received said the name set by M550 had to be exactly the same as the host name. Is this a function of RRF 3 or the duet framework setup?

                    T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                    • T3P3Tonyundefined
                      T3P3Tony administrators @pd
                      last edited by

                      @pd its the way that printer names and hostnames are related right now. For now please comment out M550 and then set your hostname to whatever you want to be the network name and printer name.

                      www.duet3d.com

                      A Former User? 1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User @T3P3Tony
                        last edited by

                        @T3P3Tony said in Duet Software Framework:

                        For now please comment out M550 and then set your hostname to whatever you want to be the network name and printer name.

                        @bearer said in Duet Software Framework:

                        however it defaults to "My Duet"

                        ?

                        T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                        • T3P3Tonyundefined
                          T3P3Tony administrators @A Former User
                          last edited by

                          @bearer weird - my does not it shows the hostname

                          www.duet3d.com

                          T3P3Tonyundefined A Former User? 2 Replies Last reply Reply Quote 0
                          • T3P3Tonyundefined
                            T3P3Tony administrators @T3P3Tony
                            last edited by

                            @T3P3Tony 5764ae2f-a8ef-4574-ae30-952920153665-image.png

                            www.duet3d.com

                            1 Reply Last reply Reply Quote 0
                            • A Former User?
                              A Former User @T3P3Tony
                              last edited by

                              @T3P3Tony said in Duet Software Framework:

                              @bearer weird - my does not it shows the hostname

                              After downloading the DuetPi.img to test, it comes up as "My Duet" with the hostname "duet3"
                              41f02750-2fb5-4e81-a7c5-fa8088d47fcf-image.png

                              pi@duet3:/opt $ hostname
                              duet3
                              

                              But the name in Duet Web Control does change to "duet3" after creating an empty config.g which seems odd that a value should have effectively two defaults at different stages of booting.

                              pi@duet3:/opt/dsf/sd/sys $ touch config.g
                              

                              96ca9baf-a481-4ce7-a959-ef3c7fd25337-image.png

                              1 Reply Last reply Reply Quote 0
                              • T3P3Tonyundefined
                                T3P3Tony administrators
                                last edited by

                                one is the default for the DWC application. the other is what DSF will set once it has booted.

                                www.duet3d.com

                                A Former User? 1 Reply Last reply Reply Quote 0
                                • A Former User?
                                  A Former User @T3P3Tony
                                  last edited by

                                  I get that, but I don't think many user will differentiate between having an empty config file and the defaults attached to DSF and a missing config file and the defaults attached to DWC.

                                  T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                                  • T3P3Tonyundefined
                                    T3P3Tony administrators @A Former User
                                    last edited by

                                    @bearer well an empty config.g is not a state i would expect the system to be in except on initial setup. at which point, whatever is shown in DWC is not as important.

                                    www.duet3d.com

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