Notifications
Clear all

Change parameters via code  

  RSS
Angrymaker3d
(@angrymaker3d)
Member
Change parameters via code

Hi I'm trying to make a custom gcode to calibrate pressure equalizer but I dont have succes,

Im putting this in the before layer change but nothing change;

{if layer_z < 10}[max_volumetric_extrusion_rate_slope_positive] == 2
{elsif layer_z < 20}[max_volumetric_extrusion_rate_slope_positive] == 3
{elsif layer_z < 30}[max_volumetric_extrusion_rate_slope_positive] == 4
{elsif layer_z < 40}[max_volumetric_extrusion_rate_slope_positive] == 5
{elsif layer_z < 50}[max_volumetric_extrusion_rate_slope_positive] == 6
{elsif layer_z < 60}[max_volumetric_extrusion_rate_slope_positive] == 7
{endif}

How to do something like that via code?

Thanks

Posted : 08/03/2024 2:41 pm
Share: