-
-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prusa Mini with Input Shaper Profiles (#5116)
* added Prusa Mini with Input Shaper to profiles * refactoring to more reusable settings * added more processes, changed settings * Update 0.15mm Speed @MINIIS.json * Update 0.10mm Speed @MINIIS.json * changed to cubic because of speed * further changes after reviewing prusa slicer settings * simplified machine settings * retraction speeds according to prusa slicer * changed max flow according to prusa slicer * after clearification at the prusaslicer repository M900 got removed * precise wall per default * enable reverse overhang on odd by default * added settings from prusa slicer * changed cooling setings
- Loading branch information
Showing
41 changed files
with
1,078 additions
and
23 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions
24
resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS.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": "GFB99_2", | ||
"setting_id": "GFSA04", | ||
"name": "Prusa Generic ABS @MINIIS", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_abs", | ||
"filament_flow_ratio": [ | ||
"0.926" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"10" | ||
], | ||
"filament_start_gcode": [ | ||
"M572 S{if nozzle_diameter[0]==0.6}0.1{elsif nozzle_diameter[0]==0.8}0.07{elsif nozzle_diameter[0]==0.4}0.19{elsif nozzle_diameter[0]==0.25}0.55{else}0{endif}" | ||
], | ||
"compatible_printers": [ | ||
"Prusa MINIIS 0.4 nozzle", | ||
"Prusa MINIIS 0.25 nozzle", | ||
"Prusa MINIIS 0.6 nozzle", | ||
"Prusa MINIIS 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
24 changes: 24 additions & 0 deletions
24
resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS.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": "GFB98_2", | ||
"setting_id": "GFSA04", | ||
"name": "Prusa Generic ASA @MINIIS", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_asa", | ||
"filament_flow_ratio": [ | ||
"0.93" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"10" | ||
], | ||
"filament_start_gcode": [ | ||
"M572 S{if nozzle_diameter[0]==0.6}0.1{elsif nozzle_diameter[0]==0.8}0.07{elsif nozzle_diameter[0]==0.4}0.19{elsif nozzle_diameter[0]==0.25}0.55{else}0{endif}" | ||
], | ||
"compatible_printers": [ | ||
"Prusa MINIIS 0.4 nozzle", | ||
"Prusa MINIIS 0.25 nozzle", | ||
"Prusa MINIIS 0.6 nozzle", | ||
"Prusa MINIIS 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
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
63 changes: 63 additions & 0 deletions
63
resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS.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,63 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFG99_1", | ||
"setting_id": "GFSA04", | ||
"name": "Prusa Generic PETG @MINIIS", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pet", | ||
"reduce_fan_stop_start_freq": [ | ||
"1" | ||
], | ||
"slow_down_for_layer_cooling": [ | ||
"1" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"30" | ||
], | ||
"overhang_fan_speed": [ | ||
"90" | ||
], | ||
"overhang_fan_threshold": [ | ||
"25%" | ||
], | ||
"fan_max_speed": [ | ||
"90" | ||
], | ||
"fan_min_speed": [ | ||
"40" | ||
], | ||
"slow_down_min_speed": [ | ||
"10" | ||
], | ||
"slow_down_layer_time": [ | ||
"8" | ||
], | ||
"filament_flow_ratio": [ | ||
"0.95" | ||
], | ||
"nozzle_temperature": [ | ||
"240" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"230" | ||
], | ||
"hot_plate_temp": [ | ||
"85" | ||
], | ||
"hot_plate_temp_initial_layer": [ | ||
"85" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"9" | ||
], | ||
"filament_start_gcode": [ | ||
"M572 S{if nozzle_diameter[0]==0.6}0.22{elsif nozzle_diameter[0]==0.8}0.15{elsif nozzle_diameter[0]==0.4}0.36{elsif nozzle_diameter[0]==0.25}1.02{else}0{endif}" | ||
], | ||
"compatible_printers": [ | ||
"Prusa MINIIS 0.4 nozzle", | ||
"Prusa MINIIS 0.25 nozzle", | ||
"Prusa MINIIS 0.6 nozzle", | ||
"Prusa MINIIS 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
Oops, something went wrong.