Bỏ thiết lập hiển thị toolpath Mach3/ Disable toolpath Mach3 / Please wait.... Generating Path...
У вашего броузера проблема в совместимости с HTML5
Mach3 Issue: Please wait.... Generating Path...
Mach3 Problem Large File
-----------------------------------------------------------
Mach3 tải file dung lượng trên 50MB rất lâu, nguyên nhân do toolpath Mach3 xử lý file dung lượng lớn không tốt. Với những file này cần bỏ hiển thị toolpath để load nhanh hơn, Trong video giới thiết lập tắt Mach3 để mở file dung lượng lớn.
File M199 trong video download ở đây: https://goo.gl/n5r4qm
'-----------------------------------------------------------------------
'Macro disable toolpath:
'Macro Disable Toolpath
Const Led_ToolPath as Long =27
Const Button_ToolPathToggle as Long=132
If GetOemLED(Led_ToolPath) Then
DoOemButton (Button_ToolPathToggle)
Else
End If
'--------------------------------------------------------------------