mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
High Flow Profiles for MINIIS; minor Profile Tweaks for MK3.5 and MINIIS (#9485)
* bugfix for TPU filament overrides * higher voluemetric flow * bugfix for to high speed at internal solid infill * Update Prusa.json * updated firmware check and nozzle settings * bugfix speed and standard for 0,15mm profiles of the 0.4mm nozzle * variables not defined in orcaslicer * bug fix volumetric speed, wrong value * added high flow base process * added highflow base process * added first full draft of high flow profiles, further tests are necessary * changed 0.35mm to 0.32mm for 0.6mm nozzle * minor changes to initial layer speeds * changed 0.35mm to 0.32mm for 0.6mm nozzle * furcer changes on accelartion and speed * added 0.35mm Standard @MK3.5 again for not breaking anythin for current users * Update 0.35mm Standard @MK3.5.json forgot to set the layer_height after creation of the 0.35mm profile * minor fixes in filament overrides * added profiles for high flow nozzles on the Prusa MINIIS * added fan_speedup_time for MINIIS and MK3.5 * changes to support interface, pattern and distance --------- Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d8683fc045
commit
52e4d2af82
@@ -95,6 +95,9 @@
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"fan_speedup_time": "0.2",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_kickstart": "0",
|
||||
"host_type": "prusalink",
|
||||
"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]",
|
||||
|
||||
@@ -95,6 +95,9 @@
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"fan_speedup_time": "0.2",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_kickstart": "0",
|
||||
"host_type": "prusalink",
|
||||
"printable_height": "210",
|
||||
"machine_end_gcode": "{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X241 Y201 F3600 ; park\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+23, max_print_height)} F300 ; Move print head up{endif}\nG4 ; wait\nM572 S0 ; reset PA\nM593 X T2 F0 ; disable IS\nM593 Y T2 F0 ; disable IS\nM84 X Y E ; disable motors\n; max_layer_z = [max_layer_z]",
|
||||
|
||||
Reference in New Issue
Block a user