Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Recommend safe_z_home over homing_override | Kevin O'Connor | 2019-11-07 | 1 | -3/+4 |
| | | | | | | | | Update BLTouch.md, FAQ.md, and sample-probe-as-z-endstop.cfg to recommend using a safe_z_home config section over a homing_override config section. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Update FAQ to reference Bootloaders.md on "make flash" failure | Kevin O'Connor | 2019-07-22 | 1 | -4/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Fix numbering in FAQ | Kevin O'Connor | 2019-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Update "avr restart=command" FAQ to point to bootloaders.md | Kevin O'Connor | 2019-05-07 | 1 | -2/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Avoid using .. in markdown links | Kevin O'Connor | 2019-04-14 | 1 | -20/+23 |
| | | | | | | | Using .. in the markdown link can confuse some document processors. Use an absolute link to github instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Warn against using the TMC2208 in standalone mode | Kevin O'Connor | 2019-02-20 | 1 | -10/+39 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: added an answer to the FAQ about detecting lost steps (#1265) | christian mock | 2019-02-17 | 1 | -0/+19 |
| | | | Signed-off-by: christian mock <cm@tahina.priv.at> | ||||
* | docs: Clarify FAQ item on running multiple instances of klippy | Kevin O'Connor | 2019-02-03 | 1 | -1/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Minor wording change to step_distance FAQ | Kevin O'Connor | 2019-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Expand FAQ on why step_distance is used | Kevin O'Connor | 2019-01-27 | 1 | -0/+8 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a FAQ item for "Do I have to use OctoPrint?" | Kevin O'Connor | 2019-01-21 | 1 | -11/+23 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a new Config_Changes.md document | Kevin O'Connor | 2019-01-07 | 1 | -0/+4 |
| | | | | | | | Add a document to track non-backwards compatible changes to the printer config file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a FAQ item for "multiple instances of klipper on the same machine" | Kevin O'Connor | 2019-01-07 | 1 | -11/+29 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Suggest checking for bad wires in "lost communications" faq entry | Kevin O'Connor | 2019-01-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Documentation/FAQ, Raspii voltage | Kevin O'Connor | 2019-01-05 | 1 | -3/+7 |
| | | | | | | | Add note that `under power` may be related to communication issues. Signed-off-by: Wilfried Goesgens <dothebart@citadel.org> Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a FAQ item on how to cancel a "wait for temperature" request | Kevin O'Connor | 2018-12-20 | 1 | -1/+13 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a FAQ item on Raspberry Pi reboots | Kevin O'Connor | 2018-12-20 | 1 | -4/+12 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Fix link in FAQ document | Kevin O'Connor | 2018-11-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Be more clear that a baud of 250000 is recommended | Kevin O'Connor | 2018-11-13 | 1 | -9/+15 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a "Lost communication with MCU" section to the FAQ | Kevin O'Connor | 2018-10-09 | 1 | -4/+27 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Minor rewording of Marlin pin number section of FAQ | Kevin O'Connor | 2018-08-26 | 1 | -13/+13 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a section to the FAQ on translating Marlin pin numbers | Kevin O'Connor | 2018-08-24 | 1 | -1/+50 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | force_move: Provide defaults for SET_KINEMATIC_POSITION parameters | Kevin O'Connor | 2018-08-02 | 1 | -3/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | toolhead: Replace junction_deviation with square_corner_velocity | Kevin O'Connor | 2018-07-16 | 1 | -1/+1 |
| | | | | | | | | The junction_deviation configuration parameter has a number of quirks that make it difficult to configure. Replace it with a "square_corner_velocity" configuration parameter. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Update documentation to note use of /dev/serial/by-path/ | Kevin O'Connor | 2018-06-01 | 1 | -3/+7 |
| | | | | | | | | When using multiple micro-controllers it may be necessary to use an id from /dev/serial/by-path/ instead of /dev/serial/by-id/. Also, emphasize that in config/example-multi-mcu.cfg. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add reference to homing_override in FAQ | Kevin O'Connor | 2018-05-20 | 1 | -0/+6 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | FAQ: Add item on TMC2208 being disabled in the middle of a print | Kevin O'Connor | 2018-05-05 | 1 | -3/+18 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Improve FAQ update software entry (use make menuconfig ; make clean) | Kevin O'Connor | 2018-04-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add more hints to use /dev/by-id/ for the serial device | Kevin O'Connor | 2018-04-20 | 1 | -9/+16 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add additional information to FAQ on heater checks | Kevin O'Connor | 2018-04-09 | 1 | -0/+13 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add Patreon link to FAQ page | Kevin O'Connor | 2018-03-31 | 1 | -11/+16 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add "will heaters be turned off on a crash" item to FAQ | Kevin O'Connor | 2018-03-13 | 1 | -1/+13 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Note the use of the virtual_sdcard feature | Kevin O'Connor | 2018-03-02 | 1 | -5/+11 |
| | | | | | | Note that virtual_sdcard helps on slower machines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a FAQ item on steps to upgrade the software | Kevin O'Connor | 2018-01-12 | 1 | -0/+36 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a table of contents to the FAQ | Kevin O'Connor | 2018-01-05 | 1 | -2/+12 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Update installation document with pointers to FAQ | Kevin O'Connor | 2018-01-04 | 1 | -15/+57 |
| | | | | | | Add some pointers to the FAQ for common pitfalls during installation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add FAQ item on AVR watchdog restart failures | Kevin O'Connor | 2017-12-11 | 1 | -0/+15 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Provide additional information on "make flash" failures | Kevin O'Connor | 2017-12-11 | 1 | -0/+23 |
| | | | | | | Add some additional information on "make flash" problems. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add a FAQ document | Kevin O'Connor | 2017-11-30 | 1 | -0/+103 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |