You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: