CNC
CNCのプログラミングを学ぶ。 CNC Simulator 2.5D、エディタ、シャープなベクトルグラフィック、ズーム
アプリ情報
Advertisement
アプリの説明
Androidアプリの分析とレビュー:Viktor Weimerによって開発されたCNC。 教育カテゴリにリストされています。現在のバージョンは2.1.0で、 05/08/2024 に更新されます。ユーザーによると、Google Play:CNC。 18 千を超えるインストールを達成しました。 CNCには現在、85のレビューがあり、平均評価は3.3星です
CNC = Computerized Numerical ControlCNC は2.5Dの高品質CNCフライス盤シミュレータです。
半径補正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コードを書いてシミュレートするだけです。
例をコピーしてGコードに貼り付けることができます。
シミュレータビューで[共有]ボタンをタップして、一般的な共有方法のいずれかを使用してコードを保存または共有します。
Stepsintofuture.comでCNCプログラミングを学ぶ
現在、バージョン2.1.0を提供しています。これは、最新の最適化されたバージョンです。多くの異なるデバイスに適しています。 Google Playストアやホストしている他のバージョンから直接Apkを直接ダウンロードしてください。さらに、登録なしでダウンロードでき、ログインは不要です。
Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...用の2000+を使用可能なデバイスを超えて、非常に多くのオプションを備えています。デバイスに合ったゲームやソフトウェアを選択するのは簡単です。
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 ...