Closed dadwarf closed 4 years ago
Hey! I'm excited you found this repo 😄
I'm cleaning it up to hopefully make a first release soon. This is basically a Web UI for controlling the Elegoo Mars Pro. We could try to get it to work with the Mars if you're interested to help with that.
To your question: I actually haven't tried uploading with M28
even on the Mars Pro.
I've been using Linux's USB Gadget Mode through the g_mass_storage
module to share files with my Mars Pro' mainboard through the USB port.
I've found that to be a bit easier to work with, since I can read/write files from the Raspberry Pi itself easily with Python (which has allowed me to upload files remotely with a Web UI).
Have you tried using USB Gadget Mode? I'm planning on writing a tutorial (let me know if that would be helpful), but Adafruit's tutorial on the Pi Zero USB Gadget Mode is a good start.
You're right it could be solve with a Pi Zero and USB Gadget mode and probably no one would like to control an Elegoo Mars from USB (to serial) but more by the network.. that's because g_mass_storage is a trick for me more than a solution : you have to remount the share folder at every file's change. Someone has made a post about that here & Python script here. In fact a Zero Pi will be in my Elegoo Mars .. but i'd rather if the only storage is the USB flash drive. And yes, of course if i could help.
The Pro you have is ethernet capable ?
you have to remount the share folder at every file's change
You don't actually have to remount the share folder on every file change. At least I don't have to with my setup. I've updated the README.md
of this repo with some rough instructions on the setup I have. Another advantage of using USB Gadget mode is the transfer rate. You'll be able to able to upload as fast as your WiFi connection allows, while by uploading through serial you will be stuck with the 115200 baud connection to the main board, which will likely give you just ~115kbps (a 80MB CTB file would take you over 10 minutes, while over WiFi I can often upload in less than 30 seconds).
My printer has read-only access to the Pi through mass storage though. That could be why I don't have to remount. Or maybe the Mars Pro deals better with the USB Gadget mode? I don't have access to a Mars myself to try :-/
The Pro you have is ethernet capable ?
No, not at all. I think no Pros have ethernet. I'm just using the serial port like you are. The only difference is I don't use the serial port for uploading files (since I haven't had a need for it).
I also keep my Pi Zero W within the printer itself and power it through the printer's power supply, so the entire setup feels super clean.
Wow great !! Thanks a lot Ruiz, that's perfect and your UI is really nice.. you just convince me !
You have been faster than me : i went to put a link to your Github on Elegoo's forum and you had already done it :)
sudo apt update && sudo apt install libxslt1.1
haha :) Let me know if you are able to get it running on the original Elegoo Mars. Happy to make any changes to the code if needed to support it properly
sudo apt update && sudo apt install libxslt1.1
Ah yes. There's a few dependencies for the .deb
that need to be installed first. Should I update the README.md
with those?
Ah, actually there's at least one feature we need to add support for to get the Elegoo Mars to work: .cbddlp
files.
Let me file an issue for that, maybe I'll have some time for it later tonight or next weekend.
Edit: filed #57 for that.
Yes for me that's the only dependencie to make the deb install.. After the changes in cmdline.txt and config.txt the pi is stuck during the boot after SD mount.. strange.. and it's the same if i remove changes. That's the third time i try, with different SD.. (with 2020-08-20-raspios-buster-armhf-lite)
Edit : I tried with also three different Pi Zero W.. it's probably because of th OS.. what raspios version do you use ?
That sounds about right. I'm using buster too.
What does your cmdline.txt
look like? Here's mine after all changes:
console=tty1 root=PARTUUID=18b5dae3-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2
The install instructions I wrote on the repo are also trying to do everything at once. That may be a bit too much. Maybe you can try setting things up one by one to see where the system becomes unusable?
you're right :
Stuck during piusb.bin's mount because it is not formated, no ?
sudo mkdosfs /piusb.bin -F 32 -I
Ok, that's better :)
Oh yeah you're totally right. I forgot that on the instructions! Does that fix the issue you're running into?
It would be nice to identify the printer model by the firmware version (and also showing the version) with M4002
I will try a print later (the mainboard is on my desk for testing), but why would it be different : the GCODE you use are common between pro and non pro.. and i could generate and print CTB files on my Elegoo Mars !
It would be nice to identify the printer model by the firmware version (and also showing the version) with
M4002
Is that possible? My firmware version on the Mars Pro is V4.3.4_LCDC
(according to M4002
).
M115
(which supposedly returns when the firmware was built) gives me: CBD make it.Date:Apr 2 2020 Time:16:30:35
Maybe we can map firmware versions to printers to detect them? Filed #64 to look into that. Feel free to add your own observations from the original Mars to that issue.
i could generate and print CTB files on my Elegoo Mars !
I'm not sure if that's possible, as far as I know the Elegoo Mars only supports .cdbdlp
? Unless one of the more recent firmwares adds supports for .ctb
too....
If .ctb
doesn't work, I think you might be able to get it to print by doing this:
.cdbdlp
.ctb
files for now).cdbdlp
metadata to know which layer is currently being printedAccording to the Elegoo Forum there are 3 version of Mars : ORIGINAL with ethernet port, STANDARD and PRO have the same mainboard.
So no, there's no way to identify model by version..
We have the same firmware / mainboard so for the CTB that ok
I had upgraded my Elegoo Mars to v4.3.4 (from v4.3.2) to match yours : First i tried to upload the 2 files (update.SH4, ALFPGA213_SPI_MIPI_P316_CTB_1440P_140M_FF.CBD) with the UPLOAD button of Mariner3D but your filter disable that.. so i SCP the 2 files to /mnt/usb_share.. then (i'm scare of nothing) i print the 2 files (that's the upgrade method) .. and now i'm also in v4.3.4. But i had to delete the 2 files before beeing able to list the file content from Mariner3D.
I had soldered the USB cable to pads D+/- of the Pi and used DUPONT wires to connect GND,TX & RX to the mainboard
But i had to delete the 2 files before beeing able to list the file content from Mariner3D.
Ahh, good catch. I filed #74 to fix that.
@dadwarf, going to close this issue since I think we were able to get this working on your printer? Feel free to open more issues if there's more things you would like to see or if you run into more problems!
Hi, I'm trying to write files from serial port on my Elegoo Mars (model without ethernet port), but i'm stuck, i start to think that it's not possible (https://www.elegoomars.com/forum/showthread.php?tid=150&pid=1575#pid1575). I managed to dump the firmware from the mainboard to explore it.. but it's too difficult for me.. Did you also try ? M28 command don't act the same as on an Elegoo Mars Pro The created file is always empty..