-
-
Notifications
You must be signed in to change notification settings - Fork 966
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Qidi Plus4 profile improvements (#7868)
* Added new filament (PLA High Speed) * Changed default infill to crosshatch * Added precise wall option
- Loading branch information
Showing
8 changed files
with
122 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFL99", | ||
"setting_id": "GFSL99", | ||
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle", | ||
"slow_down_layer_time": [ | ||
"6" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"2" | ||
], | ||
"pressure_advance": [ | ||
"0.034" | ||
], | ||
"nozzle_temperature": [ | ||
"220" | ||
], | ||
"compatible_printers": [ | ||
"Qidi X-Plus 4 0.2 nozzle" | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFL99", | ||
"setting_id": "GFSL99", | ||
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle", | ||
"slow_down_layer_time": [ | ||
"6" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"18" | ||
], | ||
"pressure_advance": [ | ||
"0.034" | ||
], | ||
"nozzle_temperature": [ | ||
"220" | ||
], | ||
"compatible_printers": [ | ||
"Qidi X-Plus 4 0.4 nozzle" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFL99", | ||
"setting_id": "GFSL99", | ||
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle", | ||
"slow_down_layer_time": [ | ||
"6" | ||
], | ||
"enable_pressure_advance": [ | ||
"1" | ||
], | ||
"pressure_advance": [ | ||
"0.016" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"18" | ||
], | ||
"nozzle_temperature": [ | ||
"220" | ||
], | ||
"compatible_printers": [ | ||
"Qidi X-Plus 4 0.6 nozzle" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFL99", | ||
"setting_id": "GFSL99", | ||
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle", | ||
"slow_down_layer_time": [ | ||
"6" | ||
], | ||
"enable_pressure_advance": [ | ||
"1" | ||
], | ||
"pressure_advance": [ | ||
"0.008" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"18" | ||
], | ||
"nozzle_temperature": [ | ||
"220" | ||
], | ||
"compatible_printers": [ | ||
"Qidi X-Plus 4 0.8 nozzle" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters