Skip to content

Commit

Permalink
Incoming/2.3.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-trey authored Jul 29, 2023
1 parent 8a7c4a5 commit 02bd226
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 8 deletions.
69 changes: 67 additions & 2 deletions AMCE_config_bundle.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# generated by PrusaSlicer 2.6.0+win64 on 2023-07-04 at 03:11:22 UTC
# Community created printer profiles for AnkerMake printers.
# v2.3.3

[print:0.05mm ULTRADETAIL @AMCE]
avoid_crossing_curled_overhangs = 0
Expand Down Expand Up @@ -1840,6 +1841,70 @@ slowdown_below_layer_time = 5
start_filament_gcode = "; Filament gcode\n"
temperature = 205

[filament:Generic TPU 95A @AMCE]
bed_temperature = 30
bridge_fan_speed = 50
compatible_printers =
compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_ANKERMAKE.*/
compatible_prints =
compatible_prints_condition =
cooling = 0
disable_fan_first_layers = 3
enable_dynamic_fan_speeds = 0
end_filament_gcode = "; Filament-specific end gcode \n;END gcode for filament\n"
extrusion_multiplier = 1.03
fan_always_on = 1
fan_below_layer_time = 60
filament_colour = #8000FF
filament_cooling_final_speed = 3.4
filament_cooling_initial_speed = 2.2
filament_cooling_moves = 4
filament_cost = 0
filament_density = 1.24
filament_deretract_speed = 50
filament_diameter = 1.75
filament_load_time = 0
filament_loading_speed = 28
filament_loading_speed_start = 3
filament_max_volumetric_speed = 1.8
filament_minimal_purge_on_wipe_tower = 15
filament_notes = ""
filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
filament_retract_before_travel = nil
filament_retract_before_wipe = 100%
filament_retract_layer_change = 1
filament_retract_length = 3.5
filament_retract_lift = nil
filament_retract_lift_above = nil
filament_retract_lift_below = nil
filament_retract_restart_extra = nil
filament_retract_speed = 90
filament_settings_id = ""
filament_soluble = 0
filament_spool_weight = 0
filament_toolchange_delay = 0
filament_type = TPU
filament_unload_time = 0
filament_unloading_speed = 90
filament_unloading_speed_start = 100
filament_vendor = Generic
filament_wipe = 1
first_layer_bed_temperature = 30
first_layer_temperature = 225
full_fan_speed_layer = 3
idle_temperature = nil
inherits = Generic TPU 95A @ANKER-CE
max_fan_speed = 80
min_fan_speed = 30
min_print_speed = 10
overhang_fan_speed_0 = 0
overhang_fan_speed_1 = 0
overhang_fan_speed_2 = 0
overhang_fan_speed_3 = 0
slowdown_below_layer_time = 5
start_filament_gcode = "; Filament gcode\n"
temperature = 225

[printer:AnkerMake M5 (0.4 mm nozzle) @AMCE]
autoemit_temperature_commands = 1
bed_custom_model =
Expand Down Expand Up @@ -1921,7 +1986,7 @@ wipe = 0
z_offset = 0

[presets]
print = 0.30mm SUPERDRAFT @AMCE
print = 0.20mm NORMAL @AMCE
sla_print =
sla_material =
printer = AnkerMake-CE M5 (0.4mm nozzle) @AMCE
Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.3.3

- Added New Profile for TPU (by @natescherer)
- switched primary branch from "master" to "main"

## v2.3.2

- Improved PETG settings (by @Xelinor)
Expand Down Expand Up @@ -57,7 +62,7 @@

## v2.1.0

- 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.
- This version enables a fast mode consistently. See the [readme.md](https://github.com/Ankermgmt/prusaslicer-ankermake-ce-profiles/blob/main/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.
Expand Down
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

![image](https://github.com/Ankermgmt/prusaslicer-ankermake-ce-profiles/assets/10281380/77beb5cb-c6cb-4385-a266-0ff0e30ac9c2)

[WE NOW HAVE AN INSTALL SCRIPT (YAY!)...](/readme.md#scripted-install)

## Overview

This repository holds the latest version and updates to AnkerMake community profiles [initially developed and maintained by @just-trey](https://github.com/just-trey/ankermake-m5-profile). We have decided to continue to support these profiles to allow users an alternative to the official profiles provided by AnkerMake. You can install these profiles alongside the built-in AnkerMake profiles. Why not install both and see which one you prefer?
Expand All @@ -16,7 +14,7 @@ Please note that the FAST profile included is NOT the max acceleration and speed

### A note about z-lift

We have z-lift disabled by default as it impacts print times. If you find your nozzle scraping surfaces, plan on manual filament changes mid-print, or are using ironing, enabling z-lift is highly recommended. We recommend a .25 z-lift height.
We have z-lift disabled by default as it impacts print times. If you find your nozzle scraping surfaces, plan on manual filament changes mid-print, or are using ironing, enabling z-lift is highly recommended. We recommend at least a .25 z-lift height.

## Known Issues

Expand Down
1 change: 1 addition & 0 deletions vendor/AnkerMakeCE.idx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
min_slic3r_version = 2.6.0
2.3.3 TPU Profile
2.3.2 PETG improvements
min_slic3r_version = 2.6.0-alpha6
2.3.1 Add profile for import
Expand Down
4 changes: 2 additions & 2 deletions vendor/AnkerMakeCE.ini

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02bd226

Please sign in to comment.