forked from cncjs/cncjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
576 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"dir": "ltr" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"loading": "Yükleniyor...", | ||
"title": "CNCjs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"TinyG": { | ||
"machineState": { | ||
"initializing": "Initializing", | ||
"ready": "Ready", | ||
"alarm": "Alarm", | ||
"stop": "Program Stop", | ||
"end": "Program End", | ||
"run": "Run", | ||
"hold": "Hold", | ||
"probe": "Probe", | ||
"cycle": "Cycle", | ||
"homing": "Homing", | ||
"jog": "Jog", | ||
"interlock": "Interlock", | ||
"shutdown": "Shutdown", | ||
"panic": "Panic" | ||
} | ||
}, | ||
"Grbl": { | ||
"activeState": { | ||
"idle": "Idle", | ||
"run": "Çalışıyor", | ||
"hold": "Kilitle", | ||
"door": "Kapı", | ||
"home": "Başlangıç", | ||
"sleep": "Uyku", | ||
"alarm": "Alarm", | ||
"check": "Kontrol" | ||
} | ||
}, | ||
"Smoothie": { | ||
"activeState": { | ||
"idle": "Idle", | ||
"run": "Run", | ||
"hold": "Hold", | ||
"door": "Door", | ||
"home": "Home", | ||
"sleep": "sleep", | ||
"alarm": "Alarm", | ||
"check": "Check" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"Rapid Move (G0)": "Hızlı Taşı (G0)", | ||
"Linear Move (G1)": "Doğrusal Taşı (G1)", | ||
"CW Arc (G2)": "CW Yay (G2)", | ||
"CCW Arc (G3)": "CCW Yay (G3)", | ||
"Probing (G38.2)": "Probing (G38.2)", | ||
"Probing (G38.3)": "Probing (G38.3)", | ||
"Probing (G38.4)": "Probing (G38.4)", | ||
"Probing (G38.5)": "Probing (G38.5)", | ||
"Cancel Mode (G80)": "İptal Modu (G80)", | ||
"P1 (G54)": "P1 (G54)", | ||
"P2 (G55)": "P2 (G55)", | ||
"P3 (G56)": "P3 (G56)", | ||
"P4 (G57)": "P4 (G57)", | ||
"P5 (G58)": "P5 (G58)", | ||
"P6 (G59)": "P6 (G59)", | ||
"XY Plane (G17)": "XY Düzlemi (G17)", | ||
"XZ Plane (G18)": "XZ Düzlemi (G18)", | ||
"YZ Plane (G19)": "YZ Düzlemi (G19)", | ||
"Inches (G20)": "Inç (G20)", | ||
"Millimeters (G21)": "Millimetre (G21)", | ||
"Exact Path (G61)": "Tam Yol (G61)", | ||
"Exact Stop (G61.1)": "Kesin Durdur (G61.1)", | ||
"Continuous (G64)": "Sürekli (G64)", | ||
"Absolute (G90)": "Kesin (G90)", | ||
"Relative (G91)": "Bağıl (G91)", | ||
"Inverse Time (G93)": "Ters Zaman (G93)", | ||
"Units/Min (G94)": "Birim/Dakika (G94)", | ||
"Active Tool Offset (G43.1)": "Active Tool Offset (G43.1)", | ||
"No Tool Offset (G49)": "No Tool Offset (G49)", | ||
"Program Stop (M0)": "Programı Durdur (M0)", | ||
"Optional Program Stop (M1)": "İsteğe Bağlı Program Durdur (M1)", | ||
"Program End (M2)": "Program Sonu (M2)", | ||
"Program End and Rewind (M30)": "Programı Sonlandırma ve Geri Alma (M30)", | ||
"Spindle On, CW (M3)": "Freze açık, CW (M3)", | ||
"Spindle On, CCW (M4)": "Freze açık, CCW (M4)", | ||
"Spindle Off (M5)": "Freze kapalı (M5)", | ||
"Mist Coolant On (M7)": "Soğutma Sıvısı açık (M7)", | ||
"Flood Coolant On (M8)": "Soğutma Sıvısı açık (M8)", | ||
"Coolant Off (M9)": "Soğutma Sıvısı kapalı (M9)" | ||
} |
Oops, something went wrong.