Commit Graph

  • 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
  • fb798e3cba sched: Force sched_try_shutdown to be inlined Kevin O'Connor 2018-10-12 00:27:55 -04:00
  • 7a265f159a armcm_irq: Fix jump target alignment Kevin O'Connor 2018-10-13 11:45:39 -04:00
  • 0225d17343 stm32f1: Use __always_inline on timer_read_time Kevin O'Connor 2018-10-11 22:11:18 -04:00
  • aa693fbdc1 docs: Updates to stm32f103 benchmarks Kevin O'Connor 2018-10-04 12:12:12 -04:00
  • 7cbc44b8d3 stm32f1: Use -O2 optimization and inline timer_read_time() Kevin O'Connor 2018-10-04 11:31:36 -04:00
  • 102ec4938d stm32f1: Use the main lib/cmsis-core directory for cmsis includes Kevin O'Connor 2018-10-04 11:16:36 -04:00
  • 75fa74313c stm32f1: Add support for building with bootloader support Kevin O'Connor 2018-10-04 10:14:16 -04:00
  • 215b4c5a1e stm32f1: Move assembler build rules together Kevin O'Connor 2018-10-04 10:01:35 -04:00
  • b8745bc973 stm32f1: Pull the USB D+ line low briefly to signal a device connect Kevin O'Connor 2018-10-04 03:50:19 -04:00
  • bc5e961d73 stm32f1: Initial support for serial over USB Kevin O'Connor 2018-10-03 22:40:01 -04:00
  • 1302514ea8 stm32f1: Serial should have a higher irq priority than timers Kevin O'Connor 2018-10-03 11:55:08 -04:00
  • d32506bd2e homing: Move homing offset adjustment logic to generic homing code Kevin O'Connor 2018-10-09 12:53:01 -04:00
  • 770b92863f mcu: Add a set_commanded_position() method to MCU_stepper Kevin O'Connor 2018-10-08 20:50:45 -04:00
  • 459e521991 delta: Add a special case to the limit checks for the homing position Kevin O'Connor 2018-10-08 15:36:41 -04:00
  • bd1ba86839 delta: Reorganize init() Kevin O'Connor 2018-10-08 15:25:33 -04:00
  • d4bf51231a homing: Implement second home from homing.py Kevin O'Connor 2018-10-08 21:49:56 -04:00
  • 3db483e270 delta: Wrap lines to 80 columns Kevin O'Connor 2018-10-08 15:46:27 -04:00
  • 1146d228fa servo: Wrap lines to 80 columns Kevin O'Connor 2018-10-09 15:07:47 -04:00
  • 1e07be4db4 docs: Add a "Lost communication with MCU" section to the FAQ Kevin O'Connor 2018-10-09 11:15:22 -04:00
  • e85f9473fc stepper: Wrap lines to 80 columns Kevin O'Connor 2018-10-08 12:54:33 -04:00
  • f7a7223b30 cartesian: Use homing_speed for homing retract speed Kevin O'Connor 2018-10-08 21:59:25 -04:00
  • 36ae433b57 cartesian: Make sure to constrain second_homing_speed to max_z_velocity Kevin O'Connor 2018-10-08 10:52:46 -04:00
  • 8eb1110aa8 logextract: Fix handling of clock reports at end of line Kevin O'Connor 2018-10-08 10:30:42 -04:00
  • 909eef3978 display: Corrected Fan icon graphics (#753) alfsoft 2018-10-07 20:38:11 +03:00
  • c5d94a74a5 servo: Adding support for startup value for servos (#676) Chris Whiteford 2018-10-05 14:35:38 -04:00
  • 852d1666bb docs: Fix typo in BED_MESH_PROFILE description in G-Codes.md Kevin O'Connor 2018-10-04 19:01:18 -04:00
  • b0d859f220 stepper: Adding support for a second_homing_speed parameter (#677) Chris Whiteford 2018-10-04 18:55:58 -04:00
  • 97927172f1 st7920: Use display xor capability when animating glyphs Kevin O'Connor 2018-10-04 13:46:28 -04:00
  • 630989c0fe display: Change Extruder, Bed and Fan icons design (#740) alfsoft 2018-10-04 20:25:29 +03:00
  • d29eb731a9 bed_mesh: save mesh state to 'default' profile after calibration Arksine 2018-10-02 18:23:34 -04:00
  • 822616ae7f docs: Spelling error corrected in bed mesh comment (#735) LazaroFilm 2018-10-04 12:48:27 -04:00
  • 978b321f80 avr: Disable usb serial interrupts while processing data Kevin O'Connor 2018-10-02 21:54:46 -04:00
  • 7c7573f69f avr: No need to reset ep0 interrupts on a shutdown Kevin O'Connor 2018-10-02 21:41:36 -04:00
  • efd9e7a6df usb_cdc: Try to read new data before processing data blocks Kevin O'Connor 2018-10-02 21:38:58 -04:00
  • fe98dd3585 usb_cdc: Wake usb_bulk_out_task() on a shutdown Kevin O'Connor 2018-10-02 21:33:46 -04:00
  • b261d31ec5 bed_mesh: Add ability to save mesh state to persistent memory Arksine 2018-09-26 21:04:27 -04:00
  • 144868c600 bed_mesh: Extend BED_MESH_MAP to provide more information Arksine 2018-09-22 11:03:39 -04:00
  • 5c267e4f69 docs: Update Features.md document with tmc2660 support Kevin O'Connor 2018-10-02 14:06:35 -04:00
  • 50d1ad9019 menu.cfg: add fan glyph to __screen2004_static & __screen2004_input Janar Sööt 2018-10-01 19:23:44 +03:00
  • b2691d4730 hd44780: new text glyph - fan Janar Sööt 2018-10-01 19:00:10 +03:00
  • d348f0da87 avr: Allow the serial port to be selected on the atmega2560/1280 Kevin O'Connor 2018-10-01 22:30:58 -04:00
  • 0820394e13 toolhead: M204 must update max_accel_to_decel Kevin O'Connor 2018-10-01 22:02:33 -04:00
  • 357b2f477c buttons: Clear pressed/last_pressed state on new buttons_query command Kevin O'Connor 2018-10-01 12:40:28 -04:00
  • 820dd0b5e3 display: Don't error if M73 is missing a P parameter Kevin O'Connor 2018-10-01 12:31:31 -04:00
  • f49f298003 probe: Merge ProbeVirtualEndstop and ProbeEndstopWrapper wrapper classes Kevin O'Connor 2018-09-27 09:47:37 -04:00
  • 9f755750d3 test: Add a test case for probe:z_virtual_endstop support Kevin O'Connor 2018-09-26 20:02:24 -04:00
  • 1940ba7062 config: Minor indentation fix to comments in example-extras.cfg Kevin O'Connor 2018-09-26 19:50:56 -04:00
  • a698aef29b config: Note probe activate/deactivate must not move the toolhead Kevin O'Connor 2018-09-26 19:43:44 -04:00
  • c5d4e14298 probe: Infer position_endstop when using probe:z_virtual_offset Kevin O'Connor 2018-09-26 19:29:58 -04:00
  • a9a0bb87fa probe: Verify the toolhead moves at least some distance on a probe Kevin O'Connor 2018-09-26 15:57:22 -04:00
  • 31ec098577 config: The delta_calibrate bed radius uses nozzle coordinates Kevin O'Connor 2018-09-26 14:39:06 -04:00
  • 43f2eac239 z_tilt: Wrap lines to 80 columns Kevin O'Connor 2018-09-26 19:12:10 -04:00
  • c3550158bb z_tilt: Take into account probe xy offset when calculating z_adjust Kevin O'Connor 2018-09-26 19:08:34 -04:00
  • 19d18c2bc1 bed_tilt: Take into account probe xy offset when calculating z_adjust Kevin O'Connor 2018-09-26 14:26:55 -04:00
  • 348a41c325 bed_tilt: Remove special probe:z_virtual_endstop handling Kevin O'Connor 2018-09-26 13:38:35 -04:00
  • 33887b8c39 probe: Support manual probing at runtime Kevin O'Connor 2018-09-26 13:07:18 -04:00
  • 0e9b8abde2 probe: Perform multi-sample averaging in ProbePointsHelper class Kevin O'Connor 2018-09-26 12:15:39 -04:00
  • e5ef15ad0f probe: Separate out manual probing from automatic probing code Kevin O'Connor 2018-09-26 11:25:56 -04:00
  • cb3fede19a probe: Move move_next() method within ProbePointsHelper class Kevin O'Connor 2018-09-26 11:51:29 -04:00
  • 8e7eac9b08 probe: Implement ProbePointsHelper get_probed_position() locally Kevin O'Connor 2018-09-26 10:32:57 -04:00
  • ae4eb35a70 delta_calibrate: Use kin.calc_position() in get_probed_position() callback Kevin O'Connor 2018-09-26 10:21:05 -04:00
  • c68c0c6526 avr: Increase stack size to 256 for all AVR targets Kevin O'Connor 2018-10-01 10:33:18 -04:00
  • b3a6fbed74 usbstd: Force usb_string_descriptor data field to match unicode string Kevin O'Connor 2018-09-30 23:43:55 -04:00
  • 9ec2ad0992 lib: Remove pjrc_usb_serial Kevin O'Connor 2018-09-30 22:27:11 -04:00
  • d05aa81927 avr: Use generic usb_cdc code for usb serial support Kevin O'Connor 2018-09-28 21:09:19 -04:00
  • c0311bee33 usb_cdc: Perform basic request validation Kevin O'Connor 2018-09-30 15:37:55 -04:00
  • 93e4897044 usb_cdc: Add usb_read_ep0_setup() interface function Kevin O'Connor 2018-09-30 15:14:30 -04:00
  • 731236cf20 usb_cdc: Add support for usb_send_ep0_progmem() Kevin O'Connor 2018-09-30 10:37:48 -04:00
  • 92aea93500 usb_cdc: Fix handling of zero-length-packets Kevin O'Connor 2018-09-30 14:54:59 -04:00
  • be1effebc3 usb_cdc: Rework transfer state tracking code Kevin O'Connor 2018-09-30 14:37:24 -04:00
  • 6ab16d2407 usb_cdc: Rename interface functions to avoid the term "setup" Kevin O'Connor 2018-09-30 14:09:55 -04:00
  • 50a8efe0a5 config: Add encoder and click pins for CR-10 mini Nikolai Ugelvik 2018-09-30 18:30:34 +02:00
  • de7c1f76db gcode_macro: Provide more information on a formatting error Kevin O'Connor 2018-09-30 12:32:13 -04:00
  • b112cac47a config: Fix typo in gcode_macro default_parameter description Kevin O'Connor 2018-09-30 12:11:07 -04:00
  • 68dc28580f gcode_macro: default parameter values Janar Sööt 2018-09-27 19:08:01 +03:00
  • d9e35481be configfile: add get_prefix_options method Janar Sööt 2018-09-29 12:15:48 +03:00
  • 8c2991ceac tmc2208: Improve error handling Kevin O'Connor 2018-09-30 10:57:47 -04:00