Page 1 of 1

Printing a Temp Tower on the Crealty Ender 3 Pro

Posted: Mon Oct 25, 2021 10:01 am
by CNC-Joe
Hi Group,
- I've been using S3D for a little while, and really like it.
- I am digging more into improving my print quality on my Crealty Ender 3 Pro.
- I want to print a Temp Tower to find the optimum temperature to print at.
- I went into S3D->Edit Process Settings-and set up a layer temperature table for the various layers in the model
- However, S3D generates M104 (Set the Nozzle Temp and keep going)
- What I want to do is a M109 (Set the Nozzle Temp and WAIT until temperature is achieved before progressing.

Can anyone tell me how to do this? or find the information on how to do this?

Thanks !

Joe

Re: Printing a Temp Tower on the Crealty Ender 3 Pro

Posted: Tue Oct 26, 2021 1:28 pm
by S3D-Jake
Joe,

You can accomplish this with a simple REPLACE command.

{REPLACE "M104" "M109"}

More on terminal commands for post processing: viewtopic.php?t=1959