This is just a shorter version of the YATT. Six temperature changes instead of nine. The following remix versions are:
-PLA+ (210-235c). 5 degree increments
-PETG (240-265). 5 degree increments
------------------------------------------------------------------------------------------------------
Prusa Slicer: You need to copy and paste the G-code below under custom G-code (layer change), under printer settings. You set you 1st (hoptest) section layer temp as you Nozzle temp. Just edit the temp values per model you are working on.
PLA+
{if layer_z==09.00} M104 S230{endif};
{if layer_z==15.00} M104 S225{endif};
{if layer_z==21.00} M104 S220{endif};
{if layer_z==27.00} M104 S215{endif};
{if layer_z==33.00} M104 S210{endif};
The author remixed this model.