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

    A few small things

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    2
    2
    550
    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.
    • Styler93gsxundefined
      Styler93gsx
      last edited by

      MM/sec
      current layer height/total layers
      current travel speed(live update mm/per sec instead of speed of percent of something you entered 10 hours ago on a long print)
      current print speed(same)
      current acceleration settings
      extruder retratction settings (live update) Hard I know cause this is done in the slicing software but maybe could be done in firmware
      Serial console of gcode that is being transmitted.

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        I'm not sure exactly what you mean, but here goes:

        MM/sec: in what context? In GCode, mm/min are always used, probably because GCode was originally designed for CNC machines which use lower speeds than we do.

        current travel speed(live update mm/per sec instead of speed of percent of something you entered 10 hours ago on a long print)
        current print speed(same)

        The speed of the current move could be displayed, but how useful is that?

        current acceleration settings You can use M201 and M204 without parameters to report them

        extruder retratction settings (live update) Hard I know cause this is done in the slicing software but maybe could be done in firmware As you say, hard, but not impossible. Why not use firmware retraction instead?

        Serial console of gcode that is being transmitted You can get this sent to the USB port if you send M111 S1 P3.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

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