28 lines
575 B
JSON
28 lines
575 B
JSON
{
|
|
"UCG template": {
|
|
"prefix": "ucg",
|
|
"body": ["(UCG,2,X-33X33,Y-33Y33,Z-15Z0,1,-3)"],
|
|
"description": "Шаблон UCG"
|
|
},
|
|
"URT cycle": {
|
|
"prefix": "urt",
|
|
"body": ["(URT,${1:0})"],
|
|
"description": "Цикл URT"
|
|
},
|
|
"RPT cycle": {
|
|
"prefix": "rpt",
|
|
"body": ["(RPT,${1:E0})"],
|
|
"description": "Цикл RPT"
|
|
},
|
|
"ERP": {
|
|
"prefix": "erp",
|
|
"body": ["(ERP)"],
|
|
"description": "Маркер ERP"
|
|
},
|
|
"E variable": {
|
|
"prefix": "evar",
|
|
"body": ["E${1:30}=${2:0}"],
|
|
"description": "Переменная E"
|
|
}
|
|
}
|