Commit Graph

  • d991b4c83b menu: Replace menu with new Jinja2 template system (#2344) Janar Sööt 2020-08-09 16:29:55 +03:00
  • efebbb9a2f tmc5160: diag0 support (#3159) Trevor Jones 2020-08-09 06:17:51 -06:00
  • ea5e76746a itersolve: Use stricter completion check in itersolve_find_step() Kevin O'Connor 2020-08-08 11:39:31 -04:00
  • 513582afc4 itersolve: Enhance "false position" method with "illinois algorithm" Kevin O'Connor 2020-08-07 19:36:55 -04:00
  • e5a3fd7cee gcode: Fix error causing _dump_debug() to fail Kevin O'Connor 2020-08-08 10:02:38 -04:00
  • f851cfae46 gcode_arcs: increment absolute e coord for each arc segment (#3162) Toby Harper 2020-08-08 02:15:03 +10:00
  • c9e7119a93 fan_generic: Add support for named fans and gcode to control them (#3054) bondus 2020-08-07 17:39:44 +02:00
  • 3eefc037c5 polar: fix limit_z default value Arksine 2020-08-05 05:13:09 -04:00
  • 27ef58642e webhooks: Implement StatusHandler class Arksine 2020-08-04 18:01:15 -04:00
  • cde7e75139 webhooks: Add call_remote_method helper function Arksine 2020-08-04 17:18:36 -04:00
  • 447374f73e gcode: Separate IO handling to its own class Kevin O'Connor 2020-08-04 16:32:19 -04:00
  • 795bd03b33 webhooks: Directly invoke printer.invoke_shutdown() Kevin O'Connor 2020-08-04 16:03:20 -04:00
  • 4346d37c06 webhooks: Introduce add_early_printer_objects() Kevin O'Connor 2020-08-04 16:00:23 -04:00
  • 8c8b9b1812 gcode: Introduce add_early_printer_objects() Kevin O'Connor 2020-08-04 15:49:40 -04:00
  • 0d930bf871 gcode: Pass the pseudo-tty fd via the start_args system Kevin O'Connor 2020-08-04 15:47:25 -04:00
  • b66dd1a60f gcode: Allow handlers to be registered for all gcode output Kevin O'Connor 2020-08-04 14:45:21 -04:00
  • 8ed1696624 gcode: Only write to the gcode pseudo-tty if it appears to be active Kevin O'Connor 2020-08-04 14:42:07 -04:00
  • 8a69e5d596 config: add sample-bigtreetech-exp-mot.cfg (#3135) Tonny Møller 2020-08-06 20:19:37 +02:00
  • 605c32fc98 docs: Move and reword the Resonance_Compensation.md link in Overview.md Kevin O'Connor 2020-08-05 23:28:54 -04:00
  • b9f48e634e print_stats: Add virtual_sdcard state tracking Arksine 2020-08-03 12:21:56 -04:00
  • 74c0e3a484 docs: document changes to the virtual_sdcard module Arksine 2020-07-31 18:10:31 -04:00
  • 6b1ad715aa print_stats: stat tracking for virtual sdcard prints in progress Arksine 2020-07-31 15:23:03 -04:00
  • 463194b1a3 virtual_sdcard: update get_status method Arksine 2020-07-29 06:23:38 -04:00
  • 963d7c247b virtual_sdcard: add SDCARD_PRINT_FILE gcode Arksine 2020-07-29 06:20:51 -04:00
  • af39a209f3 virtual_sdcard: add SDCARD_RESET_FILE gcode Arksine 2020-07-29 06:14:02 -04:00
  • 10987003b0 safe_z_home: Make sure X and Y are homed before homing Z (#3153) Florian Heilmann 2020-08-05 17:52:23 +02:00
  • fe84968bdc docs: Add uninstall notes to faq Elton Law 2020-08-02 17:05:51 -04:00
  • 68e9a495dd config: Minor updates to printer-creality-ender3-v2-2020.cfg Kevin O'Connor 2020-08-02 16:22:59 -04:00
  • 6030551075 config: Add example configuration for Creality Ender 3 V2 (#3144) Jimmacle 2020-08-01 17:20:48 -07:00
  • 3143e31aca temperature_sensor: report min/max measured temp via get_status Arksine 2020-08-01 11:23:50 -04:00
  • d37374974d filament_switch_sensor: report "enabled" state via get_status Arksine 2020-08-01 11:22:26 -04:00
  • c22d5b2444 toolhead: report velocity and accel via get_status Arksine 2020-08-01 11:21:41 -04:00
  • d33a34614f docs: Add RPi_microcontroller.md link in Overview.md Kevin O'Connor 2020-08-01 13:09:09 -04:00
  • 0f3b1bce66 linux: Set the SPI mode in spidev.c Kevin O'Connor 2020-07-30 17:43:12 -04:00
  • 1f7c3fc8ec gcode: Report the final print_time in debuginput mode Kevin O'Connor 2020-07-28 14:59:04 -04:00
  • 9213646c63 corexz: Add CoreXZ kinematics (#3129) Voron 2020-07-30 09:42:23 -07:00
  • f3b980c1b2 docs: Suggested improvements to Input Shaper tuning guide Dmitry Butyugin 2020-07-28 01:37:33 +02:00
  • b944666bb1 docs: ringing_tower model for input shapers tuning Dmitry Butyugin 2020-07-16 01:23:56 +02:00
  • b62a0d5db5 docs: First version of documentation for Input Shaper tuning Dmitry Butyugin 2020-07-16 01:08:39 +02:00
  • 25a9a32ecb docs: Move SET_TEMPERATURE_FAN_TARGET to its own section in G-Codes.md Kevin O'Connor 2020-07-26 10:41:43 -04:00
  • ab923883f7 docs: Update G-Codes.md for SET_TEMPERATURE_FAN_TARGET (#3122) Martin Nowroth 2020-07-26 16:39:53 +02:00
  • 4795c0896d bed_mesh: Move profile management to its own class Arksine 2020-07-15 20:34:51 -04:00
  • dbec03abd9 bed_mesh: track the probed_matrix and mesh_params exclusively in the ZMesh class Arksine 2020-07-15 12:08:55 -04:00
  • 41eedda5d6 bed_mesh: differentiate between "mesh_config" and "mesh_params" Arksine 2020-07-15 11:38:30 -04:00
  • 7c8b60b40e bed_mesh: round x and y positions received via the finalize callback Arksine 2020-07-05 14:19:43 -04:00
  • 6458def588 bed_mesh: add get_status() method Arksine 2020-07-05 12:46:39 -04:00
  • 8ecec4be8e config: Consolidate description of heater parameters in example.cfg Kevin O'Connor 2020-07-25 11:50:57 -04:00
  • db05938a5f servo: Set initial value via mcu_servo.setup_start_value() Kevin O'Connor 2020-07-16 14:17:04 -04:00
  • 428a8d4881 servo: Remove servo ENABLE parameter Kevin O'Connor 2020-07-16 14:45:48 -04:00
  • 122fd88c6a mcu: Reset pwm and digital output pins to start values on a host restart Kevin O'Connor 2020-07-16 15:33:48 -04:00
  • d204cc1fb7 mcu: Add support for commands to send only on a host restart Kevin O'Connor 2020-07-19 12:26:31 -04:00
  • 4a35d7e8bd update_mks_robin: Remove unnecessary imports Kevin O'Connor 2020-07-24 11:02:15 -04:00
  • 5f2cb5436c linux: Disable hardware pwm when it is set to zero Kevin O'Connor 2020-07-19 23:59:44 -04:00
  • bc488c2161 scripts: scripts to simulate input_shaper response and toolhead movement (#3063) Dmitry Butyugin 2020-07-20 02:23:02 +02:00
  • 3835654116 lm75: Added support for LM75/LM75A I2C connected temperature sensors (#3101) combolek 2020-07-19 17:18:54 -07:00
  • b0901daa85 display: Add configuration options for OLED displays (#3084) Iakabos 2020-07-19 17:18:08 -07:00
  • 0f24406acc config: Fix printer-creality-ender5-2019.cfg positions flipped Kevin O'Connor 2020-07-19 19:46:29 -04:00
  • 25b6bc2f73 mcu: Remove undocumented "custom" config parameter Kevin O'Connor 2020-07-16 15:38:33 -04:00
  • 1c508c38aa config: Minor formatting change to example.cfg Kevin O'Connor 2020-07-16 12:59:17 -04:00
  • 53092a6474 docs: Add link to config/sample-macros.cfg in Slicers.md Kevin O'Connor 2020-07-16 12:58:52 -04:00
  • e4d0044be8 docs: Add a "hardware pin type" section to the FAQ Kevin O'Connor 2020-07-16 12:53:49 -04:00
  • 180f44b876 webhooks: fix lambda wrapper around _process_request Arksine 2020-07-13 15:27:26 -04:00
  • af981432f0 thermistor: Add in definition for "SliceEngineering 450" thermistor Kevin O'Connor 2020-07-11 12:50:58 -04:00
  • c83688b7bc lpc176x: Fix spi mode bits Kevin O'Connor 2020-07-10 13:41:13 -04:00
  • 5dc0c8aac0 input_shaper: Fixed C module compilation on older gnu90 compilers Dmitry Butyugin 2020-07-07 20:46:45 +02:00
  • cd8f250e84 webooks: do not connect if debuginput is enabled Arksine 2020-07-06 06:18:52 -04:00
  • bfbdc04c02 webhooks: process request handlers using a Reactor Callback Arksine 2020-07-06 05:50:16 -04:00
  • 65ade083b2 config: Fix for SKR Mini-e3 v2.0 UART addresses (#3059) Paul Greidanus 2020-07-06 09:40:45 -06:00
  • 3a57608642 fan: Separate out the part cooling fan code from the generic fan code Kevin O'Connor 2020-07-03 23:23:24 -04:00
  • 4bdc11a8b3 input_shaper: Initial support of input shaping (#3032) Dmitry Butyugin 2020-07-06 02:54:38 +02:00
  • 09a3d018a8 docs: Fix broken links in RPi_microcontroller.md Arksine 2020-07-03 07:20:38 -04:00
  • 342a230984 scripts: add executable permissions to klipper-mcu-start.sh Arksine 2020-07-03 07:02:27 -04:00
  • 7bc6470082 config: Added some sample glyphs for 128x64 screens (#3028) James 2020-07-02 21:37:59 +10:00
  • c6b652044d stepper: Make sure to reload trapq in set_stepper_kinematics() Kevin O'Connor 2020-06-30 20:20:16 -04:00
  • 541665679e config: Add printer-creality-ender5plus-2019.cfg example config Kevin O'Connor 2020-06-25 12:43:52 -04:00
  • 2ae6c220e3 config: Example configuration for MKS Robin E3D/E3 Kianusch Sayah Karadji 2020-06-21 14:51:35 +02:00
  • 014c06f8a2 klippy: return message category in get_state_message() Arksine 2020-06-23 07:56:50 -04:00
  • 2d2c09a0a3 webhooks: protect command processing from re-entry Arksine 2020-06-23 07:53:30 -04:00
  • a342770ac5 pause_resume: Add CANCEL_PRINT gcode Arksine 2020-06-19 07:35:31 -04:00
  • a31dd0ff0e query_endstops: register "query_endstops/status" endpoint Arksine 2020-06-19 06:26:09 -04:00
  • 72962c5ca2 gcode: add webhooks support Arksine 2020-06-19 06:25:02 -04:00
  • 14ac453861 klippy: Instantiate the webhooks module Arksine 2020-06-19 06:18:58 -04:00
  • 475f543790 webhooks: Initial implementation Arksine 2020-06-19 06:15:36 -04:00
  • 7a8e9591e3 stm32: Improved CAN support for STM32 (#2976) bondus 2020-06-25 00:59:38 +02:00
  • 7cab732ae9 stm32: Initial support for stm32f2 (#3001) combolek 2020-06-23 07:52:15 -07:00
  • a4c31bafb0 stm32: Support for 20KiB bootloader offset. (#3008) kianusch 2020-06-20 19:30:10 +02:00
  • 755064177b config: Add pin hints for probe header in generic-duet2-maestro.cfg Kevin O'Connor 2020-06-17 13:21:18 -04:00
  • b3298d8992 hall_filament_width_sensor: Added width logging (#2981) Denis Ignatenko 2020-06-16 20:36:49 +03:00
  • 4c571ea9ac bme280: fix reported measured time Arksine 2020-06-14 19:34:32 -04:00
  • 65ae08ef21 menu_keys: Add a register_button() helper method Kevin O'Connor 2020-03-15 12:34:11 -04:00
  • 8d9566b945 menu_keys: Reschedule long-click timer on each click Kevin O'Connor 2020-03-15 12:15:15 -04:00
  • 7d8ade74e8 menu_keys: Move button handling from menu.py to new file menu_keys.py Kevin O'Connor 2020-03-13 21:45:08 -04:00
  • a1fc1ac214 configfile: Use "import ConfigParser as configparser" Kevin O'Connor 2020-06-12 10:03:28 -04:00
  • 40da3f406a queuelogger: Use "import Queue as queue" for improved Python3 compatibility Kevin O'Connor 2020-06-12 10:11:34 -04:00
  • 4905667ee2 reactor: Use "import Queue as queue" for improved Python3 compatibility Kevin O'Connor 2020-06-12 10:11:57 -04:00
  • 0e9aa76066 uc1701: Update bus import to "from .. import bus" Kevin O'Connor 2020-06-12 13:38:12 -04:00
  • f931da1b87 extras: Use "from . import module" for relative imports Kevin O'Connor 2020-06-12 09:55:57 -04:00
  • 6edc2946db sx1509: Improve Python3 compatibility Kevin O'Connor 2020-06-12 10:07:28 -04:00
  • 4b231470ed delta_calibrate: Improve Python3 compatibility Kevin O'Connor 2020-06-12 10:04:13 -04:00
  • 8c96e9dd11 bed_mesh: Improve Python3 compatibility Kevin O'Connor 2020-06-12 10:03:57 -04:00