* 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 * set default support to snug * changed default filament setting to the correct value * changed line with to the correct values according to prusaslicer profiles * Update Prusa MINIIS 0.4 nozzle.json updated firmware version * updated firmware version * changed first layer height according to optimal value of the respective nozzle size * changed wall loops to 2 for bigger nozzles
39 lines
741 B
JSON
39 lines
741 B
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM001",
|
|
"name": "Prusa MINIIS 0.8 nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "Prusa MINIIS 0.4 nozzle",
|
|
"gcode_flavor": "marlin2",
|
|
"printer_model": "MINIIS",
|
|
"printer_variant": "0.8",
|
|
"default_filament_profile": [
|
|
"Prusa Generic PLA @MINIIS 0.8"
|
|
],
|
|
"default_print_profile": "0.40mm Standard @MINIIS",
|
|
"nozzle_diameter": [
|
|
"0.8"
|
|
],
|
|
"max_layer_height": [
|
|
"0.55"
|
|
],
|
|
"min_layer_height": [
|
|
"0.2"
|
|
] ,
|
|
"retraction_length": [
|
|
"2.8"
|
|
],
|
|
"retraction_speed": [
|
|
"45"
|
|
],
|
|
"deretraction_speed": [
|
|
"20"
|
|
],
|
|
"thumbnails": [
|
|
"16x16/QOI",
|
|
"220x124/QOI",
|
|
"200x240/QOI",
|
|
"640x480/PNG"
|
|
]
|
|
}
|