Adjusted README.md.

This commit is contained in:
Bassam Husain
2023-02-19 18:05:33 -05:00
parent 89c81460ac
commit d76bf9eab2

View File

@@ -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