aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* config: Update generic-fysetc-cheetah-v1.2.cfg (#4315)jericho-adler2021-05-251-0/+3
| | | | | Added second CNC fan, PB0 Signed-off-by: Jericho Adler <jericho.adler@gmail.com>
* lpc176x: Add support for serial on UART3 P4.29/P4.28Kevin O'Connor2021-05-253-9/+23
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Move pin definitions together in serial.cKevin O'Connor2021-05-251-22/+28
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Add alternate serial ports on stm32f4Kevin O'Connor2021-05-242-3/+22
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Include pin names in STM32_SERIAL_USART?_ALT kconfig symbolsKevin O'Connor2021-05-243-6/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Allow 32KiB bootloader on stm32f446Kevin O'Connor2021-05-201-3/+3
| | | | | | Useful on the Octopus board. Reported by @bigtreetech. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Makefile: Use CURDIR instead of PWDKevin O'Connor2021-05-191-2/+2
| | | | | | | | Use $(CURDIR) instead of $(PWD) to refer to the current directory, as the PWD variable comes from the shell environment and may not always be set. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Minor wording change to invalid-label-botKevin O'Connor2021-05-171-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Automatically close resolved issues after one week of inactivityKevin O'Connor2021-05-131-0/+40
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Enable PID for bed heater in printer-fokoos-odin5-f3-2021.cfg (#4288)Matthew Lloyd2021-05-131-1/+6
| | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* config: Minor changes to printer-fokoos-odin5-f3-2021.cfgKevin O'Connor2021-05-121-14/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add printer-fokoos-odin5-f3.cfg (#4286)Matthew Lloyd2021-05-122-0/+163
| | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* config: Add generic-ruramps-v1.3.cfg to test cases and minor updatesKevin O'Connor2021-05-122-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Configuration file for RuRamps V1.3 boards (#4279)Marco Robustini2021-05-121-0/+86
| | | Signed-off-by: Marco Robustini <robustinimarco@gmail.com>
* config: Fix rotation_distance for Sapphire PlusPranas Kiziela2021-05-121-3/+4
| | | | Signed-off-by: Pranas Kiziela <pranas.kiziela@gmail.com>
* filament_motion_sensor: add get_status (#4281)Alex Zellner2021-05-112-0/+10
| | | Signed-off-by: Alex Zellner <alexander.zellner@googlemail.com>
* virtual_sdcard: fix check for case sensitive filesArksine2021-05-111-1/+2
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* config: Use "stealthchop_threshold: 999999" if setKevin O'Connor2021-05-0923-171/+171
| | | | | | | | Change all the example config files to use either 0 or 999999 for stealthchop_threshold (as is recommended in the TMC_Drivers.md document). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* debugcmds: Remove start/end_group commandsKevin O'Connor2021-05-072-39/+3
| | | | | | | | These commands were never used by the main code and are not particularly helpful for debugging. Remove them to reduce code size - in particular on the pru architecture. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Minor changes to invalid label commentKevin O'Connor2021-05-061-8/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Enable ADC3 pins on stm32f446Kevin O'Connor2021-05-061-2/+2
| | | | | | Reported by @bigtreetech. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* menu: Fixed typo when reading `print_stats.state` (#4261)Dany Yanev2021-05-061-2/+2
| | | | | Fixed typo when reading `print_stats.state` causing some of the menus to now show up. Signed-off-by: Dany Yanev <yanev89@gmail.com>
* docs: Fix typo in Config_Reference.mdKevin O'Connor2021-05-061-1/+1
| | | | | | | Should be "hybrid-corexy" instead of "hybrid-codexy". Reported by @mak0t0san. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor updates to printer-velleman-k8800-2017.cfgKevin O'Connor2021-05-062-8/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Feature/add k8800 config (#4212)Jelle Victoor2021-05-061-0/+134
| | | Signed-off-by: Jelle Victoor <victoor.jelle@gmail.com>
* config: Minor changes to printer-creality-cr30-2021.cfgKevin O'Connor2021-05-062-3/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add Creality CR-30 PrintMill supportJason S. McMullan2021-05-063-0/+313
| | | | | | | | | Add support for the Creality CR-30 'PrintMill', and its base board, the Creality v4.2.10. Add them to the `test/klippy/printers.test` test suite Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
* lpc176x: Use full peripheral clock speed; fix UART interfaceKevin O'Connor2021-05-043-7/+12
| | | | | | | | | | | Commit ae89a659 caused a regression in the lpc176x UART handling. After that commit the UART clock divisor would need to be 6.25 on lpc1768 or 7.5 on lpc1769, but the code only supports whole numbers. Set the PCLKSELx registers at startup and return to using full speed peripheral clocks. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* spi_flash: Add board definitions for Fysetc S6 and SpiderWilhelm Schuster2021-05-031-0/+9
| | | | Signed-off-by: Wilhelm Schuster <ws@rot13.io>
* config: Update Fysetc S6 compilation instructionsWilhelm Schuster2021-05-032-10/+8
| | | | Signed-off-by: Wilhelm Schuster <ws@rot13.io>
* stm32: Allow selecting bootloader size for STM32F446Wilhelm Schuster2021-05-031-2/+2
| | | | Signed-off-by: Wilhelm Schuster <ws@rot13.io>
* kinematics: Add hybrid-corexy and hybrid-corexz (#4229)Tircown2021-05-036-1/+430
| | | Signed-off-by: Fabrice GALLET <tircown@gmail.com>
* gcode_macro: Deprecate default_parameter_<name>Kevin O'Connor2021-05-032-10/+6
| | | | | | | | | | | | The Jinja2 "set" directive is more flexible and easier to understand than default_parameter_XXX parameters. Deprecate it and encourage using "set" as a replacement. This also deprecates direct access to parameters via parameter name in a macro. Going forward, the `params` pseudo-variable must be used to access a parameter. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix whitespace error in generic-fysetc-spider.cfgKevin O'Connor2021-05-031-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: add example configs for fysetc spider boardGeorge Fu2021-05-032-0/+265
| | | | | Signed-off-by: George Fu <nailao_5918@163.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Fix typoKevin O'Connor2021-05-031-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Reword the invalid label messageKevin O'Connor2021-05-021-3/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* klippy: Report known software versions on a protocol error during connectionKevin O'Connor2021-05-022-3/+16
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: a slight clarity improvement for the rPi mcushiftingtech2021-05-021-0/+1
| | | | | | Just a small attempt to make the build process slightly clearer In the compilation instructions for the rPi mcu Signed-off-by: Ben Eastep <shifting@shifting.ca>
* endstop: Report trigger time in endstop_query responseKevin O'Connor2021-04-302-4/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* adxl345: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-302-7/+7
| | | | | | The debugging code knows how to handle fields that end in "clock". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pulse_counter: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-302-8/+9
| | | | | | The debugging code knows how to handle fields that end in "clock". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper: Remove min_stop_interval from mcu codeKevin O'Connor2021-04-306-76/+58
| | | | | | | Now that the host never uses a min_stop_interval, remove it from the mcu code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in configKevin O'Connor2021-04-302-8/+8
| | | | | | | Allow a larger velocity, accel, and square_corner_velocity than what is specified in the config file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper: Do not set min_stop_interval in micro-controllerKevin O'Connor2021-04-3012-67/+5
| | | | | | | | The min_stop_interval safety check is fragile and leads to a notable amount of complexity. Avoid these issues by not programming this safety check. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* graphstats: Support graphing multiple heatersKevin O'Connor2021-04-291-22/+28
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* probe: Use original XY position on multiple probe samplesKevin O'Connor2021-04-281-2/+2
| | | | | | | | | On some kinematics it's possible for the XY position to change slightly during a probing move. Return back to the original XY position on a probe lift so each probe attempt starts at the same nominal position. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Generate M115 output even if command not sent from gcode pseudo-terminalKevin O'Connor2021-04-281-1/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Revert "endstop_phase: wip"Kevin O'Connor2021-04-281-7/+0
| | | | | | | | This reverts commit f2e4653ca4b0ed9ee2c8d7b0aa12a5e3973fa285. Revert incomplete testing code that was accidentally committed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move palette2 location in Config_Reference.mdKevin O'Connor2021-04-281-36/+36
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>