Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 0.1.0HEADv0.1.0master | Tomasz Kramkowski | 11 days | 2 | -2/+4 |
| | | | | | | Finally a release. Things seem to work just about well enough for now. | ||||
* | Correct changelog relating to the version | Tomasz Kramkowski | 11 days | 1 | -2/+2 |
| | |||||
* | Separate version into __version__.py | Tomasz Kramkowski | 11 days | 3 | -5/+4 |
| | | | | | This is so it can be imported by buildcommands.py without needing all of the klippy requirements. | ||||
* | Terminate saved configs with a newline | Tomasz Kramkowski | 2025-08-16 | 1 | -1/+1 |
| | |||||
* | Don't require an existing saved config | Tomasz Kramkowski | 2025-08-16 | 1 | -1/+4 |
| | |||||
* | Make moonraker happierv0.1.0-rc4 | Tomasz Kramkowski | 2025-08-16 | 2 | -1/+2 |
| | |||||
* | Version 0.1.0-rc3v0.1.0-rc3 | Tomasz Kramkowski | 2025-08-16 | 1 | -1/+1 |
| | |||||
* | Create API socket with more sensible permissions | Tomasz Kramkowski | 2025-08-16 | 2 | -0/+8 |
| | |||||
* | Version 0.1.0-rc2v0.1.0-rc2 | Tomasz Kramkowski | 2025-08-16 | 1 | -1/+1 |
| | |||||
* | /tmp/printer -> /run/kutter/printer | Tomasz Kramkowski | 2025-08-16 | 2 | -2/+5 |
| | |||||
* | /var/run/kutter/saved.cfg -> /var/lib/kutter/saved.cfg | Tomasz Kramkowski | 2025-08-16 | 3 | -5/+5 |
| | | | | | /var/run which is just a symlink to /run in most places is not normally persistent so this was the wrong place for it | ||||
* | Change --runtime-config,-R to --saved-config,-S | Tomasz Kramkowski | 2025-08-16 | 2 | -6/+6 |
| | | | | This naming makes more sense in retrospect. | ||||
* | Isort all scriptsv0.1.0-rc1 | Tomasz Kramkowski | 2025-08-15 | 27 | -60/+166 |
| | |||||
* | Isort all klippy code | Tomasz Kramkowski | 2025-08-15 | 108 | -108/+362 |
| | |||||
* | Clean up bglogger handling | Tomasz Kramkowski | 2025-08-15 | 1 | -14/+10 |
| | |||||
* | Remove logfile support | Tomasz Kramkowski | 2025-08-15 | 11 | -86/+11 |
| | |||||
* | Rewrite the readme | Tomasz Kramkowski | 2025-08-15 | 1 | -12/+18 |
| | |||||
* | Rename everything significant to Kutter except for docs | Tomasz Kramkowski | 2025-08-15 | 215 | -518/+512 |
| | |||||
* | Drop linux "flash" script | Tomasz Kramkowski | 2025-08-15 | 2 | -38/+1 |
| | |||||
* | Drop support for printing MCU information | Tomasz Kramkowski | 2025-08-15 | 3 | -50/+2 |
| | |||||
* | Remove git based version handling | Tomasz Kramkowski | 2025-08-15 | 7 | -204/+13 |
| | |||||
* | Clean up some remaining python2 code | Tomasz Kramkowski | 2025-08-15 | 2 | -3/+6 |
| | |||||
* | Make config argument optional | Tomasz Kramkowski | 2025-08-15 | 2 | -2/+4 |
| | |||||
* | Add a changelog | Tomasz Kramkowski | 2025-08-15 | 1 | -0/+30 |
| | |||||
* | Use makefiles instead of auto-building | Tomasz Kramkowski | 2025-08-15 | 5 | -20/+38 |
| | |||||
* | remove some cruft | Tomasz Kramkowski | 2025-08-15 | 10 | -816/+0 |
| | |||||
* | Add a --runtime-config option for SAVE_CONFIG | Tomasz Kramkowski | 2025-08-09 | 2 | -79/+33 |
| | |||||
* | Remove python2 support (first party) | Tomasz Kramkowski | 2025-08-06 | 4 | -60/+9 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 202 | -12164/+18984 |
| | |||||
* | spi_flash: Add ZNP Robin Nano v2.2 to board defs (#6986) | Burrito | 2025-07-28 | 1 | -0/+7 |
| | | | | | | Adds support for the ZNP Robin Nano DW v2.2 board, used in the Neptune 3 Pro/Plus/Max. Signed-off-by: Zyjay Cruz <burrito@burrito.software> | ||||
* | docs: Fix typos in config and docs (#6991) | Thijs Triemstra | 2025-07-27 | 26 | -33/+33 |
| | | | | | | | * fix typos in configs * fix typos in docs Signed-off-by: Thijs Triemstra <info@collab.nl> | ||||
* | spi_flash: FATFS fix missing long filenames support needed by ↵ | Sasquatch | 2025-07-27 | 5 | -4/+17 |
| | | | | | | | | | flash-sdcard.sh (#6981) enable long file support, needed for boards using swspi and long filenames for firmware like mks robin 1.1/1.2 added MKS robin nano 1.2 board with description what and why Signed-off-by: Leszek Zajac <zajc3w@gmail.com> | ||||
* | klippy: fix typos in python code (#6989) | Thijs Triemstra | 2025-07-25 | 24 | -43/+43 |
| | | | Signed-off-by: Thijs Triemstra <info@collab.nl> | ||||
* | safe_z_home: correct error call | Paul Arthur | 2025-07-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Arthur <paul.arthur@flowerysong.com> | ||||
* | avr: Switch to input state prior to enabling pullup in gpio_in_reset() | Kevin O'Connor | 2025-07-22 | 1 | -4/+8 |
| | | | | | | | | | | | | | | If switching a pin from output low to input with pullup, there is an intermediate state of either driven high or high impedance without a pullup. Similarly, when switching from output high to input without a pullup, there is an intermediate state of either driven low or high impedence with a pullup. In both cases it is preferable for the latter transition. Also, calculate the final setting prior to making any changes to reduce the time in that intermediate state. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | i2c_software: Place wires in high impedance state after setup | Kevin O'Connor | 2025-07-22 | 1 | -2/+2 |
| | | | | | | | Don't leave the wires in a high output state during setup - leave them in a high-impedance with pullup state. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | i2c_software: Implement regular timing even on AVR chips | Kevin O'Connor | 2025-07-22 | 1 | -9/+0 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | mcp4018: Remove support for manual i2c - use standard mcu software i2c instead | Kevin O'Connor | 2025-07-22 | 5 | -94/+38 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | pca9632: Remove custom software i2c - use normal mcu software i2c instead | Kevin O'Connor | 2025-07-22 | 4 | -12/+8 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | heaters: Increase time before clearing the temperature of an inactive heater | Kevin O'Connor | 2025-07-19 | 1 | -2/+4 |
| | | | | | | | | | | | The get_temp() code will stop reporting the last temperature of the heater if there hasn't been any recent temperature updates. However, on a full mcu communication loss this can cause the verify_heater code to report a heating error prior to the mcu code reporting the communication failure. Increase the heater timeout from 5 to 7 seconds to make it more likely the mcu failure is reported first. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stm32: make i2c distinguish I2C NACKs | Timofey Titovets | 2025-07-17 | 1 | -22/+38 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | readlog.py: add support for stallguard data | Timofey Titovets | 2025-07-12 | 1 | -0/+58 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | data_logger.py: add tmc/stallguard_dump endpoint | Timofey Titovets | 2025-07-12 | 1 | -0/+4 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | tmc.py: add track of stallguard | Timofey Titovets | 2025-07-12 | 4 | -0/+102 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | tmc: add enriched UART read | Timofey Titovets | 2025-07-12 | 1 | -6/+14 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | tmc: add spi status decode | Timofey Titovets | 2025-07-12 | 1 | -0/+7 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | tmc2660: add enriched SPI read | Timofey Titovets | 2025-07-12 | 1 | -3/+11 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | tmc: add enriched SPI read | Timofey Titovets | 2025-07-12 | 1 | -5/+16 |
| | | | | | | | Currently TMC spi just drop the data that could be useful. Export that data. Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | sos_filter: fix overflows_int32 (#6976) | Findlay Feng | 2025-07-11 | 1 | -1/+1 |
| | | | | | | | Modify the inline function overflows_int32 to static inline Inline functions cannot be debugged in -O mode https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49653 Signed-off-by: Findlay Feng <i@fengch.me> | ||||
* | mcu: Avoid altering self.TIMEOUT_TIME in RetryAsyncCommand | Kevin O'Connor | 2025-07-11 | 1 | -4/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |