mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2025-02-20 00:04:42 +02:00
- solidify/face.h (struct face): record the x, y, and z step sizes - solidify/face.c (load_file, read_file): moved file I/O from read_file to load_file - solidify/face.c (adjust_step, read_file): before populating the array, determine the x/y and z step sizes - solidify/solidify.c (main): verify that both faces have the same step sizes - solidify/solidify.c (main): don't use hard-coded z step size - solidify/solidify.c (main): move call to setlocale() next to gtk_init(), to make it clear whose damage we're trying to control