Can wifi work? -- a hint on wifi file uploads #85
Replies: 4 comments
-
The wifi feature is disabled in There was a bit of effort to include the wifi feature, but these main issues with the wifi made including the feature more or less intractable
Effort/reward/cost -wise, I think adding a host on such as OctoPrint via the usb port offers more opportunities to improve the overall "MP Mini Delta" printer system. Truly working WIFI, cameras, lights, better user interfaces, ... are all possible by adopting this route to expanding and improving the printer. |
Beta Was this translation helpful? Give feedback.
-
Ah. Well, I just figured I would give you that link since I could have sworn I saw somewhere on here that you said you could not figure it out. I could not find it just now when I looked but I have not woken up all the way either. I figure that you could at least add it to your notes for in case anyone else cares to bother. Meanwhile, I agree that WIFI uploads were totally horrible. I do think that the system could potentially be tricked into working better with checksums, small file chunks and such, but that as you said would be a bit of effort. |
Beta Was this translation helpful? Give feedback.
-
I guess if nothing else, by making this issue post, I have added it to your notes for future reference for whoever may care. |
Beta Was this translation helpful? Give feedback.
-
Yes, the link is interesting -- it's the other end of the wifi problem: the project modifies the "web pages" that reside in the UI board for a better web experience. It's a definite improvement, but it can't overcome the fundamental shortcomings with the communication between the mini delta's UI and controller boards. |
Beta Was this translation helpful? Give feedback.
-
"Transfers happen over telnet, which blocks the sending of any other GCode commands and limits how fast the files can be transferred" https://github.com/nokemono42/MP-Mini-Delta-Web
Beta Was this translation helpful? Give feedback.
All reactions