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

    RepRapFirmware 3.0 first official beta is out

    Scheduled Pinned Locked Moved
    Beta Firmware
    15
    132
    9.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.
    • kraegarundefined
      kraegar
      last edited by

      I have seen two failure scenarios.

      1. It says heater 0 faulted, temps all drop, % complete goes to 100% and it keeps on moving in x/y/z through the gcode file. I can't cancel the print, even though it's still chugging along
      2. It just stops entirely. Also reports 100% complete.

      @T3P3Tony - good catch. It's interesting, yes I have only 1.0.3.3 installed now according to apt list, but it reports back as running 1.0.3.1. This was after multiple full reboots since I'd pulled 1.0.3.3. It must not have updated right when I switched repo's. I uninstalled it (sudo apt-get remove duetsoftwareframework; sudo apt autoremove ), rebooted for good measure, then pulled a fresh copy. M122 now reports the correct version that matches the CLI.

      Co-Creator of the RailcoreII CoreXY printer
      https://www.thingiverse.com/thing:2407174

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

        @kraegar ok, at least some of those issues are supposed to be fixed in 1.0.3.3 so please try again!

        www.duet3d.com

        1 Reply Last reply Reply Quote 0
        • kraegarundefined
          kraegar
          last edited by

          Yep, already starting a print!

          Sorry, if I'd noticed M122 had a different version earlier I wouldn't have bothered till that was fixed!

          (It may be worth investigating how your updates work, since the CLI showed a later version than what was running, something didn't get overwritten properly)

          Co-Creator of the RailcoreII CoreXY printer
          https://www.thingiverse.com/thing:2407174

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

            @kraegar yes - i think we need to force stop the service before the update runs

            www.duet3d.com

            1 Reply Last reply Reply Quote 0
            • kraegarundefined
              kraegar
              last edited by

              Is it possibly to query against the duet services from the CLI now? A diag script to list versions, compare the running version against the installed version, etc would be trivial, and handy if so. I'm sure more could be added to it over time, too.

              Co-Creator of the RailcoreII CoreXY printer
              https://www.thingiverse.com/thing:2407174

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

                @kraegar said in RepRapFirmware 3.0 first official beta is out:

                Is it possibly to query against the duet services from the CLI now?

                maybe the link in this post has some inspiration; not been updated to reflect the new repository however https://github.com/chrishamm/DuetSoftwareFramework/issues/31#issuecomment-513701442

                if you meant to run g-code from the console you might want to look at this (CodeConsole is very unpolished)

                pi@duet3:/opt/dsf/bin $ sudo ./CodeConsole
                Connected!
                M115
                FIRMWARE_NAME: RepRapFirmware for Duet 3 ...
                pi@duet3:/opt/dsf/bin $
                
                beikeland created this issue in chrishamm/DuetSoftwareFramework

                closed M115 does not work on serial/USB #31

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

                  @kraegar you can see what services are running in the normal linux way. but not what firmware is on the duet w/o writing a plugin for DSF (or as @bearer says use codeconsole)

                  www.duet3d.com

                  kraegarundefined 1 Reply Last reply Reply Quote 1
                  • kraegarundefined
                    kraegar @T3P3Tony
                    last edited by

                    @T3P3Tony Yeah, I meant querying the duet itself. I'll take a look at codeconsole, and the other threads. Sounds like there's been some good work done already, so I probably won't muddy the waters.

                    Co-Creator of the RailcoreII CoreXY printer
                    https://www.thingiverse.com/thing:2407174

                    1 Reply Last reply Reply Quote 0
                    • kraegarundefined
                      kraegar
                      last edited by

                      Longest completed duet3 print @ 3h 5m without issue now that I'm running the latest software. I'll keep on testing!

                      Co-Creator of the RailcoreII CoreXY printer
                      https://www.thingiverse.com/thing:2407174

                      1 Reply Last reply Reply Quote 1
                      • smoki3undefined
                        smoki3
                        last edited by smoki3

                        I have problems with the thermistors on this build on my Duet2Wifi. T0,T1 and Bed shows -273 °C. The thermistors on the duex5 are fine. They are defines as:

                        ; Thermal Sensors
                        M308 S0 P"bed_temp" Y"thermistor" T100000 B3950 R4700                    	; Set thermistor + ADC parameters for heater 0
                        M308 S1 P"e0_temp" Y"thermistor" T100000 B4725 C7.060000e-8 R4700       	; Set thermistor + ADC parameters for heater 1
                        M308 S2 P"e1_temp" Y"thermistor" T100000 B4725 C7.060000e-8 R4700       	; Set thermistor + ADC parameters for heater 2
                        M308 S3 P"e2_temp" Y"thermistor" T100000 B4725 C7.060000e-8 R4700       	; Set thermistor + ADC parameters for heater 3
                        M308 S4 P"e3_temp" Y"thermistor" T100000 B4725 C7.060000e-8 R4700       	; Set thermistor + ADC parameters for heater 4
                        
                        ; Hardware
                        M950 H0 C"bed_heat" T0
                        M950 H1 C"e0_heat" T1
                        M950 H2 C"e1_heat" T2
                        M950 H3 C"!exp.heater3" T3
                        M950 H4 C"!exp.heater4" T4
                        

                        If I ask for the Statuts with M308 S1I get correct values:

                        M308 S1
                        Sensor 1 type Thermistor using pin e0temp, reading 22.1, last error: success, T:100000.0 B:4725.0 C:7.06e-8 R:4700.0 L:0 H:0
                        
                        1 Reply Last reply Reply Quote 0
                        • tdybare69undefined
                          tdybare69
                          last edited by

                          I NEED HELP MY SD CARD CRASHED. HOW DO I START WITH A BLANK SD CARD.

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

                            @tdybare69 said in RepRapFirmware 3.0 first official beta is out:

                            I NEED HELP MY SD CARD CRASHED. HOW DO I START WITH A BLANK SD CARD.

                            You start by turning off your Caps Lock. Then you format the SD card, download Raspbian - write the image to the SD card, and add the Duet3D repository and install DuetSoftwareFramework according to the Wiki. (Or wait for the Duet3d guys to make the image available as a download)

                            wget -q https://pkg.duet3d.com/duet3d.gpg
                            wget -q https://pkg.duet3d.com/duet3d-unstable.list
                            sudo mv duet3d.gpg /etc/apt/trusted.gpg.d/
                            sudo mv duet3d-unstable.list /etc/apt/sources.list.d/duet3d-unstable.list
                            sudo chown root:root /etc/apt/trusted.gpg.d/duet3d.gpg
                            sudo chown root:root /etc/apt/sources.list.d/duet3d-unstable.list
                            sudo apt-get install apt-transport-https
                            sudo apt-get update
                            
                            tdybare69undefined 1 Reply Last reply Reply Quote 1
                            • jannauundefined
                              jannau
                              last edited by

                              The only option I currently see is start with a new Raspbian image and install Duet Software Framework as described here: https://duet3d.dozuki.com/Wiki/Duet_3_prototype_guide_for_OEMs

                              I'm currently doing that since my Duet3 apparently came without SD card and it seems to work. I have not connected any Hardware to the Duet yet.

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

                                @tdybare69 I have just finished writing the documentation to help with this:

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

                                Please let me know how you get on.

                                @bearer thankfully we have the SD image so hopefully it will be a bit quicker now. Also welcome feedback on the linked documentation.

                                www.duet3d.com

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

                                  @jannau I am surprised your Duet 3 came without an SD card, I will pass that on. Please see this documentation:

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

                                  Feedback welcome I have just written it!

                                  www.duet3d.com

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

                                    Looks good at a glance, minor formatting glitch in the list way at the bottom, has visible [code] tags.

                                    DuetPi.img 3.2G - this could probably be compressed to save some bandwidth and or time.

                                    Edit:

                                    You will need at least an 8Gb class 10 SD card.

                                    If using a larger card you may wish to expand the filesystem to utilize the adittional space. Run sudo raspi-config nonint do_expand_rootfs to expand the filesystem to span the whole card.

                                    One this is complete Windows may prompt you to format the disk. Do not do this, it is because Windows does not recognise one of the partitions on the image.

                                    Once

                                    Create a new file named “wpa_supplicant.conf” (exact naming is critical, do not have a ".txt" at the end of the file).

                                    This file already exists in the image btw

                                    In a text editor add the following:
                                    country=GB
                                    Replacing the SSID_OF_NETWORK with your wifi SSID and PASSWORD_OF_NETWORK with your password.
                                    Save and safely eject the SD card

                                    Might be obvious to some, but changing the country code for compliance with wifi certifications might be mentioned here. Which channel the driver will allow the wifi chip to use is dependent on this setting. Two letter country code from https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements

                                    If none of these steps work see the Troubleshooting Duet 3 - SBC communications documentation.

                                    dead link

                                    Image Size and compression: DuetPi.img 3,447,717,888 vs DuetPi.img.bz2 864,099,605 - maybe not everyone is living in purgatory with a 4Mbit downstream. Also consider adding MD5/SHA1 signature files to help verify the download.

                                    tdybare69undefined 1 Reply Last reply Reply Quote 0
                                    • tdybare69undefined
                                      tdybare69 @A Former User
                                      last edited by

                                      @bearer WHERE DO I GET THE DUET 3D REPOSITORY.

                                      tdybare69undefined 1 Reply Last reply Reply Quote 0
                                      • tdybare69undefined
                                        tdybare69 @tdybare69
                                        last edited by

                                        @tdybare69 said in RepRapFirmware 3.0 first official beta is out:

                                        @bearer WHERE DO I GET THE DUET 3D REPOSITORY.

                                        i got it working the hard way but it is missing files. i am going to try your way. then maybe i can get the bltouch to work
                                        i keep getting a m280invalid servo index 5 in m280 command.

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

                                          @tdybare69 can you start a new thread with the specific issue.

                                          If by "missing files" you mean the printer configuration for your printer, you do need to generate that yourself, looking at the issues you are reporting i would start by checking.

                                          https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_M280

                                          and you will need to setup the specific pin you are using for the BL touch servo using M950.

                                          www.duet3d.com

                                          tdybare69undefined 1 Reply Last reply Reply Quote 0
                                          • tdybare69undefined
                                            tdybare69 @T3P3Tony
                                            last edited by

                                            @T3P3Tony i have plugged it in according to the diagram. black and white on the probe 2 right pins. the red on pin1 , brown on pin 2, and the orange on pin 8.

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