diff --git a/default.properties b/default.properties
deleted file mode 100644
index c388ae9c951c9a26236cdfb3d15651383fa4193e..0000000000000000000000000000000000000000
--- a/default.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# JProperties Printer & Format Configuration
-#
-# Embosser: Default
-# Version 1 Rev. 1 (19-07-18)
-#
-# Description:
-# This is the default configuration file for the braille plot application.
-# The configuration specifies the default values of required properties.
-#
-# https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files
-# =============================================================================
-
-# ATTENTION:    Changes to this configuration will affect settings for ALL printer and format definitions which
-#               are not overriding the defaults.
-
-printer.mode=normalprinter
-printer.brailletable=src/main/resources/eurobraille.properties
-printer.floatingDot.support=false
-
-# The following values represent the fixed indentation and maximum technical printing area of the embosser.
-# If the outputs don't fit on the page you might want to tweak this values. (Check the format too.)
-printer.constraint.top=0
-printer.constraint.left=0
-# The second constraint in the printer.raster namespace helps to limit the available printing area in steps of
-# whole cells, for example if the printer enforces a maximum char per line limit or borders are activated.
-printer.raster.constraint.top=0
-printer.raster.constraint.left=0
-
-# Overall grid layout / type
-printer.raster.type=6-dot
-
-# The following properties define the exact grid spacing. Standard values based on the
-# 'Marburg Medium' publication standard as described in the FFI braille technical guideline:
-# https://www.ffi.de/assets/Uploads/Technische-Richtlinie-Blindenschrift.pdf
-# See also: # https://codes.iccsafe.org/content/ICCA117_12003/chapter-7-communication-elements-and-features#ICCA117.1_2003_Ch07_Sec703
-printer.raster.cellDistance.horizontal=3.5
-printer.raster.cellDistance.vertical=5.0
-printer.raster.dotDistance.horizontal=2.5
-printer.raster.dotDistance.vertical=2.5
-printer.raster.dotDiameter=1.5
-
-
-### Format Definitions
-### ==================
-
-# Default Format Definition (assume A4 portrait)
-format.default.page.width=210
-format.default.page.height=297
-format.default.margin.top=10
-format.default.margin.left=10
-format.default.margin.bottom=10
-format.default.margin.right=10
-
-# This is a template. Do not define concrete formats in this file. Use the specific user config file for this purpose.
\ No newline at end of file
diff --git a/index_everest_d_v4.properties b/index_everest_d_v4.properties
deleted file mode 100644
index 147238c667433d9579922b86c24cd54846af5925..0000000000000000000000000000000000000000
--- a/index_everest_d_v4.properties
+++ /dev/null
@@ -1,69 +0,0 @@
-# JProperties Printer & Format Configuration
-#
-# Embosser: Index Everest-D V4
-# Version 1 Rev. 8 (19-07-19)
-#
-# Description:
-# This is the main configuration file for use with the braille plot application
-# when embossing with the 'Index Everest-D V4'.
-# The configuration specifies the general printer abilities and defines
-# pre-selectable formats for this embosser.
-#
-# https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files
-# =============================================================================
-
-### General Printer Properties
-### ==========================
-
-printer.name=Index Everest-D V4
-printer.mode=normalprinter
-printer.brailletable=src/main/resources/eurobraille.properties
-printer.floatingDot.support=true
-printer.floatingDot.resolution=0.05
-
-# The following values represent the fixed indentation and maximum technical printing area of the embosser.
-# If the outputs don't fit on the page you might want to tweak this values. (Check the format too.)
-printer.constraint.top=5.0
-printer.constraint.left=0
-#printer.constraint.width=? TODO: Check out manual, Conduct printing tests with bigger formats
-#printer.constraint.height=?
-# The second constraint in the printer.raster namespace helps to limit the available printing area in steps of
-# whole cells, for example if the printer enforces a maximum char per line limit or borders are activated.
-printer.raster.constraint.top=0
-printer.raster.constraint.left=1
-printer.raster.constraint.width=35
-printer.raster.constraint.height=29
-
-# The following properties define the exact grid spacing.
-printer.raster.cellDistance.horizontal=3.6
-printer.raster.cellDistance.vertical=4.8
-printer.raster.dotDistance.horizontal=2.5
-printer.raster.dotDistance.vertical=2.5
-printer.raster.dotDiameter=1.5
-
-### Format Definitions
-### ==================
-
-# A4 Format
-format.A4.page.width=210
-format.A4.page.height=297
-format.A4.margin.top=0
-format.A4.margin.left=0
-format.A4.margin.bottom=0
-format.A4.margin.right=0
-
-# A5 Format
-format.A5.page.width=148
-format.A5.page.height=210
-format.A5.margin.top=0
-format.A5.margin.left=0
-format.A5.margin.bottom=0
-format.A5.margin.right=0
-
-# Wide Format
-format.wide.page.width=272
-format.wide.page.height=210
-format.wide.margin.top=0
-format.wide.margin.left=0
-format.wide.margin.bottom=0
-format.wide.margin.right=0
\ No newline at end of file
diff --git a/mapping.properties b/mapping.properties
deleted file mode 100644
index 787be18be1af7e1fda0ee4950b604011c7d3748f..0000000000000000000000000000000000000000
--- a/mapping.properties
+++ /dev/null
@@ -1,146 +0,0 @@
-# JProperties Mapping BrailleTable
-#
-# Table: de-chardefs6
-# Version 1 Rev. 2 (19-07-11)
-#
-# Description:
-# This table contains a mapping from 6-bit-strings to decimal ascii byte values.
-# It is used by the printer backend to encode data sent to the embosser.
-# The pairs are ordered by ascending ascii byte value.
-#
-# =============================================================================
-
-# 0-31:NUL-US (non visible characters)
-# Space
-000000=32
-# !
-000010=33
-# "
-000100=34
-# #
-001111=35
-# $
-000101=36
-# %
-111111=37
-# &
-111101=38
-# '
-000001=39
-# (
-011001=40
-# )
-001011=41
-# *
-001010=42
-# +
-011010=43
-# ,
-010000=44
-# -
-001001=45
-# .
-001000=46
-# /
-010011=47
-# 0
-001101=48
-# 1
-100001=49
-# 2
-110001=50
-# 3
-100101=51
-# 4
-100111=52
-# 5
-100011=53
-# 6
-110101=54
-# 7
-110111=55
-# 8
-110011=56
-# 9
-010101=57
-# :
-010010=58
-# ;
-011000=59
-# <
-000011=60
-# =
-011011=61
-# >
-000110=62
-# ?
-010001=63
-# 64-90:@-Z
-# [
-111011=91
-# 92:\
-# 93:]
-# 94:^
-# _
-000111=95
-# `
-001110=96
-# a
-100000=97
-# b
-110000=98
-# c
-100100=99
-# d
-100110=100
-# e
-100010=101
-# f
-110100=102
-# g
-110110=103
-# h
-110010=104
-# i
-010100=105
-# j
-010110=106
-# k
-101000=107
-# l
-111000=108
-# m
-101100=109
-# n
-101110=110
-# o
-101010=111
-# p
-111100=112
-# q
-111110=113
-# r
-111010=114
-# s
-011100=115
-# t
-011110=116
-# u
-101001=117
-# v
-111001=118
-# w
-010111=119
-# x
-101101=120
-# y
-101111=121
-# z
-101011=122
-# {
-011111=123
-# |
-001100=124
-# ~
-011101=126
-# 127:DEL
\ No newline at end of file