Store Height Maps in a Folder
-
It would be great is RRF could store the heightmap csv files in a subfolder. Having them in the root system directory really clutters things up.
-
@CCS86
If you use G29 S3 P"0:/myFolder/myMap.csv" you can save it wherever you want and call it what you want.
You just have to remember to use the same P parameter when you load it
G29 S1 P"0:/myFolder/myMap.csv" -
@OwenD said in Store Height Maps in a Folder:
@CCS86
If you use G29 S3 P"0:/myFolder/myMap.csv" you can save it wherever you want and call it what you want.
You just have to remember to use the same P parameter when you load it
G29 S1 P"0:/myFolder/myMap.csv"Does the heightmap plugin find them in there?