Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M9 not working on mks #18

Open
mikolo90 opened this issue Jun 14, 2019 · 2 comments
Open

M9 not working on mks #18

mikolo90 opened this issue Jun 14, 2019 · 2 comments

Comments

@mikolo90
Copy link

Hi.
I'm running my DIY laser with mks sboard 1.3, firmware for TTL 1.23 and solenoid connected to pin 2.6 and lightburn. I've got problem with air assist - it turns on as gcode is executed, but doesn't turn off.
If I turn off USB and power supply for rest, solenoid closes, as i turn USB first for board and later power supply for all other stuff, solenoid stays closed, but if power supply is turned on first and USB later, solenoid is opened.
Is it configuration problem?

@mikolo90
Copy link
Author

this is gcode generated by lightburn:

; LightBurn 0.9.02
; GRBL-LPC device profile, absolute coords
G00 G17 G40 G21 G54
G90
M4
; Cut @ 50 mm/sec, 1% power
M8
G0X53Y79
G1Y118S10F3000
X90
Y79
X53
M9
G1S0
M5
G90
; return to user-defined finish pos
G0 X923 Y740
M2

In this case machine reacts to M8, but not M9.

@cprezzi
Copy link
Collaborator

cprezzi commented Feb 13, 2020

This problem has been fixed in my fork at https://github.com/cprezzi/grbl-LPC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants