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

Is this possible/worth porting this to ESP8266 with custom DRV8825 carrier shield? #15

Open
eimix opened this Issue Mar 29, 2018 · 3 comments

Comments

Projects
None yet
2 participants
@eimix

eimix commented Mar 29, 2018

I'm going to build "vertical plotter", and want to make it WiFi way (ESP8266).

Did not found yet project what already did it.

Your firmware with gcode looks more usefull and promising then "polargraph's".
It's possible to use arduino with WiFi module, but ESP8266 could do everything.

Maybe you (this project builders) could tell if is possible, or if there is any obvious problems not to do it WiFi way?

@RickMcConney

This comment has been minimized.

Show comment
Hide comment
@RickMcConney

RickMcConney Mar 29, 2018

Owner

The part I did was just the GUI with small changes in Marlin and repetier. It is marlin or repetier that would need to be ported. That is a big job. But instead you may be able to use a raspberry pi with octoprint. It is the standard way to add wifi support to a 3d printer running marlin. You would use my software to generate the Gcode then upload it to the pi which directly controls marlin.

Owner

RickMcConney commented Mar 29, 2018

The part I did was just the GUI with small changes in Marlin and repetier. It is marlin or repetier that would need to be ported. That is a big job. But instead you may be able to use a raspberry pi with octoprint. It is the standard way to add wifi support to a 3d printer running marlin. You would use my software to generate the Gcode then upload it to the pi which directly controls marlin.

@eimix

This comment has been minimized.

Show comment
Hide comment
@eimix

eimix Mar 29, 2018

Thanks, I will try look it that way.

Tried penPlotter_win32.zip app v08
from
https://github.com/RickMcConney/PenPlotter/releases

On Windows 7 PC, javaw.exe shows up in taskmanager, but nothing is on display.
Tested two separate PC - same result. (both Windows7)

Any other software (Java runtime environment, JDK) should be installed to run it?

eimix commented Mar 29, 2018

Thanks, I will try look it that way.

Tried penPlotter_win32.zip app v08
from
https://github.com/RickMcConney/PenPlotter/releases

On Windows 7 PC, javaw.exe shows up in taskmanager, but nothing is on display.
Tested two separate PC - same result. (both Windows7)

Any other software (Java runtime environment, JDK) should be installed to run it?

@RickMcConney

This comment has been minimized.

Show comment
Hide comment
@RickMcConney

RickMcConney Mar 29, 2018

Owner

Not sure why that is happening. You can just download the project source code and run it with processing. You load the main file PenPlotter.pde into processing and then hit the run button. See the notes on the main page about how to add the dependency libs.

Owner

RickMcConney commented Mar 29, 2018

Not sure why that is happening. You can just download the project source code and run it with processing. You load the main file PenPlotter.pde into processing and then hit the run button. See the notes on the main page about how to add the dependency libs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment