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

    About "status" in Gcode

    Scheduled Pinned Locked Moved
    Gcode meta commands
    2
    7
    375
    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.
    • Distance98undefined
      Distance98
      last edited by

      Recently I've been trying the ERCFonRRF project and and had some problems with it.
      In the load.g file,I see this command of command

      if state.status == "processing”
      

      but I don't know what this mean, I searched the meta command ,but didn't found it. So I come here ask for help
      where can I get the information about "state.status" and "processing"

      The complete code is as follow:
      396e232e-dab1-44be-afcb-3ea09a061459-image.png

      1 Reply Last reply Reply Quote 0
      • Distance98undefined
        Distance98
        last edited by

        load.g

        Here is the file

        cosmowaveundefined 1 Reply Last reply Reply Quote 0
        • cosmowaveundefined
          cosmowave @Distance98
          last edited by

          @Distance98 "processing" means that the controller is doing something and is NOT "idle"

          Mankati FSXT+, DeltaTowerV2, E3D MS/TC

          1 Reply Last reply Reply Quote 0
          • Distance98undefined
            Distance98
            last edited by

            or just the printer is working?such as it is printing a model?

            cosmowaveundefined 1 Reply Last reply Reply Quote 0
            • cosmowaveundefined
              cosmowave @Distance98
              last edited by

              @Distance98 Yes, of course.

              Mankati FSXT+, DeltaTowerV2, E3D MS/TC

              cosmowaveundefined 1 Reply Last reply Reply Quote 0
              • cosmowaveundefined
                cosmowave @cosmowave
                last edited by

                @cosmowave
                here is a list of the possible current state of the machine

                • disconnected: Not connected to the Duet
                • starting: Processing config.g
                • updating: The firmware is being updated
                • off: The machine is turned off (i.e. the input voltage is too low for operation)
                • halted: The machine has encountered an emergency stop and is ready to reset
                • pausing: The machine is about to pause a file job
                • paused: The machine has paused a file job
                • resuming: The machine is about to resume a paused file job
                • cancelling: Job file is being cancelled
                • processing: The machine is processing a file job
                • simulating: The machine is simulating a file job to determine its processing time
                • busy: The machine is busy doing something (e.g. moving)
                • changingTool: The machine is changing the current tool
                • idle: The machine is on but has nothing to do

                Mankati FSXT+, DeltaTowerV2, E3D MS/TC

                Distance98undefined 1 Reply Last reply Reply Quote 1
                • Distance98undefined
                  Distance98 @cosmowave
                  last edited by

                  @cosmowave OK,now I get it. Thank you!

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