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

WebSerial connection not working with Ender 3 v2 #8

Open
nkymut opened this issue Dec 6, 2024 · 0 comments · May be fixed by #9
Open

WebSerial connection not working with Ender 3 v2 #8

nkymut opened this issue Dec 6, 2024 · 0 comments · May be fixed by #9

Comments

@nkymut
Copy link

nkymut commented Dec 6, 2024

Issue Description

The USB connection between p5.fab and Ender 3 v2 is not working properly. While initial connection is successful, the printer becomes unresponsive after first commands.

Observed Behavior

  1. Initial connection works:

    • Printer connects successfully via USB
    • Auto-home command (G28) executes correctly
    • Temperature commands (M104/M140) work initially
  2. Problems after initial commands:

    • Console shows "print finished!" prematurely
    • Printer stops responding to new commands
    • Position reporting (M114) stops working
  3. When the same G-code commands are sent through a serial terminal, they work perfectly
    - This suggests the issue is with p5.fab's serial communication, not the G-code generation

Steps to Reproduce

  1. Using control-panel example:
    • Connect to printer
    • Run auto-home command
    • Try to use any movement controls
      -> Printer immediately shows "print finished!" and stops responding

Environment

  • Printer: Ender 3 v2
  • OS: macOS Sonoma version 14.4.1
  • Browser: Chrome Version 131.0.6778.87 (Official Build) (x86_64)

Additional Notes

  • Serial connection remains active (no disconnect errors)
  • Need to refresh page to restore functionality
  • Only first command in sequence executes successfully

/label bug

@nkymut nkymut changed the title USB Connection Not Working with Ender 3 v2 WebSerial connection not working with Ender 3 v2 Dec 6, 2024
@nkymut nkymut linked a pull request Dec 6, 2024 that will close this issue
8 tasks
nkymut added a commit to nkymut/p5.fab that referenced this issue Dec 6, 2024
nkymut added a commit to nkymut/p5.fab that referenced this issue Dec 6, 2024
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 a pull request may close this issue.

1 participant