Commit Graph

  • bfb34e0701 stepper_enable: Move motor_off() logic to stepper_enable.py Kevin O'Connor 2019-11-12 11:41:41 -05:00
  • f50e054bd0 stepper_enable: Add new extras module for stepper enable line tracking Kevin O'Connor 2019-11-10 11:55:53 -05:00
  • 064804b688 graphstats: Fix matplotlib import error Kevin O'Connor 2019-11-10 10:18:31 -05:00
  • bdc7383e51 itersolve: Improve numerical stability of itersolve_generate_steps() loop Kevin O'Connor 2019-11-08 13:31:47 -05:00
  • 0bfb655f66 query_adc: Add a new module to help query and debug analog pins Kevin O'Connor 2019-11-07 19:23:20 -05:00
  • 124ba12485 buttons: Only call into main thread on an adc button change Kevin O'Connor 2019-11-07 18:49:56 -05:00
  • 196a69c613 buttons: No need to check for None on min_value/max_value Kevin O'Connor 2019-11-07 18:42:55 -05:00
  • d40f951d6f buttons: Remove MCU_ADC_buttons debug capability Kevin O'Connor 2019-11-07 18:32:26 -05:00
  • 2d5c761101 toolhead: Clear any pending pauses when a shutdown occurs Kevin O'Connor 2019-11-07 18:06:46 -05:00
  • 3665e9fc53 docs: Recommend safe_z_home over homing_override Kevin O'Connor 2019-11-07 16:50:52 -05:00
  • ed610a6600 extruder: Consistently use "extruder" for the primary extruder Kevin O'Connor 2019-11-07 16:24:52 -05:00
  • 29b5961d9f docs: Note gcode_arcs and firmware_retraction commands in G-Codes.md Kevin O'Connor 2019-11-07 15:39:51 -05:00
  • 32f61b01e9 trapq: Use C99 method for declaring struct members in trapq_append() Kevin O'Connor 2019-11-07 11:32:53 -05:00
  • f63f68bbbb chelper: Report an error if the C host code does not compile Kevin O'Connor 2019-11-07 11:32:20 -05:00
  • 5500538fc5 toolhead: Rename register_move_handler() to register_step_generator() Kevin O'Connor 2019-11-07 10:59:35 -05:00
  • 72735b4552 docs: Update Code_Overview.md with new trapq system Kevin O'Connor 2019-11-07 10:39:17 -05:00
  • 3f338c08c1 docs: Minor micro-controller updates to Code_Overview.md Kevin O'Connor 2019-11-07 10:08:21 -05:00
  • 2981bd601b extruder: Treat extrude with Z only movement to be an "extrude only" move Kevin O'Connor 2019-11-07 09:45:36 -05:00
  • 86121ff79e toolhead: Calculate and store axes_r in move class Kevin O'Connor 2019-11-06 08:41:50 -05:00
  • 257058981e toolhead: Simplify set_junction() code Kevin O'Connor 2019-11-06 08:23:16 -05:00
  • 076a66f791 trapq: Use separate 'move' entries for accel, cruise, and decel phases Kevin O'Connor 2019-11-05 15:42:19 -05:00
  • 7ca86f1723 toolhead: Flush trapezoid velocity queue in batches Kevin O'Connor 2019-10-29 18:58:45 -04:00
  • 1acaaa98c2 trapq: Remove move_fill() Kevin O'Connor 2019-10-29 12:44:39 -04:00
  • 797dcfcb12 itersolve: Remove unused gen_steps() Kevin O'Connor 2019-10-29 12:23:19 -04:00
  • bd3c8920f6 mcu: Remove set_ignore_move() Kevin O'Connor 2019-10-29 12:06:46 -04:00
  • befd263260 toolhead: Remove kinematic move() call Kevin O'Connor 2019-10-29 11:52:56 -04:00
  • ef53ded6bc force_move: Convert step generation to use trapq system Kevin O'Connor 2019-10-29 11:49:13 -04:00
  • e6f713f1ce manual_stepper: Convert step generation to use trapq system Kevin O'Connor 2019-10-29 11:34:52 -04:00
  • 9845d0d103 extruder: Convert step generation to use trapq system Kevin O'Connor 2019-10-29 10:57:36 -04:00
  • 746b928c8b winch: Convert step generation to use trapq system Kevin O'Connor 2019-10-28 23:35:22 -04:00
  • 4b5cbc18a4 polar: Convert step generation to use trapq system Kevin O'Connor 2019-10-28 23:13:58 -04:00
  • 351b565728 delta: Convert step generation to use trapq system Kevin O'Connor 2019-10-28 23:09:25 -04:00
  • b792e0fdd1 corexy: Convert step generation to use trapq system Kevin O'Connor 2019-10-28 22:59:07 -04:00
  • 7afac2b3af cartesian: Convert step generation to use trapq system Kevin O'Connor 2019-10-28 22:45:02 -04:00
  • f3ef9c1889 itersolve: Add support for generating steps from a trapq Kevin O'Connor 2019-10-27 21:05:57 -04:00
  • d3afe4f1d8 trapq: Initial support for building a queue of trapezoidal velocity moves Kevin O'Connor 2019-10-27 18:50:53 -04:00
  • c06f6943a6 list: Add additional list helper functions Kevin O'Connor 2019-09-27 18:24:18 -04:00
  • fdbdb3c707 trapq: Add new trapq.c file with code for trapezoidal velocity handling Kevin O'Connor 2019-10-27 13:23:03 -04:00
  • 374eb98765 polar: Implement bed angle wrapping adjustments in chelper code Kevin O'Connor 2019-10-27 11:14:40 -04:00
  • 92993c062b itersolve: Rename calc_position to calc_position_cb Kevin O'Connor 2019-10-27 11:06:46 -04:00
  • 9945cc0f46 itersolve: Fix possible infinite loop in itersolve_gen_steps() Kevin O'Connor 2019-11-04 11:30:19 -05:00
  • 5eb5841eaf mcu: Contact and identify all the mcus prior to configuring them Kevin O'Connor 2019-11-04 23:00:00 -05:00
  • 0b90337d59 config: Minor updates to printer-lulzbot-mini1-2016.cfg Kevin O'Connor 2019-11-05 10:57:47 -05:00
  • 51cf244617 config: Create printer-lulzbot-mini1-2016.cfg (#2129) Martin 2019-11-05 16:54:23 +01:00
  • c11e4b74c2 config: Minor updates to printer-creality-cr20-pro-2019.cfg Kevin O'Connor 2019-11-05 10:50:19 -05:00
  • 0cd808cfde config: Added config for Creality CR-20 Pro (#2135) bskp 2019-11-05 16:47:03 +01:00
  • 009d14fc3e stm32: adc for new stm32f0 common code (#2120) clearchris 2019-11-05 09:08:32 -06:00
  • cf6e8a2eee stm32: Define PGx pins on stm32f103 Kevin O'Connor 2019-11-02 11:35:27 -04:00
  • 430ad0b658 virtual_sdcard: Only return from M25 after print confirmed paused Kevin O'Connor 2019-10-30 14:21:28 -04:00
  • 40e2c64c82 clocksync: Fix typo in pause() call at connect time Kevin O'Connor 2019-10-30 14:04:10 -04:00
  • 739583a21b test: Add printer-lulzbot-taz6-dual-v3-2017.cfg to printers.test Kevin O'Connor 2019-10-30 12:46:03 -04:00
  • dcedd84fe1 config: Lulzbot TAZ6 w/ Dual v3 Toolhead Config (#2111) radensb 2019-10-30 09:37:22 -07:00
  • e2f5e2871c docs: Recommend OctoPrint v1.3.12 in Installation.md Kevin O'Connor 2019-10-30 11:02:03 -04:00
  • d65f2e2861 docs: Minor cleanup to square_tower.scad Kevin O'Connor 2019-10-08 18:35:29 -04:00
  • 43453131ac config: Only document thermistors in example.cfg Kevin O'Connor 2019-10-27 11:50:57 -04:00
  • 1a69f38e6e flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targets Kevin O'Connor 2019-10-26 18:48:00 -04:00
  • 538d6ac3a2 flash_usb: Use "-s" option to specify flash offset on atsamd Kevin O'Connor 2019-10-26 18:33:00 -04:00
  • c694da3753 flash_usb: Change dfu-util to reset the board after a flash on stm32f4 Kevin O'Connor 2019-10-26 18:06:32 -04:00
  • 4b4e309e1b flash_usb: Inform user to manually reset after stm32f4 flash Kevin O'Connor 2019-10-26 17:44:52 -04:00
  • 5131ec5eb0 stm32: Add support for flashing over usb on stm32f042 Kevin O'Connor 2019-10-26 17:11:04 -04:00
  • 2ecc8d8f62 stm32: stm32f4 usb boot check only needed when CONFIG_USBSERIAL Kevin O'Connor 2019-10-26 16:52:16 -04:00
  • 5da6a62759 stm32f4: Add support for flashing over USB Kevin O'Connor 2019-10-26 13:24:59 -04:00
  • 0ba5819370 tmc_uart: Don't try to configure analog pins to -1 value Kevin O'Connor 2019-10-26 11:33:30 -04:00
  • 081c24326d atsam: sysio support is only available on sam4s Kevin O'Connor 2019-10-24 22:21:47 -04:00
  • f723a3141e atsam: Allow PB4-PB7,PB10-PB12 to be used as gpio on sam4 Kevin O'Connor 2019-10-24 22:02:29 -04:00
  • 6f5f2a3bc7 tmc_uart: Make sure to set analog mux pins after a restart Kevin O'Connor 2019-10-24 22:00:58 -04:00
  • d6d2be66e4 config: The duet2 maestro uses a 2200 ohm pullup resistor Kevin O'Connor 2019-10-24 13:07:07 -04:00
  • 9a11286327 stm32: Implement armcm_main() in arch specific code Kevin O'Connor 2019-10-24 11:35:18 -04:00
  • faeaa54925 armcm_boot: Use armcm_main() instead of main() to start board code Kevin O'Connor 2019-10-24 11:07:52 -04:00
  • 632ff9e55a docs: Update benchmarks for stm32f0 Kevin O'Connor 2019-10-15 18:34:06 -04:00
  • 0b0c47c566 stm32: Support PA11/PA12 pin remap on stm32f042 tsop20 chip Kevin O'Connor 2019-10-15 17:45:48 -04:00
  • a6d90bb95e stm32: Support stm32f042 build from stm32/ directory Kevin O'Connor 2019-09-16 21:39:29 -04:00
  • 2c535106ee stm32: Initial support for stm32f070 Kevin O'Connor 2019-09-16 11:45:36 -04:00
  • 7e090a996a lib: Add a copy of stm32f0 cmsis files from v1.10.0 Kevin O'Connor 2019-09-16 11:19:42 -04:00
  • 7b792e40d5 stm32f0: Rename internal build symbol from MACH_STM32F0 to MACH_STM32F0_HAL Kevin O'Connor 2019-09-16 21:27:25 -04:00
  • a46244057c stm32: Support 16bit packet memory access on usbfs controller Kevin O'Connor 2019-10-13 20:34:06 -04:00
  • c2881f7d15 stm32: Be explicit in layout of gpio banks in digital_regs variable Kevin O'Connor 2019-10-15 18:02:21 -04:00
  • f160a3a824 docs: Reword Pressure_Advance.md paragraph on kinematic impact Kevin O'Connor 2019-10-23 19:50:51 -04:00
  • ccbdb6c531 docs: Pressure_Advance.md should recommend setting ADVANCE_LOOKAHEAD_TIME Kevin O'Connor 2019-10-23 19:34:59 -04:00
  • c794e11c67 docs: Update Pressure_Advance.md to use tuning tower Kevin O'Connor 2019-09-21 14:16:02 -04:00
  • b8a6160646 docs: Update example openocd config in Bootloaders.md Kevin O'Connor 2019-10-23 19:01:47 -04:00
  • f07292084b docs: Remove outdated stm32f1.md document Kevin O'Connor 2019-10-23 18:53:11 -04:00
  • e0afc74cc7 config: Fix EXP1 comment in generic-bigtreetech-skr-e3-dip.cfg Kevin O'Connor 2019-10-23 16:07:08 -04:00
  • b91993d6a4 config: Add generic-bigtreetech-skr-e3-dip.cfg config Kevin O'Connor 2019-10-23 15:59:26 -04:00
  • 40d076cce5 stm32: Use stm32f103xe header for stm32f103 line Kevin O'Connor 2019-10-23 15:49:00 -04:00
  • ef142af785 config: Rename config to generic-bigtreetech-skr-mini-e3-v1.0.cfg Kevin O'Connor 2019-10-23 15:04:15 -04:00
  • 48530db50e test: Add generic-bigtreetech-skr-mini-e3-v1.2.cfg to config tests Kevin O'Connor 2019-10-23 15:01:34 -04:00
  • c7fe338bfb config: Skr mini e3 v1.2 template (#2069) epandi 2019-10-23 20:57:00 +02:00
  • 9cd6273d52 scripts: Use current username in install-ubuntu-18.04.sh nhchiu 2019-10-11 19:52:45 +08:00
  • dd12c981ef temperature_fan: add get_status() function Arksine 2019-10-21 07:27:39 -04:00
  • d85b395a9c bed_mesh: fix error reporting Arksine 2019-10-20 20:06:02 -04:00
  • abdfd92e99 docs: Update release notes for v0.8.0 release Kevin O'Connor 2019-10-19 19:24:00 -04:00
  • dd9259aaf3 docs: Minor wording changes to Manual_level.md Kevin O'Connor 2019-10-16 16:40:27 -04:00
  • 4811b58b39 docs: Update Manual_Level.md with recent config changes Kevin O'Connor 2019-10-16 16:35:32 -04:00
  • dd77b46de9 docs: Note AD849x support in Features.md Kevin O'Connor 2019-10-15 13:08:43 -04:00
  • 1e8582e3f6 stm32: Make sure to turn on the usb clock before writing to the packet memory Kevin O'Connor 2019-10-13 14:24:50 -04:00
  • 789659599c adc_temperature: add support for AD849x thermocouple amplifiers (#1994) Geoff Shannon 2019-10-10 17:11:34 -07:00
  • 6d7d079bab tuning_tower: Only cancel tuning tower test if extrude at notably lower z Kevin O'Connor 2019-10-04 14:58:17 -04:00
  • 4ef0db5087 docs: Update Config_Change.md with safe_z_homing change Kevin O'Connor 2019-10-03 18:09:01 -04:00
  • 2b553a8108 safe_z_home: Fix unintended change in default behavior Master92 2019-10-01 15:07:21 +02:00