aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: Add example generic-mini-rambo.cfg config fileKevin O'Connor2018-01-171-0/+103
* config: Add tronxy x5s configDouglas Hammond2018-01-161-0/+79
* gcode: Use reset_last_position() from cmd_G28()Kevin O'Connor2018-01-161-2/+1
* extruder: Remove unused variable self.configKevin O'Connor2018-01-161-3/+2
* Add a CR-10S configuration file.Cymen Vig2018-01-161-0/+75
* graphstats: Use alpha transparency when plotting the statsKevin O'Connor2018-01-141-9/+7
* graphstats: Fix filtering of normal buffer_time runoff statsKevin O'Connor2018-01-141-19/+25
* docs: Add a FAQ item on steps to upgrade the softwareKevin O'Connor2018-01-121-0/+36
* toolhead: Improve tracking of print_stallKevin O'Connor2018-01-121-7/+9
* logextract: Fix parsing of "is_shutdown" messagesKevin O'Connor2018-01-121-1/+1
* config: Update avrsim.cfg to use unique pinsKevin O'Connor2018-01-121-1/+1
* docs: Update Debugging.md with information on logextractKevin O'Connor2018-01-111-5/+28
* heater: Report PID tuning results via the g-code terminalKevin O'Connor2018-01-101-5/+20
* chipmisc: Enable replicape steppers dynamicallyKevin O'Connor2018-01-101-4/+25
* chipmisc: Fix replicape enable line setupKevin O'Connor2018-01-102-1/+14
* chipmisc: Support start values on pca9685 pinsKevin O'Connor2018-01-101-18/+25
* pins: Check if the same pin is referenced via different aliasesKevin O'Connor2018-01-103-28/+37
* stepper: Automatically detect and handle shared stepper enable linesKevin O'Connor2018-01-103-16/+47
* pins: Rename parse_pin_desc() to lookup_pin()Kevin O'Connor2018-01-103-13/+13
* config: Config file for Anycubic i3 Megamjedlinski2018-01-081-0/+87
* mcu: Setup static values via setup_start_value() callKevin O'Connor2018-01-082-41/+37
* config: Create creality-cr10nerobot2018-01-081-0/+82
* extruder: Fix pressure advance on tiny moves with over extrusionsKevin O'Connor2018-01-081-2/+5
* docs: Note pressure_advance over 0.20 is unlikely to improve qualityKevin O'Connor2018-01-081-1/+4
* mcu: Only report an MCU timeout onceKevin O'Connor2018-01-081-2/+4
* config: Adopt Anet A8 cfg, Anet v1.0-1.5 Boardstilsonm2018-01-071-0/+79
* avr: Clear the TCNT1 register on timer startupKevin O'Connor2018-01-071-1/+2
* avr: Clear the ADCSRA/ADCSRB registers on ADC initKevin O'Connor2018-01-071-2/+2
* docs: Add a table of contents to the FAQKevin O'Connor2018-01-051-2/+12
* config: Note the need to flash a bootloader on the MelziKevin O'Connor2018-01-051-5/+6
* avr: Only use the avrdude "wiring" protocol on atmega2560 devicesKevin O'Connor2018-01-052-1/+7
* docs: Update installation document with pointers to FAQKevin O'Connor2018-01-042-27/+73
* config: Added Wanhao Duplicator i3 Plus configurationJosh Sutinen2018-01-041-0/+73
* config: Update TAZ6 defaults for hotendChris Lee2018-01-041-4/+4
* gcode: Add support for M221 (set extrude factor) g-code commandKevin O'Connor2018-01-031-12/+32
* gcode: Add support for M220 (set speed factor) g-code commandKevin O'Connor2018-01-031-4/+11
* heater: Added config for heater PWM cycle time.Andy Silverman2018-01-032-2/+8
* config: Add Lulzbot TAZ6 printer configurationChris Lee2018-01-031-0/+110
* heater: Provide symbolic names for pid check_busy (aka M109 / M190)Kevin O'Connor2018-01-031-1/+5
* gcode: Don't wait for temperature if the temperature is disabledKevin O'Connor2018-01-031-1/+1
* docs: Minor update to square.scadKevin O'Connor2018-01-022-29/+29
* logextract: Add support for extracting shutdown info on multiple mcusKevin O'Connor2018-01-021-38/+70
* graphstats: Add support for generating a graph of mcu frequencyKevin O'Connor2017-12-301-4/+53
* graphstats: Use a smaller font in the graph legendKevin O'Connor2017-12-301-2/+4
* graphstats: Fix case where an Xwindows display may not be availableKevin O'Connor2017-12-301-5/+6
* logextract: Fix handling of messages with retransmitsKevin O'Connor2017-12-291-1/+2
* docs: Add an initial configuration checklist documentKevin O'Connor2017-12-264-2/+133
* docs: Add a CONTRIBUTING documentKevin O'Connor2017-12-242-0/+75
* gcode: Dump internal g-code state in dump_debug()Kevin O'Connor2017-12-211-0/+7
* gcode: Group similar G-Code commands togetherKevin O'Connor2017-12-211-44/+49