problem with text

Post Reply
backman
Posts: 3
Joined: 28 Feb 2016, 14:30

problem with text

Post by backman »

Hello!
I have ubuntu 15.10 and i have one problem with the program. I cant see the text into kisslicer like in the pic.
Attachments
j.png
j.png (20.33 KiB) Viewed 2751 times
stefan-witbox
Posts: 12
Joined: 11 Aug 2015, 08:48

Re: problem with text

Post by stefan-witbox »

Hello,

which version of kisslicer do you use?

Have you tried the latest beta inside dropbox (KISSlicer_Linux64_1.5beta2.20 if you are using the 64bit Ubuntu version)?
Extract, create a folder and move the file there.
Check permissions, hope that helps.

So long
Stefan
backman
Posts: 3
Joined: 28 Feb 2016, 14:30

Re: problem with text

Post by backman »

stefan-witbox wrote:Hello,

which version of kisslicer do you use?

Have you tried the latest beta inside dropbox (KISSlicer_Linux64_1.5beta2.20 if you are using the 64bit Ubuntu version)?
Extract, create a folder and move the file there.
Check permissions, hope that helps.

So long
Stefan
I can see the pic in stable version and unstable (version 1.5 Beta 1 - Sep 2014) and KISSlicer_Linux64_1.5beta2.20 i .
It was work before reinstall ubuntu. I think that i need depends.
stefan-witbox
Posts: 12
Joined: 11 Aug 2015, 08:48

Re: problem with text

Post by stefan-witbox »

Hello,

ldd KISSlicer shows you which libs a program uses, in my case:

linux-vdso.so.1 => (0x00007ffe19b3a000)
libGL.so.1 => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 (0x00007f04c34dd000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f04c315b000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f04c2e52000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f04c2c3c000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f04c2872000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f04c2537000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f04c2319000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f04c2115000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f04c1eeb000)
libxcb-dri3.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 (0x00007f04c1ce8000)
libxcb-present.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-present.so.0 (0x00007f04c1ae5000)
libxcb-sync.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1 (0x00007f04c18dd000)
libxshmfence.so.1 => /usr/lib/x86_64-linux-gnu/libxshmfence.so.1 (0x00007f04c16da000)
libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 (0x00007f04c14ac000)
libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f04c1299000)
libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f04c1096000)
libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f04c0e90000)
libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f04c0c8d000)
libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 (0x00007f04c0a74000)
libxcb-dri2.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 (0x00007f04c086f000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f04c064c000)
libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f04c0446000)
libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007f04c0237000)
/lib64/ld-linux-x86-64.so.2 (0x0000560d55cab000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f04c0032000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f04bfe2c000)

perhaps that helps.
backman
Posts: 3
Joined: 28 Feb 2016, 14:30

Re: problem with text

Post by backman »

stefan-witbox wrote:Hello,

ldd KISSlicer shows you which libs a program uses, in my case:

linux-vdso.so.1 => (0x00007ffe19b3a000)
libGL.so.1 => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 (0x00007f04c34dd000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f04c315b000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f04c2e52000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f04c2c3c000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f04c2872000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f04c2537000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f04c2319000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f04c2115000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f04c1eeb000)
libxcb-dri3.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 (0x00007f04c1ce8000)
libxcb-present.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-present.so.0 (0x00007f04c1ae5000)
libxcb-sync.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1 (0x00007f04c18dd000)
libxshmfence.so.1 => /usr/lib/x86_64-linux-gnu/libxshmfence.so.1 (0x00007f04c16da000)
libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 (0x00007f04c14ac000)
libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f04c1299000)
libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f04c1096000)
libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f04c0e90000)
libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f04c0c8d000)
libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 (0x00007f04c0a74000)
libxcb-dri2.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 (0x00007f04c086f000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f04c064c000)
libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f04c0446000)
libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007f04c0237000)
/lib64/ld-linux-x86-64.so.2 (0x0000560d55cab000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f04c0032000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f04bfe2c000)

perhaps that helps.
Big thx!
I reinstall ubuntu and now it work. But i think that dipends need placed an page download or in the archive for linux in txt file.
stefan-witbox
Posts: 12
Joined: 11 Aug 2015, 08:48

Re: problem with text

Post by stefan-witbox »

You are welcome,

with dpkg -S /path/to/lib or lib-name only you can see from which package(installed and not installed) a lib is,

dpkg -S /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1

Output:
libgl1-mesa-glx:amd64: /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1

Package: libgl1-mesa-glx

I will do that with all libs KISSlicer needs and post the depending packages as a list here, for reference.

Best wishes
Stefan
stefan-witbox
Posts: 12
Joined: 11 Aug 2015, 08:48

Re: problem with text

Post by stefan-witbox »

PS:
You can do a lot of crazy things with the linux commands,
i use the sed command, very powerfull, you can use most commands with KISSlicer, in the Printer tab, Firmware tab, Post-Process.

I added a post processing anti squashing layer sequence.

sed -i -e 's/:/-/g' -e '/BEGIN_LAYER_OBJECT z=0.20/ a M221 S98' -e '/BEGIN_LAYER_OBJECT z=0.30/a M221 S99' -e '/BEGIN_LAYER_OBJECT z=0.40/a M221 S99' -e '/BEGIN_LAYER_OBJECT z=0.50/a M221 S99' -e '/BEGIN_LAYER_OBJECT z=0.60/a M221 S100' <FILE>

(the save file name in kisslicer must not contain any spaces)

what it does:
sed -i : edit files directly inplace
-e 's/:/-/g' : replace all : with - , because my printer doesnt display :
-e '/BEGIN_LAYER_OBJECT z=0.20/ a M221 S98' : add a new line with "M221 S98" after "BEGIN_LAYER_OBJECT z=0.20"

M221 changes the Flowrate of your extruder. ( on almost every printer firmware http://reprap.org/wiki/G-code#M221:_Set ... percentage)

So i print the layer 2 with 98%, 3 with 99%, 4 with 99%, 5 with 99%, 6 with 100% again, so you can compensate squashing of the first layers.
Post Reply