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 a new filament named PLA Hyper #4339

Merged
merged 37 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a416cb4
Merge pull request #32 from SoftFever/main
InfimechOfficial Feb 20, 2024
964a8a3
Update InfiMech Generic ABS.json
InfimechOfficial Feb 20, 2024
6995120
Update fdm_filament_abs.json
InfimechOfficial Feb 20, 2024
63bdb1e
Update InfiMech Generic PA-CF.json
InfimechOfficial Feb 23, 2024
cc56da6
Update fdm_filament_pa.json
InfimechOfficial Feb 23, 2024
68f22ce
Update InfiMech Generic PC.json
InfimechOfficial Feb 23, 2024
fa33c52
Update fdm_filament_pc.json
InfimechOfficial Feb 23, 2024
195bb42
Update InfiMech Generic PETG.json
InfimechOfficial Feb 23, 2024
7787c48
Update fdm_filament_pet.json
InfimechOfficial Feb 23, 2024
2efa814
Update fdm_filament_pla.json
InfimechOfficial Feb 23, 2024
1d3fb1f
Update InfiMech Generic PLA.json
InfimechOfficial Feb 23, 2024
afae981
Update InfiMech Generic TPU.json
InfimechOfficial Feb 23, 2024
390a190
Update InfiMech Generic TPU.json
InfimechOfficial Feb 23, 2024
d2e5c0d
Update fdm_filament_tpu.json
InfimechOfficial Feb 23, 2024
b488445
Update fdm_filament_common.json
InfimechOfficial Feb 23, 2024
30a05df
Add new files named Other Filament
InfimechOfficial Feb 23, 2024
844b5a2
Update InfiMech.json
InfimechOfficial Feb 23, 2024
04cc3a6
Update 0.08mm Extra Fine @InfiMech TX.json
InfimechOfficial Feb 23, 2024
d5a6bf5
Update 0.12mm Fine @InfiMech TX.json
InfimechOfficial Feb 23, 2024
4723d94
Update 0.20mm Standard @InfiMech TX.json
InfimechOfficial Feb 23, 2024
606b731
Update 0.24mm Draft @InfiMech TX.json
InfimechOfficial Feb 23, 2024
76c3b10
Update fdm_process_common.json
InfimechOfficial Feb 23, 2024
765ef2c
Add a new 0.16mm optimal file
InfimechOfficial Feb 23, 2024
ef06028
Update InfiMech.json
InfimechOfficial Feb 23, 2024
7d0ea61
Update fdm_klipper_common.json
InfimechOfficial Feb 23, 2024
b095643
Update fdm_machine_common.json
InfimechOfficial Feb 23, 2024
80c4441
Change cover.png img
InfimechOfficial Feb 23, 2024
e41a7bc
Merge branch 'main' into main
InfimechOfficial Feb 25, 2024
5063f5e
Update fdm_filament_pa.json
InfimechOfficial Feb 29, 2024
5a95d4e
Update InfiMech Generic PETG.json
InfimechOfficial Feb 29, 2024
6627142
Update InfiMech.json
InfimechOfficial Feb 29, 2024
2842958
Merge branch 'main' into main
SoftFever Mar 1, 2024
efe18de
Merge branch 'main' into main
SoftFever Mar 1, 2024
348380b
Update InfiMech.json
InfimechOfficial Mar 5, 2024
25a9c29
Update InfiMech TX 0.4 nozzle.json
InfimechOfficial Mar 5, 2024
ad98884
Update fdm_filament_abs.json
InfimechOfficial Mar 5, 2024
11db3d5
Merge branch 'main' into pr/InfimechOfficial/4339
SoftFever Mar 7, 2024
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
9 changes: 9 additions & 0 deletions resources/profiles/InfiMech.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@
{
"name": "Other PLA Hyper",
"sub_path": "filament/Other PLA Hyper.json"
},

{
"name": "fdm_filament_pla_Hyper",
"sub_path": "filament/fdm_filament_pla_Hyper.json"
},
{
"name": "InfiMech PLA Hyper",
"sub_path": "filament/InfiMech PLA Hyper.json"
}


Expand Down
5 changes: 4 additions & 1 deletion resources/profiles/InfiMech/filament/fdm_filament_abs.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
"1"
],
"complete_print_exhaust_fan_speed": [
"60"
"80"
],
"during_print_exhaust_fan_speed": [
"100"
],
"slow_down_layer_time": [
"5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"0.4"
],
"z_hop": [
"0"
"0.4"
],
"printable_area": [
"0x0",
Expand Down
Loading