Skip to content

G-code output not usable on 3d printer #2

@Jason55904

Description

@Jason55904

I am trying to use this plugin for my 3d printer that has a laser attachment.
Some pieces of code are not compatible with this set up.

Some Examples are
M3 = M106S(0-255)
M5S0 = M107

Spacing is also needed
G0X8.75Y0.50S6000 = G0 X8.75 Y0.50 S6000

Instead of varying the feed rates I would like to vary the PWM with M106S(0-255) and each command needs it's own line
G0X8.75Y0.50S6000 =
G0 F6000 //set move speed to 6mm/sec, this is set once at the beginning
M106S255 //set laser to full power
G0 X8.75 Y0.50 // move to position

Wish list
I would like to add start and end code
i.e. I like to set my laser and add G92 X0 Y0 Z0
I'm not sure if these changes could be made but I would greatly appreciate it.
Thank you,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions