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

Fan speed at 255 after Filament change #2234

Closed
1 of 2 tasks
erdemdemir85 opened this issue Sep 26, 2023 · 5 comments
Closed
1 of 2 tasks

Fan speed at 255 after Filament change #2234

erdemdemir85 opened this issue Sep 26, 2023 · 5 comments
Labels
bug Something isn't working stale

Comments

@erdemdemir85
Copy link

erdemdemir85 commented Sep 26, 2023

OrcaSlicer Version

1.7.0

OS version

Windows 10

Additional system information

No response

Printer

X1C

How to reproduce

Slice a model with filament changes and overhangs

Actual results

After Filament changes/support interface/(maybe even overhangs) the Fan Speed is set to Max value 255.

In the G Code every "CP TOOLCHANGE START - END" section looks like:

...
...
M621 S3A
M106 P2 S0
M106 S255

G1 E-1.4 F2700
G1 X176.502 Y216.597 F30000
G1 Z28.1
G1 Z24.9
M73 P58 R108
G1 E2.4 F2400

; filament start gcode
M106 S255

G4 S0
G1 X175.752 Y216.597
G1 Y215.847
G1 X179.292 E0.30272
M106 P3 S128
G1 X210.752 E2.69028
G1 Y236.597 E1.7744
G1 X175.752 E2.9930
G1 Y215.847 E1.7744
G1 X176.502 Y216.597
; CP TOOLCHANGE WIPE
G1 X210.190 E2.8808 F1584
G1 Y219.454 E0.2443
G1 X176.314 E2.8968 F1800
G1 Y222.311 E0.2443
G1 X210.190 E2.8968 F2198
G1 Y225.168 E0.2443
G1 X176.314 E2.8968 F4200
G1 Y228.026 E0.2443
G1 X210.190 E2.8968 F4250
G1 Y230.883 E0.2443
G1 X176.314 E2.8968 F4300
G1 Y233.740 E0.2443
G1 X210.190 E2.8968 F4350
G1 F30000
G4 S0
G92 E0
; CP TOOLCHANGE END
;------------------

while my filament_start_gcode looks like that:
; filament start gcode
M106 P3 S128

so where does the "M106 S255" in my gcode come from?

Image Fan Speed:
https://imgtr.ee/image/Dxrsr

Expected results

All fan speeds should be set according to the settings

Project file & Debug log uploads

TestBug.zip

Checklist of files to include

  • Log file
  • Project file
@erdemdemir85 erdemdemir85 added the bug Something isn't working label Sep 26, 2023
@dartrax
Copy link

dartrax commented Nov 22, 2023

It has something to do with the support. When you disable support generation, the problem will be gone.
(Note: In v1.8.0 there is a new problem when you enable Fan speed-up time and Fan kickstart time, see #2600 )

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

@erdemdemir85, can you update your issue for Version 1.9.0?

From my observations, the Filament start code is now correct. However, the Fan speed might still be wrong, please check.

image

@github-actions github-actions bot removed the stale label Feb 22, 2024
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 May 22, 2024
Copy link

Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 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 stale
Projects
None yet
Development

No branches or pull requests

2 participants