mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 06:53:47 -07:00
Initial release
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"name": "BLOCKS RF50 0.8 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"settings_id": "GM011",
|
||||
"printer_model": "BLOCKS RF50",
|
||||
"default_print_profile": "0.38mm Standard 0.8 nozzle @Blocks_RF50",
|
||||
"max_layer_height": [
|
||||
"0.60"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"500x0",
|
||||
"500x500",
|
||||
"0x500"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"printer_variant": "0.8",
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user