Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: No need to include python-virtualenv in package dependencies | Kevin O'Connor | 2020-11-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Minor formatting change to ci-install.sh | Kevin O'Connor | 2020-11-23 | 1 | -4/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Remove no longer used kconfig code | Kevin O'Connor | 2020-11-23 | 43 | -26884/+0 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | build-test: Move system package installation to ci-install.sh | Kevin O'Connor | 2020-10-30 | 1 | -0/+11 |
| | | | | | | | It's more maintainable to have the system packages listed in ci-install.sh instead of in build-test.yaml. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | build-test: Remove references to "travis" in build tests | Kevin O'Connor | 2020-10-30 | 2 | -8/+8 |
| | | | | | | | Use "ci-build.sh" "ci-install.sh" and similar, as travis-ci is no longer being used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | build-test: Build with normal Ubuntu arm-eabi compiler | Kevin O'Connor | 2020-10-30 | 2 | -23/+0 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | github: Run continuous integration tests using "github actions" | Kevin O'Connor | 2020-10-30 | 2 | -7/+5 |
| | | | | | | | Use "github actions" instead of "travis ci" for the automatic build regression tests. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | resonance_tester: Resonance testing and input shaper auto-calibration (#3381) | Dmitry Butyugin | 2020-10-14 | 2 | -30/+360 |
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | graphstats: Add support for graphing system load | Kevin O'Connor | 2020-09-16 | 1 | -0/+46 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | avrsim: Minor changes so avrsim can run on both Python2 and Python3 | Kevin O'Connor | 2020-09-16 | 1 | -5/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | avrsim: migrated to Python 3 | Dmitry Butyugin | 2020-09-13 | 1 | -9/+9 |
| | | | | | | Note that the latest simulavr 1.1.0 does not support Python 2 anymore. Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | graph_temp_sensor: Add support for graphing sensor resistance | Kevin O'Connor | 2020-09-09 | 1 | -1/+27 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | graph_accelerometer: Add tool to graph accelerometer results | Kevin O'Connor | 2020-09-05 | 1 | -0/+78 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | travis-install: Minor change to virtualenv command-line arguments | Kevin O'Connor | 2020-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | install-octopi: Use "virtualenv -p python2" to ensure python2 is selected | Kevin O'Connor | 2020-09-03 | 5 | -5/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | update_chitu: Rename script and minor changes | Kevin O'Connor | 2020-08-30 | 1 | -19/+23 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | config: Added TronXY X5SA support (#3265) | Cabia Rangris | 2020-08-30 | 1 | -0/+130 |
| | | | | | | | Added printer-tronxy-x5sa-v6 config. Added "chitu" bootloader option to stm32 Kconfig. Added chitu_crypt. Signed-off-by: Vladimir Serov <me@cab404.ru> | ||||
* | graph_temp_sensor: Add tool to graph ADC resolution of temperature sensors | Kevin O'Connor | 2020-08-17 | 1 | -0/+142 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | whconsole: Add utility for testing the "webhooks" interface | Kevin O'Connor | 2020-08-16 | 1 | -0/+89 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | update_mks_robin: Remove unnecessary imports | Kevin O'Connor | 2020-07-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: scripts to simulate input_shaper response and toolhead movement (#3063) | Dmitry Butyugin | 2020-07-19 | 2 | -0/+710 |
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | scripts: add executable permissions to klipper-mcu-start.sh | Arksine | 2020-07-05 | 1 | -0/+0 |
| | | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com> | ||||
* | docs: LinuxMCU doc & script (#2956) | Lucio Tarantino | 2020-06-12 | 2 | -1/+85 |
| | | | Signed-off-by: Lucio Tarantino <lucio.tarantino@gmail.com> | ||||
* | scripts: Permission fix for debian-install (#2936) | BlackStump | 2020-05-31 | 1 | -0/+0 |
| | | | Signed-off-by: Trevor Wilson <altocoey@hotmail.com> | ||||
* | stm32f4: Add support for HID bootloader | Arksine | 2020-05-28 | 1 | -2/+7 |
| | | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com> | ||||
* | scripts: add libusb-1.0 to install scripts | Arksine | 2020-05-28 | 3 | -3/+3 |
| | | | | | | The hid-flash tool depends on libusb-1.0-0-dev Signed-off-by: Eric Callahan <arksine.code@gmail.com> | ||||
* | stm32f1: Add support for HID Bootloader | Arksine | 2020-05-28 | 1 | -1/+26 |
| | | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com> | ||||
* | scripts: add arch linux install script | kiwigod | 2020-05-28 | 1 | -0/+102 |
| | | | | | | Automate installation for Arch Linux based systems Signed-off-by: Arjun Sardjoe Missier <amissier@pm.me> | ||||
* | avrsim: update avrsim pty attr (#2343) | Georgios Karnas | 2020-05-05 | 1 | -3/+13 |
| | | | Signed-off-by: Georgios Karnas <kargeor@gmail.com> | ||||
* | scripts: Update Docker file for current Klipper version (#2666) | sillyfrog | 2020-04-02 | 1 | -3/+9 |
| | | | | Signed-off-by: Trent Davis <tgh@sillyfrog.com> | ||||
* | update_mks_robin: Add script to update firmware for MKS Robin bootloader | Kevin O'Connor | 2020-03-24 | 1 | -0/+38 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | graph_extruder: Internal updates to graph calculation | Kevin O'Connor | 2020-02-18 | 1 | -48/+74 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | graph_extruder: Add in older pa algorithms for reference | Kevin O'Connor | 2020-02-03 | 1 | -0/+19 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Revert virtualenv workarounds | Kevin O'Connor | 2020-01-25 | 1 | -3/+1 |
| | | | | | | | | | | | | | Revert "scripts: Disable "virtualenv setuptools" in install-octopi.sh script" This reverts commit 5fc92ff6b7f2c824346fdfd559f2d44978f380ab. Revert "scripts: Install "virtualenv setuptools==44.0.0" in install-octopi.sh" This reverts commit 730c7cfc207aec2199220601018c6fc2b9da0235. The online setuptools repository was fixed upstream, so it is no longer necessary to implement a local virtualenv workaround. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Install "virtualenv setuptools==44.0.0" in install-octopi.sh | Kevin O'Connor | 2020-01-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Disable "virtualenv setuptools" in install-octopi.sh script | Kevin O'Connor | 2020-01-12 | 1 | -1/+2 |
| | | | | | | | The default setuptools installed by virtaulenv has dropped support for python2. Explicitly remove it from the installation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | kin_extruder: Convert pressure advance to use "weighted average" | Kevin O'Connor | 2019-12-20 | 1 | -4/+7 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Replicape pru update start scripts (#2277) | BlackStump | 2019-12-18 | 3 | -11/+118 |
| | | | Signed-off-by: Trevor Wilson <altocoey@hotmail.com> | ||||
* | docs: Update Kinematics.md document with "smooth pressure advance" | Kevin O'Connor | 2019-12-13 | 1 | -0/+145 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | graphstats: Fix matplotlib import error | Kevin O'Connor | 2019-11-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targets | Kevin O'Connor | 2019-10-26 | 1 | -6/+13 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | flash_usb: Use "-s" option to specify flash offset on atsamd | Kevin O'Connor | 2019-10-26 | 1 | -3/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | flash_usb: Change dfu-util to reset the board after a flash on stm32f4 | Kevin O'Connor | 2019-10-26 | 1 | -4/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | flash_usb: Inform user to manually reset after stm32f4 flash | Kevin O'Connor | 2019-10-26 | 1 | -0/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stm32: Add support for flashing over usb on stm32f042 | Kevin O'Connor | 2019-10-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stm32f4: Add support for flashing over USB | Kevin O'Connor | 2019-10-26 | 1 | -3/+14 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Use current username in install-ubuntu-18.04.sh | nhchiu | 2019-10-23 | 1 | -2/+1 |
| | | | | | | Set KLIPPER_USER to $USER instead of "octoprint". Signed-off-by: Nathan Chiu <nhchiu2009@gmail.com> | ||||
* | buildcommands: Match DECL_X names to the actual C macro names | Kevin O'Connor | 2019-08-22 | 1 | -5/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | ctr: Encode negative integers in normal hex notation | Kevin O'Connor | 2019-08-22 | 1 | -14/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expression | Kevin O'Connor | 2019-08-22 | 1 | -6/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |