From 4d177312b80414213c5c5fffa4855e79c0137913 Mon Sep 17 00:00:00 2001 From: Barrnet Date: Fri, 20 Oct 2023 11:54:37 +0200 Subject: [PATCH 1/2] Create flyingbear_ghost_6.def.json --- .../definitions/flyingbear_ghost_6.def.json | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 resources/definitions/flyingbear_ghost_6.def.json diff --git a/resources/definitions/flyingbear_ghost_6.def.json b/resources/definitions/flyingbear_ghost_6.def.json new file mode 100644 index 0000000000..c6aa63eb83 --- /dev/null +++ b/resources/definitions/flyingbear_ghost_6.def.json @@ -0,0 +1,49 @@ +{ + "version": 2, + "name": "Flying Bear Ghost 6", + "inherits": "flyingbear_base", + "metadata": + { + "visible": true, + "author": "barrnet", + "platform": "flyingbear_platform.obj", + "platform_texture": "flyingbear_platform.png", + "quality_definition": "flyingbear_base" + }, + "overrides": + { + "machine_name": { "default_value": "Flying Bear Ghost 6" }, + "acceleration_enabled": { "value": false }, + "acceleration_print": { "value": 1500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + "acceleration_travel": { "value": 3000 }, + "acceleration_travel_layer_0": { "value": "acceleration_travel" }, + "jerk_enabled": { "value": false }, + "jerk_print": { "value": 20 }, + "jerk_travel": { "value": "jerk_print" }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "machine_acceleration": { "value": 1500 }, + "machine_depth": { "default_value": 210 }, + "machine_height": { "default_value": 210 }, + "machine_width": { "default_value": 255 }, + "machine_max_acceleration_e": { "value": 80000 }, + "machine_max_acceleration_x": { "value": 1000 }, + "machine_max_acceleration_y": { "value": 1000 }, + "machine_max_acceleration_z": { "value": 200 }, + "machine_max_feedrate_e": { "value": 70 }, + "machine_max_feedrate_x": { "value": 200 }, + "machine_max_feedrate_y": { "value": 200 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_jerk_e": { "value": 5.0 }, + "machine_max_jerk_xy": { "value": 15 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Flying Bear Ghost 6" }, + "machine_steps_per_mm_e": { "default_value": 405 }, + "machine_steps_per_mm_x": { "default_value": 160 }, + "machine_steps_per_mm_y": { "default_value": 160 }, + "machine_steps_per_mm_z": { "default_value": 800 }, + "retraction_amount": { "value": 0.8 }, + "retraction_extrusion_window": { "value": 1.5 }, + "retraction_speed": { "default_value": 35 } + } +} From 32cb2adb9fa9651374ecdb6c416656ff54366a46 Mon Sep 17 00:00:00 2001 From: Barrnet Date: Fri, 20 Oct 2023 12:25:05 +0200 Subject: [PATCH 2/2] Add variant nozzle definition --- .../flyingbear/flyingbear_ghost_6_0.25.inst.cfg | 12 ++++++++++++ .../flyingbear/flyingbear_ghost_6_0.30.inst.cfg | 12 ++++++++++++ .../flyingbear/flyingbear_ghost_6_0.40.inst.cfg | 12 ++++++++++++ .../flyingbear/flyingbear_ghost_6_0.50.inst.cfg | 12 ++++++++++++ .../flyingbear/flyingbear_ghost_6_0.60.inst.cfg | 12 ++++++++++++ .../flyingbear/flyingbear_ghost_6_0.80.inst.cfg | 12 ++++++++++++ 6 files changed, 72 insertions(+) create mode 100644 resources/variants/flyingbear/flyingbear_ghost_6_0.25.inst.cfg create mode 100644 resources/variants/flyingbear/flyingbear_ghost_6_0.30.inst.cfg create mode 100644 resources/variants/flyingbear/flyingbear_ghost_6_0.40.inst.cfg create mode 100644 resources/variants/flyingbear/flyingbear_ghost_6_0.50.inst.cfg create mode 100644 resources/variants/flyingbear/flyingbear_ghost_6_0.60.inst.cfg create mode 100644 resources/variants/flyingbear/flyingbear_ghost_6_0.80.inst.cfg diff --git a/resources/variants/flyingbear/flyingbear_ghost_6_0.25.inst.cfg b/resources/variants/flyingbear/flyingbear_ghost_6_0.25.inst.cfg new file mode 100644 index 0000000000..db631d9c3d --- /dev/null +++ b/resources/variants/flyingbear/flyingbear_ghost_6_0.25.inst.cfg @@ -0,0 +1,12 @@ +[general] +definition = flyingbear_ghost_6 +name = 0.25mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.25 \ No newline at end of file diff --git a/resources/variants/flyingbear/flyingbear_ghost_6_0.30.inst.cfg b/resources/variants/flyingbear/flyingbear_ghost_6_0.30.inst.cfg new file mode 100644 index 0000000000..4d33cff423 --- /dev/null +++ b/resources/variants/flyingbear/flyingbear_ghost_6_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +definition = flyingbear_ghost_6 +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/flyingbear/flyingbear_ghost_6_0.40.inst.cfg b/resources/variants/flyingbear/flyingbear_ghost_6_0.40.inst.cfg new file mode 100644 index 0000000000..8ef6a7ab10 --- /dev/null +++ b/resources/variants/flyingbear/flyingbear_ghost_6_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +definition = flyingbear_ghost_6 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/flyingbear/flyingbear_ghost_6_0.50.inst.cfg b/resources/variants/flyingbear/flyingbear_ghost_6_0.50.inst.cfg new file mode 100644 index 0000000000..e9b6c77da5 --- /dev/null +++ b/resources/variants/flyingbear/flyingbear_ghost_6_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +definition = flyingbear_ghost_6 +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/flyingbear/flyingbear_ghost_6_0.60.inst.cfg b/resources/variants/flyingbear/flyingbear_ghost_6_0.60.inst.cfg new file mode 100644 index 0000000000..6a2d974cc3 --- /dev/null +++ b/resources/variants/flyingbear/flyingbear_ghost_6_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +definition = flyingbear_ghost_6 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/flyingbear/flyingbear_ghost_6_0.80.inst.cfg b/resources/variants/flyingbear/flyingbear_ghost_6_0.80.inst.cfg new file mode 100644 index 0000000000..59b1af9de3 --- /dev/null +++ b/resources/variants/flyingbear/flyingbear_ghost_6_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +definition = flyingbear_ghost_6 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 \ No newline at end of file