fixed image links by url redirect
4 Likes
Thank you @Gareth and @EricSindelar_Hamilton!
1 Like
Made this for normalization quite recently
Works fine for me, I use three tiptypes. 50, 300 and 1000 and in my SMT I pass the liquidclasses for these tips. So based upon volume it decides with liquidclass to use and which channel to add. I use three arrays that I join later on with the HSLExtentions library (String) and I do three separate tip pickups. So I donβt have to sort at all. I just get three channelpatterns that are either β00000000β or any variance of this. The only thing I do in my main layer is not to pickup tips of the CP = β00000000β
Works everytime, no need to sort, no external files. Everybody - including our QA department - very happy with that.
1 Like
