Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upIs this possible/worth porting this to ESP8266 with custom DRV8825 carrier shield? #15
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
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. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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 On Windows 7 PC, javaw.exe shows up in taskmanager, but nothing is on display. Any other software (Java runtime environment, JDK) should be installed to run it? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
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. |
eimix commentedMar 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?