aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thermistor: Add support for the board thermistor on the Einsy RamboKevin O'Connor2020-10-083-3/+13
* config: Note TMC drivers specify current in RMS in example-extras.cfgKevin O'Connor2020-10-071-8/+8
* config: Add a generic-creality-v4.2.7.cfg example configKevin O'Connor2020-09-292-0/+89
* display_status: fix M117 checksum trimming (#3377)jhpadjustable2020-09-281-1/+3
* configfile: report "save_config_pending" via get_status() (#3372)Eric Callahan2020-09-281-1/+5
* mcu: Fix set_pwm() for hard pwmKevin O'Connor2020-09-271-11/+13
* mcu: Add support for changing cycle_time in set_pwm()Kevin O'Connor2020-09-266-15/+26
* gpiocmds: Add soft-pwm frequency modulation supportGuy Shapira2020-09-263-27/+35
* test: Add pwm testsGuy Shapira2020-09-262-0/+53
* chelper: Add missing serialqueue_set_receive_window() def to serialqueue.hKevin O'Connor2020-09-261-0/+1
* chelper: Use standard C type definition for pyhelper_logging_callbackKevin O'Connor2020-09-261-1/+1
* chelper: Rework check for building C codeKevin O'Connor2020-09-261-22/+26
* config: Use "restart_method: command" in example stm32f103 ender3 configsKevin O'Connor2020-09-222-0/+2
* sample-macros.cfg: Fix action_respond_infoFlorian Heilmann2020-09-211-2/+2
* sample-raspberry-pi.cfg: Fix action_respond_infoFlorian Heilmann2020-09-211-1/+1
* delta_calibrate: Don't error on an invalid kinematic guessKevin O'Connor2020-09-171-15/+19
* gcode: Don't log debugging output for unknown commands if command is blankKevin O'Connor2020-09-171-1/+3
* heaters: Disable unused pwm output debugging infoKevin O'Connor2020-09-171-3/+3
* reactor: Record time of recent gc collection sweepsKevin O'Connor2020-09-172-10/+16
* display: Remove circular references from intermediate context objectKevin O'Connor2020-09-161-0/+1
* reactor: Add support for explicit Python garbage collectionKevin O'Connor2020-09-162-15/+38
* klippy: Call gc.collect() on a "restart" requestKevin O'Connor2020-09-161-2/+4
* reactor: Terminate any greenlets on finalize() callKevin O'Connor2020-09-161-1/+12
* reactor: Add explicit finalize() method to clean up reactor stateKevin O'Connor2020-09-162-8/+10
* serialhdl: Setup for serialqueue_free to be automatically calledKevin O'Connor2020-09-161-8/+10
* serialhdl: Don't define a __del__() methodKevin O'Connor2020-09-161-2/+0
* mcu: Setup for steppersync_free to be automatically calledKevin O'Connor2020-09-161-14/+14
* mcu: Don't define a __del__() methodKevin O'Connor2020-09-161-2/+0
* graphstats: Add support for graphing system loadKevin O'Connor2020-09-161-0/+46
* avrsim: Minor changes so avrsim can run on both Python2 and Python3Kevin O'Connor2020-09-161-5/+4
* docs: document additions to BED_MESH_CALIBRATEArksine2020-09-152-2/+26
* bed_mesh: add mesh parameters to BED_MESH_CALIBRATEArksine2020-09-151-12/+84
* probe: add update_probe_points() method to helperArksine2020-09-151-0/+3
* bed_mesh: move algorithm verification to its own methodArksine2020-09-151-6/+11
* bed_mesh: move mesh area configuration to _init_mesh_configArksine2020-09-151-29/+36
* chelper: Set compiler flags to never use "x387" floating point mathKevin O'Connor2020-09-151-7/+18
* avrsim: migrated to Python 3Dmitry Butyugin2020-09-131-9/+9
* docs: Fix "QUERY_STATUS" typo in Command_Templates.mdKevin O'Connor2020-09-091-3/+3
* probe: add get_status wrapper to probe for last_query from query_probe comman...Paul McGowan2020-09-092-0/+8
* uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 display...rjpatawaran2020-09-092-4/+11
* adc_scaled: Add support for Duet2 Maestro "vref monitoring"Kevin O'Connor2020-09-093-2/+103
* graph_temp_sensor: Add support for graphing sensor resistanceKevin O'Connor2020-09-091-1/+27
* gcode_button: Add support for analog buttonsKevin O'Connor2020-09-092-1/+19
* mcu: Use schedule_pwm_out instead of set_pwm_out on a restartKevin O'Connor2020-09-091-4/+7
* docs: Note that FORCE_MOVE can lead to "No next step" errors in G-Codes.mdKevin O'Connor2020-09-081-7/+9
* klippy: Improve handling of reactor.run() exceptionsKevin O'Connor2020-09-061-2/+11
* sensor_adxl345: Remove unused stop_time parameterKevin O'Connor2020-09-051-1/+1
* graph_accelerometer: Add tool to graph accelerometer resultsKevin O'Connor2020-09-051-0/+78
* adxl345: Add support for adxl345 accelerometerKevin O'Connor2020-09-055-1/+445
* uc1701: Improve Python3 compatibilityKevin O'Connor2020-09-041-2/+2