aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* workflows: Rename the "invalid" label to "not_on_github"Kevin O'Connor2021-06-222-7/+7
* config: Update z stepper pin changes for mks robin e3 1.1 (#4411)squeekyzebra2021-06-221-2/+2
* config: Update gear_ratio for Prusa Mini+ extruder based on counting teethgithub@matthewlloyd.net2021-06-221-2/+2
* bltouch: Ensure the z_offset is not negativeKevin O'Connor2021-06-221-1/+1
* screws_tilt_adjust: Add DIRECTION parameter to SCREWS_TILT_CALCULATE (#4357)Matthew Lloyd2021-06-223-27/+59
* virtual_sdcard: add `file_path` and `file_size` to `status`Kamil Trzcinski2021-06-223-6/+18
* config: Specify gear_ratio for Prusa Mini+ extrudergithub@matthewlloyd.net2021-06-182-2/+4
* docs: add status documentaton for neopixel and dotstarEric Callahan2021-06-181-0/+9
* dotstar: report color data via get_status()Eric Callahan2021-06-181-0/+9
* neopixel: report color data via get_status() methodArksine2021-06-181-0/+10
* config: Add generic-bigtreetech-skr-cr6-v1.0.cfg and fixesKevin O'Connor2021-06-142-9/+5
* config: Add generic-bigtreetech-skr-cr6-v1.0.cfg (#4378)KoeRt8882021-06-141-0/+129
* print_stats: add `cancelled` when `CANCEL_PRINT` used (#4366)Kamil TrzciƄski2021-06-143-9/+26
* docs: add CANCEL_PRINT to docs/G-Codes.md (#4370)Alex Zellner2021-06-141-0/+1
* extruder: expose `can_extrude` flag based on temperatureKamil Trzcinski2021-06-142-0/+3
* config: Rename generic-buddy.cfg to generic-prusa-buddy.cfgKevin O'Connor2021-06-142-2/+2
* config: Add configs for Prusa Buddy and Mini+github@matthewlloyd.net2021-06-144-0/+348
* config: Add pin aliases to generic-creality-v4.2.7.cfgJames Churchill2021-06-141-0/+6
* docs: Note previous firmware state issue with TMC2209/TMC2209 in TMC_Drivers.mdKevin O'Connor2021-06-121-0/+6
* docs: Recommend pause of 2 seconds during sensorless homingKevin O'Connor2021-06-121-13/+17
* docs: Deprecate pid_integral_max config optionKevin O'Connor2021-06-122-5/+4
* stepper: Restore mcu_position on set_stepper_kinematics() and set_step_dist()Kevin O'Connor2021-06-111-15/+20
* stepcompress: Add missing functions to stepcompress.hKevin O'Connor2021-06-111-0/+4
* docs: Update Code_Overview.md with the removal of calc_tag_position()Kevin O'Connor2021-06-111-11/+10
* klippy: Add a newline between initial error message and hint textKevin O'Connor2021-06-101-2/+2
* homing: Check for failures during multi-endstop homingKevin O'Connor2021-06-092-3/+10
* mcu: Enable trdispatch infrastructure during homingKevin O'Connor2021-06-091-66/+138
* trdispatch: Support fast responses to trsync_state messagesKevin O'Connor2021-06-092-4/+244
* serialqueue: Add serialqueue_send_one() helper functionKevin O'Connor2021-06-092-5/+14
* serialqueue: Add "fast reader" supportKevin O'Connor2021-06-092-11/+69
* msgblock: Add clock estimation helper functionsKevin O'Connor2021-06-097-22/+65
* msgblock: Add msgblock_decode()Kevin O'Connor2021-06-092-0/+34
* msgblock: Move message manipulation code from serialqueue.c to new msgblock.cKevin O'Connor2021-06-095-181/+201
* pollreactor: Move C pollreactor code from serialqueue.c to its own fileKevin O'Connor2021-06-094-201/+226
* trsync: Introduce new "trigger synchronization" supportKevin O'Connor2021-06-097-107/+296
* probe: Call add_stepper() earlier in boot processKevin O'Connor2021-06-092-4/+6
* mcu: Raise config_error (not protocol error) on pin enumeration errorsKevin O'Connor2021-06-092-19/+36
* serialhdl: Support prepending a warn_prefix to error and log messagesKevin O'Connor2021-06-093-41/+55
* config: Fixes for generic-th3d-ezboard-lite-v1.2.cfgKevin O'Connor2021-06-082-18/+17
* config: Add ezboard configuration (#4337)Clark Tomlinson2021-06-081-0/+131
* Makefile: Include debug symbols in the .elfSergey Alirzaev2021-06-082-2/+4
* docs: Add documentation for BED_MESH_OFFSETEric Callahan2021-06-082-0/+15
* bed_mesh: implement BED_MESH_OFFSETEric Callahan2021-06-081-3/+24
* bed_mesh: move the "fade offset" out of the ZMeshEric Callahan2021-06-081-15/+9
* config: Add motor power definition to generic-bigtreetech-skr-2.cfgKevin O'Connor2021-06-071-0/+8
* endstop_phase: Unify phase conversion codeKevin O'Connor2021-06-061-80/+87
* resonance_tester: Set max_accel ignoring the limit from the config (#4174)Dmitry Butyugin2021-06-062-26/+24
* docs: Fix missing backtick in API_Server.mdKevin O'Connor2021-06-061-1/+1
* config: Add generic-duet3-mini.cfgLuke's Lab2021-06-043-0/+156
* atsamd: Add support for 25Mhz crystalsKevin O'Connor2021-06-042-0/+33