CNC

CNC

学习CNC编程。 CNC模拟器2.5D,编辑器,锋利的矢量图形,缩放

应用信息


2.1.0
August 05, 2024
18,101
Android 4.4+
Everyone
Get CNC for Free on Google Play

Advertisement

应用描述


Android应用分析和审查:CNC,由Viktor Weimer开发。在教育类别中列出。当前版本为2.1.0,在 05/08/2024 上更新。根据用户在Google Play上的评论:CNC。超过18 千的安装。 CNC目前有85评论,平均评分为3.3星

CNC = Computerized Numerical Control

CNC 是2.5D的高品质数控铣床模拟器。
包括半径补偿G41 / G42!
非常锋利的矢量图形,可缩放。
使用方便。简单易学!
为教育而制造。

所有G&M功能都包含g代码示例,您可以模拟所有内容!

语言:英语,西班牙语,德语,法语,俄语,亚美尼亚语,中文,日语

目前支持的G&M:
G0, G1, G2, G3, G4, G40, G41, G42, G53, G54, G55, G56, G57, G58, G59, G73, G90, G91, G94, G95, M3, M4, M5, M6, M8, M9, M30, 自定义M功能!

我们的CNC应用程序专为教育而设计!
只需编写g代码并进行模拟即可。

学习CNC编程。 CNC模拟器2.5D,编辑器,夏普矢量图形,缩放

您可以复制任何示例并将其粘贴到您的G代码中。

在“模拟器”视图中,点击“共享”按钮以使用任何常用共享方法保存或共享代码。

使用Stepsintofuture.com学习CNC编程
我们目前正在提供2.1.0版本。这是我们最新,最优化的版本。它适用于许多不同的设备。从Google Play商店或我们托管的其他版本中免费下载Apk。此外,您可以在不注册的情况下下载且无需登录。

我们拥有超过2000+的Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...设备,并提供了许多选项,您可以轻松选择适合您设备的游戏或软件。

如果在Google App Store上有任何国家限制或设备侧面的任何限制,它可能会派上用场。

什么是新的


Cycle G79 added & G73 update.

在Google Play商店进行评分和审查


3.3
85 全部的
5 33.3
4 33.3
3 0
2 0
1 33.3

安装总数(*估计)

估计Google Play上安装总数, 近似于评级数和在Google Play上达到的安装界限.

最近的评论

user
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 ...

user
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.

user
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).

user
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.

user
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

user
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.

user
A Google user

The application does not open. Please, fix the error.

user
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 ...