Hi,
I’m grading with multisize seamlyme and it works quite nicely only if gradation is regular.
For example I want hips_circ grade 2,5 from 32 to 44 and from 44 it would grade 3.
Is there a way to do this or do i have to create a table for each grading jump?
I would suggest that you create 2 separate measurement charts for the 2 sections, however, you could also use a variable which allows you to add an extra 0.5 if the size is larger than size 44.
You will need to add a code in SeamlyME for Size and enter the base size for your measurement chart as the base (eg. 32) and the increments will be 2.
For your formula, it will read something like… If size is >44, then use the formula hip_circ +(((size - 44) divided by 2) *0.5), otherwise hip_circ - *size>44?hip_circ+(((size-44)/2)0.5):hip_circ - and use the variable in the place of the hip_circ in the formula.
I haven’t tested this formula, so you will need to check it that it increases correctly and perhaps change it a bit to get it to work correctly.