@raykholo @Arthur_Wolf
I’m back with comparing to my earlier setup and need some help.
First of all I love the prints I’m getting out of Smoothie.
However, I would like to understand the best practices and haven’t reached the sweet spot.
Before I moved to Smoothie, I was working with a RAMPS running Repetier with a raspberry pi zero running Octoprint. There is a relay connected to one of the pins on the raspberry pi zero that switches on / off the printer. I would upload the g-code to Octoprint using the web interface and print. Worked smoothly.
I’ve been trying to replicate the same with the new board, but have run through problems. Have tried the following:
- Tried using the esp8266 with laserweb as suggested by +Peter van der Walt - but somehow the esp8266 is not connecting to my home network. I had updated the firmware, but it did not work. Admittedly, I did not spend too much time debugging this. (I do have considerable experience using esp8266 and have setup my home automation system using a series of these)
- Recently received a LAN8270 board and connected the board through an ethernet cable. Installed the webif interface:
a) None of the interfaces are working on Chrome - the page simply goes blank. Tried clearing my cache - worked once, and stopped working again
b) The interfaces work through Internet Explorer and I’ve printed some objects successfully using this. However, and this is a big one, if I close the page and then later reload the page (to view progress), the printer stops immediately. I’m not sure if this is due to the board, or the firmware, or something else altogether.
c) gcode upload via the web interface is extremely slow - Installed Pronterface and connected to the board via the TCP interface and tried printing gcode files off the SD card (that I had copied earlier by connecting the board through USB). Works, but the workflow is not streamlined - requires me to connect the board via USB, copy the gcode file, disconnect the USB, connect through the TCP interface, print.
- Tried to go back to Octoprint through my raspberry pi zero, unfortunately the USB port of the zero is not able to provide enough power - and hence, when the main power supply is off - the board keeps rebooting or hanging.
Other than permanently connecting a laptop to the board to print, what do you suggest I should do. What do other members of the community do.
Thanks in advance.