diff --git a/resources/profiles/FLSun.json b/resources/profiles/FLSun.json index 0b8d9b197e..192ca29f3d 100644 --- a/resources/profiles/FLSun.json +++ b/resources/profiles/FLSun.json @@ -1,6 +1,6 @@ { "name": "FLSun", - "version": "01.06.00.00", + "version": "01.06.00.02", "force_update": "0", "description": "FLSun configurations", "machine_model_list": [ diff --git a/resources/profiles/FLSun/machine/fdm_machine_common.json b/resources/profiles/FLSun/machine/fdm_machine_common.json index 89cad31412..9a22e4612a 100644 --- a/resources/profiles/FLSun/machine/fdm_machine_common.json +++ b/resources/profiles/FLSun/machine/fdm_machine_common.json @@ -17,56 +17,56 @@ "5000" ], "machine_max_acceleration_extruding": [ - "2000", - "2000" + "20000", + "20000" ], "machine_max_acceleration_retracting": [ "5000", "5000" ], "machine_max_acceleration_travel": [ - "3000", - "3000" + "20000", + "20000" ], "machine_max_acceleration_x": [ - "2000", - "2000" + "20000", + "20000" ], "machine_max_acceleration_y": [ - "2000", - "2000" + "20000", + "20000" ], "machine_max_acceleration_z": [ - "300", - "200" + "500", + "500" ], "machine_max_speed_e": [ - "25", - "25" + "30", + "30" ], "machine_max_speed_x": [ - "300", - "200" + "1000", + "1000" ], "machine_max_speed_y": [ - "300", - "200" + "1000", + "1000" ], "machine_max_speed_z": [ - "12", - "12" + "20", + "20" ], "machine_max_jerk_e": [ "2.5", "2.5" ], "machine_max_jerk_x": [ - "9", - "9" + "12", + "12" ], "machine_max_jerk_y": [ - "9", - "9" + "12", + "12" ], "machine_max_jerk_z": [ "0.2", diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun.json index 4e47481b5c..e0d44d3002 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun.json @@ -5,15 +5,24 @@ "from": "system", "instantiation": "true", "inherits": "fdm_process_common", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "35", - "inner_wall_speed": "60", - "sparse_infill_speed": "200", + "outer_wall_speed": "120", + "inner_wall_speed": "200", + "sparse_infill_speed": "250", "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "gap_infill_speed": "40", - "travel_speed": "180", + "default_acceleration": "7000", + "default_jerk": "9", + "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": [ "FLSun V400 0.4 nozzle" ]