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

"no cooling on first layer" sets fan to 100 #2600

Open
1 of 2 tasks
Brace91 opened this issue Nov 3, 2023 · 13 comments
Open
1 of 2 tasks

"no cooling on first layer" sets fan to 100 #2600

Brace91 opened this issue Nov 3, 2023 · 13 comments
Labels
bug Something isn't working

Comments

@Brace91
Copy link

Brace91 commented Nov 3, 2023

OrcaSlicer Version

1.8.0-beta1

OS version

macOS 14.0

Additional system information

No response

Printer

Bambu X1

How to reproduce

1, in filiment profile set no cooling in first layer to x.
2, in preview you will see that the first x layers fan speed is 100

Actual results

First layer fan speed is 100

Expected results

First layer fan speed should be 0

Project file & Debug log uploads

Air Boat Orca 2.3mf.zip

Checklist of files to include

  • Log file
  • Project file
@Brace91 Brace91 added the bug Something isn't working label Nov 3, 2023
@SoftFever
Copy link
Owner

Can you provide more details? It works properly as what I can see
Screenshot 2023-11-04 at 1 56 13 PM

@Brace91
Copy link
Author

Brace91 commented Nov 5, 2023 via email

@dartrax
Copy link

dartrax commented Nov 22, 2023

I have the same problem and I found that it happens when "Fan speed-up time" or "Fan kick-start time" is set in a Multicolor print.
This bug is present in 1.8.0 release.
Here is an example.
image

Fan speed bug.zip

Copy link

Orca bot: this issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Feb 21, 2024
@dartrax
Copy link

dartrax commented Feb 21, 2024

Still present in 1.9.0 release

@github-actions github-actions bot removed the stale label Feb 22, 2024
@cubitik
Copy link

cubitik commented Mar 3, 2024

Still present in 1.9.0 release

Update: Still present in 1.9.1 release. Doesn't show a full fan speed in preview but print starts with full fan speed.

Copy link

github-actions bot commented Jun 2, 2024

Orca bot: this issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Jun 2, 2024
@dartrax
Copy link

dartrax commented Jun 2, 2024

Still present in 2.1.0-beta

Copy link

github-actions bot commented Sep 1, 2024

Orca bot: this issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Sep 1, 2024
@dartrax
Copy link

dartrax commented Sep 1, 2024

unstale

@github-actions github-actions bot removed the stale label Sep 2, 2024
@real-artswan
Copy link

real-artswan commented Oct 13, 2024

2.2.0-beta confirming, setting fan speed-up and kick-start to 0 solves it

@audemaeva
Copy link

audemaeva commented Nov 2, 2024

Still present in 2.2.0
I set my temp this way (see below) and nevertheless the fan will always run at 100% when the print starts
image

@fabio-s-franco
Copy link

2.2.0-beta confirming, setting fan speed-up and kick-start to 0 solves it

I believe this may not work for everyone due to timing. In my case if I execute this on the console:

M106 P3 255
UPDATE_DELAYED_GCODE ID=part_fan_off DURATION=2

The fan does not stop.

If instead do this:

M106 P3 255
UPDATE_DELAYED_GCODE ID=part_fan_off DURATION=3

The fan reaches full speed for short moment and then turns off.
This is the macro for the gcode if anyone wants to test (Delayed gcode must be enabled in klipper):

[delayed_gcode part_fan_off]
gcode:
    M106 S0

And finally, my workaround is to use this on before layer change (Machine G-code in OrcaSlicer) and checking whether it is about to start the first layer:

{if layer_num == 0}
  UPDATE_DELAYED_GCODE ID=part_fan_off DURATION=3
{endif}

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

7 participants