diff --git a/README.md b/README.md index 7adb453..edb37b4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ## All feedback/ideas would be greatly appreciated +> Note: When adding the logging macros with the script, it is recommended to skip at least 10-15 lines + ### Installation instructions Installation instructions can be found here: diff --git a/Roadmap/v3.4.2.md b/Roadmap/v3.4.2.md new file mode 100644 index 0000000..27190e2 --- /dev/null +++ b/Roadmap/v3.4.2.md @@ -0,0 +1,10 @@ +# V3.4.2 + +**This should be able to completely fix [#53](https://github.com/T9Air/Klipper_Power_Resume/issues/53)** + +| Tasks | Status | +| ----- | ------ | +| Run the macro scripts as a subprocess | ✗ | +| Lower the minimum skipped lines when adding the macro, and when creating a _restarted file | ✗ | + +> Using a subprocess should cause the printer to be able to continue printing without needing to wait for the script to finish diff --git a/Roadmap/v3.5.0.md b/Roadmap/v3.5.0.md index d2400e2..d9bbdc9 100644 --- a/Roadmap/v3.5.0.md +++ b/Roadmap/v3.5.0.md @@ -2,4 +2,4 @@ | Tasks | Status | | ----- | ------ | -| Give repository automatic execute permissions, without needing to set it during installation | ✗ | +| Add multi-printer functionality [#63](https://github.com/T9Air/Klipper_Power_Resume/issues/63) | ✗ | diff --git a/Roadmap/v3.6.0.md b/Roadmap/v3.6.0.md new file mode 100644 index 0000000..d2400e2 --- /dev/null +++ b/Roadmap/v3.6.0.md @@ -0,0 +1,5 @@ +# V3.5.0 + +| Tasks | Status | +| ----- | ------ | +| Give repository automatic execute permissions, without needing to set it during installation | ✗ |