You are on page 1of 3

# Thread Preset File V 0.

################################# CAUTION!!!!!!!
#####################################
#
#
# If you modify this file, stitch property window will be revised and even
corrupted.
#
# NEVER REVISE ANY PROPERTIES IN THIS FILE
#
#
###################################################################################
###

################################# 주의 사항!!!!!!! #################################


##
#
#
#이 파일을 편집하면, 스티치 속성창의 Thread Thickness Preset 이 변경됩니다.
#
#개발자 외에는 건드리지 마십시오
#
#
###################################################################################
###

###################################################################################
#################################################
#
# RULE
# ---------
# 1. Thread Preset Name | 2. Thread Type Index | 3. Cotton Yarn Count Index | 4.
Cotton PLY Index | 5. Tex Index | 6. Thickness(mm)
#
# - Thread Preset Name:
# (Defined by Editor)
#
# - Thread Type Index:
#
# enum ThreadType
# {
# ThreadType_NONE, --> '0' - none
# ThreadType_Spun_Polyester, --> '1' - spun polyester
# ThreadType_Poly_Wrapped_Poly_Core, --> '2' - poly wrapped poly core
# ThreadType_Silk, --> '3' - silk
# ThreadType_Cotton, --> '4' - cotton
# };
#
# - Cotton Yarn Count Index
#
# if not 'silk'
# = ( DESIRED NUMBER ) - 4
#
# if 'silk'
# 0 for 'N/A
# 1 for '12's (Silk)'
# 2 for '20's (Zinuido)'
# 3 for '36's'
# 4 for '48's (Anaido)'
# 5 for '60's'
#
#
# - Cotton Ply Index
#
# if not 'silk'
# = ( DESIRED NUMBER )
#
# if 'silk'
# = 0
#
# - Tex Index
#
# if not 'silk', calculate by the following formula
#
# ( tex value ) = 3.0 / ( desired cotton count number ) * (desired ply
number) / 0.0055 + 0.5
#
# tex value(0~10): 1
# tex value(>300): 201
# tex value(11~200): (tex value) - 9
# tex value(201~300): ((tex value) - 200)/10 + 191
#
# if 'silk'
# 0 for 'N/A
# 1 for 'T-27' - if cotton yarn count index = 1
# 2 for 'T-45' - if cotton yarn count index = 2
# 3 for 'T-82' - if cotton yarn count index = 3
# 4 for 'T-109' - if cotton yarn count index = 4
# 5 for 'T-136' - if cotton yarn count index = 5
#
#
# - Thickness(mm)
#
# if not 'silk'
#
# ( tex size ) = (tex index) + 10
# -> if (tex size) > 200, (tex size) = 200 + (tex size - 200)*10
#
# tex size(0~40) : 0.2
# tex size(41~80) : 0.4
# tex size(81~100) : 0.6
# tex size(101~200): 1.0
# tex size(>200) : 1.5
#
# 0.2 for 'N/A
# 0.2 for 'T-27' - if cotton yarn count index = 1
# 0.4 for 'T-45' - if cotton yarn count index = 2
# 0.6 for 'T-82' - if cotton yarn count index = 3
# 1.0 for 'T-109' - if cotton yarn count index = 4
# 1.0 for 'T-136' - if cotton yarn count index = 5
#
#

[Thread Preset]
Polyester 60's/3 | 1 | 56 | 3 | 18 | 0.25
Polyester 40's/2 | 1 | 36 | 2 | 18 | 0.25
Polyester 30's/3 | 1 | 26 | 3 | 46 | 0.40
Polyester 20's/4 | 1 | 16 | 4 | 100 | 1.00
Polyester 20's/8 | 1 | 16 | 8 | 192 | 1.50
Zinuido | 3 | 2 | 0 | 2 | 0.4

You might also like