From 1a990e749ac9141cfc5ed91093fe8b3c350b0ec0 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Thu, 19 Nov 2015 14:25:26 +0100 Subject: [PATCH] Startup --- devices/bm1trx.properties | 14 ++++++++++++++ devices/dummy.properties | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 devices/bm1trx.properties create mode 100644 devices/dummy.properties diff --git a/devices/bm1trx.properties b/devices/bm1trx.properties new file mode 100644 index 0000000..1bae728 --- /dev/null +++ b/devices/bm1trx.properties @@ -0,0 +1,14 @@ +#Thu Nov 19 14:25:26 CET 2015 +defaultSpeed=1.0 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=5.69875 +minSpeed=0.1 +minValue=-5.80125 +offset=0.0 +precision=5 +resolution=0.00125 +scale=1.0 +unit=mm diff --git a/devices/dummy.properties b/devices/dummy.properties new file mode 100644 index 0000000..e158d8e --- /dev/null +++ b/devices/dummy.properties @@ -0,0 +1,12 @@ +#Thu Nov 19 14:25:26 CET 2015 +defaultSpeed=1.0 +estbilizationDelay=0 +maxSpeed=10.0 +maxValue=10.0 +minSpeed=0.1 +minValue=-10.0 +offset=0.0 +precision=2 +resolution=NaN +scale=1.0 +unit=mm