Dear ahoeben,
sorry for my late reply. I had overlooked your message. I will test it out and give feedback. Thank you for your support.
All the best,
Georg
Edited by zochergDear ahoeben,
sorry for my late reply. I had overlooked your message. I will test it out and give feedback. Thank you for your support.
All the best,
Georg
Edited by zochergSorry to bring this up again. I just found the time to play with
EXTRUDER1_TEMP={material_print_temperature_layer_0|0}
EXTRUDER2_TEMP={material_print_temperature_layer_0|1}
Unfortunately, these settings do not work and to not replace the expression {material_print_temperature_layer_0|0} with a float value.
EXTRUDER1_TEMP={material_print_temperature_layer_0}
will do the job and replaces the expression with the temperature but just for the temperature of the selected extruder. Are there any other ideas to go on?
All the best,
Georg
On 12/19/2022 at 6:18 PM, zocherg said:Unfortunately, these settings do not work and to not replace the expression {material_print_temperature_layer_0|0} with a float value.
The delimiter used to be a comma, not a vertical bar?
This example from an older post should still work:
In addition: there are several placeholders for the selected '...extruder_nr'. This can be useful as well.
For example:
M104 T{adhesion_extruder_nr} S{material_print_temperature_layer_0, adhesion_extruder_nr}
We use {initial_extruder_nr} in the start script for the Mark2 (if you need another example).
Good luck!
Whoops, my bad. It should indeed be a comma, not a pipe. I have edited my comment above to reflect this.
Recommended Posts
ahoeben 1,849
You can specify the exact extruder to get the value from like so:
EXTRUDER1_TEMP={material_print_temperature_layer_0,0}
EXTRUDER2_TEMP={material_print_temperature_layer_0,1}
Edit: originally, I mistakenly used the | (pipe) character instead of a , (comma). I have edited this to avoid confusion for people finding this via a search engine.
Edited by ahoebenLink to post
Share on other sites