Commit Graph

  • 4bf1b042b1 console: Report timestamp on each read message Kevin O'Connor 2018-05-16 09:27:50 -0400
  • c2d48aba87 byteorder: Add a header file defining common byteswap functions Kevin O'Connor 2018-05-04 14:15:12 -0400
  • e3e3aa63d7 build: Add gcc option -std=gnu11 Kevin O'Connor 2018-05-17 12:17:43 -0400
  • 42ca985bef docs: Add reference to homing_override in FAQ Kevin O'Connor 2018-05-20 19:33:54 -0400
  • 2db5415d09 config: Add example config file for the Einsy-Rambo board Kevin O'Connor 2018-05-10 14:56:07 -0400
  • 680c92de40 tmc2130: Add initial support for TMC2130 stepper motor drivers Kevin O'Connor 2018-02-17 23:34:41 -0500
  • 61fbd193f9 gcode: Reset extrude_factor and extruder position on a tool change Kevin O'Connor 2018-05-20 13:47:00 -0400
  • 33c2c8f1bd gcode: Raise an error if a duplicate command is registered Kevin O'Connor 2018-05-20 13:04:52 -0400
  • 2ab47cd20c extruder: Fix SET_PRESSURE_ADVANCE so that it works with multiple extruders Kevin O'Connor 2018-05-20 12:52:19 -0400
  • 75a1e9ea21 output_pin: Use new gcode.register_mux_command() Kevin O'Connor 2018-05-20 12:44:02 -0400
  • 5a88a14afc servo: Use new gcode.register_mux_command() Kevin O'Connor 2018-05-20 12:40:10 -0400
  • abe79056c9 gcode: Add ability to register a "mux" command Kevin O'Connor 2018-05-20 12:33:43 -0400
  • 6869e7d1ec probe: Verify horizontal_move_z not less than probe's z_offset Kevin O'Connor 2018-05-20 11:32:03 -0400
  • c5bff88943 probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelper Kevin O'Connor 2018-05-20 11:28:28 -0400
  • 11816295e7 stepper: Raise an error if position_endstop is not in min/max range Kevin O'Connor 2018-05-18 19:34:17 -0400
  • 2740838b2e fan: Allow the fan shutdown_speed to be configured Kevin O'Connor 2018-05-18 19:12:03 -0400
  • 5712283e91 Add temperature controlled fans Douglas Hammond 2018-05-13 23:02:01 -0400
  • 6d376017bc config: Fix printer-tronxy-x5s-2018.cfg file flags Kevin O'Connor 2018-05-17 12:47:08 -0400
  • a11add60e2 config: Add example config file for the creality cr10 mini Kevin O'Connor 2018-05-17 12:41:51 -0400
  • c331406774 util: Change the /tmp/printer pty to be group readable Kevin O'Connor 2018-05-16 13:25:21 -0400
  • 3505a0727d config: Update printer-creality-cr10s-2017.cfg to use z position_max=400 Kevin O'Connor 2018-05-15 18:53:40 -0400
  • 70068985a7 stepper: Introduce and use gpio_out_toggle_noirq() Kevin O'Connor 2018-05-15 17:04:30 -0400
  • 907cfb9105 stepper: Fix typo in error report - name should be self.name Kevin O'Connor 2018-05-14 12:31:28 -0400
  • 6c3db80d89 homing: Apply speed rounding after calling home_prepare() Kevin O'Connor 2018-05-14 11:18:31 -0400
  • bf3c41cd06 temperature_fan: Add support for temperature-triggered fan. Michael Barbour 2018-05-03 17:39:50 -0400
  • 6ad344c8a6 config: Add example generic-radds.cfg config file Lukas Wingerberg 2018-05-08 23:27:54 +0200
  • 2e3fa8da13 console: Fix handling of bad commands Kevin O'Connor 2018-05-08 11:18:07 -0400
  • f70fefa06f linux: Convert linux SPI code to use the generic spicmds.c code Kevin O'Connor 2018-05-04 20:23:58 -0400
  • 31ae74c56c sam3x8e: Add SPI support Kevin O'Connor 2018-05-04 12:47:26 -0400
  • 22487d95e9 spicmds: Rework SPI message transmission Kevin O'Connor 2018-05-04 12:27:52 -0400
  • 838da992e8 msgproto: Support sending empty strings from create_message() Kevin O'Connor 2018-05-04 12:39:49 -0400
  • 9c52ad4310 stm32f1: Enable lcd chip support Kevin O'Connor 2018-05-07 01:03:25 -0400
  • 018c5daa94 sam3x8e: Enable lcd chip support Kevin O'Connor 2018-05-07 01:03:01 -0400
  • 99b233df3f serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messages Kevin O'Connor 2018-05-05 20:59:33 -0400
  • 640ff1ad56 clocksync: Change timer frequency to avoid resonating with other timers Kevin O'Connor 2018-05-05 20:14:46 -0400
  • cd9e21e3aa FAQ: Add item on TMC2208 being disabled in the middle of a print Kevin O'Connor 2018-05-05 13:04:01 -0400
  • 7fd14848ca chelper: Fix hub-ctrl compilation cruwaller 2018-05-05 16:54:54 +0300
  • 1f11c171c7 thermistor: Add Honeywell 100K and MGB18 thermistor definitions Kevin O'Connor 2018-04-30 16:05:32 -0400
  • 461390ac87 config: Add exaple generic-rumba.cfg config file Kevin O'Connor 2018-04-30 15:46:33 -0400
  • 15248706ae chelper: Move the host C code to a new klippy/chelper/ directory Kevin O'Connor 2018-04-30 11:22:16 -0400
  • 8e1b516eb6 config: Fix typo in adc_temperature section (Ohms vs Volts) Kevin O'Connor 2018-04-30 10:31:17 -0400
  • 4a8f9407b8 avr: Do not use Idle mode Kevin O'Connor 2018-04-28 20:04:32 -0400
  • 46cf3ef145 avr: Explicitly set ADCSRA on each conversion start Kevin O'Connor 2018-04-25 14:07:39 -0400
  • cf475a9a39 avr: Clean up serial port register aliases Kevin O'Connor 2018-04-25 10:13:07 -0400
  • 22c49a7c3f docs: Improve FAQ update software entry (use make menuconfig ; make clean) Kevin O'Connor 2018-04-25 10:28:33 -0400
  • 76bafadb71 virtual_sdcard: Add logging on start, stop, stats, and shutdown Kevin O'Connor 2018-04-23 18:24:58 -0400
  • 3ef7c00b73 docs: Fix internal link description in Code_Overview.md Kevin O'Connor 2018-04-23 18:23:39 -0400
  • bdd26e421b toolhead: Add a SET_VELOCITY_LIMIT command Kevin O'Connor 2018-04-20 22:13:29 -0400
  • d5dc6b785d gcode: Add minval/maxval/above/below options to get_X parsers Kevin O'Connor 2018-04-20 21:41:13 -0400
  • 8f4f5da11c fan: Add a set_shutdown_speed() method Kevin O'Connor 2018-04-20 21:50:32 -0400
  • 6d03dee104 gcode: Add a SET_GCODE_OFFSET command Kevin O'Connor 2018-04-20 19:58:37 -0400
  • 93262919ed gcode: Rename homing_add to homing_offset Kevin O'Connor 2018-04-20 19:42:26 -0400
  • 68864333f3 probe: Limit Z lift speed to be the same as the probing speed Kevin O'Connor 2018-04-20 13:58:27 -0400
  • eff1c8604d klippy: Reword the error messages during config file parsing Kevin O'Connor 2018-04-20 13:30:58 -0400
  • 85e6cd865c fan: Scale fan speed requests between 0 and max_power Kevin O'Connor 2018-04-20 13:15:03 -0400
  • 48e9fa04e7 toolhead: Allow max_accel_to_decel to be greater than max_accel in config Kevin O'Connor 2018-04-20 12:50:04 -0400
  • 832c0bc017 docs: Add more hints to use /dev/by-id/ for the serial device Kevin O'Connor 2018-04-20 11:43:21 -0400
  • 6793970198 serial_irq: Add new generic/serial_irq.c code Kevin O'Connor 2018-04-12 18:04:00 -0400
  • 606222da5b docs: Add STM32F103 benchmarks to the Features document Kevin O'Connor 2018-04-12 14:48:38 -0400
  • add370230f stm32f1: Use generic timer_irq.c dispatch code Kevin O'Connor 2018-04-12 14:25:25 -0400
  • 2bf9e27b9e stm32f1: Use different method for handling 16bit -> 32bit timer conversion Kevin O'Connor 2018-04-12 14:11:25 -0400
  • 06a4753f73 stm32f1: Prefer uint32_t over uint16_t in timer.c Kevin O'Connor 2018-04-12 14:01:47 -0400
  • bf4e851e21 config: Update sample-bltouch.cfg with recent probe changes Kevin O'Connor 2018-04-18 18:04:21 -0400
  • 35f3f6506b scripts: Add stm32flash to octopi-install.sh package list Kevin O'Connor 2018-04-12 13:58:30 -0400
  • c539fed8bb docs: Add additional information to FAQ on heater checks Kevin O'Connor 2018-04-09 22:00:26 -0400
  • b5b365289c test: Add STM32F1 compile test case Kevin O'Connor 2018-04-09 19:19:51 -0400
  • 75d5737211 Add STM32F103 port Grigori Goronzy 2018-03-31 15:34:59 +0200
  • e097b08520 config: add display support for Anet A8 Grigori Goronzy 2018-04-09 20:49:43 +0200
  • 6466af6313 adc_temperature: Support defining custom sensors in the config file Kevin O'Connor 2018-04-09 15:44:34 -0400
  • c463893a5e adc_temperatures: Add "PT100 INA826" sensor type Kevin O'Connor 2018-04-09 15:11:12 -0400
  • b2caa486c5 adc_temperature: Support multiple ranges for ADC lookup Kevin O'Connor 2018-04-09 14:02:59 -0400
  • 75b89f5261 thermistor: Fallback to using beta if Steinhart-Hart c3 is negative Kevin O'Connor 2018-04-09 12:35:18 -0400
  • 8c8261ba80 thermistor: Add support for defining custom thermistors Kevin O'Connor 2018-04-09 12:14:20 -0400
  • f8a28401c0 config: Update indentation of display section in example-extras.cfg Kevin O'Connor 2018-04-09 12:02:23 -0400
  • 97f30765a1 docs: Update installation document for OctoPrint 1.3.7 Kevin O'Connor 2018-04-09 11:39:36 -0400
  • f616a88b15 Adjusted Tronxy X5s settings Arkadiusz Gluszyk 2018-03-24 14:32:37 +0100
  • 7c5f9ee458 config: Add display section to default Creality CR10s config Kevin O'Connor 2018-04-08 11:14:48 -0400
  • 460cc88f3d pid_calibrate: Make sure to unregister new control class on error Kevin O'Connor 2018-04-06 10:56:34 -0400
  • 06d73207e7 heater: Move Thermistor and Linear to their own files in extras/ Kevin O'Connor 2018-04-04 14:53:47 -0400
  • 0fc4f0946e heater: Move adc logic into Thermistor class Kevin O'Connor 2018-04-04 14:13:59 -0400
  • 7e78b2665e heater: Merge ThermistorBeta class into Thermistor class Kevin O'Connor 2018-04-04 13:38:28 -0400
  • aed958eb5c heater: Add PrinterHeaters class that stores all sensors and heaters Kevin O'Connor 2018-04-03 17:01:10 -0400
  • 4eeb43b191 pins: Remove module level get_printer_pins() and setup_pin() functions Kevin O'Connor 2018-04-04 12:07:41 -0400
  • a4439b93b7 toolhead: Limit junction speed of short moves Kevin O'Connor 2018-03-25 18:41:15 -0400
  • 5e060c3c65 bed_tilt: Apply bed_tilt_calibrate settings to current session Kevin O'Connor 2018-04-03 12:02:17 -0400
  • 0f1a142779 extruder: Log SET_PRESSURE_ADVANCE changes Kevin O'Connor 2018-04-03 11:42:43 -0400
  • bb8926d67a klippy: Automatically clear rollover_info on each restart Kevin O'Connor 2018-04-03 12:13:06 -0400
  • a301713361 extruder: Add SET_PRESSURE_ADVANCE command. Michael Barbour 2018-04-01 15:26:25 -0400
  • bee179eab4 docs: Update release notes for v0.6.0 release Kevin O'Connor 2018-03-31 14:04:39 -0400
  • 039bb9f10f docs: Add Patreon link to FAQ page Kevin O'Connor 2018-03-31 13:55:41 -0400
  • b0b4bc8958 heater: Add some comments to the thermistor math Kevin O'Connor 2018-03-29 14:15:16 -0400
  • a6553538e6 docs: Update G-Codes.md with recent output_pin changes Kevin O'Connor 2018-03-28 15:11:10 -0400
  • 019666a6f6 docs: Add a section on adding new host modules to Code_Overview.md Kevin O'Connor 2018-03-28 13:01:24 -0400
  • 7579b9671b stepstats: Add documentation clarification Kevin O'Connor 2017-03-08 13:55:47 -0500
  • 99f3c99238 display: Round temperature and position to nearest whole number Kevin O'Connor 2018-03-19 15:17:53 -0400
  • aba04bf3bd display: Remove unneeded semicolons from file Kevin O'Connor 2018-03-19 15:16:01 -0400
  • f5c67baac2 docs: Recommend running PID_CALIBRATE in Config_checks.md Kevin O'Connor 2018-03-18 12:43:41 -0400
  • 973ef97143 pid_calibrate: Move PID calibration logic from heater.py to new file Kevin O'Connor 2018-03-18 11:23:20 -0400
  • 310cdf88cc config: Remove tabs from printer-wanhao-duplicator-i3-v2.1-2017.cfg Kevin O'Connor 2018-03-18 11:32:28 -0400
  • 5c05a24947 docs: Fix typo in M220 description in G-Codes.md Kevin O'Connor 2018-03-18 11:29:40 -0400