mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-18 02:36:04 +08:00
update some settings for FLSun V400 profile
This commit is contained in:
parent
d43182480c
commit
0c364705ed
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "FLSun",
|
"name": "FLSun",
|
||||||
"version": "01.06.00.00",
|
"version": "01.06.00.02",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "FLSun configurations",
|
"description": "FLSun configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
@ -17,56 +17,56 @@
|
|||||||
"5000"
|
"5000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_extruding": [
|
"machine_max_acceleration_extruding": [
|
||||||
"2000",
|
"20000",
|
||||||
"2000"
|
"20000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_retracting": [
|
"machine_max_acceleration_retracting": [
|
||||||
"5000",
|
"5000",
|
||||||
"5000"
|
"5000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_travel": [
|
"machine_max_acceleration_travel": [
|
||||||
"3000",
|
"20000",
|
||||||
"3000"
|
"20000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_x": [
|
"machine_max_acceleration_x": [
|
||||||
"2000",
|
"20000",
|
||||||
"2000"
|
"20000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_y": [
|
"machine_max_acceleration_y": [
|
||||||
"2000",
|
"20000",
|
||||||
"2000"
|
"20000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_z": [
|
"machine_max_acceleration_z": [
|
||||||
"300",
|
"500",
|
||||||
"200"
|
"500"
|
||||||
],
|
],
|
||||||
"machine_max_speed_e": [
|
"machine_max_speed_e": [
|
||||||
"25",
|
"30",
|
||||||
"25"
|
"30"
|
||||||
],
|
],
|
||||||
"machine_max_speed_x": [
|
"machine_max_speed_x": [
|
||||||
"300",
|
"1000",
|
||||||
"200"
|
"1000"
|
||||||
],
|
],
|
||||||
"machine_max_speed_y": [
|
"machine_max_speed_y": [
|
||||||
"300",
|
"1000",
|
||||||
"200"
|
"1000"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"12",
|
"20",
|
||||||
"12"
|
"20"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_e": [
|
"machine_max_jerk_e": [
|
||||||
"2.5",
|
"2.5",
|
||||||
"2.5"
|
"2.5"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_x": [
|
"machine_max_jerk_x": [
|
||||||
"9",
|
"12",
|
||||||
"9"
|
"12"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_y": [
|
"machine_max_jerk_y": [
|
||||||
"9",
|
"12",
|
||||||
"9"
|
"12"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_z": [
|
"machine_max_jerk_z": [
|
||||||
"0.2",
|
"0.2",
|
||||||
|
@ -5,15 +5,24 @@
|
|||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_process_common",
|
"inherits": "fdm_process_common",
|
||||||
"initial_layer_speed": "40",
|
"outer_wall_speed": "120",
|
||||||
"initial_layer_infill_speed": "50",
|
"inner_wall_speed": "200",
|
||||||
"outer_wall_speed": "35",
|
"sparse_infill_speed": "250",
|
||||||
"inner_wall_speed": "60",
|
|
||||||
"sparse_infill_speed": "200",
|
|
||||||
"internal_solid_infill_speed": "200",
|
"internal_solid_infill_speed": "200",
|
||||||
"top_surface_speed": "50",
|
"default_acceleration": "7000",
|
||||||
"gap_infill_speed": "40",
|
"default_jerk": "9",
|
||||||
"travel_speed": "180",
|
"gap_infill_speed": "200",
|
||||||
|
"initial_layer_acceleration": "1000",
|
||||||
|
"initial_layer_infill_speed": "100",
|
||||||
|
"initial_layer_speed": "50",
|
||||||
|
"inner_wall_acceleration": "7000",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"outer_wall_acceleration": "4000",
|
||||||
|
"overhang_1_4_speed": "80",
|
||||||
|
"top_surface_acceleration": "3000",
|
||||||
|
"top_surface_speed": "200",
|
||||||
|
"travel_acceleration": "7000",
|
||||||
|
"travel_speed": "400",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"FLSun V400 0.4 nozzle"
|
"FLSun V400 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user