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

Abandoned? #11

Open
synman opened this issue Dec 27, 2022 · 2 comments
Open

Abandoned? #11

synman opened this issue Dec 27, 2022 · 2 comments

Comments

@synman
Copy link

synman commented Dec 27, 2022

I'm going to recommend this plugin be marked as abandoned and repointed to "Better Grbl Support" in the plugin repository. Credit / authorship will be carried forward as this plugin sparked a ton of development for the Better Grbl Support plugin.

@mic159
Copy link
Owner

mic159 commented Dec 28, 2022

I no longer use Octoprint, and I am happy for you to take over with your new plugin.
Your plugin has a tonne of new features and config options, which is awesome, nice work!

The only thing that throws up question marks is that on config save, there is a code path that sends HTTP requests. Seems very strange.

@synman
Copy link
Author

synman commented Dec 28, 2022

Welcome to the next generation of Grbl! (http://wiki.fluidnc.com/en/config/overview). What you are seeing is the config file upload process for machines running FluidNC.

https://github.com/synman/Octoprint-Bettergrblsupport/blob/devel/octoprint_bettergrblsupport/__init__.py#L540

Screenshot 2022-12-28 at 10 45 32 AM

FluidNC (like its predecessor Grbl_Esp32) runs on a 32 bit Espressif Systems 2 core SoC with Wi-Fi. In addition to running Grbl, it also hosts a WebUI that provides a number of embedded functions, such as firmware OTA updates, SDCard support, and, in the case of FluidNC, hosting its primary machine configuration file.

Screenshot 2022-12-28 at 10 51 50 AM

Pretty cool eh?

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