Commit Graph

  • 28e41806f5 stm32: 25MHz clock fixes Arkadiusz Raj 2021-02-19 16:40:10 +00:00
  • a6e28f7d6a stm32: Fix missing STM32F429 clock initialization Arkadiusz Raj 2021-02-19 16:32:28 +00:00
  • 7f63efdcea stm32: F429 shall use 168Mhz to allow easy USB clock configuration Arkadiusz Raj 2021-02-19 16:29:12 +00:00
  • 093db5172e test: Add printer-robo3d-r2-2017.cfg to printers.test Kevin O'Connor 2021-02-19 11:15:49 -05:00
  • 3790118890 config: Add printer-robo3d-r2-v2.1.5.cfg printer config (#3931) Justin Schuh 2021-02-19 07:47:31 -08:00
  • bc2f6faa17 probe: Add last_z_result to get the latest z result in an Macro (#3835) Christian S 2021-02-19 04:03:32 +01:00
  • b2cbb9aa96 idle_timeout: Add help to SET_IDLE_TIMEOUT (#3945) Arjan Mels 2021-02-19 02:32:46 +01:00
  • 83cc6039c5 docs: Fix typo in Sensorless_Homing.md Kevin O'Connor 2021-02-18 20:14:18 -05:00
  • e6d1910ef9 stm32: Add STM32F429 variant (#3926) Arek 2021-02-19 02:12:32 +01:00
  • 03b3cff823 config: Correct Ender 6 BLtouch params (#3888) Ben 2021-02-19 00:28:43 +00:00
  • ba940da9b5 stepper: Don't cache ffi_lib object in the stepper Kevin O'Connor 2021-02-18 15:39:55 -05:00
  • 81da5379d4 buildcommands: Extend number of available mcu messages from 96 to 128 Kevin O'Connor 2021-02-04 16:33:03 -05:00
  • efa497dfd8 msgproto: Avoid peeking into the msgproto class members Kevin O'Connor 2021-02-18 14:01:40 -05:00
  • 319c36df52 config: Update generic-bigtreetech-gtr.cfg Kevin O'Connor 2021-02-12 17:48:10 -05:00
  • fc783f9b83 stm32: Add support for spi bus on stm32f407 pins PI2,PI3,PI1 Kevin O'Connor 2021-02-12 17:31:32 -05:00
  • 6698b249ce stm32: Minor indention change to spi.c Kevin O'Connor 2021-02-12 17:31:18 -05:00
  • 5db0b3d474 docs: Update PRU command dispatch benchmark Kevin O'Connor 2021-02-12 12:34:41 -05:00
  • c5968a0830 serialqueue: Batch multiple message blocks in a single write() Kevin O'Connor 2021-02-12 13:04:26 -05:00
  • 730ef9d347 serialqueue: Improve timing of sleep durations Kevin O'Connor 2021-02-12 13:18:08 -05:00
  • d7bacae29d pru: Request the host not send more than 496 bytes to the pru Kevin O'Connor 2021-02-12 10:57:13 -05:00
  • dfd052511f config: Add generic-mks-rumba32-v1.0.cfg to tests Kevin O'Connor 2021-02-11 18:23:42 -05:00
  • f0d6fa2b32 config: Add generic config for the MKS Rumba32 popshansen 2021-02-12 00:21:26 +01:00
  • 4b32067565 docs: Fix typo in Sensorless_Homing.md (#3916) Jordan Woyak 2021-02-11 13:52:46 -06:00
  • 03b62ca04f docs: Add SDCard_Updates.md to Overview.md Kevin O'Connor 2021-02-10 13:00:19 -05:00
  • 8666a724db canbus: Call can_notify_rx() at startup so low-level code does not need to Kevin O'Connor 2021-02-09 18:37:44 -05:00
  • 5c4cf54557 canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplify Kevin O'Connor 2021-02-08 16:47:00 -05:00
  • 5769a9072b docs: Minor wording change to Pressure_Advance.md Kevin O'Connor 2021-02-08 11:46:40 -05:00
  • ff264bf241 docs: Reformat Pressure_Advance.md to improve Jekyll rendering Kevin O'Connor 2021-02-08 11:41:15 -05:00
  • bb564ff58d docs: Minor update to Pressure_Advance.md Kevin O'Connor 2021-02-08 11:35:42 -05:00
  • 1049282eec chelper: Fix check for failed code build Kevin O'Connor 2021-02-07 20:48:21 -05:00
  • a7b50b6002 docs: add documentation for SD Card firmware updates Arksine 2021-02-04 08:07:06 -05:00
  • d79e7ab31b scripts: add flash-sdcard.sh helper script Arksine 2021-01-21 15:48:59 -05:00
  • 44c1caf2b9 spi_flash: support for firmware upgrades via SD Card Arksine 2021-02-03 06:54:00 -05:00
  • 7699834a61 lib: add FatFS notes to README Arksine 2021-01-16 06:56:36 -05:00
  • 4f34c6a4e8 lib: add FatFS library files Arksine 2021-01-15 14:33:13 -05:00
  • 6bd78ecee4 docs: Update Contact.md to clarify use of mailing list Kevin O'Connor 2021-02-05 18:57:07 -05:00
  • 8b443acae8 stm32: Adding support for STM32F031x6 (#3871) Elias Bakken 2021-02-03 18:23:17 +01:00
  • 3162f4746f test: Add printer-creality-ender3max-2021.cfg to printers.test Kevin O'Connor 2021-02-02 18:16:40 -05:00
  • 84f8f93e8e config: Add printer config for the Ender 3 Max by Creality3D (#3879) Chad Schwieterman 2021-02-02 18:14:11 -05:00
  • d9f6abdb56 canbus: Move high-level CAN code to new src/generic/canbus.c Kevin O'Connor 2021-01-29 18:49:11 -05:00
  • bee544eaca stm32: Simplify can.c irq handler Kevin O'Connor 2021-01-28 00:54:45 -05:00
  • 95adff7431 stm32: Use CAN_TSR_CODE to select next tx fifo in can.c Kevin O'Connor 2021-01-27 21:58:04 -05:00
  • 95eb00740b stm32: Avoid read+write modify instructions in can.c Kevin O'Connor 2021-01-27 21:15:33 -05:00
  • c0371c94c8 stm32: Introduce new can_set_filter() helper function in can.c Kevin O'Connor 2021-01-27 21:02:32 -05:00
  • 901ccfcb9d stm32: Update can.c to use more consistent indentation Kevin O'Connor 2021-01-27 18:29:12 -05:00
  • 7d4df65920 ds18b20: new module for 1-wire temperature sensor (#3462) Alan Lord 2021-02-02 19:34:56 +00:00
  • 19397a0a2b temperature_fan: Add MAX_SPEED and MIN_SPEED to SET_TEMPERATURE_FAN_TARGET command (#3873) Lane Roberts 2021-02-02 13:30:04 -06:00
  • b45b0162bf docs: Some clarifications for resonances measurements and tuning Dmitry Butyugin 2021-01-29 21:18:30 +01:00
  • d136b1e41a resonance_tester: Increase test max_accel to 10K and max_freq to 133 Hz Dmitry Butyugin 2021-01-29 20:55:31 +01:00
  • a8b282d67a resonance_tester: Disable input shaping for resonance testing Dmitry Butyugin 2021-01-29 20:47:10 +01:00
  • 0fb2449be0 adxl345: Add accelerometer chip name to the raw data file name Dmitry Butyugin 2021-01-29 19:35:33 +01:00
  • 891852ed9c workflows: Update stale-issue-bot.yaml to also close invalid tickets Kevin O'Connor 2021-02-02 13:22:35 -05:00
  • c4633f9451 workflows: Add invalid-label-bot.yaml script to warn on invalid tickets Kevin O'Connor 2021-02-02 10:34:45 -05:00
  • 6a3f4c7ae6 serialqueue: Improve checking of out-of-order messages Kevin O'Connor 2021-02-01 18:26:08 -05:00
  • 6e79152f47 htu21d: Implement support for min_temp/max_temp checks Kevin O'Connor 2021-02-01 11:30:27 -05:00
  • a15952770b bme280: Implement support for min_temp/max_temp checks Kevin O'Connor 2021-02-01 11:27:16 -05:00
  • 55185e9a7e atsamd: Fix bug in sercom_pads mapping on samd21 in sercom.c Kevin O'Connor 2021-02-01 10:55:38 -05:00
  • 74244ab0eb spi_temperature: Improve handling of min_temp/max_temp overflows Kevin O'Connor 2021-02-01 10:34:08 -05:00
  • 333f8c210f lm75: Implement support for min_temp/max_temp checks Kevin O'Connor 2021-02-01 10:28:44 -05:00
  • 7775e0ed54 lm75: Use getfloat() for reading the lm75_report_time parameter Kevin O'Connor 2021-02-01 10:26:14 -05:00
  • ef4d9c3abd stm32: Support for STM32F401 (#3853) smark- 2021-02-01 01:41:53 +01:00
  • 60e4cddf36 hd44780: Add hd44780 protocol init config LDO OLED needs a different init string. Thomas Kroll 2021-01-25 19:45:44 +01:00
  • 58cd8da5d1 docs: Updates to Contact.md and use of github issues Kevin O'Connor 2021-01-11 18:52:11 -05:00
  • 5d960aef37 htu21d: Fix time reporting of temperature measurements Kevin O'Connor 2021-01-24 15:38:16 -05:00
  • 8de86ad51f rpi_temperature: Fix time reporting of temperature measurements Kevin O'Connor 2021-01-24 15:37:37 -05:00
  • bded15b743 temperature_mcu: Improve handling when in debug output mode Kevin O'Connor 2021-01-24 15:28:16 -05:00
  • 04179f3eae bme280: Disable bme280 when using debug output Kevin O'Connor 2021-01-24 15:19:43 -05:00
  • c3e3b2280a rpi_temperature: Fix missing get_report_time_delta() callback Kevin O'Connor 2021-01-24 14:00:41 -05:00
  • cf8d5a6606 rpi_temperature: Disable rpi_temperature when using debug output Kevin O'Connor 2021-01-24 13:59:09 -05:00
  • 29831a2f69 rpi_temperature: Minor formatting changes Kevin O'Connor 2021-01-24 13:57:58 -05:00
  • db86a4edcb temperature_mcu: Disable the temperature_mcu when using debug output Kevin O'Connor 2021-01-24 13:56:57 -05:00
  • dd7b98cce4 scripts: Remove python-virtualenv from install scripts on debian type distros Kevin O'Connor 2021-01-24 11:32:09 -05:00
  • bc137f3dd7 test: Add printer-creality-cr6se-2020.cfg to printers.test Kevin O'Connor 2021-01-24 10:54:31 -05:00
  • d5f274fc0f config: Add base configuration file for Creality CR6-SE (#3708) KoeRt888 2021-01-24 10:52:14 -05:00
  • c9420ee3c0 docs: Add a link in Overview.md to Bed_Mesh.md Kevin O'Connor 2021-01-24 10:47:15 -05:00
  • b9899a23a3 menu: Update menu.cfg sd_card menu enable condition (#3826) Chip 2021-01-25 00:35:05 +09:00
  • ccaf58a02c stm32f1: Fix for using 16MHz external crystal (#3814) Matt Shepcar 2021-01-24 15:24:11 +00:00
  • b32166c8a0 Docs: resonance testing fixup (#3804) Jarad Olson 2021-01-24 08:22:18 -07:00
  • 1e2eb9a4de hall_filament_width_sensor: Fix race condition (#3790) Pascal P 2021-01-22 19:41:34 +01:00
  • 8cc1d84180 configfile: Add printer.configfile.settings command template parameter Kevin O'Connor 2021-01-14 22:22:33 -05:00
  • 023a985bfc gcode_macro: Use deepcopy() on get_status() results Kevin O'Connor 2021-01-14 22:13:50 -05:00
  • 5b9beb52f6 config: Warn about prusa einsy boards in generic-einsy-rambo.cfg Kevin O'Connor 2021-01-20 10:52:23 -05:00
  • 8a6619d18e mcu: Add a get_status() callback with micro-controller info and stats Kevin O'Connor 2021-01-19 23:12:41 -05:00
  • e74d5d57b2 config: Add comments to known skr boards with broken thermistor circuits Kevin O'Connor 2021-01-18 20:25:49 -05:00
  • 28bca7da77 stm32: Support setting the stm32f0 internal clock trim value Kevin O'Connor 2021-01-18 12:47:59 -05:00
  • 611b76369f winch: Improve python3 compatibility Kevin O'Connor 2021-01-17 22:54:16 -05:00
  • 0e9cb2abac save_variables: Import ConfigParser as configparser for better Python3 support Kevin O'Connor 2021-01-17 22:46:04 -05:00
  • dac0fba50d menu: Update menu.cfg (#3778) Alex Zellner 2021-01-18 04:39:54 +01:00
  • 9278f56e36 webhooks: Fix use of deprecated Exception.message attribute (#3781) Maël Kerbiriou 2021-01-18 04:37:41 +01:00
  • 64097cb0d0 config: Updates to TAZ6 single extruder config (#3750) Steven Snyder 2021-01-14 08:01:58 -08:00
  • c57352a336 homing: Fix references to CommandError() Kevin O'Connor 2021-01-11 10:01:14 -05:00
  • ee7230893d test: Add printer-longer-lk4-pro-2019.cfg to printers.test Kevin O'Connor 2021-01-10 11:21:26 -05:00
  • 185719f52a config: Add config file for Longer3D LK4 Pro (#3712) Timothée Girard 2021-01-10 17:19:34 +01:00
  • ef40e71fe1 docs: Minor reword to Rotation_Distance.md Kevin O'Connor 2021-01-10 11:09:45 -05:00
  • 2ae732a13a docs: Note the BMG extruder is actually 50:17 and not 3:1 Kevin O'Connor 2021-01-10 10:46:39 -05:00
  • 750c157000 config: Add example generic-bigtreetech-skr-mini-mz.cfg config Kevin O'Connor 2021-01-09 18:30:04 -05:00
  • 8260a3a0c3 homing: Make homing.py an "extras" module Kevin O'Connor 2021-01-08 12:37:57 -05:00
  • ea85d419de gcode: Move definition of CommandError and Coord from homing.py to gcode.py Kevin O'Connor 2021-01-08 12:07:45 -05:00
  • c8434ec54b kinematics: Calculate axis_minimum/axis_maximum in advance Kevin O'Connor 2021-01-08 11:52:28 -05:00
  • f79187d726 config: Add example generic-bigtreetech-skr-e3-turbo.cfg config file Kevin O'Connor 2021-01-05 12:04:37 -05:00