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