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

    PanelDue is not starting any print job [SOLVED]

    Scheduled Pinned Locked Moved
    PanelDue
    4
    13
    1.5k
    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.
    • duetinoundefined
      duetino
      last edited by

      Hi I checked the console and it says File selected for printing…. and even in the web interface it does the same, but no error at all? Fast bargraph done -> reprint -> same again.

      Totally lost here?

      do it to it -> rinse and repeat

      1 Reply Last reply Reply Quote 0
      • deckingmanundefined
        deckingman
        last edited by

        Can you just confirm that the web interface does the same. i.e is it as the thread title that you can't print from Pane Due, or is it acse that you can't print from either the web interface or PanelDue? And does it show print complete 100% done?

        Ian
        https://somei3deas.wordpress.com/
        https://www.youtube.com/@deckingman

        1 Reply Last reply Reply Quote 0
        • Dougal1957undefined
          Dougal1957
          last edited by

          have you definitely got a tool selected I have seen this behaviour if you don't

          1 Reply Last reply Reply Quote 0
          • duetinoundefined
            duetino
            last edited by

            Hi,
            As you can see from the start script I got T0, which is pretty much a tool selection I guess, or do I have to confirm it somewhere?

            all the best

            do it to it -> rinse and repeat

            1 Reply Last reply Reply Quote 0
            • Dougal1957undefined
              Dougal1957
              last edited by

              try putting a T0 at the end of your Config.g I agree the one in the start should do it but S3D can ignore things like that from time to time

              1 Reply Last reply Reply Quote 0
              • duetinoundefined
                duetino
                last edited by

                try putting a T0 at the end of your Config.g I agree the one in the start should do it but S3D can ignore things like that from time to time

                I have that multiple times now everywhere

                OK, now I can say if I take the uploaded file from S3D and want to print it via WebControl. It does not print as well. Same behaviour. But if I upload the file via WebControl via Upload and Print it does it fine.

                all the best

                do it to it -> rinse and repeat

                1 Reply Last reply Reply Quote 0
                • duetinoundefined
                  duetino
                  last edited by

                  OK I figured it out now…. Whooheee!!!!

                  Slightly modified postprocessing script:

                  [[bash]]
                  path=[output_filepath]
                  file=${path##*/}
                  curl --data-binary "@[output_filepath]" http://192.168.0.85/rr_upload?name=gcodes/[output_filename].gcode
                  logger "Writing file to 3DPrinter via: curl --data-binary "@[output_filepath]" http://192.168.0.85/rr_upload?name=gcodes/[output_filename].gcode"
                  curl http://192.168.0.85/rr_gcode?gcode=M140S50
                  curl http://192.168.0.85/rr_gcode?gcode=G10P0R120S200
                  curl http://192.168.0.85/rr_gcode?gcode=T-1
                  
                  

                  If you are courious what the difference is
                  1. I tried to find a debug possibility with logger -> install logutils and you can directly log into syslog | Check
                  2. I found out that the file I uploaded was completely different in size and behaviour -> changed to data-binary option | Check

                  Voila printing from PanelDue and WebControl -> no problemo

                  Could have been so easy, but the dog lies in detail (or whatever you say in english)

                  all the best duetino

                  do it to it -> rinse and repeat

                  1 Reply Last reply Reply Quote 0
                  • duetinoundefined
                    duetino
                    last edited by

                    How can I mark the thread as solved?

                    do it to it -> rinse and repeat

                    1 Reply Last reply Reply Quote 0
                    • deckingmanundefined
                      deckingman
                      last edited by

                      @duetino:

                      How can I mark the thread as solved?

                      Edit the title in the opening post is one way.

                      Ian
                      https://somei3deas.wordpress.com/
                      https://www.youtube.com/@deckingman

                      1 Reply Last reply Reply Quote 0
                      • duetinoundefined
                        duetino
                        last edited by

                        Thanks guys, even no direct hint brought me to THE solution, and also edit the title is even better… did that and I guess nobody can tell if I did hit a button or not.

                        BTW, there is an Answer button, which marks the solution of the thread, don't know if that leads to a double solved ?

                        Great work/help/assistance anyway

                        do it to it -> rinse and repeat

                        1 Reply Last reply Reply Quote 0
                        • duetinoundefined
                          duetino
                          last edited by

                          Actually I want to leave it like this but for everybody to visualize the difference of a little misconfiguration…
                          The (left) part with line numbers is correct, the other is as well just without carriage return and linefeed uploaded as one big line.

                          all the best duetino

                          do it to it -> rinse and repeat

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