-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] Layer Shift on Tool-Change #14022
Comments
This looks more like an offset calibration issue than a firmware issue. Have you adjusted your offsets? |
This is dual extruder, single nozzle. What offsets is there to adjust? |
@P4CM4N76 Sorry, missed that in the config. Most of the single nozzle testing was done with the automatic pause and filament swap functions enabled to eliminate tool change scripts. Can you post what you have as tool change scripts, and if possible try the following from Config Adv and eliminate them : #if EXTRUDERS > 1 // Retract and prime filament on tool-change /**
|
My Tool-Change Scrip is: G91 ; Switch from absolute positioning to relative positioning In the final Scrip the movement (G0 Y302 F6000 ; Go to Y=302 at 100 mm/sec) will be changed to G0 X320 F6000 for a purge bucket, for now is in the Y-axis for debugging. I've tested without tool change script and with the automatic pause and filament swap functions enabled. |
Ok, I'll unbury my crx and get a bit of testing in most likely this weekend. |
@P4CM4N76 is the issue still there? |
Lack of Activity |
I suspect that the issue is definitely a bug in Marlin, I use the Version V2.0.4 and have the Same Problem. Settings: During the tool switching phase of printing there are small shifts over y axis When i set the Skew faktor M852 S0.002 the i have an small shifts over y axis Thanks vor help Michael |
Good data, thanks! We'll continue on your new issue. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Print suffers a layer shift only on tool-change.
This layer shift only ocours in the x axis.
Steps to Reproduce
Expected behavior:
Layer lines aligned.
Actual behavior:
In every tool-change the layer suffers a shift in the x axis of about 0.5mm.
This shift only ocours in the x axis and in the negative direction.
I've tried the version of marlin 1.1.9, 1.1.9-bugfix and 2.0.0-bugfix (the last one dated of today (15/05/2019)).
I've tried with and without tool change script in the slicer. With and without prime pillar.
In every version the result is the same.
Additional Information
Configuration.zip
Link to video: https://youtu.be/BAppu4Juvp0
The text was updated successfully, but these errors were encountered: