aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Improve handling of board symbolic link creationKevin O'Connor2022-02-031-4/+8
* docs: Fix unescaped angle brackets in G-Codes.mdKevin O'Connor2022-02-011-7/+7
* docs: Fix link in G-Codes.mdKevin O'Connor2022-02-011-1/+1
* docs: Reorganize layout of G-Codes.mdKevin O'Connor2022-02-017-762/+1011
* docs: Update Resonance_Compensation.md to recommend SET_VELOCITY_LIMITKevin O'Connor2022-01-311-74/+64
* flash_usb: use sudo for rp2040 flashingLasse Dalegaard2022-01-312-4/+6
* doc: Fix typo in Manual_Level.md (#5161)Haxk202022-01-291-1/+1
* spi_flash: Add btt-skr-bx-se to the board types (#4951)adelyser2022-01-291-0/+5
* config: Add BIQU BX printer config (#4950)adelyser2022-01-293-0/+324
* docs: Improvements to RPi_microcontroller.mdKevin O'Connor2022-01-281-31/+59
* stm32: Add remap CAN to PD0/PD1 for stm32f103 (#5173)Sergey15602022-01-262-1/+4
* docs: Updated simulavr building instructionsDmitry Butyugin2022-01-261-9/+27
* docs: Various minor fixes (#5175)Yifei Ding2022-01-268-13/+12
* gcode_arcs: detect CW / CCW move with renamed G2/G3 command (#5096)Nick Douma2022-01-221-2/+7
* tmc: Fix number of arguments in phase endstop warning (#5184)D4SK2022-01-221-1/+1
* gcode: Handle M117 and M118 commands that start with a special characterKevin O'Connor2022-01-181-11/+10
* extruder: Support disassociating a stepper from all extrudersKevin O'Connor2022-01-164-5/+40
* extruder: Support SYNC_STEPPER_TO_EXTRUDER on extruder objectsKevin O'Connor2022-01-163-42/+33
* extruder: Separate extruder stepper tracking to new ExtruderStepper classKevin O'Connor2022-01-161-75/+97
* extruder: Don't store pressure_advance value in trapq movesKevin O'Connor2022-01-163-19/+26
* tmc2130: Rework current selection to prefer vsense=1Kevin O'Connor2022-01-163-27/+45
* config: Correct Pin for the CR-6 SE 2021 Example Config (#5142)Filip Trplan2022-01-161-1/+1
* pause_resume: Do not clobber default state name by accident (#5156)individ-divided2022-01-161-2/+2
* neopixel: Update neopixel.py to add BRG color order (#5110)Tim Abraham2022-01-122-2/+4
* rp2040: implement I2CLasse Dalegaard2022-01-124-0/+227
* config: Update generic-mellow-super-infinty-hv.cfg (#4876)maze2022-01-091-25/+9
* docs: Docs comma culture (#4822)Paul McGowan2022-01-0935-201/+201
* stm32: Update Kconfig as CANBUS isn't available on stm32f401Kevin O'Connor2022-01-071-8/+15
* rp2040: add make flash supportLasse Dalegaard2022-01-0610-7/+1124
* docs: Note some BL-Touch clones do not support touch_mode in BLTouch.mdKevin O'Connor2022-01-031-4/+16
* docs: Upgrade to mkdocs-material v8.1.3Kevin O'Connor2021-12-311-1/+1
* docs: Remove mkdocs-section-index from mkdocs-requirements.txtKevin O'Connor2021-12-311-1/+0
* toolhead: Fix toolhead stop on SET_VELOCITY_LIMIT (#5053)Stephen Hurd2021-12-301-1/+0
* scripts: Migrated shaper calibration scripts to Python3Dmitry Butyugin2021-12-304-3/+13
* stm32: Unify enable_pclock() codeKevin O'Connor2021-12-308-238/+125
* stm32: Fix the GPIO register for stm32h7 (#5077)adelyser2021-12-291-3/+3
* docs: Improve filament width sensor documentation (#5058)Yifei Ding2021-12-274-123/+67
* config: Minor updates to generic-bigtreetech-skr-pico-v1.0.cfgKevin O'Connor2021-12-272-2/+6
* config: Add BigTreeTech SKR Pico V1.0 board (#5022)BigTreeTech2021-12-271-0/+132
* docs: Clarify the Thickness of PaperYifei Ding2021-12-271-6/+6
* docs: Fix hybrid_corexy typo in Config_Reference.mdKevin O'Connor2021-12-271-1/+1
* docs: Add stm32g0b1 to benchmarksKevin O'Connor2021-12-272-0/+20
* stm32: Fix ADC on stm32f042Kevin O'Connor2021-12-241-0/+1
* test: Add stm32g0 and generic-bigtreetech-skr-mini-e3-v3.0.cfg to test casesKevin O'Connor2021-12-242-0/+7
* config: Add BigTreeTech SKR mini E3 V3.0 board (#5040)BigTreeTech2021-12-241-0/+126
* spi_flash: Add btt-skr-mini-e3-v3 board definitionKevin O'Connor2021-12-231-0/+6
* stm32: Enable SPI support on stm32g0Kevin O'Connor2021-12-232-4/+8
* stm32: Enable ADC support on stm32g0Kevin O'Connor2021-12-234-12/+57
* stm32: Rework register access on stm32f0_adc.cKevin O'Connor2021-12-231-34/+25
* stm32: Minor whitespace changes to stm32f0_adc.cKevin O'Connor2021-12-231-12/+8