mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Optimize the default settings for the printer Eryone X400 (#9879)
* 1) Optimize some default settings for printer Thinker X400, 2) adding eryone filament * fix the file check error * recover and modify the process files( 0.12 0.16 0.24mm layer profile)
This commit is contained in:
79
resources/profiles/Eryone/filament/Eryone PP.json
Normal file
79
resources/profiles/Eryone/filament/Eryone PP.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "EFL43",
|
||||
"setting_id": "EFSA43",
|
||||
"name": "Eryone PP",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Eryone Standard PLA",
|
||||
"compatible_printers": [
|
||||
"Thinker X400 0.4 nozzle"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"35"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_end_gcode": [
|
||||
"; filament end gcode \nSET_FAN_SPEED FAN=filter_fan SPEED=0"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_notes": [
|
||||
"Printing platform glue spraying"
|
||||
],
|
||||
|
||||
"filament_vendor": [
|
||||
"Eryone"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Eryone PP"
|
||||
],
|
||||
"filament_type": [
|
||||
"PP"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\nSET_FAN_SPEED FAN=filter_fan SPEED=0"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"235"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"225"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"60"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"160"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user