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

    Audio cue for completed prints

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    3
    372
    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.
    • MortarArtundefined
      MortarArt
      last edited by

      Is there any function for an audio cue via web control when a print is completed, or there is an error?

      1 Reply Last reply Reply Quote 0
      • aidarundefined
        aidar
        last edited by

        You mean something like this to put into end script? https://duet3d.dozuki.com/Wiki/Gcode#Section_M300_Play_beep_sound

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

          Here's my end of print tune.

          ;Play a little beep beep beep to show print ended.
          M400			; Clear queue again before jingle
          G4 S1
          M300 P250 S750
          G4 P251
          M300 P200 S1250
          G4 P201
          M300 P250 S750
          G4 P251
          M300 P200 S1250
          G4 P201
          M300 P250 S2500
          G4 P251
          M300 P150 S2000
          G4 P151
          M300 P150 S2500
          G4 P151
          M300 P350 S3700
          G4 P351
          

          Z-Bot CoreXY Build | Thingiverse Profile

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