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

Small Bug 'Nozzle Switch Retraction Distance' #5432

Closed
fntsmn opened this issue Mar 15, 2019 · 2 comments
Closed

Small Bug 'Nozzle Switch Retraction Distance' #5432

fntsmn opened this issue Mar 15, 2019 · 2 comments
Labels
Type: Bug The code does not produce the intended behavior.

Comments

@fntsmn
Copy link

fntsmn commented Mar 15, 2019

Application Version
Cura 4.0 latested release

Platform
Windows 10

Printer
Custom, I'm making a profile for a Craftbot 3 Idex printer

Steps to Reproduce
I deselected the retraction in the right extruder, but it was keep using the Nozzle Switch Retraction Distance of 16mm

Actual Results
Was keeping the Nozzle Switch Retraction Distance even if the Retraction was not selected

Expected results
It should not use the Nozzle Switch Retraction Distance if the Retraction box is not selected

Additional Information

I cannot show the parameter when the retraction is not selected but I did checked the Gcode and was adding a 16mm retraction that wasn't suppose to be there

@Ghostkeeper
Copy link
Collaborator

Yeah, I see in the code that it's not checking for retraction_enabled in CuraEngine, but it is removing the setting in the front-end. There is a discrepancy there.

@Ghostkeeper Ghostkeeper added Type: Bug The code does not produce the intended behavior. Category: Engine labels Mar 19, 2019
@Ghostkeeper
Copy link
Collaborator

Working now. Here's a screenshot that shows one extruder having retractions disabled and the other having it enabled. The line towards the extruder switching bay is darker when retractions are disabled now.

Screenshot from 2019-03-22 11-16-41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants