Rick Companje
Rick Companje
Hi Maik, This ZIP file contains both the GCODE and the UMC file: [bunny-3cm-fails-on-upmini.zip](https://github.com/MaikStohn/UP3D/files/253550/bunny-3cm-fails-on-upmini.zip). I managed to print another smaller version of the same model without problems. So I guess...
I will upload the UMC file to another SD card to make sure it's not the card. Then after the crash I will provide you with a zipped image of...
I have the same issue ("The same code works sometimes and at others it doesn't"). Running processing-3.5.4 on a fresh Windows 10 Pro (version 20H2) PC (Intel i5-9600K 3.70 GHz...
I modified some code in `putBmpIntoPixels` to be able to load 16 bits grayscale images: ``` cpp if(sizeof(PixelType)==1 && (FreeImage_GetColorType(bmp) == FIC_PALETTE || FreeImage_GetBPP(bmp) < 8 || imgType!=FIT_BITMAP)) { if(FreeImage_IsTransparent(bmp))...