Skip to content
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

ESP3D printer connection for wireless printing #5399

Merged
merged 14 commits into from
May 22, 2024
Merged

Conversation

PreyK
Copy link
Contributor

@PreyK PreyK commented May 19, 2024

Description

Added ESP3D support for wireless printer connection to be able to send gcode & start printing directly from the slicer on printers with ESP3D module.

Screenshots/Recordings/Graphs

image
image
image
image

Tests

Sent and printed files on my printer from orca slicer sent via the upload & print commands

@PreyK PreyK changed the title ESP3D printer connector for wireless printing ESP3D printer connection for wireless printing May 19, 2024
Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks

@SoftFever SoftFever merged commit b021c61 into SoftFever:main May 22, 2024
12 checks passed
@KristiyanHristov
Copy link

@PreyK Every time I send a file directly to the printer it reaches 100% and gets an ERROR response. Is there something specific in the ESP3D config that I'm missing?

Screenshot 2024-06-07 172713
Screenshot 2024-06-07 173102

@SoftFever
Copy link
Owner

Not sure if this helps: #857

@KristiyanHristov
Copy link

Thanks for the response.
It's definitely not a timeout. Happens with all prints (event within 4 seconds).
Is there a dev console or verbose mode to see what is sent?

@KristiyanHristov
Copy link

Is this feature built with ESP3D v3.0 in mind?

The new API doesn't have /upload_serial
http://esp3d.io/esp3d/v3.x/documentation/api/webhandlers/index.html

@PreyK
Copy link
Contributor Author

PreyK commented Jun 10, 2024

Is this feature built with ESP3D v3.0 in mind?

The new API doesn't have /upload_serial
http://esp3d.io/esp3d/v3.x/documentation/api/webhandlers/index.html

This was written with V2.X in mind as this is the version considered "stable" by the author.
V3 is still considered experimental afaik

@PreyK
Copy link
Contributor Author

PreyK commented Jun 10, 2024

Have to look into this, don't have my printer at hand right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants