From d76bf9eab26a7969adb5b4f59dfb79c930506195 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 19 Feb 2023 18:05:33 -0500 Subject: [PATCH] Adjusted README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9ebcf7..d65a977 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ I am creating these files for my personal use and cannot be held responsible for - SuperSlicer config bundle that contains the printer configuration, as well as what are considered by many to be the best print settings available for any FDM printer ([Ellis' SuperSlicer Profiles](https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles)). Find the differences between the different print setting profiles [here](https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles/tree/master/SuperSlicer). But basically, the 45 degree profile places the seam at the back. - Bed model and texture to use in SuperSlicer/PrusaSlicer. - Macros - - Improved mechanical gantry calibration/`G34` macro that provides the user audio feedback, and time to verify the calibration. + - Improved mechanical gantry calibration/`G34` macro that provides the user audio feedback, and time to check the calibration. - Misc macros: `PRINT_START`, `CANCEL_PRINT`, `PRINT_END`, `PAUSE`, `RESUME`. - Parking macros (parks the printhead at various locations): `PARKFRONT`, `PARKFRONTLOW`, `PARKREAR`, `PARKCENTER`, `PARKBED`. - Load/unload filament macros. @@ -21,8 +21,8 @@ I am creating these files for my personal use and cannot be held responsible for To do: -- Get the Ellis `TEST_SPEED.cfg` working. -- Replace M109/M190 with TEMPERATURE_WAIT +- [ ] Replace M109/M190 with `TEMPERATURE_WAIT`. +- [ ] Get the Ellis `TEST_SPEED` macro working. ## Stay Up-to-Date