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

Correct RuidaControl and GRBLControl, testing + maintenance. #1686

Merged
merged 117 commits into from
Feb 12, 2023

Conversation

tatarize
Copy link
Member

No description provided.

@tatarize tatarize marked this pull request as draft January 24, 2023 07:05

self.socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
self.socket.settimeout(2)
self.socket.bind(("", self.port))

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces

'' binds a socket to all interfaces.
@tatarize tatarize marked this pull request as ready for review February 11, 2023 13:27
@tatarize
Copy link
Member Author

The major issue is fixed. grblcontrol is likely still broken but regular rastering is solid. Also fully allows for unidirectional rastering now.

@tatarize tatarize merged commit 7f1cd15 into main Feb 12, 2023
@tatarize tatarize deleted the control-servers branch February 12, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants