aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configfile: Add support for reporting deprecated optionsKevin O'Connor2021-09-167-2/+40
* configfile: Setup get_status() results after check_unused_options()Kevin O'Connor2021-09-161-5/+5
* config: Document motor_power pin in skr2 config (#4677)truckershitch2021-09-151-0/+4
* update_chitu: generating update uuid based on file hash (#4663)Vladimir Serov2021-09-151-2/+4
* linux: Support spidev4 through spidev7Kevin O'Connor2021-09-151-0/+4
* heaters: Change default smooth_time from 2 seconds to 1 secondKevin O'Connor2021-09-033-3/+7
* docs: Add referenced config example for PWM tools (#4537)Pascal2021-09-032-1/+58
* lib: Update stm32f4 to use upstream github sourceKevin O'Connor2021-09-0227-323368/+323369
* lib: Update stm32f2 to use upstream github sourceKevin O'Connor2021-09-021-3/+4
* lib: Update stm32f1 to use upstream github sourceKevin O'Connor2021-09-0218-123835/+123836
* lib: Update stm32f0 to use upstream github sourceKevin O'Connor2021-09-0220-128778/+128779
* docs: Fix typo in Measuring_Resonances.mdKevin O'Connor2021-09-021-1/+1
* tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...github@matthewlloyd.net2021-09-022-15/+51
* tuning_tower: Add SKIP parametergithub@matthewlloyd.net2021-09-022-7/+14
* delta: Make the 'arm_length' description more clear in save_state()Kevin O'Connor2021-09-021-3/+3
* toolhead: change SET_VELOCITY_LIMIT respond (fixed) (#4620)Stefan Dej2021-08-311-10/+19
* stepper: detect duplicate endstopsLasse Dalegaard2021-08-311-6/+26
* test: Add printer-elegoo-neptune2-v1.2-2021.cfg to printers.testKevin O'Connor2021-08-312-0/+3
* config: Elegoo Neptune 2 configuration (#4592)wsippel2021-08-311-0/+103
* tmc: Fix typo in get_status()Kevin O'Connor2021-08-301-0/+1
* motan: Add support for dumping and analyzing adxl345 dataKevin O'Connor2021-08-303-0/+71
* adxl345: Allow multiple simultaneous clientsKevin O'Connor2021-08-301-12/+1
* adxl345: Change default chip name from "default" to "adxl345"Kevin O'Connor2021-08-303-10/+10
* adxl345: Compress each sample from 6 bytes to 5 bytesKevin O'Connor2021-08-302-20/+54
* adxl345: Implement timing via new adxl345_status messagesKevin O'Connor2021-08-303-99/+168
* adxl345: Support querying accelerometer data from webhooks interfaceKevin O'Connor2021-08-301-63/+109
* adxl345: Add new start_internal_client() function and use in callersKevin O'Connor2021-08-302-44/+57
* adxl345: Always initialize device on start_measurements() callKevin O'Connor2021-08-301-15/+7
* adxl345: Move g-code commands to new helper classKevin O'Connor2021-08-303-105/+95
* motion_report: Add helper tool for internal subscribers of dataKevin O'Connor2021-08-301-0/+22
* usb_cdc: Increase USB transmit sizeKevin O'Connor2021-08-301-1/+1
* motan: Add corexy forward kinematics analyzerKevin O'Connor2021-08-301-0/+28
* motan: Add support for graphing arbitrary get_status fieldsKevin O'Connor2021-08-301-6/+67
* motan: Pass dataset parameters in parenthesisKevin O'Connor2021-08-304-70/+97
* tmc: Add support for a get_status() methodKevin O'Connor2021-08-307-1/+45
* mcu: Support multi-mcu homingKevin O'Connor2021-08-285-20/+89
* homing: Fix error in retract move causing "must home axis" errorsKevin O'Connor2021-08-281-12/+15
* manual_stepper: Add missing calc_position() wrapper callKevin O'Connor2021-08-261-0/+2
* docs: Note importance of slow extrude rate in Rotation_Distance.mdKevin O'Connor2021-08-251-1/+5
* configfile: Support config.getchoice() with integer keysKevin O'Connor2021-08-255-24/+24
* Revert "toolhead: change SET_VELOCITY_LIMIT respond behavior"Kevin O'Connor2021-08-241-19/+7
* toolhead: change SET_VELOCITY_LIMIT respond behaviorstefand2021-08-241-7/+19
* motan_graph: Fix legend when using matplotlib twinxKevin O'Connor2021-08-241-2/+7
* data_logger: Flush the initial index file when all queries completeKevin O'Connor2021-08-241-40/+37
* docs: Fix typo in Debugging.mdKevin O'Connor2021-08-241-1/+1
* lpc176x: Fix wrong inital value at PWM setupMichael Kurz2021-08-231-8/+7
* docs: Add information on motan scripts to Debugging.mdKevin O'Connor2021-08-221-0/+62
* readlog: Support queue_step smoothingKevin O'Connor2021-08-221-11/+39
* motan_graph: Initial support for graphing data logKevin O'Connor2021-08-223-0/+650
* data_logger: Add tool for bulk logging of data via the API serverKevin O'Connor2021-08-221-0/+192