Skip to content

Commit

Permalink
Merge pull request #19719 from Ultimaker/Update-exclude-material-list
Browse files Browse the repository at this point in the history
Excluded material from certain machines (e.g. PPS-CF and Nylon)
  • Loading branch information
HellAholic authored Oct 7, 2024
2 parents 094ce23 + baefd3e commit d7d5131
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
4 changes: 3 additions & 1 deletion resources/definitions/ultimaker2.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"ultimaker_petcf",
"ultimaker_petg",
"ultimaker_pva",
"ultimaker_tough_pla"
"ultimaker_tough_pla",
"generic_cffpps",
"ultimaker_ppscf"
],
"firmware_file": "MarlinUltimaker2.hex",
"has_machine_quality": true,
Expand Down
4 changes: 3 additions & 1 deletion resources/definitions/ultimaker3.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"generic_hips",
"generic_petcf",
"structur3d_",
"ultimaker_petcf"
"ultimaker_petcf",
"generic_cffpps",
"ultimaker_ppscf"
],
"firmware_update_info":
{
Expand Down
1 change: 1 addition & 0 deletions resources/definitions/ultimaker_method.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"ultimaker_bvoh_175",
"ultimaker_cffpa_175",
"ultimaker_cpe_175",
"ultimaker_nylon_175",
"ultimaker_hips_175",
"ultimaker_pc_175",
"ultimaker_tpu_175",
Expand Down
4 changes: 3 additions & 1 deletion resources/definitions/ultimaker_original.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"ultimaker_petcf",
"ultimaker_petg",
"ultimaker_pva",
"ultimaker_tough_pla"
"ultimaker_tough_pla",
"generic_cffpps",
"ultimaker_ppscf"
],
"firmware_file": "MarlinUltimaker-{baudrate}.hex",
"firmware_hbk_file": "MarlinUltimaker-HBK-{baudrate}.hex",
Expand Down
4 changes: 3 additions & 1 deletion resources/definitions/ultimaker_s3.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"exclude_materials": [
"generic_hips",
"generic_flexible",
"structur3d_"
"generic_cffpps",
"structur3d_",
"ultimaker_ppscf"
],
"firmware_update_info":
{
Expand Down
4 changes: 3 additions & 1 deletion resources/definitions/ultimaker_s5.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"exclude_materials": [
"generic_hips",
"generic_flexible",
"structur3d_"
"generic_cffpps",
"structur3d_",
"ultimaker_ppscf"
],
"firmware_update_info":
{
Expand Down
3 changes: 3 additions & 0 deletions resources/definitions/ultimaker_sketch_sprint.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"octofiber_",
"fiberlogy_",
"generic_",
"basf_",
"jabil_",
"polymaker_",
"ultimaker_asa",
"ultimaker_abs",
"ultimaker_nylon",
Expand Down

0 comments on commit d7d5131

Please sign in to comment.