mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
T500 profile fixes and optimizations (#2848)
Corrected corrupted buildplate texture, corrected too high accelerations that made printing 0.4mm impossible, optimized T500 print and filament profiles with testing
This commit is contained in:
parent
48c9143769
commit
10a0f58a61
20 changed files with 233 additions and 198 deletions
|
@ -11,12 +11,13 @@
|
|||
"fan_cooling_layer_time": ["30"],
|
||||
"overhang_fan_speed": ["90"],
|
||||
"overhang_fan_threshold": ["25%"],
|
||||
"fan_max_speed": ["90"],
|
||||
"fan_min_speed": ["40"],
|
||||
"fan_max_speed": ["25"],
|
||||
"fan_min_speed": ["10"],
|
||||
"slow_down_min_speed": ["10"],
|
||||
"slow_down_layer_time": ["8"],
|
||||
"filament_flow_ratio": ["0.95"],
|
||||
"filament_max_volumetric_speed": ["30"],
|
||||
"filament_flow_ratio": ["0.98"],
|
||||
"filament_max_volumetric_speed": ["8"],
|
||||
"nozzle_temperature_initial_layer": ["260"],
|
||||
"filament_retraction_length": ["0.5"],
|
||||
"filament_start_gcode": ["; filament start gcode\n"],
|
||||
"compatible_printers": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue