Page 2 of 2

Re: post processing variables

Posted: Thu Jan 04, 2024 2:27 pm
by trampas
I too would like a list of variables.

Ideally there would be a tab/window that shows you the variables and their value. For example I was looking for a way to do chamber temperature.

Re: post processing variables

Posted: Mon Jan 08, 2024 10:33 am
by S3D-Jason
The chamber temp uses the same syntax as extruder or platform temperatures. Go to Edit Process Settings > Temperature tab, and write down the temperature number for your chamber. Then the placeholder variable to use in the scripts is:

[chamber0_temperature]

Where you replace 0 with the temperature number you wrote down above. You use the same process for [extruder0_temperature] or [platform0_temperature].