1 |
ron |
1 |
# Configuration for Kossel k800 XL
|
|
|
2 |
This example configuration is for a Kossel XL with a printable bed diameter of 280mm and a height of 380mm. It also has the auto bed leveling probe (with an endstop switch) and the heated bed activated.
|
|
|
3 |
|
|
|
4 |
## Configuration
|
|
|
5 |
You might need (or want) to edit at least the following settings in `Configuration.h`:
|
|
|
6 |
* `MANUAL_Z_HOME_POS` - The available height of your printing space. Auto Bed Leveling makes it less important to have the exact value.
|
|
|
7 |
* `DELTA_PRINTABLE_RADIUS` - The printable radius is how far from the center the nozzle can reach.
|
|
|
8 |
* `DEFAULT_AXIS_STEPS_PER_UNIT` - Steps-per-millimeter for the delta steppers, and for the extruder [to optimize the amount of filament flow](http://zennmaster.com/makingstuff/reprap-101-calibrating-your-extruder-part-1-e-steps).
|
|
|
9 |
|
|
|
10 |
### Fine tuning
|
|
|
11 |
* Increase `DELTA_RADIUS` if the model comes out convex (with a bulge in the middle)
|
|
|
12 |
* Increase `DELTA_DIAGONAL_ROD` if the model comes out larger than expected
|
|
|
13 |
|
|
|
14 |
### [http://reprap.org/wiki/PID_Tuning](PID Tuning)
|
|
|
15 |
* `DEFAULT_Kp` - The proportional term
|
|
|
16 |
* `DEFAULT_Ki` - The integral term
|
|
|
17 |
* `DEFAULT_Kd` - The derivative term
|
|
|
18 |
|
|
|
19 |
### PSU Options
|
|
|
20 |
* The power supply is configured to 2 (to use a relay to switch 12V on and off)
|
|
|
21 |
* It is configured to be off by default
|