GCode Simulator for Android V1.06 Beta uploaded to Google Play Store Changes:

GCode Simulator for Android V1.06 Beta uploaded to Google Play Store

Changes:
-Fixed bug (endless printing)
-Incorporated some feedback (Z-Arrows location, Images now use double arrows)
-Fixed bug (invisible background when pause is pressed)
-Add confirm messages before stopping a print.
-USB Device handling improved (better error messages)
-when multiple USB devices are detected, let user choose which device to connect.
-When network data is received, ask user if a print should be started (only if connected)

Note: Network Receiver does not work well with telnet, please use netcat/nc instead. Telnet sometimes cuts off some gcodes :frowning:
Example: nc 192.168.1.34 53232 < file.gcode

Mathias, first off thanks for writing this software. I am very excited about being able to control my deltabot printers from an Android tablet. I am most interested in using your latest versions so I wanted to let you know that I am looking at the Play Store and it’s listing Android GCode Simulator under the ‘what’s new’ section as v1.04 being the most recent. Then under additional information it’s listing most recent version as .95.

@Steve_Graber to participate in the beta test of the new version you need to register for the beta test first. I posted a guideline some weeks ago: https://plus.google.com/111808630100818933182/posts/VSSfEFZTphS

Perfect. Thanks for pointing me back to that link.

@Mathias_Dietz 1.07 is not working on my xoom with an azteeg x3: “failed to acquire device , no supported FTDI_serial device:/dev/bus/usb/002/002”

@Nicolas_Arias looks like the printer is not detected. What printer do you have ? What is the VendorID and the ProductID ?

the controller its a panucatt azteeg x3:

Product ID: 0x6015
Vendor ID: 0x0403 (Future Technology Devices International Limited)

@Nicolas_Arias ok, the current version looks for Product ID 0x6001 only. I will add 0x6015 to the list and publish a new version soon.

@Nicolas_Arias I have added the FT230X Chip (0x6015 ProductID) to the supported devices list in GCode Simulator (Free) V1.13. Please try if it works now. Thanks.

@Mathias_Dietz sucess!, it works now!