Commit Graph

  • 9ba94ded9e tmc2660: Use bus.py helper code for spi Kevin O'Connor 2018-11-18 18:18:25 -05:00
  • 1c71ea27e0 uc1701: Use bus.py helper code for spi Kevin O'Connor 2018-11-18 17:56:36 -05:00
  • 5bb0bd755d tmc2130: Use bus.py helper code for spi Kevin O'Connor 2018-11-18 17:42:46 -05:00
  • ab6a8ec76e ad5206: Use bus.py helper code for spi Kevin O'Connor 2018-11-18 17:35:30 -05:00
  • be58c7f8ec replicape: Use bus.py helper code for spi Kevin O'Connor 2018-11-18 17:25:15 -05:00
  • 7cadd8d3f4 spi_temperature: Use bus.py helper code for spi Kevin O'Connor 2018-11-18 17:17:51 -05:00
  • 58890e32a2 bus: Add klippy/extras/bus.py module with SPI bus helper code Kevin O'Connor 2018-11-18 17:17:17 -05:00
  • 7bb9ce8436 avr: Minor comment update in hard_pwm.c Kevin O'Connor 2018-11-20 13:14:53 -05:00
  • 7c65e76ad0 avr: Rework hardware pwm pin definitions Kevin O'Connor 2018-11-20 12:17:09 -05:00
  • bf92ffb5bf avr: Split gpio.c into gpio.c, adc.c, hard_pwm.c, and spi.c Kevin O'Connor 2018-11-20 11:39:42 -05:00
  • 2cc0313b72 avr: Add initial support for atmega32u4 chips Kevin O'Connor 2018-11-19 21:42:14 -05:00
  • 31687bc009 avr: Minor update to help text in Kconfig Kevin O'Connor 2018-11-19 22:05:26 -05:00
  • 76f07979bb buildcommands: Make sure to not use 96 or more message ids Kevin O'Connor 2018-11-18 10:54:47 -05:00
  • 150cae1d1f buildcommands: Remove unnecessary spaces from data dictionary Kevin O'Connor 2018-11-18 04:17:25 -05:00
  • 9db0bec792 buildcommands: Detect duplicate strings when generating static string ids Kevin O'Connor 2018-11-18 03:13:31 -05:00
  • b3e8429b54 buildcommands: Move data dictionary generation to its own class Kevin O'Connor 2018-11-18 02:57:18 -05:00
  • 95e4c2d617 buildcommands: Move version generation to its own class Kevin O'Connor 2018-11-18 02:49:04 -05:00
  • 9f420f71a5 buildcommands: Move command/response code generation to its own class Kevin O'Connor 2018-11-18 02:24:10 -05:00
  • 67a5cd0409 buildcommands: Move DECL_CONSTANT code to its own class Kevin O'Connor 2018-11-18 01:20:52 -05:00
  • 334507306b buildcommands: Move DECL_STATIC_STR code to its own class Kevin O'Connor 2018-11-18 01:14:31 -05:00
  • 9cb98a00fc buildcommands: Move DECL_CALLLIST code to its own class Kevin O'Connor 2018-11-18 00:56:43 -05:00
  • bb41765714 docs: Minor update to Code_Overview.md with further kinematics info Kevin O'Connor 2018-11-17 14:56:15 -05:00
  • cd1e669306 docs: Fix typo in command dispatch benchmarks Kevin O'Connor 2018-11-16 20:38:30 -05:00
  • 64a1837fec docs: Round pru command parsing benchmark Kevin O'Connor 2018-11-16 20:31:41 -05:00
  • c349863988 docs: Add information on command parsing benchmarks Kevin O'Connor 2018-11-16 20:16:56 -05:00
  • 52fa91fb9a docs: Update benchmarks Kevin O'Connor 2018-11-16 18:59:55 -05:00
  • b161a69e98 timer_irq: Increase maximum busy wait time to 2us Kevin O'Connor 2018-11-16 17:16:50 -05:00
  • ac72f8ec78 console: Try to improve the description of the SUPPRESS command Kevin O'Connor 2018-11-16 17:16:14 -05:00
  • f3c4deb1ab lpc176x: Convert i2c code to use standard i2ccmds.c Kevin O'Connor 2018-11-14 10:23:56 -05:00
  • f973886dac docs: Minor rewording in Endstop_Phase.md Kevin O'Connor 2018-11-14 09:46:21 -05:00
  • e541466591 servo: This patch create ability to enable/disable attached servo. (#880) Jiri Dobry 2018-11-14 15:38:09 +01:00
  • 31730fa031 docs: Minor wording change to Endstop_Phase.md Kevin O'Connor 2018-11-13 18:44:33 -05:00
  • c55842b428 docs: Note when endstop phases are useful in Endstop_Phase.md Kevin O'Connor 2018-11-13 18:29:02 -05:00
  • 8d4f7db66e docs: Fix typo in Bootloaders.md Kevin O'Connor 2018-11-13 14:41:51 -05:00
  • 097e6c524b docs: Fix link in FAQ document Kevin O'Connor 2018-11-13 14:40:35 -05:00
  • 077280bb62 config: Use consistent advice on flashing the Melzi board Kevin O'Connor 2018-11-13 14:32:52 -05:00
  • 5f9ce32fae docs: Be more clear that a baud of 250000 is recommended Kevin O'Connor 2018-11-13 14:06:27 -05:00
  • ccb660a0ea config: sample-macros.cfg creation and M300 ndupont-net 2018-11-08 14:12:07 +01:00
  • 22f7be8b74 config: Add printer-velleman-k8200-2013.cfg example config Kevin O'Connor 2018-11-13 10:45:17 -05:00
  • b45ccfea97 display: FR icon changed to "Feed Rate" (#860) James 2018-11-14 02:14:01 +11:00
  • f6c2e8b4eb bed_mesh: Fix some fragile identity comparisons Lucas Fink 2018-10-28 21:11:05 -06:00
  • 3da7697c66 config: Add generic duet2 config and tests (#834) Florian Heilmann 2018-10-31 14:58:43 +01:00
  • b98e12c19a sx1509: Relax restrictions on SX1509 pins (#836) Florian Heilmann 2018-10-30 23:08:12 +01:00
  • 3328ade194 tmc2660: Fix typo in TMC2660 extra (#830) Florian Heilmann 2018-10-29 17:44:45 +01:00
  • 8432f6f40c avr: Add support for atmega328p Kevin O'Connor 2018-10-29 11:55:15 -04:00
  • 90bc3be6a0 Add DUMP_TMC capabilities to the TMC2660 extra Florian Heilmann 2018-10-24 16:23:20 +00:00
  • 4372d1812c Implement idle event support in the TMC2660 extra Florian Heilmann 2018-10-24 16:17:49 +00:00
  • d25e02144c idle_timeout: Add printing/ready/idle tracking Kevin O'Connor 2018-10-18 12:04:50 -04:00
  • a5e55c2acc gcode: process_batch() should execute commands atomically Kevin O'Connor 2018-10-18 11:51:35 -04:00
  • 37b9a2442f config: Add lcd encoder pins to generic-rumba.cfg Kevin O'Connor 2018-10-28 14:34:22 -04:00
  • c4058f71fb docs: Clarify M109/M190 in G-Code documentation Kevin O'Connor 2018-10-28 14:19:30 -04:00
  • 057acb07b7 docs: Add a Slicers.md document Kevin O'Connor 2018-10-28 10:24:34 -04:00
  • 47e45ab391 docs: Note the use of gcode_macro in G-Codes.md Kevin O'Connor 2018-10-28 10:11:15 -04:00
  • 4f89251f03 sx1509: Raise an error if a pin max_duration is not zero Kevin O'Connor 2018-10-27 12:22:23 -04:00
  • c3f916c60e delta: Make sure to clear limit_xy2 after a homing move Kevin O'Connor 2018-10-27 11:54:17 -04:00
  • 936a4acd0d delta: Make sure to also exempt the homing retract move from boundary checks Kevin O'Connor 2018-10-27 11:43:24 -04:00
  • a33792f07e util: Fix versioning when gitdir is absent (#809) lf 2018-10-27 08:44:38 -06:00
  • f57c29442c Add SX1509 extra Florian Heilmann 2018-10-26 09:58:40 +02:00
  • 99989a668f Implement I2C support in the SAM4E8E port Florian.Heilmann 2018-10-26 09:42:06 +02:00
  • 5a919c892a Add generic i2c interface Florian.Heilmann 2018-10-26 09:37:21 +02:00
  • 24bbc43fd0 config: Add encoder pins to printer-anycubic-kossel-plus-2017.cfg Kevin O'Connor 2018-10-25 21:34:49 -04:00
  • 97590b8e0b extruder: Don't use max_extrude_cross_section in max_extrude_only defaults Kevin O'Connor 2018-10-25 18:59:01 -04:00
  • ed13c5733d config: Update wording of extruder parameters in example.cfg Kevin O'Connor 2018-10-25 16:44:39 -04:00
  • a7c8476e98 docs: Update pressure advance doc to note it only impacts the extruder Kevin O'Connor 2018-10-25 17:19:27 -04:00
  • 3d7e8fa5ec docs: Note impact of warping during pressure advance tuning Kevin O'Connor 2018-10-25 12:03:47 -04:00
  • ca7dd8bfd4 docs: Update Pressure_Advance.md - don't set square_corner_velocity=0 Kevin O'Connor 2018-10-25 11:34:34 -04:00
  • 363bcfb233 logextract: Make sure config files end with a newline Kevin O'Connor 2018-10-24 09:43:26 -04:00
  • b6bf455155 tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816) Florian Heilmann 2018-10-24 22:01:12 +02:00
  • 1a437c1fd1 sam3x8e: Don't report an error if bossac errors during device restart Kevin O'Connor 2018-10-22 17:41:29 -04:00
  • 04a12ec9bd docs: Update stm32f1.md - usb is now supported. Kevin O'Connor 2018-10-22 13:22:58 -04:00
  • e4bb90a1ca bed_mesh: Do not automatically run G28 on BED_MESH_CALIBRATE / BED_MESH_MAP Kevin O'Connor 2018-10-16 14:13:38 -04:00
  • f382762962 bed_tilt: Do not automatically run G28 on BED_TILT_CALIBRATE Kevin O'Connor 2018-10-16 14:13:23 -04:00
  • 925562cfb1 delta_calibrate: Do not automatically run G28 on DELTA_CALIBRATE Kevin O'Connor 2018-10-16 14:13:08 -04:00
  • ca04caa42c docs: Fix SAM4E8E benchmark test revision Kevin O'Connor 2018-10-22 11:21:43 -04:00
  • 2b81b2935c docs: Update SAM4E8E benchmarks Kevin O'Connor 2018-10-22 11:18:55 -04:00
  • 34c3cb5c01 sam4e8e: Enable SAM4 cache at startup Kevin O'Connor 2018-10-13 12:18:13 -04:00
  • 7fac0de1f8 config: Add display buttons to printer-creality-cr10s-2017.cfg Kevin O'Connor 2018-10-20 19:27:53 -04:00
  • b903f84c80 docs: Replace get_status example with get_clock in Protocol.md Kevin O'Connor 2018-10-20 11:53:00 -04:00
  • 7efbc021a5 pid_calibrate: Add some comments on the calibration methodology Kevin O'Connor 2018-10-19 21:30:15 -04:00
  • e30053f2a9 test: Add printer-adimlab-2018.cfg to printers.test Kevin O'Connor 2018-10-19 11:12:20 -04:00
  • c7f0d039ac config: ADIMlab Add support for LCD knob and caselight Jason Rahaim 2018-10-17 21:31:16 -04:00
  • 29e0996858 display: Check for M117 inside of draw_status() Kevin O'Connor 2018-10-18 14:05:01 -04:00
  • 2549ccd722 klippy: No need to return anything from _connect() method Kevin O'Connor 2018-10-18 12:49:26 -04:00
  • 530a37196c docs: Update LPC176x benchmarks Kevin O'Connor 2018-10-18 09:44:30 -04:00
  • 8fca908445 lpc176x: Divide system clock within timer; not on system bus Kevin O'Connor 2018-10-18 09:37:47 -04:00
  • 0079311b0b docs: Add an Endstop_Phase.md document Kevin O'Connor 2018-10-11 00:52:09 -04:00
  • 1e71909d02 endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE command Kevin O'Connor 2018-10-10 22:15:00 -04:00
  • def524bdf4 endstop_phase: Add support for detecting phase via TMC stepper drivers Kevin O'Connor 2018-10-10 19:48:35 -04:00
  • a2df01b88e endstop_phase: Move endstop phase homing code to new "extras" module Kevin O'Connor 2018-10-09 21:36:02 -04:00
  • 216905ceca klippy: Add a basic event dispatch mechanism Kevin O'Connor 2018-10-07 12:22:10 -04:00
  • fedf90680e homing: Pass printer instead of toolhead object to Homing class Kevin O'Connor 2018-10-08 14:23:20 -04:00
  • e7498fa241 chelper: Add a quick __main__ to compile c helper (#782) lf 2018-10-16 10:21:18 -06:00
  • dd5695405f config: Add ADIMLab 3d printer (#781) Jason R 2018-10-16 12:07:47 -04:00
  • 08d03ae0eb configfile: Strip trailing comments Kevin O'Connor 2018-10-16 11:45:20 -04:00
  • 368703fd78 delta_calibrate: Perform coordinate descent in a background process Kevin O'Connor 2018-10-15 18:52:28 -04:00
  • 46355f903e toolhead: Don't clear sync_print_time on a get_next_move_time() call Kevin O'Connor 2018-10-15 18:24:15 -04:00
  • 21597f9b07 gcode: Report state message after any error in a STATUS response Kevin O'Connor 2018-10-13 17:20:21 -04:00
  • 55eed2e9be gcode: Remove "Preparing to restart" message Kevin O'Connor 2018-10-13 17:17:27 -04:00
  • f5c99c1dec docs: Update benchmarks for Arduino Due Kevin O'Connor 2018-10-13 11:57:13 -04:00
  • 67278a6d8a sam3x8e: Align loops to a 16 byte boundary Kevin O'Connor 2018-10-12 23:23:15 -04:00