diff --git a/resources/definitions/jgaurora_a6.def.json b/resources/definitions/jgaurora_a6.def.json new file mode 100644 index 0000000000..523285c8e5 --- /dev/null +++ b/resources/definitions/jgaurora_a6.def.json @@ -0,0 +1,48 @@ +{ + "version": 2, + "name": "JGAurora A6", + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "CrissR", + "manufacturer": "JGAurora", + "file_formats": "text/x-gcode", + "platform": "jgaurora_a6_platform.stl", + "supports_usb_connection": true, + "supports_network_connection": false, + "has_machine_quality": true, + "quality_definition": "jgaurora_a6", + "has_variants": false, + "preferred_quality_type": "normal", + "machine_extruder_trains": + { + "0": "jgaurora_a6_extruder_0" + } + }, + + "overrides": { + "machine_name": { "default_value": "JGAurora A6" }, + "machine_heated_bed": { "default_value": true }, + "machine_width": { "default_value": 300 }, + "machine_height": { "default_value": 200 }, + "machine_depth": { "default_value": 200 }, + "machine_center_is_zero": { "default_value": false }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "layer_height": { "default_value": 0.16 }, + "layer_height_0": { "default_value": 0.2 }, + "retraction_enable": { "default_value": true }, + "retraction_amount": { "default_value": 4 }, + "retraction_speed": { "default_value": 45 }, + "adhesion_type": { "default_value": "skirt" }, + "speed_print": { "default_value": 60}, + "gantry_height": { "value": 10 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_start_gcode": { + "default_value": "M190 S{print_bed_temperature} ;bed temperature line\nM109 S{print_temperature} ;temperature line\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F{travel_speed} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nF200 E3;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{travel_speed}\nG1 Z0.0 F{travel_speed}\nM117 Printing... ;LCD Message" + }, + "machine_end_gcode": { + "default_value": "M104 S0 ;extruder heater off\nM140 S0;heated bed heater off\nG91;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\nG28 X0 Y0;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90;absolute positioning\nM104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X178 Y180 F4200 ; park print head\nM84 ; disable motors" + } + } +} diff --git a/resources/extruders/jgaurora_a6_extruder_0.def.json b/resources/extruders/jgaurora_a6_extruder_0.def.json new file mode 100644 index 0000000000..dbe6248a7e --- /dev/null +++ b/resources/extruders/jgaurora_a6_extruder_0.def.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + + "metadata": { + "machine": "jgaurora_a6", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} diff --git a/resources/meshes/jgaurora_a6_platform.stl b/resources/meshes/jgaurora_a6_platform.stl new file mode 100644 index 0000000000..b02686dbad Binary files /dev/null and b/resources/meshes/jgaurora_a6_platform.stl differ diff --git a/resources/quality/jgaurora_a6/jgaurora_a6_0.12_detail.inst.cfg b/resources/quality/jgaurora_a6/jgaurora_a6_0.12_detail.inst.cfg new file mode 100644 index 0000000000..abbb78842a --- /dev/null +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.12_detail.inst.cfg @@ -0,0 +1,26 @@ +[general] +version = 4 +name = Detail 0.12 +definition = jgaurora_a6 + +[metadata] +setting_version = 16 +quality_type = detail +type = quality +weight = 0 +global_quality = true + +[values] +layer_height = 0.12 +layer_height_0 = 0.2 +initial_layer_line_width_factor = 150 +infill_before_walls = true +speed_print = 50 +speed_travel = 80 +retraction_amount = 4 +acceleration_enabled = True +adhesion_type = skirt +jerk_enabled = True +retraction_combing = infill +support_enable = False +travel_retract_before_outer_wall = True diff --git a/resources/quality/jgaurora_a6/jgaurora_a6_0.16_optimal.inst.cfg b/resources/quality/jgaurora_a6/jgaurora_a6_0.16_optimal.inst.cfg new file mode 100644 index 0000000000..f31a22ef4d --- /dev/null +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.16_optimal.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = Optimal 0.16 +definition = jgaurora_a6 + +[metadata] +quality_type = optimal +setting_version = 16 +type = quality +weight = -1 +global_quality = true + +[values] +layer_height = 0.16 +layer_height_0 = 0.2 +initial_layer_line_width_factor = 150 +infill_before_walls = true +speed_print = 55 +speed_travel = 80 +retraction_amount = 4 +adhesion_type = skirt +acceleration_enabled = True +adhesion_type = skirt +jerk_enabled = True +retraction_combing = infill +support_enable = False +travel_retract_before_outer_wall = True diff --git a/resources/quality/jgaurora_a6/jgaurora_a6_0.24_draft.inst.cfg b/resources/quality/jgaurora_a6/jgaurora_a6_0.24_draft.inst.cfg new file mode 100644 index 0000000000..d3ad506d77 --- /dev/null +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.24_draft.inst.cfg @@ -0,0 +1,21 @@ +[general] +version = 4 +name = Draft 0.24 +definition = jgaurora_a6 + +[metadata] +quality_type = draft +setting_version = 16 +type = quality +weight = -3 +global_quality = true + +[values] +layer_height = 0.24 +layer_height_0 = 0.24 +speed_print = 60 +retraction_amount = 4 +adhesion_type = skirt +retraction_combing = infill +support_enable = False +travel_retract_before_outer_wall = True diff --git a/resources/quality/jgaurora_a6/jgaurora_a6_0.28_fast.inst.cfg.txt b/resources/quality/jgaurora_a6/jgaurora_a6_0.28_fast.inst.cfg.txt new file mode 100644 index 0000000000..724cba5d92 --- /dev/null +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.28_fast.inst.cfg.txt @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Fast 0.28 +definition = jgaurora_a6 + +[metadata] +quality_type = fast +setting_version = 16 +type = quality +weight = -4 +global_quality = true + +[values] +layer_height = 0.28 +layer_height_0 = 0.28 +speed_print = 60 +speed_travel = 120 +speed_layer_0 = 30 +wall_thickness = =line_width * 4 +retraction_amount = 4 +adhesion_type = skirt +retraction_combing = infill +support_enable = False +travel_retract_before_outer_wall = True diff --git a/resources/quality/jgaurora_a6/jgaurora_a6_0.2_normal.inst.cfg b/resources/quality/jgaurora_a6/jgaurora_a6_0.2_normal.inst.cfg new file mode 100644 index 0000000000..290dd426c3 --- /dev/null +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.2_normal.inst.cfg @@ -0,0 +1,21 @@ +[general] +version = 4 +name = Normal 0.20 +definition = jgaurora_a6 + +[metadata] +quality_type = normal +setting_version = 16 +type = quality +weight = -2 +global_quality = true + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +speed_print = 60 +speed_travel = 100 +adhesion_type = skirt +retraction_combing = infill +support_enable = False +travel_retract_before_outer_wall = True