Commit Graph

  • 1ace688ea3 extruder: Report max_extrude_ratio in log Kevin O'Connor 2018-06-05 20:48:55 -04:00
  • 183e0decf8 output_pin: Fix SET_PIN max_val check Kevin O'Connor 2018-06-05 09:12:31 -04:00
  • a748cf39eb stepcompress: Fix comment typo. Michael Barbour 2018-06-03 23:51:30 -04:00
  • f020ed179e config: Add sample voron2 config file Kevin O'Connor 2018-06-01 21:10:22 -04:00
  • 2c4ca88887 docs: Update documentation to note use of /dev/serial/by-path/ Kevin O'Connor 2018-06-01 17:18:12 -04:00
  • 404cd376b5 gcode: mux command is already registered error print fixed cruwaller 2018-06-01 22:44:52 +03:00
  • 26378c2564 mcu: config_reset_cmd typo fixed cruwaller 2018-06-01 15:47:35 +03:00
  • ff9543eee2 clocksync: Simplify is_active() check Kevin O'Connor 2018-05-31 18:18:23 -04:00
  • 1b1d2adb31 gcode: Apply SET_GCODE_OFFSET to next move command Kevin O'Connor 2018-05-29 14:09:04 -04:00
  • b93fd5b1b5 basecmd: Rename get_status to get_clock Kevin O'Connor 2018-05-28 11:38:04 -04:00
  • 879c45db19 mcu: Do not automatically restart MCU with new config if it is shutdown Kevin O'Connor 2018-05-28 11:44:42 -04:00
  • d798fae20b serialqueue: Limit message transmission to available receive buffer size Kevin O'Connor 2018-05-28 09:42:59 -04:00
  • 0728c1a8be msgproto: Add support for a get_constant_int() method Kevin O'Connor 2018-05-28 10:21:51 -04:00
  • 75f8709947 command: Wait to send ack until after processing commands Kevin O'Connor 2018-05-24 13:30:24 -04:00
  • 528f9f7604 command: Add command_find_and_dispatch() helper Kevin O'Connor 2018-05-24 13:18:03 -04:00
  • c8af3feee6 command: Add a command_encode_and_frame() helper Kevin O'Connor 2018-05-24 13:07:43 -04:00
  • cb4e165071 command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths Kevin O'Connor 2018-05-24 12:49:23 -04:00
  • 2a55741ea8 config: Anet E10 config added Zsolt Olah 2018-05-25 23:14:06 +02:00
  • c9dfdf21e5 docs: Remove lpc176x item from Todo Kevin O'Connor 2018-05-25 13:56:54 -04:00
  • 20ddd842b7 klippy: Fix detection of mixed case section names Kevin O'Connor 2018-05-25 12:47:51 -04:00
  • c38a63d4db gcode_macro: Add the ability to define custom g-code macros Kevin O'Connor 2018-05-25 12:33:01 -04:00
  • 2994638380 lpc176x: Add a dummy "make flash" command to advise users on how to flash Kevin O'Connor 2018-05-25 11:58:23 -04:00
  • ef7d4dd3cb config: Add example generic-smoothieboard.cfg config file Kevin O'Connor 2018-05-17 11:24:58 -04:00
  • 4344f7fc10 lpc176x: Add build rules for smoothieware bootloader support Kevin O'Connor 2018-05-17 11:00:24 -04:00
  • c381d03aad lpc176x: Initial support for serial over usb Kevin O'Connor 2018-04-27 14:54:50 -04:00
  • c812a40a37 lpc176x: Add ADC support Kevin O'Connor 2018-05-10 09:05:12 -04:00
  • 65613aeddf lpc176x: Enable watchdog Kevin O'Connor 2018-05-08 15:25:22 -04:00
  • 83d3c17280 docs: Add LPC1768 benchmarks to Features.md document Kevin O'Connor 2018-05-08 12:34:46 -04:00
  • 141bd0ce9b test: Add LPC176x compile test case Kevin O'Connor 2018-05-08 12:29:05 -04:00
  • c78b90767f lpc176x: Add support for GPIO pins Kevin O'Connor 2018-05-08 12:20:10 -04:00
  • 970831ee0d lpc176x: Add initial support for LPC176x processors Kevin O'Connor 2018-05-07 21:32:27 -04:00
  • 5ae22a5e51 tmc2130: Allow the PWMCONF register to be configured Kevin O'Connor 2018-05-24 11:03:29 -04:00
  • 1e6fa5722a tmc2130: Initial support for sensorless homing Kevin O'Connor 2018-05-22 23:39:06 -04:00
  • 26246b1f28 tmc2130: Use an SPI rate of 4Mhz Kevin O'Connor 2018-05-22 22:05:37 -04:00
  • 3799f40f29 tmc2130: Configure stealthchop velocity limit Kevin O'Connor 2018-05-22 21:40:32 -04:00
  • 739d37feac config: Add printer config for the Ender 3 by Creality3D Hans Raaf 2018-05-24 13:40:18 +02:00
  • c4fe43ffce tmc2130: The default TOFF time should be 4 Kevin O'Connor 2018-05-24 10:44:45 -04:00
  • ee4f37fe0c stepper: Add STEPPER_BUZZ command Kevin O'Connor 2018-05-24 09:42:33 -04:00
  • e50c2aa38d docs: Remove "touch panel" item from Todo document Kevin O'Connor 2018-05-23 22:31:45 -04:00
  • 237c242d65 Display M73-indicated progress plus linear ETA on ST7920 displays. FeepingCreature 2018-05-22 00:06:07 +02:00
  • d7b29eca47 temperature_fan: Don't write "temperature_fan " to prefix stats Kevin O'Connor 2018-05-23 18:22:02 -04:00
  • bf301a977e graphstats: Make check for stats prefixes more robust Kevin O'Connor 2018-05-23 18:19:50 -04:00
  • 3e1febce78 temperature_fan: Don't always enable stats generation Kevin O'Connor 2018-05-23 00:27:32 -04:00
  • 3025638b9b z_tilt: Add support for Z_TILT_ADJUST Kevin O'Connor 2018-05-21 14:48:01 -04:00
  • 4bf1b042b1 console: Report timestamp on each read message Kevin O'Connor 2018-05-16 09:27:50 -04:00
  • c2d48aba87 byteorder: Add a header file defining common byteswap functions Kevin O'Connor 2018-05-04 14:15:12 -04:00
  • e3e3aa63d7 build: Add gcc option -std=gnu11 Kevin O'Connor 2018-05-17 12:17:43 -04:00
  • 42ca985bef docs: Add reference to homing_override in FAQ Kevin O'Connor 2018-05-20 19:33:54 -04:00
  • 2db5415d09 config: Add example config file for the Einsy-Rambo board Kevin O'Connor 2018-05-10 14:56:07 -04:00
  • 680c92de40 tmc2130: Add initial support for TMC2130 stepper motor drivers Kevin O'Connor 2018-02-17 23:34:41 -05:00
  • 61fbd193f9 gcode: Reset extrude_factor and extruder position on a tool change Kevin O'Connor 2018-05-20 13:47:00 -04:00
  • 33c2c8f1bd gcode: Raise an error if a duplicate command is registered Kevin O'Connor 2018-05-20 13:04:52 -04:00
  • 2ab47cd20c extruder: Fix SET_PRESSURE_ADVANCE so that it works with multiple extruders Kevin O'Connor 2018-05-20 12:52:19 -04:00
  • 75a1e9ea21 output_pin: Use new gcode.register_mux_command() Kevin O'Connor 2018-05-20 12:44:02 -04:00
  • 5a88a14afc servo: Use new gcode.register_mux_command() Kevin O'Connor 2018-05-20 12:40:10 -04:00
  • abe79056c9 gcode: Add ability to register a "mux" command Kevin O'Connor 2018-05-20 12:33:43 -04:00
  • 6869e7d1ec probe: Verify horizontal_move_z not less than probe's z_offset Kevin O'Connor 2018-05-20 11:32:03 -04:00
  • c5bff88943 probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelper Kevin O'Connor 2018-05-20 11:28:28 -04:00
  • 11816295e7 stepper: Raise an error if position_endstop is not in min/max range Kevin O'Connor 2018-05-18 19:34:17 -04:00
  • 2740838b2e fan: Allow the fan shutdown_speed to be configured Kevin O'Connor 2018-05-18 19:12:03 -04:00
  • 5712283e91 Add temperature controlled fans Douglas Hammond 2018-05-13 23:02:01 -04:00
  • 6d376017bc config: Fix printer-tronxy-x5s-2018.cfg file flags Kevin O'Connor 2018-05-17 12:47:08 -04:00
  • a11add60e2 config: Add example config file for the creality cr10 mini Kevin O'Connor 2018-05-17 12:41:51 -04:00
  • c331406774 util: Change the /tmp/printer pty to be group readable Kevin O'Connor 2018-05-16 13:25:21 -04:00
  • 3505a0727d config: Update printer-creality-cr10s-2017.cfg to use z position_max=400 Kevin O'Connor 2018-05-15 18:53:40 -04:00
  • 70068985a7 stepper: Introduce and use gpio_out_toggle_noirq() Kevin O'Connor 2018-05-15 17:04:30 -04:00
  • 907cfb9105 stepper: Fix typo in error report - name should be self.name Kevin O'Connor 2018-05-14 12:31:28 -04:00
  • 6c3db80d89 homing: Apply speed rounding after calling home_prepare() Kevin O'Connor 2018-05-14 11:18:31 -04:00
  • bf3c41cd06 temperature_fan: Add support for temperature-triggered fan. Michael Barbour 2018-05-03 17:39:50 -04:00
  • 6ad344c8a6 config: Add example generic-radds.cfg config file Lukas Wingerberg 2018-05-08 23:27:54 +02:00
  • 2e3fa8da13 console: Fix handling of bad commands Kevin O'Connor 2018-05-08 11:18:07 -04:00
  • f70fefa06f linux: Convert linux SPI code to use the generic spicmds.c code Kevin O'Connor 2018-05-04 20:23:58 -04:00
  • 31ae74c56c sam3x8e: Add SPI support Kevin O'Connor 2018-05-04 12:47:26 -04:00
  • 22487d95e9 spicmds: Rework SPI message transmission Kevin O'Connor 2018-05-04 12:27:52 -04:00
  • 838da992e8 msgproto: Support sending empty strings from create_message() Kevin O'Connor 2018-05-04 12:39:49 -04:00
  • 9c52ad4310 stm32f1: Enable lcd chip support Kevin O'Connor 2018-05-07 01:03:25 -04:00
  • 018c5daa94 sam3x8e: Enable lcd chip support Kevin O'Connor 2018-05-07 01:03:01 -04:00
  • 99b233df3f serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messages Kevin O'Connor 2018-05-05 20:59:33 -04:00
  • 640ff1ad56 clocksync: Change timer frequency to avoid resonating with other timers Kevin O'Connor 2018-05-05 20:14:46 -04:00
  • cd9e21e3aa FAQ: Add item on TMC2208 being disabled in the middle of a print Kevin O'Connor 2018-05-05 13:04:01 -04:00
  • 7fd14848ca chelper: Fix hub-ctrl compilation cruwaller 2018-05-05 16:54:54 +03:00
  • 1f11c171c7 thermistor: Add Honeywell 100K and MGB18 thermistor definitions Kevin O'Connor 2018-04-30 16:05:32 -04:00
  • 461390ac87 config: Add exaple generic-rumba.cfg config file Kevin O'Connor 2018-04-30 15:46:33 -04:00
  • 15248706ae chelper: Move the host C code to a new klippy/chelper/ directory Kevin O'Connor 2018-04-30 11:22:16 -04:00
  • 8e1b516eb6 config: Fix typo in adc_temperature section (Ohms vs Volts) Kevin O'Connor 2018-04-30 10:31:17 -04:00
  • 4a8f9407b8 avr: Do not use Idle mode Kevin O'Connor 2018-04-28 20:04:32 -04:00
  • 46cf3ef145 avr: Explicitly set ADCSRA on each conversion start Kevin O'Connor 2018-04-25 14:07:39 -04:00
  • cf475a9a39 avr: Clean up serial port register aliases Kevin O'Connor 2018-04-25 10:13:07 -04:00
  • 22c49a7c3f docs: Improve FAQ update software entry (use make menuconfig ; make clean) Kevin O'Connor 2018-04-25 10:28:33 -04:00
  • 76bafadb71 virtual_sdcard: Add logging on start, stop, stats, and shutdown Kevin O'Connor 2018-04-23 18:24:58 -04:00
  • 3ef7c00b73 docs: Fix internal link description in Code_Overview.md Kevin O'Connor 2018-04-23 18:23:39 -04:00
  • bdd26e421b toolhead: Add a SET_VELOCITY_LIMIT command Kevin O'Connor 2018-04-20 22:13:29 -04:00
  • d5dc6b785d gcode: Add minval/maxval/above/below options to get_X parsers Kevin O'Connor 2018-04-20 21:41:13 -04:00
  • 8f4f5da11c fan: Add a set_shutdown_speed() method Kevin O'Connor 2018-04-20 21:50:32 -04:00
  • 6d03dee104 gcode: Add a SET_GCODE_OFFSET command Kevin O'Connor 2018-04-20 19:58:37 -04:00
  • 93262919ed gcode: Rename homing_add to homing_offset Kevin O'Connor 2018-04-20 19:42:26 -04:00
  • 68864333f3 probe: Limit Z lift speed to be the same as the probing speed Kevin O'Connor 2018-04-20 13:58:27 -04:00
  • eff1c8604d klippy: Reword the error messages during config file parsing Kevin O'Connor 2018-04-20 13:30:58 -04:00
  • 85e6cd865c fan: Scale fan speed requests between 0 and max_power Kevin O'Connor 2018-04-20 13:15:03 -04:00
  • 48e9fa04e7 toolhead: Allow max_accel_to_decel to be greater than max_accel in config Kevin O'Connor 2018-04-20 12:50:04 -04:00