ForynGilnith@lemmy.worldto3DPrinting@lemmy.world•I know this has been done before, but here's a 1:1 scale 3D print of my actual brain. The hospital that did my MRI let me have the files.English
2·
1 year agocool - I’ll try to run my images through InVesalius instead. Thanks for inspiring me to give this another shot!
If that’s the case, it’s a bit of an ugly hack but you could make a wrapper script placed in
/usr/local/bin/inkscape
like this:#!/bin/bash flatpack run org.inkscape.Inkscape ${*}
(the
${*}
will pass along all the arguments that the wrapper script was called with)