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

    Print Removed 'Button'

    Scheduled Pinned Locked Moved
    General Discussion
    3
    4
    217
    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.
    • laelundefined
      lael
      last edited by

      Is there a way to add a 'Print Removed' Button or similar to the PanelDue and Web Interface? Given that you can print remotely (IE, not in the same room), and in our situation, it is possible that multiple people will have access to the printer, it would be helpful to know if a printer has completed a print, and prevent it from starting another print until someone physically attends the printer and presses the button on the panel to say the print has been removed, so that people don't attempt to print on top of another print.

      1 Reply Last reply Reply Quote 0
      • OwenDundefined
        OwenD
        last edited by

        You could create a macro button by creating a macro called "print-removed.g" in the root of the macros folder
        The macro could use M42 to set an output low when pressed (print removed)
        In start.g check if that output is high
        If it's already high, cancel print
        If it's not, set it high

        It's fraught with danger though
        What if the print was cleared but the beds not cleaned
        What about cancelled prints. etc
        A webcam would be a better check IMO

        1 Reply Last reply Reply Quote 0
        • laelundefined
          lael
          last edited by

          Is there a way to integrate a webcam view into the interface?

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

            @lael said in Print Removed 'Button':

            Is there a way to integrate a webcam view into the interface?

            Yes.

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

            Z-Bot CoreXY Build | Thingiverse Profile

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