summaryrefslogtreecommitdiff
path: root/tags/host/0.8.1/lib/reprap.properties.dist
blob: 6c5ddd084841a022c8c0e11b2602a3481f8149f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Default distribution RepRap parameters
# http://reprap.org/

# User interface settings
WorkingLocation=reprap-wv.stl
WorkingX(mm)=300
WorkingY(mm)=300
WorkingZ(mm)=300
WorkingOffsetX(mm)=-17.3
WorkingOffsetY(mm)=-24.85
WorkingOffsetZ(mm)=-2
WorldName=RepRap-World
FrontFactor=0.001
RadiusFactor=0.7
BoundFactor=3.0
MouseZoomFactor=50
BackFactor=2.0
MouseTranslationFactor=50
# User interface colours
UnselectedColourR(0..1)=0.3
UnselectedColourG(0..1)=0.3
UnselectedColourB(0..1)=0.3
SelectedColourR(0..1)=0.6
SelectedColourG(0..1)=0.2
SelectedColourB(0..1)=0.2
BackColourR(0..1)=0.9
BackColourG(0..1)=0.9
BackColourB(0..1)=0.9
MachineColourR(0..1)=0.3
MachineColourG(0..1)=0.4
MachineColourB(0..1)=0.3

# General settings
Port(name)=/dev/ttyS0
CommsDebug=false
Geometry=nullcartesian
RememberWindowPosition=false

# Motor settings
AxisCount=3
FastSpeed(0..255)=200
XAxisAddress=2
YAxisAddress=3
ZAxisAddress=4
XAxisScale(steps/mm)=11.4855
YAxisScale(steps/mm)=11.4855
ZAxisScale(steps/mm)=320
XAxisTorque(%)=100
YAxisTorque(%)=100
ZAxisTorque(%)=100

# Extruder settings
NumberOfExtruders=1
Extruder0_XYSpeed(0..255)=230
Extruder0_ExtrusionSpeed(0..255)=180
Extruder0_ExtrusionTemp(C)=130
Extruder0_ExtrusionSize(mm)=0.7
Extruder0_ExtrusionHeight(mm)=0.8
Extruder0_ExtrusionInfillWidth(mm)=0.7
Extruder0_MaterialType(name)=CAPA
Extruder0_Address=8
Extruder0_InfillSpeed(0..1)=1.0
Extruder0_OutlineSpeed(0..1)=0.6
Extruder0_AngleSpeedLength(mm)=2.5
Extruder0_AngleSpeedFactor(0..1)=0.5
Extruder0_ColourR(0..1)=0.3
Extruder0_ColourG(0..1)=0.3
Extruder0_ColourB(0..1)=0.6

# The maximum permitted motor speed.  This is useful if driving
# a motor with a voltage beyond it's design limits (eg running
# a 6V motor from the 12V supply).
Extruder0_MaxSpeed(0..255)=250

# The extruder speed setting at which extrusion torque becomes zero
# while extruding (ie the point below which the motor stops).
Extruder0_t0(0..255)=0

# Extruder thermistor characteristics.  If these are unknown, see
# http://reprapdoc.voodoo.co.nz/bin/view/Main/MeasuringThermistorBeta
Extruder0_Beta(K)=3480
Extruder0_Rz(ohms)=29000
Extruder0_Capacitor(F)=0.0000001

# Extruder heater characteristics.  This defines an approximate relationship
# between power input and heater temperature:
# temperature = power * hm + hb
# Where power is the heater output setting (0 to 255).
# It can be determined by using the Extruder Heater Profiler tool
# and linear regression.
Extruder0_hm(C/pwr)=1.7
Extruder0_hb(C)=20

# Offset of extruder to accomodate the extruder size, in order to
# get the extruder tip and the desired location.  Without this
# the extruder will most likely be driven through the floor.
Extruder0_OffsetX(mm)=0
Extruder0_OffsetY(mm)=0
Extruder0_OffsetZ(mm)=0

#The number of mm to turn off the extruder before the end of its path
#And the number of ms to wait between turning it on and moving it.
Extruder0_ExtrusionOverRun(mm)=2
Extruder0_ExtrusionDelay(ms)=1000

# Period between layers to drive cooling system (in seconds)
Extruder0_CoolingPeriod(s)=40

# Whether or not to idle the Z axis motors between levels
IdleZAxis=true

# Whether or not subtractive construction is being used.  If true, this
# causes the production to start at the top and work down.
Subtractive=false