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

Start g-code replace with incorrect value on extruder selection #17795

Open
Doccos opened this issue Dec 27, 2023 · 1 comment
Open

Start g-code replace with incorrect value on extruder selection #17795

Doccos opened this issue Dec 27, 2023 · 1 comment
Labels
Status: Duplicate Duplicate of another issue. Type: Bug The code does not produce the intended behavior.

Comments

@Doccos
Copy link

Doccos commented Dec 27, 2023

Cura Version

5.6.0

Operating System

Windows 11

Printer

SelfMade Klipper

Reproduction steps

Added following start g-code:

M104 S{material_print_temperature,0} T0
M104 S{material_print_temperature,1} T1
#dynamic
M104 S{material_print_temperature,initial_extruder_nr} T{initial_extruder_nr}

on dynamic access for the temperature, the temperature and the extruder id is returned inside brackets

Actual results

M104 S260 T0
M104 S222 T1
#dynamic
M104 S(222, 1) T1 <--- wrong Sxxx Value in Cura 5.6

Expected results

M104 S260 T0
M104 S222 T1
#dynamic
M104 S222 T1 <--- value in Cura 5.3  Value

Add your .zip and screenshots here ⬇️

image
image

@Doccos Doccos added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Dec 27, 2023
@Asterchades Asterchades added Status: Duplicate Duplicate of another issue. and removed Status: Triage This ticket requires input from someone of the Cura team labels Dec 28, 2023
@Asterchades
Copy link
Collaborator

This would appear to be a duplicate of #17501. From what I can gather the keyword parser changes made with 5.6 have interfered with this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Duplicate Duplicate of another issue. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants