Commit Graph

  • e6208c6f02 config: Added pins for LCD encoder and button click on Creality Ender 3 (#574) Gonzalo Ramírez 2018-08-27 00:05:13 -03:00
  • a27e82aef3 docs: Add a section to the FAQ on translating Marlin pin numbers Kevin O'Connor 2018-08-24 21:36:37 -04:00
  • 11e9bb286e probe: Allow restarting an incomplete probe set Romain “Artefact2” Dal Maso 2018-08-20 17:51:34 +02:00
  • b065f51454 sam4e8e: Fix bug in sam4e gpio.c (#563) Florian Heilmann 2018-08-24 19:17:53 +02:00
  • a8a912fbb5 docs: Update sam4e8e docs and benchmarks (#562) Florian Heilmann 2018-08-23 01:17:43 +02:00
  • e94f3b7827 gcode: M117 fix Arksine 2018-08-21 20:59:51 -04:00
  • 65f0fd6238 display menu module for klipper Janar Sööt 2018-08-20 13:15:12 +03:00
  • 3387cccdcf bed_mesh: move probe x and y offsets to the [probe] module Arksine 2018-08-18 12:25:57 -04:00
  • 52df40dfbb bed_mesh: update z_offset check Arksine 2018-08-17 12:08:37 -04:00
  • 08aacec0b2 config: Update example-extras.cfg (#544) Boffgithub 2018-08-19 15:15:48 +01:00
  • 1b07be070b heater_fan: Allow multiple heaters to be defined for a heater_fan Kevin O'Connor 2018-08-17 10:20:12 -04:00
  • e88eab18d0 test: Update .travis.yml to list apt packages one per line Kevin O'Connor 2018-08-17 09:47:57 -04:00
  • 868a1f951b docs: Add Mesh Bed Leveling to G-Codes.md Arksine 2018-08-10 20:27:21 -04:00
  • f337fb1802 config: update examples-extra.cfg to include the bed_mesh module Arksine 2018-08-10 17:08:06 -04:00
  • e0bd221c57 bed_mesh: mesh bed leveling for Klipper Arksine 2018-08-08 20:31:35 -04:00
  • be3131de3e docs: Update Config_checks.md to use STEPPER_BUZZ Kevin O'Connor 2018-08-09 13:41:17 -04:00
  • 3f59c3dd48 docs: Add a Bootloaders.md document Kevin O'Connor 2018-08-08 20:36:07 -04:00
  • 5fb1c76c0e samd21: Fix description of bootloader offset Kevin O'Connor 2018-08-08 19:56:43 -04:00
  • 71063fe500 docs: Warn about possible pin conflicts in benchmarks Kevin O'Connor 2018-08-08 13:49:46 -04:00
  • cbf019a468 docs: It's difficult to estimate real-world usage from the benchmarks Kevin O'Connor 2018-08-08 13:39:29 -04:00
  • fbec3ebb63 docs: Add benchmarking details to docs/Debugging.md Kevin O'Connor 2018-08-08 13:09:25 -04:00
  • 64e6d85898 sam4e8e: Add the SAM4e8e port Florian Heilmann 2018-08-07 01:03:54 +02:00
  • d15c106288 lib: Add SAM4E CMSIS HAL Florian Heilmann 2018-08-07 01:01:30 +02:00
  • f067d0cc78 samd21: Minor fixes to usbserial Kevin O'Connor 2018-08-07 00:38:07 -04:00
  • 2eaf3510ab test: Add SAMD21 compile test case Kevin O'Connor 2018-08-07 00:13:34 -04:00
  • a5d27c55e1 docs: Update perf benchmarks with SAMD21 results Kevin O'Connor 2018-07-31 16:12:19 -04:00
  • 0daf19c003 samd21: Add support for USB Kevin O'Connor 2018-08-06 12:29:11 -04:00
  • cf2393efc8 samd21: Add support for gpio pins Kevin O'Connor 2018-07-31 15:49:37 -04:00
  • 74cf4dc9e0 samd21: Initial support for SAMD21 micro-controllers Kevin O'Connor 2018-07-27 19:22:44 -04:00
  • 71db5fbe31 lib: Update samd21 code with local changes Kevin O'Connor 2018-07-27 19:21:02 -04:00
  • 5633e6c249 lib: Add Atmel SAMD21 cmsis headers Kevin O'Connor 2018-07-27 14:24:01 -04:00
  • 50142cc1b3 armcm_irq: Enhance clear_active_irq() so it works on cortex-m0 Kevin O'Connor 2018-07-27 19:21:59 -04:00
  • 635a199a47 usb_cdc: Allow USB endpoint ids to be board specific Kevin O'Connor 2018-08-03 21:26:49 -04:00
  • f4910e119a lpc176x: Use common cmsis-core files Kevin O'Connor 2018-07-31 14:11:25 -04:00
  • 742048a08d lib: Remove the (now unused) cmsis-sam3x8e directory Kevin O'Connor 2018-07-31 11:01:24 -04:00
  • e1146c04fd sam3x8e: Use SAM3X CMSIS files instead of arduino CMSIS files Kevin O'Connor 2018-07-31 10:58:57 -04:00
  • 8572cae9a0 lib: Modify SAM3X CMSIS files to work with GCC's lto feature Kevin O'Connor 2018-07-31 10:52:56 -04:00
  • dd240f6471 lib: Add Atmel SAM3X CMSIS files Kevin O'Connor 2018-07-31 10:38:19 -04:00
  • 454a873cb8 lib: Add CMSIS_5 files Kevin O'Connor 2018-07-27 14:16:54 -04:00
  • ed011b5f25 dockerfile: Add a basic reference Dockerfile (#488) sillyfrog 2018-08-07 03:11:01 +10:00
  • 7783767c35 klippy: Move tracking of accessed config items into _read_config() method Kevin O'Connor 2018-08-03 18:54:23 -04:00
  • cd24d61515 docs: Minor change to wording of junction speeds Kevin O'Connor 2018-08-03 15:48:07 -04:00
  • 1fefd695de docs: Note square corner velocity in lookahead description Kevin O'Connor 2018-08-03 15:39:59 -04:00
  • 43179d7b6c config: Minor changes to example-extras.cfg documentation Kevin O'Connor 2018-08-03 13:00:40 -04:00
  • 82738955d2 virtual_sdcard: Check if other events need to run after each file read Kevin O'Connor 2018-08-02 20:27:34 -04:00
  • f2d232ef77 force_move: Provide defaults for SET_KINEMATIC_POSITION parameters Kevin O'Connor 2018-08-01 15:40:35 -04:00
  • c5ecb37b4e test: Minor update to travis-build.sh mcu_compile start notifier Kevin O'Connor 2018-08-01 14:05:31 -04:00
  • ac5e207241 check_whitespace: Minor simplification of control char check Kevin O'Connor 2018-07-27 12:55:41 -04:00
  • 7c7de85f01 test: Extend white space check to verify files are valid utf-8 Kevin O'Connor 2018-07-26 16:00:39 -04:00
  • 09a64d24f1 docs: Remove the Todo.md file Kevin O'Connor 2018-07-26 12:51:01 -04:00
  • c0c892d524 force_move: Add support for FORCE_MOVE command Kevin O'Connor 2018-07-26 12:12:07 -04:00
  • a434341aa9 force_move: Simplify STEPPER_BUZZ code Kevin O'Connor 2018-07-26 11:39:57 -04:00
  • 2c5eba44ee force_move: Rename stepper_buzz.py to force_move.py Kevin O'Connor 2018-07-26 11:15:51 -04:00
  • 13ccb1a46f mcu: Minor whitespace changes Kevin O'Connor 2018-07-26 10:54:31 -04:00
  • 98580ac1c2 adc_temperature: Minor whitespace changes Kevin O'Connor 2018-07-26 10:51:48 -04:00
  • 334a839123 stepper: Minor whitespace changes Kevin O'Connor 2018-07-26 10:11:56 -04:00
  • 273a98d39a pins: Explicitly pass can_invert and can_pullup to lookup_pin() Kevin O'Connor 2018-07-26 09:44:45 -04:00
  • 7a9553b38a thermocouple: Minor fixes Kevin O'Connor 2018-07-25 09:06:50 -04:00
  • 7d0f3649f3 spi_temperature: The query_thermocouple command is an init command Kevin O'Connor 2018-07-24 19:50:11 -04:00
  • 63dffd9307 spi_temperature: Provide a default value for spi_speed Kevin O'Connor 2018-07-24 15:49:14 -04:00
  • 5b124d59f2 spi_temperature: Remove spi_mode parameter Kevin O'Connor 2018-07-24 15:45:51 -04:00
  • 70f765f62f spi_temperature: Don't raise error on a fault - invoke a shutdown Kevin O'Connor 2018-07-24 15:17:56 -04:00
  • a084c38b41 spi_temperature: Eliminate get_configs() callback Kevin O'Connor 2018-07-24 15:10:10 -04:00
  • c52c398ae8 spi_temperature: Eliminate self.chip_type variable Kevin O'Connor 2018-07-24 15:00:23 -04:00
  • f168032901 spi_temperature: Eliminate check_faults() callback Kevin O'Connor 2018-07-24 14:50:47 -04:00
  • f20dd0c9be spi_temperature: Break up thermocouple code into individual classes Kevin O'Connor 2018-07-24 14:45:00 -04:00
  • 7510efe827 spi_temperature: Use setup_minmax() to set the temperature range Kevin O'Connor 2018-07-24 14:12:00 -04:00
  • 270080cd4c spi_temperature: Remove non-spi flags from SensorBase Kevin O'Connor 2018-07-24 14:05:35 -04:00
  • c0bf4327fd test: Add a test case for less common temperature sensors Kevin O'Connor 2018-07-24 12:54:22 -04:00
  • 756514adef thermocouple: Add support for MAX6675 chip Ricardo Amezquita 2018-06-17 19:59:29 -05:00
  • eba252d3fd thermocouple: Add initial support for common SPI temperature sensing chips Kevin O'Connor 2018-05-04 14:16:21 -04:00
  • 940db6bd70 linux: Add support for bi-directional SPI communication Ricardo Amezquita 2018-06-17 19:57:58 -05:00
  • 6a60fe998d mathutil: Log starting error in coordinate_descent() Kevin O'Connor 2018-07-24 08:32:35 -04:00
  • fce993478c delta_calibrate: Fix typo in config output (radius should be delta_radius) Kevin O'Connor 2018-07-22 11:47:49 -04:00
  • cb29143939 itersolve: Support calculating a stepper position from a cartesian coordinate Kevin O'Connor 2018-07-18 11:51:28 -04:00
  • e2b4b1616f lpc176x: Add support for SPI Kevin O'Connor 2018-07-18 09:15:53 -04:00
  • acefe26e0f idle_timeout: Move timeout handling from toolhead.py to new extras module Kevin O'Connor 2018-07-12 19:07:54 -04:00
  • 0025fbf10d toolhead: Replace junction_deviation with square_corner_velocity Kevin O'Connor 2018-07-08 14:08:21 -04:00
  • ca505bf4ac kinematics: Convert get_rails() method to get_steppers() Kevin O'Connor 2018-07-16 10:16:16 -04:00
  • 89835940f7 query_endstops: Move QUERY_ENDSTOP command to it own extras/ module Kevin O'Connor 2018-07-16 10:06:30 -04:00
  • 28fa954487 delta: Store stable positions as integers Kevin O'Connor 2018-07-15 22:05:13 -04:00
  • 94dc8167c9 z_tilt: Don't default "points" parameter to "z_positions" parameter Kevin O'Connor 2018-07-15 10:30:27 -04:00
  • 260d12af6d probe: Make sure there are at least 3 points even if using default_points Kevin O'Connor 2018-07-14 15:33:08 -04:00
  • ce0f4fe038 delta: Minor change to get_position_from_stable() Kevin O'Connor 2018-07-14 11:35:13 -04:00
  • 244d0aa65b atmega1284p: Add choice between UART0 or UART1 to Kconfig Pascal Albert 2018-07-10 16:50:27 +02:00
  • 2af73d1006 probe: Simplify mcu_probe stepper registration Kevin O'Connor 2018-07-13 17:14:33 -04:00
  • a31c31aed4 mcu: Enhance itersolve stepper kinematics allocation Kevin O'Connor 2018-07-13 11:24:36 -04:00
  • b988596519 toolhead: Fill cmove in toolhead instead of in each kinematic class Kevin O'Connor 2018-07-13 10:52:40 -04:00
  • 8faab46ed2 toolhead: Move kinematic modules to new kinematics/ directory Kevin O'Connor 2018-07-12 22:15:45 -04:00
  • 7d897d84d7 klippy: No need to pass printer reference to add_printer_objects() Kevin O'Connor 2018-07-12 22:26:32 -04:00
  • 5cdba1fda8 mcu: Send mcu config and init immediately after building it Kevin O'Connor 2018-07-12 12:54:12 -04:00
  • 211e34e62b mcu: Add leading underscore to handle_shutdown() and handle_mcu_stats() Kevin O'Connor 2018-07-12 12:19:04 -04:00
  • 21563c5965 config: Minor updates to example-extras.cfg Kevin O'Connor 2018-07-12 12:18:31 -04:00
  • 32a85edb16 spidev: Minor rework to spidev_transfer() Kevin O'Connor 2018-07-11 19:43:20 -04:00
  • 733506dfb2 sam3x8e: Configure spi transfer in spi_prepare() Kevin O'Connor 2018-07-11 19:40:51 -04:00
  • d9f960fb0c avr: Configure spi transfer in spi_prepare() Kevin O'Connor 2018-07-11 19:34:19 -04:00
  • f60b0093b7 docs: Add a section with micro-controller porting tips to Code_Overview.md Kevin O'Connor 2018-07-11 14:35:28 -04:00
  • 5294b3cd2d simulator: Rework dummy simulator code to user timer_irq / serial_irq Kevin O'Connor 2018-07-11 13:46:07 -04:00
  • 00ea4428a3 test: Add recent printer config files to printers.test test case Kevin O'Connor 2018-07-10 12:04:39 -04:00
  • 70b5e1eb69 Add Printer Configuration File for the Tronxy X8 Seyed Seraj 2018-07-08 05:10:45 +02:00