0934563b97
Made the double touch portion a conditional compile based on the PROBE_DOUBLE_TOUCH flag. ============================================== Bugfix The current G38 only stopped a move if it involved the Z axis. Moved all the G38 code to it's own section and put it where it would always be executed no matter what axis was moving or if the endstop was enabled. Also added a comment to configuration_adv to alert the user the double tap had to be turned on. ============================================== Change G38 back to using Z_MIN_PROBE There's no Z_MIN endstop if Z_DUAL_ENDSTOPS is enabled and you have them set to the top of the gantry. G38 started out as using the Z_MIN_PROBE pin. I don't remember why we changed it to the Z_MIN endstop. |
||
---|---|---|
.. | ||
Configuration_adv.h | ||
Configuration.h | ||
README.md |
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.
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 termDEFAULT_Ki
- The integral termDEFAULT_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