aboutsummaryrefslogtreecommitdiffstats
path: root/docs/FAQ.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add a FAQ item on how to cancel a "wait for temperature" requestKevin O'Connor2018-12-201-1/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a FAQ item on Raspberry Pi rebootsKevin O'Connor2018-12-201-4/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix link in FAQ documentKevin O'Connor2018-11-131-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Be more clear that a baud of 250000 is recommendedKevin O'Connor2018-11-131-9/+15
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a "Lost communication with MCU" section to the FAQKevin O'Connor2018-10-091-4/+27
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Minor rewording of Marlin pin number section of FAQKevin O'Connor2018-08-261-13/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a section to the FAQ on translating Marlin pin numbersKevin O'Connor2018-08-241-1/+50
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* force_move: Provide defaults for SET_KINEMATIC_POSITION parametersKevin O'Connor2018-08-021-3/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* toolhead: Replace junction_deviation with square_corner_velocityKevin O'Connor2018-07-161-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'Connor2018-06-011-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 FAQKevin O'Connor2018-05-201-0/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* FAQ: Add item on TMC2208 being disabled in the middle of a printKevin O'Connor2018-05-051-3/+18
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Improve FAQ update software entry (use make menuconfig ; make clean)Kevin O'Connor2018-04-251-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add more hints to use /dev/by-id/ for the serial deviceKevin O'Connor2018-04-201-9/+16
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add additional information to FAQ on heater checksKevin O'Connor2018-04-091-0/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Patreon link to FAQ pageKevin O'Connor2018-03-311-11/+16
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add "will heaters be turned off on a crash" item to FAQKevin O'Connor2018-03-131-1/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note the use of the virtual_sdcard featureKevin O'Connor2018-03-021-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 softwareKevin O'Connor2018-01-121-0/+36
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a table of contents to the FAQKevin O'Connor2018-01-051-2/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update installation document with pointers to FAQKevin O'Connor2018-01-041-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 failuresKevin O'Connor2017-12-111-0/+15
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Provide additional information on "make flash" failuresKevin O'Connor2017-12-111-0/+23
| | | | | | Add some additional information on "make flash" problems. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a FAQ documentKevin O'Connor2017-11-301-0/+103
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>