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

Zero first_layer_bed_temperature on dual filament print #7124

Open
3 tasks done
DimitryNechaev opened this issue Oct 15, 2024 · 2 comments
Open
3 tasks done

Zero first_layer_bed_temperature on dual filament print #7124

DimitryNechaev opened this issue Oct 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@DimitryNechaev
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

V2.2.0 RC Release

Operating System (OS)

Windows

OS Version

Windows

Additional system information

No response

Printer

Snapmaker J1

How to reproduce

I have sliced existing project that worked. Just wanted to duplicate items to print more at once.
It is a PLA + TPU print, in the previous version it would set bed temp to 60 degrees.
In the printer file selection preview screen, it reports bed temp 60 for the print but when prints it starts with the cold bed

I have switched on the original printer profile, no difference

Actual results

I have changed the printer started GCode to dump values.

; --- initial_extruder: [initial_extruder]
; --- has_wipe_tower: [has_wipe_tower]
; --- total_toolchanges: [total_toolchanges]
; --- T0: {is_extruder_used[0]}
; --- T1: {is_extruder_used[1]}
; --- bed temp initial extruder {first_layer_bed_temperature[initial_extruder]}
; --- bed temp extruder 0 {first_layer_bed_temperature[0]}
; --- bed temp extruder 1 {first_layer_bed_temperature[1]}

The result comes out as following:

; --- initial_extruder: 0         
; --- has_wipe_tower: 1          
 ; --- total_toolchanges: 91      
 ; --- T0: true                   
 ; --- T1: true                    
; --- initial extruder 0          
; --- bed temp initial extruder 0 
; --- bed temp extruder 0 0      
 ; --- bed temp extruder 1 0

Expected results

Bed temp for extruder 0 should be 60 and for extruder 1 should be 40

Project file & Debug log uploads

Project file:
sample project.zip

Checklist of files to include

  • Log file
  • Project file

Anything else?

No issue observed printing a single filament

@DimitryNechaev DimitryNechaev added the bug Something isn't working label Oct 15, 2024
@DimitryNechaev DimitryNechaev changed the title Zero bed temperature on dual filament print Zero first_layer_bed_temperature on dual filament print Oct 16, 2024
@hliebscher
Copy link
Contributor

hliebscher commented Oct 16, 2024

for me it woks fine SM J1S

; --- initial_extruder: 1
; --- has_wipe_tower: 1
; --- total_toolchanges: 5
; --- T0: true
; --- T1: true
; --- bed temp initial extruder 59
; --- bed temp extruder 0 60
; --- bed temp extruder 1 59

@hliebscher
Copy link
Contributor

You chose the wrong print bed. There are no bed temperatures stored for this filament for this bed type, which is why 0 is being output.
you can close this bug

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

2 participants