* 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
19 lines
No EOL
512 B
JSON
19 lines
No EOL
512 B
JSON
{
|
|
"type": "process",
|
|
"setting_id": "GP004",
|
|
"name": "0.20mm Speed @MINIIS",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "process_speed_miniis",
|
|
"compatible_printers": [
|
|
"Prusa MINIIS 0.4 nozzle"
|
|
],
|
|
"line_width": "0.45",
|
|
"inner_wall_line_width": "0.45",
|
|
"outer_wall_line_width": "0.45",
|
|
"top_surface_line_width": "0.42",
|
|
"sparse_infill_line_width": "0.45",
|
|
"initial_layer_line_width": "0.5",
|
|
"internal_solid_infill_line_width": "0.45",
|
|
"support_line_width": "0.36"
|
|
} |