GregValiant, thanks for the info. I was thinking that's what would have to be done but wasn't sure of the code to insert. I was searching last night for the codes to use and just couldn't find them since there are so many sites that have them but either don't explain what the code is or say it may not work in the software your printer is using.
Thanks again.
Recommended Posts
GregValiant 1,412
Without a custom script you would need to do it manually. M220 S100 would set the Feed Rate to 100% and M221 S100 would set the flow rate to 100%. You can use the search function in Notepad to find the start of each layer you want to change Feed or Flow at and insert a line.
Search for "layer:1" (must have the colon)
Just below the line ";layer:1" add:
M221 S130
Search for "layer:20" and just below that add:
M220 S80
M221 S100
Then at layer 30:
M220 S100
Link to post
Share on other sites