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

SuperSlicer_2.3.57.10 does not know first_layer_temperature_ in Gcode anymore #2359

Closed
TravisWilder opened this issue Feb 12, 2022 · 1 comment
Labels
fix is live in the last release Please download /build the last release and try to reproduce. problem

Comments

@TravisWilder
Copy link

What happened?

M104 S[first_layer_temperature_[current_extruder]]

Works in 2.3.57.9 but not in 2.3.57.10

Project file & How to reproduce

use [first_layer_temperature_[current_extruder]] GCODE start macro

Version

2.3.57.10

Operating system

MacOS

Printer model

Voron 2.4 / Voron 0.1

@supermerill supermerill added fixed for the next version That means that you should be able to test it in the latest nightly build problem labels Feb 12, 2022
@supermerill
Copy link
Owner

When writing new macro, I advise you to use the new syntax and not the old legacy one (using []).
[first_layer_temperature_[current_extruder]] -> {first_layer_temperature[current_extruder]}
new syntax: https://help.prusa3d.com/en/article/macros_1775

supermerill pushed a commit that referenced this issue Feb 12, 2022
Fix regression on legacy placeholder syntax
#2359
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Feb 13, 2022
DzzD pushed a commit to DzzD/SuperSlicer that referenced this issue Apr 17, 2022
Fix regression on legacy placeholder syntax
supermerill#2359
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix is live in the last release Please download /build the last release and try to reproduce. problem
Projects
None yet
Development

No branches or pull requests

2 participants