Commit Graph

  • 8f8cf7ef41 config: Add example printer-twotrees-sapphire-pro-2020.cfg config Kevin O'Connor 2020-03-26 11:41:51 -04:00
  • cb414ae914 config: Add example generic-mks-robin-nano.cfg config Kevin O'Connor 2020-03-26 11:40:21 -04:00
  • 8a3233b397 stepper: Add a config check for obvious incorrect homing_positive_dir Kevin O'Connor 2020-03-24 15:48:49 -04:00
  • 302cd38217 update_mks_robin: Add script to update firmware for MKS Robin bootloader Kevin O'Connor 2020-03-24 10:30:02 -04:00
  • 91a27ef083 stm32: Add support for 64KiB bootloader on stm32f103 Kevin O'Connor 2020-03-21 12:24:25 -04:00
  • 886530e777 stm32: Explicitly reset peripheral clocks on stm32f1 Kevin O'Connor 2020-03-21 12:31:59 -04:00
  • 295fb7fc85 serialhdl: Reduce connection fail timeout from 2.5 minutes to 1.5 minutes Kevin O'Connor 2020-03-23 17:26:48 -04:00
  • 48237435b2 klippy: Log shutdown state in invoke_shutdown() Kevin O'Connor 2020-03-24 08:37:36 -04:00
  • 849cc075dc docs: Fix typo in MANUAL_STEPPER command line Kevin O'Connor 2020-03-23 15:06:32 -04:00
  • 6be552f6e6 Allow manual_stepper to run in parallel than an other stepper Jeremy Briffaut 2020-03-21 10:54:01 +01:00
  • 6b7e917a8e statistics: Exit loop as soon as MemAvailable found Kevin O'Connor 2020-03-22 22:04:40 -04:00
  • 6aae62542c statistics: Add system stats Kevin O'Connor 2020-03-22 20:02:51 -04:00
  • f3667fd453 util: Try to dump mcu build information on a connection error Kevin O'Connor 2020-03-22 13:20:07 -04:00
  • eeee2a9a35 mcu: Shutdown if a spontaneous restart of an mcu is observed Kevin O'Connor 2020-03-22 11:46:09 -04:00
  • 0c9eb519ff docs: Update Manual_Level.md Z_ENDSTOP_CALIBRATE instructions Kevin O'Connor 2020-03-22 11:18:31 -04:00
  • 7543876487 docs: Add info on S3D "extra retract distance" to Slicers.md Kevin O'Connor 2020-03-22 11:00:02 -04:00
  • df6ca2ea1d config: Add comment on changed Z step_distance to Ender5 config Kevin O'Connor 2020-03-22 08:44:37 -04:00
  • d3a7d992aa display: Remove unused self.lcd_type variable Kevin O'Connor 2020-03-21 12:12:29 -04:00
  • 961f68629a manual_stepper: Fix sensorless endstop for manual_stepper (#2621) kakou-fr 2020-03-21 02:11:36 +01:00
  • 35d951dabf config: Add BigTreeTech GTR board generic config file (#2626) Chester 2020-03-20 15:02:24 -10:00
  • acd165cbea stepcompress: Implement a step+dir+step filter Kevin O'Connor 2020-02-25 12:54:55 -05:00
  • d86bf0b927 stepcompress: Move code around in stepcompress.c Kevin O'Connor 2020-03-08 11:14:26 -04:00
  • 5e39d346ed display: Use the active extruder in the default 16x4 screen layout Kevin O'Connor 2020-03-04 19:20:04 -05:00
  • f2dd4b001d display: Use a separate display group for 16x4 multiple extruders Kevin O'Connor 2020-03-04 19:08:01 -05:00
  • 0ba83c5b04 docs: clarify behavior of M204 with only one of P or T (#2564) Garth Snyder 2020-03-11 10:03:48 -07:00
  • 986e9c884a display: Fix percent progress rendering on 16x4 multi-extruder layout Kevin O'Connor 2020-03-08 17:55:53 -04:00
  • 3850b3d27a docs: Fix date of menu change in Config_Changes.md Kevin O'Connor 2020-03-08 17:42:22 -04:00
  • aa7d24b0af display: add support for multiple displays Arksine 2020-03-04 12:31:09 -05:00
  • 6d5ce309a5 menu: Remove the "test" menu from the default menu Kevin O'Connor 2020-03-03 21:11:17 -05:00
  • d39c4fe628 menu: Disable support for "deck" and "card" menu items Kevin O'Connor 2020-03-03 21:09:52 -05:00
  • 2cf03ffa23 display: Replace hard-coded display with new config based display Kevin O'Connor 2020-02-16 15:22:16 -05:00
  • 5acc181624 display_status: Separate out M73 and M117 handling to new module Kevin O'Connor 2020-03-03 17:13:29 -05:00
  • 7fb7f0d331 config: Pin logic on MKS SGEN L generic config (#2606) Willy Hsiao 2020-03-09 02:36:09 +08:00
  • b3cfe55b39 clocksync: Remove no longer used get_adjusted_freq() function Kevin O'Connor 2020-03-06 16:35:02 -05:00
  • 62fcc5a56f mcu: Calculate homing rest_ticks via standard print_time_to_clock() call Kevin O'Connor 2020-03-06 16:33:54 -05:00
  • a61d483e21 tmc_uart: Use nominal mcu frequency in baud calculation Kevin O'Connor 2020-03-06 16:29:18 -05:00
  • e872290c47 Revert "itersolve: Implement a step+dir+step filter" Kevin O'Connor 2020-03-05 18:37:02 -05:00
  • a074af7c87 adc_temperature: Add builtin definition for PT1000 sensors Kevin O'Connor 2020-03-05 11:46:01 -05:00
  • 8d10379ad8 config: Move BME description within example-extras.cfg Kevin O'Connor 2020-03-05 11:41:38 -05:00
  • f87e29c775 armcm_boot: Additional code for broken bootloaders clearchris 2020-02-17 23:46:58 -05:00
  • 79e2376993 stm32: Add support for a bootloader on stm32f0 Kevin O'Connor 2019-12-09 21:03:05 -05:00
  • c9cb462f90 itersolve: Implement a step+dir+step filter Kevin O'Connor 2020-02-25 12:54:55 -05:00
  • 8f8c1e2c58 itersolve: Reset bounds search on a direction change Kevin O'Connor 2020-02-26 11:28:36 -05:00
  • 271e412ae6 itersolve: Simplify main itersolve_gen_steps_range() loop Kevin O'Connor 2020-02-25 22:50:33 -05:00
  • bc6c3ba92f stepcompress: Remove "queue append" abstraction Kevin O'Connor 2020-02-24 21:59:39 -05:00
  • d6c2e24f4c tmc5160: Support setting GLOBALSCALER to fine tune current selection Kevin O'Connor 2020-02-18 15:08:08 -05:00
  • 121249c999 stm32: Revert "stm32: performance improvement for spi on stm32f0" Kevin O'Connor 2020-03-04 18:24:11 -05:00
  • e9e0f59204 stepper: Add some comments on s->position tracking Kevin O'Connor 2020-03-04 13:30:06 -05:00
  • 63ba7d231e docs: Minor updates to Code_Overview.md Kevin O'Connor 2020-03-02 21:54:22 -05:00
  • c0f72a2c38 safe_z_home: Support note_z_not_homed() in kinematics (#2500) David Smith 2020-03-01 23:00:41 -05:00
  • 7a3cbc1e23 config: Example for MMU2S DIY (#2566) kakou-fr 2020-03-02 04:08:37 +01:00
  • f84542cd20 hall_filament_width_sensor: Added virtual runout sensor (#2535) Denis Ignatenko 2020-03-02 05:05:12 +02:00
  • 26523d77ba docs: Minor wording change to Endstop_Phase.md Kevin O'Connor 2020-03-01 11:40:13 -05:00
  • 31b2c3ea7a stm32: Fix broken clock setup on stm32f1 Kevin O'Connor 2020-02-29 13:07:32 -05:00
  • 1c06ea8afe toolhead: Minor comment addition to calc_junction() Kevin O'Connor 2020-02-28 22:27:23 -05:00
  • c197fdb03d heater: Fix misspelling of Celsius Kevin O'Connor 2020-02-27 11:31:51 -05:00
  • 16e59511c3 config: Update printer-seemecnc-rostock-max-v2-2015.cfg (#2561) Angelol125 2020-02-25 22:54:49 +02:00
  • 16ecf15a91 bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540) FanDjango 2020-02-24 04:32:07 +01:00
  • 245917bf03 mcu: Introduce new lookup_query_command() command wrapper Kevin O'Connor 2020-02-19 16:46:06 -05:00
  • 332038ea01 serialhdl: Convert queries to use new notify message ack system Kevin O'Connor 2020-02-16 15:46:04 -05:00
  • c6c360c4e1 serialqueue: Support notification of when a command is processed Kevin O'Connor 2020-02-14 20:47:08 -05:00
  • 7b90830ae5 serialqueue: Remove unused serialqueue_encode_and_send() function Kevin O'Connor 2020-02-14 20:29:04 -05:00
  • 98c7c7603e basecmd: No need for finalize_config command to send "config" response Kevin O'Connor 2020-02-14 22:39:51 -05:00
  • e03f75e758 tmc: Revert incorrect changes to TPWMTHRS setting Kevin O'Connor 2020-02-20 11:32:38 -05:00
  • 15f21be5ec manual_stepper: Support ignoring errors on STOP_ON_ENDSTOP Kevin O'Connor 2020-02-19 13:34:06 -05:00
  • 804f95ebe4 homing: Don't raise a TimeoutError from home_wait() Kevin O'Connor 2020-02-19 12:07:30 -05:00
  • fbbbbc85cf homing: Replace notify callback with a completion Kevin O'Connor 2020-02-19 11:38:11 -05:00
  • e3a5e2d271 reactor: Support multiple waiting timers on a single completion Kevin O'Connor 2020-02-19 10:49:56 -05:00
  • 0e37f8c9b3 graph_extruder: Internal updates to graph calculation Kevin O'Connor 2020-02-18 12:38:45 -05:00
  • 17f2b4e960 config: Fix minor typo in printer-lulzbot-taz6-2017.cfg Kevin O'Connor 2020-02-18 12:11:19 -05:00
  • 90500c331a config: Update TAZ6 configuration Chris Lee 2020-02-18 00:52:59 -07:00
  • 29c6c89327 probe: Don't allow errors to propagate from "gcode:command_error" event Kevin O'Connor 2020-02-18 11:47:04 -05:00
  • 477b83469c config: add mesh_min to printer-wanhao-duplicator-9-2018.cfg (#2525) Matt Shirley 2020-02-17 20:59:08 -05:00
  • aa0a889b04 menu: Set speed for move actions (#2520) Christian S 2020-02-18 02:52:54 +01:00
  • 01d985a739 docs: Recommend RPi 2 or later in Installation.md Kevin O'Connor 2020-02-17 20:44:36 -05:00
  • 5304c4141c filament_switch_sensor: Query "printing" status instead of tracking it Kevin O'Connor 2020-02-17 17:07:54 -05:00
  • b6368173cf filament_switch_sensor: Collapse event disable flags Kevin O'Connor 2020-02-17 16:57:27 -05:00
  • 6716007420 filament_switch_sensor: Minor optimization to note_filament_present() Kevin O'Connor 2020-02-17 16:51:00 -05:00
  • 718da75910 filament_switch_sensor: Add a get_status() method Arksine 2020-02-16 16:49:09 -05:00
  • 9415071482 filament_switch_sensor: Execute events using reactor callbacks Arksine 2020-02-16 07:18:56 -05:00
  • 740c0ae636 filament_switch_sensor: Replace BaseSensor with RunoutHelper Arksine 2020-02-15 15:03:28 -05:00
  • 086c131bbf bltouch: Add support for stow_on_each_sample FanDjango 2020-02-13 16:29:28 +01:00
  • 1dd952ac65 probe: Add multi_probe_begin() / multi_probe_end() callbacks Kevin O'Connor 2020-02-12 13:37:55 -05:00
  • 5bca4e6fa1 gcode: Add a "command_error" event notifier Kevin O'Connor 2020-02-12 13:20:12 -05:00
  • 1aa11fed8c homing: Add a "home_rails_begin" event notifier Kevin O'Connor 2020-02-12 13:17:45 -05:00
  • feb15eaf2e homing: Merge home_prepare()/home_finalize() into move_begin/move_end events Kevin O'Connor 2020-02-12 13:03:42 -05:00
  • b23346a521 bme280: handle read timeout exceptions Arksine 2020-02-14 14:22:37 -05:00
  • 9a65a4569b hall_filament_width_sensor: Add new filament sensor test3210-d 2020-02-04 14:15:30 +02:00
  • 049d8c2a94 config: Update description of z_hop in safe_z_home Kevin O'Connor 2020-02-12 19:08:31 -05:00
  • b5c967acd8 stm32: The stm32f1 can only reach 64Mhz when using an internal clock Kevin O'Connor 2020-02-14 12:10:10 -05:00
  • c3899cefa8 configfile: Add get_status() to export raw config file information Kevin O'Connor 2020-02-13 21:57:41 -05:00
  • fd6baa3d16 config: Minor wording change to gcode_macro rename_existing description Kevin O'Connor 2020-02-13 21:52:00 -05:00
  • 79ce3ef1c5 test: Add printer-wanhao-duplicator-9-2018.cfg to printers.test Kevin O'Connor 2020-02-13 20:53:30 -05:00
  • b0b950b7e1 config: Add Wanhao Duplicator 9 MK1 (#2497) Matt Shirley 2020-02-13 20:52:31 -05:00
  • 9818055ac3 gcode_macro: Support overriding of builtin g-code commands Kevin O'Connor 2020-02-12 20:34:20 -05:00
  • 0cfab84e1a gcode: Return previous handler from register_command(cmd, None) Kevin O'Connor 2020-02-12 20:19:18 -05:00
  • 512ad4b3a4 query_endstops: Add get_status() method that reports the last query state Kevin O'Connor 2020-02-12 19:11:40 -05:00
  • 4d9a36b34f homing: Ability to set retract speed between homing moves (#2487) FanDjango 2020-02-12 16:09:39 +01:00
  • cb042e749d homing_heaters: Turn off heaters during homing/probing (#2486) FanDjango 2020-02-12 16:08:30 +01:00
  • 596f5e3e3a stepper_enable: Add SET_STEPPER_ENABLE gcode command (#2463) David Smith 2020-02-10 22:34:11 -05:00