I'm trying to figure out my pressure advance a little different for a project i'm running. I would really like to do it like I did my fan test. Does anyone know what I would need to do something like this but for pressure advanced?... I would really like it to change every layer instead of every 10 if possible. I searched and couldn't find anything. Thanks for any help, Cody
;BEFORE_LAYER_CHANGE - fan
G92 E0.0
;[layer_z]
{if layer_z>=1.05} M104 S220 M109 S220 {endif}
{if layer_z>=11.05} M104 S225 M109 S225 {endif}
{if layer_z>=21.05} M104 S230 M109 S230 {endif}
{if layer_z>=31.05} M104 S235 M109 S235 {endif}
{if layer_z>=41.05} M104 S240 M109 S240 {endif}
{if layer_z>=51.05} M104 S245 M109 S245 {endif}
{if layer_z>=61.05} M104 S250 M109 S250 {endif}
{if layer_z>=71.05} M104 S255 M109 S255 {endif}
{if layer_z>=81.05} M104 S260 M109 S260 {endif}