Changes between Initial Version and Version 1 of Ticket #130, comment 6


Ignore:
Timestamp:
23/09/22 00:45:55 (19 months ago)
Author:
Friedrich Volkmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #130, comment 6

    initial v1  
    11I have never used UTM coordinates in my life. I've meanwhile written a bash script that upscales the 3d files without changing the original .svx files:
    22
     3{{{
    34#!/bin/bash
    45fn="$1"
     
    78cavern -o ${fn%.svx}.3d "$tmp"
    89rm "$tmp"
     10}}}
    911
    1012In Inkscape, I import the .3d files in 1:10000 scale, so they become really 1:100. Everything works fine, but it's an ugly hack that nobody without background in software development would do or understand.