* 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 * changed default to inner-outer-inner wall inner-outer-inner gives pretty good overhangs with better surface * new profiles for bigger nozzles, changed some cooling settings according to prusaslicer * profiles for different nozzles sizes, better speed settings * initial layer height was wrong * wrong initial layer height * set the correct accelerations * changed firmware version number * using pressure advance UI setting instead of custom filament g-code * Update Prusa Generic PC.json * Update Prusa Generic PC.json * changed max flow for PC * added PVA filament profiles * bug fix in filament loading * changed line width according to prusa slicer * changed heatbed temperature for Minis capabilities
52 lines
955 B
JSON
52 lines
955 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFB98_5",
|
|
"setting_id": "GFSA04",
|
|
"name": "Prusa Generic ASA @MINIIS 0.25",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_filament_asa",
|
|
"filament_flow_ratio": [
|
|
"1"
|
|
],
|
|
"cool_plate_temp" : [
|
|
"100"
|
|
],
|
|
"eng_plate_temp" : [
|
|
"100"
|
|
],
|
|
"hot_plate_temp" : [
|
|
"100"
|
|
],
|
|
"cool_plate_temp_initial_layer" : [
|
|
"100"
|
|
],
|
|
"eng_plate_temp_initial_layer" : [
|
|
"100"
|
|
],
|
|
"hot_plate_temp_initial_layer" : [
|
|
"100"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"10"
|
|
],
|
|
"fan_max_speed": [
|
|
"15"
|
|
],
|
|
"fan_min_speed": [
|
|
"15"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"20"
|
|
],
|
|
"enable_pressure_advance": [
|
|
"1"
|
|
],
|
|
"pressure_advance": [
|
|
"0.55"
|
|
],
|
|
|
|
"compatible_printers": [
|
|
"Prusa MINIIS 0.25 nozzle"
|
|
]
|
|
}
|