Skip to content

Releases: markmal/fanera

Release 1.3.2.18

Choose a tag to compare

@markmal markmal released this 31 Jul 23:38
  • added corners on printed pages / saved images.
  • added version and STL file name in header

fanera-.zip is for Windows
fanera-
.tgz is for Linux

Release 1.3.1.17

Release 1.3.1.17 Pre-release
Pre-release

Choose a tag to compare

@markmal markmal released this 26 Jul 21:08

bugs fixed. now it launches with and without network

Release 1.3.1.15

Release 1.3.1.15 Pre-release
Pre-release

Choose a tag to compare

@markmal markmal released this 26 Jul 04:15
  • added detection of new releases at github

Release 1.2.2.12

Release 1.2.2.12 Pre-release
Pre-release

Choose a tag to compare

@markmal markmal released this 23 Jul 15:40

Note!
Description, Installation instructions, and other documentation is ready in Wiki https://github.com/markmal/fanera/wiki

Changes and improvements:

  • fixed rotate and shift on different zooms
  • added info for projection and scale
  • removed some debug output
  • other little improvements

release

release Pre-release
Pre-release

Choose a tag to compare

@markmal markmal released this 21 Jul 14:44

first release:
for Windows:

  1. install Java3D option, Today it is java3d-1_5_1-windows-amd64.exe or java3d-1_5_1-windows-i586.exe
    You may have to install Java3D package for amd64 or i586 depending on which Java you have in your computer. It is safe to install both. You can check version and architecture of java by running `java -version' from command prompt.
  2. install Advanced Imaging option from Oracle Java 8 SE downloads.
  3. unzip the fanera zip.
  4. run fanera.jar from File Explorer.
    Caveat - Java i586 may fail to show preview with error : java.lang.OutOfMemoryError: Java heap space.
    If it happens you have to call it from command line with Xmx parameter, like that :
    java -Xmx1024m -jar fanera.jar
    Or, set Windows System Environment variable _JAVA_OPTIONS by setting/adding -Xmx1024m to it

For Linux:

  1. Java3D option and Advanced Imaging option binaries from Oracle Java 8 SE downloads are included into local lib dir.
  2. untar fanera tgz.
  3. run fanera.sh