mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-14 12:39:30 -07:00
# 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. -->
12 lines
319 B
JSON
12 lines
319 B
JSON
{
|
|
"type": "process",
|
|
"setting_id": "GP005",
|
|
"name": "0.24mm Draft @CoLiDo X16",
|
|
"from": "system",
|
|
"inherits": "fdm_process_colidox16_common",
|
|
"instantiation": "true",
|
|
"bottom_shell_layers": "3",
|
|
"layer_height": "0.24",
|
|
"top_shell_layers": "4",
|
|
"top_surface_line_width": "0.45"
|
|
}
|