CNC
เรียนรู้การเขียนโปรแกรม CNC CNC Simulator 2.5D, แก้ไข, กราฟฟิกแบบเวกเตอร์ที่คมชัด, ซูม
ข้อมูลแอพ
Advertisement
คำอธิบายแอพ
การวิเคราะห์แอพ Android และการทบทวน: CNC พัฒนาโดย Viktor Weimer จดทะเบียนในหมวดหมู่ การศึกษา เวอร์ชันปัจจุบันคือ 2.1.0 อัปเดตเมื่อ 05/08/2024 ตามความเห็นของผู้ใช้ใน Google Play: CNC ได้รับการติดตั้งมากกว่า 18 พัน ปัจจุบัน CNC มีรีวิว 85 คะแนนเฉลี่ย 3.3 ดาว
CNC = การควบคุมเชิงตัวเลขด้วยคอมพิวเตอร์CNC เป็นเครื่องจำลองการกัดซีเอ็นซีคุณภาพสูงใน 2.5D
รวมค่าชดเชยรัศมีแล้ว G41 / G42!
กราฟิกแบบเวกเตอร์ที่คมชัดมากซูมได้
ง่ายต่อการใช้. เรียนรู้ง่าย!
ทำเพื่อการศึกษา
ฟังก์ชั่น G & M ทั้งหมดรวมถึงตัวอย่างรหัส g คุณสามารถจำลองได้ทั้งหมด!
ภาษา: อังกฤษ, สเปน, เยอรมัน, ฝรั่งเศส, รัสเซีย, อาร์เมเนีย, จีน, ญี่ปุ่น
รองรับ G & M ในปัจจุบัน:
G0, G1, G2, G3, G4, G40, G41, G42, G53, G55, G56, G57, G58, G59, G59, G73, G91, G91, G94, G95, M3, M5, M6, M8, M9, M30, ฟังก์ชั่น M กำหนดเอง!
แอพ CNC ของเราทำขึ้นเพื่อการศึกษา!
เพียงแค่เขียนรหัส g ของคุณและจำลองมัน!
คุณสามารถคัดลอกตัวอย่างและวางลงใน G-code ของคุณ
ในมุมมองเครื่องมือจำลองให้แตะปุ่มแชร์เพื่อบันทึกหรือแชร์รหัสของคุณโดยใช้วิธีการแบ่งปันทั่วไป
เรียนรู้การเขียนโปรแกรม CNC ด้วย Stepsintofuture.com
ขณะนี้เราเสนอเวอร์ชัน 2.1.0 นี่เป็นเวอร์ชันล่าสุดที่ได้รับการปรับปรุงให้ดีที่สุดของเรา เหมาะสำหรับอุปกรณ์ต่าง ๆ มากมาย ดาวน์โหลดฟรี Apk โดยตรงจาก Google Play Store หรือเวอร์ชันอื่น ๆ ที่เรากำลังโฮสต์ นอกจากนี้คุณสามารถดาวน์โหลดได้โดยไม่ต้องลงทะเบียนและไม่จำเป็นต้องเข้าสู่ระบบ
เรามีอุปกรณ์ที่มี 2000+ มากกว่าสำหรับ Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... ที่มีตัวเลือกมากมายเป็นเรื่องง่ายสำหรับคุณที่จะเลือกเกมหรือซอฟต์แวร์ที่เหมาะกับอุปกรณ์ของคุณ
มันสามารถมีประโยชน์หากมีข้อ จำกัด ของประเทศหรือข้อ จำกัด ใด ๆ จากด้านข้างของอุปกรณ์ของคุณใน Google App Store
มีอะไรใหม่
Cycle G79 added & G73 update.

ความคิดเห็นล่าสุด
Northern sky (Ruvi)
Wow ❤️ "Fantastic app for CNC programming and simulation! It's incredibly easy to use, with all the essential features for code running and simulation, and best of all, Completely free , how good is that . i tested several codes to learn G codes. Perfect for beginners and pros alike. Highly recommended! Keep it up 👏👏 There is a little issue with language change , when application close and reopening language automatically changes back to German ...
Josh Catron (Bladestonez)
Used to work fine now it just doesn't work the way it should. Circle interpolation does not work the way it does on a real machine on here at all. Using cutter comp faults out every time. Wish I could get a refund as this is no longer useful for practice since it's wrong on all accounts.
A Google user
it doesn't start at all. too bad :( edit: it works, but it has many bugs even for basic things. Still I hope the developers will fix them in time(the last time they were pretty quick).
A Google user
Probably the best CNC simulator on this store. Continuously being improved and already has many great options in it! Thank you very much for this wonderful app.
me meme
I copied a simple block squaring program from the haas machine at work and it wouldnt attempt to run it due to cutter comp g41.. Even tho the cnc machine runs the same program just fine
A Google user
At one stage it was good. But after a few update This app does only x and y line. Can not do any G02 or G03 with G91. It messed up.
A Google user
The application does not open. Please, fix the error.
A Google user
It can't do a full circle it jumps the string and ignore it because he is already at the position , a workaround is to make 2 half circuits. Exemple (Doesn't work) N40 G1 x5 y0 f600 N50 G2 x5 y0 j0 i-5 f100 (works) N40 G1 x5 y0 f500 N50 G2 x-5 y0 j0 i5 f100 N60 G2 x5 y0 j0 i-5 f100 ...