Open GoogleCodeExporter opened 9 years ago
Ok, I will look into it to see what is possible.
Regarding the macro, I don't know how to do it using the generic macro
language, however, I know it is possible to use JavaScript macro for this, see
attached example.
Original comment by zitmen@gmail.com
on 28 Oct 2014 at 3:38
Attachments:
Thanks, I was able to use your code in a macro via the eval("script") command.
Regarding implementation in ThunderSTORM, something simple like auto-detection
of extreme Z coordinates (like for the XY coordinates) would be perfect.
Original comment by lechrist...@gmail.com
on 28 Oct 2014 at 9:40
The automatic range estimate is now implemented in revision 9f89e6ece096. If
the 3D mode is enabled and if you click on automatic range detection using
results, it takes min/max values and rounds them to the closest values outside
of the range given by the current step size, e.g., min=-253, max = +333,
current z-range = "-400:50:+400", then the z-range is updated to "-300:50:+350".
The daily build will be available later today.
I'll keep this issue open, because removal of empty slices can yield a lot of
free memory, however, it is not as straightforward to implement this, because
there will be some more updates to the rendering dialog in the next version.
Original comment by zitmen@gmail.com
on 3 Nov 2014 at 10:22
Sounds good, I'll keep an eye on the next builds. Thanks!
Original comment by lechrist...@gmail.com
on 3 Nov 2014 at 11:44
Original issue reported on code.google.com by
lechrist...@gmail.com
on 28 Oct 2014 at 10:10