New Beta version V1.54 released, supports printing from SD Card.

New gcodeprintr Beta version V1.54 released, supports printing from SD Card.
All V1.54 Changes
-SD Card support added
-List files on SD card and choose one from printing
-Upload current gcode to SD card (SD streaming)
-Report print status (percent complete) during SD card print.
-Option to configure bed size (Smaller bed size for Makibox users)
-Option to configure a sound for print finished
-Reworked Print Panel Layout and Icons
-20% larger Buttons on 7" tablets
-Larger sliders for temp & step size

All gcodeprintr community members can opt-in to get the beta version. Just opt-in here:
https://play.google.com/apps/testing/de.dietzm.gcodesimulatorprinter
It can take some hours until Google has published it.

I would like to see this app ui updated with frames and register an Android intent for gcode files. I’d also like to see some slic3r integration.

@Jonathan frames ? do you mean fragments ?
The app already has an intent filter for the regex “.\.gc.
Slic3r integration will not happen unless someone ports slic3r to android, I will not :slight_smile:

yeah, fragments… glad to hear you already have intent registered. I haven’t been able to use this app, still waiting on my #makibox

Is it possible for you to also register “.g” and “.gcode” files?

.g is the most common that I use.

Also for programs of <20 lines or so (you could choose the threshold) could we NOT have the simulation, I often load up a g-code file such as:

G21
M220 S100
M221 S100
M104 S225

Just to initialize the printer, prior to loading an actual program for print. When I load a file like this the window just goes “nuts” repeating drawing the program over and over although there’s nothing to draw! (try it to see what I mean)

@Jarred_Baines it is registered for .gc* , this includes .gcode, .gc, .gco,… I did not register for .g* because .gif,… would match as well. Please name your file .gc if you want them to open by an intent.
Sure , I can activate pause when a file with less than 20 lines is loaded.

Makes perfect sense - I’ll change my naming convention here :wink:
Thanks for the pause, it will help me have less seizures when loading tiny programs :wink: