Commit Graph

  • 326c12728c docs: Fix incorrect error description in TMC_Drivers.md Kevin O'Connor 2021-11-19 13:05:20 -05:00
  • e772a92f16 docs: Fix spurious quote in TMC_Drivers.md Kevin O'Connor 2021-11-19 13:00:43 -05:00
  • 7ef7bf608a gcode_macro: Add "rawparams" pseudo-variable Pedro Lamas 2021-10-22 18:24:16 +01:00
  • a5ec751406 stm32: Add UART4 to stm32h7 (#4848) adelyser 2021-11-19 08:27:56 -07:00
  • 08dab6f825 docs: Improve TMC_Drivers Common Error Layout Yifei Ding 2021-10-23 12:34:02 -07:00
  • 0d0d8cbb7d docs: Re-organize Hall Filament Width Sensor Doc Yifei Ding 2021-10-23 12:03:45 -07:00
  • 71ab552562 docs: skew_correction Typo and Config Highlighting Yifei Ding 2021-10-23 11:43:52 -07:00
  • c0ea48a582 docs: Match Single Blank Line Above and Below A Title Yifei Ding 2021-10-23 11:35:35 -07:00
  • d602177281 docs: Correct TMC_Drivers Title Nesting Yifei Ding 2021-10-23 11:27:48 -07:00
  • ee04a6340a docs: Align Lists Yifei Ding 2021-10-23 11:21:46 -07:00
  • 46381e03a4 gcode_macro: fix reference issues to the variables attribute (#4925) Eric Callahan 2021-11-19 02:01:16 -05:00
  • 68c92991ed docs: Minor example change in Code_Overview.md Kevin O'Connor 2021-11-16 20:33:12 -05:00
  • 4861a0d958 docs: Add recommendation on Python type handling to Code_Overview.md Kevin O'Connor 2021-11-16 19:25:34 -05:00
  • 779793c746 docs: Update Code_Overview.md with information on get_status() Kevin O'Connor 2021-11-16 19:15:20 -05:00
  • 34f58f2816 workflows: Limit github ticket workflows to Klipper3d/klipper repo Kevin O'Connor 2021-11-16 18:51:50 -05:00
  • bea16c74be docs: Remove unneeded "raw" markdown tags from documentation Kevin O'Connor 2021-11-16 11:47:59 -05:00
  • d93e21fe67 docs: Expand on default_parameter_X conversion in Config_Changes.md Kevin O'Connor 2021-11-16 11:44:21 -05:00
  • 5dcc377cde temperature_sensors: add ATC Semitec 104NT-4-R025H42G thermistor Geoffrey Young 2021-11-12 13:08:42 -05:00
  • cf811e52d7 docs: Update benchmarks after stepper and scheduler changes Kevin O'Connor 2021-11-04 22:08:32 -04:00
  • c179db3d43 temperature_sensors: Deprecate "NTC 100K beta 3950" thermistor Kevin O'Connor 2021-11-01 13:54:11 -04:00
  • 19aac4055d temperature_sensors: Add a new "Generic 3950" thermistor Kevin O'Connor 2021-11-01 13:53:49 -04:00
  • c0909d2f7f temperature_sensors: Define default thermistors in config Kevin O'Connor 2021-11-01 12:02:36 -04:00
  • 596cd21751 temperature_sensors: Define default sensors in new config file Kevin O'Connor 2021-11-01 11:49:55 -04:00
  • 59314d99e0 sched: Move last_insert check for improved gcc code layout Kevin O'Connor 2021-11-09 19:51:40 -05:00
  • cfff897480 spi_flash: Better fallback on MCU protocol change Justin Schuh 2021-11-09 09:14:19 -08:00
  • a0615e5e17 stm32f4: reset peripherals in enable_pcclock() Eric Callahan 2021-11-06 11:17:08 -04:00
  • bf9d497ab0 stm32f4: reset peripheral clocks on init Eric Callahan 2021-11-06 15:18:46 -04:00
  • 76bfc3237a spi_flash: Fix MCU handshake protocol Justin Schuh 2021-11-07 14:26:33 -08:00
  • d4aee4f55e mcu: Make a minor change to the protocol to require mcu update Kevin O'Connor 2021-11-06 18:47:44 -04:00
  • 9ecddd1ba4 sched: Fix scheduling bug in repeat scheduler check Kevin O'Connor 2021-11-06 00:19:48 -04:00
  • dccd555409 stepper: Move min_next_time check to stepper_event_full() Kevin O'Connor 2021-10-30 12:24:42 -04:00
  • 14cbc6f754 docs: Update MCU_Commands.md with new config_stepper command Kevin O'Connor 2021-10-30 01:32:10 -04:00
  • 689231df3a stepper: Add support for stepping on both edges of a step pulse Kevin O'Connor 2021-10-28 17:10:10 -04:00
  • 4acfd8d7c8 stepper: Make step pulse duration customizable at run-time Kevin O'Connor 2021-10-27 19:10:36 -04:00
  • 913d099261 linux: Use Unix signals to notify when a timer is pending Kevin O'Connor 2020-06-07 20:38:20 -04:00
  • ffeafb690b docs: Note removal of deprecated features in Config_Changes.md Kevin O'Connor 2021-10-24 21:55:02 -04:00
  • 8bfcedfb42 heaters: Remove support for deprecated pid_integral_max option Kevin O'Connor 2021-10-24 21:46:00 -04:00
  • 6e0431907d gcode_macro: Remove support for deprecated features Kevin O'Connor 2021-10-24 21:30:51 -04:00
  • 0382ffbf68 pins: Remove support for deprecated pin_map option Kevin O'Connor 2021-10-24 21:22:36 -04:00
  • 1699f378de console: Remove support for PINS command Kevin O'Connor 2021-10-24 21:19:45 -04:00
  • b79a51c383 temperature_host: Remove support for deprecated rpi_temperature alias Kevin O'Connor 2021-10-24 21:01:36 -04:00
  • eea0137bf0 stepper: Remove support for deprecated step_distance option Kevin O'Connor 2021-10-24 20:58:59 -04:00
  • 5d9d91d3a6 docs: Should be "LM75" instead of "lm75" in Config_Reference.md Kevin O'Connor 2021-11-01 11:34:29 -04:00
  • d23c1b06c6 gcode: Fix Python3 syntax error Kevin O'Connor 2021-10-31 14:15:32 -04:00
  • dd98884bb4 buildcommands: Use regular str() types for input on Python2 Kevin O'Connor 2021-10-31 13:45:37 -04:00
  • ccee189f99 palette2: Use regular str() types for input on Python2 Kevin O'Connor 2021-10-31 13:43:11 -04:00
  • 1dee974aea serialhdl: Use regular str() type for stats on Python2 Kevin O'Connor 2021-10-31 13:41:50 -04:00
  • fc5353364a util: Use regular str() type in get_git_version() on Python2 Kevin O'Connor 2021-10-31 13:40:53 -04:00
  • 7a6fd1a1aa console: Use regular str() types for commands on Python2 Kevin O'Connor 2021-10-31 13:40:11 -04:00
  • d6c3aaad8a gcode: Use regular str() types for g-code commands on Python2 Kevin O'Connor 2021-10-31 13:39:01 -04:00
  • 85d0ef974c stm32: Remove gcc -mfpu=fpv4-sp-d16 floating point option Kevin O'Connor 2021-10-30 01:10:50 -04:00
  • 45d4970712 atsam: Remove gcc -mfpu=fpv4-sp-d16 floating point option Kevin O'Connor 2021-10-30 01:10:15 -04:00
  • 2692e493c8 atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point option Kevin O'Connor 2021-10-30 01:05:47 -04:00
  • d90c3bc57a idle_timeout: exit the timer if the printer is shutdown Eric Callahan 2021-10-27 14:41:33 -04:00
  • cf4bfb1119 tmc: Rename handle_stepper_enable() method to _handle_stepper_enable() Kevin O'Connor 2021-10-29 11:45:39 -04:00
  • 14bdc8e569 stepper: Remove unused _dist_to_time() method Kevin O'Connor 2021-10-29 11:25:08 -04:00
  • 260f999b87 stepper: Remove unused SF_LAST_RESET flag Kevin O'Connor 2021-10-27 19:13:15 -04:00
  • 7d95a00458 sched: Add repeat reschedule optimization Kevin O'Connor 2021-09-16 18:59:18 -04:00
  • c015c0708f sched: Place common global variables into a struct Kevin O'Connor 2021-10-08 11:59:56 -04:00
  • 86fee2d517 tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce it Kevin O'Connor 2021-10-24 20:03:42 -04:00
  • 627c1c5d2a rp2040: Add barrier() around all memcpy() calls in usbserial.c Kevin O'Connor 2021-10-27 11:11:13 -04:00
  • de33180236 rp2040: add barrier in usb_read_ep0_setup Lasse Dalegaard 2021-10-27 11:02:10 +01:00
  • aa481fd9c3 test: Add an input_shaper module test case Kevin O'Connor 2021-10-26 19:59:37 -04:00
  • 573fceefeb input_shaper: Fix python3 string encoding Kevin O'Connor 2021-10-26 20:00:33 -04:00
  • b62171f350 input_shaper: Restore shaper_type config option Kevin O'Connor 2021-10-26 18:06:11 -04:00
  • 54e21a7c26 input_shaper: Factored out AxisInputShaper class Dmitry Butyugin 2021-10-24 17:00:40 +02:00
  • d5a7a7f00f input_shaper: Define input shapers in a single place in Python code Dmitry Butyugin 2021-10-22 20:46:20 +02:00
  • 6c395fd016 config: Minor updates to printer-tronxy-xy-2-Pro-2020.cfg Kevin O'Connor 2021-10-26 16:11:13 -04:00
  • 7af59a58cf config: Tronxy XY-2 Pro default (#4631) gcastle2007 2021-10-26 23:01:31 +03:00
  • a33d0697b6 config: Don't use deprecated features in sample-pwm-tool.cfg Kevin O'Connor 2021-10-24 21:42:48 -04:00
  • 7937678cb3 config: Remove deprecated features from printer-velleman-k8800-2017.cfg Kevin O'Connor 2021-10-24 21:41:52 -04:00
  • cc9541092a test: Update test case to not use pin_map Kevin O'Connor 2021-10-24 21:11:53 -04:00
  • f013b7bae6 test: Update test cases to use rotation_distance Kevin O'Connor 2021-10-24 20:53:36 -04:00
  • 823fdc9cb4 command: Make command_add_frame() and command_encodef() static Kevin O'Connor 2021-10-20 20:58:12 -04:00
  • 92e1481a52 pru: Perform message encoding on pru0 to free space on pru1 Kevin O'Connor 2021-05-03 00:15:49 -04:00
  • 5c10001bc5 motan: Minor change to corexy analyzer label Kevin O'Connor 2021-10-16 22:13:26 -04:00
  • cf3b7d290c motan: Add an analyzer to integrate accelerometer input Kevin O'Connor 2021-08-23 21:03:11 -04:00
  • 466198c0f4 motan: Add support for graphing stepper motor phase and microstep position Kevin O'Connor 2021-08-27 22:20:19 -04:00
  • 03021ae722 motan: Show data filename in graph title Kevin O'Connor 2021-10-16 19:42:42 -04:00
  • ec2116b4f7 temperature_sensor: round reported temps to 2 decimal places Eric Callahan 2021-10-11 14:27:38 -04:00
  • cd58a945e2 temperature_host: round reported temps to 2 decimal places Eric Callahan 2021-10-11 14:27:31 -04:00
  • bf598d0922 lm75: round reported temps to 2 decimal places Eric Callahan 2021-10-11 14:27:15 -04:00
  • 916ef4483a htu21d: round reported temps to 2 decimal places Eric Callahan 2021-10-11 14:26:25 -04:00
  • e65b2593c6 heaters: round reported temps to 2 decimal places Eric Callahan 2021-10-11 14:26:09 -04:00
  • 1153803360 ds18b20: round reported temps to 2 decimal places Eric Callahan 2021-10-11 14:25:50 -04:00
  • c499451ab8 bme280: round reported temps to 2 decimal places Eric Callahan 2021-10-11 14:25:26 -04:00
  • 9a0bcf21cf docs: Update mkdocs-requirements.txt Kevin O'Connor 2021-10-15 12:24:10 -04:00
  • 27434128a4 config: Update generic-printrboard.cfg to mention different Y endstop pin on RevF hardware (#4732) creyc 2021-10-15 11:56:16 -04:00
  • 372cd2834c docs: Update BLTouch.md to prevent position_endstop error (#4731) Ilia Rebane 2021-10-15 11:55:20 -04:00
  • 96ee179e8b config: Fix typo in Octopus board (#4801) Arne Schwarck 2021-10-13 20:19:18 +02:00
  • 91466ebd43 adxl345: Renamed decode_samples and fixed/added checks on empty data Dmitry Butyugin 2021-09-26 01:54:50 +02:00
  • f72a2dc1ab config: Fix diag pins on Octopus board (#4792) Arne Schwarck 2021-10-13 17:50:56 +02:00
  • 1e226a8893 stm32: Add a MACH_STM32F0x2 alias for F042 and F072 chips Kevin O'Connor 2021-10-13 11:25:41 -04:00
  • 50f51d8aa2 stm32: Rework HAVE_GPIO_HARD_PWM in Kconfig Kevin O'Connor 2021-10-13 11:04:56 -04:00
  • 97d36ac451 stm32: Change stm32f0 OSPEEDR to "medium" speed Kevin O'Connor 2021-10-12 13:38:33 -04:00
  • 1b801508ba stm32: Add comments to configuration of OSPEEDR gpio speed Kevin O'Connor 2021-10-12 13:32:46 -04:00
  • 9d9fe3cb1b stm32: Rework #if pin definition clauses in hard_pwm.c Kevin O'Connor 2021-10-11 21:43:37 -04:00
  • dbafeb8876 stm32: Adding Hardware PWM support for the STM32F4 processors (#4693) jrhelbert 2021-10-11 15:31:27 -05:00
  • 5d52a3b19f config: Anycubic Vyper (#4740) Manuel Fichtner 2021-10-11 22:26:14 +02:00
  • 64e4649877 tmc: add current values to get_status() (#4696) Philipp Temminghoff 2021-10-11 18:03:08 +02:00