mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
Add CoLiDo Series Profiles (#9247)
# Description This PR adds CoLiDo series 3D printers, processes for them and filaments to the slicer. Includes: Machine, Process, Filament and Model(as available from CoLiDo) Machine: CoLiDo DIY 4.0, X16, 160 V2, SR1, DIY 4.0 V2 <!-- > Please provide a summary of the changes made in this PR. Include details such as:, > * What issue does this PR address or fix? > * What new features or enhancements does this PR introduce? > * Are there any breaking changes or dependencies that need to be considered? --> # Screenshots/Recordings/Graphs  <!-- > Please attach relevant screenshots to showcase the UI changes. > Please attach images that can help explain the changes. --> ## Tests Had no issue Printing with CoLiDo profiles. <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. -->
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP006",
|
||||
"name": "0.15mm Optimal @CoLiDo SR1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_colidosr1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.15",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_bottom_z_distance": "0.15",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"default_acceleration": "10000",
|
||||
"enable_support": "1",
|
||||
"is_custom_defined": "0",
|
||||
"print_settings_id": "0.15mm Optimal @CoLiDo SR1",
|
||||
"support_style": "tree_hybrid",
|
||||
"support_type": "tree(auto)",
|
||||
"travel_speed": "300"
|
||||
}
|
||||
Reference in New Issue
Block a user