mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Refactor anker (#3845)
* Bring over bed and cover files * Initial refactored configuration file with placeholders for adding more nozzles * Uniqueify filament profiles * Initial refactored machine profiles * Remove placeholders * Correct machine selection flow * Correct Typo * Add placeholders to bring CE profile settings current with new format * Fixes #3326 * Port 0.4 Normal Mode Profiles * Port fast mode profiles * Remove superfluous settings * Migrate existing filament profiles * Update available nozzles and default materials * Remove 'with' from file names * Remove 'with' from file names * Correct support object distance default * Correct transcription errors * Correct transcription error * Bring max_travel_detour_distance into convention with other profiles * Replace old profiles with the refactored profiles * Correct name used from Extra Draft to Superdraft * Re-use original names so printer profiles don't break --------- Co-authored-by: Geofrey Ward <Xelinor@mail.com>
This commit is contained in:
parent
3ae8cca5cf
commit
d70fcc143f
58 changed files with 1170 additions and 1082 deletions
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Anker Generic PETG-CF @base",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"filament_id": "GFG98",
|
||||
"instantiation": "false",
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"filament_cost": [
|
||||
"35"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"6"
|
||||
],
|
||||
"filament_retraction_speed": "20",
|
||||
"filament_deretraction_speed": "60",
|
||||
"filament_retract_when_changing_layer": "1",
|
||||
"filament_wipe": "1",
|
||||
"filament_retract_before_wipe": "100"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue