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

Filament unload/load on long bowden cause error in the generated gcodes #4303

Open
thephantom1492 opened this issue May 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@thephantom1492
Copy link

Describe the bug
[Un]Loading the filament with a very long bowden cause the generated gcode to be wrong, issuing a mix of relative and absolute move instead of all relative move, causing the filament to reverse direction constantly.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the settings and set to: feed length: 1990, Purge distance: 30mm, Feed speed: 30 mm/s, feed speed slow: 5mm/s
  2. Change filament (I used the spool manager to select a new spool)
  3. Watch as the filament unload, load, unload, load multiple time
  4. See error

Expected behavior
A normal unload/load

Screenshots
No screenshot but see bellow for the gcode.

General Information:

  • Hardware RPI 4B 8G
  • OS Info: Octoprint 1.10.1, Python 3.9.2, Octopi 1.0.0, Octodash 2.3.1

Additional context
Generated unload gcode:
M104 S200
G91
G91
G91
M83
G91
G91
M83
M83
M83
G1 E-100 F1800
M82
G91
M83
G1 E-100 F1800
G1 E-100 F1800
G90
M83
G1 E-100 F1800
M82
M82
M82
G1 E-100 F1800
G1 E-100 F1800
M82
G90
G90
M82
G90
G91
M83
G90
G90
G1 E-100 F1800
M82
G90
G91
M83
G1 E-100 F1800
M82
G90
G91
M83
G1 E-100 F1800
M82
G90
G91
M83
G91
G91
G1 E-100 F1800
M83
G1 E-100 F1800
M82
M82
G90
M83
G91
G90
G91
M83
G1 E-100 F1800
M82
G1 E-100 F1800
M83
G1 E-100 F1800
G90
M82
G91
M82
G90
M83
G90
G1 E-100 F1800
G91
M82
M83
G90
G1 E-100 F1800
M82
G90
G91
M83
G1 E-100 F1800
M82
G90
G91
M83
G1 E-100 F1800
G91
M82
G90
G91
M83
G1 E-90 F1800
M83
M82
G90
G1 E-100 F1800
M82
G90
M18 E

@thephantom1492 thephantom1492 added the bug Something isn't working label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants