Search found 1 match

Go to advanced search

by jarekz
Mon Apr 26, 2021 4:02 pm
Forum: General Discussion and Tips
Topic: Layer change script
Replies: 0
Views: 1942
 
Jump to post

Layer change script

Hi, I tried to set extrusion to 125% for first layer, and come back to 100% for next layers.
So I put to Scripts -> Layer Change Script ->

{IF [current_layer] =1} M221 S125
{IF [current_layer] > 1} M221 S100

Any idea why?
j.

Go to advanced search