Fatiador para impressão 3D

Pessoal, existe algum software Fatiador para fazer interface com Impressora 3D que rode em Endless? Obrigada!

Use o aplicativo FlashPrint disponivel na Central de Aplicativos

Ultimaker’s CURA also has a AppImage which works flawless on EOS from my own experience.

/edit: Here’s a short commandline to install it:

pushd ~/Downloads
wget https://software.ultimaker.com/cura/4.9_20210511_Ultimaker_Cura-4.9.1.AppImage
chmod +x 4.9_20210511_Ultimaker_Cura-4.9.1.AppImage
mkdir -p ~/.local/share/applications
cat << EOF > ~/.local/share/applications/cura.desktop
[Desktop Entry]
Type=Application
Name=Ultimaker Cura
Exec=/sysroot/home/$(whoami)/Downloads/4.9_20210511_Ultimaker_Cura-4.9.1.AppImage
Icon=printmgr
EOF

Just copy/paste the whole bunch into a Terminal and start it from the Icon then:
image

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.