[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
This commit is contained in:
Hugo Costa
2025-09-03 17:11:28 +01:00
committed by GitHub
parent 6d0933d27c
commit 8e6d69dc9f
26 changed files with 1002 additions and 302 deletions

View File

@@ -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"]
}

View File

@@ -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"]
}

View File

@@ -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"]
}