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

Print Removed 'Button'

Scheduled Pinned Locked Moved
General Discussion
3
4
209
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
    lael
    last edited by 3 Nov 2020, 00:08

    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
    • undefined
      OwenD
      last edited by 3 Nov 2020, 02:09

      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
      • undefined
        lael
        last edited by 3 Nov 2020, 02:35

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

        undefined 1 Reply Last reply 3 Nov 2020, 02:48 Reply Quote 0
        • undefined
          Phaedrux Moderator @lael
          last edited by 3 Nov 2020, 02:48

          @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
          2 out of 4
          • First post
            2/4
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA