MINIIS Profiles: Bug fixes in processes regarding line width, fewer wall loops on bigger nozzles (#5699)

* 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
This commit is contained in:
Bernhard Koppensteiner 2024-06-15 06:47:08 +02:00 committed by GitHub
parent 2820d95ed6
commit 5dcf026ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 35 additions and 22 deletions

View File

@ -9,7 +9,7 @@
"printer_model": "MINIIS",
"printer_variant": "0.25",
"default_filament_profile": [
"Prusa Generic PLA @MINIIS"
"Prusa Generic PLA @MINIIS 0.25"
],
"default_print_profile": "0.12mm Standard @MINIIS",
"nozzle_diameter": [

View File

@ -99,7 +99,7 @@
"printable_height": "180",
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720 ; Move print head up{endif}\nG1 X170 Y170 F4200 ; park print head\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+50, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM221 S100 ; reset flow\nM572 S0 ; reset PA\nM569 S1 X Y ; reset to stealthchop for X Y\nM84 ; disable motors\n; max_layer_z = [max_layer_z]",
"machine_pause_gcode": "M601",
"machine_start_gcode": "M862.3 P \"MINI\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 6.0.0+14794\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S170 ; set extruder temp for bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 R170 ; wait for bed leveling temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM569 S1 X Y ; set stealthchop for X Y\nM204 T1250 ; set travel acceleration\nG28 ; home all without mesh bed level\nG29 ; mesh bed leveling \nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0\n\nG1 X0 Y-2 Z3 F2400\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\n; intro line\nG1 X10 Z0.2 F1000\nG1 X70 E8 F900\nG1 X140 E10 F700\nG92 E0\n\nM569 S0 X Y ; set spreadcycle for X Y\nM204 T[machine_max_acceleration_travel] ; restore travel acceleration\nM572 W0.06 ; set smooth time\nM221 S95 ; set flow",
"machine_start_gcode": "M862.3 P \"MINI\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S170 ; set extruder temp for bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 R170 ; wait for bed leveling temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM569 S1 X Y ; set stealthchop for X Y\nM204 T1250 ; set travel acceleration\nG28 ; home all without mesh bed level\nG29 ; mesh bed leveling \nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0\n\nG1 X0 Y-2 Z3 F2400\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\n; intro line\nG1 X10 Z0.2 F1000\nG1 X70 E8 F900\nG1 X140 E10 F700\nG92 E0\n\nM569 S0 X Y ; set spreadcycle for X Y\nM204 T[machine_max_acceleration_travel] ; restore travel acceleration\nM572 W0.06 ; set smooth time\nM221 S95 ; set flow",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1000,1700), (10000,1700))} Y{interpolate_table(extruded_weight_total, (0,4000), (1000,1700), (10000,1700))}\n{if ! spiral_mode}M74 W[extruded_weight_total]{endif}\n",
"change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",

View File

@ -9,7 +9,7 @@
"printer_model": "MINIIS",
"printer_variant": "0.6",
"default_filament_profile": [
"Prusa Generic PLA @MINIIS"
"Prusa Generic PLA @MINIIS 0.6"
],
"default_print_profile": "0.25mm Standard @MINIIS",
"nozzle_diameter": [

View File

@ -9,7 +9,7 @@
"printer_model": "MINIIS",
"printer_variant": "0.8",
"default_filament_profile": [
"Prusa Generic PLA @MINIIS"
"Prusa Generic PLA @MINIIS 0.8"
],
"default_print_profile": "0.40mm Standard @MINIIS",
"nozzle_diameter": [

View File

@ -14,7 +14,7 @@
"internal_solid_infill_line_width": "0.25",
"support_line_width": "0.25",
"layer_height": "0.05",
"initial_layer_print_height": "0.2",
"initial_layer_print_height": "0.15",
"top_shell_thickness": "0.7",
"top_shell_layers": "13",
"bottom_shell_thickness": "0.5",

View File

@ -14,7 +14,7 @@
"internal_solid_infill_line_width": "0.25",
"support_line_width": "0.25",
"layer_height": "0.07",
"initial_layer_print_height": "0.2",
"initial_layer_print_height": "0.15",
"top_shell_thickness": "0.7",
"top_shell_layers": "10",
"bottom_shell_thickness": "0.5",

View File

@ -14,7 +14,7 @@
"internal_solid_infill_line_width": "0.27",
"support_line_width": "0.25",
"layer_height": "0.12",
"initial_layer_print_height": "0.2",
"initial_layer_print_height": "0.15",
"top_shell_thickness": "0.7",
"top_shell_layers": "9",
"bottom_shell_thickness": "0.5",

View File

@ -14,7 +14,7 @@
"internal_solid_infill_line_width": "0.27",
"support_line_width": "0.25",
"layer_height": "0.12",
"initial_layer_print_height": "0.2",
"initial_layer_print_height": "0.15",
"top_shell_thickness": "0.7",
"top_shell_layers": "9",
"bottom_shell_thickness": "0.5",

View File

@ -14,7 +14,7 @@
"internal_solid_infill_line_width": "0.27",
"support_line_width": "0.25",
"layer_height": "0.15",
"initial_layer_print_height": "0.20",
"initial_layer_print_height": "0.15",
"top_shell_thickness": "0.7",
"top_shell_layers": "5",
"bottom_shell_thickness": "0.5",

View File

@ -14,7 +14,7 @@
"internal_solid_infill_line_width": "0.27",
"support_line_width": "0.25",
"layer_height": "0.15",
"initial_layer_print_height": "0.20",
"initial_layer_print_height": "0.15",
"top_shell_thickness": "0.7",
"top_shell_layers": "5",
"bottom_shell_thickness": "0.5",

View File

@ -14,7 +14,8 @@
"internal_solid_infill_line_width": "0.6",
"support_line_width": "0.5",
"layer_height": "0.15",
"initial_layer_print_height": "0.20",
"initial_layer_print_height": "0.25",
"wall_loops": "2",
"top_shell_thickness": "0.7",
"top_shell_layers": "5",
"bottom_shell_thickness": "0.5",

View File

@ -8,6 +8,8 @@
"compatible_printers": [
"Prusa MINIIS 0.6 nozzle"
],
"layer_height": "0.20",
"initial_layer_print_height": "0.25",
"line_width": "0.68",
"inner_wall_line_width": "0.62",
"outer_wall_line_width": "0.62",
@ -16,6 +18,7 @@
"initial_layer_line_width": "0.68",
"internal_solid_infill_line_width": "0.62",
"support_line_width": "0.5",
"wall_loops": "2",
"outer_wall_speed": "115",
"inner_wall_speed": "115",
"small_perimeter_speed": "115",

View File

@ -5,6 +5,8 @@
"from": "system",
"instantiation": "true",
"inherits": "process_common_miniis",
"layer_height": "0.20",
"initial_layer_print_height": "0.25",
"line_width": "0.68",
"inner_wall_line_width": "0.62",
"outer_wall_line_width": "0.62",
@ -13,6 +15,7 @@
"initial_layer_line_width": "0.68",
"internal_solid_infill_line_width": "0.62",
"support_line_width": "0.5",
"wall_loops": "2",
"sparse_infill_speed": "120",
"internal_solid_infill_speed": "100",
"top_surface_speed": "70",

View File

@ -8,13 +8,14 @@
"line_width": "0.68",
"inner_wall_line_width": "0.68",
"outer_wall_line_width": "0.68",
"top_surface_line_width": "0.5",
"top_surface_line_width": "0.55",
"sparse_infill_line_width": "0.68",
"initial_layer_line_width": "0.68",
"internal_solid_infill_line_width": "0.68",
"support_line_width": "0.55",
"support_line_width": "0.5",
"layer_height": "0.25",
"initial_layer_print_height": "0.2",
"initial_layer_print_height": "0.25",
"wall_loops": "2",
"top_shell_thickness": "0.9",
"top_shell_layers": "4",
"bottom_shell_thickness": "0.6",

View File

@ -8,13 +8,14 @@
"line_width": "0.68",
"inner_wall_line_width": "0.68",
"outer_wall_line_width": "0.68",
"top_surface_line_width": "0.5",
"top_surface_line_width": "0.55",
"sparse_infill_line_width": "0.68",
"initial_layer_line_width": "0.68",
"internal_solid_infill_line_width": "0.68",
"support_line_width": "0.55",
"support_line_width": "0.5",
"layer_height": "0.25",
"initial_layer_print_height": "0.2",
"initial_layer_print_height": "0.25",
"wall_loops": "2",
"top_shell_thickness": "0.9",
"top_shell_layers": "4",
"bottom_shell_thickness": "0.6",

View File

@ -14,9 +14,10 @@
"internal_solid_infill_line_width": "0.9",
"support_line_width": "0.65",
"layer_height": "0.3",
"initial_layer_print_height": "0.2",
"initial_layer_print_height": "0.4",
"top_shell_thickness": "0.7",
"top_shell_layers": "3",
"wall_loops": "2",
"bottom_shell_thickness": "0.5",
"bottom_shell_layers": "2",
"travel_speed": "300",

View File

@ -8,13 +8,14 @@
"line_width": "0.68",
"inner_wall_line_width": "0.68",
"outer_wall_line_width": "0.68",
"top_surface_line_width": "0.5",
"top_surface_line_width": "0.55",
"sparse_infill_line_width": "0.68",
"initial_layer_line_width": "0.68",
"internal_solid_infill_line_width": "0.68",
"support_line_width": "0.55",
"initial_layer_print_height": "0.2",
"support_line_width": "0.5",
"initial_layer_print_height": "0.25",
"layer_height": "0.35",
"wall_loops": "2",
"top_shell_thickness": "0.9",
"top_shell_layers": "4",
"bottom_shell_thickness": "0.6",

View File

@ -14,7 +14,8 @@
"internal_solid_infill_line_width": "0.9",
"support_line_width": "0.65",
"layer_height": "0.4",
"initial_layer_print_height": "0.2",
"initial_layer_print_height": "0.3",
"wall_loops": "2",
"top_shell_thickness": "1.2",
"top_shell_layers": "4",
"bottom_shell_thickness": "0.8",

View File

@ -49,6 +49,7 @@
"infill_wall_overlap": "10%",
"enable_arc_fitting": "1",
"support_speed": "100",
"support_style": "snug",
"precise_outer_wall": "1",
"overhang_reverse": "1"
}