Commit Graph

  • 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
  • afd1058af6 delta: Don't limit XY+Z moves to max_z_velocity Kevin O'Connor 2021-10-11 11:53:00 -04:00
  • b336a21fe7 button: Support half-stepping encoders Rufo Sanchez 2021-09-12 16:59:15 -05:00
  • 5f184e3f98 test: Add a configfile test with unicode characters Kevin O'Connor 2021-10-09 19:57:55 -04:00
  • c56c34fa1c configfile: Use Python2's ConfigParser when running on Python2 Kevin O'Connor 2021-10-09 19:34:08 -04:00
  • 21d5a34d22 console: Fix Python2 compatibility Kevin O'Connor 2021-10-08 13:00:11 -04:00
  • 5251bf23f1 configfile: Workaround for non-ascii comments on Python2 Kevin O'Connor 2021-10-08 00:23:31 -04:00
  • 1a4d655a18 spi_flash: Improve Python3 compatibility Kevin O'Connor 2021-10-07 19:34:36 -04:00
  • 64cb8d9820 ds18b20: Improve Python3 compatibility Kevin O'Connor 2021-10-07 14:44:27 -04:00
  • d90da37433 atsamd: Add i2c_read() implementation Simon Kühling 2021-09-03 20:58:22 +02:00
  • 2822680eb4 adxl345: Expanded invalid adxl345 id message Dmitry Butyugin 2021-09-26 01:57:10 +02:00
  • bd5dc03317 adxl345: Renamed debug commands to fix their parsing by Klipper Dmitry Butyugin 2021-09-26 01:05:30 +02:00
  • e3905eb241 stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chips Kevin O'Connor 2021-10-06 19:48:03 -04:00
  • c1136bef10 stm32: Add hardware pwm for stm32h7 D4SK 2021-06-05 22:52:14 +01:00
  • 0a55489e2c stm32: Add initial support for stm32h7 D4SK 2021-05-30 01:19:39 +01:00
  • 28b3c9e88c armc_boot: Support cortex-m7 chips D4SK 2021-05-30 01:15:49 +01:00
  • a05650f33c armcm_irq: Support cortex-m7 chips D4SK 2021-05-30 01:15:49 +01:00
  • 53b98ebaed lib: Added cmsis libraries for stm32h7 D4SK 2021-02-10 15:07:48 +00:00
  • 309fbbc104 lib: Updated existing cmsis-core for stm32h7 support D4SK 2021-02-10 15:05:18 +00:00
  • c7b65f50e3 configfile: Ignore trailing comments starting with a semicolon Kevin O'Connor 2021-10-06 14:07:32 -04:00
  • cc63fd51b2 scripts: Use backport of a recent Python3 configparser on Python2 Kevin O'Connor 2021-10-04 15:09:10 -04:00
  • 41d42a07bf klippy: Add a build import test tool Kevin O'Connor 2021-10-01 20:57:26 -04:00
  • b743a64685 scripts: Update klippy build tests to verify on both Python2 and Python3 Kevin O'Connor 2021-10-01 19:33:15 -04:00
  • f1747b5118 klippy: Add Python2 module wrappers and use Python3 module naming Kevin O'Connor 2021-10-01 19:30:48 -04:00
  • b8c91914b7 webhooks: Convert to Python3 string encoding Kevin O'Connor 2020-10-14 13:59:29 -04:00
  • adeb869f56 gcode: Convert to Python3 string encoding Kevin O'Connor 2020-06-12 09:59:04 -04:00
  • 1717263b5a buildcommands: Convert to Python3 string encoding Kevin O'Connor 2021-10-01 19:27:00 -04:00
  • 8714282570 console: Convert to Python3 string encoding Kevin O'Connor 2020-06-12 13:32:55 -04:00
  • b3a39bebd4 virtual_sdcard: Convert to Python3 string encoding Kevin O'Connor 2020-09-06 11:22:15 -04:00
  • 0da3d84a87 configfile: Convert to Python3 string encoding Kevin O'Connor 2020-06-12 13:04:16 -04:00
  • b859c11378 util: Convert to Python3 string encoding Kevin O'Connor 2020-06-12 10:10:59 -04:00
  • 9ce07921c4 test_klippy: Convert to Python3 string encoding Kevin O'Connor 2020-06-11 22:48:18 -04:00
  • 2978771ce5 mcu: Convert to Python3 string encoding Kevin O'Connor 2021-10-01 19:10:20 -04:00
  • fa25986adc reactor: Convert to Python3 string encoding Kevin O'Connor 2021-10-01 19:10:11 -04:00
  • 0fc52f9496 serialhdl: Convert to Python3 string encoding Kevin O'Connor 2021-10-01 19:09:59 -04:00
  • de38ef4290 kinematics: Convert to Python3 string encoding Kevin O'Connor 2021-10-01 19:09:37 -04:00
  • 68b939c756 display: Convert to Python3 string encoding Kevin O'Connor 2021-10-01 19:08:37 -04:00