Skip to content

Dwell Time #10

Description

@marcvs

I'm using git master of svgtogcode and j-tech with a laser driven by grbl.

I've activated Dwell Time.

This adds G4 P statements into my gcode

These statements are however added AFTER the laser did it's cut.
When cutting things like cardboard, it be very useful if the dwell time is here:

  1. laser powered off (m5)
  2. laser is moved to next position (g1)
  3. laser is turned on (m3)
  4. dwell time (G4 P)
  5. laser is moving for a cut (g1)

right now step 4 is done before step 1.

I'm not sure, if my use-case is different, or if this is a bug.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions