* 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
28 lines
543 B
JSON
28 lines
543 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFL99_3",
|
|
"setting_id": "GFSA04",
|
|
"name": "Prusa Generic PLA @MINIIS 0.6",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_filament_pla",
|
|
"filament_flow_ratio": [
|
|
"1"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"14"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"12"
|
|
],
|
|
"enable_pressure_advance": [
|
|
"1"
|
|
],
|
|
"pressure_advance": [
|
|
"0.17"
|
|
],
|
|
|
|
"compatible_printers": [
|
|
"Prusa MINIIS 0.6 nozzle"
|
|
]
|
|
}
|