mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Adding Co Print profiles (#6791)
* Adding Co print profiles * remove filament_z_hop_types --------- Co-authored-by: Youssef Mohamed / Yusuf Kaya <38719545+yousefabohend@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
265bc8453c
commit
587e839397
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.2mm Fast @Co Print ChromaSet 0.4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_coprint_common",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "100",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"travel_speed": "500",
|
||||
"gap_infill_speed": "300",
|
||||
"outer_wall_speed":"100",
|
||||
"top_surface_speed": "150",
|
||||
"default_acceleration": "10000",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"bridge_acceleration": "80%",
|
||||
"sparse_infill_acceleration": "80%",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"internal_solid_infill_acceleration": "80%",
|
||||
"top_surface_acceleration": "2000",
|
||||
"travel_acceleration": "10000",
|
||||
"default_jerk": "9",
|
||||
"compatible_printers": [
|
||||
"Co Print ChromaSet 0.4 nozzle fast"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user