From 8e6d69dc9f8fa6152beaa7256a7c314cfbcb7a94 Mon Sep 17 00:00:00 2001 From: Hugo Costa Date: Wed, 3 Sep 2025 17:11:28 +0100 Subject: [PATCH] [Profiles] Optimize profiles for BLOCKS RF50 printer (#10597) * Update BLOCKS RF50 profiles * Fix z_hop_types value attribution * Fix: invalid z_hop_types parameter: slope --- .../Blocks/filament/Blocks Generic ABS.json | 58 +++++++++++++- .../filament/Blocks Generic ASA-CF.json | 78 +++++++++++++++++++ .../Blocks/filament/Blocks Generic ASA.json | 57 +++++++++++++- .../Blocks/filament/Blocks Generic PA-CF.json | 61 +++++++++++---- .../Blocks/filament/Blocks Generic PETG.json | 51 +++++++++++- .../Blocks/filament/Blocks Generic PLA.json | 26 ++++++- .../Blocks/filament/Blocks Generic TPU.json | 50 +++++++++++- .../machine/BLOCKS RF50 0.4 nozzle.json | 36 ++++++--- .../machine/BLOCKS RF50 0.6 nozzle.json | 36 ++++++--- .../machine/BLOCKS RF50 0.8 nozzle.json | 35 ++++++--- .../0.12mm Fine 0.4 nozzle @Blocks_RF50.json | 61 ++++++++++----- ....16mm Optimal 0.4 nozzle @Blocks_RF50.json | 61 ++++++++++----- ....20mm Optimal 0.6 nozzle @Blocks_RF50.json | 61 ++++++++++----- ...20mm Standard 0.4 nozzle @Blocks_RF50.json | 67 +++++++++++----- .../0.24mm Draft 0.4 nozzle @Blocks_RF50.json | 61 ++++++++++----- ...26mm Standard 0.6 nozzle @Blocks_RF50.json | 63 ++++++++++----- ...m Extra Draft 0.4 nozzle @Blocks_RF50.json | 61 ++++++++++----- ....30mm Optimal 0.8 nozzle @Blocks_RF50.json | 61 ++++++++++----- .../0.32mm Draft 0.6 nozzle @Blocks_RF50.json | 62 ++++++++++----- ...m Extra Draft 0.6 nozzle @Blocks_RF50.json | 63 ++++++++++----- ...38mm Standard 0.8 nozzle @Blocks_RF50.json | 62 ++++++++++----- .../0.46mm Draft 0.8 nozzle @Blocks_RF50.json | 62 ++++++++++----- ...m Extra Draft 0.8 nozzle @Blocks_RF50.json | 63 ++++++++++----- .../process/fdm_process_blocks_common.json | 2 +- .../fdm_process_common 0.6 nozzle.json | 4 +- .../Blocks/process/fdm_process_common.json | 2 +- 26 files changed, 1002 insertions(+), 302 deletions(-) create mode 100644 resources/profiles/Blocks/filament/Blocks Generic ASA-CF.json diff --git a/resources/profiles/Blocks/filament/Blocks Generic ABS.json b/resources/profiles/Blocks/filament/Blocks Generic ABS.json index 43c44ed681..a7ca518fbf 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic ABS.json +++ b/resources/profiles/Blocks/filament/Blocks Generic ABS.json @@ -7,11 +7,65 @@ "instantiation": "true", "inherits": "fdm_filament_abs", "filament_flow_ratio": [ - "0.926" + "0.95" + ], + "filament_density": [ + "1.04" + ], + "filament_shrink": [ + "99.5%" ], "filament_max_volumetric_speed": [ - "20" + "18" ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "30" + ], + "slow_down_layer_time": ["10"], + "close_fan_the_first_x_layers": ["4"], + "slow_down_for_layer_cooling": ["1"], + "reduce_fan_stop_start_freq": ["1"], + "slow_down_min_speed": ["30"], + "enable_overhang_bridge_fan": ["1"], + "overhang_fan_threshold": ["25%"], + "overhang_fan_speed": ["100%"], + "additional_cooling_fan_speed": [ + "0" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "compatible_printers": [ "BLOCKS RD50 V2 0.4 nozzle", "BLOCKS RD50 V2 0.6 nozzle", diff --git a/resources/profiles/Blocks/filament/Blocks Generic ASA-CF.json b/resources/profiles/Blocks/filament/Blocks Generic ASA-CF.json new file mode 100644 index 0000000000..0fca1e64f9 --- /dev/null +++ b/resources/profiles/Blocks/filament/Blocks Generic ASA-CF.json @@ -0,0 +1,78 @@ +{ + "type": "filament", + "filament_id": "BSFI010", + "setting_id": "BSSI010", + "name": "Blocks Generic ASA-CF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_asa", + "filament_flow_ratio": [ + "0.95" + ], + "filament_density": [ + "1.04" + ], + "filament_shrink": [ + "99.5%" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp_initial_layer": [ + "95" + ], + "hot_plate_temp": [ + "95" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "45" + ], + "fan_cooling_layer_time": [ + "35" + ], + "slow_down_layer_time": ["3"], + "close_fan_the_first_x_layers": ["4"], + "slow_down_for_layer_cooling": ["1"], + "reduce_fan_stop_start_freq": ["1"], + "slow_down_min_speed": ["10"], + "enable_overhang_bridge_fan": ["1"], + "overhang_fan_threshold": ["25%"], + "overhang_fan_speed": ["50%"], + "additional_cooling_fan_speed": [ + "0" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "compatible_printers": [ + "BLOCKS RD50 V2 0.4 nozzle", + "BLOCKS RD50 V2 0.6 nozzle", + "BLOCKS RD50 V2 0.8 nozzle", + "BLOCKS RD50 V2", + "BLOCKS RF50 0.4 nozzle", + "BLOCKS RF50 0.6 nozzle", + "BLOCKS RF50 0.8 nozzle", + "BLOCKS RF50" + ] +} diff --git a/resources/profiles/Blocks/filament/Blocks Generic ASA.json b/resources/profiles/Blocks/filament/Blocks Generic ASA.json index fbf74a0fb8..da89a2fed8 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic ASA.json +++ b/resources/profiles/Blocks/filament/Blocks Generic ASA.json @@ -7,10 +7,63 @@ "instantiation": "true", "inherits": "fdm_filament_asa", "filament_flow_ratio": [ - "0.93" + "0.95" + ], + "filament_density": [ + "1.04" + ], + "filament_shrink": [ + "99.5%" ], "filament_max_volumetric_speed": [ - "20" + "18" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "30" + ], + "slow_down_layer_time": ["10"], + "close_fan_the_first_x_layers": ["4"], + "slow_down_for_layer_cooling": ["1"], + "reduce_fan_stop_start_freq": ["1"], + "slow_down_min_speed": ["30"], + "enable_overhang_bridge_fan": ["1"], + "overhang_fan_threshold": ["25%"], + "overhang_fan_speed": ["100%"], + "additional_cooling_fan_speed": [ + "0" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "100" ], "compatible_printers": [ "BLOCKS RD50 V2 0.4 nozzle", diff --git a/resources/profiles/Blocks/filament/Blocks Generic PA-CF.json b/resources/profiles/Blocks/filament/Blocks Generic PA-CF.json index 0edf7c1f0d..b89322c69b 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PA-CF.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PA-CF.json @@ -6,32 +6,35 @@ "from": "system", "instantiation": "true", "inherits": "fdm_filament_pa", + "filament_type": [ + "PA-CF" + ], "filament_flow_ratio": [ "0.95" ], "filament_max_volumetric_speed": [ "10" ], - "filament_type": [ - "PA-CF" + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "290" ], "nozzle_temperature_initial_layer": [ - "275" + "255" + ], + "filament_density": [ + "1.25" ], "nozzle_temperature": [ - "270" + "250" ], - "slow_down_layer_time": [ - "2" + "hot_plate_temp_initial_layer": [ + "90" ], - "fan_min_speed": [ - "0" - ], - "fan_cooling_layer_time": [ - "4" - ], - "fan_max_speed": [ - "60" + "hot_plate_temp": [ + "90" ], "filament_retraction_length": [ "1.2" @@ -39,6 +42,36 @@ "filament_z_hop": [ "0.0" ], + "fan_min_speed": [ + "0" + ], + "fan_max_speed": [ + "60" + ], + "fan_cooling_layer_time": [ + "4" + ], + + "close_fan_the_first_x_layers": ["3"], + "slow_down_layer_time": ["2"], + "slow_down_for_layer_cooling": ["1"], + "reduce_fan_stop_start_freq": ["0"], + "slow_down_min_speed": ["10"], + "enable_overhang_bridge_fan": ["1"], + "overhang_fan_threshold": ["95%"], + "overhang_fan_speed": ["80%"], + "additional_cooling_fan_speed": [ + "0" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "80" + ], "compatible_printers": [ "BLOCKS RD50 V2 0.4 nozzle", "BLOCKS RD50 V2 0.6 nozzle", diff --git a/resources/profiles/Blocks/filament/Blocks Generic PETG.json b/resources/profiles/Blocks/filament/Blocks Generic PETG.json index fd92d82611..5dca668ddb 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PETG.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PETG.json @@ -7,11 +7,58 @@ "instantiation": "true", "inherits": "fdm_filament_petg", "filament_flow_ratio": [ - "0.95" + "0.94" + ], + "filament_density": [ + "1.24" + ], + "filament_shrink": [ + "99.9%" ], "filament_max_volumetric_speed": [ - "20" + "12" ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "close_fan_the_first_x_layers": ["1"], + "slow_down_for_layer_cooling": ["1"], + "reduce_fan_stop_start_freq": ["1"], + "slow_down_min_speed": ["30"], + "enable_overhang_bridge_fan": ["1"], + "overhang_fan_threshold": ["25%"], + "overhang_fan_speed": ["100%"], + "additional_cooling_fan_speed": [ + "40" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "activate_air_filtration": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_min_speed": ["40"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["80"], + "slow_down_layer_time": ["5"], "compatible_printers": [ "BLOCKS Pro S100 0.4 nozzle", "BLOCKS Pro S100 0.6 nozzle", diff --git a/resources/profiles/Blocks/filament/Blocks Generic PLA.json b/resources/profiles/Blocks/filament/Blocks Generic PLA.json index 2435cf9411..9bbe52afae 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PLA.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PLA.json @@ -7,13 +7,35 @@ "instantiation": "true", "inherits": "fdm_filament_pla", "filament_flow_ratio": [ - "0.97" + "0.95" ], "filament_max_volumetric_speed": [ - "20" + "18" ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": ["30"], "additional_cooling_fan_speed": [ + "100" + ], + "complete_print_exhaust_fan_speed": [ "80" + ], + "activate_air_filtration": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" ], "compatible_printers": [ "BLOCKS Pro S100 0.4 nozzle", diff --git a/resources/profiles/Blocks/filament/Blocks Generic TPU.json b/resources/profiles/Blocks/filament/Blocks Generic TPU.json index 2fad36aa02..4203c465f3 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic TPU.json +++ b/resources/profiles/Blocks/filament/Blocks Generic TPU.json @@ -6,11 +6,53 @@ "from": "system", "instantiation": "true", "inherits": "fdm_filament_tpu", - "filament_flow_ratio": [ - "0.98" - ], "filament_max_volumetric_speed": [ - "15" + "4" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_density": [ + "1.25" + ], + "filament_shrink": [ + "99.5%" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "80" ], "compatible_printers": [ "BLOCKS Pro S100 0.4 nozzle", diff --git a/resources/profiles/Blocks/machine/BLOCKS RF50 0.4 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RF50 0.4 nozzle.json index b6cb7b5c4b..094041f1f6 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RF50 0.4 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RF50 0.4 nozzle.json @@ -23,36 +23,48 @@ "0x500" ], "machine_max_acceleration_x": [ - "30000", - "30000" + "20000", + "20000" ], "machine_max_acceleration_y": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" ], "machine_max_acceleration_extruding": [ - "30000", - "30000" + "20000", + "20000" ], + "machine_max_speed_e": ["60"], + "machine_max_speed_x": ["500"], + "machine_max_speed_y": ["500"], + "machine_max_speed_z": ["12"], "retraction_length": [ - "0.8" + "1" ], "retraction_speed": [ - "30" + "60" ], "deretraction_speed": [ - "80" + "30" ], "z_hop": [ - "0.2" + "0.4" ], - "z_hop_types": "Auto Lift", + "z_hop_types": ["Slope Lift"], "auxiliary_fan": "1", + "support_air_filtration": "1", "printable_height": "500", "extruder_clearance_radius": "106", "extruder_clearance_height_to_rod": "30", "extruder_clearance_height_to_lid": "185", "upward_compatible_machine": [ "BLOCKS RF50" - ] + ], + "wipe_distance": ["2"], + "retract_before_wipe": ["0"] + } diff --git a/resources/profiles/Blocks/machine/BLOCKS RF50 0.6 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RF50 0.6 nozzle.json index 626e69b79f..d8c3a4c286 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RF50 0.6 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RF50 0.6 nozzle.json @@ -23,31 +23,40 @@ "0x500" ], "machine_max_acceleration_x": [ - "30000", - "30000" + "20000", + "20000" ], "machine_max_acceleration_y": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" ], "machine_max_acceleration_extruding": [ - "30000", - "30000" + "20000", + "20000" ], + "machine_max_speed_e": ["60"], + "machine_max_speed_x": ["500"], + "machine_max_speed_y": ["500"], + "machine_max_speed_z": ["12"], "retraction_length": [ - "0.8" + "1" ], "retraction_speed": [ - "30" + "60" ], "deretraction_speed": [ - "80" + "30" ], "z_hop": [ - "0.2" + "0.4" ], - "z_hop_types": "Auto Lift", + "z_hop_types": ["Slope Lift"], "auxiliary_fan": "1", + "support_air_filtration": "1", "printable_height": "500", "extruder_clearance_radius": "106", "extruder_clearance_height_to_rod": "30", @@ -59,5 +68,8 @@ "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]", "SET_PRESSURE_ADVANCE ADVANCE=0.046" ], - "printer_variant": "0.6" + "printer_variant": "0.6", + "wipe_distance": ["2"], + "retract_before_wipe": ["0"] + } diff --git a/resources/profiles/Blocks/machine/BLOCKS RF50 0.8 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RF50 0.8 nozzle.json index 2639648c26..7e8ca76b2f 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RF50 0.8 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RF50 0.8 nozzle.json @@ -23,31 +23,40 @@ "0x500" ], "machine_max_acceleration_x": [ - "30000", - "30000" + "20000", + "20000" ], "machine_max_acceleration_y": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" ], "machine_max_acceleration_extruding": [ - "30000", - "30000" + "20000", + "20000" ], + "machine_max_speed_e": ["60"], + "machine_max_speed_x": ["500"], + "machine_max_speed_y": ["500"], + "machine_max_speed_z": ["12"], "retraction_length": [ - "0.8" + "1" ], "retraction_speed": [ - "30" + "60" ], "deretraction_speed": [ - "80" + "30" ], "z_hop": [ - "0.2" + "0.4" ], - "z_hop_types": "Auto Lift", + "z_hop_types": ["Slope Lift"], "auxiliary_fan": "1", + "support_air_filtration": "1", "printable_height": "500", "extruder_clearance_radius": "106", "extruder_clearance_height_to_rod": "30", @@ -55,5 +64,7 @@ "upward_compatible_machine": [ "BLOCKS RF50" ], - "printer_variant": "0.8" + "printer_variant": "0.8", + "wipe_distance": ["2"], + "retract_before_wipe": ["0"] } diff --git a/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json index e737b2e452..1fd66da005 100644 --- a/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" } diff --git a/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json index 81c3b8daef..c792a1cd5c 100644 --- a/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" } diff --git a/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json index 5e51f1115d..0705d8e81b 100644 --- a/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.6 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" } diff --git a/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json index 51185cb71e..175321c8ef 100644 --- a/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json @@ -6,33 +6,62 @@ "inherits": "fdm_process_blocks_common", "instantiation": "true", "layer_height": "0.20", - "initial_layer_print_height": "0.3", + "initial_layer_print_height": "0.2", + "line_width": "0.42", + "initial_layer_line_width": "0.5", + "outer_wall_line_width": "0.42", + "inner_wall_line_width": "0.45", "bottom_shell_layers": "4", "top_shell_layers": "5", "compatible_printers": [ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" } diff --git a/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json index 2fe779cbbe..b618bcc2c0 100644 --- a/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" } diff --git a/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json index 3d7e6b31e4..81bc27e7e4 100644 --- a/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.6 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", + "sparse_infill_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" } diff --git a/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json index ecd0ac9ed6..0c742c6393 100644 --- a/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" } diff --git a/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json index 98bda3094e..b0f31b6586 100644 --- a/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.8 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" } diff --git a/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json index 6e40fdbfe5..3a701ed2f1 100644 --- a/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json @@ -13,26 +13,52 @@ "BLOCKS RF50", "BLOCKS RF50 0.6 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" + } diff --git a/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json index 6444e4bffe..27a3c84edc 100644 --- a/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json @@ -13,26 +13,53 @@ "BLOCKS RF50", "BLOCKS RF50 0.6 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" + + } diff --git a/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json index 5c34ac9b90..8aabee8743 100644 --- a/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json @@ -13,26 +13,52 @@ "BLOCKS RF50", "BLOCKS RF50 0.8 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" + } diff --git a/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json index feee1a31ae..cbffa543da 100644 --- a/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json @@ -13,26 +13,52 @@ "BLOCKS RF50", "BLOCKS RF50 0.8 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" + } diff --git a/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json index 1ec5dcdaff..cb0a1c960e 100644 --- a/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json @@ -13,26 +13,53 @@ "BLOCKS RF50", "BLOCKS RF50 0.8 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "180", - "inner_wall_speed": "300", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", - "gap_infill_speed": "260", - "support_speed": "300", "support_interface_speed": "180", "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio":"0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", + "outer_wall_speed": "180", + "inner_wall_speed": "300", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", + "gap_infill_speed": "260", + "support_speed": "300", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" + + } diff --git a/resources/profiles/Blocks/process/fdm_process_blocks_common.json b/resources/profiles/Blocks/process/fdm_process_blocks_common.json index 4e80b4df11..3d95b4f09f 100644 --- a/resources/profiles/Blocks/process/fdm_process_blocks_common.json +++ b/resources/profiles/Blocks/process/fdm_process_blocks_common.json @@ -31,7 +31,7 @@ "line_width": "0.42", "infill_direction": "45", "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", + "sparse_infill_pattern": "grid", "initial_layer_acceleration": "3000", "initial_layer_line_width": "0.42", "initial_layer_print_height": "0.2", diff --git a/resources/profiles/Blocks/process/fdm_process_common 0.6 nozzle.json b/resources/profiles/Blocks/process/fdm_process_common 0.6 nozzle.json index 4fb93f7ec3..eaaf04da06 100644 --- a/resources/profiles/Blocks/process/fdm_process_common 0.6 nozzle.json +++ b/resources/profiles/Blocks/process/fdm_process_common 0.6 nozzle.json @@ -25,7 +25,7 @@ "line_width": "0.62", "infill_direction": "45", "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", + "sparse_infill_pattern": "grid", "initial_layer_line_width": "0.62", "initial_layer_print_height": "0.2", "infill_combination": "0", @@ -40,7 +40,7 @@ "print_settings_id": "", "raft_layers": "0", "seam_position": "nearest", - "seam_gap": "2%", + "seam_gap": "2%", "skirt_distance": "2", "skirt_height": "2", "minimum_sparse_infill_area": "0", diff --git a/resources/profiles/Blocks/process/fdm_process_common.json b/resources/profiles/Blocks/process/fdm_process_common.json index 5983ecc3c1..90c81709ca 100644 --- a/resources/profiles/Blocks/process/fdm_process_common.json +++ b/resources/profiles/Blocks/process/fdm_process_common.json @@ -19,7 +19,7 @@ "line_width": "0.45", "infill_direction": "45", "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", + "sparse_infill_pattern": "grid", "initial_layer_line_width": "0.42", "initial_layer_print_height": "0.2", "initial_layer_speed": "20",