first commit

This commit is contained in:
2025-08-20 23:45:39 +03:00
commit 972944b977
12 changed files with 857 additions and 0 deletions

27
snippets/bsnc.json Normal file
View 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"
}
}