first commit
This commit is contained in:
27
snippets/bsnc.json
Normal file
27
snippets/bsnc.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user