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
|
@ -1,40 +1,13 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP_Anker_002",
|
||||
"setting_id": "GP007",
|
||||
"name": "0.15mm Fast @Anker",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_anker_fast_common",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"bottom_shell_layers": "5",
|
||||
"enable_overhang_speed": "1",
|
||||
"bridge_flow": "0.85",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"layer_height": "0.15",
|
||||
"raft_contact_distance": "0.15",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6",
|
||||
"support_bottom_z_distance": "0.15",
|
||||
"support_top_z_distance": "0.15",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"bottom_shell_thickness": "0",
|
||||
"top_shell_thickness": "0",
|
||||
"default_acceleration": "6000",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"bridge_acceleration": "1500",
|
||||
"wall_infill_order": "outer wall/inner wall/infill",
|
||||
"sparse_infill_density": "10%",
|
||||
"sparse_infill_pattern": "supportcubic",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"gap_infill_speed": "300",
|
||||
"sparse_infill_speed": "600",
|
||||
"inner_wall_acceleration": "6000",
|
||||
"inner_wall_speed": "600",
|
||||
"support_speed": "360",
|
||||
"travel_speed": "500",
|
||||
"travel_acceleration": "6000",
|
||||
"top_surface_speed": "360",
|
||||
"top_surface_acceleration": "2500",
|
||||
"compatible_printers": [
|
||||
"Anker M5 0.4 nozzle",
|
||||
"Anker M5C 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"bridge_flow": "0.85"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue