Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add K1 max printer profile #2413

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions resources/profiles/Creality.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
{
"name": "Creality CR-6 Max",
"sub_path": "machine/Creality CR-6 Max.json"
},
{
"name": "Creality K1 Max",
"sub_path": "machine/Creality K1 Max.json"
}
],
"process_list": [
Expand Down Expand Up @@ -249,7 +253,15 @@
{
"name": "0.20mm Normal @Creality CR-6 0.6",
"sub_path": "process/0.20mm Normal @Creality CR-6 0.6.json"
}
},
{
"name": "0.20mm Standard @Creality K1 max 0.4",
"sub_path": "process/0.20mm Standard @Creality K1 max 0.4.json"
},
{
"name": "0.20mm Quality @Creality K1 max 0.4",
"sub_path": "process/0.20mm Quality @Creality K1 max 0.4.json"
}
],
"filament_list": [
{
Expand Down Expand Up @@ -291,7 +303,11 @@
{
"name": "Generic PLA @Creality CR-6",
"sub_path": "filament/Generic PLA @Creality CR-6.json"
}
},
{
"name": "Hyper PLA @Creality K1 max",
"sub_path": "filament/Hyper PLA @Creality K1 max.json"
}
],
"machine_list": [
{
Expand Down Expand Up @@ -373,6 +389,10 @@
{
"name": "Creality CR-6 Max 0.8 nozzle",
"sub_path": "machine/Creality CR-6 Max 0.8 nozzle.json"
}
},
{
"name": "Creality K1 Max 0.4 nozzle",
"sub_path": "machine/Creality K1 Max 0.4 nozzle.json"
}
]
}
}