Skip to content

Commit

Permalink
2.0.1 release (#6)
Browse files Browse the repository at this point in the history
* 2.0.1 updates
* Update changelog.md
* Update readme.md
  • Loading branch information
just-trey authored May 1, 2023
1 parent 62dfbfd commit 28d6379
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 100 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v2.0.1
- This version enables a fast mode consistently. See the [readme.md](https://github.com/Ankermgmt/prusaslicer-ankermake-ce-profiles/blob/master/readme.md) for more details.
- New community edition M5 icon for the configuration wizard
- Optimized bottom and top surface patterns for regular profiles. (monotonic lines)
- Tuned some speed settings and moved to percentages where possible.
- Increased default fill density by 5% and reduced default perimeter to 2.
- Increased infill overlap to close up some holes on surfaces
- Minor adjuments to volumetric configurations to improve print quality and speeds
- Implemented minimum print layer time on regular speed prints to increase quality.

## v2.0.0-beta-1

- This is a rewrite of the entire configuration to leverage the new speed setting provided by AnkerMake. Additional changes have been made that are not listed. For a full diff of the main configuration, please look here: https://www.diffnow.com/compare-urls?url1=https://raw.githubusercontent.com/just-trey/ankermake-m5-profile/d195005c51015fb9b1d4d9afdea68b1a546ae1c4/PrusaSlicer-2.5-M5-Profile/vendor/AnkerMake.ini&url2=https://raw.githubusercontent.com/Ankermgmt/prusaslicer-ankermake-ce-profiles/6cdfd5c1445e05448e6bf88d7a6f7dc217adc2a2/vendor/AnkerMakeCE.ini&demo=1
Expand Down
48 changes: 36 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,42 @@ The configuration authors strongly believe there is no "one size fits all" profi
1. Open PrusaSlicer
1. Under the Help Menu, choose "Show Configuration Folder" (keep this folder open for the next several steps).
1. Close out of PrusaSlicer
1. Download [PrusaSlicer-2.6-AMCE-Profile.zip](https://github.com/Ankermgmt/prusaslicer-ankermake-ce-profiles/releases/download/v2.0.0-beta-1/PrusaSlicer-2.6-AMCE-Profile.zip)
3. Extract the zip file to a location of your choice and open the folder.
4. Copy the *"vendor"* folder to the Configuration folder you opened in step two.![image](https://user-images.githubusercontent.com/10281380/209450820-d98c5f82-07d5-453b-b5e1-11b294b257ac.png)
5. Open PrusaSlicer, and you should now be able to add a new AnkerMake M5 CE Printer. (printer Settings tab → Printer drop-down → Add/remove printers
6. In the Configuration Wizard, choose Other Vendors:
7. Select the AnkerMake CE Checkbox
8. Select AnkerMake CE FFF under the left menu
9. Ensure the check mark next to the 0.4 mm nozzle is enabled.
10. In the left Navigation, select Filaments and then select all available filaments.
11. Once you have added any other printers or made changes, click Finish on the Configuration wizard.

You now should have the AnkerMake M5 Community Edition Printer Profiles.
1. Download [PrusaSlicer-2.6-AMCE-Profile.zip](https://github.com/Ankermgmt/prusaslicer-ankermake-ce-profiles/releases/latest/download/PrusaSlicer-2.6-AMCE-Profile.zip)
1. Extract the zip file to a location of your choice and open the folder.
1. Copy the *"vendor"* folder to the Configuration folder you opened in step two.![image](https://user-images.githubusercontent.com/10281380/209450820-d98c5f82-07d5-453b-b5e1-11b294b257ac.png)

## Installing the printer
1. Open PrusaSlicer, and you should now be able to add a new AnkerMake M5 CE Printer. (printer Settings tab → Printer drop-down → Add/remove printers
1. In the Configuration Wizard, choose Other Vendors:
1. Select the AnkerMake CE Checkbox
1. Select AnkerMake CE FFF under the left menu
1. Ensure the check mark next to the 0.4 mm nozzle is enabled.
1. In the left Navigation, select Filaments and then select all available filaments.
1. Once you have added any other printers or made changes, click Finish on the Configuration wizard.

## Choosing the "default" or "fast" print profiles.
Once you have completed the setup, you will see 2 AnkerMakeCE M5 Printer Settings available:
![image](https://user-images.githubusercontent.com/10281380/235390221-c0bb8cb5-4c94-4745-88df-f9b38cd2feab.png)

- AnkerMake-CE M5 (0.4mm nozzle)
- use this printer option for higher quality but slower prints.
- AnkerMake-CE M5-FAST MODE (0.4mm nozzle)
- use this printer option for higher speed but lower quality prints.

The available filaments and Print Settiing are EXCLUSIVE to the Printer Setting chosen.

- AnkerMake-CE M5 (0.4mm nozzle)
- Available print settings:
- ![image](https://user-images.githubusercontent.com/10281380/235390055-8a0b8340-931c-47ca-86ad-db795038b1cc.png)
- Available generic filaments:
- ![image](https://user-images.githubusercontent.com/10281380/235390004-415b0541-7911-4391-95ea-00ff5f301fa3.png)
- AnkerMake-CE M5-FAST MODE (0.4mm nozzle)
- Available print settings:
- ![image](https://user-images.githubusercontent.com/10281380/235389951-ed4dd55f-1e7d-4c88-8d61-7257c0ac1893.png)
- Available generic filaments:
- ![image](https://user-images.githubusercontent.com/10281380/235389882-580f35dd-539c-4cd6-bb3c-672cbe9138cb.png)

In the upcoming releases, we will provide higher-quality print options for "FAST MODE." Our goal is to deprecate the non "FAST MODE" printer setting.

## How to print via wifi after slicing

Expand Down
3 changes: 3 additions & 0 deletions vendor/AnkerMakeCE.idx
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
min_slic3r_version = 2.6.0-alpha6
2.1.0 Implement high speed
2.0.0 Initial migrated version
min_slic3r_version = 2.5.0-alpha3
1.0.0 Initial Version
Loading

0 comments on commit 28d6379

Please sign in to comment.