This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/example_configurations/delta/kossel_xl
Scott Lahteine 7ec7bb31c4 Send a Busy signal to hosts during long processes, wait for input, etc
If Marlin is blocking the serial input or command queue for any length
of time (for example more than 2 seconds), it needs to send a message
to serial out to inform the host that it is busy. Marlin should only
send these messages out when busy, and preferably not when trying to
print formatted output.
2016-03-18 22:38:35 -07:00
..
Configuration.h Send a Busy signal to hosts during long processes, wait for input, etc 2016-03-18 22:38:35 -07:00
Configuration_adv.h follow-up the PR #3131 2016-03-13 19:12:39 +09:00
README.md added kossel xl example configuration 2016-02-27 01:48:45 +01:00

Configuration for Kossel k800 XL

This example configuration ist for a Kossel XL with a printable bed diameter of 280mm and a height of 385mm. It also has the auto bed leveling probe (with a endstop switch) and the heat bed activated.

Configuration

You might have/want to edit at least the following settings in Configuration.h:

  • MANUAL_Z_HOME_POS The hight of your printing space available, auto bed leveling makes this not as important as before
  • DELTA_PRINTABLE_RADIUS The printable radius
  • DEFAULT_AXIS_STEPS_PER_UNIT [http://zennmaster.com/makingstuff/reprap-101-calibrating-your-extruder-part-1-e-steps](The steps for the extruder to optimize the amount of filament flow)

Fine tuning

  • Increase DELTA_RADIUS when the model is convex (bulge in the middle)
  • Increase DELTA_DIAGONAL_ROD when the model is larger then expected

[http://reprap.org/wiki/PID_Tuning](PID Tuning)

  • DEFAULT_Kp (PID tuning for the hotend)
  • DEFAULT_Ki (PID tuning for the hotend)
  • DEFAULT_Kd (PID tuning for the hotend)

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