mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM010",
|
||||
"name": "BLOCKS RF50 0.6 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM010",
|
||||
"printer_model": "BLOCKS RF50",
|
||||
"default_print_profile": "0.26mm Standard 0.6 nozzle @Blocks_RF50",
|
||||
"max_layer_height": [
|
||||
@@ -23,40 +23,50 @@
|
||||
"0x500"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12"
|
||||
],
|
||||
"machine_max_speed_e": ["60"],
|
||||
"machine_max_speed_x": ["500"],
|
||||
"machine_max_speed_y": ["500"],
|
||||
"machine_max_speed_z": ["12"],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
"30"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
"0.4"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Slope Lift"
|
||||
],
|
||||
"z_hop_types": ["Slope Lift"],
|
||||
"auxiliary_fan": "1",
|
||||
"support_air_filtration": "1",
|
||||
"support_air_filtration": "1",
|
||||
"printable_height": "500",
|
||||
"extruder_clearance_radius": "106",
|
||||
"extruder_clearance_height_to_rod": "30",
|
||||
@@ -64,12 +74,15 @@
|
||||
"upward_compatible_machine": [
|
||||
"BLOCKS RF50"
|
||||
],
|
||||
"machine_start_gcode":[
|
||||
"PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]",
|
||||
"SET_PRESSURE_ADVANCE ADVANCE=0.046"
|
||||
"machine_start_gcode": [
|
||||
"PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]",
|
||||
"SET_PRESSURE_ADVANCE ADVANCE=0.046"
|
||||
],
|
||||
"printer_variant": "0.6",
|
||||
"wipe_distance": ["2"],
|
||||
"retract_before_wipe": ["0"]
|
||||
|
||||
}
|
||||
"printer_variant": "0.6",
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user