

1·
2 years agoHow did you assemble the STL? Freesurfer?
I had some MRIs done about a year ago that included the brain and I got so/so results out of Freesurfer. You could tell it was a brain but it still looked a little janky. Yours looks great, though!
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)