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

![image](https://github.com/user-attachments/assets/6d38e55e-5499-46be-b948-132294f108de)

<!--
> 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:
staff1010
2025-04-16 13:05:35 +08:00
committed by GitHub
parent 3369a394e6
commit 2e9cb000f5
70 changed files with 3944 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "CoLiDo DIY 4.0 V2 0.4 nozzle",
"from": "system",
"instantiation": "true",
"printer_model": "CoLiDo DIY 4.0 V2",
"default_filament_profile": [
"CoLiDo PLA+ @CoLiDo DIY 4.0 V2"
],
"default_print_profile": "0.20mm Standard @CoLiDo DIY 4.0 V2",
"printer_settings_id": "CoLiDo DIY 4.0 V2 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"auxiliary_fan": "1",
"deretraction_speed": [
"50"
],
"inherits": "fdm_klipper_common",
"is_custom_defined": "0",
"print_host": "192.168.0.30",
"printer_variant": "0.4",
"printable_area": [
"0x0",
"230x0",
"230x230",
"0x230"
],
"printable_height": "255",
"retraction_length": [
"0.4"
],
"version": "2.1.1.0",
"z_hop_types": [
"Auto Lift"
]
}