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

retraction amount not added /extruded after retraction #2697

Closed
2 tasks done
lynara opened this issue Nov 11, 2023 · 2 comments · Fixed by #2699
Closed
2 tasks done

retraction amount not added /extruded after retraction #2697

lynara opened this issue Nov 11, 2023 · 2 comments · Fixed by #2699
Labels
bug Something isn't working

Comments

@lynara
Copy link

lynara commented Nov 11, 2023

OrcaSlicer Version

1.8.0-rc

OS version

Windows 11

Additional system information

No response

Printer

Voron 2.4

How to reproduce

Slice model and look at the g-code where a retraction is happening.

Actual results

Filament is retracted by specified amount but when continuing printing it is not pushed back / extruded by the retracted amount.
Printing continues as if no retraction had happend.
image

Expected results

Filament is retracted by specified amount. Before continuing printing it is pushed back / extruded by the retracted amount like in 1.7.0
image

Project file & Debug log uploads

Box - Bottom.zip
debug_Sat_Nov_11_14_15_09_36368.log.0.zip

Checklist of files to include

  • Log file
  • Project file
@lynara lynara added the bug Something isn't working label Nov 11, 2023
@hliebscher
Copy link
Contributor

yes ist is a bug if you add wipe while retracting in filament settings .... fix this
pls add under others in profile
add numbers and verbose G-Code than you can easy find

N580 G1 E-1.05 ; retract
N581 ;WIPE_START
N582 G1 X187.243 Y189.653 E-.45 ; wipe and retract
N583 ;WIPE_END
N584 G1 X246.961 Y119.516 F21000
N585 G1 E1.5 F1800 ; ; unretract
N586 ;TYPE:Bottom surface
N587 ;WIDTH:0.720173

@SoftFever
Copy link
Owner

Thank you.
This bug has been fixed in 1.8.0 RC2

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

Successfully merging a pull request may close this issue.

3 participants