mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
bugfix and updates in profiles for MK3.5 (#8778)
* 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
This commit is contained in:
committed by
GitHub
parent
d8bb1786e5
commit
44b6a6a6b6
@@ -4,7 +4,7 @@
|
||||
"name": "0.15mm Speed @MK3.5",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_MK3.5",
|
||||
"inherits": "process_speed_MK3.5",
|
||||
"line_width": "0.45",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
@@ -19,16 +19,16 @@
|
||||
"top_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "4",
|
||||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "120",
|
||||
"top_surface_speed": "120",
|
||||
"sparse_infill_speed": "100",
|
||||
"bridge_speed": "25",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"default_acceleration": "2000",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1000",
|
||||
"travel_acceleration": "4000",
|
||||
"sparse_infill_acceleration": "4000",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"bridge_acceleration": "1500",
|
||||
"compatible_printers": [
|
||||
"Prusa MK3.5 0.4 nozzle"
|
||||
]
|
||||
|
||||
@@ -24,15 +24,10 @@
|
||||
"top_surface_speed": "45",
|
||||
"sparse_infill_speed": "110",
|
||||
"bridge_speed": "25",
|
||||
"default_acceleration": "2000",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1000",
|
||||
"travel_acceleration": "4000",
|
||||
"sparse_infill_acceleration": "4000",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"bridge_acceleration": "1500",
|
||||
"compatible_printers": [
|
||||
"Prusa MK3.5 0.4 nozzle"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user