Page 2 of 3

Re: Feature Request: Eject Media

Posted: Sat Aug 09, 2014 4:33 pm
by Tedenda
+1

Re: Feature Request: Eject Media

Posted: Sun Sep 21, 2014 5:01 pm
by 66tbird
+1

Re: Feature Request: Eject Media

Posted: Tue Oct 28, 2014 10:12 am
by Simon
+1

I'm running S3D on Linux, so I would like to attach another related request to it.
It would be nice if you could easily select the SD card from within the "save as..." dialog. At the moment, I have to browse to /media/<username>/<card identifier>. There is no shortcut for it.

In Cura, it's even simpler: If you insert an SD card, a button appears, which, when pressed, instantly saves the file to the SD-card. And then there's another button to eject it. Personally I think, the first one goes too far.

Re: Feature Request: Eject Media

Posted: Tue Oct 28, 2014 3:07 pm
by dhylands
As a workaround, you could create a symlink.

You can also label your sdcards. Under ubuntu 14.04, I did this:

Code: Select all

echo mtools_skip_check=1 >> ~/.mtoolsrc
sudo umount /dev/sdc1
sudo mlabel -i /dev/sdc1 -s ::MYNAME
(assuming that your sdcard is /dev/sdc1). Then the sdcard shows up as /media/username/MYNAME

You could then create a symlink from your home directory to the media directory:

Code: Select all

ln -s /media/USERNAME/MYNAME ~/MYNAME
If you name your symlinks with appropriate leading character, then they would even show up at the beginning of the list.

Re: Feature Request: Eject Media

Posted: Tue Oct 28, 2014 6:42 pm
by Simon
Good Idea, I'll try that! Thanks!

Re: Feature Request: Eject Media

Posted: Mon Nov 03, 2014 10:56 pm
by GregFisk25
+1

But what I do as a workaround is to just go back into 'save to file' and eject from there.

Re: Feature Request: Eject Media

Posted: Sat Nov 08, 2014 2:31 am
by joesoap583
dhylands wrote:As a workaround, you could create a symlink.

You can also label your sdcards. Under ubuntu 14.04, I did this:

Code: Select all

echo mtools_skip_check=1 >> ~/.mtoolsrc
sudo umount /dev/sdc1
sudo mlabel -i /dev/sdc1 -s ::MYNAME
(assuming that your sdcard is /dev/sdc1). Then the sdcard shows up as /media/username/MYNAME

You could then create a symlink from your home directory to the media directory:

Code: Select all

ln -s /media/USERNAME/MYNAME ~/MYNAME
If you name your symlinks with appropriate leading character, then they would even show up at the beginning of the list.
I am a Windows user. How does this help me?

Re: Feature Request: Eject Media

Posted: Sat Nov 08, 2014 3:01 am
by dhylands
In Windows, you can create shortccuts.

Re: Feature Request: Eject Media

Posted: Sun Nov 09, 2014 3:44 pm
by joesoap583
dhylands wrote:In Windows, you can create shortccuts.
I would prefer having an option in S3D.

Re: Feature Request: Eject Media

Posted: Sun Nov 16, 2014 4:56 am
by Umpa
To be frank I would like a card written correctly message - the software validated whats been written says its good and then gives you the option to eject.