Skip to content
Snippets Groups Projects
Commit 792532e4 authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Update file locations.

parent 2946153d
No related branches found
No related tags found
1 merge request!8Feat/rasterizer 10
......@@ -131,11 +131,6 @@ public final class App {
// ...
JavaPropertiesConfigurationParser configParser = new JavaPropertiesConfigurationParser(
getClass().getClassLoader().getResource("index_everest_d_v4.properties").getFile(),
getClass().getClassLoader().getResource("default.properties").getFile()
);
MasterRenderer renderer = new MasterRenderer(configParser.getPrinter(), configParser.getFormat("A4"));
} catch (final Exception e) {
terminateWithException(e);
}
......
# JProperties Printer & Format Configuration
#
# Embosser: Default
# Version 1 Rev. 1 (19-07-18)
# Version 1 Rev. 2 (19-07-23)
#
# Description:
# This is the default configuration file for the braille plot application.
......@@ -14,7 +14,7 @@
# are not overriding the defaults.
printer.mode=normal
printer.brailletable=src/main/resources/eurobraille.properties
printer.brailletable=src/main/resources/mapping/eurobraille.properties
printer.floatingDot.support=false
# The following values represent the fixed indentation and maximum technical printing area of the embosser.
......
# JProperties Printer & Format Configuration
#
# Embosser: Index Basic-D
# Version 1 Rev. 2 (19-07-18)
# Version 1 Rev. 3 (19-07-23)
#
# Description:
# This is the main configuration file for use with the braille plot application
......@@ -17,7 +17,7 @@
printer.name=Index Basic-D V3
printer.mode=normal
printer.brailletable=src/main/resources/mapping.properties
printer.brailletable=src/main/resources/mapping/mapping.properties
printer.floatingDot.support=false
# The following values represent the fixed indentation and maximum technical printing area of the embosser.
......
# JProperties Printer & Format Configuration
#
# Embosser: Index Everest-D V4
# Version 1 Rev. 8 (19-07-19)
# Version 1 Rev. 9 (19-07-23)
#
# Description:
# This is the main configuration file for use with the braille plot application
......@@ -17,7 +17,7 @@
printer.name=Index Everest-D V4
printer.mode=normal
printer.brailletable=src/main/resources/eurobraille.properties
printer.brailletable=src/main/resources/mapping/eurobraille.properties
printer.floatingDot.support=true
printer.floatingDot.resolution=0.05
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment