Move configs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1778
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
Normal file
1778
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1773
Marlin/src/config/examples/delta/generic/Configuration.h
Normal file
1773
Marlin/src/config/examples/delta/generic/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
1415
Marlin/src/config/examples/delta/generic/Configuration_adv.h
Normal file
1415
Marlin/src/config/examples/delta/generic/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
1776
Marlin/src/config/examples/delta/kossel_mini/Configuration.h
Normal file
1776
Marlin/src/config/examples/delta/kossel_mini/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
1415
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
Normal file
1415
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
1776
Marlin/src/config/examples/delta/kossel_pro/Configuration.h
Normal file
1776
Marlin/src/config/examples/delta/kossel_pro/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
1420
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
Normal file
1420
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
5
Marlin/src/config/examples/delta/kossel_pro/README.md
Normal file
5
Marlin/src/config/examples/delta/kossel_pro/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Example Configuration for OpenBeam Kossel Pro [BRAINWAVE_PRO](http://www.openbeamusa.com/3d-printers/kossel/)
|
||||
* Configuration files for the **Openbeam Kossel Pro** as delivered in their KickStarter distribution
|
||||
|
||||
I [@Wackerbarth](https://github.com/Wackerbarth) tested this version on my Kossel Pro and Arduino 1.6.5 for Mac.
|
||||
This configuration is a transition to merge Terence Tam's configuration with up-to-date Marlin source and a current Arduino IDE
|
1785
Marlin/src/config/examples/delta/kossel_xl/Configuration.h
Normal file
1785
Marlin/src/config/examples/delta/kossel_xl/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
1415
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
Normal file
1415
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
21
Marlin/src/config/examples/delta/kossel_xl/README.md
Normal file
21
Marlin/src/config/examples/delta/kossel_xl/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Configuration for Kossel k800 XL
|
||||
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.
|
||||
|
||||
## Configuration
|
||||
You might need (or want) to edit at least the following settings in `Configuration.h`:
|
||||
* `MANUAL_Z_HOME_POS` - The available height of your printing space. Auto Bed Leveling makes it less important to have the exact value.
|
||||
* `DELTA_PRINTABLE_RADIUS` - The printable radius is how far from the center the nozzle can reach.
|
||||
* `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).
|
||||
|
||||
### Fine tuning
|
||||
* Increase `DELTA_RADIUS` if the model comes out convex (with a bulge in the middle)
|
||||
* Increase `DELTA_DIAGONAL_ROD` if the model comes out larger than expected
|
||||
|
||||
### [http://reprap.org/wiki/PID_Tuning](PID Tuning)
|
||||
* `DEFAULT_Kp` - The proportional term
|
||||
* `DEFAULT_Ki` - The integral term
|
||||
* `DEFAULT_Kd` - The derivative term
|
||||
|
||||
### PSU Options
|
||||
* The power supply is configured to 2 (to use a relay to switch 12V on and off)
|
||||
* It is configured to be off by default
|
Reference in New Issue
Block a user