From e20ba75ecbb799eed9f83249285455f4d3fff850 Mon Sep 17 00:00:00 2001 From: Rogerio Goncalves Date: Tue, 5 Sep 2023 15:19:33 +0100 Subject: [PATCH] moar features to the readme (#55) --- .github/workflows/ci-builder.yaml | 1 + README.md | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-builder.yaml b/.github/workflows/ci-builder.yaml index ae121c172..e97f68806 100644 --- a/.github/workflows/ci-builder.yaml +++ b/.github/workflows/ci-builder.yaml @@ -1,6 +1,7 @@ name: Klipper Container Build and Push on: + workflow_dispatch: schedule: - cron: "0 0 * * 0" # at 00.00 on Sunday diff --git a/README.md b/README.md index f7862f287..88e2b6cbc 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,19 @@ If I want my printer to light itself on fire, I should be able to make my printe Features merged into the master branch: -- [No Python2 tests; No PRU boards](https://github.com/DangerKlippers/danger-klipper/pull/39) +- [core: No Python2 tests; No PRU boards](https://github.com/DangerKlippers/danger-klipper/pull/39) -- [Normalising Fan PWM power](https://github.com/DangerKlippers/danger-klipper/pull/44) ([klipper#6307](https://github.com/Klipper3d/klipper/pull/6307)) +- [fan: Normalising Fan PWM power](https://github.com/DangerKlippers/danger-klipper/pull/44) ([klipper#6307](https://github.com/Klipper3d/klipper/pull/6307)) -- [Velocity PID](https://github.com/DangerKlippers/danger-klipper/pull/47) ([klipper#6272](https://github.com/Klipper3d/klipper/pull/6272)) +- [heater: Modify PID without reload](https://github.com/DangerKlippers/danger-klipper/pull/35) -- [Jinja2.ext.do extension](https://github.com/DangerKlippers/danger-klipper/pull/26) ([klipper#5149](https://github.com/Klipper3d/klipper/pull/5149)) +- [heater: Velocity PID](https://github.com/DangerKlippers/danger-klipper/pull/47) ([klipper#6272](https://github.com/Klipper3d/klipper/pull/6272)) -- [Dockable Probe](https://github.com/DangerKlippers/danger-klipper/pull/43) ([klipper#4328](https://github.com/Klipper3d/klipper/pull/4328)) +- [gcode: Jinja2.ext.do extension](https://github.com/DangerKlippers/danger-klipper/pull/26) ([klipper#5149](https://github.com/Klipper3d/klipper/pull/5149)) + +- [probe: Dockable Probe](https://github.com/DangerKlippers/danger-klipper/pull/43) ([klipper#4328](https://github.com/Klipper3d/klipper/pull/4328)) + +- [probe: Drop the first result](https://github.com/DangerKlippers/danger-klipper/pull/2) ([klipper#3397](https://github.com/Klipper3d/klipper/issues/3397)) "Dangerous Klipper for dangerous users"