Heightmap format different between RRF and DSF
-
@dc42 It looks like RRF always writes the heightmap file in the latest version...
axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
@chrishamm It looks like DSF always writes in the previous version:
xmin,xmax,ymin,ymax,radius,xspacing,yspacing,xnum,ynum
Both RRF and DSF write "v2" for the version string.
RepRapFirmware height map file v2 generated at
Think you guys can sync this in 3.4 and maybe bump the version string?
-
@gtj0 Thanks for the note, I'll take care of it. We plan to remove the extra code from DSF which writes the heightmap so that RRF loads and saves CSV heightmap files using the new file interface.
-
@chrishamm Cool, thanks!