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

Unnecessary preheat of T0 if only T1 is used #7842

Open
3 tasks done
drake7707 opened this issue Dec 26, 2024 · 1 comment
Open
3 tasks done

Unnecessary preheat of T0 if only T1 is used #7842

drake7707 opened this issue Dec 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@drake7707
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

2.2.0

Operating System (OS)

Windows

OS Version

Windows 11

Additional system information

No response

Printer

Voron 2.4 with toolchanger

How to reproduce

Add an object, select it to print on the 2nd filament (T1), generate gcode.

There will still be M104 S280 T0 ; preheat T0 time: 60s lines even though T0 is not used.

T0 is not even emitted to PRINT_START: PRINT_START TOOL_TEMP=280 T1_TEMP=280 T1_IDLE_TEMP=150 BED_TEMP=105 TOOL=1 CHAMBER_TEMP=0 FILAMENT=ABS

Actual results

T0 gets heated to print temp even though it isn't used

Expected results

T0 should not be preheated when it's never used

Project file & Debug log uploads

Stealthburner_face_T1.zip
debug_Thu_Dec_26_11_36_45_13700.log.zip

Checklist of files to include

  • Log file
  • Project file

Anything else?

No response

@drake7707 drake7707 added the bug Something isn't working label Dec 26, 2024
@drake7707
Copy link
Author

Seems to be because of TIMELAPSE_TAKE_FRAME in the before layer change gcode. The postprocessor sees a line starting with a T and then parses the rest of the string with a cast to 0, so it thinks T0 is called every layer change.

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

1 participant