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

Gcode Preview showing wrong first layer temperature #7548

Closed
wmmc88 opened this issue Dec 21, 2021 · 10 comments
Closed

Gcode Preview showing wrong first layer temperature #7548

wmmc88 opened this issue Dec 21, 2021 · 10 comments

Comments

@wmmc88
Copy link

wmmc88 commented Dec 21, 2021

Version

PrusaSlicer-2.4.0-rc2+win64 (but also seems to affect earlier 2.4 betas)

Operating system type + version

What OS are you using, and state any version #s
Windows 11 Pro Insider Preview Build 22523.rs_prerelease.211210-1418

3D printer brand / version + firmware version (if known)

FlashForge Creator 3 V2

Behavior

Prusaslicer is showing the wrong temperature for the first layer of a print. In the "other_layer_temp.3mf" file, it shows first layer as 245C, which corresponds to the "Other Layer" temperature instead of the "First Layer" Temperature. This file has the layer height and first layer height to be the same.

In "first layer height different.3mf", it shows the first layer temp as 0C which corresponds with the temperature of the 2nd (unused) extruder. In this file, the first layer height is different from the layer height.

In both scenarios, it shows the wrong layer temp. It should be 240C. It looks like the generated gcode still has the right temperatures set, just not showing up properly in the gcode preview.

Is this a new feature request?
No.

Project File (.3MF) where problem occurs

first layer wrong temp.zip

@wmmc88 wmmc88 changed the title Gcode Preview showing wrong first layer temeprature Gcode Preview showing wrong first layer temperature Dec 21, 2021
@wmmc88
Copy link
Author

wmmc88 commented Dec 21, 2021

cylinder on prism_0.6n_0.2mm_L-PVA_R-PETG_36m_FFC3V2.zip

Another temperature issue. It looks like its rendering tools 2's temperatures for tool 1's move. then Tool 2's temperature is just showing as 0C. Once again, the actual gcode seems fine and has M104 commands for the correct temperatures in the correct places.

@dartrax
Copy link

dartrax commented Dec 22, 2021

Prusaslicer is showing the wrong temperature for the first layer of a print. In the "other_layer_temp.3mf" file, it shows first layer as 245C

I see 0C here in first layer, the same as in the other 3mf. However, it seems to be wrong anyway.

@bubnikv
Copy link
Collaborator

bubnikv commented Dec 22, 2021

Is it possible that you have the same issue as #7458?

@bubnikv
Copy link
Collaborator

bubnikv commented Dec 22, 2021 via email

@wmmc88
Copy link
Author

wmmc88 commented Dec 22, 2021

So the issue is just that prusaslicers gcoder viewer doesnt parse the M104 commands with the T parameter correctly?

@bubnikv
Copy link
Collaborator

bubnikv commented Dec 22, 2021 via email

@boinappi
Copy link

Similar issue like #7548 (comment)
slicer

GCode seems fine and just a visualization issue.
PrusaSlicer 2.4.0

@Garr-Garr
Copy link

Bump :)

The GCode preview doesn't recognize the temperature of multiple extruders, only for Tool_0. The GCode is generated correctly! It just doesn't represent the temperature in the preview.

@kubispe1
Copy link
Collaborator

In 2.6.0 G-Code preview is fixed and parsing G-Code M104 so:

  • legend does not show 0 for the first layer.
  • color for the layer's temperature is also separated and the legend should show the correct information.

@DVSVIDEO
Copy link

The bug is back in version 2.8.0+Win64
I have one extruder, no sync, no nothing. Simple printing.
The legend shows the temperature at the first layer (where higher temperature is set) as 0 degrees Celsius
Legend issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants