orcaslicer/resources/profiles/FlyingBear/machine/FlyingBear Ghost 6 0.4 nozzle.json
Ruslan Kyba 63768cb87f
Add Flyingbear Ghost 6 profile (#5826)
* chore: init

* chore: update

* chore: update

* chore: update

* chore: udpate

* chore: update

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-06-26 20:28:35 +08:00

134 lines
No EOL
3.8 KiB
JSON

{
"type": "machine",
"setting_id": "GM001",
"name": "FlyingBear Ghost 6 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_marlin_common",
"printer_model": "FlyingBear Ghost 6",
"gcode_flavor": "marlin2",
"default_print_profile": "0.20mm Standard @FlyingBear Ghost 6",
"nozzle_diameter": [
"0.4"
],
"printer_variant": "0.4",
"printable_area": [
"0x0",
"255x0",
"255x210",
"0x210"
],
"printable_height": "210",
"nozzle_type": "brass",
"auxiliary_fan": "1",
"support_air_filtration": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_extruding": [
"1500",
"1500"
],
"machine_max_acceleration_retracting": [
"3000",
"3000"
],
"machine_max_acceleration_travel": [
"2000",
"2000"
],
"machine_max_acceleration_x": [
"1500",
"1500"
],
"machine_max_acceleration_y": [
"1500",
"1500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_acceleration_e": [
"2000",
"2000"
],
"machine_max_speed_x": [
"200",
"200"
],
"machine_max_speed_y": [
"200",
"200"
],
"machine_max_speed_z": [
"4",
"4"
],
"machine_max_speed_e": [
"45",
"45"
],
"machine_max_jerk_x": [
"15",
"15"
],
"machine_max_jerk_y": [
"15",
"15"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"machine_max_jerk_e": [
"2.0",
"2.0"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.05"
],
"printer_settings_id": "",
"retraction_minimum_travel": [
"3"
],
"retract_before_wipe": [
"0%"
],
"retraction_length": [
"0.8"
],
"retract_length_toolchange": [
"1"
],
"retraction_speed": [
"35"
],
"deretraction_speed": [
"35"
],
"extruder_clearance_height_to_lid": "80",
"extruder_clearance_height_to_rod": "64",
"extruder_clearance_radius": "40",
"z_hop": [
"0.2"
],
"wipe_distance": [
"2"
],
"single_extruder_multi_material": "1",
"manual_filament_change": "1",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M25",
"default_filament_profile": [
"FlyingBear Generic PLA"
],
"machine_start_gcode": "M220 S100 ;reset feedrate\nM221 S100 ;reset flowrate\nG21 ;set units to millimeters\nG90 ;use absolute coordinates\nM82 ;absolute extrusion mode\nM107 ;turn off colling fan\n\nM140 S[bed_temperature_initial_layer] ;set bed temperature continue without waiting\nM104 S[nozzle_temperature_initial_layer] ;set hotend temperature continue without waiting\n\nG28 ;home\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder\n\nM190 S[bed_temperature_initial_layer] ;wait for bed temperature\nM109 S[nozzle_temperature_initial_layer] ;wait for hotend temperature\n\nG1 X20 Y20 F5000 ;start position \nG1 Z0.28 F1500 ;lower z\nG1 E4 F500 ;prime the filament\n\nG1 X20 Y20.0 Z0.28 F3000.0 ;start position \nG1 X20 Y170.0 Z0.28 F1500.0 E12 ;1st line\nG1 X20.3 F1500\nG1 X20.3 Y20.0 Z0.28 F1500.0 E18 ;2nd line\n\nG92 E0 ;reset extruder\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder\n",
"machine_end_gcode": "G91 ;use relative coordinates\nG1 E-4 F1500 ;retract the filament\nG1 X5 Y5 Z0.2 F5000 ;wipe\nG1 Z5 F1500 ;raise z\nG90 ;use absolute coordinates\nG1 X10 Y210 F5000 ;park print head\n\nM107 ;turn off fan\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\nM84 ;disable motors",
"scan_first_layer": "0",
"thumbnails": [
"100x100",
"320x320"
]
}