diff --git a/resources/definitions/101Hero.def.json b/resources/definitions/101Hero.def.json index 613a9670fd..2921d403da 100644 --- a/resources/definitions/101Hero.def.json +++ b/resources/definitions/101Hero.def.json @@ -1,52 +1,46 @@ { - "version": 2, + "version": 2, "name": "101Hero", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "rikky", "manufacturer": "101Hero", "file_formats": "text/x-gcode", "platform": "101hero-platform.3mf", - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "101Hero_extruder_0" }, "preferred_quality_type": "draft", - "machine_extruder_trains": - { - "0": "101Hero_extruder_0" - } + "supports_usb_connection": true }, - - "overrides": { - "machine_name": { "default_value": "101Hero" }, - "machine_shape": { "default_value": "elliptic"}, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 149.86 }, - "machine_depth": { "default_value": 149.86 }, - "machine_height": { "default_value": 99.822 }, + "overrides": + { + "gantry_height": { "value": "0" }, "machine_center_is_zero": { "default_value": true }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 149.86 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit\nG1 Z0.5 E-5 F840 ;move Z up a bit and retract even more\nG28 X0 Y0 ;home X/Y, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ 0, 0 ], - [ 0, 0 ], - [ 0, 0 ], - [ 0, 0 ] + [0, 0], + [0, 0], + [0, 0], + [0, 0] ] }, - "speed_print": { "default_value": 14 }, - "speed_travel": { "value": "speed_print" }, - "speed_wall": { "value": "speed_print * 0.7" }, - "speed_topbottom": { "value": "speed_print * 0.7" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 99.822 }, + "machine_name": { "default_value": "101Hero" }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;home Z\nG1 Z15.0 F840\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F840\n;Put printing message on LCD screen\nM117 Printing...\n" }, + "machine_width": { "default_value": 149.86 }, + "retraction_amount": { "default_value": 2.5 }, + "retraction_speed": { "default_value": 10 }, "speed_layer_0": { "value": "speed_print * 0.7" }, - "gantry_height": { "value": "0" }, - "retraction_speed": { "default_value" : 10 }, - "retraction_amount": { "default_value" : 2.5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;home Z\nG1 Z15.0 F840\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F840\n;Put printing message on LCD screen\nM117 Printing...\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit\nG1 Z0.5 E-5 F840 ;move Z up a bit and retract even more\nG28 X0 Y0 ;home X/Y, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" - } + "speed_print": { "default_value": 14 }, + "speed_topbottom": { "value": "speed_print * 0.7" }, + "speed_travel": { "value": "speed_print" }, + "speed_wall": { "value": "speed_print * 0.7" } } -} +} \ No newline at end of file diff --git a/resources/definitions/3dator.def.json b/resources/definitions/3dator.def.json index ece74ce0b4..dbcef20f24 100644 --- a/resources/definitions/3dator.def.json +++ b/resources/definitions/3dator.def.json @@ -2,34 +2,28 @@ "version": 2, "name": "3Dator", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "3Dator GmbH", "manufacturer": "3Dator GmbH", "file_formats": "text/x-gcode", - "supports_usb_connection": true, "platform": "3dator_platform.3mf", - "machine_extruder_trains": - { - "0": "3dator_extruder_0" - } + "machine_extruder_trains": { "0": "3dator_extruder_0" }, + "supports_usb_connection": true }, - - "overrides": { - "machine_name": { "default_value": "3Dator" }, - "prime_tower_size": { "default_value": 8.660254037844387 }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "gantry_height": { "value": "30" }, "infill_sparse_density": { "default_value": 20 }, "layer_height": { "default_value": 0.2 }, - "speed_print": { "default_value": 50 }, - "machine_heated_bed": { "default_value": true }, "machine_center_is_zero": { "default_value": false }, - "machine_height": { "default_value": 260 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_depth": { "default_value": 170 }, - "machine_width": { "default_value": 180 }, - "retraction_speed": {"default_value":100}, - "adhesion_type": { "default_value": "none" }, - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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{speed_travel} ;move Z up a bit and retract filament even more\nG28 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-15, -25], [-15, 35], @@ -37,13 +31,13 @@ [40, -25] ] }, - "gantry_height": { - "value": "30" - }, - "machine_start_gcode": { - "default_value": ";Sliced at: {day} {date} {time}\nM104 S{material_print_temperature} ;set temperatures\nM140 S{material_bed_temperature}\nM109 S{material_print_temperature} ;wait for temperatures\nM190 S{material_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;move Z to min endstops\nG28 X0 Y0 ;move X/Y to min endstops\nG29 ;Auto Level\nG1 Z0.6 F{speed_travel} ;move the Nozzle near the Bed\nG92 E0\nG1 Y0 ;zero the extruded length\nG1 X10 E30 F500 ;printing a Line from right to left\nG92 E0 ;zero the extruded length again\nG1 Z2\nG1 F{speed_travel}\nM117 Printing...;Put printing message on LCD screen\nM150 R255 U255 B255 P4 ;Change LED Color to white" }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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{speed_travel} ;move Z up a bit and retract filament even more\nG28 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "3Dator" }, + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time}\nM104 S{material_print_temperature} ;set temperatures\nM140 S{material_bed_temperature}\nM109 S{material_print_temperature} ;wait for temperatures\nM190 S{material_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;move Z to min endstops\nG28 X0 Y0 ;move X/Y to min endstops\nG29 ;Auto Level\nG1 Z0.6 F{speed_travel} ;move the Nozzle near the Bed\nG92 E0\nG1 Y0 ;zero the extruded length\nG1 X10 E30 F500 ;printing a Line from right to left\nG92 E0 ;zero the extruded length again\nG1 Z2\nG1 F{speed_travel}\nM117 Printing...;Put printing message on LCD screen\nM150 R255 U255 B255 P4 ;Change LED Color to white" }, + "machine_width": { "default_value": 180 }, + "prime_tower_size": { "default_value": 8.660254037844387 }, + "retraction_speed": { "default_value": 100 }, + "speed_print": { "default_value": 50 } } -} +} \ No newline at end of file diff --git a/resources/definitions/3di_base.def.json b/resources/definitions/3di_base.def.json index b86ff4707c..e2972009f1 100644 --- a/resources/definitions/3di_base.def.json +++ b/resources/definitions/3di_base.def.json @@ -1,49 +1,26 @@ -{ - "version": 2, - "name": "3DI Base Printer", - "inherits": "fdmprinter", - "metadata": { - "visible": false, - "author": "Vaibhav Jain", - "manufacturer": "3Deometry Innovations", - "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "3di_base_extruder_0" - } - }, - - "overrides": { - "machine_name":{ - "default_value": "3DI Base Printer" - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 220 - }, - "machine_height": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning" - }, - "machine_shape": { - "default_value": "elliptic" - } - } -} - +{ + "version": 2, + "name": "3DI Base Printer", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "Vaibhav Jain", + "manufacturer": "3Deometry Innovations", + "file_formats": "text/x-gcode", + "machine_extruder_trains": { "0": "3di_base_extruder_0" } + }, + "overrides": + { + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 220 }, + "machine_name": { "default_value": "3DI Base Printer" }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 220 } + } +} \ No newline at end of file diff --git a/resources/definitions/3di_d300.def.json b/resources/definitions/3di_d300.def.json index 3fad62d339..c3d5c4b8bd 100644 --- a/resources/definitions/3di_d300.def.json +++ b/resources/definitions/3di_d300.def.json @@ -1,26 +1,22 @@ -{ - "version": 2, - "name": "3DI D300", - "inherits": "3di_base", - "metadata": { - "visible": true, - "platform": "3di_d300_platform.STL", - "platform_offset": [-200, -5, 173.205] - }, - - "overrides": { - "machine_name": { - "default_value": "3DI D300" - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - } - } -} - +{ + "version": 2, + "name": "3DI D300", + "inherits": "3di_base", + "metadata": + { + "visible": true, + "platform": "3di_d300_platform.STL", + "platform_offset": [ + -200, + -5, + 173.205 + ] + }, + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "3DI D300" }, + "machine_width": { "default_value": 300 } + } +} \ No newline at end of file diff --git a/resources/definitions/3dtech_semi_professional.def.json b/resources/definitions/3dtech_semi_professional.def.json index 42111c3d98..5058bb9a99 100644 --- a/resources/definitions/3dtech_semi_professional.def.json +++ b/resources/definitions/3dtech_semi_professional.def.json @@ -2,40 +2,29 @@ "version": 2, "name": "3DTech Semi-Professional", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "3DTech", "manufacturer": "3DTech", "file_formats": "text/x-gcode", "platform": "3dtech_semi_professional_platform.3mf", - "platform_offset": [0, -2.5, 0 ], - "machine_extruder_trains": - { - "0": "3dtech_semi_professional_extruder_0" - } + "machine_extruder_trains": { "0": "3dtech_semi_professional_extruder_0" }, + "platform_offset": [ + 0, + -2.5, + 0 + ] }, - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 250 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0 ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_height": { "default_value": 300 }, "machine_name": { "default_value": "3DTECH SP Control" }, - "machine_width": { - "default_value": 250 - }, - "machine_depth": { - "default_value": 250 - }, - "machine_height": { - "default_value": 300 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG29 ;\nG1 Z5 F3000 ; lift\nG1 X5 Y25 F5000 ; move to prime\nG1 Z0.2 F3000 ; get ready to prime\nG92 E0 ; reset extrusion distance\nG1 Y100 E20 F600 ; prime nozzle\nG1 Y140 F5000 ; quick wipe" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0 ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ; home all axes\nG29 ;\nG1 Z5 F3000 ; lift\nG1 X5 Y25 F5000 ; move to prime\nG1 Z0.2 F3000 ; get ready to prime\nG92 E0 ; reset extrusion distance\nG1 Y100 E20 F600 ; prime nozzle\nG1 Y140 F5000 ; quick wipe" }, + "machine_width": { "default_value": 250 } } -} +} \ No newline at end of file diff --git a/resources/definitions/I3MetalMotion.def.json b/resources/definitions/I3MetalMotion.def.json index a9d55969bb..ad191301e1 100644 --- a/resources/definitions/I3MetalMotion.def.json +++ b/resources/definitions/I3MetalMotion.def.json @@ -2,32 +2,26 @@ "version": 2, "name": "I3 Metal Motion", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Peter Felecan", "manufacturer": "eMotionTech", "file_formats": "text/x-gcode", "has_materials": true, - "preferred_material": "emotiontech_pla", - "machine_extruder_trains": - { - "0": "I3MetalMotion_extruder_0" - } + "machine_extruder_trains": { "0": "I3MetalMotion_extruder_0" }, + "preferred_material": "emotiontech_pla" }, - - "overrides": { - "machine_name": { "default_value": "I3MetalMotion" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 200 }, - "machine_height": { "default_value": 200 }, - "machine_depth": { "default_value": 200 }, + "overrides": + { "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "G28 Z\nG28 X\nG28 Y\nM107 ; Turn off the fan\nG91; Relative positioning\nG1 E-1 ; reduce filament pressure\nM104 T0 S0\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM140 S0 ; Disable heated bed\nM84 ; Turn the steppers off" }, "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, - "machine_start_gcode": { - "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG28 W ; home all\nG92 E0.0 ; reset extruder distance position\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" - }, - "machine_end_gcode": { - "default_value": "G28 Z\nG28 X\nG28 Y\nM107 ; Turn off the fan\nG91; Relative positioning\nG1 E-1 ; reduce filament pressure\nM104 T0 S0\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM140 S0 ; Disable heated bed\nM84 ; Turn the steppers off" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "I3MetalMotion" }, + "machine_start_gcode": { "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG28 W ; home all\nG92 E0.0 ; reset extruder distance position\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" }, + "machine_width": { "default_value": 200 } } -} +} \ No newline at end of file diff --git a/resources/definitions/Mark2_for_Ultimaker2.def.json b/resources/definitions/Mark2_for_Ultimaker2.def.json index 2418445a26..305a9b18da 100644 --- a/resources/definitions/Mark2_for_Ultimaker2.def.json +++ b/resources/definitions/Mark2_for_Ultimaker2.def.json @@ -2,179 +2,69 @@ "version": 2, "name": "Mark2 for Ultimaker2", "inherits": "ultimaker2_plus", - "metadata": { + "metadata": + { "visible": true, "author": "TheUltimakerCommunity", "manufacturer": "Foehnsturm", - "weight": 0, - "has_variants": true, - "has_materials": true, - "has_machine_quality": false, "file_formats": "text/x-gcode", - "icon": "icon_ultimaker.png", "platform": "ultimaker2_platform.obj", - "platform_texture": "Mark2_for_Ultimaker2_backplate.png", + "has_machine_quality": false, + "has_materials": true, + "has_variants": true, + "icon": "icon_ultimaker.png", "machine_extruder_trains": { "0": "Mark2_extruder1", "1": "Mark2_extruder2" }, - "supported_actions": ["MachineSettingsAction", "UpgradeFirmware"] + "platform_texture": "Mark2_for_Ultimaker2_backplate.png", + "supported_actions": [ + "MachineSettingsAction", + "UpgradeFirmware" + ], + "weight": 0 }, - "overrides": { - "machine_name": { "default_value": "Mark2_for_Ultimaker2" }, - "machine_width": { - "default_value": 223 - }, - "machine_depth": { - "default_value": 223 - }, - "machine_height": { - "default_value": 203 - }, - "gantry_height": { - "value": "52" - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_heat_up_speed": { - "default_value": 3.5 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 1.5 - }, - "machine_min_cool_heat_time_window": - { - "default_value": 15.0 - }, - "machine_show_variants": { - "default_value": true - }, - "machine_nozzle_head_distance": { - "default_value": 5 - }, - "machine_heat_zone_length": { - "default_value": 20 - }, - "machine_heated_bed": { - "default_value": true - }, - "speed_wall_x": { - "value": "speed_wall" - }, - "layer_height_0": { - "value": "round(machine_nozzle_size / 1.5, 2)" - }, - "line_width": { - "value": "round(machine_nozzle_size * 0.875, 2)" - }, - "speed_support": { - "value": "speed_wall_0" - }, - "machine_max_feedrate_x": { - "default_value": 250 - }, - "machine_max_feedrate_y": { - "default_value": 250 - }, - "machine_max_feedrate_z": { - "default_value": 40 - }, - "machine_max_feedrate_e": { - "default_value": 45 - }, - "machine_acceleration": { - "default_value": 3000 - }, - "retraction_amount": { - "default_value": 5.1 - }, - "retraction_speed": { - "default_value": 25 - }, - "switch_extruder_retraction_amount": { - "value": "retraction_amount", - "enabled": false - }, - "switch_extruder_retraction_speeds": { - "value": "retraction_speed", - "enabled": false - }, - "switch_extruder_retraction_speed": { - "value": "retraction_retract_speed", - "enabled": false - }, - "switch_extruder_prime_speed": { - "value": "retraction_prime_speed", - "enabled": false - }, - "machine_head_with_fans_polygon": - { - "default_value": [ - [ -44, 14 ], - [ -44, -34 ], - [ 64, 14 ], - [ 64, -34 ] - ] - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T0 ;reset filament diameter\\nM200 D0 T1\\nG28 Z0; home all\\nG28 X0 Y0\\nG0 Z20 F2400 ;move the platform to 20mm\\nG92 E0\\nM190 S{material_bed_temperature_layer_0}\\nM109 T0 S{material_standby_temperature, 0}\\nM109 T1 S{material_print_temperature_layer_0, 1}\\nM104 T0 S{material_print_temperature_layer_0, 0}\\nT1 ; move to the 2th head\\nG0 Z20 F2400\\nG92 E-7.0 ;prime distance\\nG1 E0 F45 ;purge nozzle\\nG1 E-5.1 F1500 ; retract\\nG1 X90 Z0.01 F5000 ; move away from the prime poop\\nG1 X50 F9000\\nG0 Z20 F2400\\nT0 ; move to the first head\\nM104 T1 S{material_standby_temperature, 1}\\nG0 Z20 F2400\\nM104 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nG92 E-7.0\\nG1 E0 F45 ;purge nozzle\\nG1 X60 Z0.01 F5000 ; move away from the prime poop\\nG1 X20 F9000\\nM400 ;finish all moves\\nG92 E0\\n;end of startup sequence\\n\"" - }, - "machine_end_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\"" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "acceleration_enabled": - { - "default_value": true - }, - "acceleration_print": - { - "value": "2000" - }, - "acceleration_travel": - { - "value": "acceleration_print if magic_spiralize else 3000" - }, + "overrides": + { + "acceleration_enabled": { "default_value": true }, "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, + "acceleration_print": { "value": "2000" }, "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, + "acceleration_travel": { "value": "acceleration_print if magic_spiralize else 3000" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, - "jerk_enabled": + "extruder_prime_pos_abs": { "default_value": false }, + "extruder_prime_pos_x": { - "default_value": true + "default_value": 0.0, + "enabled": false }, - "jerk_travel": + "extruder_prime_pos_y": { - "value": "jerk_print if magic_spiralize else 20" + "default_value": 0.0, + "enabled": false }, + "extruder_prime_pos_z": + { + "default_value": 0.0, + "enabled": false + }, + "gantry_height": { "value": "52" }, + "jerk_enabled": { "default_value": true }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "10 if jerk_print < 16 else math.ceil(jerk_print * 15 / 25)" }, "jerk_support": { "value": "10 if jerk_print < 16 else math.ceil(jerk_print * 15 / 25)" }, "jerk_support_interface": { "value": "jerk_topbottom" }, "jerk_topbottom": { "value": "10 if jerk_print < 25 else math.ceil(jerk_print * 10 / 25)" }, + "jerk_travel": { "value": "jerk_print if magic_spiralize else 20" }, + "jerk_travel_layer_0": { "value": "math.ceil(jerk_layer_0 * jerk_travel / jerk_print)" }, "jerk_wall": { "value": "10 if jerk_print < 16 else math.ceil(jerk_print * 15 / 25)" }, "jerk_wall_0": { "value": "10 if jerk_wall < 16 else math.ceil(jerk_wall * 6 / 10)" }, - "jerk_travel_layer_0": { "value": "math.ceil(jerk_layer_0 * jerk_travel / jerk_print)" }, - "extruder_prime_pos_abs": { "default_value": false }, - "extruder_prime_pos_x": { "default_value": 0.0, "enabled": false }, - "extruder_prime_pos_y": { "default_value": 0.0, "enabled": false }, - "extruder_prime_pos_z": { "default_value": 0.0, "enabled": false }, + "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" }, "layer_start_x": { "default_value": 105.0, @@ -185,19 +75,93 @@ "default_value": 27.0, "enabled": false }, - "prime_tower_position_x": { - "value": "185" - }, - "prime_tower_position_y": { - "value": "160" - }, - "machine_disallowed_areas": { + "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 223 }, + "machine_disallowed_areas": + { "default_value": [ - [[-115, 112.5], [ -10, 112.5], [ -10, 72.5], [-115, 72.5]], - [[ 115, 112.5], [ 115, 72.5], [ 15, 72.5], [ 15, 112.5]], - [[-115, -112.5], [-115, -87.5], [ 115, -87.5], [ 115, -112.5]], - [[-115, 72.5], [-97, 72.5], [-97, -112.5], [-115, -112.5]] + [ + [-115, 112.5], + [-10, 112.5], + [-10, 72.5], + [-115, 72.5] + ], + [ + [115, 112.5], + [115, 72.5], + [15, 72.5], + [15, 112.5] + ], + [ + [-115, -112.5], + [-115, -87.5], + [115, -87.5], + [115, -112.5] + ], + [ + [-115, 72.5], + [-97, 72.5], + [-97, -112.5], + [-115, -112.5] + ] ] + }, + "machine_end_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\"" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-44, 14], + [-44, -34], + [64, 14], + [64, -34] + ] + }, + "machine_heat_zone_length": { "default_value": 20 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 203 }, + "machine_max_feedrate_e": { "default_value": 45 }, + "machine_max_feedrate_x": { "default_value": 250 }, + "machine_max_feedrate_y": { "default_value": 250 }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_min_cool_heat_time_window": { "default_value": 15.0 }, + "machine_name": { "default_value": "Mark2_for_Ultimaker2" }, + "machine_nozzle_cool_down_speed": { "default_value": 1.5 }, + "machine_nozzle_head_distance": { "default_value": 5 }, + "machine_nozzle_heat_up_speed": { "default_value": 3.5 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T0 ;reset filament diameter\\nM200 D0 T1\\nG28 Z0; home all\\nG28 X0 Y0\\nG0 Z20 F2400 ;move the platform to 20mm\\nG92 E0\\nM190 S{material_bed_temperature_layer_0}\\nM109 T0 S{material_standby_temperature, 0}\\nM109 T1 S{material_print_temperature_layer_0, 1}\\nM104 T0 S{material_print_temperature_layer_0, 0}\\nT1 ; move to the 2th head\\nG0 Z20 F2400\\nG92 E-7.0 ;prime distance\\nG1 E0 F45 ;purge nozzle\\nG1 E-5.1 F1500 ; retract\\nG1 X90 Z0.01 F5000 ; move away from the prime poop\\nG1 X50 F9000\\nG0 Z20 F2400\\nT0 ; move to the first head\\nM104 T1 S{material_standby_temperature, 1}\\nG0 Z20 F2400\\nM104 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nG92 E-7.0\\nG1 E0 F45 ;purge nozzle\\nG1 X60 Z0.01 F5000 ; move away from the prime poop\\nG1 X20 F9000\\nM400 ;finish all moves\\nG92 E0\\n;end of startup sequence\\n\"" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 223 }, + "prime_tower_position_x": { "value": "185" }, + "prime_tower_position_y": { "value": "160" }, + "retraction_amount": { "default_value": 5.1 }, + "retraction_speed": { "default_value": 25 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_wall_x": { "value": "speed_wall" }, + "switch_extruder_prime_speed": + { + "enabled": false, + "value": "retraction_prime_speed" + }, + "switch_extruder_retraction_amount": + { + "enabled": false, + "value": "retraction_amount" + }, + "switch_extruder_retraction_speed": + { + "enabled": false, + "value": "retraction_retract_speed" + }, + "switch_extruder_retraction_speeds": + { + "enabled": false, + "value": "retraction_speed" } } -} +} \ No newline at end of file diff --git a/resources/definitions/abax_pri3.def.json b/resources/definitions/abax_pri3.def.json index 7f73bea678..7e1aefe90f 100644 --- a/resources/definitions/abax_pri3.def.json +++ b/resources/definitions/abax_pri3.def.json @@ -1,60 +1,31 @@ { - "name": "Abax PRi3", "version": 2, + "name": "Abax PRi3", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Abax 3D Technologies", "manufacturer": "Abax 3D Technologies", "file_formats": "text/x-gcode", "has_machine_quality": "true", - "machine_extruder_trains": - { - "0": "abax_pri3_extruder_0" - } + "machine_extruder_trains": { "0": "abax_pri3_extruder_0" } }, - "overrides": { - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set temp of bed to Zero \nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament a bit to release some of the pressure\nG1 F2000 X0 Y215 ;move X to min and Y to max \nG90 ;set to absolute positioning\nM84 ;turn off steppers\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 225 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap" - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1" - }, - "top_bottom_thickness": { - "default_value": 1 - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - } + "overrides": + { + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set temp of bed to Zero \nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament a bit to release some of the pressure\nG1 F2000 X0 Y215 ;move X to min and Y to max \nG90 ;set to absolute positioning\nM84 ;turn off steppers\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 200 }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 225 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/abax_pri5.def.json b/resources/definitions/abax_pri5.def.json index e97994bd61..64bf28d948 100644 --- a/resources/definitions/abax_pri5.def.json +++ b/resources/definitions/abax_pri5.def.json @@ -1,60 +1,31 @@ { - "name": "Abax PRi5", "version": 2, + "name": "Abax PRi5", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Abax 3D Technologies", "manufacturer": "Abax 3D Technologies", "file_formats": "text/x-gcode", "has_machine_quality": "true", - "machine_extruder_trains": - { - "0": "abax_pri5_extruder_0" - } + "machine_extruder_trains": { "0": "abax_pri5_extruder_0" } }, - "overrides": { - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set temp of bed to Zero \nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament a bit to release some of the pressure\nG1 F2000 X0 Y300 ;move X to min and Y to max \nG90 ;set to absolute positioning\nM84 ;turn off steppers\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 310 - }, - "machine_depth": { - "default_value": 310 - }, - "machine_height": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap" - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1" - }, - "top_bottom_thickness": { - "default_value": 1 - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - } + "overrides": + { + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 310 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set temp of bed to Zero \nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament a bit to release some of the pressure\nG1 F2000 X0 Y300 ;move X to min and Y to max \nG90 ;set to absolute positioning\nM84 ;turn off steppers\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 300 }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 310 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/abax_titan.def.json b/resources/definitions/abax_titan.def.json index 0b22634e1f..1c17ea8c8b 100644 --- a/resources/definitions/abax_titan.def.json +++ b/resources/definitions/abax_titan.def.json @@ -1,59 +1,30 @@ { - "name": "Abax Titan", "version": 2, + "name": "Abax Titan", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Abax 3D Technologies", "manufacturer": "Abax 3D Technologies", "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "abax_titan_extruder_0" - } + "machine_extruder_trains": { "0": "abax_titan_extruder_0" } }, - "overrides": { - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set temp of bed to Zero \nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament a bit to release some of the pressure\nG1 F2000 X0 Y300 ;move X to min and Y to max \nG90 ;set to absolute positioning\nM84 ;turn off steppers\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 310 - }, - "machine_depth": { - "default_value": 310 - }, - "machine_height": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap" - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1" - }, - "top_bottom_thickness": { - "default_value": 1 - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - } + "overrides": + { + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 310 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set temp of bed to Zero \nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament a bit to release some of the pressure\nG1 F2000 X0 Y300 ;move X to min and Y to max \nG90 ;set to absolute positioning\nM84 ;turn off steppers\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 300 }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 310 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/alfawise_u20.def.json b/resources/definitions/alfawise_u20.def.json index 5b9b8471c6..fc35da2550 100644 --- a/resources/definitions/alfawise_u20.def.json +++ b/resources/definitions/alfawise_u20.def.json @@ -1,72 +1,35 @@ { - "name": "Alfawise U20", "version": 2, + "name": "Alfawise U20", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Samuel Pinches", "manufacturer": "Alfawise", "file_formats": "text/x-gcode", - "preferred_quality_type": "fast", - "machine_extruder_trains": - { - "0": "alfawise_u20_extruder_0" - } + "machine_extruder_trains": { "0": "alfawise_u20_extruder_0" }, + "preferred_quality_type": "fast" }, - "overrides": { - "machine_name": { - "default_value": "Alfawise U20" - }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 Y60.0 Z0 E9.0 F1000.0;intro line\nG1 Y100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y280 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "10" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1.2" - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 5 - }, - "retraction_speed": { - "default_value": 45 - } + "overrides": + { + "gantry_height": { "value": "10" }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y280 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Alfawise U20" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 Y60.0 Z0 E9.0 F1000.0;intro line\nG1 Y100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 45 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/alfawise_u30.def.json b/resources/definitions/alfawise_u30.def.json index b76a1773c5..1bfd6441c9 100644 --- a/resources/definitions/alfawise_u30.def.json +++ b/resources/definitions/alfawise_u30.def.json @@ -1,59 +1,54 @@ { - "name": "Alfawise U30", "version": 2, + "name": "Alfawise U30", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Nicolas Nussbaum", "manufacturer": "Alfawise", "file_formats": "text/x-gcode", - "preferred_quality_type": "fast", - "machine_extruder_trains": - { - "0": "alfawise_u30_extruder_0" - } + "machine_extruder_trains": { "0": "alfawise_u30_extruder_0" }, + "preferred_quality_type": "fast" }, - "overrides": { - "machine_name": { "default_value": "Alfawise U30" }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\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 Z1 F1000 ;move up slightly\nG1 Y60.0 Z0 E9.0 F1000.0;intro line\nG1 Y100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\nG1 F80\n;Put printing message on LCD screen\nM117 Printing...\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F80 ;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\nM107 ;turn the fan off; -- end of END GCODE --" - }, - "material_diameter": { "default_value": 1.75 }, - "layer_height_0": { "default_value": 0.2 }, - "wall_thickness": { "value": "1.2" }, - "speed_print": { "default_value": 40 }, - "support_enable": { "default_value": true }, - "retraction_enable": { "default_value": true }, - "retraction_amount": { "default_value": 5 }, - "retraction_speed": { "default_value": 45 }, + "overrides": + { "gantry_height": { "value": "25" }, - "machine_width": { "default_value": 220 }, - "machine_height": { "default_value": 250 }, - "machine_depth": { "default_value": 220 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_acceleration": { "default_value": 300 }, "machine_center_is_zero": { "default_value": false }, - "machine_heated_bed": { "default_value": true }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F80 ;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\nM107 ;turn the fan off; -- end of END GCODE --" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_max_feedrate_x": { "default_value": 200 }, - "machine_max_feedrate_y": { "default_value": 200 }, - "machine_max_feedrate_z": { "default_value": 5 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "speed_z_hop": { "value": "machine_max_feedrate_z" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, + "machine_max_acceleration_e": { "default_value": 3000 }, "machine_max_acceleration_x": { "default_value": 500 }, "machine_max_acceleration_y": { "default_value": 500 }, "machine_max_acceleration_z": { "default_value": 10 }, - "machine_max_acceleration_e": { "default_value": 3000 }, - "machine_acceleration": { "default_value": 300 }, + "machine_max_feedrate_e": { "default_value": 100 }, + "machine_max_feedrate_x": { "default_value": 200 }, + "machine_max_feedrate_y": { "default_value": 200 }, + "machine_max_feedrate_z": { "default_value": 5 }, + "machine_max_jerk_e": { "default_value": 5.0 }, "machine_max_jerk_xy": { "default_value": 20.0 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5.0 }, + "machine_name": { "default_value": "Alfawise U30" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\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 Z1 F1000 ;move up slightly\nG1 Y60.0 Z0 E9.0 F1000.0;intro line\nG1 Y100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\nG1 F80\n;Put printing message on LCD screen\nM117 Printing...\n; -- end of START GCODE --" }, + "machine_steps_per_mm_e": { "default_value": 93 }, "machine_steps_per_mm_x": { "default_value": 80 }, "machine_steps_per_mm_y": { "default_value": 80 }, "machine_steps_per_mm_z": { "default_value": 400 }, - "machine_steps_per_mm_e": { "default_value": 93 }, + "machine_width": { "default_value": 220 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 45 }, + "skirt_brim_minimal_length": { "default_value": 250 }, "skirt_line_count": { "default_value": 1 }, - "skirt_brim_minimal_length": { "default_value": 250 } + "speed_print": { "default_value": 40 }, + "speed_z_hop": { "value": "machine_max_feedrate_z" }, + "support_enable": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/alya3dp.def.json b/resources/definitions/alya3dp.def.json index 4b800226cf..636a020184 100644 --- a/resources/definitions/alya3dp.def.json +++ b/resources/definitions/alya3dp.def.json @@ -9,41 +9,103 @@ "manufacturer": "Kati Hal ARGE", "file_formats": "text/x-gcode", "platform": "alya_platform.3mf", - "platform_offset": [-60, -45, 75 ], - "exclude_materials": ["chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", "fiberlogy_hd_pla", "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", "generic_abs", "generic_abs_175", "generic_bam", "generic_cpe", "generic_cpe_175", "generic_cpe_plus", "generic_hips", "generic_hips_175", "generic_nylon", "generic_nylon_175", "generic_pc", "generic_pc_175", "generic_petg", "generic_petg_175", "generic_pp", "generic_pva", "generic_pva_175", "generic_tough_pla", "generic_tpu", "generic_tpu_175", "imade3d_petg_green", "imade3d_petg_pink", "imade3d_pla_green", "imade3d_pla_pink", "innofill_innoflex60_175", "octofiber_pla", "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", "verbatim_bvoh_175", "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla","tizyx_pla","tizyx_abs","tizyx_pla_bois" ], - "preferred_material": "generic_pla", + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_abs", + "generic_abs_175", + "generic_bam", + "generic_cpe", + "generic_cpe_175", + "generic_cpe_plus", + "generic_hips", + "generic_hips_175", + "generic_nylon", + "generic_nylon_175", + "generic_pc", + "generic_pc_175", + "generic_petg", + "generic_petg_175", + "generic_pp", + "generic_pva", + "generic_pva_175", + "generic_tough_pla", + "generic_tpu", + "generic_tpu_175", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla", + "tizyx_pla", + "tizyx_abs", + "tizyx_pla_bois" + ], "has_machine_quality": true, "has_materials": true, "has_variants": false, - "supports_usb_connection": false, - "machine_extruder_trains": - { - "0": "alya3dp_extruder_0" - } + "machine_extruder_trains": { "0": "alya3dp_extruder_0" }, + "platform_offset": [ + -60, + -45, + 75 + ], + "preferred_material": "generic_pla", + "supports_usb_connection": false }, - - "overrides": { + "overrides": + { + "adhesion_type": + { + "default_value": "raft", + "options": + { + "brim": "Brim", + "none": "None", + "raft": "Raft" + } + }, + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 100 }, + "machine_end_gcode": { "default_value": ";End GCode\nM104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it)\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{speed_travel} ;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\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [75, 18], + [18, 18], + [18, 35], + [75, 35] + ] + }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 133 }, "machine_name": { "default_value": "ALYA 3DP" }, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 100 }, - "machine_height": { "default_value": 133 }, - "machine_depth": { "default_value": 100 }, - "machine_center_is_zero": { "default_value": false }, - "gantry_height": { "value": "55"}, - "retraction_amount": { "default_value": 1.5 }, - "support_enable": { "default_value": true}, - "machine_head_with_fans_polygon": { - "default_value": [[75, 18],[18, 18],[18, 35],[75, 35]] - }, - "adhesion_type": {"options": {"raft": "Raft" ,"none": "None", "brim": "Brim"}, "default_value": "raft"}, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": - { - "default_value": ";Sliced at: {day} {date} {time} \n ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} \n ;Print time: {print_time} \n ;Filament used: {filament_amount}m {filament_weight}g \n ;Filament cost: {filament_cost} \n G28 X0 Y0 ;move X Y to endstops \n G28 Z0 ;move Z to endstops \n ; M190 S{material_bed_temperature} ;bed temp \n M107 ; switch fan off \n M109 S{material_print_temperature} ;extruder temp set \n G1 F3000 \n G1 Z10 \n G92 E0 ;zero the extruded length \n G1 F200 E1 ;extrude 1mm of feed stock \n G92 E0 ;zero the extruded length again \n G4 P7000 ; wait 7000ms \n M117 Printing... ;Put printing message on LCD screen" - }, - "machine_end_gcode": - { - "default_value": ";End GCode\nM104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it)\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{speed_travel} ;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\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}" - } + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time} \n ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} \n ;Print time: {print_time} \n ;Filament used: {filament_amount}m {filament_weight}g \n ;Filament cost: {filament_cost} \n G28 X0 Y0 ;move X Y to endstops \n G28 Z0 ;move Z to endstops \n ; M190 S{material_bed_temperature} ;bed temp \n M107 ; switch fan off \n M109 S{material_print_temperature} ;extruder temp set \n G1 F3000 \n G1 Z10 \n G92 E0 ;zero the extruded length \n G1 F200 E1 ;extrude 1mm of feed stock \n G92 E0 ;zero the extruded length again \n G4 P7000 ; wait 7000ms \n M117 Printing... ;Put printing message on LCD screen" }, + "machine_width": { "default_value": 100 }, + "retraction_amount": { "default_value": 1.5 }, + "support_enable": { "default_value": true } } } \ No newline at end of file diff --git a/resources/definitions/alyanx3dp.def.json b/resources/definitions/alyanx3dp.def.json index 509f252488..2572e9db95 100644 --- a/resources/definitions/alyanx3dp.def.json +++ b/resources/definitions/alyanx3dp.def.json @@ -9,41 +9,103 @@ "manufacturer": "Kati Hal ARGE", "file_formats": "text/x-gcode", "platform": "alya_nx_platform.3mf", - "platform_offset": [-104, 0, 93 ], - "exclude_materials": ["chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", "fiberlogy_hd_pla", "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", "generic_abs", "generic_abs_175", "generic_bam", "generic_cpe", "generic_cpe_175", "generic_cpe_plus", "generic_hips", "generic_hips_175", "generic_nylon", "generic_nylon_175", "generic_pc", "generic_pc_175", "generic_petg", "generic_petg_175", "generic_pp", "generic_pva", "generic_pva_175", "generic_tough_pla", "generic_tpu", "generic_tpu_175", "imade3d_petg_green", "imade3d_petg_pink", "imade3d_pla_green", "imade3d_pla_pink", "innofill_innoflex60_175", "octofiber_pla", "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", "verbatim_bvoh_175", "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla","tizyx_pla","tizyx_abs","tizyx_pla_bois" ], - "preferred_material": "generic_pla", + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_abs", + "generic_abs_175", + "generic_bam", + "generic_cpe", + "generic_cpe_175", + "generic_cpe_plus", + "generic_hips", + "generic_hips_175", + "generic_nylon", + "generic_nylon_175", + "generic_pc", + "generic_pc_175", + "generic_petg", + "generic_petg_175", + "generic_pp", + "generic_pva", + "generic_pva_175", + "generic_tough_pla", + "generic_tpu", + "generic_tpu_175", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla", + "tizyx_pla", + "tizyx_abs", + "tizyx_pla_bois" + ], "has_machine_quality": true, "has_materials": true, "has_variants": false, - "supports_usb_connection": false, - "machine_extruder_trains": - { - "0": "alya3dp_extruder_0" - } + "machine_extruder_trains": { "0": "alya3dp_extruder_0" }, + "platform_offset": [ + -104, + 0, + 93 + ], + "preferred_material": "generic_pla", + "supports_usb_connection": false }, - - "overrides": { + "overrides": + { + "adhesion_type": + { + "default_value": "raft", + "options": + { + "brim": "Brim", + "none": "None", + "raft": "Raft" + } + }, + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 160 }, + "machine_end_gcode": { "default_value": ";End GCode\nM104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it)\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{speed_travel} ;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\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [75, 18], + [18, 18], + [18, 35], + [75, 35] + ] + }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 170 }, "machine_name": { "default_value": "ALYA NX 3DP" }, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 180 }, - "machine_height": { "default_value": 170 }, - "machine_depth": { "default_value": 160 }, - "machine_center_is_zero": { "default_value": false }, - "gantry_height": { "value": "55"}, - "retraction_amount": { "default_value": 1.5 }, - "support_enable": { "default_value": true}, - "machine_head_with_fans_polygon": { - "default_value": [[75, 18],[18, 18],[18, 35],[75, 35]] - }, - "adhesion_type": {"options": {"raft": "Raft" ,"none": "None", "brim": "Brim"}, "default_value": "raft"}, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": - { - "default_value": ";Sliced at: {day} {date} {time} \n ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} \n ;Print time: {print_time} \n ;Filament used: {filament_amount}m {filament_weight}g \n ;Filament cost: {filament_cost} \n G28 X0 Y0 ;move X Y to endstops \n G28 Z0 ;move Z to endstops \n ; M190 S{material_bed_temperature} ;bed temp \n M107 ; switch fan off \n M109 S{material_print_temperature} ;extruder temp set \n G1 F3000 \n G1 Z10 \n G92 E0 ;zero the extruded length \n G1 F200 E1 ;extrude 1mm of feed stock \n G92 E0 ;zero the extruded length again \n G4 P7000 ; wait 7000ms \n M117 Printing... ;Put printing message on LCD screen" - }, - "machine_end_gcode": - { - "default_value": ";End GCode\nM104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it)\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{speed_travel} ;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\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}" - } + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time} \n ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} \n ;Print time: {print_time} \n ;Filament used: {filament_amount}m {filament_weight}g \n ;Filament cost: {filament_cost} \n G28 X0 Y0 ;move X Y to endstops \n G28 Z0 ;move Z to endstops \n ; M190 S{material_bed_temperature} ;bed temp \n M107 ; switch fan off \n M109 S{material_print_temperature} ;extruder temp set \n G1 F3000 \n G1 Z10 \n G92 E0 ;zero the extruded length \n G1 F200 E1 ;extrude 1mm of feed stock \n G92 E0 ;zero the extruded length again \n G4 P7000 ; wait 7000ms \n M117 Printing... ;Put printing message on LCD screen" }, + "machine_width": { "default_value": 180 }, + "retraction_amount": { "default_value": 1.5 }, + "support_enable": { "default_value": true } } } \ No newline at end of file diff --git a/resources/definitions/anet3d.def.json b/resources/definitions/anet3d.def.json index 1946b81bc0..8698d6b5d4 100644 --- a/resources/definitions/anet3d.def.json +++ b/resources/definitions/anet3d.def.json @@ -2,136 +2,120 @@ "version": 2, "name": "anet3d", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": false, "author": "Tiger.He", "manufacturer": "Anet", - "visible": false, "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "standard", + "first_start_actions": [ "MachineSettingsAction" ], + "machine_extruder_trains": { "0": "anet3d_extruder_0" }, "preferred_material": "generic_pla", - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "preferred_quality_type": "standard", + "preferred_variant_name": "0.4mm Nozzle" }, - "overrides": { - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "overrides": + { + "acceleration_enabled": { "value": true }, "acceleration_print": { "value": 1000 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 1000 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "extruder_prime_pos_x": + { + "maximum_value": "machine_width", + "minimum_value": "0" + }, + "extruder_prime_pos_y": + { + "maximum_value": "machine_depth", + "minimum_value": "0" + }, + "fill_outline_gaps": { "value": false }, + "gantry_height": { "value": "0" }, + "infill_before_walls": { "value": true }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_wipe_dist": { "value": 0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 30.0 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": true }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 50.0 } , - "speed_infill": { "value": "speed_print * 2" }, - - "speed_wall_x": { "value": "speed_wall" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0": { "value": "speed_print / 2" }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_print" }, - "speed_support": { "value": "speed_print" }, - "speed_support_interface": { "value": "speed_print" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - - "optimize_wall_printing_order": { "value": true }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_acceleration": { "value": 500 }, + "machine_center_is_zero": { "default_value": false }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "material_bed_temperature": { "minimum_value": "0" }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, - - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_before_walls": { "value": true }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0 }, - "wall_0_wipe_dist": { "value": 0.2 }, - - "fill_outline_gaps": { "value": false }, - - "retraction_speed": + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "material_print_temperature": { "minimum_value": "0" }, + "material_standby_temperature": { "minimum_value": "0" }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "optimize_wall_printing_order": { "value": true }, + "relative_extrusion": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "enabled": false, + "value": false + }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 1 }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - "retraction_prime_speed": + "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - - "retraction_hop": { "value": 1 }, - "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, - "retraction_combing_max_distance": { "value": 30 }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "speed_infill": { "value": "speed_print * 2" }, + "speed_layer_0": { "value": "speed_print / 2" }, + "speed_prime_tower": { "value": "speed_print" }, + "speed_print": { "value": 50.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_print" }, + "speed_support_interface": { "value": "speed_print" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.25" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" }, - - "material_print_temperature": {"minimum_value": "0"}, - "material_bed_temperature": {"minimum_value": "0"}, - "material_standby_temperature": {"minimum_value": "0"}, - - "extruder_prime_pos_y":{"minimum_value": "0","maximum_value": "machine_depth"}, - "extruder_prime_pos_x":{"minimum_value": "0","maximum_value": "machine_width"}, - "relative_extrusion":{"value": false, "enabled": false}, - - "machine_use_extruder_offset_to_offset_coords": {"default_value": true}, - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - - "machine_center_is_zero": { "default_value": false }, - "gantry_height": { "value": "0"} + "wall_0_wipe_dist": { "value": 0.2 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'back'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_a2.def.json b/resources/definitions/anet3d_a2.def.json index a6192d6c12..118e500de0 100644 --- a/resources/definitions/anet3d_a2.def.json +++ b/resources/definitions/anet3d_a2.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet A2", "inherits": "anet3d", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 220 }, "machine_name": { "default_value": "Anet A2" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 220 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_a2_plus.def.json b/resources/definitions/anet3d_a2_plus.def.json index 8c766577ac..7e8a14a87e 100644 --- a/resources/definitions/anet3d_a2_plus.def.json +++ b/resources/definitions/anet3d_a2_plus.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet A2 Plus", "inherits": "anet3d", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 270 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 220 }, "machine_name": { "default_value": "Anet A2 Plus" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 270 - }, - "machine_height": { - "default_value": 220 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_a6.def.json b/resources/definitions/anet3d_a6.def.json index a98d99a8ca..ecef00b5b5 100644 --- a/resources/definitions/anet3d_a6.def.json +++ b/resources/definitions/anet3d_a6.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet A6", "inherits": "anet3d", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "Anet A6" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 250 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_a8.def.json b/resources/definitions/anet3d_a8.def.json index ed0c2a0cc1..d2c8d1b06d 100644 --- a/resources/definitions/anet3d_a8.def.json +++ b/resources/definitions/anet3d_a8.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet A8", "inherits": "anet3d", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 240 }, "machine_name": { "default_value": "Anet A8" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 240 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_a8_plus.def.json b/resources/definitions/anet3d_a8_plus.def.json index baafd53710..84da2bafe2 100644 --- a/resources/definitions/anet3d_a8_plus.def.json +++ b/resources/definitions/anet3d_a8_plus.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet A8 Plus", "inherits": "anet3d", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 350 }, "machine_name": { "default_value": "Anet A8 Plus" }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 350 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_e10.def.json b/resources/definitions/anet3d_e10.def.json index 1366751d63..4f742489ae 100644 --- a/resources/definitions/anet3d_e10.def.json +++ b/resources/definitions/anet3d_e10.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet E10", "inherits": "anet3d", - "metadata": { - "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "metadata": + { + "visible": true, + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 270 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 300 }, "machine_name": { "default_value": "Anet E10" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 270 - }, - "machine_height": { - "default_value": 300 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_e12.def.json b/resources/definitions/anet3d_e12.def.json index d46db2a4bc..a7cc4ea902 100644 --- a/resources/definitions/anet3d_e12.def.json +++ b/resources/definitions/anet3d_e12.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet E12", "inherits": "anet3d", - "metadata": { - "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "metadata": + { + "visible": true, + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Anet E12" }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_e16.def.json b/resources/definitions/anet3d_e16.def.json index 6488b8292d..e0e848a38c 100644 --- a/resources/definitions/anet3d_e16.def.json +++ b/resources/definitions/anet3d_e16.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet E16", "inherits": "anet3d", - "metadata": { - "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "metadata": + { + "visible": true, + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Anet E16" }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_et4.def.json b/resources/definitions/anet3d_et4.def.json index 4f626f88aa..ee224f4d14 100644 --- a/resources/definitions/anet3d_et4.def.json +++ b/resources/definitions/anet3d_et4.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet ET4", "inherits": "anet3d", - "metadata": { - "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "metadata": + { + "visible": true, + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "Anet ET4" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 250 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_et4_pro.def.json b/resources/definitions/anet3d_et4_pro.def.json index 47cd08f50f..fd3f09f85c 100644 --- a/resources/definitions/anet3d_et4_pro.def.json +++ b/resources/definitions/anet3d_et4_pro.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet ET4 Pro", "inherits": "anet3d", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "Anet ET4 Pro" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 250 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_et4_x.def.json b/resources/definitions/anet3d_et4_x.def.json index 588bf346ab..1a0b004be3 100644 --- a/resources/definitions/anet3d_et4_x.def.json +++ b/resources/definitions/anet3d_et4_x.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet ET4 X", "inherits": "anet3d", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "Anet ET4 X" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 250 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_et5.def.json b/resources/definitions/anet3d_et5.def.json index 36ae4b7405..7c894b666b 100644 --- a/resources/definitions/anet3d_et5.def.json +++ b/resources/definitions/anet3d_et5.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet ET5", "inherits": "anet3d", - "metadata": { - "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "metadata": + { + "visible": true, + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Anet ET5" }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anet3d_et5_x.def.json b/resources/definitions/anet3d_et5_x.def.json index 471a7e68ba..bae2670362 100644 --- a/resources/definitions/anet3d_et5_x.def.json +++ b/resources/definitions/anet3d_et5_x.def.json @@ -2,30 +2,18 @@ "version": 2, "name": "Anet ET5 X", "inherits": "anet3d", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "anet3d_extruder_0" - } + "machine_extruder_trains": { "0": "anet3d_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Anet ET5 X" }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_4max.def.json b/resources/definitions/anycubic_4max.def.json index bb27619175..8b9c26c89e 100644 --- a/resources/definitions/anycubic_4max.def.json +++ b/resources/definitions/anycubic_4max.def.json @@ -9,48 +9,15 @@ "manufacturer": "Anycubic", "file_formats": "text/x-gcode", "platform": "anycubic_4max_platform.3mf", - "has_materials": true, - "quality_definition": "anycubic_4max", "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "anycubic_4max_extruder_0" }, "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "anycubic_4max_extruder_0" - } + "quality_definition": "anycubic_4max" }, - "overrides": { - "machine_name": { "default_value": "Anycubic 4Max" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 220 }, - "machine_height": {"default_value": 300 }, - "machine_depth": { "default_value": 220 }, - "machine_center_is_zero": { "default_value": false }, - "machine_max_feedrate_x": { "default_value": 300 }, - "machine_max_feedrate_y": { "default_value": 300 }, - "machine_max_feedrate_z": { "default_value": 10 }, - "machine_acceleration": { "default_value": 1500 }, - "machine_max_acceleration_x": { "default_value": 1500 }, - "machine_max_acceleration_y": { "default_value": 1500 }, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_max_jerk_xy": { "default_value": 11.0 }, - "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 11.0 }, "acceleration_enabled": { "value": true }, - "jerk_enabled": { "value": "True" }, - "jerk_layer_0": { "value": "jerk_topbottom" }, - "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" }, - "jerk_print": { "value": "11" }, - "jerk_support": { "value": "math.ceil(jerk_print * 15 / 25)" }, - "jerk_support_interface": { "value": "jerk_topbottom" }, - "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" }, - "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" }, - "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, - - "gantry_height": { "value": "25.0" }, - "skin_overlap": { "value": "10" }, - "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_print": { "value": "900" }, @@ -60,7 +27,41 @@ "acceleration_travel": { "value": "acceleration_print" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 3000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" }, - + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "25.0" }, + "infill_before_walls": { "value": false }, + "infill_pattern": { "value": "'zigzag'" }, + "jerk_enabled": { "value": "True" }, + "jerk_layer_0": { "value": "jerk_topbottom" }, + "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" }, + "jerk_print": { "value": "11" }, + "jerk_support": { "value": "math.ceil(jerk_print * 15 / 25)" }, + "jerk_support_interface": { "value": "jerk_topbottom" }, + "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" }, + "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" }, + "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, + "machine_acceleration": { "default_value": 1500 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\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{speed_travel} ;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\nG1 Y180 F2000\nM84 ;steppers off\nG90\nM300 P300 S4000" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_max_acceleration_x": { "default_value": 1500 }, + "machine_max_acceleration_y": { "default_value": 1500 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_x": { "default_value": 300 }, + "machine_max_feedrate_y": { "default_value": 300 }, + "machine_max_feedrate_z": { "default_value": 10 }, + "machine_max_jerk_e": { "default_value": 11.0 }, + "machine_max_jerk_xy": { "default_value": 11.0 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "Anycubic 4Max" }, + "machine_start_gcode": { "default_value": "G21 ;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{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\nM117 Printing...\nG5" }, + "machine_width": { "default_value": 220 }, + "material_bed_temperature": { "maximum_value": "150" }, + "material_bed_temperature_layer_0": { "maximum_value": "150" }, + "skin_overlap": { "value": "10" }, "speed_layer_0": { "value": "20" }, "speed_print": { "value": "40" }, "speed_support": { "value": "speed_wall_0" }, @@ -69,17 +70,6 @@ "speed_travel": { "value": "60" }, "speed_wall": { "value": "math.ceil(speed_print * 30 / 35)" }, "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" }, - "speed_wall_x": { "value": "speed_wall" }, - - "infill_pattern": {"value": "'zigzag'" }, - "infill_before_walls": {"value": false }, - - "adhesion_type": { "default_value": "skirt" }, - "material_bed_temperature": { "maximum_value": "150" }, - "material_bed_temperature_layer_0": { "maximum_value": "150" }, - - "machine_gcode_flavor":{"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode":{"default_value": "G21 ;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{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\nM117 Printing...\nG5"}, - "machine_end_gcode":{"default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\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{speed_travel} ;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\nG1 Y180 F2000\nM84 ;steppers off\nG90\nM300 P300 S4000"} + "speed_wall_x": { "value": "speed_wall" } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_chiron.def.json b/resources/definitions/anycubic_chiron.def.json index 7d6f53603f..56201c3dd2 100644 --- a/resources/definitions/anycubic_chiron.def.json +++ b/resources/definitions/anycubic_chiron.def.json @@ -9,70 +9,35 @@ "manufacturer": "Anycubic", "file_formats": "text/x-gcode", "platform": "anycubic_chiron_platform.obj", - "platform_texture": "anycubic-chiron.png", - "has_materials": true, - "preferred_material": "generic_pla", + "firmware_file": "MarlinChiron.hex", "has_machine_quality": true, - "quality_definition": "anycubic_chiron", + "has_materials": true, + "machine_extruder_trains": { "0": "anycubic_chiron_extruder_0" }, + "platform_texture": "anycubic-chiron.png", + "preferred_material": "generic_pla", "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "anycubic_chiron_extruder_0" - }, - "firmware_file": "MarlinChiron.hex" + "quality_definition": "anycubic_chiron" }, - "overrides": { - "machine_name": - { - "default_value": "Anycubic Chiron" - }, - "machine_heated_bed": - { - "default_value": true - }, - "machine_width": - { - "default_value": 400 - }, - "machine_height": - { - "default_value": 450 - }, - "machine_depth": - { - "default_value": 400 - }, - "machine_center_is_zero": - { - "default_value": false - }, - "gantry_height": - { - "value": "35" - }, + "gantry_height": { "value": "35" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 400 }, + "machine_end_gcode": { "default_value": "G91 ;Change to relative positioning mode for filament retraction and nozzle lifting\nG1 F200 E-4;Retract the filament a bit before lifting the nozzle\nG1 F1000 Z5;Lift nozzle 5mm\nG90 ;Change to absolute positioning mode to prepare for part rermoval\nG1 X0 Y400 ;Move the print to max y pos for part rermoval\nM104 S0 ; Turn off hotend\nM106 S0 ; Turn off cooling fan\nM140 S0 ; Turn off bed\nM84 ; Disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { - "default_value": - [ + "default_value": [ [-45, 50], [-45, -45], [45, 50], [45, -45] ] }, - "machine_gcode_flavor": - { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": - { - "default_value": "M107 ;Start with the fan off\nG21 ;Set units to millimeters\nG91 ;Change to relative positioning mode for retract filament and nozzle lifting\nG1 F200 E-3 ;Retract 3mm filament for a clean start\nG92 E0 ;Zero the extruded length\nG1 F1000 Z5 ;Lift the nozzle 5mm before homing axes\nG90 ;Absolute positioning\nM82 ;Set extruder to absolute mode too\nG28 X0 Y0 ;First move X/Y to min endstops\nG28 Z0 ;Then move Z to min endstops\nG1 F1000 Z15 ;After homing lift the nozzle 15mm before start printing\n" - }, - "machine_end_gcode": - { - "default_value": "G91 ;Change to relative positioning mode for filament retraction and nozzle lifting\nG1 F200 E-4;Retract the filament a bit before lifting the nozzle\nG1 F1000 Z5;Lift nozzle 5mm\nG90 ;Change to absolute positioning mode to prepare for part rermoval\nG1 X0 Y400 ;Move the print to max y pos for part rermoval\nM104 S0 ; Turn off hotend\nM106 S0 ; Turn off cooling fan\nM140 S0 ; Turn off bed\nM84 ; Disable motors\n" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 450 }, + "machine_name": { "default_value": "Anycubic Chiron" }, + "machine_start_gcode": { "default_value": "M107 ;Start with the fan off\nG21 ;Set units to millimeters\nG91 ;Change to relative positioning mode for retract filament and nozzle lifting\nG1 F200 E-3 ;Retract 3mm filament for a clean start\nG92 E0 ;Zero the extruded length\nG1 F1000 Z5 ;Lift the nozzle 5mm before homing axes\nG90 ;Absolute positioning\nM82 ;Set extruder to absolute mode too\nG28 X0 Y0 ;First move X/Y to min endstops\nG28 Z0 ;Then move Z to min endstops\nG1 F1000 Z15 ;After homing lift the nozzle 15mm before start printing\n" }, + "machine_width": { "default_value": 400 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_i3_mega.def.json b/resources/definitions/anycubic_i3_mega.def.json index 17817b982c..e52cc5a3a9 100644 --- a/resources/definitions/anycubic_i3_mega.def.json +++ b/resources/definitions/anycubic_i3_mega.def.json @@ -9,56 +9,22 @@ "manufacturer": "Anycubic", "file_formats": "text/x-gcode", "platform": "anycubic_i3_mega_platform.3mf", - "has_materials": true, "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "anycubic_i3_mega_extruder_0" - } + "has_materials": true, + "machine_extruder_trains": { "0": "anycubic_i3_mega_extruder_0" }, + "preferred_quality_type": "normal" }, - "overrides": { - "machine_name": - { - "default_value": "Anycubic i3 Mega" - }, - "machine_heated_bed": - { - "default_value": true - }, - "machine_width": - { - "default_value": 210 - }, - "machine_height": - { - "default_value": 205 - }, - "machine_depth": - { - "default_value": 210 - }, - "machine_center_is_zero": - { - "default_value": false - }, - "gantry_height": - { - "value": "0" - }, - "machine_gcode_flavor": - { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": - { - "default_value": "G21 ;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{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\nG0 Y20 F{speed_travel}\nM117 Printing...\nG5" - }, - "machine_end_gcode": - { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\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{speed_travel} ;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\nG1 Y180 F2000\nM84 ;steppers off\nG90\nM300 P300 S4000" - } + "gantry_height": { "value": "0" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\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{speed_travel} ;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\nG1 Y180 F2000\nM84 ;steppers off\nG90\nM300 P300 S4000" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 205 }, + "machine_name": { "default_value": "Anycubic i3 Mega" }, + "machine_start_gcode": { "default_value": "G21 ;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{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\nG0 Y20 F{speed_travel}\nM117 Printing...\nG5" }, + "machine_width": { "default_value": 210 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 21919af4e1..d8e10f97e5 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -9,134 +9,122 @@ "manufacturer": "Anycubic", "file_formats": "text/x-gcode", "platform": "anycubic_i3_mega_s_platform.3mf", + "has_machine_quality": true, "has_materials": true, "has_variants": false, - "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "anycubic_i3_mega_s_extruder_0" - } + "machine_extruder_trains": { "0": "anycubic_i3_mega_s_extruder_0" }, + "preferred_quality_type": "normal" }, - "overrides": { - "machine_name": { "default_value": "Anycubic i3 Mega S/Pro" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 210 }, - "machine_height": { "default_value": 205 }, - "machine_depth": { "default_value": 210 }, - "machine_center_is_zero": { "default_value": false }, - "gantry_height": { "value": "0" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": ";Profil Homepage: https://github.com/NilsRo/Cura_Anycubic_MegaS_Profile\n\n;Slicer Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\n;Slicer info:filament_cost;{filament_cost}\n;Slicer info:material_bed_temperature;{material_bed_temperature}\n;Slicer info:material_bed_temperature_layer_0;{material_bed_temperature_layer_0}\n;Slicer info:material_print_temperature;{material_print_temperature}\n;Slicer info:material_print_temperature_layer_0;{material_print_temperature_layer_0}\n;Slicer info:material_flow;{material_flow}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:machine_nozzle_size;{machine_nozzle_size}\n;Slicer info:wall_thickness;{wall_thickness}\n;Slicer info:speed_print;{speed_print}\n;Slicer info:speed_topbottom;{speed_topbottom}\n;Slicer info:travel_speed;{travel_speed}\n;Slicer info:support;{support}\n;Slicer info:retraction_speed;{retraction_speed}\n;Slicer info:retraction_amount;{retraction_amount}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:infill_pattern;{infill_pattern}\n;Slicer info:infill_sparse_density;{infill_sparse_density}\n;Slicer info:cool_fan_enabled;{cool_fan_enabled}\n;Slicer info:cool_fan_speed;{cool_fan_speed}\n;Slicer info:sliced_at;{day} {date} {time}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM900 K0 ; disable lin. adv. if not set in GCODE\nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E20 F500 ; Extrude 20mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X50 F500 ; wipe away from the filament line\nG1 X100 F9000 ; Quickly wipe away from the filament line" }, - "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, - - "machine_max_acceleration_x": { "value": 3000 }, - "machine_max_acceleration_y": { "value": 2000 }, - "machine_max_acceleration_z": { "value": 60 }, - "machine_max_acceleration_e": { "value": 10000 }, - "machine_acceleration": { "value": 3000 }, - - "machine_max_feedrate_x": { "default_value": 500 }, - "machine_max_feedrate_y": { "default_value": 500 }, - "machine_max_feedrate_z": { "default_value": 8 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "material_diameter": { "default_value": 1.75 }, - "material_print_temperature": { "maximum_value_warning": 260 }, - "material_print_temperature_layer_0": { "value": "material_print_temperature + 5", "maximum_value_warning": 260 }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_bed_temperature": { "maximum_value_warning": 110 }, - "material_bed_temperature_layer_0": { "maximum_value_warning": 110 }, - - "top_bottom_thickness": { "value": "layer_height_0 + layer_height * math.floor(1.2 / layer_height)" }, - "wall_thickness": { "value": "line_width * 3 if line_width < 0.6 else line_width * 2" }, - - "acceleration_print": { "value": 1500 }, "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" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - - "jerk_print": { "value": 8 }, - "jerk_travel": { "value": 10 }, - "jerk_travel_layer_0": { "value": "jerk_travel" }, - "jerk_enabled": { "value": true }, - - "speed_print": { "value": 50.0 } , - - "speed_wall_x": { "value": "speed_wall" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": 100.0, "maximum_value_warning": 150.0, "maximum_value": 200.0 }, - "speed_layer_0": { "value": "speed_topbottom if speed_topbottom < 20 else 20" }, - "speed_travel_layer_0": { "value": "speed_travel" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 8 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - - "optimize_wall_printing_order": { "value": "True" }, - - "infill_sparse_density": { "value": 25 }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 15.0 }, - - "retraction_speed": { "value": 30, "maximum_value_warning": 60 }, - "retraction_retract_speed": { "maximum_value_warning": 60 }, - "retraction_prime_speed": { "maximum_value_warning": 60 }, - - "retraction_hop_enabled": { "value": true }, - "retraction_hop": { "value": 0.075 }, - "retraction_hop_only_when_collides": { "value": true }, - "retraction_amount": { "value": 6 }, - - "retraction_min_travel": { "value": 1.5 }, - "retraction_combing": { "value": "'off'" }, - "retraction_combing_max_distance": { "value": 30 }, - - "travel_avoid_other_parts": { "value": true }, - "travel_avoid_supports": { "value": true }, - "travel_retract_before_outer_wall": { "value": true }, - + "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, + "brim_replaces_support": { "value": false }, "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, "cool_fan_speed": { "value": 100 }, "cool_fan_speed_0": { "value": 30 }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, - "brim_replaces_support": { "value": false }, + "gantry_height": { "value": "0" }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 15.0 }, + "infill_sparse_density": { "value": 25 }, + "jerk_enabled": { "value": true }, + "jerk_print": { "value": 8 }, + "jerk_travel": { "value": 10 }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "machine_acceleration": { "value": 3000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 205 }, + "machine_max_acceleration_e": { "value": 10000 }, + "machine_max_acceleration_x": { "value": 3000 }, + "machine_max_acceleration_y": { "value": 2000 }, + "machine_max_acceleration_z": { "value": 60 }, + "machine_max_feedrate_x": { "default_value": 500 }, + "machine_max_feedrate_y": { "default_value": 500 }, + "machine_max_feedrate_z": { "default_value": 8 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Anycubic i3 Mega S/Pro" }, + "machine_start_gcode": { "default_value": ";Profil Homepage: https://github.com/NilsRo/Cura_Anycubic_MegaS_Profile\n\n;Slicer Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\n;Slicer info:filament_cost;{filament_cost}\n;Slicer info:material_bed_temperature;{material_bed_temperature}\n;Slicer info:material_bed_temperature_layer_0;{material_bed_temperature_layer_0}\n;Slicer info:material_print_temperature;{material_print_temperature}\n;Slicer info:material_print_temperature_layer_0;{material_print_temperature_layer_0}\n;Slicer info:material_flow;{material_flow}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:machine_nozzle_size;{machine_nozzle_size}\n;Slicer info:wall_thickness;{wall_thickness}\n;Slicer info:speed_print;{speed_print}\n;Slicer info:speed_topbottom;{speed_topbottom}\n;Slicer info:travel_speed;{travel_speed}\n;Slicer info:support;{support}\n;Slicer info:retraction_speed;{retraction_speed}\n;Slicer info:retraction_amount;{retraction_amount}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:infill_pattern;{infill_pattern}\n;Slicer info:infill_sparse_density;{infill_sparse_density}\n;Slicer info:cool_fan_enabled;{cool_fan_enabled}\n;Slicer info:cool_fan_speed;{cool_fan_speed}\n;Slicer info:sliced_at;{day} {date} {time}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM900 K0 ; disable lin. adv. if not set in GCODE\nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E20 F500 ; Extrude 20mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X50 F500 ; wipe away from the filament line\nG1 X100 F9000 ; Quickly wipe away from the filament line" }, + "machine_width": { "default_value": 210 }, + "material_bed_temperature": { "maximum_value_warning": 110 }, + "material_bed_temperature_layer_0": { "maximum_value_warning": 110 }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_print_temperature": { "maximum_value_warning": 260 }, + "material_print_temperature_layer_0": + { + "maximum_value_warning": 260, + "value": "material_print_temperature + 5" + }, + "meshfix_maximum_deviation": { "value": 0.05 }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "value": 6 }, + "retraction_combing": { "value": "'off'" }, + "retraction_combing_max_distance": { "value": 30 }, + "retraction_hop": { "value": 0.075 }, + "retraction_hop_enabled": { "value": true }, + "retraction_hop_only_when_collides": { "value": true }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": { "maximum_value_warning": 60 }, + "retraction_retract_speed": { "maximum_value_warning": 60 }, + "retraction_speed": + { + "maximum_value_warning": 60, + "value": 30 + }, + "skirt_brim_speed": { "value": "speed_layer_0" }, "skirt_gap": { "value": 5.0 }, "skirt_line_count": { "value": 2 }, - - "meshfix_maximum_deviation": { "value": 0.05 }, + "speed_layer_0": { "value": "speed_topbottom if speed_topbottom < 20 else 20" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": + { + "maximum_value": 200.0, + "maximum_value_warning": 150.0, + "value": 100.0 + }, + "speed_travel_layer_0": { "value": "speed_travel" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 8 }, "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, - "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)"}, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, "support_brim_enable": { "value": true }, "support_brim_width": { "value": 4 }, - - "support_interface_enable": { "value": true }, - "support_structure": { "value": "'tree'" }, - "support_type": { "value": "'buildplate' if support_structure == 'tree' else 'everywhere'" }, - "support_interface_height": { "value": "layer_height * 4" }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, "support_interface_pattern": { "value": "'grid'" }, "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 } + "support_pattern": { "value": "'zigzag'" }, + "support_structure": { "value": "'tree'" }, + "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)" }, + "support_type": { "value": "'buildplate' if support_structure == 'tree' else 'everywhere'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * math.floor(1.2 / layer_height)" }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true }, + "wall_thickness": { "value": "line_width * 3 if line_width < 0.6 else line_width * 2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json index 52ce84bd33..d7c4e107d2 100644 --- a/resources/definitions/anycubic_i3_mega_x.def.json +++ b/resources/definitions/anycubic_i3_mega_x.def.json @@ -4,33 +4,36 @@ "inherits": "anycubic_i3_mega_s", "metadata": { - "quality_definition": "anycubic_i3_mega_s", - "platform": "anycubic_i3_mega_x_platform.stl" + "platform": "anycubic_i3_mega_x_platform.stl", + "quality_definition": "anycubic_i3_mega_s" }, "overrides": { - "machine_name": { "default_value": "Anycubic i3 Mega X" }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 305 }, + "acceleration_print": { "value": 400 }, + "acceleration_travel": { "value": 400 }, + "machine_acceleration": { "value": 3000 }, "machine_depth": { "default_value": 300 }, - + "machine_height": { "default_value": 305 }, + "machine_max_acceleration_e": { "value": 10000 }, "machine_max_acceleration_x": { "value": 400 }, "machine_max_acceleration_y": { "value": 400 }, "machine_max_acceleration_z": { "value": 60 }, - "machine_max_acceleration_e": { "value": 10000 }, - "machine_acceleration": { "value": 3000 }, - "machine_max_feedrate_x": { "default_value": 120 }, "machine_max_feedrate_y": { "default_value": 120 }, "machine_max_feedrate_z": { "default_value": 20 }, - - "speed_travel": { "value": 100.0, "maximum_value": 120.0 }, - - "acceleration_print": { "value": 400 }, - "acceleration_travel": { "value": 400 }, - - "retraction_speed": { "value": 30, "maximum_value_warning": 60 }, + "machine_name": { "default_value": "Anycubic i3 Mega X" }, + "machine_width": { "default_value": 300 }, + "retraction_prime_speed": { "maximum_value_warning": 60 }, "retraction_retract_speed": { "maximum_value_warning": 60 }, - "retraction_prime_speed": { "maximum_value_warning": 60 } + "retraction_speed": + { + "maximum_value_warning": 60, + "value": 30 + }, + "speed_travel": + { + "maximum_value": 120.0, + "value": 100.0 + } } } \ No newline at end of file diff --git a/resources/definitions/anycubic_kobra.def.json b/resources/definitions/anycubic_kobra.def.json index cb80d0e248..695740d5da 100644 --- a/resources/definitions/anycubic_kobra.def.json +++ b/resources/definitions/anycubic_kobra.def.json @@ -8,47 +8,22 @@ "author": "Jason Chen", "manufacturer": "Anycubic", "file_formats": "text/x-gcode", - "has_materials": true, - "preferred_material": "generic_pla", + "firmware_file": "MarlinChiron.hex", "has_machine_quality": true, - "quality_definition": "anycubic_kobra", + "has_materials": true, + "machine_extruder_trains": { "0": "anycubic_kobra_extruder_0" }, + "preferred_material": "generic_pla", "preferred_quality_type": "pla", - "machine_extruder_trains": - { - "0": "anycubic_kobra_extruder_0" - }, - "firmware_file": "MarlinChiron.hex" + "quality_definition": "anycubic_kobra" }, - "overrides": { - "machine_name": - { - "default_value": "Anycubic Kobra" - }, - "machine_heated_bed": - { - "default_value": true - }, - "machine_width": - { - "default_value": 222 - }, - "machine_height": - { - "default_value": 252 - }, - "machine_depth": - { - "default_value": 222 - }, - "machine_gcode_flavor": - { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": - { - "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - } + "machine_depth": { "default_value": 222 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 252 }, + "machine_name": { "default_value": "Anycubic Kobra" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 222 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_kobra_max.def.json b/resources/definitions/anycubic_kobra_max.def.json index 034fc3db2b..d1c344ebca 100644 --- a/resources/definitions/anycubic_kobra_max.def.json +++ b/resources/definitions/anycubic_kobra_max.def.json @@ -8,47 +8,22 @@ "author": "Jason Chen", "manufacturer": "Anycubic", "file_formats": "text/x-gcode", - "has_materials": true, - "preferred_material": "generic_pla", + "firmware_file": "MarlinChiron.hex", "has_machine_quality": true, - "quality_definition": "anycubic_kobra_max", + "has_materials": true, + "machine_extruder_trains": { "0": "anycubic_kobra_max_extruder_0" }, + "preferred_material": "generic_pla", "preferred_quality_type": "pla", - "machine_extruder_trains": - { - "0": "anycubic_kobra_max_extruder_0" - }, - "firmware_file": "MarlinChiron.hex" + "quality_definition": "anycubic_kobra_max" }, - "overrides": { - "machine_name": - { - "default_value": "Anycubic Kobra Max" - }, - "machine_heated_bed": - { - "default_value": true - }, - "machine_width": - { - "default_value": 402 - }, - "machine_height": - { - "default_value": 452 - }, - "machine_depth": - { - "default_value": 402 - }, - "machine_gcode_flavor": - { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": - { - "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - } + "machine_depth": { "default_value": 402 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 452 }, + "machine_name": { "default_value": "Anycubic Kobra Max" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 402 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_kossel.def.json b/resources/definitions/anycubic_kossel.def.json index 33eb6ccaa1..28d6ac141d 100644 --- a/resources/definitions/anycubic_kossel.def.json +++ b/resources/definitions/anycubic_kossel.def.json @@ -1,65 +1,76 @@ { - "name": "Anycubic Kossel", "version": 2, + "name": "Anycubic Kossel", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Allester Fox", "manufacturer": "Anycubic", "file_formats": "text/x-gcode", - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "standard", - "preferred_material": "generic_pla", "platform": "kossel_platform.3mf", - "machine_extruder_trains": { - "0": "anycubic_kossel_extruder_0" - } + "machine_extruder_trains": { "0": "anycubic_kossel_extruder_0" }, + "preferred_material": "generic_pla", + "preferred_quality_type": "standard", + "preferred_variant_name": "0.4mm Nozzle" }, - "overrides": { - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 180 - }, - "machine_height": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 180 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_nozzle_heat_up_speed": { - "default_value": 2 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 2 - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 ;move to endstops\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M400 ;Free buffer\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 F{speed_travel} Z+1 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off\nM107 ;fan off\nM84 ;steppers off\nG28 ;move to endstop\nM84 ;steppers off" - }, - "machine_shape": { - "default_value": "elliptic" - }, - "machine_disallowed_areas": { + "overrides": + { + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 180 }, + "machine_disallowed_areas": + { "default_value": [ - [[-50, -85], [-85, -85], [-90, -90]], - [[-85, -85], [-85, -50], [-90, -90]], - [[50, -85], [85, -85], [90, -90]], - [[85, -85], [85, -50], [90, -90]], - [[-50, 85], [-85, 85], [-90, 90]], - [[-85, 85], [-85, 50], [-90, 90]], - [[50, 85], [85, 85], [90, 90]], - [[85, 85], [85, 50], [90, 90]] + [ + [-50, -85], + [-85, -85], + [-90, -90] + ], + [ + [-85, -85], + [-85, -50], + [-90, -90] + ], + [ + [50, -85], + [85, -85], + [90, -90] + ], + [ + [85, -85], + [85, -50], + [90, -90] + ], + [ + [-50, 85], + [-85, 85], + [-90, 90] + ], + [ + [-85, 85], + [-85, 50], + [-90, 90] + ], + [ + [50, 85], + [85, 85], + [90, 90] + ], + [ + [85, 85], + [85, 50], + [90, 90] + ] ] - } + }, + "machine_end_gcode": { "default_value": "M400 ;Free buffer\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 F{speed_travel} Z+1 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off\nM107 ;fan off\nM84 ;steppers off\nG28 ;move to endstop\nM84 ;steppers off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 ;move to endstops\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 180 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_kossel_linear_plus.def.json b/resources/definitions/anycubic_kossel_linear_plus.def.json index 9683cf61cf..8f8080d58f 100644 --- a/resources/definitions/anycubic_kossel_linear_plus.def.json +++ b/resources/definitions/anycubic_kossel_linear_plus.def.json @@ -1,36 +1,67 @@ { - "name": "Anycubic Kossel Linear Plus", "version": 2, + "name": "Anycubic Kossel Linear Plus", "inherits": "anycubic_kossel", - "metadata": { + "metadata": + { "visible": true, "platform": "kossel_pro_build_platform.3mf", - "platform_offset": [0, -0.25, 0], - "machine_extruder_trains": { - "0": "anycubic_kossel_extruder_0" - } + "machine_extruder_trains": { "0": "anycubic_kossel_extruder_0" }, + "platform_offset": [ + 0, + -0.25, + 0 + ] }, - "overrides": { - "machine_name": { - "default_value": "Anycubic Kossel Linear Plus" - }, - "machine_width": { - "default_value": 240 - }, - "machine_depth": { - "default_value": 240 - }, - "machine_disallowed_areas": { + "overrides": + { + "machine_depth": { "default_value": 240 }, + "machine_disallowed_areas": + { "default_value": [ - [[-50, -115], [-115, -115], [-90, -90]], - [[-115, -115], [-115, -50], [-90, -90]], - [[50, -115], [115, -115], [90, -90]], - [[115, -115], [115, -50], [90, -90]], - [[-50, 115], [-115, 115], [-90, 90]], - [[-115, 115], [-115, 50], [-90, 90]], - [[50, 115], [115, 115], [90, 90]], - [[115, 115], [115, 50], [90, 90]] + [ + [-50, -115], + [-115, -115], + [-90, -90] + ], + [ + [-115, -115], + [-115, -50], + [-90, -90] + ], + [ + [50, -115], + [115, -115], + [90, -90] + ], + [ + [115, -115], + [115, -50], + [90, -90] + ], + [ + [-50, 115], + [-115, 115], + [-90, 90] + ], + [ + [-115, 115], + [-115, 50], + [-90, 90] + ], + [ + [50, 115], + [115, 115], + [90, 90] + ], + [ + [115, 115], + [115, 50], + [90, 90] + ] ] - } + }, + "machine_name": { "default_value": "Anycubic Kossel Linear Plus" }, + "machine_width": { "default_value": 240 } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_kossel_pulley.def.json b/resources/definitions/anycubic_kossel_pulley.def.json index fd9e1ee4ef..d9d32d965f 100644 --- a/resources/definitions/anycubic_kossel_pulley.def.json +++ b/resources/definitions/anycubic_kossel_pulley.def.json @@ -1,16 +1,14 @@ { - "name": "Anycubic Kossel Pulley", "version": 2, + "name": "Anycubic Kossel Pulley", "inherits": "anycubic_kossel", - "metadata": { + "metadata": + { "visible": true, - "machine_extruder_trains": { - "0": "anycubic_kossel_extruder_0" - } + "machine_extruder_trains": { "0": "anycubic_kossel_extruder_0" } }, - "overrides": { - "machine_name": { - "default_value": "Anycubic Kossel Pulley" - } + "overrides": + { + "machine_name": { "default_value": "Anycubic Kossel Pulley" } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_mega_zero.def.json b/resources/definitions/anycubic_mega_zero.def.json index 30bf702aa4..177f659652 100644 --- a/resources/definitions/anycubic_mega_zero.def.json +++ b/resources/definitions/anycubic_mega_zero.def.json @@ -9,107 +9,65 @@ "manufacturer": "Anycubic", "file_formats": "text/x-gcode", "platform": "anycubic_mega_zero_platform.stl", - "has_materials": true, "has_machine_quality": true, - "preferred_quality_type": "normal", + "has_materials": true, + "machine_extruder_trains": { "0": "anycubic_mega_zero_extruder_0" }, "preferred_material": "generic_pla", - "machine_extruder_trains": - { - "0": "anycubic_mega_zero_extruder_0" - } + "preferred_quality_type": "normal" }, - "overrides": { - "machine_name": - { - "default_value": "Anycubic Mega Zero" - }, - "machine_heated_bed": - { - "default_value": false - }, - "machine_width": - { - "default_value": 220 - }, - "machine_depth": - { - "default_value": 220 - }, - "machine_height": - { - "default_value": 250 - }, - "machine_center_is_zero": - { - "default_value": false - }, - "gantry_height": - { - "value": 25 - }, - "machine_gcode_flavor": - { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": - { - "default_value": ";Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM117 Start heating ...\nM104 S{material_print_temperature_layer_0}\nM117 Homing X/Y ...\nG28 X0 Y0 ;move X/Y to min endstops\nM117 Homing Z ...\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F{speed_travel} ;move the platform down 15mm\nM117 Heating ...\nM109 S{material_print_temperature_layer_0}\nM117 Start cleaning ...\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nM117 Intro line ...\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z{layer_height} F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z{layer_height} F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z{layer_height} F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 E-1 F500 ; Retract filiment by 1 mm\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F{speed_travel} ; Move over to prevent blob squish\nG1 F{speed_travel}\nG92 E0 ; Reset Extruder\nM117 Printing...\n" - }, - "machine_end_gcode": - { - "default_value": "M117 Cooling down...\nM104 S0 ; turn off extruder\nM84 ; disable motors\nM107 ; Fan 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{speed_travel} ;move Z up a bit and retract filament even more\nG28 X0 ;move X to min endstops, so the head is out of the way\nG90 ;Absolute positioning\nG1 Y200 F3000 ;Present print\nM84 ;steppers off\nM300 P300 S4000\nM117 Finished.\n" - }, - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 5 }, - "machine_max_feedrate_e": { "value": 30 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, "acceleration_travel": { "value": 500 }, - "acceleration_enabled": { "value": false }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.3 }, - "machine_max_jerk_e": { "value": 15 }, + "adhesion_type": { "value": "'skirt'" }, + "cool_fan_full_at_height": { "value": "layer_height_0" }, + "gantry_height": { "value": 25 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 10 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 50.0 }, - "speed_z_hop": { "value": "machine_max_feedrate_z" }, - - "optimize_wall_printing_order": { "value": "True" }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_acceleration": { "value": 500 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M117 Cooling down...\nM104 S0 ; turn off extruder\nM84 ; disable motors\nM107 ; Fan 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{speed_travel} ;move Z up a bit and retract filament even more\nG28 X0 ;move X to min endstops, so the head is out of the way\nG90 ;Absolute positioning\nG1 Y200 F3000 ;Present print\nM84 ;steppers off\nM300 P300 S4000\nM117 Finished.\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 250 }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 30 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 5 }, + "machine_max_jerk_e": { "value": 15 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.3 }, + "machine_name": { "default_value": "Anycubic Mega Zero" }, + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM117 Start heating ...\nM104 S{material_print_temperature_layer_0}\nM117 Homing X/Y ...\nG28 X0 Y0 ;move X/Y to min endstops\nM117 Homing Z ...\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F{speed_travel} ;move the platform down 15mm\nM117 Heating ...\nM109 S{material_print_temperature_layer_0}\nM117 Start cleaning ...\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nM117 Intro line ...\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z{layer_height} F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z{layer_height} F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z{layer_height} F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 E-1 F500 ; Retract filiment by 1 mm\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F{speed_travel} ; Move over to prevent blob squish\nG1 F{speed_travel}\nG92 E0 ; Reset Extruder\nM117 Printing...\n" }, + "machine_width": { "default_value": 220 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - - "retraction_hop_enabled": { "value": "True" }, - "retraction_hop": { "value": 0.2 }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "value": 7 }, "retraction_combing": { "value": "'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, - - "travel_avoid_other_parts": { "value": true }, - "travel_avoid_supports": { "value": true }, - "travel_retract_before_outer_wall": { "value": true }, - - "retraction_speed": { "value": 30 }, - "retraction_amount": { "value": 7 }, "retraction_count_max": { "value": 100 }, "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_hop_enabled": { "value": "True" }, "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0" }, - "adhesion_type": { "value": "'skirt'" }, - "skirt_line_count": {"default_value": 3}, + "retraction_speed": { "value": 30 }, + "skirt_line_count": { "default_value": 3 }, + "speed_print": { "value": 50.0 }, + "speed_z_hop": { "value": "machine_max_feedrate_z" }, "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height > 0.1 else layer_height*2" } + "support_z_distance": { "value": "layer_height if layer_height > 0.1 else layer_height*2" }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/anycubic_vyper.def.json b/resources/definitions/anycubic_vyper.def.json index 7fe4877214..5547b53806 100644 --- a/resources/definitions/anycubic_vyper.def.json +++ b/resources/definitions/anycubic_vyper.def.json @@ -1,47 +1,27 @@ { - "version": 2, - "name": "Anycubic Vyper", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "ThatGuyZim", - "manufacturer": "Anycubic", - "file_formats": "text/x-gcode", - "platform": "anycubic_vyper_platform.stl", - "machine_extruder_trains": { - "0": "anycubic_vyper_extruder_0" - } - }, - "overrides": { - "machine_name": { - "default_value": "Anycubic Vyper" - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 250 - }, - "machine_height": { - "default_value": 265 - }, - "machine_depth": { - "default_value": 255 - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "0" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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\nM300 S1318 P266\nG28 Z0 ;move Z to min endstops\nG0 Z0.2\nG92 E0 ;zero the extruded length\nG1 X40 E25 F400 ; Extrude 25mm of filament in a 4cm line. Reduce speed (F) if you have a nozzle smaller than 0.4mm!\nG92 E0 ;zero the extruded length again\nG1 E-1 F500 ; Retract a little\nG1 X80 F4000 ; Quickly wipe away from the filament line\nM117 ; Printing…\nG5" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\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{speed_travel} ;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\nG1 Y180 F2000\nM84 ;steppers off\nG90\nM300 S1318 P266" - } - } + "version": 2, + "name": "Anycubic Vyper", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "ThatGuyZim", + "manufacturer": "Anycubic", + "file_formats": "text/x-gcode", + "platform": "anycubic_vyper_platform.stl", + "machine_extruder_trains": { "0": "anycubic_vyper_extruder_0" } + }, + "overrides": + { + "gantry_height": { "value": "0" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 255 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\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{speed_travel} ;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\nG1 Y180 F2000\nM84 ;steppers off\nG90\nM300 S1318 P266" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 265 }, + "machine_name": { "default_value": "Anycubic Vyper" }, + "machine_start_gcode": { "default_value": "G21 ;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\nM300 S1318 P266\nG28 Z0 ;move Z to min endstops\nG0 Z0.2\nG92 E0 ;zero the extruded length\nG1 X40 E25 F400 ; Extrude 25mm of filament in a 4cm line. Reduce speed (F) if you have a nozzle smaller than 0.4mm!\nG92 E0 ;zero the extruded length again\nG1 E-1 F500 ; Retract a little\nG1 X80 F4000 ; Quickly wipe away from the filament line\nM117 ; Printing\u2026\nG5" }, + "machine_width": { "default_value": 250 } + } } \ No newline at end of file diff --git a/resources/definitions/arjun300.def.json b/resources/definitions/arjun300.def.json index 94c1889fd3..564d2b7278 100644 --- a/resources/definitions/arjun300.def.json +++ b/resources/definitions/arjun300.def.json @@ -2,51 +2,59 @@ "version": 2, "name": "Arjun 300", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "platform": "arjun300_platform.stl", - "platform_offset": [-155, -6, 190], "has_material": true, "has_variants": true, - "preferred_variant_name": "0.4 mm Nozzle", "machine_extruder_trains": { "0": "arjun_extruder_0", "1": "arjun_extruder_1" - } + }, + "platform_offset": [ + -155, + -6, + 190 + ], + "preferred_variant_name": "0.4 mm Nozzle", + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Arjun 300" }, - "machine_width": { "default_value": 317 }, - "machine_height": { "default_value": 290 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 310 }, - "machine_center_is_zero": {"default_value": false}, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117\nG28 X0 Y0\nT0\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_nozzle_size": {"default_value": 0.4}, - "machine_show_variants": {"default_value": true}, - "machine_acceleration": {"default_value": 2000}, + "machine_height": { "default_value": 290 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 15 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, + "machine_name": { "default_value": "Arjun 300" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": "M605 S0\nG21\nG90\nM82\nM107\nT1\nG28\nG1 Z0.3 F150\nT1\nG92 E0\nG1 E45 F210\nG92 E0\nT0\nG92 E0\nG1 E45 F210\nG92 E0\nM117\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 317 }, + "material_diameter": { "default_value": 1.75 }, "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "ironing_enabled":{"default_value": true}, - "machine_start_gcode": { "default_value": "M605 S0\nG21\nG90\nM82\nM107\nT1\nG28\nG1 Z0.3 F150\nT1\nG92 E0\nG1 E45 F210\nG92 E0\nT0\nG92 E0\nG1 E45 F210\nG92 E0\nM117\n"}, - "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117\nG28 X0 Y0\nT0\nM84"}, - "machine_extruder_count": { "default_value": 2 } + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/arjun_duplication.def.json b/resources/definitions/arjun_duplication.def.json index d5a4b2ee72..c261a453cd 100644 --- a/resources/definitions/arjun_duplication.def.json +++ b/resources/definitions/arjun_duplication.def.json @@ -2,48 +2,49 @@ "version": 2, "name": "Arjun 300 Duplication", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "has_material": true, "has_variants": true, + "machine_extruder_trains": { "0": "arjun_dm_extruder" }, "preferred_variant_name": "0.4 mm Nozzle", - "machine_extruder_trains": - { - "0": "arjun_dm_extruder" - } + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Arjun 300 Duplication" }, - "machine_width": { "default_value": 158.5 }, - "machine_height": { "default_value": 290 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 310 }, - "machine_center_is_zero": {"default_value": false}, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_nozzle_size": {"default_value": 0.4}, - "machine_show_variants": {"default_value": true}, - "machine_acceleration": {"default_value": 2000}, + "machine_height": { "default_value": 290 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 15 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, + "machine_name": { "default_value": "Arjun 300 Duplication" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": "M605 S2 R0 X155\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 Z0\nG1 Z15 F150\nG28 Y0\nG1 Y20 F6000\nG28 X0\nG1 X80 F9000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X145 F9000\nM117\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 158.5 }, + "material_diameter": { "default_value": 1.75 }, "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "ironing_enabled":{"default_value": true}, - "machine_start_gcode": {"default_value": "M605 S2 R0 X155\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 Z0\nG1 Z15 F150\nG28 Y0\nG1 Y20 F6000\nG28 X0\nG1 X80 F9000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X145 F9000\nM117\n"}, - "machine_end_gcode": {"default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84"}, - "machine_extruder_count": { "default_value": 1 } + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/arjun_mirrored.def.json b/resources/definitions/arjun_mirrored.def.json index a4c0f3d3d1..586fe5f994 100644 --- a/resources/definitions/arjun_mirrored.def.json +++ b/resources/definitions/arjun_mirrored.def.json @@ -2,48 +2,49 @@ "version": 2, "name": "Arjun 300 Mirror", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "has_material": true, "has_variants": true, + "machine_extruder_trains": { "0": "arjun_mm_extruder" }, "preferred_variant_name": "0.4 mm Nozzle", - "machine_extruder_trains": - { - "0": "arjun_mm_extruder" - } + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Arjun 300 Mirror" }, - "machine_width": { "default_value": 158.5 }, - "machine_height": { "default_value": 290 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 310 }, - "machine_center_is_zero": {"default_value": false}, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_nozzle_size": {"default_value": 0.4}, - "machine_show_variants": {"default_value": true}, - "machine_acceleration": {"default_value": 2000}, + "machine_height": { "default_value": 290 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 15 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, + "machine_name": { "default_value": "Arjun 300 Mirror" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": "M605 S2 R0 X155\nM605 S3 X155\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 Z0\nG1 Z15 F150\nG28 Y0\nG1 Y20 F6000\nG28 X0\nG1 X80 F9000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X145 F9000\nM117\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 158.5 }, + "material_diameter": { "default_value": 1.75 }, "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "ironing_enabled":{"default_value": true}, - "machine_start_gcode": {"default_value": "M605 S2 R0 X155\nM605 S3 X155\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 Z0\nG1 Z15 F150\nG28 Y0\nG1 Y20 F6000\nG28 X0\nG1 X80 F9000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X145 F9000\nM117\n"}, - "machine_end_gcode": {"default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84"}, - "machine_extruder_count": { "default_value": 1 } + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/arjunpro300.def.json b/resources/definitions/arjunpro300.def.json index 7f7160f777..6ef916d9d2 100644 --- a/resources/definitions/arjunpro300.def.json +++ b/resources/definitions/arjunpro300.def.json @@ -2,51 +2,59 @@ "version": 2, "name": "Arjun Pro 300", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "platform": "arjunpro300_platform.STL", - "platform_offset": [-155, -6, 190], "has_material": true, "has_variants": true, - "preferred_variant_name": "0.4 mm Nozzle", "machine_extruder_trains": { "0": "arjunpro_extruder_0", "1": "arjunpro_extruder_1" - } + }, + "platform_offset": [ + -155, + -6, + 190 + ], + "preferred_variant_name": "0.4 mm Nozzle", + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Arjun Pro 300" }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 293 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 300 }, - "machine_center_is_zero": {"default_value": false}, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117\nG28 X0 Y0\nT0\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_nozzle_size": {"default_value": 0.4}, - "machine_show_variants": {"default_value": true}, - "machine_acceleration": {"default_value": 2000}, + "machine_height": { "default_value": 293 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 15 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, + "machine_name": { "default_value": "Arjun Pro 300" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": "M605 S0\nG21\nG90\nM82\nM107\nT1\nG28 \nG29 \nG1 X0 Y5 F2000\nT1\nG92 E0\nG1 E45 F210\nG92 E0\nT0\nG92 E0\nG1 E45 F210\nG92 E0\nM117\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "ironing_enabled":{"default_value": true}, - "machine_start_gcode": { "default_value": "M605 S0\nG21\nG90\nM82\nM107\nT1\nG28 \nG29 \nG1 X0 Y5 F2000\nT1\nG92 E0\nG1 E45 F210\nG92 E0\nT0\nG92 E0\nG1 E45 F210\nG92 E0\nM117\n"}, - "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117\nG28 X0 Y0\nT0\nM84"}, - "machine_extruder_count": { "default_value": 2 } + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/arjunpro_duplication.def.json b/resources/definitions/arjunpro_duplication.def.json index 9aebd197a7..73572c70de 100644 --- a/resources/definitions/arjunpro_duplication.def.json +++ b/resources/definitions/arjunpro_duplication.def.json @@ -2,48 +2,49 @@ "version": 2, "name": "Arjun Pro 300 Duplication", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "has_material": true, "has_variants": true, + "machine_extruder_trains": { "0": "arjunpro_dm_extruder" }, "preferred_variant_name": "0.4 mm Nozzle", - "machine_extruder_trains": - { - "0": "arjunpro_dm_extruder" - } + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Arjunpro 300 Duplication" }, - "machine_width": { "default_value": 120 }, - "machine_height": { "default_value": 293 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 300 }, - "machine_center_is_zero": {"default_value": false}, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_nozzle_size": {"default_value": 0.4}, - "machine_show_variants": {"default_value": true}, - "machine_acceleration": {"default_value": 2000}, + "machine_height": { "default_value": 293 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 15 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, + "machine_name": { "default_value": "Arjunpro 300 Duplication" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": "M605 S2 R0 X125\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 \nG29 \nG1 Z15 F150\nG28 Y5\nG1 Y20 F6000\nG28 X0\nG1 X80 F6000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X125 F6000\nM117\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 120 }, + "material_diameter": { "default_value": 1.75 }, "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "ironing_enabled":{"default_value": true}, - "machine_start_gcode": {"default_value": "M605 S2 R0 X125\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 \nG29 \nG1 Z15 F150\nG28 Y5\nG1 Y20 F6000\nG28 X0\nG1 X80 F6000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X125 F6000\nM117\n"}, - "machine_end_gcode": {"default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84"}, - "machine_extruder_count": { "default_value": 1 } + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/arjunpro_mirrored.def.json b/resources/definitions/arjunpro_mirrored.def.json index 5502708186..7d37ccc6c2 100644 --- a/resources/definitions/arjunpro_mirrored.def.json +++ b/resources/definitions/arjunpro_mirrored.def.json @@ -2,48 +2,49 @@ "version": 2, "name": "Arjun Pro 300 Mirror", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "has_material": true, "has_variants": true, + "machine_extruder_trains": { "0": "arjunpro_mm_extruder" }, "preferred_variant_name": "0.4 mm Nozzle", - "machine_extruder_trains": - { - "0": "arjunpro_mm_extruder" - } + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Arjunpro 300 Mirror" }, - "machine_width": { "default_value": 120 }, - "machine_height": { "default_value": 293 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 300 }, - "machine_center_is_zero": {"default_value": false}, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_nozzle_size": {"default_value": 0.4}, - "machine_show_variants": {"default_value": true}, - "machine_acceleration": {"default_value": 2000}, + "machine_height": { "default_value": 293 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 15 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, + "machine_name": { "default_value": "Arjunpro 300 Mirror" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": "M605 S2 R0 X125\nM605 S3 X125\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 \nG29 \nG1 Z15 F150\nG28 Y5\nG1 Y20 F6000\nG28 X0\nG1 X80 F6000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X125 F6000\nM117\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 120 }, + "material_diameter": { "default_value": 1.75 }, "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "ironing_enabled":{"default_value": true}, - "machine_start_gcode": {"default_value": "M605 S2 R0 X125\nM605 S3 X125\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 \nG29 \nG1 Z15 F150\nG28 Y5\nG1 Y20 F6000\nG28 X0\nG1 X80 F6000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X125 F6000\nM117\n"}, - "machine_end_gcode": {"default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84"}, - "machine_extruder_count": { "default_value": 1 } + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/artillery_base.def.json b/resources/definitions/artillery_base.def.json index 171ac4a524..31169c5dd4 100644 --- a/resources/definitions/artillery_base.def.json +++ b/resources/definitions/artillery_base.def.json @@ -1,26 +1,13 @@ { - "name": "Artillery Base Printer", "version": 2, + "name": "Artillery Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "3D-Nexus.com, cataclism, Wondro", "manufacturer": "Artillery", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "artillery_base_extruder_0" - }, - - "has_materials": true, - "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Size", - - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "standard", - "preferred_material": "generic_pla", "exclude_materials": [ "Vertex_Delta_ABS", "Vertex_Delta_PET", @@ -67,137 +54,120 @@ "verbatim_bvoh_175", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "artillery_base_extruder_0" }, + "preferred_material": "generic_pla", + "preferred_quality_type": "standard", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": { "default_value": "Artillery Base Printer" }, - "machine_start_gcode": { "default_value": "G28 ; home all axes\n M117 Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"}, - "machine_end_gcode": { "default_value": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y200 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y300 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan" }, - - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "overrides": + { + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 8 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 60.0 } , - "speed_wall_x": { "value": "speed_wall" }, - "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0": { "value": 20.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - "line_width": { "value": "machine_nozzle_size * 1.1" }, - - "optimize_wall_printing_order": { "value": true }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y200 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y300 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Artillery Base Printer" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\n M117 Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface" }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_none'" }, - - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": false }, - - "retraction_speed": + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": true }, + "retraction_amount": { "value": 2 }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, + "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_hop_enabled": { "value": "support_enable" }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - "retraction_prime_speed": + "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - - "retraction_hop_enabled": { "value": "support_enable" }, - "retraction_hop": { "value": 0.2 }, - "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, - "retraction_combing_max_distance": { "value": 30 }, - "travel_avoid_other_parts": { "value": true }, - "travel_avoid_supports": { "value": true }, - "travel_retract_before_outer_wall": { "value": true }, - - "retraction_amount": { "value": 2 }, - - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, - "brim_replaces_support": { "value": false }, + "skin_overlap": { "value": 10.0 }, "skirt_gap": { "value": 10.0 }, "skirt_line_count": { "value": 4 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.25" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 60.0 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, - + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, "support_use_towers": { "value": false }, "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 4 }, - - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true }, + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_none'" }, + "z_seam_type": { "value": "'back'" } } -} - +} \ No newline at end of file diff --git a/resources/definitions/artillery_genius.def.json b/resources/definitions/artillery_genius.def.json index 55b7bad99f..3ccab5bfa1 100644 --- a/resources/definitions/artillery_genius.def.json +++ b/resources/definitions/artillery_genius.def.json @@ -1,19 +1,24 @@ { - "name": "Artillery Genius", "version": 2, + "name": "Artillery Genius", "inherits": "artillery_base", - "overrides": { - "machine_name": { "default_value": "Artillery Genius" }, - "machine_width": { "default_value": 220 }, + "metadata": + { + "visible": true, + "platform": "artillery_genius.stl", + "platform_offset": [ + 0, + -72, + -20 + ], + "quality_definition": "artillery_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 220 }, "machine_height": { "default_value": 250 }, - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "artillery_base", - "visible": true, - "platform": "artillery_genius.stl", - "platform_offset": [ -0, -72, -20] + "machine_name": { "default_value": "Artillery Genius" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/artillery_sidewinder_x1.def.json b/resources/definitions/artillery_sidewinder_x1.def.json index 8ae24837d6..9403d8adea 100644 --- a/resources/definitions/artillery_sidewinder_x1.def.json +++ b/resources/definitions/artillery_sidewinder_x1.def.json @@ -1,19 +1,24 @@ { - "name": "Artillery Sidewinder X1", "version": 2, + "name": "Artillery Sidewinder X1", "inherits": "artillery_base", - "overrides": { - "machine_name": { "default_value": "Artillery Sidewinder X1" }, - "machine_width": { "default_value": 300 }, + "metadata": + { + "visible": true, + "platform": "artillery_swx1.stl", + "platform_offset": [ + -200, + -100, + 250 + ], + "quality_definition": "artillery_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 300 }, "machine_height": { "default_value": 400 }, - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "artillery_base", - "visible": true, - "platform": "artillery_swx1.stl", - "platform_offset": [ -200, -100, 250] + "machine_name": { "default_value": "Artillery Sidewinder X1" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_asterion.def.json b/resources/definitions/atmat_asterion.def.json index 402dc51c8c..71ad97398c 100644 --- a/resources/definitions/atmat_asterion.def.json +++ b/resources/definitions/atmat_asterion.def.json @@ -1,6 +1,6 @@ { - "name": "Asterion", "version": 2, + "name": "Asterion", "inherits": "atmat_signal_pro_base", "metadata": { @@ -10,10 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "Asterion" }, - "machine_width": { "default_value": 500 }, - "machine_depth": { "default_value": 500 }, - "machine_height": { "default_value": 600 } - + "machine_depth": { "default_value": 500 }, + "machine_height": { "default_value": 600 }, + "machine_name": { "default_value": "Asterion" }, + "machine_width": { "default_value": 500 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_asterion_ht.def.json b/resources/definitions/atmat_asterion_ht.def.json index 19c8d1f781..8231bf4153 100644 --- a/resources/definitions/atmat_asterion_ht.def.json +++ b/resources/definitions/atmat_asterion_ht.def.json @@ -1,6 +1,6 @@ { - "name": "Asterion HT", "version": 2, + "name": "Asterion HT", "inherits": "atmat_signal_pro_base", "metadata": { @@ -10,11 +10,10 @@ }, "overrides": { - "machine_name": { "default_value": "Asterion HT" }, - "machine_width": { "default_value": 500 }, - "machine_depth": { "default_value": 500 }, - "machine_height": { "default_value": 600 }, - "material_print_temperature": { "maximum_value_warning": 500 } - + "machine_depth": { "default_value": 500 }, + "machine_height": { "default_value": 600 }, + "machine_name": { "default_value": "Asterion HT" }, + "machine_width": { "default_value": 500 }, + "material_print_temperature": { "maximum_value_warning": 500 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_galaxy_500.def.json b/resources/definitions/atmat_galaxy_500.def.json index f0ed3be841..dd04c8869a 100644 --- a/resources/definitions/atmat_galaxy_500.def.json +++ b/resources/definitions/atmat_galaxy_500.def.json @@ -1,6 +1,6 @@ { - "name": "Galaxy 500", "version": 2, + "name": "Galaxy 500", "inherits": "atmat_signal_pro_base", "metadata": { @@ -9,28 +9,28 @@ }, "overrides": { - "machine_name": { "default_value": "Galaxy 500" }, - "machine_width": { "default_value": 400 }, - "machine_depth": { "default_value": 400 }, - "machine_height": { "default_value": 500 }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "750" }, - "acceleration_print": { "value": "750" }, - "acceleration_travel": { "value": "750" }, - "acceleration_support": { "value": "750" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "7.5" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" } + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "750" }, + "acceleration_print": { "value": "750" }, + "acceleration_support": { "value": "750" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "750" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "7.5" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "machine_depth": { "default_value": 400 }, + "machine_height": { "default_value": 500 }, + "machine_name": { "default_value": "Galaxy 500" }, + "machine_width": { "default_value": 400 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_galaxy_600.def.json b/resources/definitions/atmat_galaxy_600.def.json index c5586eb514..980d04e216 100644 --- a/resources/definitions/atmat_galaxy_600.def.json +++ b/resources/definitions/atmat_galaxy_600.def.json @@ -1,6 +1,6 @@ { - "name": "Galaxy 600", "version": 2, + "name": "Galaxy 600", "inherits": "atmat_signal_pro_base", "metadata": { @@ -9,28 +9,28 @@ }, "overrides": { - "machine_name": { "default_value": "Galaxy 600" }, - "machine_width": { "default_value": 500 }, - "machine_depth": { "default_value": 500 }, - "machine_height": { "default_value": 600 }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "750" }, - "acceleration_print": { "value": "750" }, - "acceleration_travel": { "value": "750" }, - "acceleration_support": { "value": "750" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "7.5" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" } + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "750" }, + "acceleration_print": { "value": "750" }, + "acceleration_support": { "value": "750" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "750" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "7.5" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "machine_depth": { "default_value": 500 }, + "machine_height": { "default_value": 600 }, + "machine_name": { "default_value": "Galaxy 600" }, + "machine_width": { "default_value": 500 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_pro_300_v1.def.json b/resources/definitions/atmat_signal_pro_300_v1.def.json index 27e65b92c2..6cba3191d2 100644 --- a/resources/definitions/atmat_signal_pro_300_v1.def.json +++ b/resources/definitions/atmat_signal_pro_300_v1.def.json @@ -1,6 +1,6 @@ { - "name": "Signal Pro 300 v1", "version": 2, + "name": "Signal Pro 300 v1", "inherits": "atmat_signal_pro_base", "metadata": { @@ -9,28 +9,28 @@ }, "overrides": { - "machine_name": { "default_value": "Signal Pro 300 v1" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 300 }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "750" }, - "acceleration_print": { "value": "750" }, - "acceleration_travel": { "value": "750" }, - "acceleration_support": { "value": "750" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "7.5" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" } + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "750" }, + "acceleration_print": { "value": "750" }, + "acceleration_support": { "value": "750" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "750" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "7.5" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Signal Pro 300 v1" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_pro_300_v2.def.json b/resources/definitions/atmat_signal_pro_300_v2.def.json index 39e10ce549..1fc6d565f3 100644 --- a/resources/definitions/atmat_signal_pro_300_v2.def.json +++ b/resources/definitions/atmat_signal_pro_300_v2.def.json @@ -1,6 +1,6 @@ { - "name": "Signal Pro 300 v2", "version": 2, + "name": "Signal Pro 300 v2", "inherits": "atmat_signal_pro_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "Signal Pro 300 v2" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 300 } + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Signal Pro 300 v2" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_pro_400_v1.def.json b/resources/definitions/atmat_signal_pro_400_v1.def.json index ef0d25c0af..7c4b86a2a0 100644 --- a/resources/definitions/atmat_signal_pro_400_v1.def.json +++ b/resources/definitions/atmat_signal_pro_400_v1.def.json @@ -1,6 +1,6 @@ { - "name": "Signal Pro 400 v1", "version": 2, + "name": "Signal Pro 400 v1", "inherits": "atmat_signal_pro_base", "metadata": { @@ -9,28 +9,28 @@ }, "overrides": { - "machine_name": { "default_value": "Signal Pro 400 v1" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "750" }, - "acceleration_print": { "value": "750" }, - "acceleration_travel": { "value": "750" }, - "acceleration_support": { "value": "750" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "7.5" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" } + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "750" }, + "acceleration_print": { "value": "750" }, + "acceleration_support": { "value": "750" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "750" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "7.5" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Signal Pro 400 v1" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_pro_400_v2.def.json b/resources/definitions/atmat_signal_pro_400_v2.def.json index a147cbe2d6..5703068582 100644 --- a/resources/definitions/atmat_signal_pro_400_v2.def.json +++ b/resources/definitions/atmat_signal_pro_400_v2.def.json @@ -1,6 +1,6 @@ { - "name": "Signal Pro 400 v2", "version": 2, + "name": "Signal Pro 400 v2", "inherits": "atmat_signal_pro_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "Signal Pro 400 v2" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 } + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Signal Pro 400 v2" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_pro_500_v1.def.json b/resources/definitions/atmat_signal_pro_500_v1.def.json index 60b5fee1bc..dd838eab1e 100644 --- a/resources/definitions/atmat_signal_pro_500_v1.def.json +++ b/resources/definitions/atmat_signal_pro_500_v1.def.json @@ -1,6 +1,6 @@ { - "name": "Signal Pro 500 v1", "version": 2, + "name": "Signal Pro 500 v1", "inherits": "atmat_signal_pro_base", "metadata": { @@ -9,28 +9,28 @@ }, "overrides": { - "machine_name": { "default_value": "Signal Pro 500 v1" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 500 }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "750" }, - "acceleration_print": { "value": "750" }, - "acceleration_travel": { "value": "750" }, - "acceleration_support": { "value": "750" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "7.5" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" } + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "750" }, + "acceleration_print": { "value": "750" }, + "acceleration_support": { "value": "750" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "750" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "7.5" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 500 }, + "machine_name": { "default_value": "Signal Pro 500 v1" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_pro_500_v2.def.json b/resources/definitions/atmat_signal_pro_500_v2.def.json index 0ffe012155..e415667f49 100644 --- a/resources/definitions/atmat_signal_pro_500_v2.def.json +++ b/resources/definitions/atmat_signal_pro_500_v2.def.json @@ -1,6 +1,6 @@ { - "name": "Signal Pro 500 v2", "version": 2, + "name": "Signal Pro 500 v2", "inherits": "atmat_signal_pro_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "Signal Pro 500 v2" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 500 } + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 500 }, + "machine_name": { "default_value": "Signal Pro 500 v2" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_pro_base.def.json b/resources/definitions/atmat_signal_pro_base.def.json index d92ea5c468..7b622a558a 100644 --- a/resources/definitions/atmat_signal_pro_base.def.json +++ b/resources/definitions/atmat_signal_pro_base.def.json @@ -1,27 +1,13 @@ { - "name": "Signal Pro Base", "version": 2, + "name": "Signal Pro Base", "inherits": "fdmprinter", - "metadata": + "metadata": { "visible": false, "author": "ATMAT", "manufacturer": "ATMAT sp. z o.o.", "file_formats": "text/x-gcode", - "preferred_quality_type": "fast", - "has_machine_quality": true, - "has_materials": true, - "has_variants": true, - "variants_name": "Nozzle", - "preferred_variant_name": "V6 0.40mm", - "machine_extruder_trains": - { - "0": "atmat_signal_pro_extruder_left", - "1": "atmat_signal_pro_extruder_right" - }, - "preferred_material": "generic_pla_175", - "supports_usb_connection": false, - "supports_network_connection": false, "exclude_materials": [ "chromatik_pla", "dsm_arnitel2045_175", @@ -90,124 +76,162 @@ "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" - - ] + ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": + { + "0": "atmat_signal_pro_extruder_left", + "1": "atmat_signal_pro_extruder_right" + }, + "preferred_material": "generic_pla_175", + "preferred_quality_type": "fast", + "preferred_variant_name": "V6 0.40mm", + "supports_network_connection": false, + "supports_usb_connection": false, + "variants_name": "Nozzle" }, "overrides": { - "machine_name": { "default_value": "Signal Pro" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 300 }, - "gantry_height": { "value": 30 }, - "machine_extruder_count": { "default_value": 2 }, - "machine_heated_bed": { "default_value": true }, - "machine_heated_build_volume": { "default_value": true }, - "build_volume_temperature": { "maximum_value_warning": 45 }, - "material_print_temperature": { "maximum_value_warning": 295 }, - "material_bed_temperature": { "maximum_value_warning": 140 }, - "machine_max_acceleration_x": { "default_value": 1500 }, - "machine_max_acceleration_y": { "default_value": 1500 }, - "machine_max_acceleration_z": { "default_value": 250 }, - "machine_acceleration": { "default_value": 1500 }, - "machine_max_jerk_xy": { "default_value": 15 }, - "machine_max_jerk_z": { "default_value": 1 }, - "machine_max_jerk_e": { "default_value": 15 }, - "machine_head_with_fans_polygon": { "default_value": [ [-35, 65], [-35, -50], [35, -50], [35, 65] ] }, - "machine_max_feedrate_z": { "default_value": 10 }, - "machine_max_feedrate_e": { "default_value": 120 }, - "machine_gcode_flavor": { "default_value": "Marlin" }, - "machine_start_gcode": { "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nG28 ; home all without mesh bed level\nM420 S1\nG92 E0.0 ; reset extruder distance position\nG1 Z0.25\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" }, - "machine_end_gcode": { "default_value": "M104 T0 S0 ;extruder heater off\nM104 T1 S0 ;extruder heater off\nM140 S0 ;heated bed heater off\nG91\nG1 Z1 F420 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 E-1 F300 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y300 F6000 ;move the head out of the way\nM84 ;steppers off" }, - "adhesion_type": { "default_value": "skirt" }, - "skirt_brim_minimal_length": { "value": "550" }, - "retraction_amount": { "value": "1" }, - "retraction_speed": { "value": "50", "maximum_value_warning": "130" }, - "retraction_retract_speed": { "value": "retraction_speed", "maximum_value_warning": "130" }, - "retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": "130" }, - "retraction_hop_enabled": { "value": "True" }, - "retraction_hop": { "value": "0.5" }, - "retraction_combing": { "value": "'noskin'" }, - "retraction_combing_max_distance": { "value": "10" }, - "travel_avoid_other_parts": { "value": "True" }, - "travel_avoid_supports": { "value": "True" }, - "speed_travel": { "maximum_value": "150", "value": "150", "maximum_value_warning": "151" }, - "speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" }, - "speed_layer_0": { "value": "math.ceil(speed_print * 0.25)" }, - "speed_wall": { "value": "math.ceil(speed_print * 0.50)" }, - "speed_wall_0": { "value": "math.ceil(speed_print * 0.50)" }, - "speed_wall_x": { "value": "math.ceil(speed_print * 0.75)" }, - "speed_topbottom": { "value": "math.ceil(speed_print * 0.45)" }, - "speed_roofing": { "value": "math.ceil(speed_print * 0.45)" }, - "speed_slowdown_layers": { "value": "2" }, - "roofing_layer_count": { "value": "1" }, - "optimize_wall_printing_order": { "value": "True" }, - "infill_enable_travel_optimization": { "value": "True" }, - "minimum_polygon_circumference": { "value": "0.2" }, - "wall_overhang_angle": { "value": "75" }, - "wall_overhang_speed_factor": { "value": "50" }, - "bridge_settings_enabled": { "value": "True" }, - "bridge_wall_coast": { "value": "10" }, - "bridge_fan_speed": { "value": "100" }, - "bridge_fan_speed_2": { "resolve": "max(cool_fan_speed, 50)" }, - "bridge_fan_speed_3": { "resolve": "max(cool_fan_speed, 20)" }, - "alternate_extra_perimeter": { "value": "True" }, - "cool_min_layer_time_fan_speed_max": { "value": "20" }, - "cool_min_layer_time": { "value": "15" }, - "cool_fan_speed_min": { "value": "cool_fan_speed" }, - "cool_fan_full_at_height": { "value": "resolveOrValue('layer_height_0') + resolveOrValue('layer_height') * max(1, cool_fan_full_layer - 1)" }, - "cool_fan_full_layer": { "value": "4" }, - "layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" }, - "line_width": { "value": "machine_nozzle_size * 1.125" }, - "wall_line_width": { "value": "machine_nozzle_size" }, - "fill_outline_gaps": { "value": "True" }, - "meshfix_maximum_resolution": { "value": "0.01" }, - "meshfix_maximum_deviation": { "value": "layer_height / 2" }, - "infill_before_walls": { "value": "False" }, - "zig_zaggify_infill": { "value": "True" }, - "min_infill_area": { "value": "5.0" }, - "acceleration_enabled": { "value": "True" }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "1000" }, - "acceleration_print": { "value": "1000" }, - "acceleration_travel": { "value": "1000" }, - "acceleration_support": { "value": "1000" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_enabled": { "value": "True" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "10" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" }, - "prime_tower_position_x": { "value": "270" }, - "prime_tower_position_y": { "value": "270" }, - "extruder_prime_pos_abs": { "value": "True" }, - "switch_extruder_prime_speed": { "value": "15" }, - "switch_extruder_retraction_amount": { "value": "2" }, - "support_xy_distance": { "value": "wall_line_width_0 * 2.5" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_angle": { "value": "60" }, - "support_bottom_distance": { "value": "support_z_distance / 2" }, - "support_pattern": { "default_value": "zigzag" }, - "support_top_distance": { "value": "support_z_distance" }, - "support_use_towers": { "value": "True" }, - "support_z_distance": { "value": "layer_height" }, - "support_interface_enable": { "value": "True" }, - "support_interface_height": { "value": "1" }, - "support_interface_skip_height": { "value": "layer_height" }, - "support_bottom_enable": { "value": "False" }, - "support_join_distance": { "value": "1" }, - "support_offset": { "value": "1.5" }, - "support_infill_rate": { "value": "20" }, - "support_brim_enable": { "value": "True" }, - "prime_tower_enable": { "value": "True" } + "acceleration_enabled": { "value": "True" }, + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "1000" }, + "acceleration_print": { "value": "1000" }, + "acceleration_support": { "value": "1000" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "1000" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "adhesion_type": { "default_value": "skirt" }, + "alternate_extra_perimeter": { "value": "True" }, + "bridge_fan_speed": { "value": "100" }, + "bridge_fan_speed_2": { "resolve": "max(cool_fan_speed, 50)" }, + "bridge_fan_speed_3": { "resolve": "max(cool_fan_speed, 20)" }, + "bridge_settings_enabled": { "value": "True" }, + "bridge_wall_coast": { "value": "10" }, + "build_volume_temperature": { "maximum_value_warning": 45 }, + "cool_fan_full_at_height": { "value": "resolveOrValue('layer_height_0') + resolveOrValue('layer_height') * max(1, cool_fan_full_layer - 1)" }, + "cool_fan_full_layer": { "value": "4" }, + "cool_fan_speed_min": { "value": "cool_fan_speed" }, + "cool_min_layer_time": { "value": "15" }, + "cool_min_layer_time_fan_speed_max": { "value": "20" }, + "extruder_prime_pos_abs": { "value": "True" }, + "fill_outline_gaps": { "value": "True" }, + "gantry_height": { "value": 30 }, + "infill_before_walls": { "value": "False" }, + "infill_enable_travel_optimization": { "value": "True" }, + "jerk_enabled": { "value": "True" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "10" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" }, + "line_width": { "value": "machine_nozzle_size * 1.125" }, + "machine_acceleration": { "default_value": 1500 }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;extruder heater off\nM104 T1 S0 ;extruder heater off\nM140 S0 ;heated bed heater off\nG91\nG1 Z1 F420 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 E-1 F300 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y300 F6000 ;move the head out of the way\nM84 ;steppers off" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-35, 65], + [-35, -50], + [35, -50], + [35, 65] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_heated_build_volume": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_max_acceleration_x": { "default_value": 1500 }, + "machine_max_acceleration_y": { "default_value": 1500 }, + "machine_max_acceleration_z": { "default_value": 250 }, + "machine_max_feedrate_e": { "default_value": 120 }, + "machine_max_feedrate_z": { "default_value": 10 }, + "machine_max_jerk_e": { "default_value": 15 }, + "machine_max_jerk_xy": { "default_value": 15 }, + "machine_max_jerk_z": { "default_value": 1 }, + "machine_name": { "default_value": "Signal Pro" }, + "machine_start_gcode": { "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nG28 ; home all without mesh bed level\nM420 S1\nG92 E0.0 ; reset extruder distance position\nG1 Z0.25\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" }, + "machine_width": { "default_value": 300 }, + "material_bed_temperature": { "maximum_value_warning": 140 }, + "material_print_temperature": { "maximum_value_warning": 295 }, + "meshfix_maximum_deviation": { "value": "layer_height / 2" }, + "meshfix_maximum_resolution": { "value": "0.01" }, + "min_infill_area": { "value": "5.0" }, + "minimum_polygon_circumference": { "value": "0.2" }, + "optimize_wall_printing_order": { "value": "True" }, + "prime_tower_enable": { "value": "True" }, + "prime_tower_position_x": { "value": "270" }, + "prime_tower_position_y": { "value": "270" }, + "retraction_amount": { "value": "1" }, + "retraction_combing": { "value": "'noskin'" }, + "retraction_combing_max_distance": { "value": "10" }, + "retraction_hop": { "value": "0.5" }, + "retraction_hop_enabled": { "value": "True" }, + "retraction_prime_speed": + { + "maximum_value_warning": "130", + "value": "math.ceil(retraction_speed * 0.4)" + }, + "retraction_retract_speed": + { + "maximum_value_warning": "130", + "value": "retraction_speed" + }, + "retraction_speed": + { + "maximum_value_warning": "130", + "value": "50" + }, + "roofing_layer_count": { "value": "1" }, + "skirt_brim_minimal_length": { "value": "550" }, + "speed_layer_0": { "value": "math.ceil(speed_print * 0.25)" }, + "speed_roofing": { "value": "math.ceil(speed_print * 0.45)" }, + "speed_slowdown_layers": { "value": "2" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 0.45)" }, + "speed_travel": + { + "maximum_value": "150", + "maximum_value_warning": "151", + "value": "150" + }, + "speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" }, + "speed_wall": { "value": "math.ceil(speed_print * 0.50)" }, + "speed_wall_0": { "value": "math.ceil(speed_print * 0.50)" }, + "speed_wall_x": { "value": "math.ceil(speed_print * 0.75)" }, + "support_angle": { "value": "60" }, + "support_bottom_distance": { "value": "support_z_distance / 2" }, + "support_bottom_enable": { "value": "False" }, + "support_brim_enable": { "value": "True" }, + "support_infill_rate": { "value": "20" }, + "support_interface_enable": { "value": "True" }, + "support_interface_height": { "value": "1" }, + "support_interface_skip_height": { "value": "layer_height" }, + "support_join_distance": { "value": "1" }, + "support_offset": { "value": "1.5" }, + "support_pattern": { "default_value": "zigzag" }, + "support_top_distance": { "value": "support_z_distance" }, + "support_use_towers": { "value": "True" }, + "support_xy_distance": { "value": "wall_line_width_0 * 2.5" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_z_distance": { "value": "layer_height" }, + "switch_extruder_prime_speed": { "value": "15" }, + "switch_extruder_retraction_amount": { "value": "2" }, + "travel_avoid_other_parts": { "value": "True" }, + "travel_avoid_supports": { "value": "True" }, + "wall_line_width": { "value": "machine_nozzle_size" }, + "wall_overhang_angle": { "value": "75" }, + "wall_overhang_speed_factor": { "value": "50" }, + "zig_zaggify_infill": { "value": "True" } } } \ No newline at end of file diff --git a/resources/definitions/atmat_signal_xl.def.json b/resources/definitions/atmat_signal_xl.def.json index 855ac89bb5..d89f57b6fe 100644 --- a/resources/definitions/atmat_signal_xl.def.json +++ b/resources/definitions/atmat_signal_xl.def.json @@ -1,6 +1,6 @@ { - "name": "Signal XL", "version": 2, + "name": "Signal XL", "inherits": "atmat_signal_pro_base", "metadata": { @@ -9,32 +9,31 @@ }, "overrides": { - "machine_name": { "default_value": "Signal XL" }, - "machine_width": { "default_value": 310 }, - "machine_depth": { "default_value": 320 }, - "machine_height": { "default_value": 260 }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "750" }, - "acceleration_print": { "value": "750" }, - "acceleration_travel": { "value": "750" }, - "acceleration_support": { "value": "750" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "7.5" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_build_volume": { "default_value": false }, - "machine_gcode_flavor": { "default_value": "Repetier" } - + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "750" }, + "acceleration_print": { "value": "750" }, + "acceleration_support": { "value": "750" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "750" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "7.5" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "machine_depth": { "default_value": 320 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Repetier" }, + "machine_heated_build_volume": { "default_value": false }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Signal XL" }, + "machine_width": { "default_value": 310 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_xxl.def.json b/resources/definitions/atmat_signal_xxl.def.json index 25e2f4c102..fe8e6ab439 100644 --- a/resources/definitions/atmat_signal_xxl.def.json +++ b/resources/definitions/atmat_signal_xxl.def.json @@ -1,6 +1,6 @@ { - "name": "Signal XXL", "version": 2, + "name": "Signal XXL", "inherits": "atmat_signal_pro_base", "metadata": { @@ -9,32 +9,31 @@ }, "overrides": { - "machine_name": { "default_value": "Signal XXL" }, - "machine_width": { "default_value": 310 }, - "machine_depth": { "default_value": 320 }, - "machine_height": { "default_value": 385 }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "750" }, - "acceleration_print": { "value": "750" }, - "acceleration_travel": { "value": "750" }, - "acceleration_support": { "value": "750" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "7.5" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_build_volume": { "default_value": false }, - "machine_gcode_flavor": { "default_value": "Repetier" } - + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "750" }, + "acceleration_print": { "value": "750" }, + "acceleration_support": { "value": "750" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "750" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "7.5" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "machine_depth": { "default_value": 320 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Repetier" }, + "machine_heated_build_volume": { "default_value": false }, + "machine_height": { "default_value": 385 }, + "machine_name": { "default_value": "Signal XXL" }, + "machine_width": { "default_value": 310 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atmat_signal_xxxl.def.json b/resources/definitions/atmat_signal_xxxl.def.json index 502ce272f0..f1a5262c09 100644 --- a/resources/definitions/atmat_signal_xxxl.def.json +++ b/resources/definitions/atmat_signal_xxxl.def.json @@ -1,6 +1,6 @@ { - "name": "Signal XXXL", "version": 2, + "name": "Signal XXXL", "inherits": "atmat_signal_pro_base", "metadata": { @@ -9,32 +9,31 @@ }, "overrides": { - "machine_name": { "default_value": "Signal XXXL" }, - "machine_width": { "default_value": 310 }, - "machine_depth": { "default_value": 320 }, - "machine_height": { "default_value": 500 }, - "acceleration_layer_0": { "value": "250" }, - "acceleration_prime_tower": { "value": "750" }, - "acceleration_print": { "value": "750" }, - "acceleration_travel": { "value": "750" }, - "acceleration_support": { "value": "750" }, - "acceleration_support_interface": { "value": "750" }, - "acceleration_topbottom": { "value": "750" }, - "acceleration_wall": { "value": "750" }, - "acceleration_wall_0": { "value": "500" }, - "jerk_layer_0": { "value": "5" }, - "jerk_prime_tower": { "value": "jerk_print" }, - "jerk_print": { "value": "7.5" }, - "jerk_support": { "value": "jerk_print" }, - "jerk_support_interface": { "value": "jerk_print" }, - "jerk_topbottom": { "value": "jerk_print" }, - "jerk_wall": { "value": "jerk_print" }, - "jerk_wall_0": { "value": "jerk_print" }, - "jerk_travel": { "value": "jerk_layer_0" }, - "jerk_travel_layer_0": { "value": "jerk_layer_0" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_build_volume": { "default_value": false }, - "machine_gcode_flavor": { "default_value": "Repetier" } - + "acceleration_layer_0": { "value": "250" }, + "acceleration_prime_tower": { "value": "750" }, + "acceleration_print": { "value": "750" }, + "acceleration_support": { "value": "750" }, + "acceleration_support_interface": { "value": "750" }, + "acceleration_topbottom": { "value": "750" }, + "acceleration_travel": { "value": "750" }, + "acceleration_wall": { "value": "750" }, + "acceleration_wall_0": { "value": "500" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "jerk_print" }, + "jerk_print": { "value": "7.5" }, + "jerk_support": { "value": "jerk_print" }, + "jerk_support_interface": { "value": "jerk_print" }, + "jerk_topbottom": { "value": "jerk_print" }, + "jerk_travel": { "value": "jerk_layer_0" }, + "jerk_travel_layer_0": { "value": "jerk_layer_0" }, + "jerk_wall": { "value": "jerk_print" }, + "jerk_wall_0": { "value": "jerk_print" }, + "machine_depth": { "default_value": 320 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Repetier" }, + "machine_heated_build_volume": { "default_value": false }, + "machine_height": { "default_value": 500 }, + "machine_name": { "default_value": "Signal XXXL" }, + "machine_width": { "default_value": 310 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atom2.def.json b/resources/definitions/atom2.def.json index 9ad42c0f36..58930215f3 100644 --- a/resources/definitions/atom2.def.json +++ b/resources/definitions/atom2.def.json @@ -1,35 +1,37 @@ { - "name": "Atom 2", - "version": 2, - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Victor (Yu Chieh) Lin", - "manufacturer": "Layer One", - "file_formats": "text/x-gcode", - "platform_offset": [0,0,0], - "machine_extruder_trains": { "0": "atom2_extruder_0" + "version": 2, + "name": "Atom 2", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Victor (Yu Chieh) Lin", + "manufacturer": "Layer One", + "file_formats": "text/x-gcode", + "machine_extruder_trains": { "0": "atom2_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] + }, + "overrides": + { + "brim_width": { "default_value": 4 }, + "default_material_print_temperature": { "default_value": 210 }, + "infill_sparse_density": { "default_value": 10 }, + "layer_height": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "G28\nG91\nG1 E-6 F300\nM104 S0\nG1 E-1000 F5000\nM84\nG90" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 320 }, + "machine_name": { "default_value": "Atom 2" }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21\nG90 \nM107\nG28\nG1 Y-110 Z15\nG0 Z{layer_height_0}\nG92 E0\nG1 F200 Y-100 E6\nG92 E0" }, + "machine_width": { "default_value": 210 }, + "optimize_wall_printing_order": { "value": "True" }, + "speed_print": { "default_value": 32 } } - }, - - "overrides": { - "machine_name": { "default_value": "Atom 2" }, - "machine_shape": { "default_value": "elliptic" }, - "machine_width": { "default_value": 210 }, - "machine_depth": { "default_value": 210 }, - "machine_height": { "default_value": 320 }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_bed": { "default_value": false }, - "machine_center_is_zero": { "default_value": true }, - - "machine_start_gcode": { "default_value": "G21\nG90 \nM107\nG28\nG1 Y-110 Z15\nG0 Z{layer_height_0}\nG92 E0\nG1 F200 Y-100 E6\nG92 E0" }, - "machine_end_gcode": { "default_value": "G28\nG91\nG1 E-6 F300\nM104 S0\nG1 E-1000 F5000\nM84\nG90" }, - - "layer_height": { "default_value": 0.2 }, - "default_material_print_temperature": { "default_value": 210 }, - "speed_print": { "default_value": 32 }, - "optimize_wall_printing_order": { "value": "True" }, - "infill_sparse_density": { "default_value": 10 }, - "brim_width": { "default_value": 4 } - } -} +} \ No newline at end of file diff --git a/resources/definitions/atom3.def.json b/resources/definitions/atom3.def.json index 62d6c23577..aff4dfd3fb 100644 --- a/resources/definitions/atom3.def.json +++ b/resources/definitions/atom3.def.json @@ -7,134 +7,116 @@ "visible": true, "author": "Daniel Kurth", "manufacturer": "Layer One", - "platform_offset": [0, 0, 0], + "platform": "Atom 3 bed.3mf", "has_machine_quality": false, "has_materials": true, - "preferred_material": "layer_one_dark_gray_pla", "has_variants": true, - "preferred_variant_name": "PTFE hotend + 0.4mm brass nozzle", + "machine_extruder_trains": { "0": "atom3_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_material": "layer_one_dark_gray_pla", "preferred_quality_type": "normal", - "variants_name": "Tool:", - "platform": "Atom 3 bed.3mf", - "machine_extruder_trains": - { - "0": "atom3_extruder_0" - } + "preferred_variant_name": "PTFE hotend + 0.4mm brass nozzle", + "variants_name": "Tool:" }, - - "overrides": { - "machine_name": { "default_value": "Atom 3" }, - "machine_show_variants": { "default_value": true}, - "machine_shape": { "default_value": "elliptic" }, - "machine_width": { "default_value": 270}, - "machine_depth": { "default_value": 270}, - "machine_height": { "default_value": 340}, - "machine_center_is_zero": { "default_value": true}, - "machine_nozzle_head_distance": { "default_value": 6}, - "machine_head_with_fans_polygon": + "adhesion_type": { "default_value": "skirt" }, + "cool_lift_head": { "default_value": false }, + "cool_min_layer_time": { "default_value": 5 }, + "cool_min_speed": { "default_value": 10 }, + "default_material_bed_temperature": { - "default_value":[ - [-23.82, 51.25], - [23.82, 51.25], - [56.292 , -5.00], - [32.476, -46.250], - [-32.476, -46.25], - [-56.292, -5.00] - ] + "default_value": 60, + "maximum_value": "120", + "maximum_value_warning": "115", + "minimum_value": "0", + "minimum_value_warning": "build_volume_temperature" }, - "machine_gcode_flavor": { "RepRap (Marlin/Sprinter)": "Marlin" }, - "machine_heated_bed": { "default_value": true }, - "material_diameter": { "default_value": 1.75}, - "machine_start_gcode": - { - "default_value": ";MACHINE START CODE\nG21 ;metric values\nG90 ;absolute positioning\nG28 ;home\nG1 Z5 F9000\n;MACHINE START CODE" - }, - "machine_end_gcode": - { - "default_value": ";MACHINE END CODE\nG91 ;relative positioning\nG1 E-1 F300 ;retract filament release pressure\nG1 Z+1.0 E-5 F9000 ;move up a and retract more\nG90 ;absolute positioning\nG28; home\nM84 ;steppers off\n;MACHINE END CODE" - }, - - "layer_height": {"default_value": 0.2 }, + "default_material_print_temperature": { "default_value": 200 }, + "infill_before_walls": { "value": false }, + "infill_sparse_density": { "default_value": 17 }, + "initial_layer_line_width_factor": { "default_value": 100 }, + "layer_height": { "default_value": 0.2 }, "layer_height_0": { "default_value": 0.2, "value": "layer_height" }, - "line_width": { "value": "machine_nozzle_size"}, - - "initial_layer_line_width_factor": { "default_value": 100}, - - "top_bottom_thickness": { "default_value": 1.0}, - - "infill_sparse_density": { "default_value": 17}, - "infill_before_walls": { "value": false}, - "zig_zaggify_infill": { "value": true}, - - "default_material_print_temperature": { "default_value": 200 }, - "material_initial_print_temperature": { "value": "material_print_temperature_layer_0"}, - "material_final_print_temperature": { "value": "material_print_temperature"}, - "default_material_bed_temperature": + "line_width": { "value": "machine_nozzle_size" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 270 }, + "machine_end_gcode": { "default_value": ";MACHINE END CODE\nG91 ;relative positioning\nG1 E-1 F300 ;retract filament release pressure\nG1 Z+1.0 E-5 F9000 ;move up a and retract more\nG90 ;absolute positioning\nG28; home\nM84 ;steppers off\n;MACHINE END CODE" }, + "machine_gcode_flavor": { "RepRap (Marlin/Sprinter)": "Marlin" }, + "machine_head_with_fans_polygon": { - "default_value": 60, - "minimum_value": "0", - "minimum_value_warning": "build_volume_temperature", - "maximum_value_warning": "115", - "maximum_value": "120" + "default_value": [ + [-23.82, 51.25], + [23.82, 51.25], + [56.292, -5.0], + [32.476, -46.25], + [-32.476, -46.25], + [-56.292, -5.0] + ] }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 340 }, + "machine_name": { "default_value": "Atom 3" }, + "machine_nozzle_head_distance": { "default_value": 6 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": ";MACHINE START CODE\nG21 ;metric values\nG90 ;absolute positioning\nG28 ;home\nG1 Z5 F9000\n;MACHINE START CODE" }, + "machine_width": { "default_value": 270 }, "material_bed_temperature": { - "value": "round(default_material_bed_temperature-(-0.202 * default_material_bed_temperature + 7.16)) if default_material_bed_temperature > 40 else default_material_bed_temperature", + "maximum_value": "120", + "maximum_value_warning": "115", "minimum_value": "0", "minimum_value_warning": "build_volume_temperature", - "maximum_value_warning": "115", - "maximum_value": "120" + "value": "round(default_material_bed_temperature-(-0.202 * default_material_bed_temperature + 7.16)) if default_material_bed_temperature > 40 else default_material_bed_temperature" }, - - "speed_print": { "default_value": 40}, - "speed_wall": { "value": "speed_print * 0.75"}, - "speed_wall_0": { "value": "speed_print * 0.5"}, - "speed_wall_x": { "value": "speed_print * 0.75"}, - "speed_layer_0": { "value": "20"}, - "speed_slowdown_layers": { "default_value": 1}, - + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature_layer_0" }, "retraction_amount": { "default_value": 7, "maximum_value_warning": 9 }, + "retraction_hop": { "default_value": 0.5 }, + "retraction_hop_enabled": { "default_value": true }, "retraction_speed": { "default_value": 70, "maximum_value_warning": 80 }, - "retraction_hop_enabled": { "default_value": true}, - "retraction_hop": { "default_value": 0.5}, - - "cool_min_layer_time": { "default_value": 5}, - "cool_min_speed": { "default_value": 10}, - "cool_lift_head": { "default_value": false}, - - "support_type": { "default_value": "everywhere"}, - "support_angle": { "default_value": 60}, - "support_z_distance": { "value": "layer_height"}, - "support_xy_distance_overhang":{"value": "machine_nozzle_size"}, - - - "adhesion_type": { "default_value": "skirt"}, "skirt_brim_minimal_length": { "default_value": 750, - "value": "60 / (layer_height_0 * line_width)", + "maximum_value_warning": "4000", "minimum_value": "0", "minimum_value_warning": "25", - "maximum_value_warning": "4000" + "value": "60 / (layer_height_0 * line_width)" }, "skirt_gap": { "default_value": 1, "value": "3 * wall_line_width_0" - } + }, + "speed_layer_0": { "value": "20" }, + "speed_print": { "default_value": 40 }, + "speed_slowdown_layers": { "default_value": 1 }, + "speed_wall": { "value": "speed_print * 0.75" }, + "speed_wall_0": { "value": "speed_print * 0.5" }, + "speed_wall_x": { "value": "speed_print * 0.75" }, + "support_angle": { "default_value": 60 }, + "support_type": { "default_value": "everywhere" }, + "support_xy_distance_overhang": { "value": "machine_nozzle_size" }, + "support_z_distance": { "value": "layer_height" }, + "top_bottom_thickness": { "default_value": 1.0 }, + "zig_zaggify_infill": { "value": true } } } \ No newline at end of file diff --git a/resources/definitions/atom3_lite.def.json b/resources/definitions/atom3_lite.def.json index 69808e7ad3..d71834dbbe 100644 --- a/resources/definitions/atom3_lite.def.json +++ b/resources/definitions/atom3_lite.def.json @@ -2,61 +2,47 @@ "version": 2, "name": "Atom 3 Lite", "inherits": "atom3", - "metadata": { + "metadata": + { "author": "Daniel Kurth", "manufacturer": "Layer One", - "platform_offset": [0, 0, 0], - "preferred_variant_name": "PTFE hotend + 0.4mm brass nozzle", - "platform": "Atom 3 lite bed.3mf" + "platform": "Atom 3 lite bed.3mf", + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_variant_name": "PTFE hotend + 0.4mm brass nozzle" }, - - - - - "overrides": { + "overrides": + { + "cool_lift_head": { "default_value": false }, + "cool_min_layer_time": { "default_value": 15 }, + "cool_min_speed": { "default_value": 5 }, "machine_head_with_fans_polygon": { - "default_value": - [ + "default_value": [ [-23.82, 41.25], [23.82, 41.25], [38.105, 16.5], - [57.631 , 16.5], - - [57.631 , -16.5], + [57.631, 16.5], + [57.631, -16.5], [38.105, -16.5], [23.82, -41.25], [-23.82, -41.25], - [-38.105, -16.5], - [-57.631 , -16.5], - [-57.631 , 16.5], + [-57.631, -16.5], + [-57.631, 16.5], [-38.105, 16.5], [-23.82, 41.25] ] }, - - - - "retraction_amount": { "default_value": 7 }, - "retraction_speed": { + "retraction_speed": + { "default_value": 70, "maximum_value_warning": "90" }, - - - - - "cool_min_layer_time": { "default_value": 15}, - "cool_min_speed": { "default_value": 5}, - "cool_lift_head": { "default_value": false}, - - - - - "support_angle": { "default_value": 45} + "support_angle": { "default_value": 45 } } -} - - \ No newline at end of file +} \ No newline at end of file diff --git a/resources/definitions/atomstack_cambrian_base.def.json b/resources/definitions/atomstack_cambrian_base.def.json index 1939f930e4..9a7813ed14 100644 --- a/resources/definitions/atomstack_cambrian_base.def.json +++ b/resources/definitions/atomstack_cambrian_base.def.json @@ -1,29 +1,21 @@ -{ - "version": 2, - "name": "AtomStack Cambrian Base Printer", - "inherits": "fdmprinter", - "metadata": { - "visible": false, - "author": "AtomStack", - "manufacturer": "AtomStack", - "file_formats": "text/x-gcode", - "has_materials": true, - "machine_extruder_trains": { - "0": "atomstack_cambrianmaxe175_extruder_0" - } - }, - "overrides": { - "machine_heated_bed": { - "default_value": true - }, - "machine_extruder_count": { - "default_value": 1 - }, - "machine_start_gcode": { - "default_value": "; AtomStack Cambrian Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.9 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.9 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG1 E29 ;Retract the filament\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" - }, - "machine_end_gcode": { - "default_value": "; AtomStack Cambrian End G-code\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute position\n\nG1 X0 Y210 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off nozzle\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z" - } - } -} +{ + "version": 2, + "name": "AtomStack Cambrian Base Printer", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "AtomStack", + "manufacturer": "AtomStack", + "file_formats": "text/x-gcode", + "has_materials": true, + "machine_extruder_trains": { "0": "atomstack_cambrianmaxe175_extruder_0" } + }, + "overrides": + { + "machine_end_gcode": { "default_value": "; AtomStack Cambrian End G-code\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute position\n\nG1 X0 Y210 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off nozzle\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": true }, + "machine_start_gcode": { "default_value": "; AtomStack Cambrian Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.9 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.9 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG1 E29 ;Retract the filament\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" } + } +} \ No newline at end of file diff --git a/resources/definitions/atomstack_cambrianmaxe175.def.json b/resources/definitions/atomstack_cambrianmaxe175.def.json index 572b692118..4133973361 100644 --- a/resources/definitions/atomstack_cambrianmaxe175.def.json +++ b/resources/definitions/atomstack_cambrianmaxe175.def.json @@ -2,28 +2,20 @@ "version": 2, "name": "Cambrian Max E175", "inherits": "atomstack_cambrian_base", - "metadata": { + "metadata": + { "visible": true, "author": "AtomStack", "manufacturer": "AtomStack", "file_formats": "text/x-gcode", "has_materials": true, - "machine_extruder_trains": { - "0": "atomstack_cambrianmaxe175_extruder_0" - } + "machine_extruder_trains": { "0": "atomstack_cambrianmaxe175_extruder_0" } }, - "overrides": { - "machine_name": { - "default_value": "Cambrian MAX E175" - }, - "machine_width": { - "default_value": 320 - }, - "machine_height": { - "default_value": 380 - }, - "machine_depth": { - "default_value": 330 - } + "overrides": + { + "machine_depth": { "default_value": 330 }, + "machine_height": { "default_value": 380 }, + "machine_name": { "default_value": "Cambrian MAX E175" }, + "machine_width": { "default_value": 320 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atomstack_cambrianmaxe285.def.json b/resources/definitions/atomstack_cambrianmaxe285.def.json index 064ee1ec83..a1cacac9ca 100644 --- a/resources/definitions/atomstack_cambrianmaxe285.def.json +++ b/resources/definitions/atomstack_cambrianmaxe285.def.json @@ -2,28 +2,20 @@ "version": 2, "name": "Cambrian Max E285", "inherits": "atomstack_cambrian_base", - "metadata": { + "metadata": + { "visible": true, "author": "AtomStack", "manufacturer": "AtomStack", "file_formats": "text/x-gcode", "has_materials": true, - "machine_extruder_trains": { - "0": "atomstack_cambrianmaxe285_extruder_0" - } + "machine_extruder_trains": { "0": "atomstack_cambrianmaxe285_extruder_0" } }, - "overrides": { - "machine_name": { - "default_value": "Cambrian MAX E285" - }, - "machine_width": { - "default_value": 320 - }, - "machine_height": { - "default_value": 380 - }, - "machine_depth": { - "default_value": 330 - } + "overrides": + { + "machine_depth": { "default_value": 330 }, + "machine_height": { "default_value": 380 }, + "machine_name": { "default_value": "Cambrian MAX E285" }, + "machine_width": { "default_value": 320 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atomstack_cambrianproe175.def.json b/resources/definitions/atomstack_cambrianproe175.def.json index cc56d5545a..b4fd6af9d2 100644 --- a/resources/definitions/atomstack_cambrianproe175.def.json +++ b/resources/definitions/atomstack_cambrianproe175.def.json @@ -2,28 +2,20 @@ "version": 2, "name": "Cambrian Pro E175", "inherits": "atomstack_cambrian_base", - "metadata": { + "metadata": + { "visible": true, "author": "AtomStack", "manufacturer": "AtomStack", "file_formats": "text/x-gcode", "has_materials": true, - "machine_extruder_trains": { - "0": "atomstack_cambrianproe175_extruder_0" - } + "machine_extruder_trains": { "0": "atomstack_cambrianproe175_extruder_0" } }, - "overrides": { - "machine_name": { - "default_value": "Cambrian Pro E175" - }, - "machine_width": { - "default_value": 235 - }, - "machine_height": { - "default_value": 250 - }, - "machine_depth": { - "default_value": 235 - } + "overrides": + { + "machine_depth": { "default_value": 235 }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Cambrian Pro E175" }, + "machine_width": { "default_value": 235 } } -} +} \ No newline at end of file diff --git a/resources/definitions/atomstack_cambrianproe285.def.json b/resources/definitions/atomstack_cambrianproe285.def.json index 37f51dcc97..58ca16d47a 100644 --- a/resources/definitions/atomstack_cambrianproe285.def.json +++ b/resources/definitions/atomstack_cambrianproe285.def.json @@ -2,28 +2,20 @@ "version": 2, "name": "Cambrian Pro E285", "inherits": "atomstack_cambrian_base", - "metadata": { + "metadata": + { "visible": true, "author": "AtomStack", "manufacturer": "AtomStack", "file_formats": "text/x-gcode", "has_materials": true, - "machine_extruder_trains": { - "0": "atomstack_cambrianproe285_extruder_0" - } + "machine_extruder_trains": { "0": "atomstack_cambrianproe285_extruder_0" } }, - "overrides": { - "machine_name": { - "default_value": "Cambrian Pro E285" - }, - "machine_width": { - "default_value": 235 - }, - "machine_height": { - "default_value": 250 - }, - "machine_depth": { - "default_value": 235 - } + "overrides": + { + "machine_depth": { "default_value": 235 }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Cambrian Pro E285" }, + "machine_width": { "default_value": 235 } } -} +} \ No newline at end of file diff --git a/resources/definitions/beamup_l.def.json b/resources/definitions/beamup_l.def.json index 7de0481b7a..2ec6e803c0 100644 --- a/resources/definitions/beamup_l.def.json +++ b/resources/definitions/beamup_l.def.json @@ -2,57 +2,35 @@ "version": 2, "name": "BeamUp L", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "BeamUp", "manufacturer": "BeamUp", "file_formats": "text/x-gcode", "platform": "beamup_l.3mf", - "platform_offset": [0, -2.5, -2.5], "has_machine_quality": true, "has_materials": true, - "machine_extruder_trains": - { - "0": "beamup_l_extruder_0" - } + "machine_extruder_trains": { "0": "beamup_l_extruder_0" }, + "platform_offset": [ + 0, + -2.5, + -2.5 + ] }, - - "overrides": { - "machine_name": { - "default_value": "BeamUp L" - }, - "machine_width": { - "default_value": 320 - }, - "machine_depth": { - "default_value": 320 - }, - "machine_height": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_nozzle_heat_up_speed": { - "default_value": 2 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 2 - }, - "gantry_height": { - "value": "0" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ; home\nG29 ; level\nM80 ; led\nG1 Z15.0 F6000\nT0\nG92 E0.0000\nG1 E-1.4500 F1800\nG1 X50 Y0 Z0.300 F6000\nM300 S3000 P300\nG1 E1.0000 F1800\nG92 E0.0000\nG1 X250 Y0 E15 F662" - }, - "machine_end_gcode": { - "default_value": "G28 ; home\nM104 S0 ; turn off\n M140 S0 ; turn off\nM84 ; disable motors\nM107 ; fan off" - } + "overrides": + { + "gantry_height": { "value": "0" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 320 }, + "machine_end_gcode": { "default_value": "G28 ; home\nM104 S0 ; turn off\n M140 S0 ; turn off\nM84 ; disable motors\nM107 ; fan off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "BeamUp L" }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "G28 ; home\nG29 ; level\nM80 ; led\nG1 Z15.0 F6000\nT0\nG92 E0.0000\nG1 E-1.4500 F1800\nG1 X50 Y0 Z0.300 F6000\nM300 S3000 P300\nG1 E1.0000 F1800\nG92 E0.0000\nG1 X250 Y0 E15 F662" }, + "machine_width": { "default_value": 320 } } -} +} \ No newline at end of file diff --git a/resources/definitions/beamup_s.def.json b/resources/definitions/beamup_s.def.json index 148656f819..b27411e772 100644 --- a/resources/definitions/beamup_s.def.json +++ b/resources/definitions/beamup_s.def.json @@ -2,57 +2,35 @@ "version": 2, "name": "BeamUp S", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "BeamUp", "manufacturer": "BeamUp", "file_formats": "text/x-gcode", "platform": "beamup_s.3mf", - "platform_offset": [0, -5, -10], "has_machine_quality": true, "has_materials": true, - "machine_extruder_trains": - { - "0": "beamup_s_extruder_0" - } + "machine_extruder_trains": { "0": "beamup_s_extruder_0" }, + "platform_offset": [ + 0, + -5, + -10 + ] }, - - "overrides": { - "machine_name": { - "default_value": "BeamUp S" - }, - "machine_width": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 180 - }, - "machine_height": { - "default_value": 130 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_nozzle_heat_up_speed": { - "default_value": 2 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 2 - }, - "gantry_height": { - "value": "0" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ; home\nG29 ; level\nM80 ; led\nG1 Z15.0 F6000\nT0\nG92 E0.0000\nG1 E-1.4500 F1800\nG1 X5 Y0 Z0.300 F6000\nM300 S3000 P300\nG1 E1.0000 F1800\nG92 E0.0000\nG1 X180 Y0 E15 F662" - }, - "machine_end_gcode": { - "default_value": "G28 ; home\nM104 S0 ; turn off\n M140 S0 ; turn off\nM84 ; disable motors\nM107 ; fan off" - } + "overrides": + { + "gantry_height": { "value": "0" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 180 }, + "machine_end_gcode": { "default_value": "G28 ; home\nM104 S0 ; turn off\n M140 S0 ; turn off\nM84 ; disable motors\nM107 ; fan off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 130 }, + "machine_name": { "default_value": "BeamUp S" }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "G28 ; home\nG29 ; level\nM80 ; led\nG1 Z15.0 F6000\nT0\nG92 E0.0000\nG1 E-1.4500 F1800\nG1 X5 Y0 Z0.300 F6000\nM300 S3000 P300\nG1 E1.0000 F1800\nG92 E0.0000\nG1 X180 Y0 E15 F662" }, + "machine_width": { "default_value": 200 } } -} +} \ No newline at end of file diff --git a/resources/definitions/bfb.def.json b/resources/definitions/bfb.def.json index caee91291a..8aa2c1e6b3 100644 --- a/resources/definitions/bfb.def.json +++ b/resources/definitions/bfb.def.json @@ -1,32 +1,34 @@ { - "name": "BFB", "version": 2, + "name": "BFB", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "BFB", "file_formats": "text/x-gcode", - "platform_offset": [ 0, 0, 0], - "machine_extruder_trains": - { - "0": "bfb_extruder_0" - } + "machine_extruder_trains": { "0": "bfb_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "speed_print": { "default_value": 40 }, - "machine_extruder_count": { "default_value": 1 }, - "prime_tower_size": { "default_value": 7.745966692414834 }, - "machine_name": { "default_value": "BFB_Test" }, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 275 }, - "machine_gcode_flavor": { "default_value": "BFB" }, - "machine_depth": { "default_value": 265 }, - "machine_center_is_zero": { "default_value": true }, - "machine_height": { "default_value": 240 }, - "layer_height": { "default_value": 0.25 }, - "retraction_amount": { "default_value": 0.05 }, + "overrides": + { "infill_sparse_density": { "default_value": 10 }, - "layer_height_0": { "default_value": 0.5 } + "layer_height": { "default_value": 0.25 }, + "layer_height_0": { "default_value": 0.5 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 265 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "BFB" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 240 }, + "machine_name": { "default_value": "BFB_Test" }, + "machine_width": { "default_value": 275 }, + "prime_tower_size": { "default_value": 7.745966692414834 }, + "retraction_amount": { "default_value": 0.05 }, + "speed_print": { "default_value": 40 } } -} +} \ No newline at end of file diff --git a/resources/definitions/bibo2_dual.def.json b/resources/definitions/bibo2_dual.def.json index dad08603aa..344fdbf3b9 100644 --- a/resources/definitions/bibo2_dual.def.json +++ b/resources/definitions/bibo2_dual.def.json @@ -1,93 +1,48 @@ -{ - "version": 2, - "name": "Bibo 2 dual", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "unknown", - "manufacturer": "BIBO", - "file_formats": "text/x-gcode", - "has_materials": true, - "machine_extruder_trains": { - "0": "bibo2_dual_extruder_0", - "1": "bibo2_dual_extruder_1" - }, - "first_start_actions": [ - "MachineSettingsAction" - ] - }, - "overrides": { - "machine_name": { - "default_value": "BIBO2 dual" - }, - "machine_width": { - "default_value": 214 - }, - "machine_height": { - "default_value": 160 - }, - "machine_depth": { - "default_value": 186 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_nozzle_heat_up_speed": { - "default_value": 2 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 2 - }, - "machine_head_with_fans_polygon": { - "default_value": [ - [ - -68.18, - 64.63 - ], - [ - -68.18, - -47.38 - ], - [ - 35.18, - 64.63 - ], - [ - 35.18, - -47.38 - ] - ] - }, - "gantry_height": { - "value": "12" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "M104 T0 165\nM104 T1 165\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\nG21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z2.0 F400 ;move the platform down 2mm\nT0\nG92 E0\nG28\nG1 Y0 F1200 E0\nG92 E0\nT{initial_extruder_nr}\nM117 BIBO Printing..." - }, - "machine_end_gcode": { - "default_value": ";End GCode\nM104 T0 S0 ;extruder heater off\nM104 T1 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91\nG1 Z1 F100 ;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-2 X-20 Y-20 F300 ;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" - }, - "speed_print": { - "default_value": 40 - }, - "machine_extruder_count": { - "default_value": 2 - }, - "prime_tower_position_x": { - "value": "50" - }, - "prime_tower_position_y": { - "value": "50" - } - } -} - +{ + "version": 2, + "name": "Bibo 2 dual", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "unknown", + "manufacturer": "BIBO", + "file_formats": "text/x-gcode", + "first_start_actions": [ "MachineSettingsAction" ], + "has_materials": true, + "machine_extruder_trains": + { + "0": "bibo2_dual_extruder_0", + "1": "bibo2_dual_extruder_1" + } + }, + "overrides": + { + "gantry_height": { "value": "12" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 186 }, + "machine_end_gcode": { "default_value": ";End GCode\nM104 T0 S0 ;extruder heater off\nM104 T1 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91\nG1 Z1 F100 ;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-2 X-20 Y-20 F300 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-68.18, 64.63], + [-68.18, -47.38], + [35.18, 64.63], + [35.18, -47.38] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 160 }, + "machine_name": { "default_value": "BIBO2 dual" }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "M104 T0 165\nM104 T1 165\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\nG21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z2.0 F400 ;move the platform down 2mm\nT0\nG92 E0\nG28\nG1 Y0 F1200 E0\nG92 E0\nT{initial_extruder_nr}\nM117 BIBO Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 214 }, + "prime_tower_position_x": { "value": "50" }, + "prime_tower_position_y": { "value": "50" }, + "speed_print": { "default_value": 40 } + } +} \ No newline at end of file diff --git a/resources/definitions/biqu_b1.def.json b/resources/definitions/biqu_b1.def.json index d60e229152..351383764c 100755 --- a/resources/definitions/biqu_b1.def.json +++ b/resources/definitions/biqu_b1.def.json @@ -1,44 +1,45 @@ { - "name": "Biqu B1", "version": 2, + "name": "Biqu B1", "inherits": "biqu_base", - "metadata": { - "quality_definition": "biqu_base", + "metadata": + { "visible": true, - "has_machine_materials": true, "platform": "BIQU_SSS.stl", + "has_machine_materials": true, "platform_offset": [ 0, -7.4, 5 - ] + ], + "quality_definition": "biqu_base" }, - "overrides": { + "overrides": + { "coasting_enable": { "value": true }, - "retraction_amount": { "value": 7 }, - "retraction_speed": { "value": 70 }, - "support_enable": { "value": true }, - "support_structure": { "value": "'normal'" }, - "support_type": { "value": "'buildplate'" }, - "support_angle": { "value": 45 }, - "support_infill_rate": { "value": 15 }, + "gantry_height": { "value": 27.5 }, "infill_overlap_mm": { "value": 0.06 }, - "speed_print": { "value": 60 }, - "machine_name": { "default_value": "BIQU B1" }, - "machine_width": { "value": 235 }, "machine_depth": { "value": 235 }, - "machine_height": { "value": 270 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-33, 35], [-33, -23], [33, -23], [33, 35] ] }, - "machine_start_gcode": { - "default_value": " ; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nG92 E0 ; Reset Extruder\nM117 Homing axes\nG28 ; Home all axes\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0 ; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" - }, - - "gantry_height": { "value": 27.5 } + "machine_height": { "value": 270 }, + "machine_name": { "default_value": "BIQU B1" }, + "machine_start_gcode": { "default_value": " ; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nG92 E0 ; Reset Extruder\nM117 Homing axes\nG28 ; Home all axes\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0 ; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" }, + "machine_width": { "value": 235 }, + "retraction_amount": { "value": 7 }, + "retraction_speed": { "value": 70 }, + "speed_print": { "value": 60 }, + "support_angle": { "value": 45 }, + "support_enable": { "value": true }, + "support_infill_rate": { "value": 15 }, + "support_structure": { "value": "'normal'" }, + "support_type": { "value": "'buildplate'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/biqu_b1_abl.def.json b/resources/definitions/biqu_b1_abl.def.json index 11876ae80b..536d93cac9 100755 --- a/resources/definitions/biqu_b1_abl.def.json +++ b/resources/definitions/biqu_b1_abl.def.json @@ -1,44 +1,45 @@ { - "name": "Biqu B1 ABL", "version": 2, + "name": "Biqu B1 ABL", "inherits": "biqu_base", - "metadata": { - "quality_definition": "biqu_base", + "metadata": + { "visible": true, - "has_machine_materials": true, "platform": "BIQU_SSS.stl", + "has_machine_materials": true, "platform_offset": [ 0, -7.4, 5 - ] + ], + "quality_definition": "biqu_base" }, - "overrides": { + "overrides": + { "coasting_enable": { "value": true }, - "retraction_amount": { "value": 7 }, - "retraction_speed": { "value": 70 }, - "support_enable": { "value": true }, - "support_structure": { "value": "'normal'" }, - "support_type": { "value": "'buildplate'" }, - "support_angle": { "value": 45 }, - "support_infill_rate": { "value": 15 }, + "gantry_height": { "value": 27.5 }, "infill_overlap_mm": { "value": 0.06 }, - "speed_print": { "value": 60 }, - "machine_name": { "default_value": "BIQU B1 ABL" }, - "machine_width": { "value": 235 }, "machine_depth": { "value": 235 }, - "machine_height": { "value": 270 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-33, 35], [-33, -23], [33, -23], [33, 35] ] }, - "machine_start_gcode": { - "default_value": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nM117 Pre-heating the extruder\nM104 S160 ; Set Extruder temperature\nM117 Homing axes\nG28 ; Home all axes\nM117 ABL Probing\nG29\nM117 Getting the extruder up to temp\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0 ; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" - }, - - "gantry_height": { "value": 27.5 } + "machine_height": { "value": 270 }, + "machine_name": { "default_value": "BIQU B1 ABL" }, + "machine_start_gcode": { "default_value": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nM117 Pre-heating the extruder\nM104 S160 ; Set Extruder temperature\nM117 Homing axes\nG28 ; Home all axes\nM117 ABL Probing\nG29\nM117 Getting the extruder up to temp\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0 ; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" }, + "machine_width": { "value": 235 }, + "retraction_amount": { "value": 7 }, + "retraction_speed": { "value": 70 }, + "speed_print": { "value": 60 }, + "support_angle": { "value": 45 }, + "support_enable": { "value": true }, + "support_infill_rate": { "value": 15 }, + "support_structure": { "value": "'normal'" }, + "support_type": { "value": "'buildplate'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/biqu_base.def.json b/resources/definitions/biqu_base.def.json index 44a582e545..86da2b1e13 100755 --- a/resources/definitions/biqu_base.def.json +++ b/resources/definitions/biqu_base.def.json @@ -1,154 +1,128 @@ { - "name": "Biqu Base Printer", "version": 2, + "name": "Biqu Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Luke Harrison", "manufacturer": "Biqu", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "biqu_base_extruder_0" - }, - + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Diameter", - - "preferred_variant_name": "0.4mm Nozzle", + "machine_extruder_trains": { "0": "biqu_base_extruder_0" }, + "preferred_material": "generic_pla_175", "preferred_quality_type": "standard", - "preferred_material": "generic_pla_175" + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Diameter" }, - "overrides": { - "machine_name": { "default_value": "BIQU Base Printer" }, - "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, - "machine_end_gcode": { "default_value": " ;BIQU Default End Gcode\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\n\nG1 X0 Y{machine_depth} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, - - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 75 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "overrides": + { + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, + "infill_before_walls": { "value": false }, + "infill_line_width": { "value": "line_width * 1.2" }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 8 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 50.0 } , - - "speed_wall_x": { "value": "speed_wall" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0": { "value": 20.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - - - "optimize_wall_printing_order": { "value": "True" }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": " ;BIQU Default End Gcode\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\n\nG1 X0 Y{machine_depth} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 75 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "BIQU Base Printer" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - - "z_seam_type": { "value": "'sharpest_corner'" }, - "z_seam_corner": { "value": "'z_seam_corner_inner'" }, - - "infill_line_width": { "value": "line_width * 1.2" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": false }, - - "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - - "retraction_hop": { "value": 0.2 }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": "True" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_retract_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_infill_rate": { "value": "0 if support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 75 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 10.0 }, - "skirt_line_count": { "value": 3 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.25" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 4 }, - - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 75 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'sharpest_corner'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/biqu_bx_abl.def.json b/resources/definitions/biqu_bx_abl.def.json index 4877e669b6..827987bc43 100755 --- a/resources/definitions/biqu_bx_abl.def.json +++ b/resources/definitions/biqu_bx_abl.def.json @@ -1,50 +1,51 @@ { - "name": "Biqu BX", "version": 2, + "name": "Biqu BX", "inherits": "biqu_base", - "metadata": { - "quality_definition": "biqu_base", + "metadata": + { "visible": true, - "has_machine_materials": true, "platform": "BIQU_BX_PLATE.stl", + "has_machine_materials": true, "platform_offset": [ 7, -7.4, -3 - ] + ], + "quality_definition": "biqu_base" }, - "overrides": { + "overrides": + { "coasting_enable": { "value": false }, - "retraction_amount": { "value": 1 }, - "retraction_speed": { "value": 40 }, - "retraction_extrusion_window": { "value": 1 }, - "retract_at_layer_change": { "value": true }, - "support_enable": { "value": false }, - "support_structure": { "value": "'normal'" }, - "support_type": { "value": "'buildplate'" }, - "support_angle": { "value": 45 }, - "support_infill_rate": { "value": 15 }, - "infill_overlap": { "value": 15.0 }, - "skin_overlap": { "value": 20.0 }, "fill_outline_gaps": { "value": true }, - "roofing_layer_count": { "value": 2 }, - "xy_offset_layer_0": { "value": -0.1 }, - "speed_print": { "value": 50 }, - "machine_name": { "default_value": "Biqu BX" }, - "machine_width": { "value": 250 }, + "gantry_height": { "value": 27.5 }, + "infill_overlap": { "value": 15.0 }, "machine_depth": { "value": 250 }, - "machine_height": { "value": 250 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-33, 35], [-33, -23], [33, -23], [33, 35] ] }, - "machine_start_gcode": { - "default_value": "; BIQU BX Start G-code\r\n; For information on how to tune this profile and get the\r\n; most out of your BX visit: https:\/\/github.com\/looxonline\/Marlin\r\n; For the official github site visit: https:\/\/github.com\/bigtreetech\/BIQU-BX\r\n\r\nM117 Initial homing sequence. ; Home so that the probe is positioned to heat\r\nG28\r\n\r\nM117 Probe heating position\r\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\r\n\r\nM117 Getting the heaters up to temp!\r\nM104 S140 ; Set Extruder temperature, no wait\r\nM140 S60 ; Set Heat Bed temperature\r\nM190 S60 ; Wait for Heat Bed temperature\r\n\r\nM117 Waiting for probe to warm! ; Wait another 90s for the probe to absorb heat.\r\nG4 S90 \r\n\r\nM117 Post warming re-home\r\nG28 ; Home all axes again after warming\r\n\r\nM117 Z-Dance of my people\r\nG34\r\n\r\nM117 ABL Probing\r\nG29\r\n\r\nM900 K0 L0 T0 ;Edit the K and L values if you have calibrated a k factor for your filament\r\nM900 T0 S0\r\n\r\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\r\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\r\n\r\nM117 Getting the extruder up to temp\r\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\r\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\r\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\r\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\r\n\r\nG92 E0 ; Reset Extruder\r\nM117 Purging\r\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\r\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\r\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\r\nG92 E0 ; Reset Extruder\r\nM117 Lets make\r\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" - }, - - "gantry_height": { "value": 27.5 } + "machine_height": { "value": 250 }, + "machine_name": { "default_value": "Biqu BX" }, + "machine_start_gcode": { "default_value": "; BIQU BX Start G-code\r\n; For information on how to tune this profile and get the\r\n; most out of your BX visit: https://github.com/looxonline/Marlin\r\n; For the official github site visit: https://github.com/bigtreetech/BIQU-BX\r\n\r\nM117 Initial homing sequence. ; Home so that the probe is positioned to heat\r\nG28\r\n\r\nM117 Probe heating position\r\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\r\n\r\nM117 Getting the heaters up to temp!\r\nM104 S140 ; Set Extruder temperature, no wait\r\nM140 S60 ; Set Heat Bed temperature\r\nM190 S60 ; Wait for Heat Bed temperature\r\n\r\nM117 Waiting for probe to warm! ; Wait another 90s for the probe to absorb heat.\r\nG4 S90 \r\n\r\nM117 Post warming re-home\r\nG28 ; Home all axes again after warming\r\n\r\nM117 Z-Dance of my people\r\nG34\r\n\r\nM117 ABL Probing\r\nG29\r\n\r\nM900 K0 L0 T0 ;Edit the K and L values if you have calibrated a k factor for your filament\r\nM900 T0 S0\r\n\r\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\r\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\r\n\r\nM117 Getting the extruder up to temp\r\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\r\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\r\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\r\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\r\n\r\nG92 E0 ; Reset Extruder\r\nM117 Purging\r\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\r\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\r\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\r\nG92 E0 ; Reset Extruder\r\nM117 Lets make\r\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" }, + "machine_width": { "value": 250 }, + "retract_at_layer_change": { "value": true }, + "retraction_amount": { "value": 1 }, + "retraction_extrusion_window": { "value": 1 }, + "retraction_speed": { "value": 40 }, + "roofing_layer_count": { "value": 2 }, + "skin_overlap": { "value": 20.0 }, + "speed_print": { "value": 50 }, + "support_angle": { "value": 45 }, + "support_enable": { "value": false }, + "support_infill_rate": { "value": 15 }, + "support_structure": { "value": "'normal'" }, + "support_type": { "value": "'buildplate'" }, + "xy_offset_layer_0": { "value": -0.1 } } -} +} \ No newline at end of file diff --git a/resources/definitions/blv_mgn_cube_300.def.json b/resources/definitions/blv_mgn_cube_300.def.json index 48fb7cd149..024668068c 100644 --- a/resources/definitions/blv_mgn_cube_300.def.json +++ b/resources/definitions/blv_mgn_cube_300.def.json @@ -1,33 +1,23 @@ -{ - "name": "BLV MGN Cube 300", - "version": 2, - "inherits": "blv_mgn_cube_base", - "metadata": { - "visible": true, - "author": "wolfgangmauer", - "manufacturer": "BLV", - "file_formats": "text/x-gcode", - "first_start_actions": [ - "MachineSettingsAction" - ], - "machine_extruder_trains": { - "0": "blv_mgn_cube_extruder_0" - }, - "quality_definition": "blv_mgn_cube_base", - "platform": "blv_mgn_cube_300_platform.3mf" - }, - "overrides": { - "machine_name": { - "default_value": "BLV mgn Cube 300" - }, - "machine_height": { - "default_value": 465 - }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - } - } -} +{ + "version": 2, + "name": "BLV MGN Cube 300", + "inherits": "blv_mgn_cube_base", + "metadata": + { + "visible": true, + "author": "wolfgangmauer", + "manufacturer": "BLV", + "file_formats": "text/x-gcode", + "platform": "blv_mgn_cube_300_platform.3mf", + "first_start_actions": [ "MachineSettingsAction" ], + "machine_extruder_trains": { "0": "blv_mgn_cube_extruder_0" }, + "quality_definition": "blv_mgn_cube_base" + }, + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 465 }, + "machine_name": { "default_value": "BLV mgn Cube 300" }, + "machine_width": { "default_value": 300 } + } +} \ No newline at end of file diff --git a/resources/definitions/blv_mgn_cube_350.def.json b/resources/definitions/blv_mgn_cube_350.def.json index c5e5e28723..74f7b7f065 100644 --- a/resources/definitions/blv_mgn_cube_350.def.json +++ b/resources/definitions/blv_mgn_cube_350.def.json @@ -1,33 +1,23 @@ -{ - "name": "BLV MGN Cube 350", - "version": 2, - "inherits": "blv_mgn_cube_base", - "metadata": { - "visible": true, - "author": "wolfgangmauer", - "manufacturer": "BLV", - "file_formats": "text/x-gcode", - "first_start_actions": [ - "MachineSettingsAction" - ], - "machine_extruder_trains": { - "0": "blv_mgn_cube_extruder_0" - }, - "quality_definition": "blv_mgn_cube_base", - "platform": "blv_mgn_cube_350_platform.3mf" - }, - "overrides": { - "machine_name": { - "default_value": "BLV mgn Cube350" - }, - "machine_height": { - "default_value": 465 - }, - "machine_width": { - "default_value": 350 - }, - "machine_depth": { - "default_value": 350 - } - } -} +{ + "version": 2, + "name": "BLV MGN Cube 350", + "inherits": "blv_mgn_cube_base", + "metadata": + { + "visible": true, + "author": "wolfgangmauer", + "manufacturer": "BLV", + "file_formats": "text/x-gcode", + "platform": "blv_mgn_cube_350_platform.3mf", + "first_start_actions": [ "MachineSettingsAction" ], + "machine_extruder_trains": { "0": "blv_mgn_cube_extruder_0" }, + "quality_definition": "blv_mgn_cube_base" + }, + "overrides": + { + "machine_depth": { "default_value": 350 }, + "machine_height": { "default_value": 465 }, + "machine_name": { "default_value": "BLV mgn Cube350" }, + "machine_width": { "default_value": 350 } + } +} \ No newline at end of file diff --git a/resources/definitions/blv_mgn_cube_base.def.json b/resources/definitions/blv_mgn_cube_base.def.json index 84c585e016..960a98ec0e 100644 --- a/resources/definitions/blv_mgn_cube_base.def.json +++ b/resources/definitions/blv_mgn_cube_base.def.json @@ -1,210 +1,105 @@ -{ - "name": "BLV MGN Cube Base", - "version": 2, - "inherits": "anet3d", - "metadata": { - "visible": false, - "author": "wolfgangmauer", - "manufacturer": "BLV", - "file_formats": "text/x-gcode", - "first_start_actions": [ - "MachineSettingsAction" - ], - "preferred_quality_type": "normal", - "machine_extruder_trains": { - "0": "blv_mgn_cube_extruder_0" - }, - "preferred_material": "generic_pla", - "has_variants": false, - "has_materials": true, - "preferred_variant_name": "0.4mm Nozzle", - "has_machine_quality": false - }, - "overrides": { - "machine_name": { - "default_value": "BLV mgn Cube" - }, - "initial_layer_line_width_factor": { - "default_value": 130.0 - }, - "speed_slowdown_layers": { - "default_value": 1 - }, - "optimize_wall_printing_order": { - "value": true - }, - "infill_enable_travel_optimization": { - "default_value": true - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (RepRap)" - }, - "fill_outline_gaps": { - "value": true - }, - "retraction_speed": { - "default_value": 85, - "maximum_value_warning": 130 - }, - "retraction_amount": { - "default_value": 5.5 - }, - "retraction_hop_enabled": { - "value": true - }, - "retraction_hop": { - "value": 0.4 - }, - "retraction_combing": { - "value": "'infill'" - }, - "retraction_combing_max_distance": { - "value": 10 - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG92 E0 ;zero the extruded length\nM104 S170 T0; start preheat hotend_0\nM140 S{material_bed_temperature_layer_0} ; start preheating the bed\nM190 S{material_bed_temperature_layer_0} ; heat to Cura Bed setting\nG28\nG12 P1 S2 T3\nG34\nG29\nG1 X0 Y0 Z1 F9000\nM109 S{material_print_temperature_layer_0} T0\nG1 X100 Y0 Z{layer_height_0} E30 F500 ;intro line\nG92 E0 ;zero the extruded length again\nM117 Printing...\n" - }, - "machine_end_gcode": { - "default_value": "G91 ;relative positioning\nG1 Z5 F500; move nozzle relative to position\nG90 ;absolute positioning\nG1 X0 Y{machine_depth}\nG12 P1 T3\nM104 S0\nM140 S0\nG92 E0\nM84\nM109 S50\nM81\n" - }, - "top_bottom_pattern": { - "value": "'zigzag'" - }, - "speed_layer_0": { - "value": "math.ceil(speed_print * 0.25)" - }, - "adhesion_type": { - "value": "'none'" - }, - "speed_travel": { - "value": 120, - "maximum_value_warning": 251, - "maximum_value": 300 - }, - "infill_pattern": { - "value": "'tetrahedral'" - }, - "bridge_settings_enabled": { - "default_value": true - }, - "layer_height_0": { - "resolve": "max(0.2, min(extruderValues('layer_height')))" - }, - "line_width": { - "value": "machine_nozzle_size" - }, - "wall_line_width": { - "value": "machine_nozzle_size" - }, - "infill_before_walls": { - "value": true - }, - "zig_zaggify_infill": { - "value": true - }, - "acceleration_enabled": { - "value": false - }, - "jerk_enabled": { - "value": false - }, - "bridge_wall_coast": { - "default_value": 10 - }, - "bridge_fan_speed": { - "default_value": 100 - }, - "bridge_fan_speed_2": { - "resolve": "max(cool_fan_speed, 50)" - }, - "bridge_fan_speed_3": { - "resolve": "max(cool_fan_speed, 20)" - }, - "cool_min_layer_time_fan_speed_max": { - "default_value": 20 - }, - "cool_min_layer_time": { - "value": 15 - }, - "cool_fan_speed_min": { - "value": "cool_fan_speed" - }, - "cool_fan_full_at_height": { - "value": "resolveOrValue('layer_height_0') + resolveOrValue('layer_height') * max(1, cool_fan_full_layer - 1)" - }, - "cool_fan_full_layer": { - "value": 4 - }, - "wall_line_count": { - "value": 3 - }, - "bottom_layers": { - "value": 3 - }, - "top_layers": { - "value": 3 - }, - "travel_retract_before_outer_wall": { - "value": false - }, - "z_seam_type": { - "value": "'shortest'" - }, - "brim_width": { - "default_value": 5 - }, - "infill_randomize_start_location": { - "default_value": true - }, - "skin_overlap": { - "value": 10.0 - }, - "speed_travel_layer_0": { - "value": "math.ceil(speed_travel * 0.4)" - }, - "speed_print": { - "value": 100, - "maximum_value_warning": 151, - "maximum_value": 250 - }, - "retraction_count_max": { - "value": 20 - }, - "speed_wall": { - "value": "math.ceil(speed_print * 0.33)" - }, - "speed_wall_0": { - "value": "math.ceil(speed_print * 0.33)" - }, - "speed_wall_x": { - "value": "math.ceil(speed_print * 0.66)" - }, - "speed_topbottom": { - "value": "math.ceil(speed_print * 0.33)" - }, - "speed_roofing": { - "value": "math.ceil(speed_print * 0.33)" - }, - "retraction_retract_speed": { - "maximum_value_warning": 130 - }, - "retraction_prime_speed": { - "value": "math.ceil(retraction_speed * 0.4)", - "maximum_value_warning": 130 - }, - "retraction_extrusion_window": { - "value": "retraction_amount" - }, - "infill_overlap": { - "value": "10 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", - "maximum_value_warning": 100, - "minimum_value_warning": -50 - } - } -} +{ + "version": 2, + "name": "BLV MGN Cube Base", + "inherits": "anet3d", + "metadata": + { + "visible": false, + "author": "wolfgangmauer", + "manufacturer": "BLV", + "file_formats": "text/x-gcode", + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": false, + "has_materials": true, + "has_variants": false, + "machine_extruder_trains": { "0": "blv_mgn_cube_extruder_0" }, + "preferred_material": "generic_pla", + "preferred_quality_type": "normal", + "preferred_variant_name": "0.4mm Nozzle" + }, + "overrides": + { + "acceleration_enabled": { "value": false }, + "adhesion_type": { "value": "'none'" }, + "bottom_layers": { "value": 3 }, + "bridge_fan_speed": { "default_value": 100 }, + "bridge_fan_speed_2": { "resolve": "max(cool_fan_speed, 50)" }, + "bridge_fan_speed_3": { "resolve": "max(cool_fan_speed, 20)" }, + "bridge_settings_enabled": { "default_value": true }, + "bridge_wall_coast": { "default_value": 10 }, + "brim_width": { "default_value": 5 }, + "cool_fan_full_at_height": { "value": "resolveOrValue('layer_height_0') + resolveOrValue('layer_height') * max(1, cool_fan_full_layer - 1)" }, + "cool_fan_full_layer": { "value": 4 }, + "cool_fan_speed_min": { "value": "cool_fan_speed" }, + "cool_min_layer_time": { "value": 15 }, + "cool_min_layer_time_fan_speed_max": { "default_value": 20 }, + "fill_outline_gaps": { "value": true }, + "infill_before_walls": { "value": true }, + "infill_enable_travel_optimization": { "default_value": true }, + "infill_overlap": + { + "maximum_value_warning": 100, + "minimum_value_warning": -50, + "value": "10 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" + }, + "infill_pattern": { "value": "'tetrahedral'" }, + "infill_randomize_start_location": { "default_value": true }, + "initial_layer_line_width_factor": { "default_value": 130.0 }, + "jerk_enabled": { "value": false }, + "layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_center_is_zero": { "default_value": false }, + "machine_end_gcode": { "default_value": "G91 ;relative positioning\nG1 Z5 F500; move nozzle relative to position\nG90 ;absolute positioning\nG1 X0 Y{machine_depth}\nG12 P1 T3\nM104 S0\nM140 S0\nG92 E0\nM84\nM109 S50\nM81\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_heated_bed": { "default_value": true }, + "machine_name": { "default_value": "BLV mgn Cube" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG92 E0 ;zero the extruded length\nM104 S170 T0; start preheat hotend_0\nM140 S{material_bed_temperature_layer_0} ; start preheating the bed\nM190 S{material_bed_temperature_layer_0} ; heat to Cura Bed setting\nG28\nG12 P1 S2 T3\nG34\nG29\nG1 X0 Y0 Z1 F9000\nM109 S{material_print_temperature_layer_0} T0\nG1 X100 Y0 Z{layer_height_0} E30 F500 ;intro line\nG92 E0 ;zero the extruded length again\nM117 Printing...\n" }, + "optimize_wall_printing_order": { "value": true }, + "retraction_amount": { "default_value": 5.5 }, + "retraction_combing": { "value": "'infill'" }, + "retraction_combing_max_distance": { "value": 10 }, + "retraction_count_max": { "value": 20 }, + "retraction_extrusion_window": { "value": "retraction_amount" }, + "retraction_hop": { "value": 0.4 }, + "retraction_hop_enabled": { "value": true }, + "retraction_prime_speed": + { + "maximum_value_warning": 130, + "value": "math.ceil(retraction_speed * 0.4)" + }, + "retraction_retract_speed": { "maximum_value_warning": 130 }, + "retraction_speed": + { + "default_value": 85, + "maximum_value_warning": 130 + }, + "skin_overlap": { "value": 10.0 }, + "speed_layer_0": { "value": "math.ceil(speed_print * 0.25)" }, + "speed_print": + { + "maximum_value": 250, + "maximum_value_warning": 151, + "value": 100 + }, + "speed_roofing": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_slowdown_layers": { "default_value": 1 }, + "speed_topbottom": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_travel": + { + "maximum_value": 300, + "maximum_value_warning": 251, + "value": 120 + }, + "speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" }, + "speed_wall": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_wall_0": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_wall_x": { "value": "math.ceil(speed_print * 0.66)" }, + "top_bottom_pattern": { "value": "'zigzag'" }, + "top_layers": { "value": 3 }, + "travel_retract_before_outer_wall": { "value": false }, + "wall_line_count": { "value": 3 }, + "wall_line_width": { "value": "machine_nozzle_size" }, + "z_seam_type": { "value": "'shortest'" }, + "zig_zaggify_infill": { "value": true } + } +} \ No newline at end of file diff --git a/resources/definitions/bq_hephestos.def.json b/resources/definitions/bq_hephestos.def.json index a5107547a0..c6fed43104 100644 --- a/resources/definitions/bq_hephestos.def.json +++ b/resources/definitions/bq_hephestos.def.json @@ -1,64 +1,38 @@ { - "name": "BQ Prusa i3 Hephestos", "version": 2, + "name": "BQ Prusa i3 Hephestos", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "BQ", "manufacturer": "BQ", "file_formats": "text/x-gcode", "platform": "bq_hephestos_platform.3mf", - "platform_offset": [ 0, -82, 0], - "machine_extruder_trains": - { - "0": "bq_hephestos_extruder_0" - }, - "firmware_file": "MarlinHephestos2.hex" + "firmware_file": "MarlinHephestos2.hex", + "machine_extruder_trains": { "0": "bq_hephestos_extruder_0" }, + "platform_offset": [ + 0, + -82, + 0 + ] }, - - "overrides": { + "overrides": + { + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 180 }, "machine_name": { "default_value": "BQ Prusa i3 Hephestos" }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/s\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 215 - }, - "machine_depth": { - "default_value": 210 - }, - "machine_height": { - "default_value": 180 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1" - }, - "top_bottom_thickness": { - "default_value": 1 - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - } + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/s\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 215 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } } \ No newline at end of file diff --git a/resources/definitions/bq_hephestos_2.def.json b/resources/definitions/bq_hephestos_2.def.json index 43e58386c7..09bca4621f 100644 --- a/resources/definitions/bq_hephestos_2.def.json +++ b/resources/definitions/bq_hephestos_2.def.json @@ -2,36 +2,38 @@ "version": 2, "name": "BQ Hephestos 2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "BQ", "manufacturer": "BQ", - "platform": "bq_hephestos_2_platform.3mf", - "platform_offset": [6, 1320, 0 ], "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "bq_hephestos_2_extruder_0" - } + "platform": "bq_hephestos_2_platform.3mf", + "machine_extruder_trains": { "0": "bq_hephestos_2_extruder_0" }, + "platform_offset": [ + 6, + 1320, + 0 + ] }, - - "overrides": { - "machine_name": { "default_value": "BQ Hephestos 2" }, - "machine_start_gcode": { "default_value": "; -- START GCODE --\nM104 S{material_print_temperature}\nG28 ; Zero-ing position\nG29 ; Auto bed-leveling\nG0 X4 Y297 Z15 F4000 ; Fast move to BQ's start position\nG90 ; Set to Absolute Positioning\nG92 E0 ; Reset extruder 0\nG1 F1800 ; Set default feedrate\nM109 S{material_print_temperature} ; Makes sure the temperature is correct before printing\n; -- end of START GCODE --" }, - "machine_end_gcode": { "default_value": "; -- END GCODE --\nM801 ; Marlin G-CODE to fire end print procedure\n; -- end of END GCODE --" }, - "machine_width": { "default_value": 210 }, - "machine_depth": { "default_value": 297 }, - "machine_height": { "default_value": 220 }, - "machine_heated_bed": { "default_value": false }, - "machine_center_is_zero": { "default_value": false }, + "overrides": + { + "infill_sparse_density": { "default_value": 20 }, "layer_height": { "default_value": 0.2 }, "layer_height_0": { "default_value": 0.2 }, - "wall_thickness": { "value": "1.2" }, - "top_bottom_thickness": { "default_value": 1.2 }, - "infill_sparse_density": { "default_value": 20 }, - "speed_print": { "default_value": 60 }, - "skirt_line_count": { "default_value": 4 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 297 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM801 ; Marlin G-CODE to fire end print procedure\n; -- end of END GCODE --" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 220 }, + "machine_name": { "default_value": "BQ Hephestos 2" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nM104 S{material_print_temperature}\nG28 ; Zero-ing position\nG29 ; Auto bed-leveling\nG0 X4 Y297 Z15 F4000 ; Fast move to BQ's start position\nG90 ; Set to Absolute Positioning\nG92 E0 ; Reset extruder 0\nG1 F1800 ; Set default feedrate\nM109 S{material_print_temperature} ; Makes sure the temperature is correct before printing\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 210 }, "skirt_brim_minimal_length": { "default_value": 30 }, - "skirt_gap": { "default_value": 6 } + "skirt_gap": { "default_value": 6 }, + "skirt_line_count": { "default_value": 4 }, + "speed_print": { "default_value": 60 }, + "top_bottom_thickness": { "default_value": 1.2 }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/bq_hephestos_xl.def.json b/resources/definitions/bq_hephestos_xl.def.json index a0cd403a74..3c0aa88eab 100644 --- a/resources/definitions/bq_hephestos_xl.def.json +++ b/resources/definitions/bq_hephestos_xl.def.json @@ -2,62 +2,36 @@ "version": 2, "name": "BQ Prusa i3 Hephestos XL", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, - "manufacturer": "BQ", "author": "BQ", + "manufacturer": "BQ", "file_formats": "text/x-gcode", "platform": "bq_hephestos_platform.3mf", - "platform_offset": [ 0, -82, 0], - "machine_extruder_trains": - { - "0": "bq_hephestos_xl_extruder_0" - } + "machine_extruder_trains": { "0": "bq_hephestos_xl_extruder_0" }, + "platform_offset": [ + 0, + -82, + 0 + ] }, - - "overrides": { + "overrides": + { + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 180 }, "machine_name": { "default_value": "BQ Prusa i3 Hephestos XL" }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/s\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 180 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1" - }, - "top_bottom_thickness": { - "default_value": 1 - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - } + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/s\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 200 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } } \ No newline at end of file diff --git a/resources/definitions/bq_witbox.def.json b/resources/definitions/bq_witbox.def.json index eb135a7945..28b1328b00 100644 --- a/resources/definitions/bq_witbox.def.json +++ b/resources/definitions/bq_witbox.def.json @@ -2,64 +2,37 @@ "version": 2, "name": "BQ Witbox", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "BQ", "manufacturer": "BQ", "file_formats": "text/x-gcode", "platform": "bq_witbox_platform.3mf", - "platform_offset": [ 0, -145, -38], - "machine_extruder_trains": - { - "0": "bq_witbox_extruder_0" - }, - "firmware_file": "MarlinWitbox.hex" + "firmware_file": "MarlinWitbox.hex", + "machine_extruder_trains": { "0": "bq_witbox_extruder_0" }, + "platform_offset": [ + 0, + -145, + -38 + ] }, - - "overrides": { + "overrides": + { + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG90 ;set to absolute positioning\nG1 Z200 ;move the platform to the bottom\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 200 }, "machine_name": { "default_value": "BQ Witbox" }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/s\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG90 ;set to absolute positioning\nG1 Z200 ;move the platform to the bottom\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 297 - }, - "machine_depth": { - "default_value": 210 - }, - "machine_height": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1" - }, - "top_bottom_thickness": { - "default_value": 1 - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - } - + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/s\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 297 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } } \ No newline at end of file diff --git a/resources/definitions/bq_witbox_2.def.json b/resources/definitions/bq_witbox_2.def.json index 216fec55c2..e5184fbfef 100644 --- a/resources/definitions/bq_witbox_2.def.json +++ b/resources/definitions/bq_witbox_2.def.json @@ -2,74 +2,40 @@ "version": 2, "name": "BQ Witbox 2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "BQ", "manufacturer": "BQ", "file_formats": "text/x-gcode", "platform": "bq_witbox_platform.3mf", - "platform_offset": [0, -145, -38], - "machine_extruder_trains": - { - "0": "bq_witbox_2_extruder_0" - } + "machine_extruder_trains": { "0": "bq_witbox_2_extruder_0" }, + "platform_offset": [ + 0, + -145, + -38 + ] }, - - "overrides": { + "overrides": + { + "infill_sparse_density": { "default_value": 20 }, + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 200 }, "machine_name": { "default_value": "BQ Witbox 2" }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 297 - }, - "machine_depth": { - "default_value": 210 - }, - "machine_height": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1.2" - }, - "top_bottom_thickness": { - "default_value": 1.2 - }, - "infill_sparse_density": { - "default_value": 20 - }, - "speed_print": { - "default_value": 60 - }, - "skirt_line_count": { - "default_value": 4 - }, - "skirt_brim_minimal_length": { - "default_value": 30 - }, - "skirt_gap": { - "default_value": 6 - }, - "support_enable": { - "default_value": false - } + "machine_start_gcode": { "default_value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 297 }, + "skirt_brim_minimal_length": { "default_value": 30 }, + "skirt_gap": { "default_value": 6 }, + "skirt_line_count": { "default_value": 4 }, + "speed_print": { "default_value": 60 }, + "support_enable": { "default_value": false }, + "top_bottom_thickness": { "default_value": 1.2 }, + "wall_thickness": { "value": "1.2" } } } \ No newline at end of file diff --git a/resources/definitions/builder_premium_large.def.json b/resources/definitions/builder_premium_large.def.json index 9a8c8dc6f1..1ba55471d3 100644 --- a/resources/definitions/builder_premium_large.def.json +++ b/resources/definitions/builder_premium_large.def.json @@ -2,58 +2,30 @@ "version": 2, "name": "Builder Premium Large", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Builder SZ", "manufacturer": "Builder", - "quality_definition": "builder_premium_small", "file_formats": "text/x-gcode", "platform": "builder_premium_platform.3mf", - "platform_offset": [-126, -36, 117], "has_machine_quality": true, - "preferred_quality_type": "normal", "machine_extruder_trains": { "0": "builder_premium_large_rear", "1": "builder_premium_large_front" - } + }, + "platform_offset": [ + -126, + -36, + 117 + ], + "preferred_quality_type": "normal", + "quality_definition": "builder_premium_small" }, - - "overrides": { - "machine_name": { "default_value": "Builder Premium Large" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 215 }, - "machine_height": { "default_value": 600 }, - "machine_depth": { "default_value": 205 }, - - "infill_pattern": {"value": "'triangles'" }, - "infill_before_walls": {"value": false }, - - "default_material_print_temperature": { "value": "215" }, - "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, - "material_standby_temperature": { "value": "material_print_temperature" }, - - "switch_extruder_retraction_speeds": {"default_value": 15 }, - "switch_extruder_retraction_amount": {"value": 1 }, + "overrides": + { "acceleration_enabled": { "value": true }, - "speed_travel": { "value": "100" }, - "speed_layer_0": { "value": "20" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_print": { "value": "40" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" }, - "speed_wall": { "value": "math.ceil(speed_print * 30 / 40)" }, - "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 25)" }, - "speed_wall_x": { "value": "speed_wall" }, - - "prime_tower_position_x": { "value": "175" }, - "prime_tower_position_y": { "value": "178" }, - "prime_tower_wipe_enabled": { "default_value": false }, - "prime_tower_min_volume": { "default_value": 50 }, - - "prime_blob_enable": { "enabled": true }, - "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_print": { "value": "3000" }, @@ -63,10 +35,13 @@ "acceleration_travel": { "value": "acceleration_print" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 3000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" }, - + "adhesion_type": { "default_value": "skirt" }, "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, "cool_min_layer_time": { "default_value": 10 }, - + "default_material_print_temperature": { "value": "215" }, + "gantry_height": { "value": "55" }, + "infill_before_walls": { "value": false }, + "infill_pattern": { "value": "'triangles'" }, "jerk_enabled": { "value": "True" }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" }, @@ -76,31 +51,55 @@ "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" }, "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" }, "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, - - "wall_thickness": { "value": "1.2" }, - - "retraction_amount": { "default_value": 3 }, - "retraction_speed": { "default_value": 15 }, - "travel_retract_before_outer_wall": { "default_value": true }, - "skin_overlap": { "value": "15" }, - "adhesion_type": { "default_value": "skirt" }, - "machine_nozzle_heat_up_speed": { "default_value": 2 }, - "machine_nozzle_cool_down_speed": { "default_value": 2 }, - "machine_head_with_fans_polygon": { "default_value": [[-75, -18],[-75, 35],[18, 35],[18, -18]] }, - "gantry_height": { "value": "55" }, + "machine_acceleration": { "default_value": 1000 }, + "machine_depth": { "default_value": 205 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-75, -18], + [-75, 35], + [18, 35], + [18, -18] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 600 }, + "machine_max_acceleration_z": { "default_value": 500 }, "machine_max_feedrate_x": { "default_value": 300 }, "machine_max_feedrate_y": { "default_value": 300 }, "machine_max_feedrate_z": { "default_value": 40 }, - "machine_max_acceleration_z": { "default_value": 500 }, - "machine_acceleration": { "default_value": 1000 }, "machine_max_jerk_xy": { "default_value": 10 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E15 ;extrude 15mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\nT0 ;Start with Rear Extruder\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - }, - "machine_extruder_count": { "default_value": 2 } + "machine_name": { "default_value": "Builder Premium Large" }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E15 ;extrude 15mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\nT0 ;Start with Rear Extruder\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 215 }, + "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, + "material_standby_temperature": { "value": "material_print_temperature" }, + "prime_blob_enable": { "enabled": true }, + "prime_tower_min_volume": { "default_value": 50 }, + "prime_tower_position_x": { "value": "175" }, + "prime_tower_position_y": { "value": "178" }, + "prime_tower_wipe_enabled": { "default_value": false }, + "retraction_amount": { "default_value": 3 }, + "retraction_speed": { "default_value": 15 }, + "skin_overlap": { "value": "15" }, + "speed_layer_0": { "value": "20" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": "40" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" }, + "speed_travel": { "value": "100" }, + "speed_wall": { "value": "math.ceil(speed_print * 30 / 40)" }, + "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 25)" }, + "speed_wall_x": { "value": "speed_wall" }, + "switch_extruder_retraction_amount": { "value": 1 }, + "switch_extruder_retraction_speeds": { "default_value": 15 }, + "travel_retract_before_outer_wall": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/builder_premium_medium.def.json b/resources/definitions/builder_premium_medium.def.json index fcc87ae125..b8a3d8578d 100644 --- a/resources/definitions/builder_premium_medium.def.json +++ b/resources/definitions/builder_premium_medium.def.json @@ -2,58 +2,30 @@ "version": 2, "name": "Builder Premium Medium", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Builder SZ", "manufacturer": "Builder", - "quality_definition": "builder_premium_small", "file_formats": "text/x-gcode", "platform": "builder_premium_platform.3mf", - "platform_offset": [-126, -36, 117], "has_machine_quality": true, - "preferred_quality_type": "normal", "machine_extruder_trains": { "0": "builder_premium_medium_rear", "1": "builder_premium_medium_front" - } + }, + "platform_offset": [ + -126, + -36, + 117 + ], + "preferred_quality_type": "normal", + "quality_definition": "builder_premium_small" }, - - "overrides": { - "machine_name": { "default_value": "Builder Premium Medium" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 215 }, - "machine_height": { "default_value": 400 }, - "machine_depth": { "default_value": 205 }, - - "infill_pattern": {"value": "'triangles'" }, - "infill_before_walls": {"value": false }, + "overrides": + { "acceleration_enabled": { "value": true }, - "default_material_print_temperature": { "value": "215" }, - "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, - "material_standby_temperature": { "value": "material_print_temperature" }, - - "switch_extruder_retraction_speeds": {"default_value": 15 }, - "switch_extruder_retraction_amount": {"value": 1 }, - - "speed_travel": { "value": "100" }, - "speed_layer_0": { "value": "20" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_print": { "value": "40" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" }, - "speed_wall": { "value": "math.ceil(speed_print * 30 / 40)" }, - "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 25)" }, - "speed_wall_x": { "value": "speed_wall" }, - - "prime_tower_position_x": { "value": "175" }, - "prime_tower_position_y": { "value": "178" }, - "prime_tower_wipe_enabled": { "default_value": false }, - "prime_tower_min_volume": { "default_value": 50 }, - - "prime_blob_enable": { "enabled": true }, - "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_print": { "value": "3000" }, @@ -63,10 +35,13 @@ "acceleration_travel": { "value": "acceleration_print" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 3000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" }, - + "adhesion_type": { "default_value": "skirt" }, "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, "cool_min_layer_time": { "default_value": 10 }, - + "default_material_print_temperature": { "value": "215" }, + "gantry_height": { "value": "55" }, + "infill_before_walls": { "value": false }, + "infill_pattern": { "value": "'triangles'" }, "jerk_enabled": { "value": "True" }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" }, @@ -76,31 +51,55 @@ "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" }, "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" }, "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, - - "wall_thickness": { "value": "1.2" }, - - "retraction_amount": { "default_value": 3 }, - "retraction_speed": { "default_value": 15 }, - "travel_retract_before_outer_wall": { "default_value": true }, - "skin_overlap": { "value": "15" }, - "adhesion_type": { "default_value": "skirt" }, - "machine_nozzle_heat_up_speed": { "default_value": 2 }, - "machine_nozzle_cool_down_speed": { "default_value": 2 }, - "machine_head_with_fans_polygon": { "default_value": [[-75, -18],[-75, 35],[18, 35],[18, -18]] }, - "gantry_height": { "value": "55" }, + "machine_acceleration": { "default_value": 1000 }, + "machine_depth": { "default_value": 205 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-75, -18], + [-75, 35], + [18, 35], + [18, -18] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_acceleration_z": { "default_value": 500 }, "machine_max_feedrate_x": { "default_value": 300 }, "machine_max_feedrate_y": { "default_value": 300 }, "machine_max_feedrate_z": { "default_value": 40 }, - "machine_max_acceleration_z": { "default_value": 500 }, - "machine_acceleration": { "default_value": 1000 }, "machine_max_jerk_xy": { "default_value": 10 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E15 ;extrude 15mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\nT0 ;Start with Rear Extruder\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - }, - "machine_extruder_count": { "default_value": 2 } + "machine_name": { "default_value": "Builder Premium Medium" }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E15 ;extrude 15mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\nT0 ;Start with Rear Extruder\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 215 }, + "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, + "material_standby_temperature": { "value": "material_print_temperature" }, + "prime_blob_enable": { "enabled": true }, + "prime_tower_min_volume": { "default_value": 50 }, + "prime_tower_position_x": { "value": "175" }, + "prime_tower_position_y": { "value": "178" }, + "prime_tower_wipe_enabled": { "default_value": false }, + "retraction_amount": { "default_value": 3 }, + "retraction_speed": { "default_value": 15 }, + "skin_overlap": { "value": "15" }, + "speed_layer_0": { "value": "20" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": "40" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" }, + "speed_travel": { "value": "100" }, + "speed_wall": { "value": "math.ceil(speed_print * 30 / 40)" }, + "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 25)" }, + "speed_wall_x": { "value": "speed_wall" }, + "switch_extruder_retraction_amount": { "value": 1 }, + "switch_extruder_retraction_speeds": { "default_value": 15 }, + "travel_retract_before_outer_wall": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/builder_premium_small.def.json b/resources/definitions/builder_premium_small.def.json index 03f4600f4c..ab773a45d2 100644 --- a/resources/definitions/builder_premium_small.def.json +++ b/resources/definitions/builder_premium_small.def.json @@ -2,57 +2,29 @@ "version": 2, "name": "Builder Premium Small", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Builder SZ", "manufacturer": "Builder", "file_formats": "text/x-gcode", "platform": "builder_premium_platform.3mf", - "platform_offset": [-126, -36, 117], "has_machine_quality": true, - "preferred_quality_type": "normal", "machine_extruder_trains": { "0": "builder_premium_small_rear", "1": "builder_premium_small_front" - } + }, + "platform_offset": [ + -126, + -36, + 117 + ], + "preferred_quality_type": "normal" }, - - "overrides": { - "machine_name": { "default_value": "Builder Premium Small" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 215 }, - "machine_height": { "default_value": 200 }, - "machine_depth": { "default_value": 205 }, - - "infill_pattern": {"value": "'triangles'" }, - "infill_before_walls": {"value": false }, - - "default_material_print_temperature": { "value": "215" }, - "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, - "material_standby_temperature": { "value": "material_print_temperature" }, - - "switch_extruder_retraction_speeds": {"default_value": 15 }, - "switch_extruder_retraction_amount": {"value": 1 }, + "overrides": + { "acceleration_enabled": { "value": true }, - "speed_travel": { "value": "100" }, - "speed_layer_0": { "value": "20" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_print": { "value": "40" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" }, - "speed_wall": { "value": "math.ceil(speed_print * 30 / 40)" }, - "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 25)" }, - "speed_wall_x": { "value": "speed_wall" }, - - "prime_tower_position_x": { "value": "175" }, - "prime_tower_position_y": { "value": "178" }, - "prime_tower_wipe_enabled": { "default_value": false }, - "prime_tower_min_volume": { "default_value": 50 }, - - "prime_blob_enable": { "enabled": true }, - "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_print": { "value": "3000" }, @@ -62,10 +34,13 @@ "acceleration_travel": { "value": "acceleration_print" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 3000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" }, - + "adhesion_type": { "default_value": "skirt" }, "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, "cool_min_layer_time": { "default_value": 10 }, - + "default_material_print_temperature": { "value": "215" }, + "gantry_height": { "value": "55" }, + "infill_before_walls": { "value": false }, + "infill_pattern": { "value": "'triangles'" }, "jerk_enabled": { "value": "True" }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" }, @@ -75,31 +50,55 @@ "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" }, "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" }, "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, - - "wall_thickness": { "value": "1.2" }, - - "retraction_amount": { "default_value": 3 }, - "retraction_speed": { "default_value": 15 }, - "travel_retract_before_outer_wall": { "default_value": true }, - "skin_overlap": { "value": "15" }, - "adhesion_type": { "default_value": "skirt" }, - "machine_nozzle_heat_up_speed": { "default_value": 2 }, - "machine_nozzle_cool_down_speed": { "default_value": 2 }, - "machine_head_with_fans_polygon": { "default_value": [[-75, -18],[-75, 35],[18, 35],[18, -18]] }, - "gantry_height": { "value": "55" }, + "machine_acceleration": { "default_value": 1000 }, + "machine_depth": { "default_value": 205 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-75, -18], + [-75, 35], + [18, 35], + [18, -18] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_max_acceleration_z": { "default_value": 500 }, "machine_max_feedrate_x": { "default_value": 300 }, "machine_max_feedrate_y": { "default_value": 300 }, "machine_max_feedrate_z": { "default_value": 40 }, - "machine_max_acceleration_z": { "default_value": 500 }, - "machine_acceleration": { "default_value": 1000 }, "machine_max_jerk_xy": { "default_value": 10 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E15 ;extrude 15mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\nT0 ;Start with Rear Extruder\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - }, - "machine_extruder_count": { "default_value": 2 } + "machine_name": { "default_value": "Builder Premium Small" }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E15 ;extrude 15mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\nT0 ;Start with Rear Extruder\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 215 }, + "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, + "material_standby_temperature": { "value": "material_print_temperature" }, + "prime_blob_enable": { "enabled": true }, + "prime_tower_min_volume": { "default_value": 50 }, + "prime_tower_position_x": { "value": "175" }, + "prime_tower_position_y": { "value": "178" }, + "prime_tower_wipe_enabled": { "default_value": false }, + "retraction_amount": { "default_value": 3 }, + "retraction_speed": { "default_value": 15 }, + "skin_overlap": { "value": "15" }, + "speed_layer_0": { "value": "20" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": "40" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" }, + "speed_travel": { "value": "100" }, + "speed_wall": { "value": "math.ceil(speed_print * 30 / 40)" }, + "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 25)" }, + "speed_wall_x": { "value": "speed_wall" }, + "switch_extruder_retraction_amount": { "value": 1 }, + "switch_extruder_retraction_speeds": { "default_value": 15 }, + "travel_retract_before_outer_wall": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/cartesio.def.json b/resources/definitions/cartesio.def.json index 996e03ef0a..db725f91ed 100644 --- a/resources/definitions/cartesio.def.json +++ b/resources/definitions/cartesio.def.json @@ -1,22 +1,18 @@ { - "name": "Cartesio", "version": 2, + "name": "Cartesio", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Scheepers", "manufacturer": "MaukCC", "file_formats": "text/x-gcode", - + "platform": "cartesio_platform.3mf", + "first_start_actions": [ "MachineSettingsAction" ], "has_machine_quality": true, "has_materials": true, "has_variants": true, - - "variants_name": "Tool", - "preferred_variant_name": "0.8mm thermoplastic extruder", - "preferred_material": "generic_pla", - "preferred_quality_type": "normal", - "machine_extruder_trains": { "0": "cartesio_extruder_0", @@ -24,45 +20,55 @@ "2": "cartesio_extruder_2", "3": "cartesio_extruder_3" }, - "platform": "cartesio_platform.3mf", - "platform_offset": [ -220, -5, 150], - "first_start_actions": ["MachineSettingsAction"], - "supported_actions": ["MachineSettingsAction"] + "platform_offset": [ + -220, + -5, + 150 + ], + "preferred_material": "generic_pla", + "preferred_quality_type": "normal", + "preferred_variant_name": "0.8mm thermoplastic extruder", + "supported_actions": [ "MachineSettingsAction" ], + "variants_name": "Tool" }, - - "overrides": { - "machine_extruder_count": { "default_value": 2 }, - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": { "default_value": false }, + "overrides": + { "gantry_height": { "value": "35" }, - "machine_height": { "default_value": 400 }, - "machine_depth": { "default_value": 270 }, - "machine_width": { "default_value": 430 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "material_print_temp_wait": { "default_value": false }, - "material_bed_temp_wait": { "default_value": false }, - "prime_tower_min_volume": { "value": "0.7" }, - "prime_tower_size": { "value": 24.0 }, - "prime_tower_position_x": { "value": "125" }, - "prime_tower_position_y": { "value": "70" }, - "prime_blob_enable": { "default_value": false }, - "machine_max_feedrate_z": { "default_value": 20 }, - "machine_disallowed_areas": { "default_value": [ - [[215, 135], [-215, 135], [-215, 75], [215, 75]] - ]}, - "machine_start_gcode": { - "default_value": "\nM92 E159 ;2288 for V5 extruder\n\nM140 S{material_bed_temperature_layer_0}\nM104 T1 S120\nM104 T2 S120\nM104 T3 S120\n\nG21\nG90\nM42 S255 P13 ;chamber lights\nM42 S255 P12 ;fume extraction\nM204 S300 ;default acceleration\nM205 X10 ;default jerk\n\nM117 Homing Y ......\nG28 Y\nM117 Homing X ......\nG28 X\nM117 Homing Z ......\nG28 Z F100\nG1 Z10 F600\nG1 X70 Y20 F9000;go to wipe point\n\nM190 S{material_bed_temperature_layer_0}\n\nM117 Heating for 50 sec.\nG4 S20\nM117 Heating for 30 sec.\nG4 S20\nM117 Heating for 10 sec.\nM300 S1200 P1000\nG4 S9\n\nM117 purging nozzle....\nT0\nG92 E0;set E\nG1 E10 F100\nG92 E0\nG1 E-1 F600\n\nM117 wiping nozzle....\nG1 X1 Y24 F3000\nG1 X70 F9000\nG1 Z10 F900\n\nM104 T1 S21\nM104 T2 S21\nM104 T3 S21\n\nM117 Printing .....\n" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM117 cooling down....\nM106 S255\nM140 S5\nM104 T0 S5\nM104 T1 S5\nM104 T2 S5\nM104 T3 S5\n\nG91\nG1 Z1 F900\nG90\n\nG1 X20.0 Y260.0 F6000\nG4 S7\nM84\nG4 S90\nM107\nM42 P12 S0\nM42 P13 S0\nM84\nT0\nM117 Finished.\n; -- end of GCODE --" - }, "layer_height": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, "layer_height_0": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, - "retraction_extra_prime_amount": { "minimum_value_warning": "-2.0" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 270 }, + "machine_disallowed_areas": + { + "default_value": [ + [ + [215, 135], + [-215, 135], + [-215, 75], + [215, 75] + ] + ] + }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM117 cooling down....\nM106 S255\nM140 S5\nM104 T0 S5\nM104 T1 S5\nM104 T2 S5\nM104 T3 S5\n\nG91\nG1 Z1 F900\nG90\n\nG1 X20.0 Y260.0 F6000\nG4 S7\nM84\nG4 S90\nM107\nM42 P12 S0\nM42 P13 S0\nM84\nT0\nM117 Finished.\n; -- end of GCODE --" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_feedrate_z": { "default_value": 20 }, + "machine_min_cool_heat_time_window": { "default_value": 5 }, + "machine_nozzle_cool_down_speed": { "default_value": 20 }, + "machine_nozzle_heat_up_speed": { "default_value": 20 }, + "machine_start_gcode": { "default_value": "\nM92 E159 ;2288 for V5 extruder\n\nM140 S{material_bed_temperature_layer_0}\nM104 T1 S120\nM104 T2 S120\nM104 T3 S120\n\nG21\nG90\nM42 S255 P13 ;chamber lights\nM42 S255 P12 ;fume extraction\nM204 S300 ;default acceleration\nM205 X10 ;default jerk\n\nM117 Homing Y ......\nG28 Y\nM117 Homing X ......\nG28 X\nM117 Homing Z ......\nG28 Z F100\nG1 Z10 F600\nG1 X70 Y20 F9000;go to wipe point\n\nM190 S{material_bed_temperature_layer_0}\n\nM117 Heating for 50 sec.\nG4 S20\nM117 Heating for 30 sec.\nG4 S20\nM117 Heating for 10 sec.\nM300 S1200 P1000\nG4 S9\n\nM117 purging nozzle....\nT0\nG92 E0;set E\nG1 E10 F100\nG92 E0\nG1 E-1 F600\n\nM117 wiping nozzle....\nG1 X1 Y24 F3000\nG1 X70 F9000\nG1 Z10 F900\n\nM104 T1 S21\nM104 T2 S21\nM104 T3 S21\n\nM117 Printing .....\n" }, + "machine_width": { "default_value": 430 }, + "material_bed_temp_wait": { "default_value": false }, + "material_initial_print_temperature": { "maximum_value_warning": "material_print_temperature + 15" }, + "material_print_temp_wait": { "default_value": false }, "optimize_wall_printing_order": { "default_value": true }, - "material_initial_print_temperature": {"maximum_value_warning": "material_print_temperature + 15" }, - "machine_nozzle_heat_up_speed": {"default_value": 20}, - "machine_nozzle_cool_down_speed": {"default_value": 20}, - "machine_min_cool_heat_time_window": {"default_value": 5} + "prime_blob_enable": { "default_value": false }, + "prime_tower_min_volume": { "value": "0.7" }, + "prime_tower_position_x": { "value": "125" }, + "prime_tower_position_y": { "value": "70" }, + "prime_tower_size": { "value": 24.0 }, + "retraction_extra_prime_amount": { "minimum_value_warning": "-2.0" } } -} +} \ No newline at end of file diff --git a/resources/definitions/cocoon_create.def.json b/resources/definitions/cocoon_create.def.json index a3b47361c7..f1aa3caf50 100644 --- a/resources/definitions/cocoon_create.def.json +++ b/resources/definitions/cocoon_create.def.json @@ -1,79 +1,43 @@ { - "name": "Cocoon Create", "version": 2, + "name": "Cocoon Create", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Thushan Fernando", "manufacturer": "Cocoon Create", "file_formats": "text/x-gcode", - "preferred_quality_type": "fine", - "has_materials": true, "platform": "wanhao_200_200_platform.obj", - "platform_texture": "Cocoon-backplate.png", - "machine_extruder_trains": { - "0": "cocoon_create_extruder_0" - }, + "has_materials": true, + "machine_extruder_trains": { "0": "cocoon_create_extruder_0" }, "platform_offset": [ - 0, - -28, - 0 - ] + 0, + -28, + 0 + ], + "platform_texture": "Cocoon-backplate.png", + "preferred_quality_type": "fine" }, - "overrides": { - "machine_name": { - "default_value": "Cocoon Create" - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 180 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E3 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height": { - "default_value": 0.10 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "0.8" - }, - "top_bottom_thickness": { - "default_value": 0.6 - }, - "speed_print": { - "default_value": 50 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 4.5 - }, - "retraction_speed": { - "default_value": 25 - } + "overrides": + { + "layer_height": { "default_value": 0.1 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Cocoon Create" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E3 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 200 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 4.5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 25 }, + "speed_print": { "default_value": 50 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 0.6 }, + "wall_thickness": { "value": "0.8" } } } \ No newline at end of file diff --git a/resources/definitions/cocoon_create_modelmaker.def.json b/resources/definitions/cocoon_create_modelmaker.def.json index 51c5b5e7cb..2c618fee77 100644 --- a/resources/definitions/cocoon_create_modelmaker.def.json +++ b/resources/definitions/cocoon_create_modelmaker.def.json @@ -1,78 +1,37 @@ { - "name": "Cocoon Create ModelMaker", "version": 2, + "name": "Cocoon Create ModelMaker", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Samuel Pinches", "manufacturer": "Cocoon Create", "file_formats": "text/x-gcode", - "preferred_quality_type": "fine", - "machine_extruder_trains": - { - "0": "cocoon_create_modelmaker_extruder_0" - } + "machine_extruder_trains": { "0": "cocoon_create_modelmaker_extruder_0" }, + "preferred_quality_type": "fine" }, - "overrides": { - "machine_name": { - "default_value": "Cocoon Create ModelMaker" - }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 Y0 ;move to the XY-axis origin (Home)\nM84 ;turn off stepper motors\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 120 - }, - "machine_height": { - "default_value": 100 - }, - "machine_depth": { - "default_value": 135 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "10" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height": { - "default_value": 0.10 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1.2" - }, - "top_bottom_thickness": { - "default_value": 0.6 - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 7 - }, - "retraction_speed": { - "default_value": 40 - } + "overrides": + { + "gantry_height": { "value": "10" }, + "layer_height": { "default_value": 0.1 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 135 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 Y0 ;move to the XY-axis origin (Home)\nM84 ;turn off stepper motors\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 100 }, + "machine_name": { "default_value": "Cocoon Create ModelMaker" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 120 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 7 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 40 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 0.6 }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/cocoon_create_touch.def.json b/resources/definitions/cocoon_create_touch.def.json index da5905c047..8cbb4fc8a5 100644 --- a/resources/definitions/cocoon_create_touch.def.json +++ b/resources/definitions/cocoon_create_touch.def.json @@ -1,79 +1,43 @@ { - "name": "Cocoon Create Touch", "version": 2, + "name": "Cocoon Create Touch", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Thushan Fernando", "manufacturer": "Cocoon Create", "file_formats": "text/x-gcode", - "preferred_quality_type": "fine", - "has_materials": true, "platform": "wanhao_200_200_platform.obj", - "platform_texture": "Cocoon-backplate.png", - "machine_extruder_trains": { - "0": "cocoon_create_touch_extruder_0" - }, + "has_materials": true, + "machine_extruder_trains": { "0": "cocoon_create_touch_extruder_0" }, "platform_offset": [ - 0, - -28, - 0 - ] + 0, + -28, + 0 + ], + "platform_texture": "Cocoon-backplate.png", + "preferred_quality_type": "fine" }, - "overrides": { - "machine_name": { - "default_value": "Cocoon Create Touch" - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 180 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E3 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height": { - "default_value": 0.10 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "0.8" - }, - "top_bottom_thickness": { - "default_value": 0.6 - }, - "speed_print": { - "default_value": 50 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 4.5 - }, - "retraction_speed": { - "default_value": 25 - } + "overrides": + { + "layer_height": { "default_value": 0.1 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Cocoon Create Touch" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E3 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 200 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 4.5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 25 }, + "speed_print": { "default_value": 50 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 0.6 }, + "wall_thickness": { "value": "0.8" } } } \ No newline at end of file diff --git a/resources/definitions/crazy3dprint_base.def.json b/resources/definitions/crazy3dprint_base.def.json index afdf887f7f..410d84cb6d 100644 --- a/resources/definitions/crazy3dprint_base.def.json +++ b/resources/definitions/crazy3dprint_base.def.json @@ -2,43 +2,39 @@ "version": 2, "name": "Crazy3DPrint CZ-300", "inherits": "fdmprinter", - "metadata": { + "machine_end_gcode": { "default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_start_gcode": { "default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end" }, + "metadata": + { "visible": false, "author": "XYZprinting Software", "manufacturer": "Crazy3DPrint", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - "machine_extruder_trains": - { - "0": "crazy3dprint_cz300_extruder_0" - }, + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "has_machine_quality": true, - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "normal", + "machine_extruder_trains": { "0": "crazy3dprint_cz300_extruder_0" }, "preferred_material": "generic_pla", + "preferred_quality_type": "normal", + "preferred_variant_name": "0.4mm Nozzle", "variants_name": "Nozzle Size" }, - "overrides": { - "machine_heated_bed": {"default_value": true}, - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, + "overrides": + { + "machine_acceleration": { "value": 500 }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, "machine_max_acceleration_x": { "value": 1500 }, "machine_max_acceleration_y": { "value": 1500 }, "machine_max_acceleration_z": { "value": 500 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 } - }, - - - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end"}, - "machine_end_gcode": {"default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18" - } + "machine_max_jerk_z": { "value": 0.4 } } +} \ No newline at end of file diff --git a/resources/definitions/crazy3dprint_cz_300.def.json b/resources/definitions/crazy3dprint_cz_300.def.json index 2748b39b53..938459410e 100644 --- a/resources/definitions/crazy3dprint_cz_300.def.json +++ b/resources/definitions/crazy3dprint_cz_300.def.json @@ -2,63 +2,61 @@ "version": 2, "name": "Crazy3DPrint CZ-300", "inherits": "crazy3dprint_base", - "metadata": { + "metadata": + { "visible": true, "author": "XYZprinting Software", "manufacturer": "Crazy3DPrint", "file_formats": "text/x-gcode", - "supports_usb_connection": true, "preferred_quality_type": "normal", - "quality_definition": "crazy3dprint_base" + "quality_definition": "crazy3dprint_base", + "supports_usb_connection": true }, - - "overrides": { - "machine_name": { "default_value": "CZ-300" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300.00 }, - "machine_depth": { "default_value": 300.00 }, - "machine_height": { "default_value":300.00 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "brim_line_count": { "value": 5 }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed_0": { "value": 100 }, + "default_material_bed_temperature": { "value": 70 }, + "default_material_print_temperature": { "default_value": 210 }, + "fill_outline_gaps": { "default_value": true }, + "infill_line_distance": { "value": 2.6667 }, + "infill_overlap": { "value": 8.0 }, + "infill_pattern": { "value": "'lines'" }, + "infill_sparse_density": { "default_value": 15 }, + "initial_layer_line_width_factor": { "default_value": 140 }, + "inset_direction": { "value": "'outside_in'" }, + "layer_height": { "default_value": 0.2 }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 300.0 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, -10 ], - [ -20, 10 ], - [ 10, 10 ], - [ 10, -10 ] + [-20, -10], + [-20, 10], + [10, 10], + [10, -10] ] }, - "layer_height": { "default_value": 0.2 }, - "infill_sparse_density": { "default_value": 15 }, - "infill_line_distance": { "value": 2.6667 }, - "infill_pattern": { "value": "'lines'" }, - "infill_overlap": { "value": 8.0 }, - "min_infill_area": { "default_value": 2.0 }, - "retract_at_layer_change": { "default_value": true }, - "default_material_print_temperature": { "default_value": 210 }, - "material_final_print_temperature": { "value": 210 }, - "default_material_bed_temperature": { "value": 70 }, - "material_bed_temperature_layer_0": { "value": 70 }, - "material_flow_layer_0": {"value": 140}, - "retraction_amount": { "default_value": 10 }, - "retraction_speed": { "default_value": 50 }, - "speed_print": { "default_value": 40 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300.0 }, + "machine_name": { "default_value": "CZ-300" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, + "machine_width": { "default_value": 300.0 }, + "material_bed_temperature_layer_0": { "value": 70 }, + "material_final_print_temperature": { "value": 210 }, + "material_flow_layer_0": { "value": 140 }, + "min_infill_area": { "default_value": 2.0 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 10 }, + "retraction_speed": { "default_value": 50 }, + "skirt_line_count": { "default_value": 5 }, + "speed_print": { "default_value": 40 }, "speed_travel": { "value": 60 }, - "cool_fan_enabled": { "default_value": true }, - "cool_fan_speed_0": { "value": 100 }, - "adhesion_type": { "default_value" : "skirt" }, - "brim_line_count": { "value" : 5 }, - "skirt_line_count": { "default_value" : 5 }, - "initial_layer_line_width_factor": { "default_value" : 140 }, - "top_bottom_pattern": { "default_value" : "concentric" }, - "fill_outline_gaps": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "inset_direction": {"value": "'outside_in'" }, - "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" - } + "top_bottom_pattern": { "default_value": "concentric" } } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_base.def.json b/resources/definitions/creality_base.def.json index a947369de7..be6792eafd 100644 --- a/resources/definitions/creality_base.def.json +++ b/resources/definitions/creality_base.def.json @@ -1,26 +1,13 @@ { - "name": "Creality Base Printer", "version": 2, + "name": "Creality Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "trouch.com", "manufacturer": "Creality3D", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "creality_base_extruder_0" - }, - - "has_materials": true, - "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Size", - - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "standard", - "preferred_material": "generic_pla", "exclude_materials": [ "Vertex_Delta_ABS", "Vertex_Delta_PET", @@ -71,135 +58,121 @@ "verbatim_bvoh_175", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "creality_base_extruder_0" }, + "preferred_material": "generic_pla", + "preferred_quality_type": "standard", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, "overrides": { - "machine_name": { "default_value": "Creawsome Base Printer" }, - "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, - - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 8 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 50.0 }, - "speed_wall_x": { "value": "speed_wall" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0": { "value": 20.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "optimize_wall_printing_order": { "value": "True" }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Creawsome Base Printer" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, - - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": false }, - - "retraction_speed": + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - "retraction_prime_speed": + "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - "retraction_hop": { "value": 0.2 }, - "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, - "retraction_combing_max_distance": { "value": 30 }, + "skin_overlap": { "value": 10.0 }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 /layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 10.0 }, - "skirt_line_count": { "value": 3 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.25" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 /layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, - "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)"}, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 4 }, - - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } - + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'back'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_cr-x.def.json b/resources/definitions/creality_cr-x.def.json index fd6cb9eda5..419ffc5914 100644 --- a/resources/definitions/creality_cr-x.def.json +++ b/resources/definitions/creality_cr-x.def.json @@ -2,45 +2,47 @@ "version": 2, "name": "Creality CR-X", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "SRC", "manufacturer": "Creality3D", "file_formats": "text/x-gcode", "platform": "cr-x.3mf", - "has_variants": false, "has_machine_quality": false, - "preferred_quality_type": "draft", - "machine_extruder_trains": { + "has_variants": false, + "machine_extruder_trains": + { "0": "cr-x_extruder_0", "1": "cr-x_extruder_1" - } + }, + "preferred_quality_type": "draft" }, - - "overrides": { - "machine_name": { "default_value": "Creality CR-X" }, - "machine_extruder_count": { "default_value": 2 }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - "machine_center_is_zero": { "default_value": false }, - "retraction_amount": { "default_value": 3 }, - "retraction_speed": { "default_value": 70}, + "overrides": + { "adhesion_type": { "default_value": "skirt" }, "gantry_height": { "value": "30" }, - "speed_print": { "default_value": 60 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0 ;hotend off\nM140 S0 ;bed off\nG92 E0\nG1 F2000 E-100 ;retract filament 100mm\nG92 E0\nG1 F3000 X0 Y270 ;move bed for easy part removal\nM84 ;disable steppers" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_acceleration_e": { "default_value": 5000 }, "machine_max_acceleration_x": { "default_value": 500 }, "machine_max_acceleration_y": { "default_value": 500 }, "machine_max_acceleration_z": { "default_value": 100 }, - "machine_max_acceleration_e": { "default_value": 5000 }, + "machine_max_jerk_e": { "default_value": 5.0 }, "machine_max_jerk_xy": { "default_value": 5.0 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5.0 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_name": { "default_value": "Creality CR-X" }, "machine_start_gcode": { "default_value": "G21 ;metric values\nG28 ;home all\nG90 ;absolute positioning\nM107 ;start with the fan off\nG1 F2400 Z15.0 ;raise the nozzle 15mm\nM109 S{material_print_temperature} ;Set Extruder Temperature and Wait\nM190 S{material_bed_temperature}; Wait for bed temperature to reach target temp\nT0 ;Switch to Extruder 1\nG1 F3000 X5 Y10 Z0.2 ;move to prime start position\nG92 E0 ;reset extrusion distance\nG1 F600 X160 E15 ;prime nozzle in a line\nG1 F5000 X180 ;quick wipe\nG92 E0 ;reset extrusion distance" }, - "machine_end_gcode": { "default_value": "M104 S0 ;hotend off\nM140 S0 ;bed off\nG92 E0\nG1 F2000 E-100 ;retract filament 100mm\nG92 E0\nG1 F3000 X0 Y270 ;move bed for easy part removal\nM84 ;disable steppers" }, - "wall_thickness": { "value": "1" }, - "top_bottom_thickness": { "default_value": 1 } + "machine_width": { "default_value": 300 }, + "retraction_amount": { "default_value": 3 }, + "retraction_speed": { "default_value": 70 }, + "speed_print": { "default_value": 60 }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_cr10.def.json b/resources/definitions/creality_cr10.def.json index 85e0f0a435..e2fd766833 100644 --- a/resources/definitions/creality_cr10.def.json +++ b/resources/definitions/creality_cr10.def.json @@ -1,25 +1,27 @@ { - "name": "Creality CR-10", "version": 2, + "name": "Creality CR-10", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality CR-10" }, - "machine_width": { "default_value": 300 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Creality CR-10" }, + "machine_width": { "default_value": 300 } } } \ No newline at end of file diff --git a/resources/definitions/creality_cr100.def.json b/resources/definitions/creality_cr100.def.json index ed528a00b6..f226bcea28 100644 --- a/resources/definitions/creality_cr100.def.json +++ b/resources/definitions/creality_cr100.def.json @@ -1,25 +1,27 @@ { - "name": "Creality CR-100", "version": 2, + "name": "Creality CR-100", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality CR-100" }, - "machine_width": { "default_value": 100 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 100 }, - "machine_height": { "default_value": 80 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true + "machine_height": { "default_value": 80 }, + "machine_name": { "default_value": "Creality CR-100" }, + "machine_width": { "default_value": 100 } } } \ No newline at end of file diff --git a/resources/definitions/creality_cr10max.def.json b/resources/definitions/creality_cr10max.def.json index 021647c2be..1498245262 100644 --- a/resources/definitions/creality_cr10max.def.json +++ b/resources/definitions/creality_cr10max.def.json @@ -1,26 +1,28 @@ { - "name": "Creality CR-10 Max", "version": 2, + "name": "Creality CR-10 Max", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality CR-10 Max" }, - "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nG29 ;Auto bed Level\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n"}, - "machine_width": { "default_value": 450 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 30 }, "machine_depth": { "default_value": 450 }, - "machine_height": { "default_value": 470 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-44, 34], [-44, -34], [38, -34], [38, 34] ] }, - - "gantry_height": { "value": 30 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true + "machine_height": { "default_value": 470 }, + "machine_name": { "default_value": "Creality CR-10 Max" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nG29 ;Auto bed Level\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 450 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_cr10mini.def.json b/resources/definitions/creality_cr10mini.def.json index 621be5f0f3..70a42537a6 100644 --- a/resources/definitions/creality_cr10mini.def.json +++ b/resources/definitions/creality_cr10mini.def.json @@ -1,25 +1,27 @@ { - "name": "Creality CR-10 Mini", "version": 2, + "name": "Creality CR-10 Mini", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality CR-10 Mini" }, - "machine_width": { "default_value": 300 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 300 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Creality CR-10 Mini" }, + "machine_width": { "default_value": 300 } } } \ No newline at end of file diff --git a/resources/definitions/creality_cr10s.def.json b/resources/definitions/creality_cr10s.def.json index 9884b95cb4..679c9f3b65 100644 --- a/resources/definitions/creality_cr10s.def.json +++ b/resources/definitions/creality_cr10s.def.json @@ -1,11 +1,10 @@ { - "name": "Creality CR-10S", "version": 2, + "name": "Creality CR-10S", "inherits": "creality_cr10", - "overrides": { + "metadata": { "quality_definition": "creality_base" }, + "overrides": + { "machine_name": { "default_value": "Creality CR-10S" } - }, - "metadata": { - "quality_definition": "creality_base" } } \ No newline at end of file diff --git a/resources/definitions/creality_cr10s4.def.json b/resources/definitions/creality_cr10s4.def.json index ccecd41a1d..79d4fb5bca 100644 --- a/resources/definitions/creality_cr10s4.def.json +++ b/resources/definitions/creality_cr10s4.def.json @@ -1,25 +1,27 @@ { - "name": "Creality CR-10S4", "version": 2, + "name": "Creality CR-10S4", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality CR-10S4" }, - "machine_width": { "default_value": 400 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 400 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Creality CR-10S4" }, + "machine_width": { "default_value": 400 } } } \ No newline at end of file diff --git a/resources/definitions/creality_cr10s5.def.json b/resources/definitions/creality_cr10s5.def.json index 105e1d0458..0c89d753b7 100644 --- a/resources/definitions/creality_cr10s5.def.json +++ b/resources/definitions/creality_cr10s5.def.json @@ -1,25 +1,27 @@ { - "name": "Creality CR-10S5", "version": 2, + "name": "Creality CR-10S5", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality CR-10S5" }, - "machine_width": { "default_value": 500 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 500 }, - "machine_height": { "default_value": 500 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true + "machine_height": { "default_value": 500 }, + "machine_name": { "default_value": "Creality CR-10S5" }, + "machine_width": { "default_value": 500 } } } \ No newline at end of file diff --git a/resources/definitions/creality_cr20.def.json b/resources/definitions/creality_cr20.def.json index b18c2709e6..ccb8148f93 100644 --- a/resources/definitions/creality_cr20.def.json +++ b/resources/definitions/creality_cr20.def.json @@ -1,25 +1,27 @@ { - "name": "Creality CR-20", "version": 2, + "name": "Creality CR-20", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality CR-20" }, - "machine_width": { "default_value": 220 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 250 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Creality CR-20" }, + "machine_width": { "default_value": 220 } } } \ No newline at end of file diff --git a/resources/definitions/creality_cr20pro.def.json b/resources/definitions/creality_cr20pro.def.json index 4e676bcb74..401bfdcdf7 100644 --- a/resources/definitions/creality_cr20pro.def.json +++ b/resources/definitions/creality_cr20pro.def.json @@ -1,13 +1,11 @@ { - "name": "Creality CR-20 Pro", "version": 2, + "name": "Creality CR-20 Pro", "inherits": "creality_cr20", - "overrides": { + "metadata": { "quality_definition": "creality_base" }, + "overrides": + { "machine_name": { "default_value": "Creality CR-20 Pro" }, - "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n"} - - }, - "metadata": { - "quality_definition": "creality_base" + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" } } } \ No newline at end of file diff --git a/resources/definitions/creality_cr6se.def.json b/resources/definitions/creality_cr6se.def.json index 420173fe61..b6fbe36baa 100644 --- a/resources/definitions/creality_cr6se.def.json +++ b/resources/definitions/creality_cr6se.def.json @@ -1,26 +1,27 @@ { - "name": "Creality CR-6 SE", "version": 2, + "name": "Creality CR-6 SE", "inherits": "creality_base", - "metadata": { - "quality_definition": "creality_base", - "visible": true + "metadata": + { + "visible": true, + "quality_definition": "creality_base" }, - "overrides": { - "machine_name": { "default_value": "Creality CR-6 SE" }, - "machine_width": { "default_value": 235 }, - "machine_depth": { "default_value": 235 }, - "machine_height": { "default_value": 250 }, - "machine_head_with_fans_polygon": { - "default_value": [ - [-26, 34], - [-26, -32], - [32, -32], - [32, 34] - ] - }, - - "gantry_height": { "value": 25 } + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 235 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-26, 34], + [-26, -32], + [32, -32], + [32, 34] + ] + }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Creality CR-6 SE" }, + "machine_width": { "default_value": 235 } } - } - +} \ No newline at end of file diff --git a/resources/definitions/creality_ender2.def.json b/resources/definitions/creality_ender2.def.json index 2a5e14c828..477bf43612 100644 --- a/resources/definitions/creality_ender2.def.json +++ b/resources/definitions/creality_ender2.def.json @@ -1,26 +1,28 @@ { - "name": "Creality Ender-2", "version": 2, + "name": "Creality Ender-2", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality Ender-2" }, - "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y100.0 Z0.28 F1500.0 E8 ;Draw the first line\nG1 X10.4 Y100.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n"}, - "machine_width": { "default_value": 150 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 150 }, - "machine_height": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Creality Ender-2" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y100.0 Z0.28 F1500.0 E8 ;Draw the first line\nG1 X10.4 Y100.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 150 } } } \ No newline at end of file diff --git a/resources/definitions/creality_ender3.def.json b/resources/definitions/creality_ender3.def.json index 6b13efcb1e..4de14c74a0 100644 --- a/resources/definitions/creality_ender3.def.json +++ b/resources/definitions/creality_ender3.def.json @@ -1,33 +1,46 @@ { - "name": "Creality Ender-3 / Ender-3 v2", "version": 2, + "name": "Creality Ender-3 / Ender-3 v2", "inherits": "creality_base", - "metadata": { - "quality_definition": "creality_base", + "metadata": + { "visible": true, - "platform": "creality_ender3.3mf" + "platform": "creality_ender3.3mf", + "quality_definition": "creality_base" }, - "overrides": { - "machine_name": { "default_value": "Creality Ender-3" }, - "machine_width": { "default_value": 235 }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 235 }, - "machine_height": { "default_value": 250 }, - "machine_disallowed_areas": { + "machine_disallowed_areas": + { + "default_value": [ + [ + [-117.5, 117.5], + [-117.5, 108], + [117.5, 108], + [117.5, 117.5] + ], + [ + [-117.5, -108], + [-117.5, -117.5], + [117.5, -117.5], + [117.5, -108] + ] + ] + }, + "machine_head_with_fans_polygon": + { "default_value": [ - [[-117.5, 117.5], [-117.5, 108], [117.5, 108], [117.5, 117.5]], - [[-117.5, -108], [-117.5, -117.5], [117.5, -117.5], [117.5, -108]] - ]}, - "machine_head_with_fans_polygon": { "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - "machine_start_gcode": { - "default_value": "; Ender 3 Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" - }, - - "gantry_height": { "value": 25 } + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Creality Ender-3" }, + "machine_start_gcode": { "default_value": "; Ender 3 Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" }, + "machine_width": { "default_value": 235 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_ender3max.def.json b/resources/definitions/creality_ender3max.def.json index 0902f00f29..6d0fc38646 100644 --- a/resources/definitions/creality_ender3max.def.json +++ b/resources/definitions/creality_ender3max.def.json @@ -1,41 +1,38 @@ { - "name": "Creality Ender-3 Max", "version": 2, + "name": "Creality Ender-3 Max", "inherits": "creality_base", - "metadata": { - "author": "Radlab Ecuador", - "quality_definition": "creality_base", + "metadata": + { "visible": true, - "platform": "creality_ender3max.stl" + "author": "Radlab Ecuador", + "platform": "creality_ender3max.stl", + "quality_definition": "creality_base" }, - "overrides": { - "machine_name": { "default_value": "Creality Ender-3 Max" }, - "machine_width": { "default_value": 300 }, + "overrides": + { + "acceleration_travel": { "value": 1000 }, + "gantry_height": { "value": 35 }, "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 340 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-42.5, 30], [-42.5, -40], [42.5, -40], [42.5, 30] ] }, - "machine_start_gcode": { - "default_value": "; Ender 3 Max Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" - }, - - "machine_max_feedrate_z": { "value": 5 }, - "machine_max_feedrate_e": { "value": 25 }, - + "machine_height": { "default_value": 340 }, + "machine_max_acceleration_e": { "value": 1000 }, "machine_max_acceleration_x": { "value": 500 }, "machine_max_acceleration_y": { "value": 500 }, "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 1000 }, - - "acceleration_travel": { "value": 1000 }, - + "machine_max_feedrate_e": { "value": 25 }, + "machine_max_feedrate_z": { "value": 5 }, "machine_max_jerk_z": { "value": 0.3 }, - - "gantry_height": { "value": 35 } + "machine_name": { "default_value": "Creality Ender-3 Max" }, + "machine_start_gcode": { "default_value": "; Ender 3 Max Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_ender3pro.def.json b/resources/definitions/creality_ender3pro.def.json index f8aa6d433a..de0d4ed0bf 100644 --- a/resources/definitions/creality_ender3pro.def.json +++ b/resources/definitions/creality_ender3pro.def.json @@ -1,28 +1,29 @@ { - "name": "Creality Ender-3 Pro", "version": 2, + "name": "Creality Ender-3 Pro", "inherits": "creality_base", - "metadata": { - "quality_definition": "creality_base", + "metadata": + { "visible": true, - "platform": "creality_ender3.3mf" + "platform": "creality_ender3.3mf", + "quality_definition": "creality_base" }, - "overrides": { - "machine_name": { "default_value": "Creality Ender-3 Pro" }, - "machine_width": { "default_value": 220 }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 250 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - "machine_start_gcode": { - "default_value": "; Ender 3 Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM104 S{material_standby_temperature} ; Start heating up the nozzle most of the way\nM190 S{material_bed_temperature_layer_0} ; Start heating the bed, wait until target temperature reached\nM109 S{material_print_temperature_layer_0} ; Finish heating the nozzle\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" - }, - - "gantry_height": { "value": 25 } + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Creality Ender-3 Pro" }, + "machine_start_gcode": { "default_value": "; Ender 3 Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM104 S{material_standby_temperature} ; Start heating up the nozzle most of the way\nM190 S{material_bed_temperature_layer_0} ; Start heating the bed, wait until target temperature reached\nM109 S{material_print_temperature_layer_0} ; Finish heating the nozzle\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_ender3s1.def.json b/resources/definitions/creality_ender3s1.def.json index a9a052e973..a37d9c4561 100644 --- a/resources/definitions/creality_ender3s1.def.json +++ b/resources/definitions/creality_ender3s1.def.json @@ -1,38 +1,36 @@ { - "name": "Creality Ender-3 S1", "version": 2, + "name": "Creality Ender-3 S1", "inherits": "creality_base", - "metadata": { - "quality_definition": "creality_base", - "visible": true + "metadata": + { + "visible": true, + "quality_definition": "creality_base" }, - "overrides": { - "machine_name": { "default_value": "Creality Ender-3 S1" }, - "machine_width": { "default_value": 220 }, + "overrides": + { + "acceleration_enabled": { "value": true }, + "acceleration_travel": { "value": 2000 }, + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 270 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 }, - - "speed_print": {"value": 50}, - "speed_layer_0": {"value": 25}, - "speed_travel": { "value": 150 }, - "retraction_amount": {"value": 0.8}, - "retraction_speed": { "default_value": 40}, - - "acceleration_enabled": {"value": true}, - "acceleration_travel": {"value": 2000}, - "retraction_extrusion_window": {"value": 1.5}, - - "machine_start_gcode": { - "default_value": "; Ender 3 S1 Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z10.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0 Y0\n\nM104 S{material_print_temperature_layer_0}\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0}\n\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n" - } + "machine_height": { "default_value": 270 }, + "machine_name": { "default_value": "Creality Ender-3 S1" }, + "machine_start_gcode": { "default_value": "; Ender 3 S1 Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z10.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0 Y0\n\nM104 S{material_print_temperature_layer_0}\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0}\n\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n" }, + "machine_width": { "default_value": 220 }, + "retraction_amount": { "value": 0.8 }, + "retraction_extrusion_window": { "value": 1.5 }, + "retraction_speed": { "default_value": 40 }, + "speed_layer_0": { "value": 25 }, + "speed_print": { "value": 50 }, + "speed_travel": { "value": 150 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_ender4.def.json b/resources/definitions/creality_ender4.def.json index 6fd02d879f..3da1131292 100644 --- a/resources/definitions/creality_ender4.def.json +++ b/resources/definitions/creality_ender4.def.json @@ -1,27 +1,28 @@ { - "name": "Creality Ender-4", "version": 2, + "name": "Creality Ender-4", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality Ender-4" }, - "machine_width": { "default_value": 220 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 300 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 }, - + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Creality Ender-4" }, + "machine_width": { "default_value": 220 }, "speed_print": { "value": 80.0 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_ender5.def.json b/resources/definitions/creality_ender5.def.json index 2f913fdd4e..36e1753086 100644 --- a/resources/definitions/creality_ender5.def.json +++ b/resources/definitions/creality_ender5.def.json @@ -1,28 +1,29 @@ { - "name": "Creality Ender-5", "version": 2, + "name": "Creality Ender-5", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality Ender-5" }, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG28 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, - "machine_width": { "default_value": 220 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 300 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG28 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 }, - + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Creality Ender-5" }, + "machine_width": { "default_value": 220 }, "speed_print": { "value": 80.0 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true } -} +} \ No newline at end of file diff --git a/resources/definitions/creality_ender5plus.def.json b/resources/definitions/creality_ender5plus.def.json index 44469284f2..b7b11343e5 100644 --- a/resources/definitions/creality_ender5plus.def.json +++ b/resources/definitions/creality_ender5plus.def.json @@ -1,29 +1,30 @@ { - "name": "Creality Ender-5 Plus", "version": 2, + "name": "Creality Ender-5 Plus", "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality Ender-5 Plus" }, - "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n"}, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X{machine_width} Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, - "machine_width": { "default_value": 350 }, + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, "machine_depth": { "default_value": 350 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X{machine_width} Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 25 }, - + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Creality Ender-5 Plus" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 350 }, "speed_print": { "value": 80.0 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true } } \ No newline at end of file diff --git a/resources/definitions/creality_ender6.def.json b/resources/definitions/creality_ender6.def.json index 599d3beb86..7001589aaf 100644 --- a/resources/definitions/creality_ender6.def.json +++ b/resources/definitions/creality_ender6.def.json @@ -1,29 +1,30 @@ -{ - "name": "Creality Ender-6", - "version": 2, - "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality Ender-6" }, - "machine_start_gcode": { "default_value": "\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n"}, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG28 X Y ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, - "machine_width": { "default_value": 260 }, - "machine_depth": { "default_value": 260 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-26, 34], - [-26, -32], - [32, -32], - [32, 34] - ] - }, - - "gantry_height": { "value": 25 }, - - "speed_print": { "value": 80.0 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true - } -} +{ + "version": 2, + "name": "Creality Ender-6", + "inherits": "creality_base", + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 260 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG28 X Y ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-26, 34], + [-26, -32], + [32, -32], + [32, 34] + ] + }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Creality Ender-6" }, + "machine_start_gcode": { "default_value": "\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 260 }, + "speed_print": { "value": 80.0 } + } +} \ No newline at end of file diff --git a/resources/definitions/creality_sermoond1.def.json b/resources/definitions/creality_sermoond1.def.json index c09019c6f4..138be79478 100644 --- a/resources/definitions/creality_sermoond1.def.json +++ b/resources/definitions/creality_sermoond1.def.json @@ -1,25 +1,27 @@ -{ - "name": "Creality Sermoon D1", - "version": 2, - "inherits": "creality_base", - "overrides": { - "machine_name": { "default_value": "Creality Sermoon D1" }, - "machine_width": { "default_value": 280 }, - "machine_depth": { "default_value": 260 }, - "machine_height": { "default_value": 310 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-26, 34], - [-26, -32], - [32, -32], - [32, 34] - ] - }, - - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "creality_base", - "visible": true - } -} +{ + "version": 2, + "name": "Creality Sermoon D1", + "inherits": "creality_base", + "metadata": + { + "visible": true, + "quality_definition": "creality_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 260 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-26, 34], + [-26, -32], + [32, -32], + [32, 34] + ] + }, + "machine_height": { "default_value": 310 }, + "machine_name": { "default_value": "Creality Sermoon D1" }, + "machine_width": { "default_value": 280 } + } +} \ No newline at end of file diff --git a/resources/definitions/creasee_cs20.def.json b/resources/definitions/creasee_cs20.def.json index ab30f3dd1c..fe0b9a311e 100644 --- a/resources/definitions/creasee_cs20.def.json +++ b/resources/definitions/creasee_cs20.def.json @@ -2,31 +2,19 @@ "version": 2, "name": "Creasee CS20", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Creasee", - "machine_extruder_trains": - { - "0": "creasee_extruder_0" - } + "machine_extruder_trains": { "0": "creasee_extruder_0" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "Creasee CS20" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 250 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creasee_cs30.def.json b/resources/definitions/creasee_cs30.def.json index 7d6a5090bb..d1d61800b8 100644 --- a/resources/definitions/creasee_cs30.def.json +++ b/resources/definitions/creasee_cs30.def.json @@ -2,31 +2,19 @@ "version": 2, "name": "Creasee CS30", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Creasee", - "machine_extruder_trains": - { - "0": "creasee_extruder_1" - } + "machine_extruder_trains": { "0": "creasee_extruder_1" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Creasee CS30" }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creasee_cs50spro.def.json b/resources/definitions/creasee_cs50spro.def.json index a2be3d0a52..3810177637 100644 --- a/resources/definitions/creasee_cs50spro.def.json +++ b/resources/definitions/creasee_cs50spro.def.json @@ -2,31 +2,19 @@ "version": 2, "name": "Creasee CS50s Pro", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Creasee", - "machine_extruder_trains": - { - "0": "creasee_cs50spro_extruder" - } + "machine_extruder_trains": { "0": "creasee_cs50spro_extruder" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 500 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 600 }, "machine_name": { "default_value": "Creasee CS50s Pro" }, - "machine_width": { - "default_value": 500 - }, - "machine_depth": { - "default_value": 500 - }, - "machine_height": { - "default_value": 600 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 500 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creasee_phoenix.def.json b/resources/definitions/creasee_phoenix.def.json index 05e134b6b8..e97c580ec7 100644 --- a/resources/definitions/creasee_phoenix.def.json +++ b/resources/definitions/creasee_phoenix.def.json @@ -2,31 +2,19 @@ "version": 2, "name": "Creasee Phoenix", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Creasee", - "machine_extruder_trains": - { - "0": "creasee_phoenix_extruder" - } + "machine_extruder_trains": { "0": "creasee_phoenix_extruder" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 350 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 350 }, "machine_name": { "default_value": "Creasee Phoenix" }, - "machine_width": { - "default_value": 350 - }, - "machine_depth": { - "default_value": 350 - }, - "machine_height": { - "default_value": 350 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 350 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creasee_skywalker.def.json b/resources/definitions/creasee_skywalker.def.json index 3120e6b116..32706c4a8c 100644 --- a/resources/definitions/creasee_skywalker.def.json +++ b/resources/definitions/creasee_skywalker.def.json @@ -2,31 +2,19 @@ "version": 2, "name": "Creasee Skywalker", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Creasee", - "machine_extruder_trains": - { - "0": "creasee_skywalker_extruder" - } + "machine_extruder_trains": { "0": "creasee_skywalker_extruder" } }, - - "overrides": { + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Creasee Skywalker" }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/creatable_d3.def.json b/resources/definitions/creatable_d3.def.json index a95fe44ff1..1c26c2ab86 100644 --- a/resources/definitions/creatable_d3.def.json +++ b/resources/definitions/creatable_d3.def.json @@ -2,41 +2,35 @@ "version": 2, "name": "Creatable D3", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Creatable Labs", "manufacturer": "Ateam Ventures Co. Ltd.", "file_formats": "text/x-gcode", "platform": "rostock_platform.3mf", - "machine_extruder_trains": - { - "0": "creatable_d3_extruder_0" - } + "machine_extruder_trains": { "0": "creatable_d3_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Creatable D3" }, - "machine_center_is_zero": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, - "machine_width": { "default_value": 250 }, - "machine_height": { "default_value": 200 }, - "machine_depth": { "default_value": 250 }, - "machine_heated_bed": { "default_value": true }, - "machine_shape": { "default_value": "elliptic" }, - "machine_max_feedrate_z": { "default_value": 300 }, - "gantry_height": {"value": "43"}, + "overrides": + { + "gantry_height": { "value": "43" }, "layer_height": { "default_value": 0.1 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 250 }, + "machine_end_gcode": { "default_value": "M400\nG28\nM104 S0\nM140 S0\nM107\nG92 E0\nG1 E-32 F300\nM84\nG90" }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_max_feedrate_z": { "default_value": 300 }, + "machine_name": { "default_value": "Creatable D3" }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM106 S255\nG28\nG92 E0\nG1 Z100 F5000\nM190 S50\nM109 S200\nG1 X-135\nG1 Z0.3\nG92 E-32\nG1 E0 F1000\nG1 E50 F200\nG1 F1000\nG1 X-125\nG92 E0" }, + "machine_width": { "default_value": 250 }, "relative_extrusion": { "value": "False" }, + "retraction_amount": { "default_value": 4.5 }, "retraction_combing": { "value": "'off'" }, "retraction_hop_enabled": { "default_value": true }, "retraction_hop_only_when_collides": { "default_value": false }, - "retraction_speed": { "default_value": 100 }, - "retraction_amount": { "default_value": 4.5 }, - "machine_start_gcode": { - "default_value": "G21\nG90\nM82\nM106 S255\nG28\nG92 E0\nG1 Z100 F5000\nM190 S50\nM109 S200\nG1 X-135\nG1 Z0.3\nG92 E-32\nG1 E0 F1000\nG1 E50 F200\nG1 F1000\nG1 X-125\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M400\nG28\nM104 S0\nM140 S0\nM107\nG92 E0\nG1 E-32 F300\nM84\nG90" - } + "retraction_speed": { "default_value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/cremaker_common.def.json b/resources/definitions/cremaker_common.def.json index acabcac92a..a34f06728c 100644 --- a/resources/definitions/cremaker_common.def.json +++ b/resources/definitions/cremaker_common.def.json @@ -1,58 +1,57 @@ { - "version": 2, - "name": "cremaker common", - "inherits": "fdmprinter", - "metadata": { - "visible": false, - "author": "Joyplace", - "manufacturer": "JOYPLACE CO., LTD.", - "file_formats": "text/x-gcode", - "icon": "icon_ultimaker2", - "has_materials": true, - "machine_extruder_trains": { - "0": "cremaker_extruder_0" + "version": 2, + "name": "cremaker common", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "Joyplace", + "manufacturer": "JOYPLACE CO., LTD.", + "file_formats": "text/x-gcode", + "has_materials": true, + "icon": "icon_ultimaker2", + "machine_extruder_trains": { "0": "cremaker_extruder_0" } + }, + "overrides": + { + "acceleration_enabled": { "value": true }, + "acceleration_infill": { "value": 1250 }, + "acceleration_layer_0": { "value": 1000 }, + "acceleration_print": { "value": 1250 }, + "acceleration_print_layer_0": { "value": 1000 }, + "acceleration_travel": { "value": 1250 }, + "acceleration_travel_layer_0": { "value": 1000 }, + "acceleration_wall": { "value": 800 }, + "acceleration_wall_0": { "value": 800 }, + "acceleration_wall_x": { "value": 800 }, + "adhesion_type": { "value": "'skirt'" }, + "gantry_height": { "value": 28 }, + "hole_xy_offset": { "value": 0.15 }, + "layer_height": { "value": 0.2 }, + "layer_height_0": { "value": 0.3 }, + "machine_acceleration": { "value": 1250 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_z": { "value": 10 }, + "machine_max_feedrate_e": { "value": 120 }, + "machine_max_feedrate_z": { "value": 12 }, + "machine_max_jerk_e": { "value": 5.0 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.3 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "material_print_temperature_layer_0": { "value": "default_material_bed_temperature + 15" }, + "optimize_wall_printing_order": { "value": true }, + "relative_extrusion": { "value": true }, + "retraction_amount": { "value": 1.2 }, + "retraction_combing": { "value": "'infill'" }, + "retraction_hop": { "value": 0.3 }, + "retraction_hop_enabled": { "value": true }, + "retraction_hop_only_when_collides": { "value": true }, + "retraction_speed": { "value": 40 }, + "speed_layer_0": { "value": 25 }, + "speed_travel": { "value": 100 }, + "xy_offset": { "value": 0.1 }, + "xy_offset_layer_0": { "value": -0.1 } } - }, - - "overrides": { - "machine_heated_bed": { "default_value": true }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "layer_height": { "value": 0.2 }, - "layer_height_0": { "value": 0.3 }, - "optimize_wall_printing_order": { "value": true }, - "xy_offset": { "value": 0.1 }, - "xy_offset_layer_0": { "value": -0.1 }, - "hole_xy_offset": { "value": 0.15 }, - "material_print_temperature_layer_0": { "value": "default_material_bed_temperature + 15" }, - "speed_travel": { "value": 100 }, - "speed_layer_0": { "value": 25 }, - "acceleration_enabled": { "value": true }, - "acceleration_print": { "value": 1250 }, - "acceleration_infill": { "value": 1250 }, - "acceleration_wall": { "value": 800 }, - "acceleration_wall_0": { "value": 800 }, - "acceleration_wall_x": { "value": 800 }, - "acceleration_travel": { "value": 1250 }, - "acceleration_layer_0": { "value": 1000 }, - "acceleration_print_layer_0": { "value": 1000 }, - "acceleration_travel_layer_0": { "value": 1000 }, - "retraction_amount": { "value": 1.2 }, - "retraction_speed": { "value": 40 }, - "retraction_combing": { "value": "'infill'" }, - "retraction_hop_enabled": { "value": true }, - "retraction_hop_only_when_collides": { "value": true }, - "retraction_hop": { "value": 0.3 }, - "adhesion_type": { "value": "'skirt'" }, - "relative_extrusion": { "value": true }, - "gantry_height": { "value": 28 }, - "machine_max_feedrate_z": { "value": 12 }, - "machine_max_feedrate_e": { "value": 120 }, - "machine_max_acceleration_z": { "value": 10 }, - "machine_acceleration": { "value": 1250 }, - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.3 }, - "machine_max_jerk_e": { "value": 5.0 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" } - } -} +} \ No newline at end of file diff --git a/resources/definitions/cremaker_m_v1.def.json b/resources/definitions/cremaker_m_v1.def.json index d4cd65a6da..70c277ba45 100644 --- a/resources/definitions/cremaker_m_v1.def.json +++ b/resources/definitions/cremaker_m_v1.def.json @@ -1,40 +1,38 @@ { - "version": 2, - "name": "Cremaker M V1", - "inherits": "cremaker_common", - "metadata": { - "visible": true, - "platform": "cremaker_platform_200.obj" - }, - - "overrides": { - "machine_name": { "default_value": "Cremaker M V1" }, - "machine_width": { "default_value": 200 }, - "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 260 }, - "initial_layer_line_width_factor": { "default_value": 110.0 }, - "machine_head_with_fans_polygon": { - "default_value": [ - [ -35, 48 ], - [ 54, 48 ], - [ 54, -67 ], - [ -35, -67 ] - ] + "version": 2, + "name": "Cremaker M V1", + "inherits": "cremaker_common", + "metadata": + { + "visible": true, + "platform": "cremaker_platform_200.obj" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28\nG1 Z5.0 F6000\nG1 X2 Y5 F3000\nG1 Z0.3\nG92 E0\nG1 Y100 E10 F600\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y180\nM84" - }, - "jerk_enabled": { "value": true }, - "jerk_print": { "value": 8 }, - "jerk_infill": { "value": 8 }, - "jerk_wall": { "value": 8 }, - "jerk_wall_0": { "value": 8 }, - "jerk_wall_x": { "value": 8 }, - "jerk_travel": { "value": 10 }, - "jerk_layer_0": { "value": 8 } - } -} + "overrides": + { + "initial_layer_line_width_factor": { "default_value": 110.0 }, + "jerk_enabled": { "value": true }, + "jerk_infill": { "value": 8 }, + "jerk_layer_0": { "value": 8 }, + "jerk_print": { "value": 8 }, + "jerk_travel": { "value": 10 }, + "jerk_wall": { "value": 8 }, + "jerk_wall_0": { "value": 8 }, + "jerk_wall_x": { "value": 8 }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y180\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-35, 48], + [54, 48], + [54, -67], + [-35, -67] + ] + }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Cremaker M V1" }, + "machine_start_gcode": { "default_value": "G28\nG1 Z5.0 F6000\nG1 X2 Y5 F3000\nG1 Z0.3\nG92 E0\nG1 Y100 E10 F600\nG92 E0" }, + "machine_width": { "default_value": 200 } + } +} \ No newline at end of file diff --git a/resources/definitions/cremaker_m_v2.def.json b/resources/definitions/cremaker_m_v2.def.json index 2d760b2aaa..c441095b60 100644 --- a/resources/definitions/cremaker_m_v2.def.json +++ b/resources/definitions/cremaker_m_v2.def.json @@ -1,35 +1,32 @@ { - "version": 2, - "name": "Cremaker M V2", - "inherits": "cremaker_common", - "metadata": { - "visible": true, - "platform": "cremaker_platform_220.obj" - }, - - "overrides": { - "machine_name": { "default_value": "Cremaker M V2" }, - "machine_width": { "default_value": 220 }, - "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 260 }, - "initial_layer_line_width_factor": { "default_value": 100.0 }, - "machine_head_with_fans_polygon": { - "default_value": [ - [ -35, 48 ], - [ 54, 48 ], - [ 54, -67 ], - [ -35, -67 ] - ] + "version": 2, + "name": "Cremaker M V2", + "inherits": "cremaker_common", + "metadata": + { + "visible": true, + "platform": "cremaker_platform_220.obj" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28\nG29\nG1 Z5.0 F6000\nG1 X2 Y5 Z0.3 F3000\nG92 E0\nG1 Y100 E10 F1500\nG0 X2.3 F3000\nG1 Y20 E8.5 F1500\nG92 E0\nG1 F2400 E-2" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y200\nM84" - }, - - "cool_fan_speed": { "value": 50 }, - "jerk_enabled": { "value": false } - } -} + "overrides": + { + "cool_fan_speed": { "value": 50 }, + "initial_layer_line_width_factor": { "default_value": 100.0 }, + "jerk_enabled": { "value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y200\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-35, 48], + [54, 48], + [54, -67], + [-35, -67] + ] + }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Cremaker M V2" }, + "machine_start_gcode": { "default_value": "G28\nG29\nG1 Z5.0 F6000\nG1 X2 Y5 Z0.3 F3000\nG92 E0\nG1 Y100 E10 F1500\nG0 X2.3 F3000\nG1 Y20 E8.5 F1500\nG92 E0\nG1 F2400 E-2" }, + "machine_width": { "default_value": 220 } + } +} \ No newline at end of file diff --git a/resources/definitions/cremaker_s_v1.def.json b/resources/definitions/cremaker_s_v1.def.json index 101d82fac8..d8f3ea4f1a 100644 --- a/resources/definitions/cremaker_s_v1.def.json +++ b/resources/definitions/cremaker_s_v1.def.json @@ -1,32 +1,30 @@ { - "version": 2, - "name": "Cremaker S V1", - "inherits": "cremaker_common", - "metadata": { - "visible": true, - "platform": "cremaker_platform_200.obj" - }, - - "overrides": { - "machine_name": { "default_value": "Cremaker S V1" }, - "machine_width": { "default_value": 200 }, - "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 160 }, - "initial_layer_line_width_factor": { "default_value": 110.0 }, - "machine_head_with_fans_polygon": { - "default_value": [ - [ -39, 45 ], - [ 23, 45 ], - [ 23, -33 ], - [ -39, -33 ] - ] + "version": 2, + "name": "Cremaker S V1", + "inherits": "cremaker_common", + "metadata": + { + "visible": true, + "platform": "cremaker_platform_200.obj" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28\nG1 Z5.0 F6000\nG1 X2 Y5 F3000\nG1 Z0.3\nG92 E0\nG1 Y100 E10 F600\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nG92 E1\nG1 E-1 F300\nG28 X0 Y180\nM84" + "overrides": + { + "initial_layer_line_width_factor": { "default_value": 110.0 }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nG92 E1\nG1 E-1 F300\nG28 X0 Y180\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-39, 45], + [23, 45], + [23, -33], + [-39, -33] + ] + }, + "machine_height": { "default_value": 160 }, + "machine_name": { "default_value": "Cremaker S V1" }, + "machine_start_gcode": { "default_value": "G28\nG1 Z5.0 F6000\nG1 X2 Y5 F3000\nG1 Z0.3\nG92 E0\nG1 Y100 E10 F600\nG92 E0" }, + "machine_width": { "default_value": 200 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/cubicon_3dp_110f.def.json b/resources/definitions/cubicon_3dp_110f.def.json index eecfdd5911..4d8255a706 100644 --- a/resources/definitions/cubicon_3dp_110f.def.json +++ b/resources/definitions/cubicon_3dp_110f.def.json @@ -2,39 +2,27 @@ "version": 2, "name": "Cubicon Single", "inherits": "cubicon_common", - "metadata": { + "metadata": + { + "visible": true, "author": "Cubicon R&D Center", "manufacturer": "Cubicon", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "machine_extruder_trains": { - "0": "cubicon_3dp_110f_extruder_0" - }, + "machine_extruder_trains": { "0": "cubicon_3dp_110f_extruder_0" }, "platform_offset": [ 0, -32.05, -20 - ] + ], + "supports_usb_connection": false }, - "overrides": { - "machine_name": { - "default_value": "Cubicon Single" - }, - "machine_start_gcode": { - "default_value": "M911 3DP-110F\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_width": { - "default_value": 240 - }, - "machine_depth": { - "default_value": 190 - }, - "machine_height": { - "default_value": 200 - }, - "material_bed_temp_wait": { - "default_value": true - } + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Cubicon Single" }, + "machine_start_gcode": { "default_value": "M911 3DP-110F\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 240 }, + "material_bed_temp_wait": { "default_value": true } } } \ No newline at end of file diff --git a/resources/definitions/cubicon_3dp_210f.def.json b/resources/definitions/cubicon_3dp_210f.def.json index 5d8ff78487..553d20daf2 100644 --- a/resources/definitions/cubicon_3dp_210f.def.json +++ b/resources/definitions/cubicon_3dp_210f.def.json @@ -2,39 +2,27 @@ "version": 2, "name": "Cubicon Style", "inherits": "cubicon_common", - "metadata": { + "metadata": + { + "visible": true, "author": "Cubicon R&D Center", "manufacturer": "Cubicon", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "machine_extruder_trains": { - "0": "cubicon_3dp_210f_extruder_0" - }, + "machine_extruder_trains": { "0": "cubicon_3dp_210f_extruder_0" }, "platform_offset": [ 0, -18.8, 0 - ] + ], + "supports_usb_connection": false }, - "overrides": { - "machine_name": { - "default_value": "Cubicon Style" - }, - "machine_start_gcode": { - "default_value": "M911 3DP-210F\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_width": { - "default_value": 150 - }, - "machine_depth": { - "default_value": 150 - }, - "machine_height": { - "default_value": 150 - }, - "material_bed_temp_wait":{ - "default_value": false - } + "overrides": + { + "machine_depth": { "default_value": 150 }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Cubicon Style" }, + "machine_start_gcode": { "default_value": "M911 3DP-210F\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 150 }, + "material_bed_temp_wait": { "default_value": false } } } \ No newline at end of file diff --git a/resources/definitions/cubicon_3dp_310f.def.json b/resources/definitions/cubicon_3dp_310f.def.json index 1dc78f0ebf..d354c3956c 100644 --- a/resources/definitions/cubicon_3dp_310f.def.json +++ b/resources/definitions/cubicon_3dp_310f.def.json @@ -2,39 +2,27 @@ "version": 2, "name": "Cubicon Single Plus", "inherits": "cubicon_common", - "metadata": { + "metadata": + { + "visible": true, "author": "Cubicon R&D Center", "manufacturer": "Cubicon", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "machine_extruder_trains": { - "0": "cubicon_3dp_310f_extruder_0" - }, + "machine_extruder_trains": { "0": "cubicon_3dp_310f_extruder_0" }, "platform_offset": [ 0, -32.05, -20 - ] + ], + "supports_usb_connection": false }, - "overrides": { - "machine_name": { - "default_value": "Cubicon Single Plus" - }, - "machine_start_gcode": { - "default_value": "M911 3DP-310F\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_width": { - "default_value": 240 - }, - "machine_depth": { - "default_value": 190 - }, - "machine_height": { - "default_value": 200 - }, - "material_bed_temp_wait": { - "default_value": true - } + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Cubicon Single Plus" }, + "machine_start_gcode": { "default_value": "M911 3DP-310F\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 240 }, + "material_bed_temp_wait": { "default_value": true } } } \ No newline at end of file diff --git a/resources/definitions/cubicon_common.def.json b/resources/definitions/cubicon_common.def.json index f700df7ae6..9fcff9dcec 100644 --- a/resources/definitions/cubicon_common.def.json +++ b/resources/definitions/cubicon_common.def.json @@ -2,51 +2,35 @@ "version": 2, "name": "Cubicon Common", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": false, "author": "Cubicon R&D Center", - "manufacturer": "Cubicon", - "visible": false + "manufacturer": "Cubicon" }, - "overrides": { - "machine_start_gcode": { - "default_value": "M201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nM904\nM117 Print completed! \nM84" - }, - "machine_gcode_flavor": { - "default_value": "Repetier" - }, - "machine_heated_bed": { - "default_value": true - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "adhesion_type": { - "default_value": "raft" - }, - "top_bottom_pattern": { "default_value": "lines" }, - "infill_sparse_density": { "default_value": 20 }, + "overrides": + { + "adhesion_type": { "default_value": "raft" }, + "bottom_thickness": { "value": "top_bottom_thickness * 0.6" }, + "coasting_volume": { "default_value": 0.032 }, + "cool_min_layer_time": { "default_value": 15 }, + "cool_min_layer_time_fan_speed_max": { "default_value": 15 }, "infill_before_walls": { "default_value": false }, - "top_bottom_thickness": { - "default_value": 1.0 - }, - "bottom_thickness": { - "value": "top_bottom_thickness * 0.6" - }, + "infill_sparse_density": { "default_value": 20 }, + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nM904\nM117 Print completed! \nM84" }, + "machine_gcode_flavor": { "default_value": "Repetier" }, + "machine_heated_bed": { "default_value": true }, + "machine_start_gcode": { "default_value": "M201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, "material_flow_layer_0": { "default_value": 100 }, "max_skin_angle_for_expansion": { "default_value": 90 }, - "skin_angles": { "default_value": "[135,45]" }, - "coasting_volume": { "default_value": 0.032 }, - "wall_thickness": { "value": "1.2" }, - "cool_min_layer_time_fan_speed_max": { "default_value": 15 }, - "cool_min_layer_time": { "default_value": 15 }, + "retraction_amount": { "default_value": 1.5 }, + "skin_angles": { "default_value": "[135, 45]" }, "support_interface_pattern": { "default_value": "zigzag" }, "support_pattern": { "default_value": "zigzag" }, - "retraction_amount": { "default_value": 1.5 } + "top_bottom_pattern": { "default_value": "lines" }, + "top_bottom_thickness": { "default_value": 1.0 }, + "wall_thickness": { "value": "1.2" } } } \ No newline at end of file diff --git a/resources/definitions/cubicon_dual_pro_a30.def.json b/resources/definitions/cubicon_dual_pro_a30.def.json index 6431c917a5..cec0d04b49 100644 --- a/resources/definitions/cubicon_dual_pro_a30.def.json +++ b/resources/definitions/cubicon_dual_pro_a30.def.json @@ -2,13 +2,14 @@ "version": 2, "name": "Cubicon Dual Pro-A30", "inherits": "cubicon_common", - "metadata": { + "metadata": + { + "visible": true, "author": "Cubicon R&D Center", "manufacturer": "Cubicon", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "machine_extruder_trains": { + "machine_extruder_trains": + { "0": "cubicon_dual_pro_a30_extruder_0", "1": "cubicon_dual_pro_a30_extruder_1" }, @@ -16,29 +17,17 @@ 0, 0, 0 - ] + ], + "supports_usb_connection": false }, - "overrides": { - "machine_name": { - "default_value": "Cubicon Dual Pro-A30" - }, - "machine_start_gcode": { - "default_value": "M911 Dual Pro-A30C\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 300 - }, - "material_bed_temp_wait":{ - "default_value": false - }, - "machine_extruder_count": { - "default_value": 2 - } + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_extruder_count": { "default_value": 2 }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Cubicon Dual Pro-A30" }, + "machine_start_gcode": { "default_value": "M911 Dual Pro-A30C\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 300 }, + "material_bed_temp_wait": { "default_value": false } } -} +} \ No newline at end of file diff --git a/resources/definitions/cubicon_style_neo_a22.def.json b/resources/definitions/cubicon_style_neo_a22.def.json index 01763524a4..ef24120ff2 100644 --- a/resources/definitions/cubicon_style_neo_a22.def.json +++ b/resources/definitions/cubicon_style_neo_a22.def.json @@ -2,39 +2,27 @@ "version": 2, "name": "Cubicon Style Neo-A22", "inherits": "cubicon_common", - "metadata": { + "metadata": + { + "visible": true, "author": "Cubicon R&D Center", "manufacturer": "Cubicon", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "machine_extruder_trains": { - "0": "cubicon_style_neo_a22_extruder_0" - }, + "machine_extruder_trains": { "0": "cubicon_style_neo_a22_extruder_0" }, "platform_offset": [ 0, 0, 0 - ] + ], + "supports_usb_connection": false }, - "overrides": { - "machine_name": { - "default_value": "Cubicon Style Neo-A22" - }, - "machine_start_gcode": { - "default_value": "M911 Style Neo-A22\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 220 - }, - "material_bed_temp_wait":{ - "default_value": false - } + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 220 }, + "machine_name": { "default_value": "Cubicon Style Neo-A22" }, + "machine_start_gcode": { "default_value": "M911 Style Neo-A22\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 220 }, + "material_bed_temp_wait": { "default_value": false } } -} +} \ No newline at end of file diff --git a/resources/definitions/cubicon_style_neo_a31.def.json b/resources/definitions/cubicon_style_neo_a31.def.json index d41b6fc17e..4ca2c99624 100644 --- a/resources/definitions/cubicon_style_neo_a31.def.json +++ b/resources/definitions/cubicon_style_neo_a31.def.json @@ -2,39 +2,27 @@ "version": 2, "name": "Cubicon Style Neo-A31", "inherits": "cubicon_common", - "metadata": { + "metadata": + { + "visible": true, "author": "Cubicon R&D Center", "manufacturer": "Cubicon", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "machine_extruder_trains": { - "0": "cubicon_style_neo_a31_extruder_0" - }, + "machine_extruder_trains": { "0": "cubicon_style_neo_a31_extruder_0" }, "platform_offset": [ 0, 0, 0 - ] + ], + "supports_usb_connection": false }, - "overrides": { - "machine_name": { - "default_value": "Cubicon Style Neo-A31" - }, - "machine_start_gcode": { - "default_value": "M911 Style Neo-A31\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_width": { - "default_value": 310 - }, - "machine_depth": { - "default_value": 310 - }, - "machine_height": { - "default_value": 310 - }, - "material_bed_temp_wait":{ - "default_value": false - } + "overrides": + { + "machine_depth": { "default_value": 310 }, + "machine_height": { "default_value": 310 }, + "machine_name": { "default_value": "Cubicon Style Neo-A31" }, + "machine_start_gcode": { "default_value": "M911 Style Neo-A31\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 310 }, + "material_bed_temp_wait": { "default_value": false } } -} +} \ No newline at end of file diff --git a/resources/definitions/cubicon_style_plus_a15.def.json b/resources/definitions/cubicon_style_plus_a15.def.json index b7e3dfd123..7e0ddf36d2 100644 --- a/resources/definitions/cubicon_style_plus_a15.def.json +++ b/resources/definitions/cubicon_style_plus_a15.def.json @@ -2,39 +2,27 @@ "version": 2, "name": "Cubicon Style Plus-A15", "inherits": "cubicon_common", - "metadata": { + "metadata": + { + "visible": true, "author": "Cubicon R&D Center", "manufacturer": "Cubicon", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "machine_extruder_trains": { - "0": "cubicon_style_plus_a15_extruder_0" - }, + "machine_extruder_trains": { "0": "cubicon_style_plus_a15_extruder_0" }, "platform_offset": [ 0, 0, 0 - ] + ], + "supports_usb_connection": false }, - "overrides": { - "machine_name": { - "default_value": "Cubicon Style Plus-A15" - }, - "machine_start_gcode": { - "default_value": "M911 Style Plus-A15\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_width": { - "default_value": 150 - }, - "machine_depth": { - "default_value": 150 - }, - "machine_height": { - "default_value": 150 - }, - "material_bed_temp_wait":{ - "default_value": false - } + "overrides": + { + "machine_depth": { "default_value": 150 }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Cubicon Style Plus-A15" }, + "machine_start_gcode": { "default_value": "M911 Style Plus-A15\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 150 }, + "material_bed_temp_wait": { "default_value": false } } -} +} \ No newline at end of file diff --git a/resources/definitions/custom.def.json b/resources/definitions/custom.def.json index 88cc3c8821..e8f2d7f3ac 100644 --- a/resources/definitions/custom.def.json +++ b/resources/definitions/custom.def.json @@ -2,11 +2,13 @@ "version": 2, "name": "Custom FFF printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Ultimaker", "manufacturer": "Custom", "file_formats": "text/x-gcode", + "first_start_actions": [ "MachineSettingsAction" ], "has_materials": true, "machine_extruder_trains": { @@ -18,7 +20,6 @@ "5": "custom_extruder_6", "6": "custom_extruder_7", "7": "custom_extruder_8" - }, - "first_start_actions": ["MachineSettingsAction"] + } } -} +} \ No newline at end of file diff --git a/resources/definitions/dagoma_disco.def.json b/resources/definitions/dagoma_disco.def.json index 89773d9c0e..59c1045fa3 100644 --- a/resources/definitions/dagoma_disco.def.json +++ b/resources/definitions/dagoma_disco.def.json @@ -1,26 +1,24 @@ { - "name": "Dagoma Disco", "version": 2, + "name": "Dagoma Disco", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Dagoma", "manufacturer": "Dagoma" }, - "overrides": { - "machine_width": { - "default_value": 205 - }, - "machine_height": { - "default_value": 205 - }, - "machine_depth": { - "default_value": 205 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "default_material_print_temperature": { "default_value": 205 }, + "gantry_height": { "value": "10" }, + "layer_height_0": { "default_value": 0.26 }, + "machine_acceleration": { "value": 3000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 205 }, + "machine_head_with_fans_polygon": + { "default_value": [ [-17, -70], [-17, 40], @@ -28,52 +26,29 @@ [17, -70] ] }, - "gantry_height": { - "value": "10" - }, - "default_material_print_temperature": { - "default_value": 205 - }, - "material_standby_temperature": { - "default_value": 90 - }, - "speed_print": { - "default_value": 60 - }, - "retraction_amount": { - "default_value": 3.5 - }, - "retraction_speed": { - "default_value": 50 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "skirt_line_count": { - "default_value": 2 - }, - "layer_height_0": { - "default_value": 0.26 - }, - "top_bottom_thickness": { - "default_value": 1 - }, - "machine_max_feedrate_x": { "default_value": 500 }, - "machine_max_feedrate_y": { "default_value": 500 }, - "machine_max_feedrate_z": { "default_value": 4 }, - "machine_max_feedrate_e": { "default_value": 170 }, + "machine_height": { "default_value": 205 }, + "machine_max_acceleration_e": { "value": 10000 }, "machine_max_acceleration_x": { "value": 3000 }, "machine_max_acceleration_y": { "value": 1000 }, "machine_max_acceleration_z": { "value": 20 }, - "machine_max_acceleration_e": { "value": 10000 }, - "machine_acceleration": { "value": 3000 }, + "machine_max_feedrate_e": { "default_value": 170 }, + "machine_max_feedrate_x": { "default_value": 500 }, + "machine_max_feedrate_y": { "default_value": 500 }, + "machine_max_feedrate_z": { "default_value": 4 }, + "machine_max_jerk_e": { "value": 5 }, "machine_max_jerk_xy": { "value": 20 }, "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, + "machine_steps_per_mm_e": { "default_value": 98 }, "machine_steps_per_mm_x": { "default_value": 80 }, "machine_steps_per_mm_y": { "default_value": 80 }, "machine_steps_per_mm_z": { "default_value": 2560 }, - "machine_steps_per_mm_e": { "default_value": 98 }, - "speed_z_hop": {"default_value": 4} + "machine_width": { "default_value": 205 }, + "material_standby_temperature": { "default_value": 90 }, + "retraction_amount": { "default_value": 3.5 }, + "retraction_speed": { "default_value": 50 }, + "skirt_line_count": { "default_value": 2 }, + "speed_print": { "default_value": 60 }, + "speed_z_hop": { "default_value": 4 }, + "top_bottom_thickness": { "default_value": 1 } } -} +} \ No newline at end of file diff --git a/resources/definitions/dagoma_discoeasy200.def.json b/resources/definitions/dagoma_discoeasy200.def.json index 16ce5585e4..53736dac28 100644 --- a/resources/definitions/dagoma_discoeasy200.def.json +++ b/resources/definitions/dagoma_discoeasy200.def.json @@ -1,34 +1,29 @@ { - "name": "Dagoma DiscoEasy200", "version": 2, + "name": "Dagoma DiscoEasy200", "inherits": "dagoma_disco", - "metadata": { + "metadata": + { "visible": true, "author": "Dagoma", "manufacturer": "Dagoma", "file_formats": "text/x-gcode", "platform": "dagoma_discoeasy200.3mf", - "platform_offset": [0, -57, -39], "has_machine_quality": true, "has_materials": true, - "preferred_material": "chromatik_pla", - "machine_extruder_trains": - { - "0": "dagoma_discoeasy200_extruder" - } + "machine_extruder_trains": { "0": "dagoma_discoeasy200_extruder" }, + "platform_offset": [ + 0, + -57, + -39 + ], + "preferred_material": "chromatik_pla" }, - "overrides": { - "machine_name": { - "default_value": "Dagoma DiscoEasy200" - }, - "machine_extruder_count": { - "default_value": 1 - }, - "machine_start_gcode": { - "default_value": ";Begin Start Gcode for Dagoma DiscoEasy 200\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\nM83 ;E Relative\nG1 E10 F200 ;Degunk\nG1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\nM82 ;E absolute\nG92 E0 ;E reset\nG1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoEasy 200\n" - }, - "machine_end_gcode": { - "default_value": ";Begin End Gcode for Dagoma DiscoEasy 200\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG0 Z+3 ;Withdraw\nG90 ;Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoEasy 200\n" - } + "overrides": + { + "machine_end_gcode": { "default_value": ";Begin End Gcode for Dagoma DiscoEasy 200\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG0 Z+3 ;Withdraw\nG90 ;Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoEasy 200\n" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_name": { "default_value": "Dagoma DiscoEasy200" }, + "machine_start_gcode": { "default_value": ";Begin Start Gcode for Dagoma DiscoEasy 200\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\nM83 ;E Relative\nG1 E10 F200 ;Degunk\nG1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\nM82 ;E absolute\nG92 E0 ;E reset\nG1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoEasy 200\n" } } -} +} \ No newline at end of file diff --git a/resources/definitions/dagoma_discoeasy200_bicolor.def.json b/resources/definitions/dagoma_discoeasy200_bicolor.def.json index 4786c03fc2..f91ddfb58d 100644 --- a/resources/definitions/dagoma_discoeasy200_bicolor.def.json +++ b/resources/definitions/dagoma_discoeasy200_bicolor.def.json @@ -1,38 +1,34 @@ { - "name": "Dagoma DiscoEasy200 Bicolor", "version": 2, + "name": "Dagoma DiscoEasy200 Bicolor", "inherits": "dagoma_disco", - "metadata": { + "metadata": + { "visible": true, "author": "Dagoma", "manufacturer": "Dagoma", "file_formats": "text/x-gcode", "platform": "dagoma_discoeasy200_bicolor.3mf", - "platform_offset": [0, -57.3, -11], "has_machine_quality": true, "has_materials": true, - "preferred_material": "chromatik_pla", "machine_extruder_trains": { "0": "dagoma_discoeasy200_extruder_0", "1": "dagoma_discoeasy200_extruder_1" - } + }, + "platform_offset": [ + 0, + -57.3, + -11 + ], + "preferred_material": "chromatik_pla" }, - "overrides": { - "machine_name": { - "default_value": "Dagoma DiscoEasy200 Bicolor" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_extruders_share_heater": { - "default_value": true - }, - "machine_start_gcode": { - "default_value": ";Begin Start Gcode for Dagoma DiscoEasy 200 Bicolor\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\n;M83 ;E Relative\n;G1 E60 F3000 ;Reverse multi-extruder retract\n;G1 E10 F200 ;Degunk\n;G1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\n;M82 ;E absolute\n;G92 E0 ;E reset\n;G1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoEasy 200 Bicolor\n" - }, - "machine_end_gcode": { - "default_value": ";Begin End Gcode for Dagoma DiscoEasy 200 Bicolor\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG1 E-60 F5000 ;Retract filament multi-extruder\nG0 Z+3 ;Withdraw\nG90 ; Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoEasy 200 Bicolor\n" - } + "overrides": + { + "machine_end_gcode": { "default_value": ";Begin End Gcode for Dagoma DiscoEasy 200 Bicolor\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG1 E-60 F5000 ;Retract filament multi-extruder\nG0 Z+3 ;Withdraw\nG90 ; Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoEasy 200 Bicolor\n" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_extruders_share_heater": { "default_value": true }, + "machine_name": { "default_value": "Dagoma DiscoEasy200 Bicolor" }, + "machine_start_gcode": { "default_value": ";Begin Start Gcode for Dagoma DiscoEasy 200 Bicolor\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\n;M83 ;E Relative\n;G1 E60 F3000 ;Reverse multi-extruder retract\n;G1 E10 F200 ;Degunk\n;G1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\n;M82 ;E absolute\n;G92 E0 ;E reset\n;G1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoEasy 200 Bicolor\n" } } -} +} \ No newline at end of file diff --git a/resources/definitions/dagoma_discoultimate.def.json b/resources/definitions/dagoma_discoultimate.def.json index ec41318e86..31e6fe96e4 100644 --- a/resources/definitions/dagoma_discoultimate.def.json +++ b/resources/definitions/dagoma_discoultimate.def.json @@ -1,34 +1,29 @@ { - "name": "Dagoma DiscoUltimate", "version": 2, + "name": "Dagoma DiscoUltimate", "inherits": "dagoma_disco", - "metadata": { + "metadata": + { "visible": true, "author": "Dagoma", "manufacturer": "Dagoma", "file_formats": "text/x-gcode", "platform": "dagoma_discoultimate.3mf", - "platform_offset": [0, -58.5, -39.5], "has_machine_quality": true, "has_materials": true, - "preferred_material": "chromatik_pla", - "machine_extruder_trains": - { - "0": "dagoma_discoultimate_extruder" - } + "machine_extruder_trains": { "0": "dagoma_discoultimate_extruder" }, + "platform_offset": [ + 0, + -58.5, + -39.5 + ], + "preferred_material": "chromatik_pla" }, - "overrides": { - "machine_name": { - "default_value": "Dagoma DiscoUltimate" - }, - "machine_extruder_count": { - "default_value": 1 - }, - "machine_start_gcode": { - "default_value": ";Begin Start Gcode for Dagoma DiscoUltimate\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\nM83 ;E Relative\nG1 E10 F200 ;Degunk\nG1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\nM82 ;E absolute\nG92 E0 ;E reset\nG1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoUltimate\n" - }, - "machine_end_gcode": { - "default_value": ";Begin End Gcode for Dagoma DiscoUltimate\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG0 Z+3 ;Withdraw\nG90 ;Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoUltimate\n" - } + "overrides": + { + "machine_end_gcode": { "default_value": ";Begin End Gcode for Dagoma DiscoUltimate\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG0 Z+3 ;Withdraw\nG90 ;Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoUltimate\n" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_name": { "default_value": "Dagoma DiscoUltimate" }, + "machine_start_gcode": { "default_value": ";Begin Start Gcode for Dagoma DiscoUltimate\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\nM83 ;E Relative\nG1 E10 F200 ;Degunk\nG1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\nM82 ;E absolute\nG92 E0 ;E reset\nG1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoUltimate\n" } } -} +} \ No newline at end of file diff --git a/resources/definitions/dagoma_discoultimate_bicolor.def.json b/resources/definitions/dagoma_discoultimate_bicolor.def.json index 3b5215c944..21582fb7df 100644 --- a/resources/definitions/dagoma_discoultimate_bicolor.def.json +++ b/resources/definitions/dagoma_discoultimate_bicolor.def.json @@ -1,38 +1,34 @@ { - "name": "Dagoma DiscoUltimate Bicolor", "version": 2, + "name": "Dagoma DiscoUltimate Bicolor", "inherits": "dagoma_disco", - "metadata": { + "metadata": + { "visible": true, "author": "Dagoma", "manufacturer": "Dagoma", "file_formats": "text/x-gcode", "platform": "dagoma_discoultimate_bicolor.3mf", - "platform_offset": [0, -58.5, -11], "has_machine_quality": true, "has_materials": true, - "preferred_material": "chromatik_pla", "machine_extruder_trains": { "0": "dagoma_discoultimate_extruder_0", "1": "dagoma_discoultimate_extruder_1" - } + }, + "platform_offset": [ + 0, + -58.5, + -11 + ], + "preferred_material": "chromatik_pla" }, - "overrides": { - "machine_name": { - "default_value": "Dagoma DiscoUltimate Bicolor" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_extruders_share_heater": { - "default_value": true - }, - "machine_start_gcode": { - "default_value": ";Begin Start Gcode for Dagoma DiscoUltimate Bicolor\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\n;M83 ;E Relative\n;G1 E60 F3000 ;Reverse multi-extruder retract\n;G1 E10 F200 ;Degunk\n;G1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\n;M82 ;E absolute\n;G92 E0 ;E reset\n;G1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoUltimate Bicolor\n" - }, - "machine_end_gcode": { - "default_value": ";Begin End Gcode for Dagoma DiscoUltimate Bicolor\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG1 E-60 F5000 ;Retract filament multi-extruder\nG0 Z+3 ;Withdraw\nG90 ; Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoUltimate Bicolor\n" - } + "overrides": + { + "machine_end_gcode": { "default_value": ";Begin End Gcode for Dagoma DiscoUltimate Bicolor\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG1 E-60 F5000 ;Retract filament multi-extruder\nG0 Z+3 ;Withdraw\nG90 ; Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoUltimate Bicolor\n" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_extruders_share_heater": { "default_value": true }, + "machine_name": { "default_value": "Dagoma DiscoUltimate Bicolor" }, + "machine_start_gcode": { "default_value": ";Begin Start Gcode for Dagoma DiscoUltimate Bicolor\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\n;M83 ;E Relative\n;G1 E60 F3000 ;Reverse multi-extruder retract\n;G1 E10 F200 ;Degunk\n;G1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\n;M82 ;E absolute\n;G92 E0 ;E reset\n;G1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoUltimate Bicolor\n" } } -} +} \ No newline at end of file diff --git a/resources/definitions/dagoma_magis.def.json b/resources/definitions/dagoma_magis.def.json index e3c9c3e693..3b65d56d75 100644 --- a/resources/definitions/dagoma_magis.def.json +++ b/resources/definitions/dagoma_magis.def.json @@ -1,25 +1,26 @@ { - "name": "Dagoma Magis", "version": 2, + "name": "Dagoma Magis", "inherits": "dagoma_delta", - "metadata": { + "metadata": + { "visible": true, "author": "Dagoma", "manufacturer": "Dagoma", "file_formats": "text/x-gcode", "platform": "dagoma_magis.3mf", - "platform_offset": [0, -28, -35], "has_machine_quality": true, "has_materials": true, - "preferred_material": "chromatik_pla", - "machine_extruder_trains": - { - "0": "dagoma_magis_extruder" - } + "machine_extruder_trains": { "0": "dagoma_magis_extruder" }, + "platform_offset": [ + 0, + -28, + -35 + ], + "preferred_material": "chromatik_pla" }, - "overrides": { - "machine_name": { - "default_value": "Dagoma Magis" - } + "overrides": + { + "machine_name": { "default_value": "Dagoma Magis" } } -} +} \ No newline at end of file diff --git a/resources/definitions/dagoma_neva.def.json b/resources/definitions/dagoma_neva.def.json index 24d3f8ab8d..f7b91f36dc 100644 --- a/resources/definitions/dagoma_neva.def.json +++ b/resources/definitions/dagoma_neva.def.json @@ -1,25 +1,26 @@ { - "name": "Dagoma Neva", "version": 2, + "name": "Dagoma Neva", "inherits": "dagoma_delta", - "metadata": { + "metadata": + { "visible": true, "author": "Dagoma", "manufacturer": "Dagoma", "file_formats": "text/x-gcode", "platform": "dagoma_neva.3mf", - "platform_offset": [0, -28, -35], "has_machine_quality": true, "has_materials": true, - "preferred_material": "chromatik_pla", - "machine_extruder_trains": - { - "0": "dagoma_neva_extruder" - } + "machine_extruder_trains": { "0": "dagoma_neva_extruder" }, + "platform_offset": [ + 0, + -28, + -35 + ], + "preferred_material": "chromatik_pla" }, - "overrides": { - "machine_name": { - "default_value": "Dagoma Neva" - } + "overrides": + { + "machine_name": { "default_value": "Dagoma Neva" } } -} +} \ No newline at end of file diff --git a/resources/definitions/delta_go.def.json b/resources/definitions/delta_go.def.json index 04f0580898..8e213e616e 100644 --- a/resources/definitions/delta_go.def.json +++ b/resources/definitions/delta_go.def.json @@ -1,38 +1,41 @@ { - "name": "Delta Go", "version": 2, + "name": "Delta Go", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Deltaprintr", "manufacturer": "Deltaprintr", "file_formats": "text/x-gcode", - "platform_offset": [0, 0, 0], - "machine_extruder_trains": - { - "0": "delta_go_extruder_0" - } + "machine_extruder_trains": { "0": "delta_go_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] }, - "overrides": { - "machine_name": { "default_value": "Delta Go" }, + "overrides": + { + "brim_width": { "value": "5" }, "default_material_print_temperature": { "default_value": 210 }, - "prime_tower_size": { "default_value": 8.66 }, - "infill_sparse_density": { "default_value": 10 }, - "layer_height": { "default_value": 0.15 }, - "speed_print": { "default_value": 30 }, - "machine_heated_bed": { "default_value": false }, - "machine_center_is_zero": { "default_value": true }, - "machine_height": { "default_value": 154 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_depth": { "default_value": 115 }, - "machine_width": { "default_value": 115 }, - "raft_airgap": { "default_value": 0.15 }, - "retraction_hop_enabled": { "value": "True" }, - "retraction_amount": { "default_value": 4.1 }, - "retraction_speed": { "default_value": 500 }, - "retraction_hop": { "value": "0.2" }, - "retraction_hop_only_when_collides": { "value": "True" }, - "brim_width": { "value": "5" }, - "machine_shape": { "default_value": "elliptic"} + "infill_sparse_density": { "default_value": 10 }, + "layer_height": { "default_value": 0.15 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 115 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 154 }, + "machine_name": { "default_value": "Delta Go" }, + "machine_shape": { "default_value": "elliptic" }, + "machine_width": { "default_value": 115 }, + "prime_tower_size": { "default_value": 8.66 }, + "raft_airgap": { "default_value": 0.15 }, + "retraction_amount": { "default_value": 4.1 }, + "retraction_hop": { "value": "0.2" }, + "retraction_hop_enabled": { "value": "True" }, + "retraction_hop_only_when_collides": { "value": "True" }, + "retraction_speed": { "default_value": 500 }, + "speed_print": { "default_value": 30 } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltabot.def.json b/resources/definitions/deltabot.def.json index 6dbdfb418f..0dccf81d39 100644 --- a/resources/definitions/deltabot.def.json +++ b/resources/definitions/deltabot.def.json @@ -1,32 +1,34 @@ { - "name": "DeltaBot", "version": 2, + "name": "DeltaBot", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Ultimaker", "manufacturer": "Custom", "file_formats": "text/x-gcode", - "platform_offset": [ 0, 0, 0], - "machine_extruder_trains": - { - "0": "deltabot_extruder_0" - } + "machine_extruder_trains": { "0": "deltabot_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "prime_tower_size": { "default_value": 8.660254037844387 }, + "overrides": + { "infill_sparse_density": { "default_value": 10 }, "layer_height": { "default_value": 0.2 }, - "speed_print": { "default_value": 30 }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_bed": { "default_value": true }, "machine_center_is_zero": { "default_value": true }, - "machine_height": { "default_value": 150 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_depth": { "default_value": 150 }, - "machine_width": { "default_value": 150 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 150 }, "machine_name": { "default_value": "DeltaBot style" }, - "machine_shape": { "default_value": "elliptic"} + "machine_shape": { "default_value": "elliptic" }, + "machine_width": { "default_value": 150 }, + "prime_tower_size": { "default_value": 8.660254037844387 }, + "speed_print": { "default_value": 30 } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_base.def.json b/resources/definitions/deltacomb_base.def.json index a977dee663..9d48683c0d 100644 --- a/resources/definitions/deltacomb_base.def.json +++ b/resources/definitions/deltacomb_base.def.json @@ -1,100 +1,91 @@ { - "version": 2, - "name": "Deltacomb Base Printer", - "inherits": "fdmprinter", - - "metadata": { - "author": "Gabriele Rossetti", - "visible": false, - "manufacturer": "Deltacomb 3D Printers", - "file_formats": "text/x-gcode", - "has_machine_quality": true, - "has_materials": true, - "has_variants": true, - "variants_name": "Head", - - "preferred_quality_type": "D020", - "preferred_material": "generic_pla", - - "machine_extruder_trains": { + "version": 2, + "name": "Deltacomb Base Printer", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "Gabriele Rossetti", + "manufacturer": "Deltacomb 3D Printers", + "file_formats": "text/x-gcode", + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": + { "0": "deltacomb_base_extruder_0", "1": "deltacomb_base_extruder_1", "2": "deltacomb_base_extruder_2", "3": "deltacomb_base_extruder_3" - } + }, + "preferred_material": "generic_pla", + "preferred_quality_type": "D020", + "variants_name": "Head" }, - - "overrides": { - "machine_extruder_count": { "default_value": 1, "maximum_value": "4" }, - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": ";---------------------------------------\n;Deltacomb start script\n;---------------------------------------\nG21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nM420 S1; Bed Level Enable\nG92 E0 ;zero the extruded length\nG1 Z15.0 F9000 ;move to the platform down 15mm\nG1 F9000\n\n;Put printing message on LCD screen\nM117 In stampa...\nM140 S{print_bed_temperature} ;set the target bed temperature\n;---------------------------------------"}, - "machine_end_gcode": { "default_value": ";---------------------------------------\n;Deltacomb end script\n;---------------------------------------\nG91 ;relative positioning\nG1 F15000 X8.0 E-4.5 ;Wipe filament+material retraction\nG1 F15000 E4.0 Z1 ;Retraction compensation\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\n" }, - "machine_shape": { "default_value": "elliptic" }, - - "machine_max_feedrate_z" : { "default_value": 300 }, - - "speed_print" : { "default_value": 80 }, - "speed_topbottom": { "value": "speed_print * 0.90" }, - "speed_wall_0": { "value": "35 if speed_print > 35 else speed_print" }, - "speed_layer_0": { "value": "speed_print * 0.55" }, - - "speed_travel": { "value": "170" }, - "speed_travel_layer_0": { "value": "speed_travel * 0.70" }, - "speed_z_hop": { "value": "speed_travel" }, - - "acceleration_enabled": { "value": "True" }, - "acceleration_travel" : { "value": "9000" }, - "acceleration_print": { "value": "4000" }, - "acceleration_wall": { "value": "acceleration_print * 0.5" }, - "acceleration_wall_0": { "value": "acceleration_wall * 0.5" }, - "acceleration_topbottom": { "value": "acceleration_wall_0" }, - "acceleration_layer_0": { "value": "acceleration_wall_0" }, - "acceleration_prime_tower": { "value": "acceleration_wall" }, - "acceleration_support": { "value": "acceleration_wall" }, - "acceleration_support_interface": { "value": "acceleration_wall_0" }, - - "jerk_enabled": { "value": "True" }, - "jerk_print": { "value": "25" }, - "jerk_infill": { "value": "10" }, - "jerk_travel": { "value": "10" }, - - "retraction_hop_enabled": { "default_value": true }, - "retraction_hop": { "default_value": 1.0 }, - "retraction_amount" : { "default_value": 3.5 }, - "retraction_speed" : { "default_value": 40 }, - "retraction_combing" : { "value": "'noskin'" }, - "travel_avoid_distance": { "value": "1" }, - "travel_avoid_supports": { "value": "True" }, + "overrides": + { + "acceleration_enabled": { "value": "True" }, + "acceleration_layer_0": { "value": "acceleration_wall_0" }, + "acceleration_prime_tower": { "value": "acceleration_wall" }, + "acceleration_print": { "value": "4000" }, + "acceleration_support": { "value": "acceleration_wall" }, + "acceleration_support_interface": { "value": "acceleration_wall_0" }, + "acceleration_topbottom": { "value": "acceleration_wall_0" }, + "acceleration_travel": { "value": "9000" }, + "acceleration_wall": { "value": "acceleration_print * 0.5" }, + "acceleration_wall_0": { "value": "acceleration_wall * 0.5" }, + "brim_width": { "value": "3" }, + "infill_before_walls": { "default_value": false }, + "infill_pattern": { "value": "'cubic'" }, + "infill_sparse_density": { "default_value": 30 }, + "jerk_enabled": { "value": "True" }, + "jerk_infill": { "value": "10" }, + "jerk_print": { "value": "25" }, + "jerk_travel": { "value": "10" }, + "machine_center_is_zero": { "default_value": true }, + "machine_end_gcode": { "default_value": ";---------------------------------------\n;Deltacomb end script\n;---------------------------------------\nG91 ;relative positioning\nG1 F15000 X8.0 E-4.5 ;Wipe filament+material retraction\nG1 F15000 E4.0 Z1 ;Retraction compensation\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\n" }, + "machine_extruder_count": + { + "default_value": 1, + "maximum_value": "4" + }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_feedrate_z": { "default_value": 300 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": ";---------------------------------------\n;Deltacomb start script\n;---------------------------------------\nG21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nM420 S1; Bed Level Enable\nG92 E0 ;zero the extruded length\nG1 Z15.0 F9000 ;move to the platform down 15mm\nG1 F9000\n\n;Put printing message on LCD screen\nM117 In stampa...\nM140 S{print_bed_temperature} ;set the target bed temperature\n;---------------------------------------" }, + "prime_tower_brim_enable": { "value": false }, + "prime_tower_position_x": { "value": "prime_tower_size / 2" }, + "prime_tower_position_y": { "value": "machine_depth / 2 - prime_tower_size - max(extruderValue(adhesion_extruder_nr, 'brim_width') * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 if adhesion_type == 'brim' or (prime_tower_brim_enable and adhesion_type != 'raft') else (extruderValue(adhesion_extruder_nr, 'raft_margin') if adhesion_type == 'raft' else (extruderValue(adhesion_extruder_nr, 'skirt_gap') if adhesion_type == 'skirt' else 0)), max(extruderValues('travel_avoid_distance'))) - max(extruderValues('support_offset')) - sum(extruderValues('skirt_brim_line_width')) * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 - (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0) - 1" }, + "prime_tower_size": { "value": "math.sqrt(extruders_enabled_count * prime_tower_min_volume / layer_height / math.pi) * 2" }, + "retraction_amount": { "default_value": 3.5 }, + "retraction_combing": { "value": "'noskin'" }, + "retraction_hop": { "default_value": 1.0 }, + "retraction_hop_enabled": { "default_value": true }, "retraction_hop_only_when_collides": { "value": "1" }, - - "switch_extruder_retraction_amount": { "value": 10}, + "retraction_speed": { "default_value": 40 }, + "roofing_layer_count": { "value": "1" }, + "roofing_line_width": { "value": "line_width * 0.75" }, + "skirt_brim_minimal_length": { "default_value": 150 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_line_count": { "default_value": 3 }, + "speed_layer_0": { "value": "speed_print * 0.55" }, + "speed_print": { "default_value": 80 }, + "speed_topbottom": { "value": "speed_print * 0.90" }, + "speed_travel": { "value": "170" }, + "speed_travel_layer_0": { "value": "speed_travel * 0.70" }, + "speed_wall_0": { "value": "35 if speed_print > 35 else speed_print" }, + "speed_z_hop": { "value": "speed_travel" }, + "support_bottom_distance": { "value": "layer_height" }, + "support_bottom_enable": { "value": false }, + "support_use_towers": { "default_value": false }, + "support_wall_count": { "value": "1" }, + "support_z_distance": { "value": "layer_height" }, + "switch_extruder_retraction_amount": { "value": 10 }, "switch_extruder_retraction_speeds": { "default_value": 70 }, - - "top_bottom_thickness": { "default_value": 0.8 }, - "roofing_layer_count": { "value": "1" }, - "roofing_line_width": { "value": "line_width * 0.75" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, - - "infill_sparse_density": { "default_value": 30 }, - "infill_pattern": { "value": "'cubic'" }, - "infill_before_walls": { "default_value": false }, - - "support_z_distance": { "value": "layer_height" }, - "support_bottom_distance": { "value": "layer_height" }, - "support_use_towers": { "default_value": false }, - "support_bottom_enable": { "value": false }, - "support_wall_count": { "value": "1" }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - "skirt_line_count": { "default_value": 3 }, - "skirt_brim_minimal_length": { "default_value": 150 }, - "brim_width": { "value": "3" }, - - "prime_tower_size": { "value": "math.sqrt(extruders_enabled_count * prime_tower_min_volume / layer_height / math.pi) * 2"}, - "prime_tower_brim_enable": { "value": false }, - "prime_tower_position_x": { "value": "prime_tower_size / 2" }, - "prime_tower_position_y": { "value": "machine_depth / 2 - prime_tower_size - max(extruderValue(adhesion_extruder_nr, 'brim_width') * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 if adhesion_type == 'brim' or (prime_tower_brim_enable and adhesion_type != 'raft') else (extruderValue(adhesion_extruder_nr, 'raft_margin') if adhesion_type == 'raft' else (extruderValue(adhesion_extruder_nr, 'skirt_gap') if adhesion_type == 'skirt' else 0)), max(extruderValues('travel_avoid_distance'))) - max(extruderValues('support_offset')) - sum(extruderValues('skirt_brim_line_width')) * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 - (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0) - 1" } + "top_bottom_thickness": { "default_value": 0.8 }, + "travel_avoid_distance": { "value": "1" }, + "travel_avoid_supports": { "value": "True" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc20.def.json b/resources/definitions/deltacomb_dc20.def.json index 5bb3e220d2..8b689457c8 100644 --- a/resources/definitions/deltacomb_dc20.def.json +++ b/resources/definitions/deltacomb_dc20.def.json @@ -1,20 +1,24 @@ { - "version": 2, - "name": "Deltacomb DC-20", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc20.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "FBE 0.40mm" + "version": 2, + "name": "Deltacomb DC-20", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc20.stl", + "preferred_variant_name": "FBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-20" }, - "machine_width": { "default_value": 190 }, - "machine_depth": { "default_value": 190 }, - "machine_height": { "default_value": 250 }, - "machine_extruder_count": { "default_value": 1, "maximum_value": "4" } + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_extruder_count": + { + "default_value": 1, + "maximum_value": "4" + }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Deltacomb DC-20" }, + "machine_width": { "default_value": 190 } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc20dual.def.json b/resources/definitions/deltacomb_dc20dual.def.json index 77b228fdc0..f90e40d5b4 100644 --- a/resources/definitions/deltacomb_dc20dual.def.json +++ b/resources/definitions/deltacomb_dc20dual.def.json @@ -1,38 +1,106 @@ { - "version": 2, - "name": "Deltacomb DC-20 Dual", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc20.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "DBE 0.40mm", - "machine_extruder_trains": { + "version": 2, + "name": "Deltacomb DC-20 Dual", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc20.stl", + "machine_extruder_trains": + { "0": "deltacomb_dc20dual_extruder_0", "1": "deltacomb_dc20dual_extruder_1" - } + }, + "preferred_variant_name": "DBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-20 DUAL" }, - "machine_extruder_count": { "default_value": 2, "maximum_value": "2" }, - "machine_width": { "default_value": 190 }, - "machine_depth": { "default_value": 190 }, - "machine_height": { "default_value": 250 }, - "machine_disallowed_areas":{ "default_value": [ - [[ 53, 78], [ 63, 78], [ 73, 70], [ 62, 70]], - [[ 62, 70], [ 73, 70], [ 81, 61], [ 70, 61]], - [[ 70, 61], [ 81, 61], [ 88, 51], [ 76, 51]], - [[ 76, 51], [ 88, 51], [ 93, 40], [ 81, 40]], - [[ 81, 40], [ 93, 40], [ 97, 29], [ 85, 29]], - [[ 85, 29], [ 97, 29], [ 101, 17], [ 88, 17]], - [[-37, 78], [-47, 78], [-57, 70], [-46, 70]], - [[-46, 70], [-57, 70], [-69, 61], [-54, 61]], - [[-54, 61], [-69, 61], [-72, 51], [-60, 51]], - [[-60, 51], [-72, 51], [-77, 40], [-65, 40]], - [[-65, 40], [-77, 40], [-81, 29], [-69, 29]], - [[-69, 29], [-81, 29], [-85, 17], [-72, 17]] - ]} + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_disallowed_areas": + { + "default_value": [ + [ + [53, 78], + [63, 78], + [73, 70], + [62, 70] + ], + [ + [62, 70], + [73, 70], + [81, 61], + [70, 61] + ], + [ + [70, 61], + [81, 61], + [88, 51], + [76, 51] + ], + [ + [76, 51], + [88, 51], + [93, 40], + [81, 40] + ], + [ + [81, 40], + [93, 40], + [97, 29], + [85, 29] + ], + [ + [85, 29], + [97, 29], + [101, 17], + [88, 17] + ], + [ + [-37, 78], + [-47, 78], + [-57, 70], + [-46, 70] + ], + [ + [-46, 70], + [-57, 70], + [-69, 61], + [-54, 61] + ], + [ + [-54, 61], + [-69, 61], + [-72, 51], + [-60, 51] + ], + [ + [-60, 51], + [-72, 51], + [-77, 40], + [-65, 40] + ], + [ + [-65, 40], + [-77, 40], + [-81, 29], + [-69, 29] + ], + [ + [-69, 29], + [-81, 29], + [-85, 17], + [-72, 17] + ] + ] + }, + "machine_extruder_count": + { + "default_value": 2, + "maximum_value": "2" + }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Deltacomb DC-20 DUAL" }, + "machine_width": { "default_value": 190 } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc20flux.def.json b/resources/definitions/deltacomb_dc20flux.def.json index f907649312..f81909dae5 100644 --- a/resources/definitions/deltacomb_dc20flux.def.json +++ b/resources/definitions/deltacomb_dc20flux.def.json @@ -1,33 +1,38 @@ { - "version": 2, - "name": "Deltacomb DC-20 Flux", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc20.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "FBE 0.40mm", - "machine_extruder_trains": { + "version": 2, + "name": "Deltacomb DC-20 Flux", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc20.stl", + "machine_extruder_trains": + { "0": "deltacomb_dc20flux_extruder_0", "1": "deltacomb_dc20flux_extruder_1", "2": "deltacomb_dc20flux_extruder_2", "3": "deltacomb_dc20flux_extruder_3" - } + }, + "preferred_variant_name": "FBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-20 FLUX" }, - "machine_width": { "default_value": 190 }, - "machine_depth": { "default_value": 190 }, - "machine_height": { "default_value": 250 }, - "machine_extruder_count": { "default_value": 2, "maximum_value": "4" }, - "machine_end_gcode": { "default_value": ";---------------------------------------\n;Deltacomb end script\n;---------------------------------------\nG91 ;relative positioning\nG1 X8.0 E-10 F6000 ;wipe filament+material retraction\nG1 Z2 E9 ;Lift and start filament shaping\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG28 ;home all axes (max endstops)\nM84 ;steppers off" }, - "switch_extruder_retraction_amount": { "value": "0" }, - "prime_tower_min_volume": { "value": "50" }, - "prime_tower_enable": { "value": true }, + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_end_gcode": { "default_value": ";---------------------------------------\n;Deltacomb end script\n;---------------------------------------\nG91 ;relative positioning\nG1 X8.0 E-10 F6000 ;wipe filament+material retraction\nG1 Z2 E9 ;Lift and start filament shaping\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG28 ;home all axes (max endstops)\nM84 ;steppers off" }, + "machine_extruder_count": + { + "default_value": 2, + "maximum_value": "4" + }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Deltacomb DC-20 FLUX" }, + "machine_width": { "default_value": 190 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_standby_temperature": { "value": "material_print_temperature" } + "material_standby_temperature": { "value": "material_print_temperature" }, + "prime_tower_enable": { "value": true }, + "prime_tower_min_volume": { "value": "50" }, + "switch_extruder_retraction_amount": { "value": "0" } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc21.def.json b/resources/definitions/deltacomb_dc21.def.json index 32efb2170a..01fbb39f28 100644 --- a/resources/definitions/deltacomb_dc21.def.json +++ b/resources/definitions/deltacomb_dc21.def.json @@ -1,20 +1,24 @@ { - "version": 2, - "name": "Deltacomb DC-21", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc20.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "FBE 0.40mm" + "version": 2, + "name": "Deltacomb DC-21", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc20.stl", + "preferred_variant_name": "FBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-21" }, - "machine_width": { "default_value": 190 }, - "machine_depth": { "default_value": 190 }, - "machine_height": { "default_value": 400 }, - "machine_extruder_count": { "default_value": 1, "maximum_value": "4" } + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_extruder_count": + { + "default_value": 1, + "maximum_value": "4" + }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Deltacomb DC-21" }, + "machine_width": { "default_value": 190 } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc21dual.def.json b/resources/definitions/deltacomb_dc21dual.def.json index 97cc057944..de5b33a42e 100644 --- a/resources/definitions/deltacomb_dc21dual.def.json +++ b/resources/definitions/deltacomb_dc21dual.def.json @@ -1,24 +1,29 @@ { - "version": 2, - "name": "Deltacomb DC-21 Dual", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc20.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "DBE 0.40mm", - "machine_extruder_trains": { + "version": 2, + "name": "Deltacomb DC-21 Dual", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc20.stl", + "machine_extruder_trains": + { "0": "deltacomb_dc20dual_extruder_0", "1": "deltacomb_dc20dual_extruder_1" - } + }, + "preferred_variant_name": "DBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-20 DUAL" }, - "machine_extruder_count": { "default_value": 2, "maximum_value": "2" }, - "machine_width": { "default_value": 190 }, - "machine_depth": { "default_value": 190 }, - "machine_height": { "default_value": 400 } + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_extruder_count": + { + "default_value": 2, + "maximum_value": "2" + }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Deltacomb DC-20 DUAL" }, + "machine_width": { "default_value": 190 } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc21flux.def.json b/resources/definitions/deltacomb_dc21flux.def.json index 42e1851ab0..dbcdf3ad37 100644 --- a/resources/definitions/deltacomb_dc21flux.def.json +++ b/resources/definitions/deltacomb_dc21flux.def.json @@ -1,33 +1,38 @@ { - "version": 2, - "name": "Deltacomb DC-21 Flux", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc20.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "FBE 0.40mm", - "machine_extruder_trains": { + "version": 2, + "name": "Deltacomb DC-21 Flux", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc20.stl", + "machine_extruder_trains": + { "0": "deltacomb_dc20flux_extruder_0", "1": "deltacomb_dc20flux_extruder_1", "2": "deltacomb_dc20flux_extruder_2", "3": "deltacomb_dc20flux_extruder_3" - } + }, + "preferred_variant_name": "FBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-21 FLUX" }, - "machine_width": { "default_value": 190 }, - "machine_depth": { "default_value": 190 }, - "machine_height": { "default_value": 400 }, - "machine_extruder_count": { "default_value": 2, "maximum_value": "4" }, - "machine_end_gcode": { "default_value": ";---------------------------------------\n;Deltacomb end script\n;---------------------------------------\nG91 ;relative positioning\nG1 X8.0 E-10 F6000 ;wipe filament+material retraction\nG1 Z2 E9 ;Lift and start filament shaping\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG28 ;home all axes (max endstops)\nM84 ;steppers off" }, - "switch_extruder_retraction_amount": { "value": "0" }, - "prime_tower_min_volume": { "value": "50" }, - "prime_tower_enable": { "value": true }, + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_end_gcode": { "default_value": ";---------------------------------------\n;Deltacomb end script\n;---------------------------------------\nG91 ;relative positioning\nG1 X8.0 E-10 F6000 ;wipe filament+material retraction\nG1 Z2 E9 ;Lift and start filament shaping\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG28 ;home all axes (max endstops)\nM84 ;steppers off" }, + "machine_extruder_count": + { + "default_value": 2, + "maximum_value": "4" + }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Deltacomb DC-21 FLUX" }, + "machine_width": { "default_value": 190 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_standby_temperature": { "value": "material_print_temperature" } + "material_standby_temperature": { "value": "material_print_temperature" }, + "prime_tower_enable": { "value": true }, + "prime_tower_min_volume": { "value": "50" }, + "switch_extruder_retraction_amount": { "value": "0" } } } \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc30.def.json b/resources/definitions/deltacomb_dc30.def.json index 485fb5cc45..f817b0b468 100644 --- a/resources/definitions/deltacomb_dc30.def.json +++ b/resources/definitions/deltacomb_dc30.def.json @@ -1,20 +1,24 @@ { - "version": 2, - "name": "Deltacomb DC-30", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc30.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "FBE 0.40mm" + "version": 2, + "name": "Deltacomb DC-30", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc30.stl", + "preferred_variant_name": "FBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-30" }, - "machine_width": { "default_value": 290 }, - "machine_depth": { "default_value": 290 }, - "machine_height": { "default_value": 300 }, - "machine_extruder_count": { "default_value": 1, "maximum_value": "4" } + "overrides": + { + "machine_depth": { "default_value": 290 }, + "machine_extruder_count": + { + "default_value": 1, + "maximum_value": "4" + }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Deltacomb DC-30" }, + "machine_width": { "default_value": 290 } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc30dual.def.json b/resources/definitions/deltacomb_dc30dual.def.json index 97ad1bd102..5736a39def 100644 --- a/resources/definitions/deltacomb_dc30dual.def.json +++ b/resources/definitions/deltacomb_dc30dual.def.json @@ -1,24 +1,29 @@ { - "version": 2, - "name": "Deltacomb DC-30 Dual", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc30.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "DBE 0.40mm", - "machine_extruder_trains": { + "version": 2, + "name": "Deltacomb DC-30 Dual", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc30.stl", + "machine_extruder_trains": + { "0": "deltacomb_dc30dual_extruder_0", "1": "deltacomb_dc30dual_extruder_1" - } + }, + "preferred_variant_name": "DBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-30 DUAL" }, - "machine_width": { "default_value": 290 }, - "machine_depth": { "default_value": 290 }, - "machine_height": { "default_value": 300 }, - "machine_extruder_count": { "default_value": 2, "maximum_value": "2" } + "overrides": + { + "machine_depth": { "default_value": 290 }, + "machine_extruder_count": + { + "default_value": 2, + "maximum_value": "2" + }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Deltacomb DC-30 DUAL" }, + "machine_width": { "default_value": 290 } } -} +} \ No newline at end of file diff --git a/resources/definitions/deltacomb_dc30flux.def.json b/resources/definitions/deltacomb_dc30flux.def.json index 6bf095701c..4a42ae4d63 100644 --- a/resources/definitions/deltacomb_dc30flux.def.json +++ b/resources/definitions/deltacomb_dc30flux.def.json @@ -1,33 +1,38 @@ { - "version": 2, - "name": "Deltacomb DC-30 Flux", - "inherits": "deltacomb_base", - - "metadata": { - "visible": true, - "platform": "deltacomb_dc30.stl", - "quality_definition": "deltacomb_base", - "preferred_variant_name": "FBE 0.40mm", - "machine_extruder_trains": { + "version": 2, + "name": "Deltacomb DC-30 Flux", + "inherits": "deltacomb_base", + "metadata": + { + "visible": true, + "platform": "deltacomb_dc30.stl", + "machine_extruder_trains": + { "0": "deltacomb_dc30flux_extruder_0", "1": "deltacomb_dc30flux_extruder_1", "2": "deltacomb_dc30flux_extruder_2", "3": "deltacomb_dc30flux_extruder_3" - } + }, + "preferred_variant_name": "FBE 0.40mm", + "quality_definition": "deltacomb_base" }, - - "overrides": { - "machine_name": { "default_value": "Deltacomb DC-30 FLUX" }, - "machine_width": { "default_value": 290 }, - "machine_depth": { "default_value": 290 }, - "machine_height": { "default_value": 300 }, - "machine_extruder_count": { "default_value": 2, "maximum_value": "4" }, - "machine_end_gcode": { "default_value": ";---------------------------------------\n;Deltacomb end script\n;---------------------------------------\nG91 ;relative positioning\nG1 X8.0 E-10 F6000 ;wipe filament+material retraction\nG1 Z2 E9 ;Lift and start filament shaping\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG28 ;home all axes (max endstops)\nM84 ;steppers off" }, - "switch_extruder_retraction_amount": { "value": "0" }, - "prime_tower_min_volume": { "value": "50" }, - "prime_tower_enable": { "value": "1" }, + "overrides": + { + "machine_depth": { "default_value": 290 }, + "machine_end_gcode": { "default_value": ";---------------------------------------\n;Deltacomb end script\n;---------------------------------------\nG91 ;relative positioning\nG1 X8.0 E-10 F6000 ;wipe filament+material retraction\nG1 Z2 E9 ;Lift and start filament shaping\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG28 ;home all axes (max endstops)\nM84 ;steppers off" }, + "machine_extruder_count": + { + "default_value": 2, + "maximum_value": "4" + }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Deltacomb DC-30 FLUX" }, + "machine_width": { "default_value": 290 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_standby_temperature": { "value": "material_print_temperature" } + "material_standby_temperature": { "value": "material_print_temperature" }, + "prime_tower_enable": { "value": "1" }, + "prime_tower_min_volume": { "value": "50" }, + "switch_extruder_retraction_amount": { "value": "0" } } -} +} \ No newline at end of file diff --git a/resources/definitions/diy220.def.json b/resources/definitions/diy220.def.json index 5c3b26be02..324aee4936 100644 --- a/resources/definitions/diy220.def.json +++ b/resources/definitions/diy220.def.json @@ -2,77 +2,43 @@ "version": 2, "name": "Diytech 220", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkatkamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "platform": "diy220_platform.obj", - - "platform_texture": "svtbacktext.png", - "platform_offset": [0, 0, 0], "has_materials": true, "has_variants": true, + "machine_extruder_trains": { "0": "diy220_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "platform_texture": "svtbacktext.png", "preferred_variant_name": "0.4 mm Nozzle", - "machine_extruder_trains": - { - "0": "diy220_extruder_0" - } + "weight": 3 }, - "overrides": { + "overrides": + { + "gantry_height": { "value": "48" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T0\nM140 S0\nM117\nG28 X0 Y0\nM84" }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 305 }, + "machine_max_feedrate_x": { "default_value": 300 }, + "machine_max_feedrate_y": { "default_value": 300 }, + "machine_max_feedrate_z": { "default_value": 40 }, "machine_name": { "default_value": "Diytech 220" }, - "machine_start_gcode": { - "default_value": "G21\nG90\nM82\nM107\nG28\nG1 Z15 F200\nT0\nG92 E0\nG1 E16 F250\nG92 E0\n" - }, - "machine_end_gcode": { - "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T0\nM140 S0\nM117\nG28 X0 Y0\nM84" - }, - - - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 305 - }, - "machine_heated_bed": { - "default_value": true - }, - - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "48" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "Marlin" - }, - - "machine_nozzle_tip_outer_diameter": { - "default_value": 1 - }, - "machine_nozzle_head_distance": { - "default_value": 3 - }, - "machine_max_feedrate_x": { - "default_value": 300 - }, - "machine_max_feedrate_y": { - "default_value": 300 - }, - "machine_max_feedrate_z": { - "default_value": 40 - }, - "machine_acceleration": { - "default_value": 3000 - } + "machine_nozzle_head_distance": { "default_value": 3 }, + "machine_nozzle_tip_outer_diameter": { "default_value": 1 }, + "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28\nG1 Z15 F200\nT0\nG92 E0\nG1 E16 F250\nG92 E0\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/dxu.def.json b/resources/definitions/dxu.def.json index e810506fea..8513dd5f8e 100644 --- a/resources/definitions/dxu.def.json +++ b/resources/definitions/dxu.def.json @@ -2,176 +2,160 @@ "version": 2, "name": "DXU", "inherits": "ultimaker2_plus", - "metadata": { + "metadata": + { "visible": true, "author": "TheUltimakerCommunity", "manufacturer": "DXU", - "has_variants": true, - "has_materials": true, - "has_machine_materials": false, - "has_machine_quality": false, - "has_variant_materials": false, - "weight": 0, "file_formats": "text/x-gcode", "platform": "ultimaker2_platform.obj", - "platform_texture": "dxu_backplate.png", - "platform_offset": [1.5, 0, 0], + "has_machine_materials": false, + "has_machine_quality": false, + "has_materials": true, + "has_variant_materials": false, + "has_variants": true, "machine_extruder_trains": { "0": "dxu_extruder1", "1": "dxu_extruder2" }, - "supported_actions": ["MachineSettingsAction", "UpgradeFirmware"] + "platform_offset": [ + 1.5, + 0, + 0 + ], + "platform_texture": "dxu_backplate.png", + "supported_actions": [ + "MachineSettingsAction", + "UpgradeFirmware" + ], + "weight": 0 }, - "overrides": { - "machine_name": { - "default_value": "dxu" - }, - "machine_width": { - "default_value": 238 - }, - "machine_depth": { - "default_value": 223 - }, - "machine_height": { - "default_value": 203 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_nozzle_heat_up_speed": { - "default_value": 3.5 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 1.5 - }, - "machine_min_cool_heat_time_window": - { - "default_value": 15.0 - }, - "machine_show_variants": { - "default_value": true - }, - "machine_nozzle_head_distance": { - "default_value": 5 - }, - "machine_nozzle_expansion_angle": { - "default_value": 45 - }, - "machine_heat_zone_length": { - "default_value": 20 - }, - "machine_heated_bed": { - "default_value": true - }, - "speed_wall_x": { - "value": "speed_wall" - }, - "layer_height_0": { - "value": "round(machine_nozzle_size / 1.5, 2)" - }, - "line_width": { - "value": "round(machine_nozzle_size * 0.875, 2)" - }, - "speed_support": { - "value": "speed_wall_0" - }, - "machine_max_feedrate_x": { - "default_value": 300 - }, - "machine_max_feedrate_y": { - "default_value": 300 - }, - "machine_max_feedrate_z": { - "default_value": 40 - }, - "machine_max_feedrate_e": { - "default_value": 45 - }, - "machine_acceleration": { - "default_value": 3000 - }, - "retraction_amount": { - "default_value": 6.5 - }, - "retraction_speed": { - "default_value": 25 - }, - "switch_extruder_retraction_amount": { - "value": "retraction_amount", - "enabled": false - }, - "switch_extruder_retraction_speeds": { - "value": "retraction_speed", - "enabled": false - }, - "switch_extruder_retraction_speed": { - "value": "retraction_retract_speed", - "enabled": false - }, - "switch_extruder_prime_speed": { - "value": "retraction_prime_speed", - "enabled": false - }, - "machine_head_with_fans_polygon": - { - "default_value": [ - [ -44, 14 ], - [ -44, -34 ], - [ 64, 14 ], - [ 64, -34 ] - ] - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \";material_bed_temperature={material_bed_temperature} material_print_temperature={material_print_temperature} material_print_temperature_layer_0={material_print_temperature_layer_0}\\nM190 S{material_bed_temperature_layer_0}\\nG21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T{initial_extruder_nr} ;reset filament diameter\\nG28 ;home all\\nT{initial_extruder_nr} ;switch to the first nozzle used for print\\nM104 T{initial_extruder_nr} S{material_standby_temperature, initial_extruder_nr}\\nG0 X25 Y20 F7200\\nG0 Z20 F2400\\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nG0 X210 Y20 F7200\\nG92 E-7.0\\nG1 E0 F45 ;purge nozzle\\nG1 E-6.5 F1500\\nG1 E0 F1500\\nM400 ;finish all moves\\nT{initial_extruder_nr}\\n;end of startup sequence\\n\"" - }, - "machine_end_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\"" - }, - "machine_extruder_count": { - "default_value": 2 - }, + "overrides": + { "extruder_prime_pos_abs": { "default_value": false }, - "extruder_prime_pos_x": { "default_value": 0.0, "enabled": false }, - "extruder_prime_pos_y": { "default_value": 0.0, "enabled": false }, - "extruder_prime_pos_z": { "default_value": 0.0, "enabled": false }, - "layer_start_x": { + "extruder_prime_pos_x": + { + "default_value": 0.0, + "enabled": false + }, + "extruder_prime_pos_y": + { + "default_value": 0.0, + "enabled": false + }, + "extruder_prime_pos_z": + { + "default_value": 0.0, + "enabled": false + }, + "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" }, + "layer_start_x": + { "default_value": 180.0, "enabled": false }, - "layer_start_y": { + "layer_start_y": + { "default_value": 160.0, "enabled": false }, - "prime_tower_position_x": { - "value": "180" - }, - "prime_tower_position_y": { - "value": "160" - }, - "material_adhesion_tendency": { - "enabled": true - }, - "machine_disallowed_areas": { + "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 223 }, + "machine_disallowed_areas": + { "default_value": [ - [[-120, 112.5], [ -101, 112.5], [ -101, 106.5], [-120, 106.5]], - [[ 120, 112.5], [ 120, 106.5], [ 86, 106.5], [ 86, 112.5]], - [[-120, -112.5], [-120, -106.5], [ -101, -106.5], [ -101, -112.5]], - [[ 120, -112.5], [ 86, -112.5], [ 86, -106.5], [ 120, -106.5]], - [[ 120, -112.5], [ 120, -72.5], [ 93, -72.5], [ 93, -112.5]] + [ + [-120, 112.5], + [-101, 112.5], + [-101, 106.5], + [-120, 106.5] + ], + [ + [120, 112.5], + [120, 106.5], + [86, 106.5], + [86, 112.5] + ], + [ + [-120, -112.5], + [-120, -106.5], + [-101, -106.5], + [-101, -112.5] + ], + [ + [120, -112.5], + [86, -112.5], + [86, -106.5], + [120, -106.5] + ], + [ + [120, -112.5], + [120, -72.5], + [93, -72.5], + [93, -112.5] + ] ] + }, + "machine_end_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\"" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-44, 14], + [-44, -34], + [64, 14], + [64, -34] + ] + }, + "machine_heat_zone_length": { "default_value": 20 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 203 }, + "machine_max_feedrate_e": { "default_value": 45 }, + "machine_max_feedrate_x": { "default_value": 300 }, + "machine_max_feedrate_y": { "default_value": 300 }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_min_cool_heat_time_window": { "default_value": 15.0 }, + "machine_name": { "default_value": "dxu" }, + "machine_nozzle_cool_down_speed": { "default_value": 1.5 }, + "machine_nozzle_expansion_angle": { "default_value": 45 }, + "machine_nozzle_head_distance": { "default_value": 5 }, + "machine_nozzle_heat_up_speed": { "default_value": 3.5 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \";material_bed_temperature={material_bed_temperature} material_print_temperature={material_print_temperature} material_print_temperature_layer_0={material_print_temperature_layer_0}\\nM190 S{material_bed_temperature_layer_0}\\nG21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T{initial_extruder_nr} ;reset filament diameter\\nG28 ;home all\\nT{initial_extruder_nr} ;switch to the first nozzle used for print\\nM104 T{initial_extruder_nr} S{material_standby_temperature, initial_extruder_nr}\\nG0 X25 Y20 F7200\\nG0 Z20 F2400\\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nG0 X210 Y20 F7200\\nG92 E-7.0\\nG1 E0 F45 ;purge nozzle\\nG1 E-6.5 F1500\\nG1 E0 F1500\\nM400 ;finish all moves\\nT{initial_extruder_nr}\\n;end of startup sequence\\n\"" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 238 }, + "material_adhesion_tendency": { "enabled": true }, + "material_diameter": { "default_value": 1.75 }, + "prime_tower_position_x": { "value": "180" }, + "prime_tower_position_y": { "value": "160" }, + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 25 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_wall_x": { "value": "speed_wall" }, + "switch_extruder_prime_speed": + { + "enabled": false, + "value": "retraction_prime_speed" + }, + "switch_extruder_retraction_amount": + { + "enabled": false, + "value": "retraction_amount" + }, + "switch_extruder_retraction_speed": + { + "enabled": false, + "value": "retraction_retract_speed" + }, + "switch_extruder_retraction_speeds": + { + "enabled": false, + "value": "retraction_speed" } } -} +} \ No newline at end of file diff --git a/resources/definitions/dxu_dual.def.json b/resources/definitions/dxu_dual.def.json index ebd126c142..6d30af005f 100644 --- a/resources/definitions/dxu_dual.def.json +++ b/resources/definitions/dxu_dual.def.json @@ -2,15 +2,10 @@ "version": 2, "name": "DXU Dual", "inherits": "dxu", - "overrides": { - "machine_start_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \";material_bed_temperature={material_bed_temperature} material_print_temperature={material_print_temperature} material_print_temperature_layer_0={material_print_temperature_layer_0}\\nM190 S{material_bed_temperature_layer_0}\\nM104 T0 S{material_standby_temperature, 0}\\nM104 T0 S{material_print_temperature_layer_0, 0}\\nG21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T0 ;reset filament diameter\\nM200 D0 T1\\nG28 ;home all\\nT1 ; move to the nozzle 2\\nG0 Z20 F2400 ;move the platform to 30mm\\nM109 T1 S{material_print_temperature_layer_0, 1}\\nG0 X210 Y20 F7200\\nG92 E0\\nG92 E-7.0 ;prime distance\\nG1 E0 F45 ;purge nozzle\\nG1 E-6.5 F1500 ; retract\\nT0 ; move to the nozzle 1\\nM104 T1 S{material_standby_temperature, 1}\\nG0 Z20 F2400\\nM109 T0 S{material_print_temperature_layer_0, 0}\\nG0 X210 Y20 F7200\\nG92 E0\\nG92 E-7.0\\nG1 E0 F45 ;purge nozzle\\nG1 E-6.5 F1500\\nM104 T0 S{material_standby_temperature, 0}\\nT{initial_extruder_nr} ;switch to the first nozzle used for print\\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nM400 ;finish all moves\\nG1 E0 F1500\\nG92 E0\\n;end of startup sequence\\n\"" - }, - "machine_end_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\"" - }, - "prime_tower_enable": { - "default_value": true - } + "overrides": + { + "machine_end_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\"" }, + "machine_start_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \";material_bed_temperature={material_bed_temperature} material_print_temperature={material_print_temperature} material_print_temperature_layer_0={material_print_temperature_layer_0}\\nM190 S{material_bed_temperature_layer_0}\\nM104 T0 S{material_standby_temperature, 0}\\nM104 T0 S{material_print_temperature_layer_0, 0}\\nG21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T0 ;reset filament diameter\\nM200 D0 T1\\nG28 ;home all\\nT1 ; move to the nozzle 2\\nG0 Z20 F2400 ;move the platform to 30mm\\nM109 T1 S{material_print_temperature_layer_0, 1}\\nG0 X210 Y20 F7200\\nG92 E0\\nG92 E-7.0 ;prime distance\\nG1 E0 F45 ;purge nozzle\\nG1 E-6.5 F1500 ; retract\\nT0 ; move to the nozzle 1\\nM104 T1 S{material_standby_temperature, 1}\\nG0 Z20 F2400\\nM109 T0 S{material_print_temperature_layer_0, 0}\\nG0 X210 Y20 F7200\\nG92 E0\\nG92 E-7.0\\nG1 E0 F45 ;purge nozzle\\nG1 E-6.5 F1500\\nM104 T0 S{material_standby_temperature, 0}\\nT{initial_extruder_nr} ;switch to the first nozzle used for print\\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nM400 ;finish all moves\\nG1 E0 F1500\\nG92 E0\\n;end of startup sequence\\n\"" }, + "prime_tower_enable": { "default_value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/dxu_umo.def.json b/resources/definitions/dxu_umo.def.json index 715b1ada90..dc936724a1 100644 --- a/resources/definitions/dxu_umo.def.json +++ b/resources/definitions/dxu_umo.def.json @@ -2,26 +2,25 @@ "version": 2, "name": "UMO+ DXU", "inherits": "dxu", - "overrides": { - "machine_disallowed_areas": { + "overrides": + { + "machine_depth": { "default_value": 205 }, + "machine_disallowed_areas": + { "default_value": [ - [[100, -102.5], [ 110, -102.5], [ 110, -62.5], [100, -62.5]] + [ + [100, -102.5], + [110, -102.5], + [110, -62.5], + [100, -62.5] + ] ] }, - "machine_width": { "default_value": 220 }, - "machine_depth": { "default_value": 205 }, + "machine_end_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \";end code from UM3\\nG91 ;Relative movement\\nG0 F15000 X8.0 Y8.0 Z3.5 E-4.5 ;Wiping+material retraction ;increase bed lower 0.5>5.0 and add Y movement\\nG0 F10000 Z1.5 E4.5 ;Compensation for the retraction\\nG90 ;Disable relative movement\\n\\nG90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\\nM355 S0 ;turn off case light\"" }, "machine_height": { "default_value": 200 }, - "machine_nozzle_heat_up_speed": { - "default_value": 1.95 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 0.8 - }, - "machine_start_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"; Script based on an original created by tjjfvi (https://github.com/tjjfvi)\\n; An up-to-date version of the tjjfvi's original script can be found\\n; here: https://csi.t6.fyi/\\n; Note - This script will only work in Cura V4.2 and above!\\n; --- Global Settings\\n; layer_height = {layer_height}\\n; smooth_spiralized_contours = {smooth_spiralized_contours}\\n; magic_mesh_surface_mode = {magic_mesh_surface_mode}\\n; machine_extruder_count = {machine_extruder_count}\\n; --- Single Extruder Settings\\n; speed_z_hop = {speed_z_hop}\\n; retraction_amount = {retraction_amount}\\n; retraction_hop = {retraction_hop}\\n; retraction_hop_enabled = {retraction_hop_enabled}\\n; retraction_enable = {retraction_enable}\\n; retraction_speed = {retraction_speed}\\n; retraction_retract_speed = {retraction_retract_speed}\\n; retraction_prime_speed = {retraction_prime_speed}\\n; speed_travel = {speed_travel}\\n\\nM355 S1 P25;turn on case light\\n\\n;material_bed_temperature={material_bed_temperature} material_print_temperature={material_print_temperature} material_print_temperature_layer_0={material_print_temperature_layer_0}\\nM190 S{material_bed_temperature_layer_0}\\nG21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T{initial_extruder_nr} ;reset filament diameter\\nG28 ;home all\\nT{initial_extruder_nr} ;switch to the first nozzle used for print\\nM104 T{initial_extruder_nr} S{material_standby_temperature, initial_extruder_nr}\\nG0 X25 Y20 F7200 ;change Y20 to Y0 ansonl\\nG0 Z20 F2400\\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nG0 X210 Y0 F7200\\nG92 E-12.0 ; increase purge 6.5 to 12\\nG1 E0 F200 ;purge nozzle ;change F45 to F200 like ultimaker code ansonl\\nG1 E-6.5 F1500\\nG1 E0 F1500\\nG1 Y50 F9000 ;add quick movement to Y50 like ultimaker code ansonl\\nM400 ;finish all moves\\nT{initial_extruder_nr}\\n;end of startup sequence\\n\\nM355 S1 P50;turn on case light\"" - }, - "machine_end_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \";end code from UM3\\nG91 ;Relative movement\\nG0 F15000 X8.0 Y8.0 Z3.5 E-4.5 ;Wiping+material retraction ;increase bed lower 0.5>5.0 and add Y movement\\nG0 F10000 Z1.5 E4.5 ;Compensation for the retraction\\nG90 ;Disable relative movement\\n\\nG90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\\nM355 S0 ;turn off case light\"" - } + "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, + "machine_nozzle_heat_up_speed": { "default_value": 1.95 }, + "machine_start_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"; Script based on an original created by tjjfvi (https://github.com/tjjfvi)\\n; An up-to-date version of the tjjfvi's original script can be found\\n; here: https://csi.t6.fyi/\\n; Note - This script will only work in Cura V4.2 and above!\\n; --- Global Settings\\n; layer_height = {layer_height}\\n; smooth_spiralized_contours = {smooth_spiralized_contours}\\n; magic_mesh_surface_mode = {magic_mesh_surface_mode}\\n; machine_extruder_count = {machine_extruder_count}\\n; --- Single Extruder Settings\\n; speed_z_hop = {speed_z_hop}\\n; retraction_amount = {retraction_amount}\\n; retraction_hop = {retraction_hop}\\n; retraction_hop_enabled = {retraction_hop_enabled}\\n; retraction_enable = {retraction_enable}\\n; retraction_speed = {retraction_speed}\\n; retraction_retract_speed = {retraction_retract_speed}\\n; retraction_prime_speed = {retraction_prime_speed}\\n; speed_travel = {speed_travel}\\n\\nM355 S1 P25;turn on case light\\n\\n;material_bed_temperature={material_bed_temperature} material_print_temperature={material_print_temperature} material_print_temperature_layer_0={material_print_temperature_layer_0}\\nM190 S{material_bed_temperature_layer_0}\\nG21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T{initial_extruder_nr} ;reset filament diameter\\nG28 ;home all\\nT{initial_extruder_nr} ;switch to the first nozzle used for print\\nM104 T{initial_extruder_nr} S{material_standby_temperature, initial_extruder_nr}\\nG0 X25 Y20 F7200 ;change Y20 to Y0 ansonl\\nG0 Z20 F2400\\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nG0 X210 Y0 F7200\\nG92 E-12.0 ; increase purge 6.5 to 12\\nG1 E0 F200 ;purge nozzle ;change F45 to F200 like ultimaker code ansonl\\nG1 E-6.5 F1500\\nG1 E0 F1500\\nG1 Y50 F9000 ;add quick movement to Y50 like ultimaker code ansonl\\nM400 ;finish all moves\\nT{initial_extruder_nr}\\n;end of startup sequence\\n\\nM355 S1 P50;turn on case light\"" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/dxu_umo_dual.def.json b/resources/definitions/dxu_umo_dual.def.json index 1744bf1d52..f641b928cd 100644 --- a/resources/definitions/dxu_umo_dual.def.json +++ b/resources/definitions/dxu_umo_dual.def.json @@ -2,32 +2,27 @@ "version": 2, "name": "UMO+ DXU Dual", "inherits": "dxu_dual", - "overrides": { - "machine_disallowed_areas": { + "overrides": + { + "machine_depth": { "default_value": 205 }, + "machine_disallowed_areas": + { "default_value": [ - [[100, -102.5], [ 110, -102.5], [ 110, -62.5], [100, -62.5]] + [ + [100, -102.5], + [110, -102.5], + [110, -62.5], + [100, -62.5] + ] ] }, - "machine_width": { "default_value": 220 }, - "machine_depth": { "default_value": 205 }, + "machine_end_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \";end code from UM3\\nG91 ;Relative movement\\nG0 F15000 X8.0 Y8.0 Z3.5 E-4.5 ;Wiping+material retraction ;increase bed lower 0.5>5.0 and add Y movement\\nG0 F10000 Z1.5 E4.5 ;Compensation for the retraction\\nG90 ;Disable relative movement\\n\\nG90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\\nM355 S0 ;turn off case light\"" }, "machine_height": { "default_value": 200 }, - "machine_nozzle_heat_up_speed": { - "default_value": 1.95 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 0.8 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_start_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"; Script based on an original created by tjjfvi (https://github.com/tjjfvi)\\n; An up-to-date version of the tjjfvi's original script can be found\\n; here: https://csi.t6.fyi/\\n; Note - This script will only work in Cura V4.2 and above!\\n; --- Global Settings\\n; layer_height = {layer_height}\\n; smooth_spiralized_contours = {smooth_spiralized_contours}\\n; magic_mesh_surface_mode = {magic_mesh_surface_mode}\\n; machine_extruder_count = {machine_extruder_count}\\n; --- Single Extruder Settings\\n; speed_z_hop = {speed_z_hop}\\n; retraction_amount = {retraction_amount}\\n; retraction_hop = {retraction_hop}\\n; retraction_hop_enabled = {retraction_hop_enabled}\\n; retraction_enable = {retraction_enable}\\n; retraction_speed = {retraction_speed}\\n; retraction_retract_speed = {retraction_retract_speed}\\n; retraction_prime_speed = {retraction_prime_speed}\\n; speed_travel = {speed_travel}\\n; --- Multi-Extruder Settings\\n; speed_z_hop_0 = {speed_z_hop, 0}\\n; speed_z_hop_1 = {speed_z_hop, 1}\\n; retraction_amount_0 = {retraction_amount, 0}\\n; retraction_amount_1 = {retraction_amount, 1}\\n; retraction_hop_0 = {retraction_hop, 0}\\n; retraction_hop_1 = {retraction_hop, 1}\\n; retraction_hop_enabled_0 = {retraction_hop_enabled, 0}\\n; retraction_hop_enabled_1 = {retraction_hop_enabled, 1}\\n; retraction_prime_speed_0 = {retraction_prime_speed, 0}\\n; retraction_prime_speed_1 = {retraction_prime_speed, 1}\\n; retraction_retract_speed_0 = {retraction_retract_speed, 0}\\n; retraction_retract_speed_1 = {retraction_retract_speed, 1}\\n; retraction_speed_0 = {retraction_speed, 0}\\n; retraction_speed_1 = {retraction_speed, 1}\\n; retraction_enable_0 = {retraction_enable, 0}\\n; retraction_enable_1 = {retraction_enable, 1}\\n; speed_travel_0 = {speed_travel, 0}\\n; speed_travel_1 = {speed_travel, 1}\\n\\nM355 S1 P25;turn on case light\\n\\n;material_bed_temperature={material_bed_temperature} material_print_temperature={material_print_temperature} material_print_temperature_layer_0={material_print_temperature_layer_0}\\nM190 S{material_bed_temperature_layer_0}\\nM104 T0 S{material_standby_temperature, 0}\\nM104 T0 S{material_print_temperature_layer_0, 0}\\nG21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T0 ;reset filament diameter\\nM200 D0 T1\\nG28 ;home all\\nT1 ; move to the nozzle 2\\nG0 Z20 F2400 ;move the platform to 30mm\\nM109 T1 S{material_print_temperature_layer_0, 1}\\nG0 X210 Y0 F7200 ;change Y20 to Y0 ansonl\\nG92 E0\\nG92 E-12.0 ;prime distance ;increase purge 6.5 to 12\\nG1 E0 F200 ;purge nozzle ;change F45 to F200 like ultimaker code ansonl\\nG1 E-6.5 F1500 ; retract\\nT0 ; move to the nozzle 1\\nM104 T1 S{material_standby_temperature, 1}\\nG0 Z20 F2400\\nM109 T0 S{material_print_temperature_layer_0, 0}\\nG0 X210 Y0 F7200 ;change Y20 to Y0 ansonl\\nG92 E0\\nG92 E-12.0\\nG1 E0 F200 ;purge nozzle\\nG1 E-6.5 F1500\\nM104 T0 S{material_standby_temperature, 0}\\nT{initial_extruder_nr} ;switch to the first nozzle used for print\\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nM400 ;finish all moves\\nG1 E0 F1500\\nG92 E0\\nG1 Y100 F9000 ;add quick movement to Y50 like ultimaker code ansonl\\n;end of startup sequence\\n\\nM355 S1 P50;turn on case light\"" - }, - "machine_end_gcode" : { - "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \";end code from UM3\\nG91 ;Relative movement\\nG0 F15000 X8.0 Y8.0 Z3.5 E-4.5 ;Wiping+material retraction ;increase bed lower 0.5>5.0 and add Y movement\\nG0 F10000 Z1.5 E4.5 ;Compensation for the retraction\\nG90 ;Disable relative movement\\n\\nG90 ;absolute positioning\\nM104 S0 T0 ;extruder heater off\\nM104 S0 T1\\nM140 S0 ;turn off bed\\nT0 ; move to the first head\\nM107 ;fan off\\nM355 S0 ;turn off case light\"" - } + "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, + "machine_nozzle_heat_up_speed": { "default_value": 1.95 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"; Script based on an original created by tjjfvi (https://github.com/tjjfvi)\\n; An up-to-date version of the tjjfvi's original script can be found\\n; here: https://csi.t6.fyi/\\n; Note - This script will only work in Cura V4.2 and above!\\n; --- Global Settings\\n; layer_height = {layer_height}\\n; smooth_spiralized_contours = {smooth_spiralized_contours}\\n; magic_mesh_surface_mode = {magic_mesh_surface_mode}\\n; machine_extruder_count = {machine_extruder_count}\\n; --- Single Extruder Settings\\n; speed_z_hop = {speed_z_hop}\\n; retraction_amount = {retraction_amount}\\n; retraction_hop = {retraction_hop}\\n; retraction_hop_enabled = {retraction_hop_enabled}\\n; retraction_enable = {retraction_enable}\\n; retraction_speed = {retraction_speed}\\n; retraction_retract_speed = {retraction_retract_speed}\\n; retraction_prime_speed = {retraction_prime_speed}\\n; speed_travel = {speed_travel}\\n; --- Multi-Extruder Settings\\n; speed_z_hop_0 = {speed_z_hop, 0}\\n; speed_z_hop_1 = {speed_z_hop, 1}\\n; retraction_amount_0 = {retraction_amount, 0}\\n; retraction_amount_1 = {retraction_amount, 1}\\n; retraction_hop_0 = {retraction_hop, 0}\\n; retraction_hop_1 = {retraction_hop, 1}\\n; retraction_hop_enabled_0 = {retraction_hop_enabled, 0}\\n; retraction_hop_enabled_1 = {retraction_hop_enabled, 1}\\n; retraction_prime_speed_0 = {retraction_prime_speed, 0}\\n; retraction_prime_speed_1 = {retraction_prime_speed, 1}\\n; retraction_retract_speed_0 = {retraction_retract_speed, 0}\\n; retraction_retract_speed_1 = {retraction_retract_speed, 1}\\n; retraction_speed_0 = {retraction_speed, 0}\\n; retraction_speed_1 = {retraction_speed, 1}\\n; retraction_enable_0 = {retraction_enable, 0}\\n; retraction_enable_1 = {retraction_enable, 1}\\n; speed_travel_0 = {speed_travel, 0}\\n; speed_travel_1 = {speed_travel, 1}\\n\\nM355 S1 P25;turn on case light\\n\\n;material_bed_temperature={material_bed_temperature} material_print_temperature={material_print_temperature} material_print_temperature_layer_0={material_print_temperature_layer_0}\\nM190 S{material_bed_temperature_layer_0}\\nM104 T0 S{material_standby_temperature, 0}\\nM104 T0 S{material_print_temperature_layer_0, 0}\\nG21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T0 ;reset filament diameter\\nM200 D0 T1\\nG28 ;home all\\nT1 ; move to the nozzle 2\\nG0 Z20 F2400 ;move the platform to 30mm\\nM109 T1 S{material_print_temperature_layer_0, 1}\\nG0 X210 Y0 F7200 ;change Y20 to Y0 ansonl\\nG92 E0\\nG92 E-12.0 ;prime distance ;increase purge 6.5 to 12\\nG1 E0 F200 ;purge nozzle ;change F45 to F200 like ultimaker code ansonl\\nG1 E-6.5 F1500 ; retract\\nT0 ; move to the nozzle 1\\nM104 T1 S{material_standby_temperature, 1}\\nG0 Z20 F2400\\nM109 T0 S{material_print_temperature_layer_0, 0}\\nG0 X210 Y0 F7200 ;change Y20 to Y0 ansonl\\nG92 E0\\nG92 E-12.0\\nG1 E0 F200 ;purge nozzle\\nG1 E-6.5 F1500\\nM104 T0 S{material_standby_temperature, 0}\\nT{initial_extruder_nr} ;switch to the first nozzle used for print\\nM109 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nM400 ;finish all moves\\nG1 E0 F1500\\nG92 E0\\nG1 Y100 F9000 ;add quick movement to Y50 like ultimaker code ansonl\\n;end of startup sequence\\n\\nM355 S1 P50;turn on case light\"" }, + "machine_width": { "default_value": 220 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/definitions/easyarts_ares.def.json b/resources/definitions/easyarts_ares.def.json index 8751f2c3e1..cac0ffcb39 100644 --- a/resources/definitions/easyarts_ares.def.json +++ b/resources/definitions/easyarts_ares.def.json @@ -1,59 +1,30 @@ { - "name": "EasyArts Ares", "version": 2, + "name": "EasyArts Ares", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "nliaudat", "manufacturer": "EasyArts", "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "easyarts_ares_extruder_0" - } + "machine_extruder_trains": { "0": "easyarts_ares_extruder_0" } }, - "overrides": { - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 \nG29 Z0.12 ;Auto-bedleveling with Z offset \nG92 E0 ;zero the extruded length \nG1 F2000 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\nM117 Printing...\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- START GCODE --\nG28 ; Home all axes\nM104 S0 ;extruder heater off\n;M140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n;M84 ;steppers off\nG90 ;absolute positioning\n; -- end of START GCODE --" - }, - "machine_width": { - "default_value": 180 - }, - "machine_depth": { - "default_value": 180 - }, - "machine_height": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap" - }, - "layer_height": { - "default_value": 0.2 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1" - }, - "top_bottom_thickness": { - "default_value": 1 - }, - "speed_print": { - "default_value": 75 - }, - "support_enable": { - "default_value": true - } + "overrides": + { + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 180 }, + "machine_end_gcode": { "default_value": "; -- START GCODE --\nG28 ; Home all axes\nM104 S0 ;extruder heater off\n;M140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n;M84 ;steppers off\nG90 ;absolute positioning\n; -- end of START GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 200 }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 \nG29 Z0.12 ;Auto-bedleveling with Z offset \nG92 E0 ;zero the extruded length \nG1 F2000 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\nM117 Printing...\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 180 }, + "speed_print": { "default_value": 75 }, + "support_enable": { "default_value": true }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/eazao_zero.def.json b/resources/definitions/eazao_zero.def.json index 63286a1333..4441984dd6 100644 --- a/resources/definitions/eazao_zero.def.json +++ b/resources/definitions/eazao_zero.def.json @@ -2,125 +2,80 @@ "version": 2, "name": "Eazao Zero", "inherits": "fdmprinter", - "metadata": - { + "metadata": + { "visible": true, "author": "Eazao", "manufacturer": "Eazao", "file_formats": "text/x-gcode", - "has_materials": true, "has_machine_quality": false, - "preferred_quality_type": "normal", + "has_materials": true, + "machine_extruder_trains": { "0": "eazao_zero_extruder_0" }, "preferred_material": "generic_pla", - - "machine_extruder_trains": - { - "0": "eazao_zero_extruder_0" - } - }, - "overrides": + "preferred_quality_type": "normal" + }, + "overrides": { - "machine_name": - { - "default_value": "EAZAO Zero" - }, - "machine_heated_bed": - { - "default_value": false - }, - "machine_width": - { - "default_value": 150 - }, - "machine_depth": - { - "default_value": 150 - }, - "machine_height": - { - "default_value": 240 - }, - "machine_center_is_zero": - { - "default_value": false - }, - "machine_gcode_flavor": - { - "default_value": "Marlin (Marlin/Sprinter)" - }, - "machine_start_gcode": - { - "default_value": "G21 \nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG28 ;Home \nG1 Z15.0 F1500 ;move the platform down 15mm\nG92 E0 \nG1 F300 E10\nG92 E0\nM302\nM163 S0 P0.9; Set Mix Factor\nM163 S1 P0.1; Set Mix Factor\nM164 S0\n" - }, - "machine_end_gcode": - { - "default_value": "G92 E10\nG1 E-10 F300\nG28 X0 Y0 ;move X Y to min endstops\nM82\nM84 ;steppers off\n" - }, - "machine_max_feedrate_x": { "value": 100 }, - "machine_max_feedrate_y": { "value": 100 }, - "machine_max_feedrate_z": { "value": 5 }, - "machine_max_feedrate_e": { "value": 25 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 50 }, - "machine_max_acceleration_e": { "value": 500 }, - "machine_acceleration": { "value": 300 }, + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 300 }, "acceleration_travel": { "value": 300 }, - "acceleration_enabled": { "value": false }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.3 }, - "machine_max_jerk_e": { "value": 5 }, + "adhesion_type": { "default_value": "none" }, + "bottom_layers": { "value": 2 }, + "cool_fan_enabled": { "value": false }, + "infill_sparse_density": { "value": 0 }, + "initial_bottom_layers": { "value": 2 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 10 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - "jerk_enabled": { "value": false }, - - "layer_height": {"value":1.0}, - "layer_height_0": {"value":1.0}, - "line_width": {"value":3.0}, - - "wall_thickness": {"value":3.0}, - "optimize_wall_printing_order": { "value": "True" }, - - "top_bottom_thickness": {"value":0}, - "bottom_layers":{"value":2}, - "initial_bottom_layers":{"value":2}, - - "infill_sparse_density": {"value":0}, - + "layer_height": { "value": 1.0 }, + "layer_height_0": { "value": 1.0 }, + "line_width": { "value": 3.0 }, + "machine_acceleration": { "value": 300 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 150 }, + "machine_end_gcode": { "default_value": "G92 E10\nG1 E-10 F300\nG28 X0 Y0 ;move X Y to min endstops\nM82\nM84 ;steppers off\n" }, + "machine_gcode_flavor": { "default_value": "Marlin (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 240 }, + "machine_max_acceleration_e": { "value": 500 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 50 }, + "machine_max_feedrate_e": { "value": 25 }, + "machine_max_feedrate_x": { "value": 100 }, + "machine_max_feedrate_y": { "value": 100 }, + "machine_max_feedrate_z": { "value": 5 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.3 }, + "machine_name": { "default_value": "EAZAO Zero" }, + "machine_start_gcode": { "default_value": "G21 \nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG28 ;Home \nG1 Z15.0 F1500 ;move the platform down 15mm\nG92 E0 \nG1 F300 E10\nG92 E0\nM302\nM163 S0 P0.9; Set Mix Factor\nM163 S1 P0.1; Set Mix Factor\nM164 S0\n" }, + "machine_width": { "default_value": 150 }, + "material_final_print_temperature": { "value": "0" }, + "material_initial_print_temperature": { "value": "0" }, "material_print_temperature": { "value": "0" }, "material_print_temperature_layer_0": { "value": "0" }, - "material_initial_print_temperature": { "value": "0" }, - "material_final_print_temperature": { "value": "0" }, - + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "value": 7 }, + "retraction_combing": { "value": "'noskin'" }, + "retraction_combing_max_distance": { "value": 0 }, + "retraction_count_max": { "value": 100 }, + "retraction_enable": { "value": false }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_hop_enabled": { "value": false }, + "retraction_speed": { "value": 25 }, "speed_print": { "value": 20.0 }, + "speed_travel": { "value": 20.0 }, "speed_wall": { "value": 20.0 }, "speed_wall_0": { "value": 20.0 }, "speed_wall_x": { "value": 20.0 }, - "speed_travel": { "value": 20.0 }, "speed_z_hop": { "value": "machine_max_feedrate_z" }, - - "retraction_hop_enabled": { "value": false }, - "retraction_hop": { "value": 0.2 }, - "retraction_combing": { "value": "'noskin'" }, - "retraction_combing_max_distance": { "value": 0 }, - + "top_bottom_thickness": { "value": 0 }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": false }, "travel_retract_before_outer_wall": { "value": false }, - - "retraction_enable": { "value": false }, - "retraction_speed": { "value": 25 }, - "retraction_amount": { "value": 7 }, - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - - "cool_fan_enabled": { "value": false }, - - "adhesion_type": { "default_value": "none" } - + "wall_thickness": { "value": 3.0 } } -} +} \ No newline at end of file diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index 8e564289f5..8554137dcd 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -1,45 +1,62 @@ { - "name": "Neptune 2", "version": 2, + "name": "Neptune 2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Toylerrr", "manufacturer": "Elegoo", - "platform": "elegoo_neptune_2.stl", - "platform_offset": [0,0,0], - "has_machine_quality": true, - "preferred_quality_type": "normal", "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "elegoo_neptune2_extruder_0" - } + "platform": "elegoo_neptune_2.stl", + "has_machine_quality": true, + "machine_extruder_trains": { "0": "elegoo_neptune2_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_quality_type": "normal" }, - - "overrides": { - "machine_name": {"default_value": "ELEGOO Neptune 2"}, - "machine_width": {"default_value": 235}, - "machine_height": {"default_value": 260}, - "machine_depth": {"default_value": 235}, - "machine_heated_bed": {"default_value": true}, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "brim_width": { "default_value": 5 }, + "gantry_height": { "value": 30 }, + "machine_depth": { "default_value": 235 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "value": [ + [-30, 35], + [-30, -10], + [25, 35], + [25, -10] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "ELEGOO Neptune 2" }, + "machine_start_gcode": { "default_value": ";simage\n;gimage\nG28 ;home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X1.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X1.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X1.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up" }, + "machine_width": { "default_value": 235 }, "material_diameter": { "default_value": 1.75 }, - "machine_head_with_fans_polygon": {"value": [[-30, 35], [-30, -10], [25, 35], [25, -10]]}, - "gantry_height": {"value": 30}, - "speed_print": { "value": 60.0 } , - "z_seam_type":{"default_value": "back"}, - "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, - "material_standby_temperature":{"default_value": 200,"settable_per_extruder": false}, - "retraction_enable":{"default_value": true}, - "retraction_amount":{"default_value": 5}, - "retraction_speed":{"default_value": 70}, - "adhesion_type":{"default_value": "skirt"}, - "raft_margin":{"default_value": 5}, - "raft_airgap":{"default_value": 0.25}, - "brim_width":{"default_value": 5}, - "skin_angles":{"default_value": [45, 135]}, - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": ";simage\n;gimage\nG28 ;home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X1.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X1.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X1.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"}, - "machine_end_gcode": {"default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"} + "material_standby_temperature": + { + "default_value": 200, + "settable_per_extruder": false + }, + "raft_airgap": { "default_value": 0.25 }, + "raft_margin": { "default_value": 5 }, + "retraction_amount": { "default_value": 5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 70 }, + "skin_angles": + { + "default_value": [45, 135] + }, + "speed_print": { "value": 60.0 }, + "z_seam_corner": { "default_value": "z_seam_corner_weighted" }, + "z_seam_type": { "default_value": "back" } } -} +} \ No newline at end of file diff --git a/resources/definitions/elegoo_neptune_2D.def.json b/resources/definitions/elegoo_neptune_2D.def.json index 78e87d6f40..c9aa5a0184 100644 --- a/resources/definitions/elegoo_neptune_2D.def.json +++ b/resources/definitions/elegoo_neptune_2D.def.json @@ -1,54 +1,74 @@ { - "name": "Neptune 2D", "version": 2, + "name": "Neptune 2D", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Toylerrr", "manufacturer": "Elegoo", - "platform": "elegoo_neptune_2.stl", - "platform_offset": [0,0,0], - "has_machine_quality": true, - "preferred_quality_type": "normal", "file_formats": "text/x-gcode", + "platform": "elegoo_neptune_2.stl", + "has_machine_quality": true, "machine_extruder_trains": { "0": "elegoo_neptune2D_extruder_0", "1": "elegoo_neptune2D_extruder_1" - } + }, + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_quality_type": "normal" }, - - "overrides": { - "machine_name": {"default_value": "ELEGOO Neptune 2D"}, - "machine_extruder_count": {"default_value": 2}, - "machine_width": {"default_value": 235}, - "machine_height": {"default_value": 260}, - "machine_depth": {"default_value": 235}, - "machine_heated_bed": {"default_value": true}, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "brim_width": { "default_value": 5 }, + "gantry_height": { "value": 30 }, + "machine_always_write_active_tool": { "default_value": true }, + "machine_depth": { "default_value": 235 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-80 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_extruders_share_heater": { "default_value": true }, + "machine_extruders_share_nozzle": { "default_value": true }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "value": [ + [-30, 35], + [-30, -10], + [25, 35], + [25, -10] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "ELEGOO Neptune 2D" }, + "machine_start_gcode": { "default_value": ";simage\n;gimage\nG28 ;home\n;G29 ;Run ABL\n;M420 S1 ;Enable ABL mesh\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X2.0 Y20 Z0.28 F5000.0 ;Move to start position\nG1 E90 F1200 ;Load filament\nG92 E0 ;Reset Extruder\nG1 X2.0 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X2.3 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X2.3 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up" }, + "machine_width": { "default_value": 235 }, "material_diameter": { "default_value": 1.75 }, - "machine_head_with_fans_polygon": {"value": [[-30, 35], [-30, -10], [25, 35], [25, -10]]}, - "gantry_height": {"value": 30}, - "machine_extruders_share_heater": {"default_value": true}, - "machine_extruders_share_nozzle": {"default_value": true}, - "machine_always_write_active_tool": {"default_value": true}, - "prime_blob_enable": {"default_value": false}, - "prime_tower_enable": {"default_value": true}, - "prime_tower_size": {"default_value": 30}, - "prime_tower_min_volume": {"default_value": 90}, + "material_standby_temperature": + { + "default_value": 200, + "settable_per_extruder": false + }, + "prime_blob_enable": { "default_value": false }, + "prime_tower_enable": { "default_value": true }, + "prime_tower_min_volume": { "default_value": 90 }, + "prime_tower_size": { "default_value": 30 }, + "raft_airgap": { "default_value": 0.25 }, + "raft_margin": { "default_value": 5 }, + "retraction_amount": { "default_value": 5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 70 }, + "skin_angles": + { + "default_value": [45, 135] + }, "speed_print": { "value": 60.0 }, - "z_seam_type":{"default_value": "back"}, - "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, - "material_standby_temperature":{"default_value": 200,"settable_per_extruder": false}, - "retraction_enable":{"default_value": true}, - "retraction_amount":{"default_value": 5}, - "retraction_speed":{"default_value": 70}, - "adhesion_type":{"default_value": "skirt"}, - "raft_margin":{"default_value": 5}, - "raft_airgap":{"default_value": 0.25}, - "brim_width":{"default_value": 5}, - "skin_angles":{"default_value": [45, 135]}, - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": ";simage\n;gimage\nG28 ;home\n;G29 ;Run ABL\n;M420 S1 ;Enable ABL mesh\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X2.0 Y20 Z0.28 F5000.0 ;Move to start position\nG1 E90 F1200 ;Load filament\nG92 E0 ;Reset Extruder\nG1 X2.0 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X2.3 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X2.3 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"}, - "machine_end_gcode": {"default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-80 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"} + "z_seam_corner": { "default_value": "z_seam_corner_weighted" }, + "z_seam_type": { "default_value": "back" } } -} +} \ No newline at end of file diff --git a/resources/definitions/eryone_er20.def.json b/resources/definitions/eryone_er20.def.json index f9fe209151..3d071bbdc5 100644 --- a/resources/definitions/eryone_er20.def.json +++ b/resources/definitions/eryone_er20.def.json @@ -2,43 +2,47 @@ "version": 2, "name": "Eryone ER20", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Eryone3d", "manufacturer": "Eryone", "file_formats": "text/x-gcode", "platform": "eryone_er20_plateform.stl", "has_machine_quality": true, - "preferred_quality_type": "high", - "machine_extruder_trains": - { - "0": "eryone_er20_extruder_0" - } + "machine_extruder_trains": { "0": "eryone_er20_extruder_0" }, + "preferred_quality_type": "high" }, - - "overrides": { - "machine_name": { - "default_value": "Eryone ER20" + "overrides": + { + "acceleration_enabled": { "value": true }, + "acceleration_travel": { "value": 1800 }, + "adhesion_type": { "value": "'brim'" }, + "bottom_layers": { "value": "4" }, + "bottom_thickness": { "value": "layer_height * 4" }, + "brim_width": { "value": 5 }, + "cool_fan_full_at_height": { "value": 0.5 }, + "cool_fan_speed": { "value": 100 }, + "cool_fan_speed_0": { "value": 100 }, + "default_material_bed_temperature": { "value": 60 }, + "default_material_print_temperature": { "value": 205 }, + "gantry_height": { "value": "0" }, + "infill_before_walls": { "value": false }, + "infill_overlap": + { + "maximum_value_warning": 100, + "minimum_value_warning": -50, + "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 250 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_head_with_fans_polygon": { + "infill_pattern": { "value": "'grid'" }, + "infill_sparse_density": { "value": 20 }, + "initial_layer_line_width_factor": { "value": 105 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 Z5 F720 ;Raise Z\nG1 E-5 F300 ;Retract a bit to protect nozzle\nM104 S0 ;Turn off extruder\nM140 S0 ;Turn off bed\nM107 ;Turn off all fans\nG90 ;Absolute positioning\nG1 X230 Y200 F4800 ;Parking the hotend\nM84 X Y E ;All steppers off but left Z\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-10, -10], [-10, 10], @@ -46,193 +50,61 @@ [10, -10] ] }, - "gantry_height":{ "value": "0" }, - "machine_start_gcode": { - "default_value": "G21 ;Metric values\nG90 ;Absolute positioning\nM82 ;Set extruder to absolute mode\nM107 ;Start with the fan off\nG28 ;Homing the hotend\nG29 ;Auto bed leveling detecting\nG92 E0 ;Reset the extruded length\nG1 F200 E3 ;Extrude 3mm of filament\nG92 E0 ;Reset the extruded length again\nG1 Y-3 F1200 ;Move y axis to prime\nG1 X150 F6000 ;Move x axis to prime\nG1 Z0.2 F720 ;Move z axis to prime\nG1 X80.0 E8.0 F900 ;Prime line\nG1 X20.0 E10.0 F700 ;Prime line\nG92 E0 ;Reset the extruded length\nG5 ;Enable resume from power failure\nM117 Printing...\n" + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Eryone ER20" }, + "machine_start_gcode": { "default_value": "G21 ;Metric values\nG90 ;Absolute positioning\nM82 ;Set extruder to absolute mode\nM107 ;Start with the fan off\nG28 ;Homing the hotend\nG29 ;Auto bed leveling detecting\nG92 E0 ;Reset the extruded length\nG1 F200 E3 ;Extrude 3mm of filament\nG92 E0 ;Reset the extruded length again\nG1 Y-3 F1200 ;Move y axis to prime\nG1 X150 F6000 ;Move x axis to prime\nG1 Z0.2 F720 ;Move z axis to prime\nG1 X80.0 E8.0 F900 ;Prime line\nG1 X20.0 E10.0 F700 ;Prime line\nG92 E0 ;Reset the extruded length\nG5 ;Enable resume from power failure\nM117 Printing...\n" }, + "machine_width": { "default_value": 250 }, + "material_bed_temperature_layer_0": { "value": 65 }, + "material_final_print_temperature": { "value": 205 }, + "material_initial_print_temperature": { "value": 205 }, + "material_print_temperature_layer_0": { "value": 215 }, + "optimize_wall_printing_order": { "default_value": true }, + "retract_at_layer_change": { "value": true }, + "retraction_amount": { "default_value": 4 }, + "retraction_combing": { "value": "'noskin'" }, + "retraction_hop": { "value": 0.075 }, + "retraction_hop_enabled": { "value": false }, + "retraction_hop_only_when_collides": { "value": true }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value_warning": 130, + "value": "math.ceil(retraction_speed * 0.4)" }, - "machine_end_gcode": { - "default_value": "G91 ;Relative positioning\nG1 Z5 F720 ;Raise Z\nG1 E-5 F300 ;Retract a bit to protect nozzle\nM104 S0 ;Turn off extruder\nM140 S0 ;Turn off bed\nM107 ;Turn off all fans\nG90 ;Absolute positioning\nG1 X230 Y200 F4800 ;Parking the hotend\nM84 X Y E ;All steppers off but left Z\n" - }, - "default_material_print_temperature": { - "value": 205 - }, - "material_print_temperature_layer_0": { - "value": 215 - }, - "material_initial_print_temperature": { - "value": 205 - }, - "material_final_print_temperature": { - "value": 205 - }, - "acceleration_enabled": { - "value": true - }, - "acceleration_travel": { - "value": 1800 - }, - "adhesion_type": { - "value": "'brim'" - }, - "brim_width": { - "value": 5 - }, - "cool_fan_full_at_height": { - "value": 0.5 - }, - "cool_fan_speed": { - "value": 100 - }, - "cool_fan_speed_0": { - "value": 100 - }, - "infill_overlap": { - "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", - "maximum_value_warning": 100, - "minimum_value_warning": -50 - }, - "infill_pattern": { - "value": "'grid'" - }, - "infill_sparse_density": { - "value": 20 - }, - "initial_layer_line_width_factor": { - "value": 105 - }, - "infill_before_walls": { - "value": false - }, - "default_material_bed_temperature": { - "value": 60 - }, - "material_bed_temperature_layer_0": { - "value": 65 - }, - "optimize_wall_printing_order": { - "default_value": true - }, - "retract_at_layer_change": { - "value": true - }, - "retraction_amount": { - "default_value": 4 - }, - "retraction_hop": { - "value": 0.075 - }, - "retraction_hop_enabled": { - "value": false - }, - "retraction_hop_only_when_collides": { - "value": true - }, - "retraction_min_travel": { - "value": 1.5 - }, - "retraction_speed": { + "retraction_retract_speed": { "maximum_value_warning": 130 }, + "retraction_speed": + { "default_value": 85, "maximum_value_warning": 100 }, - "retraction_retract_speed": { - "maximum_value_warning": 130 - }, - "retraction_prime_speed": { - "value": "math.ceil(retraction_speed * 0.4)", - "maximum_value_warning": 130 - }, - "retraction_combing": { - "value": "'noskin'" - }, - "skin_overlap": { - "value": 10 - }, - "skirt_brim_speed": { - "value": 40 - }, - "skirt_gap": { - "value": 5 - }, - "skirt_line_count": { - "value": 3 - }, - "speed_topbottom": { - "value": "math.ceil(speed_print * 20 / 50)" - }, - "speed_travel": { - "value": "150" - }, - "speed_layer_0": { - "value": "20" - }, - "speed_wall": { - "value": "speed_print" - }, - "speed_wall_0": { - "value": "math.ceil(speed_print * 30 / 50)" - }, - "speed_wall_x": { - "value": "speed_print" - }, - "support_angle": { - "value": 50 - }, - "support_enable": { - "default_value": false - }, - "support_interface_enable": { - "value": true - }, - "support_pattern": { - "value": "'triangles'" - }, - "support_roof_enable": { - "value": true - }, - "support_type": { - "value": "'everywhere'" - }, - "support_use_towers": { - "value": false - }, - "support_z_distance": { - "value": 0.3 - }, - "support_xy_distance": { - "value": 0.7 - }, - "support_xy_distance_overhang": { - "value": 0.2 - }, - "smooth_spiralized_contours": { - "value": false - }, - "travel_retract_before_outer_wall": { - "value": true - }, - "wall_line_count": { - "value": 3 - }, - "wall_thickness": { - "value": "1.2" - }, - "bottom_layers": { - "value": "4" - }, - "bottom_thickness":{ - "value": "layer_height * 4" - }, - "top_thickness":{ - "value": "layer_height * 5" - }, - "top_layers": { - "value": "5" - }, - "z_seam_type": { - "value": "'shortest'" - }, - "z_seam_corner": { - "value": "'z_seam_corner_inner'" - } + "skin_overlap": { "value": 10 }, + "skirt_brim_speed": { "value": 40 }, + "skirt_gap": { "value": 5 }, + "skirt_line_count": { "value": 3 }, + "smooth_spiralized_contours": { "value": false }, + "speed_layer_0": { "value": "20" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 50)" }, + "speed_travel": { "value": "150" }, + "speed_wall": { "value": "speed_print" }, + "speed_wall_0": { "value": "math.ceil(speed_print * 30 / 50)" }, + "speed_wall_x": { "value": "speed_print" }, + "support_angle": { "value": 50 }, + "support_enable": { "default_value": false }, + "support_interface_enable": { "value": true }, + "support_pattern": { "value": "'triangles'" }, + "support_roof_enable": { "value": true }, + "support_type": { "value": "'everywhere'" }, + "support_use_towers": { "value": false }, + "support_xy_distance": { "value": 0.7 }, + "support_xy_distance_overhang": { "value": 0.2 }, + "support_z_distance": { "value": 0.3 }, + "top_layers": { "value": "5" }, + "top_thickness": { "value": "layer_height * 5" }, + "travel_retract_before_outer_wall": { "value": true }, + "wall_line_count": { "value": 3 }, + "wall_thickness": { "value": "1.2" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'shortest'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 648de5cd03..555e0d548f 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -9,52 +9,46 @@ "manufacturer": "Eryone", "file_formats": "text/x-gcode", "platform": "eryone_thinker_platform.obj", - "platform_texture": "eryone_thinker_plate.png", - "platform_offset": [0, -120, 0], - "has_materials": true, - "preferred_material": "eryone_pla", + "first_start_actions": [ "MachineSettingsAction" ], "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "eryone_thinker_extruder_0" - }, - "first_start_actions": ["MachineSettingsAction"] + "has_materials": true, + "machine_extruder_trains": { "0": "eryone_thinker_extruder_0" }, + "platform_offset": [ + 0, + -120, + 0 + ], + "platform_texture": "eryone_thinker_plate.png", + "preferred_material": "eryone_pla", + "preferred_quality_type": "normal" }, - "overrides": { - "machine_name": { - "default_value": "Eryone Thinker Series" - }, - "machine_start_gcode": { - "default_value": "G21 ;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 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\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 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_head_with_fans_polygon": { + "acceleration_enabled": { "value": true }, + "acceleration_print": { "value": 750 }, + "acceleration_travel": { "value": 1500 }, + "adhesion_type": { "value": "'skirt'" }, + "bottom_layers": { "value": 4 }, + "bottom_thickness": { "value": "layer_height * bottom_layers" }, + "brim_width": { "value": 5 }, + "gantry_height": { "value": 30 }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 25 else 'grid'" }, + "infill_sparse_density": { "value": 20 }, + "initial_layer_line_width_factor": { "value": 120 }, + "inset_direction": { "default_value": "inside_out" }, + "jerk_enabled": { "value": true }, + "jerk_print": { "value": 10 }, + "jerk_travel": { "value": 15 }, + "layer_height": { "value": 0.2 }, + "layer_height_0": { "resolve": "max(0.1, layer_height)" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\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 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-20, 30], [-20, -20], @@ -62,193 +56,73 @@ [20, 30] ] }, - "gantry_height": { - "value": 30 - }, - "layer_height": { - "value": 0.2 - }, - "layer_height_0": { - "resolve": "max(0.1, layer_height)" - }, - "initial_layer_line_width_factor": { - "value": 120 - }, - "wall_line_count": { - "value": 3 - }, - "wall_thickness": { - "value": "line_width * wall_line_count" - }, - "optimize_wall_printing_order": { - "default_value": true - }, - "z_seam_type": { - "value": "'shortest'" - }, - "z_seam_corner": { - "value": "'z_seam_corner_inner'" - }, - "roofing_layer_count": { - "value": 1 - }, - "top_layers": { - "value": 6 - }, - "top_thickness":{ - "value": "layer_height * top_layers" - }, - "bottom_layers": { - "value": 4 - }, - "bottom_thickness":{ - "value": "layer_height * bottom_layers" - }, - "skin_overlap": { - "value": 10 - }, - "infill_sparse_density": { - "value": 20 - }, - "infill_pattern": { - "value": "'lines' if infill_sparse_density > 25 else 'grid'" - }, - "infill_overlap": { - "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" - }, - "infill_before_walls": { - "value": false - }, - "inset_direction": { - "default_value": "inside_out" - }, - "material_print_temperature": { - "value": "default_material_print_temperature", - "maximum_value_warning": 250 - }, - "material_print_temperature_layer_0": { - "value": "material_print_temperature + 5", - "maximum_value_warning": 250 - }, - "material_initial_print_temperature": { - "value": "material_print_temperature", - "maximum_value_warning": 250 - }, - "material_final_print_temperature": { + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Eryone Thinker Series" }, + "machine_start_gcode": { "default_value": "G21 ;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 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." }, + "machine_width": { "default_value": 300 }, + "material_bed_temperature": { "maximum_value_warning": 100 }, + "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": + { + "maximum_value_warning": 250, "value": "material_print_temperature" }, - "material_bed_temperature": { - "maximum_value_warning": 100 + "material_print_temperature": + { + "maximum_value_warning": 250, + "value": "default_material_print_temperature" }, - "material_bed_temperature_layer_0": { - "value": "material_bed_temperature" + "material_print_temperature_layer_0": + { + "maximum_value_warning": 250, + "value": "material_print_temperature + 5" }, - "speed_wall": { - "value": "speed_print" + "optimize_wall_printing_order": { "default_value": true }, + "retract_at_layer_change": { "value": true }, + "retraction_amount": { "default_value": 4.5 }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_hop": { "value": 0.1 }, + "retraction_hop_enabled": { "value": false }, + "retraction_hop_only_when_collides": { "value": true }, + "retraction_min_travel": { "value": "max(line_width * 2, 1.5)" }, + "retraction_prime_speed": + { + "maximum_value_warning": 130, + "value": "math.ceil(retraction_speed * 0.4)" }, - "speed_wall_0": { - "value": "math.ceil(speed_print * 30 / 50)" - }, - "speed_wall_x": { - "value": "speed_print" - }, - "speed_topbottom": { - "value": "math.ceil(speed_print * 20 / 50)" - }, - "speed_travel": { - "value": "speed_print if magic_spiralize else 120" - }, - "speed_layer_0": { - "value": "math.ceil(speed_print * 30 / 50)" - }, - "skirt_brim_speed": { - "value": "math.ceil(speed_print * 40 / 60)" - }, - "speed_z_hop": { - "value": "math.ceil(speed_print * 30 / 60)" - }, - "acceleration_enabled": { - "value": true - }, - "acceleration_print": { - "value": 750 - }, - "acceleration_travel": { - "value": 1500 - }, - "jerk_enabled": { - "value": true - }, - "jerk_print": { - "value": 10 - }, - "jerk_travel": { - "value": 15 - }, - "retract_at_layer_change": { - "value": true - }, - "retraction_amount": { - "default_value": 4.5 - }, - "retraction_speed": { + "retraction_retract_speed": { "maximum_value_warning": 130 }, + "retraction_speed": + { "default_value": 85, "maximum_value_warning": 100 }, - "retraction_retract_speed": { - "maximum_value_warning": 130 - }, - "retraction_prime_speed": { - "value": "math.ceil(retraction_speed * 0.4)", - "maximum_value_warning": 130 - }, - "retraction_min_travel": { - "value": "max(line_width * 2, 1.5)" - }, - "retraction_combing": { - "value": "'off' if retraction_hop_enabled else 'noskin'" - }, - "travel_retract_before_outer_wall": { - "value": true - }, - "retraction_hop_enabled": { - "value": false - }, - "retraction_hop_only_when_collides": { - "value": true - }, - "retraction_hop": { - "value": 0.1 - }, - "support_pattern": { - "value": "'triangles'" - }, - "support_z_distance": { - "value": 0.3 - }, - "support_interface_enable": { - "value": true - }, - "support_roof_enable": { - "value": true - }, - "support_use_towers": { - "value": false - }, - "adhesion_type": { - "value": "'skirt'" - }, - "skirt_line_count": { - "value": 3 - }, - "skirt_gap": { - "value": 5 - }, - "brim_width": { - "value": 5 - }, - "smooth_spiralized_contours": { - "value": false - } + "roofing_layer_count": { "value": 1 }, + "skin_overlap": { "value": 10 }, + "skirt_brim_speed": { "value": "math.ceil(speed_print * 40 / 60)" }, + "skirt_gap": { "value": 5 }, + "skirt_line_count": { "value": 3 }, + "smooth_spiralized_contours": { "value": false }, + "speed_layer_0": { "value": "math.ceil(speed_print * 30 / 50)" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 50)" }, + "speed_travel": { "value": "speed_print if magic_spiralize else 120" }, + "speed_wall": { "value": "speed_print" }, + "speed_wall_0": { "value": "math.ceil(speed_print * 30 / 50)" }, + "speed_wall_x": { "value": "speed_print" }, + "speed_z_hop": { "value": "math.ceil(speed_print * 30 / 60)" }, + "support_interface_enable": { "value": true }, + "support_pattern": { "value": "'triangles'" }, + "support_roof_enable": { "value": true }, + "support_use_towers": { "value": false }, + "support_z_distance": { "value": 0.3 }, + "top_layers": { "value": 6 }, + "top_thickness": { "value": "layer_height * top_layers" }, + "travel_retract_before_outer_wall": { "value": true }, + "wall_line_count": { "value": 3 }, + "wall_thickness": { "value": "line_width * wall_line_count" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'shortest'" } } } \ No newline at end of file diff --git a/resources/definitions/eryone_thinker_direct.def.json b/resources/definitions/eryone_thinker_direct.def.json index c27645235b..c7637f525b 100644 --- a/resources/definitions/eryone_thinker_direct.def.json +++ b/resources/definitions/eryone_thinker_direct.def.json @@ -1,18 +1,19 @@ { - "name": "Eryone Thinker DirectDrive", "version": 2, + "name": "Eryone Thinker DirectDrive", "inherits": "eryone_thinker", - "overrides": { - "machine_name": { "default_value": "Eryone Thinker DirectDrive" } - }, - "metadata": { + "metadata": + { "quality_definition": "eryone_thinker", - "speed_print": { - "maximum_value_warning": 130 - }, - "retraction_speed": { + "retraction_speed": + { "default_value": 35, "maximum_value_warning": 40 - } + }, + "speed_print": { "maximum_value_warning": 130 } + }, + "overrides": + { + "machine_name": { "default_value": "Eryone Thinker DirectDrive" } } } \ No newline at end of file diff --git a/resources/definitions/erzay3d.def.json b/resources/definitions/erzay3d.def.json index dc1ad9a509..28884a894a 100644 --- a/resources/definitions/erzay3d.def.json +++ b/resources/definitions/erzay3d.def.json @@ -1,78 +1,66 @@ { - "name": "Erzay3D", "version": 2, + "name": "Erzay3D", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Alexander Kirsanov", "manufacturer": "Robokinetika", "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "erzay3d_extruder_0" - } + "machine_extruder_trains": { "0": "erzay3d_extruder_0" } }, - - "overrides": { - "machine_start_gcode" : { "default_value": "G28\nG1 Z15.0 F6000\nG92 E0" }, - "machine_shape": { "default_value": "elliptic"}, - "machine_name": { "default_value": "Erzay3D" }, - "machine_depth": { "default_value": 210 }, - "machine_width": { "default_value": 210 }, - "machine_height": { "default_value": 230 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_center_is_zero": { "default_value": true }, - "machine_extruder_count": { "default_value": 1 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_heated_bed": { "default_value": true }, - "material_bed_temp_wait": { "default_value": true }, - "material_print_temp_wait": { "default_value": true }, - "material_print_temp_prepend": { "default_value": true }, - "machine_buildplate_type": { "default_value": "glass" }, - "machine_nozzle_head_distance": { "default_value": 2.5 }, - "machine_heat_zone_length": { "default_value": 12.5 }, - "machine_max_feedrate_x": { "default_value": 200 }, - "machine_max_feedrate_y": { "default_value": 200 }, - "machine_max_feedrate_z": { "default_value": 200 }, - "machine_max_feedrate_e": { "default_value": 50 }, - "machine_max_acceleration_x": { "default_value": 3000 }, - "machine_max_acceleration_y": { "default_value": 3000 }, - "machine_max_acceleration_z": { "default_value": 3000 }, - "machine_max_acceleration_e": { "default_value": 3000 }, - "machine_acceleration": { "default_value": 1000 }, - "machine_max_jerk_xy": { "default_value": 10 }, - "machine_max_jerk_z": { "default_value": 10 }, - "machine_max_jerk_e": { "default_value": 10 }, - "machine_steps_per_mm_x": { "default_value": 1600 }, - "machine_steps_per_mm_y": { "default_value": 1600 }, - "machine_steps_per_mm_z": { "default_value": 1600 }, - "machine_steps_per_mm_e": { "default_value": 174 }, - "machine_feeder_wheel_diameter": { "default_value": 12 }, - - "layer_height": { "default_value": 0.2 }, - "layer_height_0": { "default_value": 0.2 }, - - "ironing_pattern": { "default_value": "concentric" }, - "ironing_flow": { "default_value": 7.0 }, - - "infill_sparse_density": { "default_value": 20 }, - - "default_material_print_temperature": { "default_value": 220 }, - "retraction_amount": { "default_value": 6.5 }, - - "speed_print": { "default_value": 40 }, - - "acceleration_print": { "default_value": 1000 }, - - "jerk_print": { "default_value": 10 }, - - "support_angle": { "default_value": 65 }, - "support_brim_enable": { "value": true }, - - "adhesion_type": { "default_value": "skirt" }, - "brim_outside_only": { "default_value": false }, - - "meshfix_maximum_resolution": { "default_value": 0.25 } + "overrides": + { + "acceleration_print": { "default_value": 1000 }, + "adhesion_type": { "default_value": "skirt" }, + "brim_outside_only": { "default_value": false }, + "default_material_print_temperature": { "default_value": 220 }, + "infill_sparse_density": { "default_value": 20 }, + "ironing_flow": { "default_value": 7.0 }, + "ironing_pattern": { "default_value": "concentric" }, + "jerk_print": { "default_value": 10 }, + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_acceleration": { "default_value": 1000 }, + "machine_buildplate_type": { "default_value": "glass" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 210 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_feeder_wheel_diameter": { "default_value": 12 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heat_zone_length": { "default_value": 12.5 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 230 }, + "machine_max_acceleration_e": { "default_value": 3000 }, + "machine_max_acceleration_x": { "default_value": 3000 }, + "machine_max_acceleration_y": { "default_value": 3000 }, + "machine_max_acceleration_z": { "default_value": 3000 }, + "machine_max_feedrate_e": { "default_value": 50 }, + "machine_max_feedrate_x": { "default_value": 200 }, + "machine_max_feedrate_y": { "default_value": 200 }, + "machine_max_feedrate_z": { "default_value": 200 }, + "machine_max_jerk_e": { "default_value": 10 }, + "machine_max_jerk_xy": { "default_value": 10 }, + "machine_max_jerk_z": { "default_value": 10 }, + "machine_name": { "default_value": "Erzay3D" }, + "machine_nozzle_head_distance": { "default_value": 2.5 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G28\nG1 Z15.0 F6000\nG92 E0" }, + "machine_steps_per_mm_e": { "default_value": 174 }, + "machine_steps_per_mm_x": { "default_value": 1600 }, + "machine_steps_per_mm_y": { "default_value": 1600 }, + "machine_steps_per_mm_z": { "default_value": 1600 }, + "machine_width": { "default_value": 210 }, + "material_bed_temp_wait": { "default_value": true }, + "material_diameter": { "default_value": 1.75 }, + "material_print_temp_prepend": { "default_value": true }, + "material_print_temp_wait": { "default_value": true }, + "meshfix_maximum_resolution": { "default_value": 0.25 }, + "retraction_amount": { "default_value": 6.5 }, + "speed_print": { "default_value": 40 }, + "support_angle": { "default_value": 65 }, + "support_brim_enable": { "value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/fabtotum.def.json b/resources/definitions/fabtotum.def.json index 1f2565803f..2be0437e33 100644 --- a/resources/definitions/fabtotum.def.json +++ b/resources/definitions/fabtotum.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Fabtotum Personal Fabricator", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Fabtotum", "manufacturer": "Fabtotum", @@ -10,60 +11,66 @@ "platform": "fabtotum_platform.3mf", "has_machine_quality": true, "has_variants": true, - "variants_name": "Head", - "preferred_variant_name": "Lite 0.4 mm", + "machine_extruder_trains": { "0": "fabtotum_extruder_0" }, "preferred_material": "fabtotum_pla", + "preferred_variant_name": "Lite 0.4 mm", "supports_usb_connection": false, - "machine_extruder_trains": - { - "0": "fabtotum_extruder_0" - } + "variants_name": "Head" }, - "overrides": { - "machine_name": { "default_value": "FABtotum Personal Fabricator" }, - "machine_start_gcode": { - "default_value": ";Layer height: {layer_height}\n;Walls: {wall_thickness}\n;Fill: {infill_sparse_density}\n;Top\\Bottom Thickness: {top_bottom_thickness}\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG4 S1 ;1 millisecond pause to buffer the bep bep \nM300 S2 ;FAB bep bep (start the print, go check the oozing and skirt lines adesion) \nG4 S1 ;1 second pause to reach the printer (run fast)\nG92 E0 ;zero the extruded length \nG1 F200 E35 ;slowly extrude 35mm of filament to clean the nozzle and build up extrusion pressure \nG92 E0 ;zero the extruded length again \n;print" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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-3 X+5 Y+5 F5000 ;move Z up a bit and retract filament even more\n;end of the print\nM84 ;steppers off\nG90 ;absolute positioning\nM300 S2 ;FAB bep bep (end print)" - }, + "overrides": + { "gantry_height": { "value": "55" }, - "machine_width": { "default_value": 214 }, - "machine_height": { "default_value": 241.5 }, - "machine_depth": { "default_value": 234 }, + "infill_sparse_density": { "default_value": 24 }, + "machine_acceleration": { "default_value": 4000 }, "machine_center_is_zero": { "default_value": false }, - "machine_heated_bed": { "default_value": true }, - "machine_head_with_fans_polygon": { "default_value": [[-75, 35], [-75, -18], [18, 35], [18, -18]] }, + "machine_depth": { "default_value": 234 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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-3 X+5 Y+5 F5000 ;move Z up a bit and retract filament even more\n;end of the print\nM84 ;steppers off\nG90 ;absolute positioning\nM300 S2 ;FAB bep bep (end print)" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_max_feedrate_x": { "default_value": 250 }, - "machine_max_feedrate_y": { "default_value": 250 }, - "machine_max_feedrate_z": { "default_value": 15 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 241.5 }, + "machine_max_acceleration_e": { "default_value": 100 }, "machine_max_acceleration_x": { "default_value": 10000 }, "machine_max_acceleration_y": { "default_value": 10000 }, "machine_max_acceleration_z": { "default_value": 50 }, - "machine_max_acceleration_e": { "default_value": 100 }, - "machine_acceleration": { "default_value": 4000 }, + "machine_max_feedrate_x": { "default_value": 250 }, + "machine_max_feedrate_y": { "default_value": 250 }, + "machine_max_feedrate_z": { "default_value": 15 }, + "machine_max_jerk_e": { "default_value": 1.0 }, "machine_max_jerk_xy": { "default_value": 25.0 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 1.0 }, - "retraction_hop_enabled": { "default_value": false }, + "machine_name": { "default_value": "FABtotum Personal Fabricator" }, + "machine_start_gcode": { "default_value": ";Layer height: {layer_height}\n;Walls: {wall_thickness}\n;Fill: {infill_sparse_density}\n;Top\\Bottom Thickness: {top_bottom_thickness}\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG4 S1 ;1 millisecond pause to buffer the bep bep \nM300 S2 ;FAB bep bep (start the print, go check the oozing and skirt lines adesion) \nG4 S1 ;1 second pause to reach the printer (run fast)\nG92 E0 ;zero the extruded length \nG1 F200 E35 ;slowly extrude 35mm of filament to clean the nozzle and build up extrusion pressure \nG92 E0 ;zero the extruded length again \n;print" }, + "machine_width": { "default_value": 214 }, "material_final_print_temperature": { "value": "material_print_temperature - 5" }, "material_initial_print_temperature": { "value": "material_print_temperature" }, - "travel_avoid_distance": { "value": 1 }, - "speed_travel": { "value": 200 }, + "retraction_hop_enabled": { "default_value": false }, + "skirt_brim_minimal_length": { "default_value": 150 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_line_count": { "default_value": 3 }, "speed_infill": { "value": "round(speed_print * 1.05, 0)" }, + "speed_layer_0": { "value": "min(round(speed_print * 0.75, 0), 45.0)" }, "speed_topbottom": { "value": "round(speed_print * 0.95, 0)" }, + "speed_travel": { "value": 200 }, + "speed_travel_layer_0": { "value": "round(speed_travel * 0.7, 0)" }, "speed_wall": { "value": "speed_print" }, "speed_wall_0": { "value": "round(speed_print * 0.9, 0)" }, "speed_wall_x": { "value": "speed_wall" }, - "speed_layer_0": { "value": "min(round(speed_print * 0.75, 0), 45.0)" }, - "speed_travel_layer_0": { "value": "round(speed_travel * 0.7, 0)" }, - "skirt_brim_speed": { "value": "speed_layer_0" }, - "skirt_line_count": { "default_value": 3 }, - "skirt_brim_minimal_length": { "default_value": 150 }, - "infill_sparse_density": { "default_value": 24 }, + "support_interface_enable": { "default_value": true }, + "support_z_distance": + { + "default_value": 0.2, + "value": "min(2 * layer_height, machine_nozzle_size * 0.75)" + }, "top_bottom_thickness": { "default_value": 0.6 }, - "support_z_distance": { "default_value": 0.2, "value": "min(2 * layer_height, machine_nozzle_size * 0.75)" }, - "support_interface_enable": { "default_value": true } + "travel_avoid_distance": { "value": 1 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fabxpro.def.json b/resources/definitions/fabxpro.def.json index 03858988e7..7aaa9d658b 100644 --- a/resources/definitions/fabxpro.def.json +++ b/resources/definitions/fabxpro.def.json @@ -2,57 +2,37 @@ "version": 2, "name": "FabX Pro", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "FabX", "manufacturer": "FabX", "file_formats": "text/x-gcode", "platform": "fabxpro_platform.3mf", - "has_materials": true, "has_machine_quality": true, - "machine_extruder_trains": - { - "0": "fabxpro_extruder_0" - } + "has_materials": true, + "machine_extruder_trains": { "0": "fabxpro_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "FabX Pro" }, - "machine_width": { - "default_value": 170 - }, - "machine_height": { - "default_value": 170 - }, - "machine_depth": { - "default_value": 170 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 170 }, + "machine_end_gcode": { "value": "'M104 S0 ;extruder heater off' + ('\\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\\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 F9000 ;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'" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "value": "'M104 S0 ;extruder heater off' + ('\\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\\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 F9000 ;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'" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 170 }, + "machine_name": { "default_value": "FabX Pro" }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 170 } } -} +} \ No newline at end of file diff --git a/resources/definitions/farm2.def.json b/resources/definitions/farm2.def.json index 382e1841d0..7b63286d04 100644 --- a/resources/definitions/farm2.def.json +++ b/resources/definitions/farm2.def.json @@ -2,56 +2,38 @@ "version": 2, "name": "Farm 2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Farm3D", "manufacturer": "Farm3D LLC", "file_formats": "text/x-gcode", "platform": "farm2_platform.obj", - "platform_texture": "farm2plate.png", - "platform_offset": [-7, 0, -4], - "has_variants": true, - "preferred_variant_name": "PrintHead 0.4 mm", - "variants_name": "PrintHead type", - "has_materials": true, - "preferred_material": "generic_pla", "has_machine_quality": false, - "machine_extruder_trains": - { - "0": "farm2_extruder_1" - - } - + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "farm2_extruder_1" }, + "platform_offset": [ + -7, + 0, + -4 + ], + "platform_texture": "farm2plate.png", + "preferred_material": "generic_pla", + "preferred_variant_name": "PrintHead 0.4 mm", + "variants_name": "PrintHead type" }, - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 199 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28\nM84\nM81" }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 197 }, "machine_name": { "default_value": "Farm 2" }, - "machine_start_gcode" : { - "default_value": "G28 ;Home\nG1 Y0 Z3.0 F4000 ;Move the platform\nG92 E0\nG1 F1000 Z0.2\nG1 X190 F1000 E50 Z0.2\nG92 E0" - }, - "machine_end_gcode" : { - "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28\nM84\nM81" - }, - "machine_width": { - "default_value": 203 - }, - "machine_depth": { - "default_value": 199 - }, - "machine_height": { - "default_value": 197 - }, - "machine_heated_bed": { - "default_value": true - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (RepRap)" - } - + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Y0 Z3.0 F4000 ;Move the platform\nG92 E0\nG1 F1000 Z0.2\nG1 X190 F1000 E50 Z0.2\nG92 E0" }, + "machine_width": { "default_value": 203 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/definitions/farm2_ce.def.json b/resources/definitions/farm2_ce.def.json index bb7f14d84a..6dd0e2758b 100644 --- a/resources/definitions/farm2_ce.def.json +++ b/resources/definitions/farm2_ce.def.json @@ -2,56 +2,38 @@ "version": 2, "name": "Farm 2CE", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Farm3D", "manufacturer": "Farm3D LLC", "file_formats": "text/x-gcode", "platform": "farm2_platform.obj", - "platform_texture": "farm2ceplate.png", - "platform_offset": [-7, 0, -4], - "has_variants": true, - "preferred_variant_name": "PrintHead 0.4 mm", - "variants_name": "PrintHead type", - "has_materials": true, - "preferred_material": "generic_pla", "has_machine_quality": false, - "machine_extruder_trains": - { - "0": "farm2_ce_extruder_1" - - } - + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "farm2_ce_extruder_1" }, + "platform_offset": [ + -7, + 0, + -4 + ], + "platform_texture": "farm2ceplate.png", + "preferred_material": "generic_pla", + "preferred_variant_name": "PrintHead 0.4 mm", + "variants_name": "PrintHead type" }, - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 199 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 213 }, "machine_name": { "default_value": "Farm 2CE" }, - "machine_start_gcode" : { - "default_value": "G28\nG29 S0\nG92 E0\nG1 X0 Y0 F4000 Z0.1\nG1 Y0 X190 F1000 E50 Z0.3\nG1 Z0" - }, - "machine_end_gcode" : { - "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28\nM84" - }, - "machine_width": { - "default_value": 209 - }, - "machine_depth": { - "default_value": 199 - }, - "machine_height": { - "default_value": 213 - }, - "machine_heated_bed": { - "default_value": true - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (RepRap)" - } - + "machine_start_gcode": { "default_value": "G28\nG29 S0\nG92 E0\nG1 X0 Y0 F4000 Z0.1\nG1 Y0 X190 F1000 E50 Z0.3\nG1 Z0" }, + "machine_width": { "default_value": 209 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fdmextruder.def.json b/resources/definitions/fdmextruder.def.json index a1917fc9b9..0825a968bc 100644 --- a/resources/definitions/fdmextruder.def.json +++ b/resources/definitions/fdmextruder.def.json @@ -1,257 +1,257 @@ { - "name": "Extruder", "version": 2, + "name": "Extruder", "metadata": { - "type": "extruder", + "visible": false, "author": "Ultimaker", "manufacturer": "Unknown", + "position": "0", "setting_version": 20, - "visible": false, - "position": "0" + "type": "extruder" }, "settings": { "machine_settings": { - "label": "Machine", - "type": "category", - "description": "Machine specific settings", "children": { "extruder_nr": { - "label": "Extruder", - "description": "The extruder train used for printing. This is used in multi-extrusion.", - "type": "extruder", "default_value": "0", + "description": "The extruder train used for printing. This is used in multi-extrusion.", + "label": "Extruder", + "settable_globally": false, + "settable_per_extruder": true, "settable_per_mesh": true, - "settable_per_extruder": true, "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_nozzle_id": - { - "label": "Nozzle ID", - "description": "The nozzle ID for an extruder train, such as \"AA 0.4\" and \"BB 0.8\".", - "type": "str", - "default_value": "unknown", - "settable_per_mesh": false, - "settable_per_extruder": true - }, - "machine_nozzle_size": - { - "label": "Nozzle Diameter", - "description": "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size.", - "unit": "mm", - "type": "float", - "default_value": 0.4, - "minimum_value": "0.001", - "maximum_value_warning": "10", - "settable_per_mesh": false, - "settable_per_extruder": true - }, - "machine_nozzle_offset_x": - { - "label": "Nozzle X Offset", - "description": "The x-coordinate of the offset of the nozzle.", - "type": "float", - "unit": "mm", - "default_value": 0, - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_nozzle_offset_y": - { - "label": "Nozzle Y Offset", - "description": "The y-coordinate of the offset of the nozzle.", - "type": "float", - "unit": "mm", - "default_value": 0, - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_extruder_start_code": - { - "label": "Extruder Start G-Code", - "description": "Start g-code to execute when switching to this extruder.", - "type": "str", - "default_value": "", - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_extruder_start_pos_abs": - { - "label": "Extruder Start Position Absolute", - "description": "Make the extruder starting position absolute rather than relative to the last-known location of the head.", - "type": "bool", - "default_value": false, - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_extruder_start_pos_x": - { - "label": "Extruder Start Position X", - "description": "The x-coordinate of the starting position when turning the extruder on.", - "type": "float", - "unit": "mm", - "default_value": 0, - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_extruder_start_pos_y": - { - "label": "Extruder Start Position Y", - "description": "The y-coordinate of the starting position when turning the extruder on.", - "type": "float", - "unit": "mm", - "default_value": 0, - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_extruder_end_code": - { - "label": "Extruder End G-Code", - "description": "End g-code to execute when switching away from this extruder.", - "type": "str", - "default_value": "", - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_extruder_end_pos_abs": - { - "label": "Extruder End Position Absolute", - "description": "Make the extruder ending position absolute rather than relative to the last-known location of the head.", - "type": "bool", - "default_value": false, - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_extruder_end_pos_x": - { - "label": "Extruder End Position X", - "description": "The x-coordinate of the ending position when turning the extruder off.", - "type": "float", - "unit": "mm", - "default_value": 0, - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false - }, - "machine_extruder_end_pos_y": - { - "label": "Extruder End Position Y", - "description": "The y-coordinate of the ending position when turning the extruder off.", - "type": "float", - "unit": "mm", - "default_value": 0, - "settable_per_mesh": false, - "settable_per_extruder": true, - "settable_per_meshgroup": false, - "settable_globally": false + "type": "extruder" }, "extruder_prime_pos_z": { - "label": "Extruder Prime Z Position", + "default_value": 0, "description": "The Z coordinate of the position where the nozzle primes at the start of printing.", - "type": "float", - "unit": "mm", - "default_value": 0, - "minimum_value_warning": "0", + "label": "Extruder Prime Z Position", "maximum_value": "machine_height", + "minimum_value_warning": "0", + "settable_per_extruder": true, "settable_per_mesh": false, - "settable_per_extruder": true + "type": "float", + "unit": "mm" }, - "machine_extruder_cooling_fan_number": + "machine_extruder_cooling_fan_number": { - "label": "Extruder Print Cooling Fan", + "default_value": 0, "description": "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder.", - "type": "int", - "default_value": 0, + "label": "Extruder Print Cooling Fan", "minimum_value": "0", - "settable_per_mesh": false, + "settable_globally": false, "settable_per_extruder": true, + "settable_per_mesh": false, "settable_per_meshgroup": false, - "settable_globally": false - } - } - }, - "platform_adhesion": - { - "label": "Build Plate Adhesion", - "type": "category", - "icon": "Adhesion", - "description": "Adhesion", - "children": - { - "extruder_prime_pos_x": - { - "label": "Extruder Prime X Position", - "description": "The X coordinate of the position where the nozzle primes at the start of printing.", - "type": "float", - "unit": "mm", - "default_value": 0, - "minimum_value_warning": "machine_nozzle_offset_x", - "maximum_value": "machine_width", - "settable_per_mesh": false, - "settable_per_extruder": true, - "enabled": false + "type": "int" }, - "extruder_prime_pos_y": + "machine_extruder_end_code": { - "label": "Extruder Prime Y Position", - "description": "The Y coordinate of the position where the nozzle primes at the start of printing.", - "type": "float", - "unit": "mm", - "default_value": 0, - "minimum_value_warning": "machine_nozzle_offset_y", - "maximum_value_warning": "machine_depth", - "settable_per_mesh": false, + "default_value": "", + "description": "End g-code to execute when switching away from this extruder.", + "label": "Extruder End G-Code", + "settable_globally": false, "settable_per_extruder": true, - "enabled": false + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "str" + }, + "machine_extruder_end_pos_abs": + { + "default_value": false, + "description": "Make the extruder ending position absolute rather than relative to the last-known location of the head.", + "label": "Extruder End Position Absolute", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "bool" + }, + "machine_extruder_end_pos_x": + { + "default_value": 0, + "description": "The x-coordinate of the ending position when turning the extruder off.", + "label": "Extruder End Position X", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "float", + "unit": "mm" + }, + "machine_extruder_end_pos_y": + { + "default_value": 0, + "description": "The y-coordinate of the ending position when turning the extruder off.", + "label": "Extruder End Position Y", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "float", + "unit": "mm" + }, + "machine_extruder_start_code": + { + "default_value": "", + "description": "Start g-code to execute when switching to this extruder.", + "label": "Extruder Start G-Code", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "str" + }, + "machine_extruder_start_pos_abs": + { + "default_value": false, + "description": "Make the extruder starting position absolute rather than relative to the last-known location of the head.", + "label": "Extruder Start Position Absolute", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "bool" + }, + "machine_extruder_start_pos_x": + { + "default_value": 0, + "description": "The x-coordinate of the starting position when turning the extruder on.", + "label": "Extruder Start Position X", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "float", + "unit": "mm" + }, + "machine_extruder_start_pos_y": + { + "default_value": 0, + "description": "The y-coordinate of the starting position when turning the extruder on.", + "label": "Extruder Start Position Y", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "float", + "unit": "mm" + }, + "machine_nozzle_id": + { + "default_value": "unknown", + "description": "The nozzle ID for an extruder train, such as \"AA 0.4\" and \"BB 0.8\".", + "label": "Nozzle ID", + "settable_per_extruder": true, + "settable_per_mesh": false, + "type": "str" + }, + "machine_nozzle_offset_x": + { + "default_value": 0, + "description": "The x-coordinate of the offset of the nozzle.", + "label": "Nozzle X Offset", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "float", + "unit": "mm" + }, + "machine_nozzle_offset_y": + { + "default_value": 0, + "description": "The y-coordinate of the offset of the nozzle.", + "label": "Nozzle Y Offset", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "float", + "unit": "mm" + }, + "machine_nozzle_size": + { + "default_value": 0.4, + "description": "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size.", + "label": "Nozzle Diameter", + "maximum_value_warning": "10", + "minimum_value": "0.001", + "settable_per_extruder": true, + "settable_per_mesh": false, + "type": "float", + "unit": "mm" } - } + }, + "description": "Machine specific settings", + "label": "Machine", + "type": "category" }, "material": { - "label": "Material", - "icon": "Spool", - "description": "Material", - "type": "category", "children": { "material_diameter": { - "label": "Diameter", - "description": "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament.", - "unit": "mm", - "type": "float", "default_value": 2.85, + "description": "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament.", + "enabled": "machine_gcode_flavor != \"UltiGCode\"", + "label": "Diameter", + "maximum_value_warning": "3.5", "minimum_value": "0.0001", "minimum_value_warning": "0.4", - "maximum_value_warning": "3.5", - "enabled": "machine_gcode_flavor != \"UltiGCode\"", + "settable_per_extruder": true, "settable_per_mesh": false, - "settable_per_extruder": true + "type": "float", + "unit": "mm" } - } + }, + "description": "Material", + "icon": "Spool", + "label": "Material", + "type": "category" + }, + "platform_adhesion": + { + "children": + { + "extruder_prime_pos_x": + { + "default_value": 0, + "description": "The X coordinate of the position where the nozzle primes at the start of printing.", + "enabled": false, + "label": "Extruder Prime X Position", + "maximum_value": "machine_width", + "minimum_value_warning": "machine_nozzle_offset_x", + "settable_per_extruder": true, + "settable_per_mesh": false, + "type": "float", + "unit": "mm" + }, + "extruder_prime_pos_y": + { + "default_value": 0, + "description": "The Y coordinate of the position where the nozzle primes at the start of printing.", + "enabled": false, + "label": "Extruder Prime Y Position", + "maximum_value_warning": "machine_depth", + "minimum_value_warning": "machine_nozzle_offset_y", + "settable_per_extruder": true, + "settable_per_mesh": false, + "type": "float", + "unit": "mm" + } + }, + "description": "Adhesion", + "icon": "Adhesion", + "label": "Build Plate Adhesion", + "type": "category" } } -} +} \ No newline at end of file diff --git a/resources/definitions/felixpro2dual.def.json b/resources/definitions/felixpro2dual.def.json index 7c883b2f76..fd621f6073 100644 --- a/resources/definitions/felixpro2dual.def.json +++ b/resources/definitions/felixpro2dual.def.json @@ -2,70 +2,68 @@ "version": 2, "name": "Felix Pro 2 Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "pnks", "manufacturer": "Felix", + "file_formats": "text/x-gcode", "platform": "FelixPro2_platform.obj", - "platform_offset": [-135, -0.5, 130], + "has_materials": true, + "has_variants": true, "machine_extruder_trains": { "0": "felixpro2_dual_extruder_0", "1": "felixpro2_dual_extruder_1" }, - "file_formats": "text/x-gcode", - "has_variants": true, - "has_materials": true, + "platform_offset": [ + -135, + -0.5, + 130 + ], "preferred_variant_name": "0.35 mm", "variants_name": "Nozzle diameter" }, - "overrides": { - "machine_name": { "default_value": "FelixPro2Dual" }, - + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "0" }, + "infill_sparse_density": { "default_value": 20 }, "layer_height": { "default_value": 0.15 }, "layer_height_0": { "default_value": 0.2 }, - - "infill_sparse_density": { "default_value": 20 }, - "wall_thickness": { "value": "1" }, - "top_bottom_thickness": { "default_value": 1 }, - - "machine_width": { "default_value": 240 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 225 }, - "machine_height": { "default_value": 245 }, - + "machine_end_gcode": { "default_value": "; Endcode FELIXprinters Pro series\r\n; =================================\t; Move extruder to park position\r\nG91 \t\t\t\t\t; Make coordinates relative\r\nG1 Z2 F5000 \t\t\t\t; Move z 2mm up\r\nG90 \t\t\t\t\t; Use absolute coordinates again\t\t\r\nG1 X220 Y243 F7800 \t\t\t; Move bed and printhead to ergonomic position\r\n\r\n; =================================\t; Turn off heaters\r\nT0\t\t\t\t\t; Select left extruder\r\nM104 T0 S0\t\t\t\t; Turn off heater and continue\t\t\t\t\r\nG92 E0\t\t\t\t\t; Reset extruder position\r\nG1 E-8\t\t\t\t\t; Retract filament 8mm\r\nG1 E-5\t\t\t\t\t; Push back filament 3mm\r\nG92 E0\t\t\t\t\t; Reset extruder position\r\n\r\nT1\t\t\t\t\t; Select right extruder\r\nM104 T1 S0\t\t\t\t; Turn off heater and continu\r\nG92 E0\t\t\t\t\t; Reset extruder position\r\nG1 E-8\t\t\t\t\t; Retract filament 8mm\r\nG1 E-5\t\t\t\t\t; Push back filament 3mm\r\nG92 E0\t\t\t\t\t; Reset extruder position\r\nT0\t\t\t\t\t; Select left extruder\r\nM140 S0\t\t\t\t\t; Turn off bed heater\r\n\r\n; =================================\t; Turn the rest off\r\nM107 \t\t\t\t; Turn off fan\r\nM84\t\t\t\t\t; Disable steppers\r\nM117 Print Complete" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Repetier" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -60, 50 ], - [ -60, -50 ], - [ 70, 50 ], - [ 70, -50 ] + [-60, 50], + [-60, -50], + [70, 50], + [70, -50] ] }, - "gantry_height": { "value": "0" }, - "machine_extruder_count": { "default_value": 2 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 245 }, + "machine_name": { "default_value": "FelixPro2Dual" }, + "machine_start_gcode": { "default_value": "G90 ;absolute positioning\r\nM82 ;set extruder to absolute mode\r\nM107 ;start with the fan off\r\nG28 X0 Y0 ;move X/Y to min endstops\r\nG28 Z0 ;move Z to min endstops\r\nG1 Z15.0 F9000 ;move the platform down 15mm\r\n\r\nT0 ;Switch to the 1st extruder\r\nG92 E0 ;zero the extruded length\r\nG1 F200 E6 ;extrude 6 mm of feed stock\r\nG92 E0 ;zero the extruded length again\r\n;G1 F9000\r\nM117 FPro2 printing...\r\n" }, + "machine_width": { "default_value": 240 }, + "material_flow": { "default_value": 100 }, + "material_flow_layer_0": + { + "default_value": 110, + "value": "material_flow * 1.1" + }, "prime_tower_position_x": { "value": "250" }, "prime_tower_position_y": { "value": "200" }, - - "machine_heated_bed": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "Repetier" }, - "machine_center_is_zero": { "default_value": false }, - - "speed_print": { "default_value": 80 }, - "retraction_amount": { "default_value": 1 }, - "retraction_speed": { "default_value": 50}, - "material_flow": { "default_value": 100 }, - "material_flow_layer_0": { "default_value" : 110, "value": "material_flow * 1.1" }, - "adhesion_type": { "default_value": "skirt" }, + "retraction_speed": { "default_value": 50 }, "skirt_brim_minimal_length": { "default_value": 130 }, "skirt_line_count": { "default_value": 3 }, - - "machine_start_gcode": { - "default_value": "G90 ;absolute positioning\r\nM82 ;set extruder to absolute mode\r\nM107 ;start with the fan off\r\nG28 X0 Y0 ;move X\/Y to min endstops\r\nG28 Z0 ;move Z to min endstops\r\nG1 Z15.0 F9000 ;move the platform down 15mm\r\n\r\nT0 ;Switch to the 1st extruder\r\nG92 E0 ;zero the extruded length\r\nG1 F200 E6 ;extrude 6 mm of feed stock\r\nG92 E0 ;zero the extruded length again\r\n;G1 F9000\r\nM117 FPro2 printing...\r\n" - }, - "machine_end_gcode": { - "default_value": "; Endcode FELIXprinters Pro series\r\n; =================================\t; Move extruder to park position\r\nG91 \t\t\t\t\t; Make coordinates relative\r\nG1 Z2 F5000 \t\t\t\t; Move z 2mm up\r\nG90 \t\t\t\t\t; Use absolute coordinates again\t\t\r\nG1 X220 Y243 F7800 \t\t\t; Move bed and printhead to ergonomic position\r\n\r\n; =================================\t; Turn off heaters\r\nT0\t\t\t\t\t; Select left extruder\r\nM104 T0 S0\t\t\t\t; Turn off heater and continue\t\t\t\t\r\nG92 E0\t\t\t\t\t; Reset extruder position\r\nG1 E-8\t\t\t\t\t; Retract filament 8mm\r\nG1 E-5\t\t\t\t\t; Push back filament 3mm\r\nG92 E0\t\t\t\t\t; Reset extruder position\r\n\r\nT1\t\t\t\t\t; Select right extruder\r\nM104 T1 S0\t\t\t\t; Turn off heater and continu\r\nG92 E0\t\t\t\t\t; Reset extruder position\r\nG1 E-8\t\t\t\t\t; Retract filament 8mm\r\nG1 E-5\t\t\t\t\t; Push back filament 3mm\r\nG92 E0\t\t\t\t\t; Reset extruder position\r\nT0\t\t\t\t\t; Select left extruder\r\nM140 S0\t\t\t\t\t; Turn off bed heater\r\n\r\n; =================================\t; Turn the rest off\r\nM107 \t\t\t\t; Turn off fan\r\nM84\t\t\t\t\t; Disable steppers\r\nM117 Print Complete" - } + "speed_print": { "default_value": 80 }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/felixtec4dual.def.json b/resources/definitions/felixtec4dual.def.json index ce0122251e..0e11069e6e 100644 --- a/resources/definitions/felixtec4dual.def.json +++ b/resources/definitions/felixtec4dual.def.json @@ -2,55 +2,50 @@ "version": 2, "name": "Felix Tec 4 Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "kerog777@gmail.com", "manufacturer": "Felix", + "file_formats": "text/x-gcode", "platform": "FelixTec4_platform.3mf", - "platform_offset": [-128,0, 102], + "has_materials": true, + "has_variants": true, "machine_extruder_trains": { "0": "felixtec4_dual_extruder_0", "1": "felixtec4_dual_extruder_1" }, - "file_formats": "text/x-gcode", - "has_variants": true, - "has_materials": true, + "platform_offset": [ + -128, + 0, + 102 + ], "preferred_variant_name": "0.35 mm", "variants_name": "Nozzle Diam" }, - "overrides": { - "machine_name": { "default_value": "FelixTec4Dual" }, - + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "infill_pattern": { "value": "'tetrahedral'" }, + "infill_sparse_density": { "default_value": 20 }, "layer_height": { "default_value": 0.2 }, "layer_height_0": { "default_value": 0.3 }, - "infill_sparse_density": { "default_value": 20 }, - "wall_thickness": { "value": "1" }, - "top_bottom_thickness": { "default_value": 1 }, - - "infill_pattern": { "value": "'tetrahedral'" }, - - "machine_width": { "default_value": 255 }, - "machine_depth": { "default_value": 205 }, - "machine_height": { "default_value": 225 }, - - "machine_heated_bed": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "Repetier" }, "machine_center_is_zero": { "default_value": false }, - - "speed_print": { "default_value": 60 }, - - "retraction_amount": { "default_value": 1 }, - "retraction_speed": { "default_value": 50}, + "machine_depth": { "default_value": 205 }, + "machine_end_gcode": { "default_value": "; FELIXprinters End Code Tec Series v1.0\n; Modified by kerog777@gmail.com\n; ================================= \n; Move extruder to park position\nG91 ; Make coordinates relative\nG1 Z2 F1000 ; Move z 2mm up\nG90 ; Use absolute coordinates again\nG1 X0 Y0 F15240 ; Move bed and printhead to ergonomic position\n\n; ================================= ; Turn off heaters\nM140 S0 ; Turn off bed heater\nT0 ; Select left extruder\nM104 T0 S0 ; Turn off heater and continue\nG92 E0 ; Reset extruder position\nG1 E-6 ; Retract filament 8mm\nG92 E0 ; Reset extruder position\nT1 ; Select right extruder\nM104 T1 S0 ; Turn off heater and continue\nG92 E0 ; Reset extruder position\nG1 E-6 ; Retract filament 8mm\nG92 E0 ; Reset extruder position\nT0 ; Select left extruder\n\n; ================================= ; Turn the rest off\nM107 ; Turn off fan\nM84 ; Disable steppers\nM117 Finished Printing!" }, + "machine_gcode_flavor": { "default_value": "Repetier" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 225 }, + "machine_name": { "default_value": "FelixTec4Dual" }, + "machine_start_gcode": { "default_value": "; FELIXprinters | www.FELIXprinters.com | Zeemanlaan 15 3401 MV IJsselstein The Netherlands\n; FELIX Tec 4 | Start Code Dual Extruders v1.0\n; Modified by kerog777@gmail.com\n;================================ \n;Initializing\nM80 ; Turn on the power supply\nM107 ; Turn off fans\nM117 Heating up\nM190 S{material_bed_temperature} ; Heatup Bed\nM104 T0 S120\nM104 T1 S120\nG28 ; Home all\nM109 T0 S{material_print_temperature_layer_0} ; Heatup hot-end\nM117 Purging\nT0 ; Select extruder 1\nG92 E0 ; Reset extruder\nG1 X10.0 Y1.1 Z5.0 F15240 ; Move to start-line position\nG1 Z0.3 F15240 ; Move z up\nG1 X127.0 Y1.1 Z0.3 F1500.0 E15 ; Purge 1st line\nG92 E0 ; Reset extruder\n\n;================================ ; Initializing done\nM117 FELIXprinting" }, + "machine_width": { "default_value": 255 }, "material_flow": { "default_value": 95 }, - "adhesion_type": { "default_value": "skirt" }, - "skirt_brim_minimal_length": { "default_value": 130}, - - "machine_start_gcode": { - "default_value": "; FELIXprinters | www.FELIXprinters.com | Zeemanlaan 15 3401 MV IJsselstein The Netherlands\n; FELIX Tec 4 | Start Code Dual Extruders v1.0\n; Modified by kerog777@gmail.com\n;================================ \n;Initializing\nM80 ; Turn on the power supply\nM107 ; Turn off fans\nM117 Heating up\nM190 S{material_bed_temperature} ; Heatup Bed\nM104 T0 S120\nM104 T1 S120\nG28 ; Home all\nM109 T0 S{material_print_temperature_layer_0} ; Heatup hot-end\nM117 Purging\nT0 ; Select extruder 1\nG92 E0 ; Reset extruder\nG1 X10.0 Y1.1 Z5.0 F15240 ; Move to start-line position\nG1 Z0.3 F15240 ; Move z up\nG1 X127.0 Y1.1 Z0.3 F1500.0 E15 ; Purge 1st line\nG92 E0 ; Reset extruder\n\n;================================ ; Initializing done\nM117 FELIXprinting" - }, - "machine_end_gcode": { - "default_value": "; FELIXprinters End Code Tec Series v1.0\n; Modified by kerog777@gmail.com\n; ================================= \n; Move extruder to park position\nG91 ; Make coordinates relative\nG1 Z2 F1000 ; Move z 2mm up\nG90 ; Use absolute coordinates again\nG1 X0 Y0 F15240 ; Move bed and printhead to ergonomic position\n\n; ================================= ; Turn off heaters\nM140 S0 ; Turn off bed heater\nT0 ; Select left extruder\nM104 T0 S0 ; Turn off heater and continue\nG92 E0 ; Reset extruder position\nG1 E-6 ; Retract filament 8mm\nG92 E0 ; Reset extruder position\nT1 ; Select right extruder\nM104 T1 S0 ; Turn off heater and continue\nG92 E0 ; Reset extruder position\nG1 E-6 ; Retract filament 8mm\nG92 E0 ; Reset extruder position\nT0 ; Select left extruder\n\n; ================================= ; Turn the rest off\nM107 ; Turn off fan\nM84 ; Disable steppers\nM117 Finished Printing!" - } + "retraction_amount": { "default_value": 1 }, + "retraction_speed": { "default_value": 50 }, + "skirt_brim_minimal_length": { "default_value": 130 }, + "speed_print": { "default_value": 60 }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/flashforge_base.def.json b/resources/definitions/flashforge_base.def.json index c41b03419f..0e7e2e01d5 100644 --- a/resources/definitions/flashforge_base.def.json +++ b/resources/definitions/flashforge_base.def.json @@ -2,43 +2,39 @@ "version": 2, "name": "Dreamer NX", "inherits": "fdmprinter", - "metadata": { + "machine_end_gcode": { "default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_start_gcode": { "default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end" }, + "metadata": + { "visible": false, "author": "Egon", "manufacturer": "Flashforge", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - "machine_extruder_trains": - { - "0": "flashforge_dreamernx_extruder_0" - }, + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "has_machine_quality": true, - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "normal", + "machine_extruder_trains": { "0": "flashforge_dreamernx_extruder_0" }, "preferred_material": "generic_pla", + "preferred_quality_type": "normal", + "preferred_variant_name": "0.4mm Nozzle", "variants_name": "Nozzle Size" }, - "overrides": { - "machine_heated_bed": {"default_value": true}, - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, + "overrides": + { + "machine_acceleration": { "value": 500 }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, "machine_max_acceleration_x": { "value": 1500 }, "machine_max_acceleration_y": { "value": 1500 }, "machine_max_acceleration_z": { "value": 500 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 } - }, - - - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end"}, - "machine_end_gcode": {"default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18" - } + "machine_max_jerk_z": { "value": 0.4 } } +} \ No newline at end of file diff --git a/resources/definitions/flashforge_dreamer_nx.def.json b/resources/definitions/flashforge_dreamer_nx.def.json index 04eae33272..425c601133 100644 --- a/resources/definitions/flashforge_dreamer_nx.def.json +++ b/resources/definitions/flashforge_dreamer_nx.def.json @@ -2,32 +2,41 @@ "version": 2, "name": "Dreamer NX", "inherits": "flashforge_base", - "metadata": { + "metadata": + { "visible": true, "author": "Egon", "manufacturer": "Flashforge", "file_formats": "text/x-gcode", "platform": "FlashForge_DreamerNX.obj", - "platform_offset": [0, 0, 0], + "platform_offset": [ + 0, + 0, + 0 + ], "quality_definition": "flashforge_base" }, - - "overrides": { - "machine_name": { "default_value": "Dreamer NX" }, - "retraction_amount": { "default_value": 1.3 }, - "retraction_speed": { "default_value": 40 }, - "machine_width": {"default_value": 230}, - "machine_height": {"default_value": 140}, - "machine_depth": {"default_value": 150}, - "machine_center_is_zero": {"default_value": true}, - "machine_head_with_fans_polygon":{"default_value": [[ -15, -25 ],[ -15, 35 ],[ 40, 35 ],[ 40, -25 ]] + "overrides": + { + "gantry_height": { "value": "30" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 150 }, + "machine_end_gcode": { "default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-15, -25], + [-15, 35], + [40, 35], + [40, -25] + ] }, - "gantry_height": {"value": "30"}, - - - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end"}, - "machine_end_gcode": {"default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18" - } + "machine_height": { "default_value": 140 }, + "machine_name": { "default_value": "Dreamer NX" }, + "machine_start_gcode": { "default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end" }, + "machine_width": { "default_value": 230 }, + "retraction_amount": { "default_value": 1.3 }, + "retraction_speed": { "default_value": 40 } } -} +} \ No newline at end of file diff --git a/resources/definitions/flsun_q5.def.json b/resources/definitions/flsun_q5.def.json index db52b54eb6..93f6abddfa 100644 --- a/resources/definitions/flsun_q5.def.json +++ b/resources/definitions/flsun_q5.def.json @@ -2,45 +2,25 @@ "version": 2, "name": "Flsun Q5", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, - "manufacturer": "Flsun", "author": "Daniel Kreuzhofer", + "manufacturer": "Flsun", "file_formats": "text/x-gcode", - "machine_extruder_trains": { - "0": "flsun_q5_extruder" - } + "machine_extruder_trains": { "0": "flsun_q5_extruder" } }, - "overrides": { - "machine_extruder_count": { - "default_value": 1 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": ";FLAVOR:Marlin\r\nM82 ;absolute extrusion mode\r\nG21\r\nG90\r\nM82\r\nM107 T0\r\nG28\r\nG92 E0\r\nG0 E3 F200\r\nG92 E0 ; reset extrusion distance\r\nM106 S255 ; Enable cooling fan full speed\r\nG1 X-98 Y0 Z0.4 F3000 ; move to arc start\r\nG3 X0 Y-98 I98 Z0.4 E40 F400 ; lay arc stripe 90deg\r\nG92 E0 ; reset extrusion distance\r\nG4 P500 ; wait for 0.5 sec\r\nG0 Z10 E-1 ; Lift 15mm and retract 1mm filament\r\nG4 P2000 ; wait for 5 sec\r\nG0 Z15\r\nM107 ; Disable cooling fan\r\nG1 X0 Y-85 Z4 E0 F3000 ; get off the bed" - }, - "machine_end_gcode": { - "default_value": "M104 S0\r\nM140 S0\r\nG92 E1\r\nG1 E-1 F300\r\nG28 X0 Y0\r\nM84\r\nM82 ;absolute extrusion mode\r\nM104 S0" - }, - "machine_shape": { - "default_value": "elliptic" - } + "overrides": + { + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0\r\nM140 S0\r\nG92 E1\r\nG1 E-1 F300\r\nG28 X0 Y0\r\nM84\r\nM82 ;absolute extrusion mode\r\nM104 S0" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": ";FLAVOR:Marlin\r\nM82 ;absolute extrusion mode\r\nG21\r\nG90\r\nM82\r\nM107 T0\r\nG28\r\nG92 E0\r\nG0 E3 F200\r\nG92 E0 ; reset extrusion distance\r\nM106 S255 ; Enable cooling fan full speed\r\nG1 X-98 Y0 Z0.4 F3000 ; move to arc start\r\nG3 X0 Y-98 I98 Z0.4 E40 F400 ; lay arc stripe 90deg\r\nG92 E0 ; reset extrusion distance\r\nG4 P500 ; wait for 0.5 sec\r\nG0 Z10 E-1 ; Lift 15mm and retract 1mm filament\r\nG4 P2000 ; wait for 5 sec\r\nG0 Z15\r\nM107 ; Disable cooling fan\r\nG1 X0 Y-85 Z4 E0 F3000 ; get off the bed" }, + "machine_width": { "default_value": 200 } } -} +} \ No newline at end of file diff --git a/resources/definitions/flsun_qq.def.json b/resources/definitions/flsun_qq.def.json index 6c32fea5e3..712bb872aa 100644 --- a/resources/definitions/flsun_qq.def.json +++ b/resources/definitions/flsun_qq.def.json @@ -2,45 +2,25 @@ "version": 2, "name": "Flsun QQ", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, - "manufacturer": "Flsun", "author": "Daniel Green", + "manufacturer": "Flsun", "file_formats": "text/x-gcode", - "machine_extruder_trains": { - "0": "flsun_qq_extruder" - } + "machine_extruder_trains": { "0": "flsun_qq_extruder" } }, - "overrides": { - "machine_extruder_count": { - "default_value": 1 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 260 - }, - "machine_height": { - "default_value": 285 - }, - "machine_depth": { - "default_value": 260 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - }, - "machine_shape": { - "default_value": "elliptic" - } + "overrides": + { + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 260 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 285 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 260 } } -} +} \ No newline at end of file diff --git a/resources/definitions/flsun_qq_s.def.json b/resources/definitions/flsun_qq_s.def.json index 024531a28d..2e2cb54a82 100644 --- a/resources/definitions/flsun_qq_s.def.json +++ b/resources/definitions/flsun_qq_s.def.json @@ -2,56 +2,27 @@ "version": 2, "name": "Flsun QQ-S", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Cataldo URSO & Eddy Emck ", "manufacturer": "Flsun", - "platform": "flsun_qq_s.3mf", "file_formats": "text/x-gcode", + "platform": "flsun_qq_s.3mf", "has_materials": true, - "preferred_quality_type": "draft", - "machine_extruder_trains": { - "0": "flsun_qq_s_extruder_0" - } + "machine_extruder_trains": { "0": "flsun_qq_s_extruder_0" }, + "preferred_quality_type": "draft" }, - "overrides": { - "machine_center_is_zero": { - "default_value": true - }, - "machine_shape": { - "default_value": "elliptic" - }, - "machine_width": { - "default_value": 260 - }, - "machine_depth": { - "default_value": 260 - }, - "machine_height": { - "default_value": 370 - }, - "z_seam_type": { - "default_value": "back" - }, - "gantry_height": { - "value": "0" - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_start_gcode": { - "default_value": "G21\nG90\nM82\nM107 T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG0 E3 F200\nG92 E0\n" - }, - "machine_end_gcode": { - "default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 X-20 Y-20 F9000\nG28 X0 Y0\nM84 ;steppers off\nG90 ;absolute positioning\n" - }, - "infill_sparse_density": { - "default_value": 10 - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "0" }, + "infill_sparse_density": { "default_value": 10 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 260 }, + "machine_end_gcode": { "default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 X-20 Y-20 F9000\nG28 X0 Y0\nM84 ;steppers off\nG90 ;absolute positioning\n" }, + "machine_gcode_flavor": { "default_value": "Repetier" }, + "machine_head_with_fans_polygon": + { "default_value": [ [0, 0], [0, 0], @@ -59,14 +30,14 @@ [0, 0] ] }, - "retraction_enable": { - "default_value": true - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "Repetier" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 370 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107 T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG0 E3 F200\nG92 E0\n" }, + "machine_width": { "default_value": 260 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_enable": { "default_value": true }, + "z_seam_type": { "default_value": "back" } } -} +} \ No newline at end of file diff --git a/resources/definitions/flsun_sr.def.json b/resources/definitions/flsun_sr.def.json index 37487412ab..a926816617 100644 --- a/resources/definitions/flsun_sr.def.json +++ b/resources/definitions/flsun_sr.def.json @@ -2,43 +2,34 @@ "version": 2, "name": "Flsun Super Racer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Thushan Fernando, Guislain Cyril", "manufacturer": "Flsun", - "platform": "flsun_sr.stl", - "platform_offset": [0,-81,-43.5], "file_formats": "text/x-gcode", - "has_materials": true, + "platform": "flsun_sr.stl", "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": { - "0": "flsun_sr_extruder_0" - } + "has_materials": true, + "machine_extruder_trains": { "0": "flsun_sr_extruder_0" }, + "platform_offset": [ + 0, + -81, + -43.5 + ], + "preferred_quality_type": "normal" }, - "overrides": { - "machine_extruder_count": { - "default_value": 1 - }, - "retraction_enable": { - "default_value": true - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 264 - }, - "machine_depth": { - "default_value": 264 - }, - "machine_height": { - "default_value": 320 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "0" }, + "infill_sparse_density": { "default_value": 15 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 264 }, + "machine_end_gcode": { "default_value": "G91 ; relative coordinates\nG1 E-1 F300 ; retract filament a bit before lifting\nG1 Z+5 E-5 F6000 ; raise platform from current position\nG28 X0 Y0 ; home axis\nG90 ; absolute coordinates\nG92 E0 ; reset extruder\nM104 S0 ; turn off hotend\nM140 S0 ; turn off heat bed\nM107 ; turn off fans\nM84 ; disable motors\n" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { "default_value": [ [0, 0], [0, 0], @@ -46,32 +37,14 @@ [0, 0] ] }, - "z_seam_type": { - "value": "'back'" - }, - "gantry_height": { - "value": "0" - }, - "machine_shape": { - "default_value": "elliptic" - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "infill_sparse_density": { - "default_value": 15 - }, - "machine_start_gcode": { - "default_value": "G21 ; millimeter units\nG90 ; absolute coordinates\nM82 ; E absolute\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0}\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_initial_print_temperature}\nG28 ; home axis\nM420 S1 ; enable mesh leveling\n; Lower nozzle and move to start position\nG1 Z150\nG1 X-130 Y0 Z0.4 F3000\n; Extrude about 40 mm by printing a 90 degree arc\nG3 X0 Y-130 I130 Z0.3 E40 F2700\n; Retract and move nozzle up\nG92 E0\nG1 E-1.5 F1800\nG0 Z0.5\nG1 E0 F300\n" - }, - "machine_end_gcode": { - "default_value": "G91 ; relative coordinates\nG1 E-1 F300 ; retract filament a bit before lifting\nG1 Z+5 E-5 F6000 ; raise platform from current position\nG28 X0 Y0 ; home axis\nG90 ; absolute coordinates\nG92 E0 ; reset extruder\nM104 S0 ; turn off hotend\nM140 S0 ; turn off heat bed\nM107 ; turn off fans\nM84 ; disable motors\n" - }, - "machine_gcode_flavor": { - "default_value": "Marlin" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 320 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21 ; millimeter units\nG90 ; absolute coordinates\nM82 ; E absolute\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0}\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_initial_print_temperature}\nG28 ; home axis\nM420 S1 ; enable mesh leveling\n; Lower nozzle and move to start position\nG1 Z150\nG1 X-130 Y0 Z0.4 F3000\n; Extrude about 40 mm by printing a 90 degree arc\nG3 X0 Y-130 I130 Z0.3 E40 F2700\n; Retract and move nozzle up\nG92 E0\nG1 E-1.5 F1800\nG0 Z0.5\nG1 E0 F300\n" }, + "machine_width": { "default_value": 264 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_enable": { "default_value": true }, + "z_seam_type": { "value": "'back'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/flyingbear_base.def.json b/resources/definitions/flyingbear_base.def.json index 68c709a630..b59c6abf90 100644 --- a/resources/definitions/flyingbear_base.def.json +++ b/resources/definitions/flyingbear_base.def.json @@ -1,26 +1,13 @@ { - "name": "Flying Bear Base Printer", "version": 2, + "name": "Flying Bear Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "oducceu", "manufacturer": "Flying Bear", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { "0": "flyingbear_base_extruder_0" }, - - "has_materials": true, - "preferred_material": "generic_pla", - - "has_variants": true, - "variants_name": "Nozzle Size", - "preferred_variant_name": "0.4mm Nozzle", - - "has_machine_quality": true, - "preferred_quality_type": "normal", - "exclude_materials": [ "3D-Fuel_PLA_PRO_Black", "3D-Fuel_PLA_SnapSupport", @@ -99,104 +86,99 @@ "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "flyingbear_base_extruder_0" }, + "preferred_material": "generic_pla", + "preferred_quality_type": "normal", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": { "default_value": "Flying Bear Base Printer" }, - - "machine_start_gcode": { "default_value": "M220 S100 ;reset feedrate\nM221 S100 ;reset flowrate\nG90 ;use absolute coordinates\nM82 ;absolute extrusion mode\nG28 ;home\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder\n\nG1 X75 Y5 F5000 ;start position\nG1 Z0.28 F1500 ;lower z\nG1 E4 F500 ;prime the filament\nG1 X180 E10 F500 ;1st line\nG1 Y5.4 F5000\nG1 X75 E20 F500 ;2nd line\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder" }, - - "machine_end_gcode": { "default_value": "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 Y{machine_depth} F5000 ;park print head\n\nM107 ;turn off fan\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\nM84 ;disable motors" }, - - "machine_heated_bed": { "default_value": true }, - "machine_shape": { "default_value": "rectangular" }, - "machine_buildplate_type": { "value": "glass" }, - "machine_center_is_zero": { "default_value": false }, - - "material_diameter": { "default_value": 1.75 }, - - "layer_height_0": { "value": 0.2 }, - "skin_line_width": { "value": "machine_nozzle_size" }, - "infill_line_width": { "value": "line_width + 0.1" }, - "skirt_brim_line_width": { "value": "line_width + 0.1" }, - "support_interface_line_width": { "value": "line_width - 0.1" }, - - "wall_thickness": { "value": "line_width * 3" }, - "wall_0_wipe_dist": { "value": 0.0 }, - "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3 if layer_height > 0.15 else 0.8" }, - "optimize_wall_printing_order": { "value": true }, + "overrides": + { + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_gap": { "value": "line_width / 2 if line_width < 0.4 else 0.2" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, "fill_outline_gaps": { "value": false }, - "z_seam_type": { "value": "'sharpest_corner'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, - - "infill_sparse_density": { "value": 20 }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_overlap": { "value": 30 }, - "skin_overlap": { "value": 10 }, - "infill_wipe_dist": { "value": 0.0 }, "infill_before_walls": { "value": false }, "infill_enable_travel_optimization": { "value": true }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "infill_line_width": { "value": "line_width + 0.1" }, + "infill_overlap": { "value": 30 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_sparse_density": { "value": 20 }, + "infill_wipe_dist": { "value": 0.0 }, + "layer_height_0": { "value": 0.2 }, + "machine_buildplate_type": { "value": "glass" }, + "machine_center_is_zero": { "default_value": false }, + "machine_end_gcode": { "default_value": "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 Y{machine_depth} F5000 ;park print head\n\nM107 ;turn off fan\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\nM84 ;disable motors" }, + "machine_heated_bed": { "default_value": true }, + "machine_name": { "default_value": "Flying Bear Base Printer" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "M220 S100 ;reset feedrate\nM221 S100 ;reset flowrate\nG90 ;use absolute coordinates\nM82 ;absolute extrusion mode\nG28 ;home\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder\n\nG1 X75 Y5 F5000 ;start position\nG1 Z0.28 F1500 ;lower z\nG1 E4 F500 ;prime the filament\nG1 X180 E10 F500 ;1st line\nG1 Y5.4 F5000\nG1 X75 E20 F500 ;2nd line\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder" }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - "retraction_min_travel": { "value": 1.5 }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": 0.25 }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 5 }, + "optimize_wall_printing_order": { "value": true }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_combing_max_distance": { "value": 30 }, "retraction_count_max": { "value": 100 }, "retraction_extrusion_window": { "value": 10 }, - - "speed_print": { "value": 60 } , + "retraction_hop": { "value": 0.2 }, + "retraction_hop_enabled": { "value": false }, + "retraction_min_travel": { "value": 1.5 }, + "skin_line_width": { "value": "machine_nozzle_size" }, + "skin_overlap": { "value": 10 }, + "skirt_brim_line_width": { "value": "line_width + 0.1" }, + "skirt_brim_minimal_length": { "value": 50 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 10 }, + "skirt_line_count": { "value": 3 }, "speed_infill": { "value": "speed_print * 1.5" }, - "speed_wall_x": { "value": "speed_print" }, + "speed_layer_0": { "value": "speed_print / 2" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 60 }, "speed_roofing": { "value": "speed_topbottom" }, "speed_support": { "value": "speed_print" }, "speed_support_interface": { "value": "speed_topbottom" }, - "speed_prime_tower": { "value": "speed_topbottom" }, "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0": { "value": "speed_print / 2" }, "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "skirt_brim_speed": { "value": "speed_layer_0" }, + "speed_wall_x": { "value": "speed_print" }, "speed_z_hop": { "value": 5 }, - - "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, - "travel_retract_before_outer_wall": { "value": true }, - "retraction_combing_max_distance": { "value": 30 }, - "travel_avoid_other_parts": { "value": true }, - "travel_avoid_supports": { "value": true }, - "retraction_hop_enabled": { "value": false }, - "retraction_hop": { "value": 0.2 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "minimum_support_area": { "value": 5 }, - "minimum_interface_area": { "value": 10 }, - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_skip_height": { "value": 0.2 }, - "support_interface_density": { "value": 33 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_wall_count": { "value": 1 }, "support_brim_enable": { "value": true }, "support_brim_width": { "value": 4 }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_line_width": { "value": "line_width - 0.1" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, "support_use_towers": { "value": false }, - - "adhesion_type": { "value": "'skirt'" }, - "skirt_line_count": { "value": 3 }, - "skirt_gap": { "value": 10 }, - "skirt_brim_minimal_length": { "value": 50 }, - "brim_replaces_support": { "value": false }, - "brim_gap": { "value": "line_width / 2 if line_width < 0.4 else 0.2" }, - - "meshfix_maximum_resolution": { "value": 0.25 }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 } - } -} + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3 if layer_height > 0.15 else 0.8" }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true }, + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 3" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'sharpest_corner'" } + } +} \ No newline at end of file diff --git a/resources/definitions/flyingbear_ghost_4s.def.json b/resources/definitions/flyingbear_ghost_4s.def.json index 08bd3a2d97..fe5b82a49f 100644 --- a/resources/definitions/flyingbear_ghost_4s.def.json +++ b/resources/definitions/flyingbear_ghost_4s.def.json @@ -1,54 +1,45 @@ { - "name": "Flying Bear Ghost 4S", - "version": 2, - "inherits": "flyingbear_base", - "metadata": { - "visible": true, - "author": "oducceu", - - "platform": "flyingbear_platform.obj", - "platform_texture": "flyingbear_platform.png", - - "quality_definition": "flyingbear_base" - - }, - - "overrides": { - "machine_name": { "default_value": "Flying Bear Ghost 4S" }, - "machine_width": { "default_value": 255 }, - "machine_depth": { "default_value": 210 }, - "machine_height": { "default_value": 200 }, - - "machine_steps_per_mm_x": { "default_value": 80 }, - "machine_steps_per_mm_y": { "default_value": 80 }, - "machine_steps_per_mm_z": { "default_value": 400 }, - "machine_steps_per_mm_e": { "default_value": 400 }, - - "machine_max_feedrate_x": { "value": 200 }, - "machine_max_feedrate_y": { "value": 200 }, - "machine_max_feedrate_z": { "value": 20 }, - "machine_max_feedrate_e": { "value": 70 }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "machine_max_acceleration_x": { "value": 1000 }, - "machine_max_acceleration_y": { "value": 1000 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 1000 }, - "machine_acceleration": { "value": 1000 }, - - "machine_max_jerk_xy": { "value": 20 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5.0 }, - - "acceleration_print": { "value": 1000 }, - "acceleration_travel": { "value": 1000 }, - "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - - "jerk_print": { "value": 20 }, - "jerk_travel": { "value": "jerk_print" }, - "jerk_travel_layer_0": { "value": "jerk_travel" } - } + "version": 2, + "name": "Flying Bear Ghost 4S", + "inherits": "flyingbear_base", + "metadata": + { + "visible": true, + "author": "oducceu", + "platform": "flyingbear_platform.obj", + "platform_texture": "flyingbear_platform.png", + "quality_definition": "flyingbear_base" + }, + "overrides": + { + "acceleration_enabled": { "value": false }, + "acceleration_print": { "value": 1000 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + "acceleration_travel": { "value": 1000 }, + "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": 1000 }, + "machine_depth": { "default_value": 210 }, + "machine_height": { "default_value": 200 }, + "machine_max_acceleration_e": { "value": 1000 }, + "machine_max_acceleration_x": { "value": 1000 }, + "machine_max_acceleration_y": { "value": 1000 }, + "machine_max_acceleration_z": { "value": 100 }, + "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": 20 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Flying Bear Ghost 4S" }, + "machine_steps_per_mm_e": { "default_value": 400 }, + "machine_steps_per_mm_x": { "default_value": 80 }, + "machine_steps_per_mm_y": { "default_value": 80 }, + "machine_steps_per_mm_z": { "default_value": 400 }, + "machine_width": { "default_value": 255 } + } } \ No newline at end of file diff --git a/resources/definitions/flyingbear_ghost_5.def.json b/resources/definitions/flyingbear_ghost_5.def.json index cd799f8591..26108d9eeb 100644 --- a/resources/definitions/flyingbear_ghost_5.def.json +++ b/resources/definitions/flyingbear_ghost_5.def.json @@ -1,54 +1,45 @@ { - "name": "Flying Bear Ghost 5", - "version": 2, - "inherits": "flyingbear_base", - "metadata": { - "visible": true, - "author": "oducceu", - - "platform": "flyingbear_platform.obj", - "platform_texture": "flyingbear_platform.png", - - "quality_definition": "flyingbear_base" - - }, - - "overrides": { - "machine_name": { "default_value": "Flying Bear Ghost 5" }, - "machine_width": { "default_value": 255 }, - "machine_depth": { "default_value": 210 }, - "machine_height": { "default_value": 200 }, - - "machine_steps_per_mm_x": { "default_value": 80 }, - "machine_steps_per_mm_y": { "default_value": 80 }, - "machine_steps_per_mm_z": { "default_value": 400 }, - "machine_steps_per_mm_e": { "default_value": 410 }, - - "machine_max_feedrate_x": { "value": 300 }, - "machine_max_feedrate_y": { "value": 300 }, - "machine_max_feedrate_z": { "value": 20 }, - "machine_max_feedrate_e": { "value": 70 }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "machine_max_acceleration_x": { "value": 1000 }, - "machine_max_acceleration_y": { "value": 1000 }, - "machine_max_acceleration_z": { "value": 200 }, - "machine_max_acceleration_e": { "value": 80000 }, - "machine_acceleration": { "value": 1000 }, - - "machine_max_jerk_xy": { "value": 20 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5.0 }, - - "acceleration_print": { "value": 1000 }, - "acceleration_travel": { "value": 3000 }, - "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - - "jerk_print": { "value": 20 }, - "jerk_travel": { "value": "jerk_print" }, - "jerk_travel_layer_0": { "value": "jerk_travel" } - } + "version": 2, + "name": "Flying Bear Ghost 5", + "inherits": "flyingbear_base", + "metadata": + { + "visible": true, + "author": "oducceu", + "platform": "flyingbear_platform.obj", + "platform_texture": "flyingbear_platform.png", + "quality_definition": "flyingbear_base" + }, + "overrides": + { + "acceleration_enabled": { "value": false }, + "acceleration_print": { "value": 1000 }, + "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": 1000 }, + "machine_depth": { "default_value": 210 }, + "machine_height": { "default_value": 200 }, + "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": 300 }, + "machine_max_feedrate_y": { "value": 300 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_jerk_e": { "value": 5.0 }, + "machine_max_jerk_xy": { "value": 20 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Flying Bear Ghost 5" }, + "machine_steps_per_mm_e": { "default_value": 410 }, + "machine_steps_per_mm_x": { "default_value": 80 }, + "machine_steps_per_mm_y": { "default_value": 80 }, + "machine_steps_per_mm_z": { "default_value": 400 }, + "machine_width": { "default_value": 255 } + } } \ No newline at end of file diff --git a/resources/definitions/folgertech_FT-5.def.json b/resources/definitions/folgertech_FT-5.def.json index 092d032842..79a2b2192f 100644 --- a/resources/definitions/folgertech_FT-5.def.json +++ b/resources/definitions/folgertech_FT-5.def.json @@ -1,30 +1,24 @@ { - "version": 2, + "version": 2, "name": "Folger Tech FT-5", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Jaime van Kessel & Paul Bussiere", "manufacturer": "Folger Tech", "file_formats": "text/x-gcode", "platform": "FT-5_build_plate.3mf", - "machine_extruder_trains": - { - "0": "folgertech_FT-5_extruder_0" - } + "machine_extruder_trains": { "0": "folgertech_FT-5_extruder_0" } }, - "overrides": { - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - "machine_depth": { "default_value": 300 }, + "overrides": + { "gantry_height": { "value": "55" }, - - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - } + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_300.def.json b/resources/definitions/fusedform_300.def.json index d4199abd5c..f6654279e6 100644 --- a/resources/definitions/fusedform_300.def.json +++ b/resources/definitions/fusedform_300.def.json @@ -2,29 +2,29 @@ "version": 2, "name": "FF300", "inherits": "fusedform_base", - - "metadata": { - "quality_definition": "fusedform_base", - "visible": true + "metadata": + { + "visible": true, + "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_name": { "default_value": "FF300" }, - "machine_width": { "default_value": 360 }, + "overrides": + { + "acceleration_travel": { "value": 1000 }, + "machine_acceleration": { "default_value": 1000 }, "machine_depth": { "default_value": 300 }, + "machine_extruder_count": { "value": 1 }, "machine_height": { "default_value": 320 }, - "machine_extruder_count": { "value": 1 }, + "machine_max_acceleration_x": { "value": 1200 }, + "machine_max_acceleration_y": { "value": 1200 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, "machine_max_feedrate_x": { "default_value": 100 }, "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":1200}, - "machine_max_acceleration_y": {"value":1200}, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_acceleration": { "default_value": 1000 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 8 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":1000} + "machine_name": { "default_value": "FF300" }, + "machine_width": { "default_value": 360 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_300_doppia.def.json b/resources/definitions/fusedform_300_doppia.def.json index 6b13bc02ea..b9fca582fb 100644 --- a/resources/definitions/fusedform_300_doppia.def.json +++ b/resources/definitions/fusedform_300_doppia.def.json @@ -2,29 +2,29 @@ "version": 2, "name": "FF300 Doppia", "inherits": "fusedform_doppia_base", - "metadata": { + "metadata": + { "visible": true, "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_extruder_count": { "value": 2 }, - "machine_name": { "default_value": "FF300 Doppia" }, - "machine_width": { "default_value": 360 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 320 }, - "machine_max_feedrate_x": { "default_value": 100 }, - "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":900}, - "machine_max_acceleration_y": {"value":900}, - "machine_max_acceleration_z": { "default_value": 100 }, + "overrides": + { + "acceleration_travel": { "value": 900 }, "machine_acceleration": { "default_value": 900 }, + "machine_depth": { "default_value": 300 }, + "machine_extruder_count": { "value": 2 }, + "machine_height": { "default_value": 320 }, + "machine_max_acceleration_x": { "value": 900 }, + "machine_max_acceleration_y": { "value": 900 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, + "machine_max_feedrate_x": { "default_value": 100 }, + "machine_max_feedrate_y": { "default_value": 100 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 8 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":900} - + "machine_name": { "default_value": "FF300 Doppia" }, + "machine_width": { "default_value": 360 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_600.def.json b/resources/definitions/fusedform_600.def.json index 04ee166859..a9342410e1 100644 --- a/resources/definitions/fusedform_600.def.json +++ b/resources/definitions/fusedform_600.def.json @@ -2,29 +2,29 @@ "version": 2, "name": "FF600", "inherits": "fusedform_base", - - "metadata": { - "quality_definition": "fusedform_base", - "visible": true + "metadata": + { + "visible": true, + "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_name": { "default_value": "FF600" }, - "machine_width": { "default_value": 500 }, + "overrides": + { + "acceleration_travel": { "value": 800 }, + "machine_acceleration": { "default_value": 1000 }, "machine_depth": { "default_value": 500 }, + "machine_extruder_count": { "value": 1 }, "machine_height": { "default_value": 600 }, - "machine_extruder_count": { "value": 1 }, + "machine_max_acceleration_x": { "value": 1200 }, + "machine_max_acceleration_y": { "value": 1200 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, "machine_max_feedrate_x": { "default_value": 100 }, "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":1200}, - "machine_max_acceleration_y": {"value":1200}, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_acceleration": { "default_value": 1000 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 8 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":800} + "machine_name": { "default_value": "FF600" }, + "machine_width": { "default_value": 500 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_600_doppia.def.json b/resources/definitions/fusedform_600_doppia.def.json index b6c8ce279f..651cd6dbe5 100644 --- a/resources/definitions/fusedform_600_doppia.def.json +++ b/resources/definitions/fusedform_600_doppia.def.json @@ -2,29 +2,29 @@ "version": 2, "name": "FF600 Doppia", "inherits": "fusedform_doppia_base", - "metadata": { + "metadata": + { "visible": true, "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_extruder_count": { "value": 2 }, - "machine_name": { "default_value": "FF600 Doppia" }, - "machine_width": { "default_value": 500 }, + "overrides": + { + "acceleration_travel": { "value": 900 }, + "machine_acceleration": { "default_value": 900 }, "machine_depth": { "default_value": 500 }, + "machine_extruder_count": { "value": 2 }, "machine_height": { "default_value": 600 }, + "machine_max_acceleration_x": { "value": 900 }, + "machine_max_acceleration_y": { "value": 900 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, "machine_max_feedrate_x": { "default_value": 100 }, "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":900}, - "machine_max_acceleration_y": {"value":900}, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_acceleration": { "default_value": 900 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 8 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":900} - + "machine_name": { "default_value": "FF600 Doppia" }, + "machine_width": { "default_value": 500 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_600plus.def.json b/resources/definitions/fusedform_600plus.def.json index 221ac3eead..86c106718d 100644 --- a/resources/definitions/fusedform_600plus.def.json +++ b/resources/definitions/fusedform_600plus.def.json @@ -2,30 +2,29 @@ "version": 2, "name": "FF600plus", "inherits": "fusedform_base", - - "metadata": { - "quality_definition": "fusedform_base", - "visible": true + "metadata": + { + "visible": true, + "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_name": { "default_value": "FF600plus" }, - "machine_width": { "default_value": 600 }, + "overrides": + { + "acceleration_travel": { "value": 800 }, + "machine_acceleration": { "default_value": 1000 }, "machine_depth": { "default_value": 600 }, + "machine_extruder_count": { "value": 1 }, "machine_height": { "default_value": 600 }, - "machine_extruder_count": { "value": 1 }, + "machine_max_acceleration_x": { "value": 1200 }, + "machine_max_acceleration_y": { "value": 1200 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, "machine_max_feedrate_x": { "default_value": 100 }, "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":1200}, - "machine_max_acceleration_y": {"value":1200}, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_acceleration": { "default_value": 1000 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 8 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":800} + "machine_name": { "default_value": "FF600plus" }, + "machine_width": { "default_value": 600 } } - -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_600plus_doppia.def.json b/resources/definitions/fusedform_600plus_doppia.def.json index de3889c1a8..818f7511d8 100644 --- a/resources/definitions/fusedform_600plus_doppia.def.json +++ b/resources/definitions/fusedform_600plus_doppia.def.json @@ -2,32 +2,29 @@ "version": 2, "name": "FF600plus Doppia", "inherits": "fusedform_doppia_base", - "metadata": { + "metadata": + { "visible": true, "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_extruder_count": { "value": 2 }, - "machine_name": { "default_value": "FF600plus Doppia" }, - "machine_width": { "default_value": 600 }, + "overrides": + { + "acceleration_travel": { "value": 900 }, + "machine_acceleration": { "default_value": 900 }, "machine_depth": { "default_value": 600 }, + "machine_extruder_count": { "value": 2 }, "machine_height": { "default_value": 600 }, + "machine_max_acceleration_x": { "value": 900 }, + "machine_max_acceleration_y": { "value": 900 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, "machine_max_feedrate_x": { "default_value": 100 }, "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":900}, - "machine_max_acceleration_y": {"value":900}, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_acceleration": { "default_value": 900 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 8 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":900} - - - - + "machine_name": { "default_value": "FF600plus Doppia" }, + "machine_width": { "default_value": 600 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_base.def.json b/resources/definitions/fusedform_base.def.json index 1777b93913..d58e82b818 100644 --- a/resources/definitions/fusedform_base.def.json +++ b/resources/definitions/fusedform_base.def.json @@ -2,81 +2,79 @@ "version": 2, "name": "fusedform_base", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": false, "author": "Juan Blanco", "manufacturer": "Fused Form", - "visible": false, - "machine_extruder_trains":{"0": "fusedform_base_extruder_0"}, - "preferred_material": "generic_pla", "exclude_materials": [ "structur3d_dap100silicone" ], - "has_machine_quality": true, - "has_materials": true, + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "fusedform_base_extruder_0" }, + "preferred_material": "generic_pla", "preferred_quality_type": "normal" }, - - "overrides": { - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": {"default_value": false}, - "machine_head_with_fans_polygon":{"default_value": [ - [ -20, 20 ], - [ -20, -20 ], - [ 18, 20 ], - [ 18, -18 ] + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_full_at_height": { "value": 0.4 }, + "cool_fan_full_layer": { "value": 2 }, + "cool_min_speed": { "value": 30 }, + "gantry_height": { "value": "70" }, + "infill_overlap": { "value": 0 }, + "infill_sparse_density": { "value": 15 }, + "layer_height": { "default_value": 0.15 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_end_gcode": { "value": "'M104 S0 ;extruder heater off' + ('\\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\\nG91 ;relative positioning\\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\\nM84 ;steppers off\\nG90 ;absolute positioning\\nM107 ; Fans off'" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-20, 20], + [-20, -20], + [18, 20], + [18, -18] ] }, - "gantry_height": {"value": "70"}, - - "machine_use_extruder_offset_to_offset_coords": {"default_value": true}, - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\n;Put printing message on LCD screen\nM117 Printing..."}, - "machine_end_gcode": {"value": "'M104 S0 ;extruder heater off' + ('\\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\\nG91 ;relative positioning\\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\\nM84 ;steppers off\\nG90 ;absolute positioning\\nM107 ; Fans off'"}, - - "layer_height": { "default_value": 0.15 }, - "layer_height_0": { "default_value": 0.2 }, - - "wall_line_count":{ "value": 3 }, - "wall_thickness": { "value": 1.2 }, - "top_bottom_thickness": {"value": 1.5}, - "optimize_wall_printing_order": {"value": true}, - - "infill_sparse_density": {"value":15}, - "infill_overlap": {"value": 0}, - - "speed_print": { "value": 45 }, - "speed_infill": { "value": 45 }, - "speed_travel": { "value": 75 }, - "speed_topbottom": {"value": 40 }, - "speed_wall": { "value": 35 }, - "speed_wall_x": { "value": 40 }, - - "retraction_enable": {"default_value":true}, - "retraction_amount": { "default_value": 4 }, - "retraction_speed": { "default_value": 70}, - "retraction_min_travel": {"value":5 }, - "retraction_count_max": {"default_value":10 }, - "retraction_extrusion_window": {"value":4 }, - "retraction_hop": {"default_value":0.2}, - "retraction_hop_enabled": {"value":true}, - "speed_z_hop": {"value":2.5 }, - - "cool_fan_enabled": {"default_value":true}, - "cool_fan_full_at_height": {"value":0.4}, - "cool_fan_full_layer": {"value":2}, - "cool_min_speed": {"value":30}, - - "support_enable": {"value":true}, - "support_angle": {"default_value": 50}, - "support_brim_enable": {"value":true}, - "support_infill_angles": {"value":[-45]}, - "support_interface_density": {"value": 70}, - "support_interface_enable": {"value": true }, - "support_interface_height": {"value": 0.5}, - "support_interface_pattern": {"default_value":"lines"}, - "support_pattern": {"default_value":"lines"}, - "support_xy_distance": {"value": 0.5}, - "support_z_distance": {"value": 0.3 }, - - - "adhesion_type": {"default_value":"skirt"} + "machine_heated_bed": { "default_value": true }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "optimize_wall_printing_order": { "value": true }, + "retraction_amount": { "default_value": 4 }, + "retraction_count_max": { "default_value": 10 }, + "retraction_enable": { "default_value": true }, + "retraction_extrusion_window": { "value": 4 }, + "retraction_hop": { "default_value": 0.2 }, + "retraction_hop_enabled": { "value": true }, + "retraction_min_travel": { "value": 5 }, + "retraction_speed": { "default_value": 70 }, + "speed_infill": { "value": 45 }, + "speed_print": { "value": 45 }, + "speed_topbottom": { "value": 40 }, + "speed_travel": { "value": 75 }, + "speed_wall": { "value": 35 }, + "speed_wall_x": { "value": 40 }, + "speed_z_hop": { "value": 2.5 }, + "support_angle": { "default_value": 50 }, + "support_brim_enable": { "value": true }, + "support_enable": { "value": true }, + "support_infill_angles": + { + "value": [ + -45 + ] + }, + "support_interface_density": { "value": 70 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": 0.5 }, + "support_interface_pattern": { "default_value": "lines" }, + "support_pattern": { "default_value": "lines" }, + "support_xy_distance": { "value": 0.5 }, + "support_z_distance": { "value": 0.3 }, + "top_bottom_thickness": { "value": 1.5 }, + "wall_line_count": { "value": 3 }, + "wall_thickness": { "value": 1.2 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_doppia_base.def.json b/resources/definitions/fusedform_doppia_base.def.json index add20dfc77..f333829270 100644 --- a/resources/definitions/fusedform_doppia_base.def.json +++ b/resources/definitions/fusedform_doppia_base.def.json @@ -2,83 +2,85 @@ "version": 2, "name": "fusedform_doppia_base", "inherits": "fusedform_base", - "metadata": { + "metadata": + { + "visible": false, "author": "Juan Blanco", "manufacturer": "Fused Form", - "visible": false, - "machine_extruder_trains":{"0": "fusedform_doppia_base_extruder_0","1": "fusedform_doppia_base_extruder_1"}, - "preferred_material": "generic_pla", "exclude_materials": [ "structur3d_dap100silicone" ], - "has_machine_quality": true, - "has_materials": true, + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": + { + "0": "fusedform_doppia_base_extruder_0", + "1": "fusedform_doppia_base_extruder_1" + }, + "preferred_material": "generic_pla", "preferred_quality_type": "normal" }, - - "overrides": { - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": {"default_value": false}, - "machine_head_with_fans_polygon":{"default_value": [ - [ -20, 20 ], - [ -20, -20 ], - [ 18, 20 ], - [ 18, -18 ] + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_full_at_height": { "value": 0.4 }, + "cool_fan_full_layer": { "value": 2 }, + "cool_min_speed": { "value": 30 }, + "gantry_height": { "value": "70" }, + "infill_overlap": { "value": 0 }, + "infill_sparse_density": { "value": 15 }, + "layer_height": { "default_value": 0.15 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_end_gcode": { "value": "'M104 S0 ;extruder heater off' + ('\\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\\nG91 ;relative positioning\\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\\nM84 ;steppers off\\nG90 ;absolute positioning\\nM107 ; Fans off'" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-20, 20], + [-20, -20], + [18, 20], + [18, -18] ] }, - "gantry_height": {"value": "70"}, - - "machine_use_extruder_offset_to_offset_coords": {"default_value": true}, - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\n;Put printing message on LCD screen\nM117 Printing..."}, - "machine_end_gcode": {"value": "'M104 S0 ;extruder heater off' + ('\\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\\nG91 ;relative positioning\\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\\nM84 ;steppers off\\nG90 ;absolute positioning\\nM107 ; Fans off'"}, - - "layer_height": { "default_value": 0.15 }, - "layer_height_0": { "default_value": 0.2 }, - - "wall_line_count":{ "value": 3 }, - "wall_thickness": { "value": 1.2 }, - "top_bottom_thickness": {"value": 1.5}, - "optimize_wall_printing_order": {"value": true}, - - "infill_sparse_density": {"value":15}, - "infill_overlap": {"value": 0}, - - "speed_print": { "value": 45 }, - "speed_infill": { "value": 45 }, - "speed_travel": { "value": 75 }, - "speed_topbottom": {"value": 40 }, - "speed_wall": { "value": 35 }, - "speed_wall_x": { "value": 40 }, - - "retraction_enable": {"default_value":true}, - "retraction_amount": { "default_value": 4 }, - "retraction_speed": { "default_value": 70}, - "retraction_min_travel": {"value":5 }, - "retraction_count_max": {"default_value":10 }, - "retraction_extrusion_window": {"value":4 }, - "retraction_hop": {"default_value":0.2}, - "retraction_hop_enabled": {"value":true}, - "speed_z_hop": {"value":2.5 }, - - "cool_fan_enabled": {"default_value":true}, - "cool_fan_full_at_height": {"value":0.4}, - "cool_fan_full_layer": {"value":2}, - "cool_min_speed": {"value":30}, - - "support_enable": {"value":true}, - "support_angle": {"default_value": 50}, - "support_brim_enable": {"value":true}, - "support_infill_angles": {"value":[-45]}, - "support_interface_density": {"value": 70}, - "support_interface_enable": {"value": true }, - "support_interface_height": {"value": 0.5}, - "support_interface_pattern": {"default_value":"lines"}, - "support_pattern": {"default_value":"lines"}, - "support_xy_distance": {"value": 0.5}, - "support_z_distance": {"value": 0.3 }, - - "adhesion_type": {"default_value":"skirt"}, - - "switch_extruder_retraction_amount": { "value": 6 }, - "switch_extruder_retraction_speeds": { "value": 60 } + "machine_heated_bed": { "default_value": true }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "optimize_wall_printing_order": { "value": true }, + "retraction_amount": { "default_value": 4 }, + "retraction_count_max": { "default_value": 10 }, + "retraction_enable": { "default_value": true }, + "retraction_extrusion_window": { "value": 4 }, + "retraction_hop": { "default_value": 0.2 }, + "retraction_hop_enabled": { "value": true }, + "retraction_min_travel": { "value": 5 }, + "retraction_speed": { "default_value": 70 }, + "speed_infill": { "value": 45 }, + "speed_print": { "value": 45 }, + "speed_topbottom": { "value": 40 }, + "speed_travel": { "value": 75 }, + "speed_wall": { "value": 35 }, + "speed_wall_x": { "value": 40 }, + "speed_z_hop": { "value": 2.5 }, + "support_angle": { "default_value": 50 }, + "support_brim_enable": { "value": true }, + "support_enable": { "value": true }, + "support_infill_angles": + { + "value": [ + -45 + ] + }, + "support_interface_density": { "value": 70 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": 0.5 }, + "support_interface_pattern": { "default_value": "lines" }, + "support_pattern": { "default_value": "lines" }, + "support_xy_distance": { "value": 0.5 }, + "support_z_distance": { "value": 0.3 }, + "switch_extruder_retraction_amount": { "value": 6 }, + "switch_extruder_retraction_speeds": { "value": 60 }, + "top_bottom_thickness": { "value": 1.5 }, + "wall_line_count": { "value": 3 }, + "wall_thickness": { "value": 1.2 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_mini.def.json b/resources/definitions/fusedform_mini.def.json index d87f75716d..36e257172b 100644 --- a/resources/definitions/fusedform_mini.def.json +++ b/resources/definitions/fusedform_mini.def.json @@ -1,30 +1,30 @@ { "version": 2, - "name":"FFmini", + "name": "FFmini", "inherits": "fusedform_base", - - "metadata": { - "quality_definition": "fusedform_base", - "visible": true + "metadata": + { + "visible": true, + "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_name": { "default_value": "FFmini" }, - "machine_width": { "default_value": 200 }, + "overrides": + { + "acceleration_travel": { "value": 1000 }, + "machine_acceleration": { "default_value": 1000 }, "machine_depth": { "default_value": 200 }, + "machine_extruder_count": { "value": 1 }, "machine_height": { "default_value": 240 }, - "machine_extruder_count": { "value": 1 }, + "machine_max_acceleration_x": { "value": 1200 }, + "machine_max_acceleration_y": { "value": 1200 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, "machine_max_feedrate_x": { "default_value": 100 }, "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":1200}, - "machine_max_acceleration_y": {"value":1200}, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_acceleration": { "default_value": 1000 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 14 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":1000} + "machine_name": { "default_value": "FFmini" }, + "machine_width": { "default_value": 200 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_std.def.json b/resources/definitions/fusedform_std.def.json index 77cf20fdc5..586b20bd28 100644 --- a/resources/definitions/fusedform_std.def.json +++ b/resources/definitions/fusedform_std.def.json @@ -2,29 +2,29 @@ "version": 2, "name": "FFSTD", "inherits": "fusedform_base", - - "metadata": { - "quality_definition": "fusedform_base", - "visible": true + "metadata": + { + "visible": true, + "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_name": { "default_value": "FFSTD" }, - "machine_width": { "default_value": 240 }, + "overrides": + { + "acceleration_travel": { "value": 1200 }, + "machine_acceleration": { "default_value": 900 }, "machine_depth": { "default_value": 200 }, + "machine_extruder_count": { "value": 1 }, "machine_height": { "default_value": 320 }, - "machine_extruder_count": { "value": 1 }, + "machine_max_acceleration_x": { "value": 1200 }, + "machine_max_acceleration_y": { "value": 1200 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, "machine_max_feedrate_x": { "default_value": 100 }, "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":1200}, - "machine_max_acceleration_y": {"value":1200}, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_acceleration": { "default_value": 900 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":1200} + "machine_name": { "default_value": "FFSTD" }, + "machine_width": { "default_value": 240 } } -} +} \ No newline at end of file diff --git a/resources/definitions/fusedform_std_doppia.def.json b/resources/definitions/fusedform_std_doppia.def.json index 022aaad511..ac268088a0 100644 --- a/resources/definitions/fusedform_std_doppia.def.json +++ b/resources/definitions/fusedform_std_doppia.def.json @@ -2,29 +2,29 @@ "version": 2, "name": "FFSTD Doppia", "inherits": "fusedform_doppia_base", - "metadata": { + "metadata": + { "visible": true, "quality_definition": "fusedform_base" }, - - "overrides": { - "machine_extruder_count": { "value": 2 }, - "machine_name": { "default_value": "FFSTD Doppia" }, - "machine_width": { "default_value": 220 }, + "overrides": + { + "acceleration_travel": { "value": 1200 }, + "machine_acceleration": { "default_value": 900 }, "machine_depth": { "default_value": 200 }, + "machine_extruder_count": { "value": 2 }, "machine_height": { "default_value": 320 }, + "machine_max_acceleration_x": { "value": 1200 }, + "machine_max_acceleration_y": { "value": 1200 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 100 }, "machine_max_feedrate_x": { "default_value": 100 }, "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_x": {"value":1200}, - "machine_max_acceleration_y": {"value":1200}, - "machine_max_acceleration_z": { "default_value": 100 }, - "machine_acceleration": { "default_value": 900 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - "acceleration_travel": {"value":1200} - + "machine_name": { "default_value": "FFSTD Doppia" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/gmax15plus.def.json b/resources/definitions/gmax15plus.def.json index 6cbdce221a..c8abf2aab8 100644 --- a/resources/definitions/gmax15plus.def.json +++ b/resources/definitions/gmax15plus.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "gMax 1.5 Plus", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "gcreate", "manufacturer": "gcreate", @@ -10,44 +11,40 @@ "platform": "gmax_1-5_xt-plus_s3d_full model_150707.3mf", "has_machine_quality": true, "has_variants": true, - "variants_name": "Hotend", - "preferred_variant_name": "0.5mm E3D (Default)", + "machine_extruder_trains": { "0": "gmax15plus_extruder_0" }, "preferred_quality_type": "gmax15plus_global_normal", - "machine_extruder_trains": { - "0": "gmax15plus_extruder_0" - } - - + "preferred_variant_name": "0.5mm E3D (Default)", + "variants_name": "Hotend" }, - - "overrides": { - "machine_extruder_count": { "default_value": 1 }, - "machine_name": { "default_value": "gMax 1.5 Plus" }, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 406 }, - "machine_depth": { "default_value": 406 }, - "machine_height": { "default_value": 533 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.5 }, - "layer_height": { "default_value": 0.2 }, - "layer_height_0": { "default_value": 0.3 }, - "retraction_amount": { "default_value": 1 }, - "retraction_speed": { "default_value": 70}, + "overrides": + { "adhesion_type": { "default_value": "skirt" }, "gantry_height": { "value": "50" }, - "speed_print": { "default_value": 50 }, + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.3 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 406 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 533 }, + "machine_max_acceleration_e": { "default_value": 10000 }, "machine_max_acceleration_x": { "default_value": 600 }, "machine_max_acceleration_y": { "default_value": 600 }, "machine_max_acceleration_z": { "default_value": 30 }, - "machine_max_acceleration_e": { "default_value": 10000 }, + "machine_max_jerk_e": { "default_value": 5.0 }, "machine_max_jerk_xy": { "default_value": 8 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5.0 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_name": { "default_value": "gMax 1.5 Plus" }, + "machine_nozzle_size": { "default_value": 0.5 }, "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home X/Y/Z\nM104 S{material_print_temperature} ; Preheat\nM109 S{material_print_temperature} ; Preheat\nG91 ;relative positioning\nG90 ;absolute positioning\nG1 Z25.0 F9000 ;raise nozzle 25mm\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, - "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, - "wall_thickness": { "value": "1" }, - "top_bottom_thickness": { "default_value": 1 } + "machine_width": { "default_value": 406 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 1 }, + "retraction_speed": { "default_value": 70 }, + "speed_print": { "default_value": 50 }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/gmax15plus_dual.def.json b/resources/definitions/gmax15plus_dual.def.json index ea84858760..47ce76fc98 100644 --- a/resources/definitions/gmax15plus_dual.def.json +++ b/resources/definitions/gmax15plus_dual.def.json @@ -2,50 +2,52 @@ "version": 2, "name": "gMax 1.5 Plus Dual Extruder", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "GTL_180109", "manufacturer": "gCreate", "file_formats": "text/x-gcode", "platform": "gmax_1-5_xt-plus_s3d_full model_150707.3mf", "has_variants": true, - "variants_name": "Hotend", - "preferred_variant_name": "0.5mm E3D (Default)", - "preferred_quality_type": "gmax15plus_global_dual_normal", - "machine_extruder_trains": { + "machine_extruder_trains": + { "0": "gmax15plus_dual_extruder_0", "1": "gmax15plus_dual_extruder_1" - } + }, + "preferred_quality_type": "gmax15plus_global_dual_normal", + "preferred_variant_name": "0.5mm E3D (Default)", + "variants_name": "Hotend" }, - - "overrides": { - "machine_name": { "default_value": "gMax 1.5 Plus Dual Extruder" }, - "machine_extruder_count": { "default_value": 2 }, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 406 }, - "machine_depth": { "default_value": 406 }, - "machine_height": { "default_value": 533 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.5 }, - "layer_height": { "default_value": 0.2 }, - "layer_height_0": { "default_value": 0.3 }, - "retraction_amount": { "default_value": 1 }, - "retraction_speed": { "default_value": 70}, + "overrides": + { "adhesion_type": { "default_value": "skirt" }, "gantry_height": { "value": "50" }, - "speed_print": { "default_value": 50 }, + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.3 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 406 }, + "machine_end_gcode": { "default_value": "M104 S0 T0;Left extruder off\nM104 S0 T1; Right extruder off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 533 }, + "machine_max_acceleration_e": { "default_value": 10000 }, "machine_max_acceleration_x": { "default_value": 600 }, "machine_max_acceleration_y": { "default_value": 600 }, "machine_max_acceleration_z": { "default_value": 30 }, - "machine_max_acceleration_e": { "default_value": 10000 }, + "machine_max_jerk_e": { "default_value": 5.0 }, "machine_max_jerk_xy": { "default_value": 8 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5.0 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_name": { "default_value": "gMax 1.5 Plus Dual Extruder" }, + "machine_nozzle_size": { "default_value": 0.5 }, "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home X/Y/Z\nM104 S{material_print_temperature} T0 ; Preheat Left Extruder\nM104 S{material_print_temperature} T1 ; Preheat Right Extruder\nM109 S{material_print_temperature} T0 ; Preheat Left Extruder\nM109 S{material_print_temperature} T1 ; Preheat Right Extruder\nG91 ;relative positioning\nG90 ;absolute positioning\nM218 T1 X34.3 Y0; Set 2nd extruder offset. This can be changed later if needed\nG1 Z25.0 F9000 ;raise nozzle 25mm\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, - "machine_end_gcode": { "default_value": "M104 S0 T0;Left extruder off\nM104 S0 T1; Right extruder off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, - "wall_thickness": { "value": "1" }, - "top_bottom_thickness": { "default_value": 1 } + "machine_width": { "default_value": 406 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 1 }, + "retraction_speed": { "default_value": 70 }, + "speed_print": { "default_value": 50 }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/goofoo_base.def.json b/resources/definitions/goofoo_base.def.json index 13865bdb56..76e02cc636 100644 --- a/resources/definitions/goofoo_base.def.json +++ b/resources/definitions/goofoo_base.def.json @@ -1,132 +1,127 @@ { - "name": "Goofoo Base Printer", "version": 2, + "name": "Goofoo Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "goofoo3d.com", "manufacturer": "GooFoo", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "goofoo_base_extruder" - }, - - "has_materials": true, - "preferred_material": "goofoo_pla", - - "has_variants": true, - "variants_name": "Nozzle Size", - "preferred_variant_name": "0.4mm Nozzle", - + "first_start_actions": [ "MachineSettingsAction" ], "has_machine_quality": true, - "preferred_quality_type": "normal" - + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "goofoo_base_extruder" }, + "preferred_material": "goofoo_pla", + "preferred_quality_type": "normal", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract the filament\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG28 X0 Y0 ;Home X and Y\n\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z" }, - - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "overrides": + { + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "cool_fan_full_at_height": { "value": "3 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 8 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 40.0 }, - "speed_wall": { "value": "speed_print" }, - "speed_wall_x": { "value": "speed_wall" }, - "speed_topbottom": { "value": "speed_print" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "80" }, - "speed_layer_0": { "value": 20.0 }, - "speed_travel_layer_0": { "value": "60" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - - - "optimize_wall_printing_order": { "value": "True" }, - - - "material_print_temperature": { "maximum_value_warning": "421", "maximum_value": "500" }, - "material_print_temperature_layer_0": { "maximum_value_warning": "421", "maximum_value": "500" }, - "material_standby_temperature": { "maximum_value_warning": "421", "maximum_value": "500" }, - "material_initial_print_temperature": { "value": "material_print_temperature", "maximum_value_warning": "421", "maximum_value": "500" }, - "material_final_print_temperature": { "value": "material_print_temperature", "maximum_value_warning": "421", "maximum_value": "500" }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract the filament\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG28 X0 Y0 ;Home X and Y\n\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": + { + "maximum_value": "500", + "maximum_value_warning": "421", + "value": "material_print_temperature" + }, "material_flow": { "value": 100 }, - - - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, - - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": false }, - - "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "material_initial_print_temperature": + { + "maximum_value": "500", + "maximum_value_warning": "421", + "value": "material_print_temperature" }, - "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "material_print_temperature": + { + "maximum_value": "500", + "maximum_value_warning": "421" }, - "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 + "material_print_temperature_layer_0": + { + "maximum_value": "500", + "maximum_value_warning": "421" }, - - "retraction_hop": { "value": 0.2 }, + "material_standby_temperature": + { + "maximum_value": "500", + "maximum_value_warning": "421" + }, + "optimize_wall_printing_order": { "value": "True" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_retract_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 40.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "speed_print" }, + "speed_travel": { "value": "80" }, + "speed_travel_layer_0": { "value": "60" }, + "speed_wall": { "value": "speed_print" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "3 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } - + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'back'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/goofoo_cube.def.json b/resources/definitions/goofoo_cube.def.json index 55a606ff11..c00d92ef64 100644 --- a/resources/definitions/goofoo_cube.def.json +++ b/resources/definitions/goofoo_cube.def.json @@ -1,29 +1,29 @@ { - "name": "Goofoo Cube", "version": 2, + "name": "Goofoo Cube", "inherits": "goofoo_small", - "overrides": { - + "metadata": + { + "visible": true, + "author": "goofoo" + }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "layer_height": { "default_value": 0.4 }, + "layer_height_0": { "default_value": 0.5 }, + "machine_depth": { "default_value": 80 }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 80 }, "machine_name": { "default_value": "Goofoo Cube" }, "machine_width": { "default_value": 80 }, - "machine_depth": { "default_value": 80 }, - "machine_height": { "default_value": 80 }, - "machine_heated_bed": { "default_value": false }, "raft_margin": { "default_value": 5 }, - "layer_height":{"default_value": 0.4}, - "layer_height_0": {"default_value": 0.5}, - "speed_print": {"value": 10}, - "speed_travel": {"value": 10}, - "speed_layer_0":{"value": 10}, - "speed_print_layer_0":{"value": 10}, - "speed_travel_layer_0":{"value": 10}, - - "retraction_speed": {"default_value": 60}, - "retraction_prime_speed":{"value": 80}, - "adhesion_type": {"default_value": "skirt"} - }, - "metadata": { - "author": "goofoo", - "visible": true + "retraction_prime_speed": { "value": 80 }, + "retraction_speed": { "default_value": 60 }, + "speed_layer_0": { "value": 10 }, + "speed_print": { "value": 10 }, + "speed_print_layer_0": { "value": 10 }, + "speed_travel": { "value": 10 }, + "speed_travel_layer_0": { "value": 10 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_e-one.def.json b/resources/definitions/goofoo_e-one.def.json index e2c89e0065..39d8a9c74a 100644 --- a/resources/definitions/goofoo_e-one.def.json +++ b/resources/definitions/goofoo_e-one.def.json @@ -1,14 +1,9 @@ { - "name": "Goofoo E-one", "version": 2, + "name": "Goofoo E-one", "inherits": "goofoo_open", - "overrides": { - "machine_name": { "default_value": "Goofoo E-one" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 } - }, - "metadata": { + "metadata": + { "visible": true, "exclude_materials": [ "goofoo_bronze_pla", @@ -25,5 +20,12 @@ "goofoo_hips", "goofoo_pva" ] + }, + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Goofoo E-one" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/goofoo_far.def.json b/resources/definitions/goofoo_far.def.json index ca91655179..385b767c80 100644 --- a/resources/definitions/goofoo_far.def.json +++ b/resources/definitions/goofoo_far.def.json @@ -1,15 +1,16 @@ { - "name": "Goofoo Far", "version": 2, + "name": "Goofoo Far", "inherits": "goofoo_base", - "metadata": { - "quality_definition": "goofoo_far", + "metadata": + { "visible": false, "exclude_materials": [ "goofoo_bronze_pla", "goofoo_tpe_83a", "goofoo_tpu_87a", "goofoo_tpu_95a" - ] + ], + "quality_definition": "goofoo_far" } } \ No newline at end of file diff --git a/resources/definitions/goofoo_gemini.def.json b/resources/definitions/goofoo_gemini.def.json index 7ada5057de..04cbbaa360 100644 --- a/resources/definitions/goofoo_gemini.def.json +++ b/resources/definitions/goofoo_gemini.def.json @@ -1,22 +1,31 @@ { - "name": "Goofoo Gemini", "version": 2, + "name": "Goofoo Gemini", "inherits": "goofoo_far", - "overrides": { - "machine_name": { "default_value": "Goofoo Gemini" }, - "machine_width": { "default_value": 360 }, - "machine_depth": { "default_value": 250 }, - "machine_height": { "default_value": 200 }, - "machine_head_with_fans_polygon":{"default_value":[[0, 0], [0, 0], [0, 0], [0, 0]]}, - "machine_extruder_count": { - "default_value": 2 - } - }, - "metadata": { - "machine_extruder_trains": { + "metadata": + { + "visible": true, + "machine_extruder_trains": + { "0": "goofoo_gemini_1st", "1": "goofoo_gemini_2st" + } + }, + "overrides": + { + "machine_depth": { "default_value": 250 }, + "machine_extruder_count": { "default_value": 2 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ] }, - "visible": true + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Goofoo Gemini" }, + "machine_width": { "default_value": 360 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_giant.def.json b/resources/definitions/goofoo_giant.def.json index 5a20902502..c4591e5983 100644 --- a/resources/definitions/goofoo_giant.def.json +++ b/resources/definitions/goofoo_giant.def.json @@ -1,15 +1,13 @@ { - "name": "Goofoo Giant", "version": 2, + "name": "Goofoo Giant", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Goofoo Giant" }, - "machine_width": { "default_value": 600 }, + "metadata": { "visible": true }, + "overrides": + { "machine_depth": { "default_value": 600 }, - "machine_height": { "default_value": 1000 } - - }, - "metadata": { - "visible": true + "machine_height": { "default_value": 1000 }, + "machine_name": { "default_value": "Goofoo Giant" }, + "machine_width": { "default_value": 600 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_max.def.json b/resources/definitions/goofoo_max.def.json index 8a1ffad335..409641fae7 100644 --- a/resources/definitions/goofoo_max.def.json +++ b/resources/definitions/goofoo_max.def.json @@ -1,24 +1,23 @@ { - "name": "Goofoo Max", "version": 2, + "name": "Goofoo Max", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Goofoo Max" }, - "machine_width": { "default_value": 600 }, + "metadata": { "visible": true }, + "overrides": + { + "gantry_height": { "value": 0 }, "machine_depth": { "default_value": 580 }, - "machine_height": { "default_value": 700 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [0, 0], [0, 0], [0, 0], [0, 0] ] }, - - "gantry_height": { "value": 0 } - - }, - "metadata": { - "visible": true + "machine_height": { "default_value": 700 }, + "machine_name": { "default_value": "Goofoo Max" }, + "machine_width": { "default_value": 600 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_mido.def.json b/resources/definitions/goofoo_mido.def.json index a4f8c23bad..0df75c9e58 100644 --- a/resources/definitions/goofoo_mido.def.json +++ b/resources/definitions/goofoo_mido.def.json @@ -1,15 +1,13 @@ { - "name": "Goofoo Mido", "version": 2, + "name": "Goofoo Mido", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Goofoo Mido" }, - "machine_width": { "default_value": 200 }, + "metadata": { "visible": true }, + "overrides": + { "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 200 } - - }, - "metadata": { - "visible": true + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Goofoo Mido" }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_miniplus.def.json b/resources/definitions/goofoo_miniplus.def.json index 87ea5509a7..2f5e7477de 100644 --- a/resources/definitions/goofoo_miniplus.def.json +++ b/resources/definitions/goofoo_miniplus.def.json @@ -1,15 +1,13 @@ { - "name": "Goofoo Mini+", "version": 2, + "name": "Goofoo Mini+", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Goofoo Mini+" }, - "machine_width": { "default_value": 200 }, + "metadata": { "visible": true }, + "overrides": + { "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 150 } - - }, - "metadata": { - "visible": true + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Goofoo Mini+" }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_near.def.json b/resources/definitions/goofoo_near.def.json index 073e44a751..b3ed9cfde6 100644 --- a/resources/definitions/goofoo_near.def.json +++ b/resources/definitions/goofoo_near.def.json @@ -1,9 +1,10 @@ { - "name": "Goofoo Near", "version": 2, + "name": "Goofoo Near", "inherits": "goofoo_base", - "metadata": { - "quality_definition": "goofoo_near", - "visible": false + "metadata": + { + "visible": false, + "quality_definition": "goofoo_near" } } \ No newline at end of file diff --git a/resources/definitions/goofoo_nova.def.json b/resources/definitions/goofoo_nova.def.json index 882669f663..5c41d4dd74 100644 --- a/resources/definitions/goofoo_nova.def.json +++ b/resources/definitions/goofoo_nova.def.json @@ -1,16 +1,17 @@ { - "name": "Goofoo Nova", "version": 2, + "name": "Goofoo Nova", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Goofoo Nova" }, - "machine_width": { "default_value": 280 }, - "machine_depth": { "default_value": 280 }, - "machine_height": { "default_value": 300 } - + "metadata": + { + "visible": true, + "author": "goofoo" }, - "metadata": { - "author": "goofoo", - "visible": true + "overrides": + { + "machine_depth": { "default_value": 280 }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Goofoo Nova" }, + "machine_width": { "default_value": 280 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_open.def.json b/resources/definitions/goofoo_open.def.json index 5349859809..5a1c707024 100644 --- a/resources/definitions/goofoo_open.def.json +++ b/resources/definitions/goofoo_open.def.json @@ -1,9 +1,9 @@ { - "name": "Goofoo Open", "version": 2, + "name": "Goofoo Open", "inherits": "goofoo_base", - "metadata": { - "quality_definition": "goofoo_open", + "metadata": + { "visible": false, "exclude_materials": [ "goofoo_bronze_pla", @@ -16,6 +16,7 @@ "goofoo_pa", "goofoo_asa", "goofoo_abs" - ] + ], + "quality_definition": "goofoo_open" } } \ No newline at end of file diff --git a/resources/definitions/goofoo_plus.def.json b/resources/definitions/goofoo_plus.def.json index cf95d5b174..bb46ca32a8 100644 --- a/resources/definitions/goofoo_plus.def.json +++ b/resources/definitions/goofoo_plus.def.json @@ -1,15 +1,13 @@ { - "name": "Goofoo Plus", "version": 2, + "name": "Goofoo Plus", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Goofoo Plus" }, - "machine_width": { "default_value": 360 }, + "metadata": { "visible": true }, + "overrides": + { "machine_depth": { "default_value": 360 }, - "machine_height": { "default_value": 400 } - - }, - "metadata": { - "visible": true + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Goofoo Plus" }, + "machine_width": { "default_value": 360 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_small.def.json b/resources/definitions/goofoo_small.def.json index 4c919e9398..edbcd4f667 100644 --- a/resources/definitions/goofoo_small.def.json +++ b/resources/definitions/goofoo_small.def.json @@ -1,9 +1,9 @@ { - "name": "Goofoo Small", "version": 2, + "name": "Goofoo Small", "inherits": "goofoo_base", - "metadata": { - "quality_definition": "goofoo_small", + "metadata": + { "visible": false, "exclude_materials": [ "goofoo_bronze_pla", @@ -18,6 +18,7 @@ "goofoo_abs", "goofoo_pva", "goofoo_hips" - ] + ], + "quality_definition": "goofoo_small" } } \ No newline at end of file diff --git a/resources/definitions/goofoo_t-one.def.json b/resources/definitions/goofoo_t-one.def.json index e67f1efa72..4117603a2b 100644 --- a/resources/definitions/goofoo_t-one.def.json +++ b/resources/definitions/goofoo_t-one.def.json @@ -1,21 +1,10 @@ { - "name": "Goofoo T-one", "version": 2, + "name": "Goofoo T-one", "inherits": "goofoo_far", - "overrides": { - "machine_name": { "default_value": "Goofoo T-one" }, - "machine_width": { "default_value": 200 }, - "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 150 }, - "machine_extruder_count": { - "default_value": 2 - } - }, - "metadata": { - "machine_extruder_trains": { - "0": "goofoo_tone_1st", - "1": "goofoo_tone_2st" - }, + "metadata": + { + "visible": true, "exclude_materials": [ "goofoo_bronze_pla", "goofoo_peek", @@ -31,6 +20,18 @@ "goofoo_hips", "goofoo_pva" ], - "visible": true + "machine_extruder_trains": + { + "0": "goofoo_tone_1st", + "1": "goofoo_tone_2st" + } + }, + "overrides": + { + "machine_depth": { "default_value": 200 }, + "machine_extruder_count": { "default_value": 2 }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Goofoo T-one" }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/goofoo_tiny.def.json b/resources/definitions/goofoo_tiny.def.json index 0b15ab64d1..0845bad88c 100644 --- a/resources/definitions/goofoo_tiny.def.json +++ b/resources/definitions/goofoo_tiny.def.json @@ -1,16 +1,15 @@ { - "name": "Goofoo Tiny", "version": 2, + "name": "Goofoo Tiny", "inherits": "goofoo_small", - "overrides": { + "metadata": { "visible": true }, + "overrides": + { + "machine_depth": { "default_value": 100 }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 100 }, "machine_name": { "default_value": "Goofoo Tiny" }, "machine_width": { "default_value": 100 }, - "machine_depth": { "default_value": 100 }, - "machine_height": { "default_value": 100 }, - "machine_heated_bed": { "default_value": false }, "raft_margin": { "default_value": 5 } - }, - "metadata": { - "visible": true } } \ No newline at end of file diff --git a/resources/definitions/goofoo_tinyplus.def.json b/resources/definitions/goofoo_tinyplus.def.json index 82557cc260..cd2a3ab2ee 100644 --- a/resources/definitions/goofoo_tinyplus.def.json +++ b/resources/definitions/goofoo_tinyplus.def.json @@ -1,16 +1,15 @@ { - "name": "Goofoo Tiny+", "version": 2, + "name": "Goofoo Tiny+", "inherits": "goofoo_small", - "overrides": { + "metadata": { "visible": true }, + "overrides": + { + "machine_depth": { "default_value": 120 }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 180 }, "machine_name": { "default_value": "Goofoo Tiny+" }, "machine_width": { "default_value": 120 }, - "machine_depth": { "default_value": 120 }, - "machine_height": { "default_value": 180 }, - "raft_margin": { "default_value": 5 }, - "machine_heated_bed": { "default_value": false } - }, - "metadata": { - "visible": true + "raft_margin": { "default_value": 5 } } } \ No newline at end of file diff --git a/resources/definitions/grr_neo.def.json b/resources/definitions/grr_neo.def.json index 00390e7509..14446db88d 100644 --- a/resources/definitions/grr_neo.def.json +++ b/resources/definitions/grr_neo.def.json @@ -2,33 +2,24 @@ "version": 2, "name": "German RepRap Neo", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Simon Cor", "manufacturer": "German RepRap", "file_formats": "text/x-gcode", "platform": "grr_neo_platform.3mf", - "machine_extruder_trains": - { - "0": "grr_neo_extruder_0" - } + "machine_extruder_trains": { "0": "grr_neo_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "German RepRap Neo" }, - "machine_width": { - "default_value": 150 - }, - "machine_height": { - "default_value": 150 - }, - "machine_depth": { - "default_value": 150 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 150 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-75, -18], [-75, 35], @@ -36,17 +27,9 @@ [18, -18] ] }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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\nG91 ;relative positioning\nG1 Y-10.0000 F9000 ;compensate firmware head move 1cm right after endstop\nG92 Y0 ;zero Y\nG90 ;absolute positioning\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - } + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "German RepRap Neo" }, + "machine_start_gcode": { "default_value": "G21 ;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\nG91 ;relative positioning\nG1 Y-10.0000 F9000 ;compensate firmware head move 1cm right after endstop\nG92 Y0 ;zero Y\nG90 ;absolute positioning\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 150 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hardprint_hozo.def.json b/resources/definitions/hardprint_hozo.def.json index 41d290ae82..670279294d 100644 --- a/resources/definitions/hardprint_hozo.def.json +++ b/resources/definitions/hardprint_hozo.def.json @@ -2,35 +2,37 @@ "version": 2, "name": "HardPrint Hozo, Hozo", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "HardPrint", "manufacturer": "HardPrint", "file_formats": "text/x-gcode", "platform": "hardprint_hozo_platform.stl", - "machine_extruder_trains": - { - "0": "hardprint_hozo_extruder_0" - } + "machine_extruder_trains": { "0": "hardprint_hozo_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "HardPrint Hozo, Hozo" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 180 }, - "machine_height": { "default_value": 180 }, - "machine_depth": { "default_value": 180 }, - "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { "default_value": [[0,0],[0,0],[0,0],[0,0]] }, + "overrides": + { "gantry_height": { "value": 180 }, - "retraction_amount": { "default_value": 5.5 }, - "retraction_speed": { "default_value": 60 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 180 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X178 Y180 F4200 ; park print head\nM84 ; disable motors" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M221 S100 ; reset flow\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S170 ; set extruder temp for bed leveling\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM109 R170 ; wait for extruder temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nG28 ; home all\nG29 ; mesh bed leveling\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nG92 E0.0\nG1 Y-2 X179 F2400\nG1 Z3 F720\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG92 E0.0\nG1 Y0 F1000\nG1 Z0.2 F720\nG1 Y160 E8 F900\nG1 Y20 E18 F900\nG92 E0.0" + "machine_head_with_fans_polygon": + { + "default_value": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ] }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X178 Y180 F4200 ; park print head\nM84 ; disable motors" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "HardPrint Hozo, Hozo" }, + "machine_start_gcode": { "default_value": "M221 S100 ; reset flow\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S170 ; set extruder temp for bed leveling\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM109 R170 ; wait for extruder temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nG28 ; home all\nG29 ; mesh bed leveling\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nG92 E0.0\nG1 Y-2 X179 F2400\nG1 Z3 F720\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG92 E0.0\nG1 Y0 F1000\nG1 Z0.2 F720\nG1 Y160 E8 F900\nG1 Y20 E18 F900\nG92 E0.0" }, + "machine_width": { "default_value": 180 }, + "retraction_amount": { "default_value": 5.5 }, + "retraction_speed": { "default_value": 60 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hardprint_hozo_ix.def.json b/resources/definitions/hardprint_hozo_ix.def.json index c9ee14bec5..e8ecc7de08 100644 --- a/resources/definitions/hardprint_hozo_ix.def.json +++ b/resources/definitions/hardprint_hozo_ix.def.json @@ -2,35 +2,37 @@ "version": 2, "name": "HardPrint Hozo iX", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "HardPrint", "manufacturer": "HardPrint", "file_formats": "text/x-gcode", "platform": "hardprint_hozo_ix_platform.stl", - "machine_extruder_trains": - { - "0": "hardprint_hozo_ix_extruder_0" - } + "machine_extruder_trains": { "0": "hardprint_hozo_ix_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "HardPrint Hozo iX" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 180 }, - "machine_height": { "default_value": 180 }, - "machine_depth": { "default_value": 180 }, - "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { "default_value": [[0,0],[0,0],[0,0],[0,0]] }, + "overrides": + { "gantry_height": { "value": 180 }, - "retraction_amount": { "default_value": 5 }, - "retraction_speed": { "default_value": 50 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 180 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X178 Y180 F4200 ; park print head\nM18 ; disable motors" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M221 S100 ; reset flow\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nG28 ; home all\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nG92 E0.0\nG1 Y-2 X0 F2400\nG1 Z3 F720\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG92 E0.0\nG1 X32 F1000\nG1 Z0.2 F720\nG1 X108 E8 F900\nG1 X148 E18 F900\nG92 E0.0" + "machine_head_with_fans_polygon": + { + "default_value": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ] }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X178 Y180 F4200 ; park print head\nM18 ; disable motors" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "HardPrint Hozo iX" }, + "machine_start_gcode": { "default_value": "M221 S100 ; reset flow\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nG28 ; home all\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nG92 E0.0\nG1 Y-2 X0 F2400\nG1 Z3 F720\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG92 E0.0\nG1 X32 F1000\nG1 Z0.2 F720\nG1 X108 E8 F900\nG1 X148 E18 F900\nG92 E0.0" }, + "machine_width": { "default_value": 180 }, + "retraction_amount": { "default_value": 5 }, + "retraction_speed": { "default_value": 50 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hctech_hc300-m1&m1h.def.json b/resources/definitions/hctech_hc300-m1&m1h.def.json index 7a311975e6..1ceaf90b45 100644 --- a/resources/definitions/hctech_hc300-m1&m1h.def.json +++ b/resources/definitions/hctech_hc300-m1&m1h.def.json @@ -2,53 +2,52 @@ "version": 2, "name": "HCTECH_HC300-M1&M1H", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "HCTECH", "manufacturer": "HCTECH", "file_formats": "text/x-gcode", "platform": "hctech_hc300-m1&m1h.3mf", "has_machine_quality": false, - "machine_extruder_trains": { - "0": "hctech_hc300-m1&m1h_extruder_0" - } + "machine_extruder_trains": { "0": "hctech_hc300-m1&m1h_extruder_0" } }, - - "overrides": { - "machine_head_with_fans_polygon": { "default_value": [ - [-61, 86], - [-61, -31], - [21, -31], - [21, 86] - ] }, - "machine_name": { "default_value": "HCTECH HC300-M1&M1H" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 300 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_fan_speed": { "value": 75 }, + "gantry_height": { "value": "55" }, + "infill_before_walls": { "value": false }, + "line_width": { "value": 0.38 }, "machine_center_is_zero": { "default_value": false }, - "retraction_amount": { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 Z1 E-1 F2400 ;Retract and raise Z\nG1 Z2 ;Raise Z\nG90 ;Absolute positioning\nG12 P1;clean nozzle\nG1 X5 Y300 ;Return to Start Point\nM106 S0 ;Switch off part cooling fan\nM104 S0 ;turn off temperature\nM140 S0 ;turn off Heated Bed\nM84 X Y E ;Disable all steppers but Z\nM81 ;turn-off power" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-61, 86], + [-61, -31], + [21, -31], + [21, 86] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "HCTECH HC300-M1&M1H" }, + "machine_start_gcode": { "default_value": "G1 Z2 ;Raise Z\nG28 X Y ;Home XY\nG92 E0 ;Reset Extruder\nG1 E-1 F2400 ;Retract\nG92 E0 ;Reset Extruder\nG28 Z ;home Z\nG29 ; Measure the bed\nM500 ; Store to EEPROM\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.36 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.36 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.36 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.36 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": + { "default_value": 0.3, "maximum_value_warning": 2.0 }, - "adhesion_type": { "default_value": "skirt" }, - "retraction_speed": { "default_value": 35}, - "travel_avoid_supports": { "value": true }, - "travel_retract_before_outer_wall": { "value": true }, - - "gantry_height": { "value": "55" }, - "speed_print": { "default_value": 60.0 } , - - "material_diameter": { "default_value": 1.75 }, - - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": "G1 Z2 ;Raise Z\nG28 X Y ;Home XY\nG92 E0 ;Reset Extruder\nG1 E-1 F2400 ;Retract\nG92 E0 ;Reset Extruder\nG28 Z ;home Z\nG29 ; Measure the bed\nM500 ; Store to EEPROM\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.36 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.36 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.36 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.36 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder" }, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 Z1 E-1 F2400 ;Retract and raise Z\nG1 Z2 ;Raise Z\nG90 ;Absolute positioning\nG12 P1;clean nozzle\nG1 X5 Y300 ;Return to Start Point\nM106 S0 ;Switch off part cooling fan\nM104 S0 ;turn off temperature\nM140 S0 ;turn off Heated Bed\nM84 X Y E ;Disable all steppers but Z\nM81 ;turn-off power" }, - - "cool_fan_speed": { "value": 75 }, - "line_width": { "value": 0.38 }, + "retraction_speed": { "default_value": 35 }, + "speed_print": { "default_value": 60.0 }, "travel_avoid_distance": { "value": 1 }, - "infill_before_walls": { "value": false } + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/hctech_hc300-m2h.def.json b/resources/definitions/hctech_hc300-m2h.def.json index 651af04ec6..7d91cecc16 100644 --- a/resources/definitions/hctech_hc300-m2h.def.json +++ b/resources/definitions/hctech_hc300-m2h.def.json @@ -2,55 +2,56 @@ "version": 2, "name": "HCTECH_HC300-M2H", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "HCTECH", "manufacturer": "HCTECH", "file_formats": "text/x-gcode", "platform": "hctech_hc300-m2h.3mf", "has_machine_quality": false, - "machine_extruder_trains": { + "machine_extruder_trains": + { "0": "hctech_hc300-m2h_extruder_0", "1": "hctech_hc300-m2h_extruder_1" } }, - - "overrides": { - "machine_head_with_fans_polygon": { "default_value": [ - [-61, 86], - [-61, -37], - [85, -37], - [85, 86] - ] }, - "machine_name": { "default_value": "HCTECH HC300-M2H" }, - "machine_extruder_count": { "default_value": 2 }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 300 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_fan_speed": { "value": 75 }, + "gantry_height": { "value": "55" }, + "infill_before_walls": { "value": false }, + "line_width": { "value": 0.38 }, "machine_center_is_zero": { "default_value": false }, - "retraction_amount": { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 Z1 E-1 F2400 ;Retract and raise Z\nG1 Z2 ;Raise Z\nG90 ;Absolute positioning\nG12 ;clean nozzle\nG1 X5 Y319 ;Return to Start Point\nM106 S0 ;Switch off part cooling fan\nM104 S0 ;turn off temperature\nM140 S0 ;turn off Heated Bed\nM84 X Y E ;Disable all steppers but Z\nM81 ;turn-off power" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-61, 86], + [-61, -37], + [85, -37], + [85, 86] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "HCTECH HC300-M2H" }, + "machine_start_gcode": { "default_value": "G1 Z2 ;Raise Z\nG28 X Y ;Home XY\nT1 ;switch to right extruder\nG1 X5 Y319 F4000 ;Move to Start Position\nG92 E0 ;Reset Extruder\nG1 E20 F60 ;extrude\nM400 ;Wait move\nG92 E0 ;Reset Extruder\nG1 E-2 F2700 ;Retract\nG92 E0 ;Reset Extruder\nG1 X150 F5000 ;Clean Nozzle\nG1 X5 ;Clean Nozzle\nG1 X220 ;Repeat\nG1 X5 ;Back to start posotion\nT0 ;switch to left extruder\nG1 X5 Y319 F4000 ;Move to Start Position\nG92 E0 ;Reset Extruder\nG1 E20 F60 ;extrude\nM400 ;Wait move\nG92 E0 ;Reset Extruder\nG4 S15 ;Wait 15s\nG1 E-2 F2700; Retract\nG92 E0 ;Reset Extruder\nG1 X150 F5000 ;Clean Nozzle\nG1 X5 ;Clean nozzle\nG1 X220 ;Repeat\nG1 X5 ;Back to start position\nG28 Z ;home Z\nG29 ;Measure the bed\nM500 ;Store parameters\nG1 X0 Y300 F4000 ;Move to corner" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": + { "default_value": 0.3, "maximum_value_warning": 2.0 }, - "adhesion_type": { "default_value": "skirt" }, - "retraction_speed": { "default_value": 35}, - "travel_avoid_supports": { "value": true }, - "travel_retract_before_outer_wall": { "value": true }, - - "gantry_height": { "value": "55" }, - "speed_print": { "default_value": 60.0 } , - - "material_diameter": { "default_value": 1.75 }, - - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": "G1 Z2 ;Raise Z\nG28 X Y ;Home XY\nT1 ;switch to right extruder\nG1 X5 Y319 F4000 ;Move to Start Position\nG92 E0 ;Reset Extruder\nG1 E20 F60 ;extrude\nM400 ;Wait move\nG92 E0 ;Reset Extruder\nG1 E-2 F2700 ;Retract\nG92 E0 ;Reset Extruder\nG1 X150 F5000 ;Clean Nozzle\nG1 X5 ;Clean Nozzle\nG1 X220 ;Repeat\nG1 X5 ;Back to start posotion\nT0 ;switch to left extruder\nG1 X5 Y319 F4000 ;Move to Start Position\nG92 E0 ;Reset Extruder\nG1 E20 F60 ;extrude\nM400 ;Wait move\nG92 E0 ;Reset Extruder\nG4 S15 ;Wait 15s\nG1 E-2 F2700; Retract\nG92 E0 ;Reset Extruder\nG1 X150 F5000 ;Clean Nozzle\nG1 X5 ;Clean nozzle\nG1 X220 ;Repeat\nG1 X5 ;Back to start position\nG28 Z ;home Z\nG29 ;Measure the bed\nM500 ;Store parameters\nG1 X0 Y300 F4000 ;Move to corner" }, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 Z1 E-1 F2400 ;Retract and raise Z\nG1 Z2 ;Raise Z\nG90 ;Absolute positioning\nG12 ;clean nozzle\nG1 X5 Y319 ;Return to Start Point\nM106 S0 ;Switch off part cooling fan\nM104 S0 ;turn off temperature\nM140 S0 ;turn off Heated Bed\nM84 X Y E ;Disable all steppers but Z\nM81 ;turn-off power" }, - - "cool_fan_speed": { "value": 75 }, - - "line_width": { "value": 0.38 }, + "retraction_speed": { "default_value": 35 }, + "speed_print": { "default_value": 60.0 }, "travel_avoid_distance": { "value": 1 }, - "infill_before_walls": { "value": false } + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/hctech_hc300-m3.def.json b/resources/definitions/hctech_hc300-m3.def.json index 10fea4272b..27c776a4a7 100644 --- a/resources/definitions/hctech_hc300-m3.def.json +++ b/resources/definitions/hctech_hc300-m3.def.json @@ -2,55 +2,52 @@ "version": 2, "name": "HCTECH_HC300-M3", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "HCTECH", "manufacturer": "HCTECH", "file_formats": "text/x-gcode", "platform": "hctech_hc300-m3.3mf", "has_machine_quality": false, - "machine_extruder_trains": { - "0": "hctech_hc300-m3_extruder_0" - } + "machine_extruder_trains": { "0": "hctech_hc300-m3_extruder_0" } }, - - "overrides": { - "machine_head_with_fans_polygon": - { "default_value": [ - [-49, 36], - [-36, -29], - [36, -29], - [36, 49] - ] - }, - "machine_name": { "default_value": "HCTECH HC300-M3" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 300 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_fan_speed": { "value": 75 }, + "gantry_height": { "value": "55" }, + "infill_before_walls": { "value": false }, + "line_width": { "value": 0.38 }, "machine_center_is_zero": { "default_value": false }, - "retraction_amount": { + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 Z1 E-2 F2400 ;Retract and raise Z\nG1 Z2 ;Raise Z\nG90 ;Absolute positioning\nG1 X5 Y290 ;Return to Start Point\nM106 S0 ;Switch off part cooling fan\nM104 S0 ;turn off temperature\nM140 S0 ;turn off Heated Bed\nM84 X Y E ;Disable all steppers but Z" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-49, 36], + [-36, -29], + [36, -29], + [36, 49] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "HCTECH HC300-M3" }, + "machine_start_gcode": { "default_value": "G28 X Y ;Home XY\nG92 E0 ;Reset Extruder\nG1 E-1 F2400 ;Retract\nG92 E0 ;Reset Extruder\nG28 Z ;home Z\nG29 ; Measure the bed\nM500 ; Store to EEPROM\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.36 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.36 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.36 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.36 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": + { "default_value": 3, "maximum_value_warning": 8 }, - "adhesion_type": { "default_value": "skirt" }, - "retraction_speed": { "default_value": 35}, - "travel_avoid_supports": { "value": true }, - "travel_retract_before_outer_wall": { "value": true }, - - "gantry_height": { "value": "55" }, - "speed_print": { "default_value": 60.0 } , - - "material_diameter": { "default_value": 1.75 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": "G28 X Y ;Home XY\nG92 E0 ;Reset Extruder\nG1 E-1 F2400 ;Retract\nG92 E0 ;Reset Extruder\nG28 Z ;home Z\nG29 ; Measure the bed\nM500 ; Store to EEPROM\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.36 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.36 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.36 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.36 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder" }, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 Z1 E-2 F2400 ;Retract and raise Z\nG1 Z2 ;Raise Z\nG90 ;Absolute positioning\nG1 X5 Y290 ;Return to Start Point\nM106 S0 ;Switch off part cooling fan\nM104 S0 ;turn off temperature\nM140 S0 ;turn off Heated Bed\nM84 X Y E ;Disable all steppers but Z" }, - - "cool_fan_speed": { "value": 75 }, - - "line_width": { "value": 0.38 }, + "retraction_speed": { "default_value": 35 }, + "speed_print": { "default_value": 60.0 }, "travel_avoid_distance": { "value": 1 }, - "infill_before_walls": { "value": false } + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_adonis.def.json b/resources/definitions/hellbot_adonis.def.json index a73c66a611..8f797dc668 100644 --- a/resources/definitions/hellbot_adonis.def.json +++ b/resources/definitions/hellbot_adonis.def.json @@ -2,31 +2,27 @@ "version": 2, "name": "Hellbot Adonis", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "MUX team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "hellbot_adonis.obj", - "platform_texture": "hellbot.png", - "platform_offset": [0, -1, 0], "has_materials": true, - "machine_extruder_trains": { - "0": "hellbot_adonis_extruder" - } + "machine_extruder_trains": { "0": "hellbot_adonis_extruder" }, + "platform_offset": [ + 0, + -1, + 0 + ], + "platform_texture": "hellbot.png" }, - "overrides": { - "machine_name": { - "default_value": "Hellbot Adonis" - }, - "machine_width": { - "default_value": 160 - }, - "machine_depth": { - "default_value": 160 - }, - "machine_height": { - "default_value": 160 - } + "overrides": + { + "machine_depth": { "default_value": 160 }, + "machine_height": { "default_value": 160 }, + "machine_name": { "default_value": "Hellbot Adonis" }, + "machine_width": { "default_value": 160 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_hidra.def.json b/resources/definitions/hellbot_hidra.def.json index 90a196e1a9..810f308a19 100644 --- a/resources/definitions/hellbot_hidra.def.json +++ b/resources/definitions/hellbot_hidra.def.json @@ -2,58 +2,45 @@ "version": 2, "name": "Hellbot Hidra", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "hellbot_hidra.obj", - "platform_offset": [0, 0, 5], - "platform_texture": "hellbot_hidra.png", "has_materials": true, "machine_extruder_trains": { "0": "hellbot_hidra_extruder_0", "1": "hellbot_hidra_extruder_1" - } - + }, + "platform_offset": [ + 0, + 0, + 5 + ], + "platform_texture": "hellbot_hidra.png" }, - - "overrides": { - "machine_name": { "default_value": "Hellbot Hidra" }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 250 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 T0 S0;\nM104 T1 S0;\nM140 S0;\nG92 E1;\nG1 E-1 F300;\nG28 X0 Y0;\nM84;" }, + "machine_extruder_count": { "default_value": 2 }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_start_gcode": { - "default_value": "G21;\nG90;\nM82;\nM107;\nG28;\nG1 Z15.0 F9000;" - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0;\nM104 T1 S0;\nM140 S0;\nG92 E1;\nG1 E-1 F300;\nG28 X0 Y0;\nM84;" - } - + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Hellbot Hidra" }, + "machine_start_gcode": { "default_value": "G21;\nG90;\nM82;\nM107;\nG28;\nG1 Z15.0 F9000;" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_hidra_plus.def.json b/resources/definitions/hellbot_hidra_plus.def.json index f3c1013915..60654b9dec 100644 --- a/resources/definitions/hellbot_hidra_plus.def.json +++ b/resources/definitions/hellbot_hidra_plus.def.json @@ -2,57 +2,45 @@ "version": 2, "name": "Hellbot Hidra Plus", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "hellbot_hidra_plus.obj", - "platform_offset": [0, 0, 5], - "platform_texture": "hellbot_hidra_plus.png", "has_materials": true, "machine_extruder_trains": { "0": "hellbot_hidra_plus_extruder_0", "1": "hellbot_hidra_plus_extruder_1" - } - + }, + "platform_offset": [ + 0, + 0, + 5 + ], + "platform_texture": "hellbot_hidra_plus.png" }, - - "overrides": { - "machine_name": { "default_value": "Hellbot Hidra Plus" }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 350 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 T0 S0;\nM104 T1 S0;\nM140 S0;\nG92 E1;\nG1 E-1 F300;\nG28 X0 Y0;\nM84;" }, + "machine_extruder_count": { "default_value": 2 }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_start_gcode": { - "default_value": "G21;\nG90;\nM82;\nM107;\nG28;\nG1 Z15.0 F9000;" - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0;\nM104 T1 S0;\nM140 S0;\nG92 E1;\nG1 E-1 F300;\nG28 X0 Y0;\nM84;" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 350 }, + "machine_name": { "default_value": "Hellbot Hidra Plus" }, + "machine_start_gcode": { "default_value": "G21;\nG90;\nM82;\nM107;\nG28;\nG1 Z15.0 F9000;" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_2_230.def.json b/resources/definitions/hellbot_magna_2_230.def.json index ef6dc0b3be..10be0b79fc 100644 --- a/resources/definitions/hellbot_magna_2_230.def.json +++ b/resources/definitions/hellbot_magna_2_230.def.json @@ -2,41 +2,25 @@ "version": 2, "name": "Hellbot Magna 2 230", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "Hellbot_Magna_2_230.obj", - "platform_texture": "Magna2_230.png", "has_materials": true, - "machine_extruder_trains": - { - "0": "hellbot_magna_2_230_extruder_0" - } - + "machine_extruder_trains": { "0": "hellbot_magna_2_230_extruder_0" }, + "platform_texture": "Magna2_230.png" }, - - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 230 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "Hellbot Magna 2 230" }, - "machine_width": { - "default_value": 230 - }, - "machine_height": { - "default_value": 250 - }, - "machine_depth": { - "default_value": 230 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 1 - } - + "machine_width": { "default_value": 230 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_2_230_dual.def.json b/resources/definitions/hellbot_magna_2_230_dual.def.json index 7768f51ac0..31501cbea1 100644 --- a/resources/definitions/hellbot_magna_2_230_dual.def.json +++ b/resources/definitions/hellbot_magna_2_230_dual.def.json @@ -2,53 +2,33 @@ "version": 2, "name": "Hellbot Magna 2 230 dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "Hellbot_Magna_2_230.obj", - "platform_texture": "Magna2_230.png", "has_materials": true, "machine_extruder_trains": { "0": "hellbot_magna_2_230_dual_extruder_0", "1": "hellbot_magna_2_230_dual_extruder_1" - } - + }, + "platform_texture": "Magna2_230.png" }, - - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 230 }, + "machine_end_gcode": { "default_value": "M104 T0 S0\nM104 T1 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_extruders_share_heater": { "default_value": true }, + "machine_extruders_share_nozzle": { "default_value": true }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "Hellbot Magna 2 230 dual" }, - "machine_width": { - "default_value": 230 - }, - "machine_height": { - "default_value": 250 - }, - "machine_depth": { - "default_value": 230 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_extruders_share_heater": { - "default_value": true - }, - "machine_extruders_share_nozzle": { - "default_value": true - }, - "machine_start_gcode": { - "default_value": "M104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nG21\nG90 \nG28 X0 Y0 \nG28 Z0 \nG1 Z15.0 F300 \nT0 \nG92 E0 \nG1 F700 E-80 \nT1 \nG92 E0 \nG1 F1000 X1 Y1 Z0.3 \nG1 F600 X200 E60 \nG1 F1000 Y3 \nG1 F600 X1 E120 \nT1 \nG92 E0 \nG28 X0 Y0 \nG1 F700 E-80 \nT0 \nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0\nM104 T1 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "M104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nG21\nG90 \nG28 X0 Y0 \nG28 Z0 \nG1 Z15.0 F300 \nT0 \nG92 E0 \nG1 F700 E-80 \nT1 \nG92 E0 \nG1 F1000 X1 Y1 Z0.3 \nG1 F600 X200 E60 \nG1 F1000 Y3 \nG1 F600 X1 E120 \nT1 \nG92 E0 \nG28 X0 Y0 \nG1 F700 E-80 \nT0 \nG92 E0" }, + "machine_width": { "default_value": 230 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_2_300.def.json b/resources/definitions/hellbot_magna_2_300.def.json index d0cf2657b8..3fd09e49f3 100644 --- a/resources/definitions/hellbot_magna_2_300.def.json +++ b/resources/definitions/hellbot_magna_2_300.def.json @@ -2,40 +2,25 @@ "version": 2, "name": "Hellbot Magna 2 300", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "Hellbot_Magna_2_300.obj", - "platform_texture": "Magna2_300.png", "has_materials": true, - "machine_extruder_trains": - { - "0": "hellbot_magna_2_300_extruder_0" - } - + "machine_extruder_trains": { "0": "hellbot_magna_2_300_extruder_0" }, + "platform_texture": "Magna2_300.png" }, - - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Hellbot Magna 2 300" }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 1 - } + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_2_300_dual.def.json b/resources/definitions/hellbot_magna_2_300_dual.def.json index ed22bfa079..11d98cf150 100644 --- a/resources/definitions/hellbot_magna_2_300_dual.def.json +++ b/resources/definitions/hellbot_magna_2_300_dual.def.json @@ -2,53 +2,33 @@ "version": 2, "name": "Hellbot Magna 2 300 dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "Hellbot_Magna_2_300.obj", - "platform_texture": "Magna2_300.png", "has_materials": true, "machine_extruder_trains": { "0": "hellbot_magna_2_300_dual_extruder_0", "1": "hellbot_magna_2_300_dual_extruder_1" - } - + }, + "platform_texture": "Magna2_300.png" }, - - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 T0 S0\nM104 T1 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_extruders_share_heater": { "default_value": true }, + "machine_extruders_share_nozzle": { "default_value": true }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Hellbot Magna 2 300 Dual" }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_extruders_share_heater": { - "default_value": true - }, - "machine_extruders_share_nozzle": { - "default_value": true - }, - "machine_start_gcode": { - "default_value": "M104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nG21\nG90 \nG28 X0 Y0 \nG28 Z0 \nG1 Z15.0 F300 \nT0 \nG92 E0 \nG1 F700 E-80 \nT1 \nG92 E0 \nG1 F1000 X1 Y1 Z0.3 \nG1 F600 X200 E60 \nG1 F1000 Y3 \nG1 F600 X1 E120 \nT1 \nG92 E0 \nG28 X0 Y0 \nG1 F700 E-80 \nT0 \nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0\nM104 T1 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "M104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nG21\nG90 \nG28 X0 Y0 \nG28 Z0 \nG1 Z15.0 F300 \nT0 \nG92 E0 \nG1 F700 E-80 \nT1 \nG92 E0 \nG1 F1000 X1 Y1 Z0.3 \nG1 F600 X200 E60 \nG1 F1000 Y3 \nG1 F600 X1 E120 \nT1 \nG92 E0 \nG28 X0 Y0 \nG1 F700 E-80 \nT0 \nG92 E0" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_2_400.def.json b/resources/definitions/hellbot_magna_2_400.def.json index b98c43805c..c27273c67b 100644 --- a/resources/definitions/hellbot_magna_2_400.def.json +++ b/resources/definitions/hellbot_magna_2_400.def.json @@ -2,41 +2,25 @@ "version": 2, "name": "Hellbot Magna 2 400", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "Hellbot_Magna_2_400.obj", - "platform_texture": "Magna2_400.png", "has_materials": true, - "machine_extruder_trains": - { - "0": "hellbot_magna_2_400_extruder_0" - } - + "machine_extruder_trains": { "0": "hellbot_magna_2_400_extruder_0" }, + "platform_texture": "Magna2_400.png" }, - - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 400 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Hellbot Magna 2 400" }, - "machine_width": { - "default_value": 400 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 400 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 1 - } - + "machine_width": { "default_value": 400 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_2_400_dual.def.json b/resources/definitions/hellbot_magna_2_400_dual.def.json index 2dbdb1f6ca..560bd800b4 100644 --- a/resources/definitions/hellbot_magna_2_400_dual.def.json +++ b/resources/definitions/hellbot_magna_2_400_dual.def.json @@ -2,54 +2,33 @@ "version": 2, "name": "Hellbot Magna 2 400 dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "Hellbot_Magna_2_400.obj", - "platform_texture": "Magna2_400.png", "has_materials": true, "machine_extruder_trains": { "0": "hellbot_magna_2_400_dual_extruder_0", "1": "hellbot_magna_2_400_dual_extruder_1" - } - + }, + "platform_texture": "Magna2_400.png" }, - - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 400 }, + "machine_end_gcode": { "default_value": "M104 T0 S0\nM104 T1 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_extruders_share_heater": { "default_value": true }, + "machine_extruders_share_nozzle": { "default_value": true }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Hellbot Magna 2 400 Dual" }, - "machine_width": { - "default_value": 400 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 400 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_extruders_share_heater": { - "default_value": true - }, - "machine_extruders_share_nozzle": { - "default_value": true - }, - "machine_start_gcode": { - "default_value": "M104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nG21\nG90 \nG28 X0 Y0 \nG28 Z0 \nG1 Z15.0 F300 \nT0 \nG92 E0 \nG1 F700 E-80 \nT1 \nG92 E0 \nG1 F1000 X1 Y1 Z0.3 \nG1 F600 X200 E60 \nG1 F1000 Y3 \nG1 F600 X1 E120 \nT1 \nG92 E0 \nG28 X0 Y0 \nG1 F700 E-80 \nT0 \nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0\nM104 T1 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } - + "machine_start_gcode": { "default_value": "M104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nG21\nG90 \nG28 X0 Y0 \nG28 Z0 \nG1 Z15.0 F300 \nT0 \nG92 E0 \nG1 F700 E-80 \nT1 \nG92 E0 \nG1 F1000 X1 Y1 Z0.3 \nG1 F600 X200 E60 \nG1 F1000 Y3 \nG1 F600 X1 E120 \nT1 \nG92 E0 \nG28 X0 Y0 \nG1 F700 E-80 \nT0 \nG92 E0" }, + "machine_width": { "default_value": 400 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_2_500.def.json b/resources/definitions/hellbot_magna_2_500.def.json index e7c645b6f4..d718fd3635 100644 --- a/resources/definitions/hellbot_magna_2_500.def.json +++ b/resources/definitions/hellbot_magna_2_500.def.json @@ -2,41 +2,25 @@ "version": 2, "name": "Hellbot Magna 2 500", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "Hellbot_Magna_2_500.obj", - "platform_texture": "Magna2_500.png", "has_materials": true, - "machine_extruder_trains": - { - "0": "hellbot_magna_2_500_extruder_0" - } - + "machine_extruder_trains": { "0": "hellbot_magna_2_500_extruder_0" }, + "platform_texture": "Magna2_500.png" }, - - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 500 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 500 }, "machine_name": { "default_value": "Hellbot Magna 2 500" }, - "machine_width": { - "default_value": 500 - }, - "machine_height": { - "default_value": 500 - }, - "machine_depth": { - "default_value": 500 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 1 - } - + "machine_width": { "default_value": 500 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_2_500_dual.def.json b/resources/definitions/hellbot_magna_2_500_dual.def.json index ba7f18d702..cb5e8b94be 100644 --- a/resources/definitions/hellbot_magna_2_500_dual.def.json +++ b/resources/definitions/hellbot_magna_2_500_dual.def.json @@ -2,53 +2,33 @@ "version": 2, "name": "Hellbot Magna 2 500 dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "Hellbot_Magna_2_500.obj", - "platform_texture": "Magna2_500.png", "has_materials": true, "machine_extruder_trains": { "0": "hellbot_magna_2_500_dual_extruder_0", "1": "hellbot_magna_2_500_dual_extruder_1" - } - + }, + "platform_texture": "Magna2_500.png" }, - - "overrides": { + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 500 }, + "machine_end_gcode": { "default_value": "M104 T0 S0\nM104 T1 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_extruders_share_heater": { "default_value": true }, + "machine_extruders_share_nozzle": { "default_value": true }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 500 }, "machine_name": { "default_value": "Hellbot Magna 2 500 Dual" }, - "machine_width": { - "default_value": 500 - }, - "machine_height": { - "default_value": 500 - }, - "machine_depth": { - "default_value": 500 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_extruders_share_heater": { - "default_value": true - }, - "machine_extruders_share_nozzle": { - "default_value": true - }, - "machine_start_gcode": { - "default_value": "M104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nG21\nG90 \nG28 X0 Y0 \nG28 Z0 \nG1 Z15.0 F300 \nT0 \nG92 E0 \nG1 F700 E-80 \nT1 \nG92 E0 \nG1 F1000 X1 Y1 Z0.3 \nG1 F600 X200 E60 \nG1 F1000 Y3 \nG1 F600 X1 E120 \nT1 \nG92 E0 \nG28 X0 Y0 \nG1 F700 E-80 \nT0 \nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0\nM104 T1 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "M104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nG21\nG90 \nG28 X0 Y0 \nG28 Z0 \nG1 Z15.0 F300 \nT0 \nG92 E0 \nG1 F700 E-80 \nT1 \nG92 E0 \nG1 F1000 X1 Y1 Z0.3 \nG1 F600 X200 E60 \nG1 F1000 Y3 \nG1 F600 X1 E120 \nT1 \nG92 E0 \nG28 X0 Y0 \nG1 F700 E-80 \nT0 \nG92 E0" }, + "machine_width": { "default_value": 500 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_I.def.json b/resources/definitions/hellbot_magna_I.def.json index 019f214387..263a182ebc 100644 --- a/resources/definitions/hellbot_magna_I.def.json +++ b/resources/definitions/hellbot_magna_I.def.json @@ -2,32 +2,28 @@ "version": 2, "name": "Hellbot Magna 1", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "hellbot_magna.obj", - "platform_texture": "hellbot.png", - "platform_offset": [0, -1, 0], "has_materials": true, - "machine_extruder_trains": { - "0": "hellbot_magna_i_extruder" - } + "machine_extruder_trains": { "0": "hellbot_magna_i_extruder" }, + "platform_offset": [ + 0, + -1, + 0 + ], + "platform_texture": "hellbot.png" }, - "overrides": { - "machine_name": { - "default_value": "Hellbot Magna 1" - }, + "overrides": + { + "machine_depth": { "default_value": 220 }, "machine_heated_bed": { "default_value": true }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_height": { - "default_value": 260 - } + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Hellbot Magna 1" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_SE.def.json b/resources/definitions/hellbot_magna_SE.def.json index 7420eaee63..0c010151e6 100644 --- a/resources/definitions/hellbot_magna_SE.def.json +++ b/resources/definitions/hellbot_magna_SE.def.json @@ -1,41 +1,26 @@ -{ - "version": 2, - "name": "Hellbot Magna SE", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Hellbot Development Team", - "manufacturer": "Hellbot", - "file_formats": "text/x-gcode", - "platform": "hellbot_magna_SE.obj", - "platform_texture": "hellbot_magna_SE.png", - "has_materials": true, - "machine_extruder_trains": - { - "0": "hellbot_magna_SE_extruder" - } - - }, - - "overrides": { - "machine_name": { "default_value": "Hellbot Magna SE" }, - "machine_width": { - "default_value": 230 - }, - "machine_depth": { - "default_value": 230 - }, - "machine_height": { - "default_value": 250 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_extruder_count": { - "default_value": 1 - } - } -} +{ + "version": 2, + "name": "Hellbot Magna SE", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Hellbot Development Team", + "manufacturer": "Hellbot", + "file_formats": "text/x-gcode", + "platform": "hellbot_magna_SE.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "hellbot_magna_SE_extruder" }, + "platform_texture": "hellbot_magna_SE.png" + }, + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 230 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Hellbot Magna SE" }, + "machine_width": { "default_value": 230 } + } +} \ No newline at end of file diff --git a/resources/definitions/hellbot_magna_dual.def.json b/resources/definitions/hellbot_magna_dual.def.json index 6448ed3a44..e41fcb7cce 100644 --- a/resources/definitions/hellbot_magna_dual.def.json +++ b/resources/definitions/hellbot_magna_dual.def.json @@ -2,38 +2,33 @@ "version": 2, "name": "Hellbot Magna Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Hellbot Development Team", "manufacturer": "Hellbot", "file_formats": "text/x-gcode", "platform": "hellbot_magna.obj", - "platform_texture": "hellbot.png", - "platform_offset": [0, -1, 0], "has_materials": true, - "machine_extruder_trains": { + "machine_extruder_trains": + { "0": "hellbot_magna_dual_extruder_1", "1": "hellbot_magna_dual_extruder_2" - } + }, + "platform_offset": [ + 0, + -1, + 0 + ], + "platform_texture": "hellbot.png" }, - "overrides": { - "machine_name": { - "default_value": "Hellbot Magna DUAL" - }, - "machine_width": { - "default_value": 220 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_height": { - "default_value": 260 - }, - "machine_extruder_count": { - "default_value": 2 - } + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_extruder_count": { "default_value": 2 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Hellbot Magna DUAL" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/helloBEEprusa.def.json b/resources/definitions/helloBEEprusa.def.json index ad1c9fd699..cbce8cdb62 100644 --- a/resources/definitions/helloBEEprusa.def.json +++ b/resources/definitions/helloBEEprusa.def.json @@ -2,40 +2,45 @@ "version": 2, "name": "Hello Bee Prusa", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Beeverycreative", "manufacturer": "Beeverycreative", - "platform": "BEEVERYCREATIVE-helloBEEprusa.3mf", - "platform_offset": [-226, -75, -196], "file_formats": "text/x-gcode", + "platform": "BEEVERYCREATIVE-helloBEEprusa.3mf", "machine_extruder_trains": { "0": "hBp_extruder_left", "1": "hBp_extruder_right" - } + }, + "platform_offset": [ + -226, + -75, + -196 + ] }, - - "overrides": { - "machine_extruder_count": { "default_value": 2 }, - "machine_name": { "default_value": "hello BEE prusa" }, - "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM107 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG92 E0 ;zero the extruded length\nG1 F3600 ;set feedrate to 60 mm/sec\nM420 S1 \n; -- end of START GCODE --" }, - "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set bed temperature to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\n; -- end of END GCODE --" }, - "machine_width": { "default_value": 185 }, - "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 190 }, - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": { "default_value": false }, + "overrides": + { + "infill_sparse_density": { "default_value": 20 }, "layer_height": { "default_value": 0.2 }, "layer_height_0": { "default_value": 0.2 }, - "wall_thickness": { "value": "1.2" }, - "top_bottom_thickness": { "default_value": 1.2 }, - "infill_sparse_density": { "default_value": 20 }, - "speed_print": { "default_value": 60 }, - "skirt_line_count": { "default_value": 4 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set bed temperature to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\n; -- end of END GCODE --" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, + "machine_name": { "default_value": "hello BEE prusa" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM107 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG92 E0 ;zero the extruded length\nG1 F3600 ;set feedrate to 60 mm/sec\nM420 S1 \n; -- end of START GCODE --" }, + "machine_width": { "default_value": 185 }, + "retraction_amount": { "default_value": 1.5 }, + "retraction_speed": { "default_value": 15.0 }, "skirt_brim_minimal_length": { "default_value": 30 }, "skirt_gap": { "default_value": 6 }, - "retraction_speed": { "default_value": 15.0}, - "retraction_amount": { "default_value": 1.5} + "skirt_line_count": { "default_value": 4 }, + "speed_print": { "default_value": 60 }, + "top_bottom_thickness": { "default_value": 1.2 }, + "wall_thickness": { "value": "1.2" } } } \ No newline at end of file diff --git a/resources/definitions/hms434.def.json b/resources/definitions/hms434.def.json index 9f9183c99e..633ad2007e 100644 --- a/resources/definitions/hms434.def.json +++ b/resources/definitions/hms434.def.json @@ -1,42 +1,93 @@ { - "name": "HMS434", "version": 2, + "name": "HMS434", "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Scheepers", + "metadata": + { + "visible": true, + "author": "Scheepers", "manufacturer": "Hybrid AM Systems", "file_formats": "text/x-gcode", - - "has_materials": true, + "platform": "hms_platform.obj", "exclude_materials": [ - "chromatik_pla", - "dsm_arnitel2045_175", "dsm_novamid1070_175", - "emotiontech_abs", "emotiontech_asax", "emotiontech_hips", "emotiontech_petg", "emotiontech_pla", "emotiontech_pva-m", "emotiontech_pva-oks", "emotiontech_pva-s", "emotiontech_tpu98a", "emotiontech_absx", "emotiontech_bvoh", - "eSUN_PETG_Black", "eSUN_PETG_Grey", "eSUN_PETG_Purple", "eSUN_PLA_PRO_Black", "eSUN_PLA_PRO_Grey", "eSUN_PLA_PRO_Purple", "eSUN_PLA_PRO_White", - "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", - "fiberlogy_hd_pla", - "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", - "generic_abs", "generic_abs_175", "generic_cpe_175", "generic_hips_175", "generic_nylon_175", "generic_pc_175", "generic_petg_175", "generic_pva_175", "generic_tpu_175", - "imade3d_petg_175", "imade3d_pla_175", - "innofill_innoflex60_175", - "leapfrog_abs_natural", "leapfrog_epla_natural","leapfrog_pva_natural", - "octofiber_pla", - "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", - "redd_abs", "redd_asa", "redd_hips", "redd_nylon", "redd_petg", "redd_pla", "redd_tpe", - "verbatim_bvoh_175", - "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_PLA_Glitter", "Vertex_Delta_PLA_Mat", "Vertex_Delta_PLA_Satin", "Vertex_Delta_PLA_Wood", "Vertex_Delta_TPU", - "tizyx_abs", "tizyx_flex", "tizyx_petg", "tizyx_pla", "tizyx_pla_bois", "tizyx_pva", - "zyyx_pro_flex", "zyyx_pro_pla" - ], - - "has_variants": true, - "variants_name": "Tool", - "preferred_variant_name": "0.4mm TP extruder", - - "has_machine_quality": true, - "preferred_quality_type": "high", - + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "emotiontech_abs", + "emotiontech_asax", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "emotiontech_absx", + "emotiontech_bvoh", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "eSUN_PLA_PRO_Black", + "eSUN_PLA_PRO_Grey", + "eSUN_PLA_PRO_Purple", + "eSUN_PLA_PRO_White", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_abs", + "generic_abs_175", + "generic_cpe_175", + "generic_hips_175", + "generic_nylon_175", + "generic_pc_175", + "generic_petg_175", + "generic_pva_175", + "generic_tpu_175", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "redd_abs", + "redd_asa", + "redd_hips", + "redd_nylon", + "redd_petg", + "redd_pla", + "redd_tpe", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_TPU", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla", + "tizyx_pla_bois", + "tizyx_pva", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, "machine_extruder_trains": { "0": "hms434_tool_1", @@ -48,150 +99,148 @@ "6": "hms434_tool_7", "7": "hms434_tool_8" }, - "platform": "hms_platform.obj", - "platform_offset": [ 26, -13.2, 162.5], - "platform_texture": "hms434.png", - "first_start_actions": ["MachineSettingsAction"], - "supported_actions": ["MachineSettingsAction"] + "platform_offset": [ + 26, + -13.2, + 162.5 + ], + "platform_texture": "hms434.png", + "preferred_quality_type": "high", + "preferred_variant_name": "0.4mm TP extruder", + "supported_actions": [ "MachineSettingsAction" ], + "variants_name": "Tool" }, - - "overrides": { - "machine_extruder_count": {"default_value": 2 }, - "material_diameter": {"default_value": 1.75 }, - "machine_heated_bed": {"default_value": true }, - "machine_heated_build_volume":{"default_value": true }, - "machine_center_is_zero": {"default_value": false }, - "gantry_height": {"value": "35" }, - "machine_height": {"default_value": 400 }, - "machine_depth": {"default_value": 325 }, - "machine_width": {"default_value": 450 }, - "machine_gcode_flavor": {"default_value": "RepRap (RepRap)" }, - "material_print_temp_wait": {"default_value": false }, - "material_bed_temp_wait": {"default_value": false }, - "machine_max_feedrate_z": {"default_value": 10 }, - "machine_acceleration": {"default_value": 180 }, - "machine_start_gcode": {"default_value": "\n;Neither Hybrid AM Systems nor any of Hybrid AM Systems representatives has any liabilities or gives any warranties on this .gcode file, or on any or all objects made with this .gcode file.\n\nM114\n\nM140 S{material_bed_temperature_layer_0}\nM118 // action:chamber_fan_on\nM141 S{build_volume_temperature}\n\nM117 Homing Y ......\nG28 Y\nM117 Homing X ......\nG28 X\nM117 Homing Z ......\nG28 Z F100\n\nG1 Z10 F900\nG1 X-25 Y20 F12000\n\nM190 S{material_bed_temperature_layer_0}\n\nM117 HMS434 Printing ..." }, - "machine_end_gcode": {"default_value": "" }, - - "retraction_extra_prime_amount": {"minimum_value_warning": "-2.0" }, - "optimize_wall_printing_order": {"default_value": true }, - "machine_nozzle_heat_up_speed": {"default_value": 12}, - "machine_nozzle_cool_down_speed": {"default_value": 20}, - "machine_min_cool_heat_time_window": {"default_value": 5}, - - "layer_height": {"maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, - "layer_height_0": {"maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, - "initial_layer_line_width_factor": {"value": 110 }, - - "wall_thickness": {"value": "(line_width * 3) if infill_sparse_density < 95 else line_width" }, - "roofing_layer_count": {"value": "0" }, - "top_bottom_thickness": {"value": "(layer_height_0 + (layer_height * (top_layers - 1)))" }, - "top_layers": {"value": "4 if infill_sparse_density < 95 else 1" }, - "bottom_layers": {"value": "(top_layers)" }, - "wall_0_inset": {"value": "0" }, - "inset_direction": {"value": "'outside_in'" }, - "alternate_extra_perimeter": {"value": false }, - "fill_outline_gaps": {"value": true }, - "z_seam_type": {"value": "'shortest'"}, - "z_seam_x": {"value": "300"}, - "z_seam_y": {"value": "325"}, - "z_seam_corner": {"value": "'z_seam_corner_inner'"}, - "skin_outline_count": {"value": "0"}, - "ironing_line_spacing": {"value": "line_width / 4 * 3"}, - "ironing_flow": {"value": "0"}, - "ironing_inset": {"value": "ironing_line_spacing + (ironing_line_spacing - skin_line_width * (1.0 + ironing_flow / 100) / 2 if ironing_pattern == 'concentric' else skin_line_width * (1.0 - ironing_flow / 100) / 2)"}, - "speed_ironing": {"value": "150"}, - - "infill_sparse_density": {"value": 100}, - "infill_pattern": {"value": "'lines'"}, - "infill_before_walls": {"value": true}, - - "default_material_print_temperature": {"maximum_value": "401" }, - "material_print_temperature": {"maximum_value": "401" }, - "material_print_temperature_layer_0": {"maximum_value": "401" }, - "material_initial_print_temperature": {"value": "material_print_temperature", - "maximum_value_warning": "material_print_temperature + 15", - "maximum_value": "401" }, - "material_final_print_temperature": {"value": "material_print_temperature", - "maximum_value": "401" }, - "material_break_preparation_temperature": {"maximum_value": "401" }, - "material_bed_temperature_layer_0": {"value": "material_bed_temperature"}, - "material_flow_layer_0": {"value": "material_flow"}, - "retraction_enable": {"value": true }, - "retract_at_layer_change": {"value": false }, - "retraction_min_travel": {"value": "(round(line_width * 10))"}, - "switch_extruder_retraction_speeds": {"value": "(retraction_speed)"}, - "switch_extruder_prime_speed": {"value": "(retraction_prime_speed)"}, - - "speed_print": {"value": "50"}, - "speed_wall": {"value": "(speed_print/ 5 * 3) if speed_print > 45 else speed_print"}, - "speed_wall_x": {"value": "speed_wall"}, - "speed_layer_0": {"value": "(speed_print / 5 * 4) if speed_print > 45 else speed_print"}, - "speed_topbottom": {"value": "speed_layer_0"}, - "speed_travel": {"value": "250"}, - "speed_travel_layer_0": {"value": "speed_travel"}, - "speed_support_interface": {"value": "speed_topbottom"}, - "speed_z_hop": {"value": 10}, - "speed_slowdown_layers": {"value": 1}, - "acceleration_print": {"value": 1000}, - "acceleration_travel": {"value": 1000}, - "jerk_print": {"value": 10}, - "jerk_travel": {"value": 10}, - - "retraction_hop_enabled": {"value": false}, - "retraction_hop": {"value": 1}, - "retraction_combing": {"value": "'off'"}, - - "cool_fan_speed": {"value": 0}, - "cool_fan_enabled": {"value": true}, - "cool_min_layer_time_fan_speed_max": {"value": "cool_min_layer_time"}, - "cool_min_layer_time": {"value": 30}, - "cool_min_speed": {"value": "5"}, - "cool_lift_head": {"value": false}, - - "support_pattern": {"value": "'grid'"}, - "support_infill_rate": {"value": 30}, - "support_z_distance": {"value": 0}, - "support_xy_distance": {"value": 0.4}, - "support_join_distance": {"value": 10}, - "support_interface_pattern": {"value": "'lines'"}, - "support_roof_pattern": {"value": "'concentric'"}, - "support_interface_enable": {"value": true}, - "support_interface_height": {"value": "layer_height * 3"}, - "support_bottom_height": {"value": "layer_height"}, - - "adhesion_type": {"value": "'brim'"}, - "skirt_gap": {"value": 1}, - "skirt_brim_minimal_length": {"value": 50}, - - "prime_tower_size": {"value": 20.6 }, - "prime_tower_position_x": {"value": 125 }, - "prime_tower_position_y": {"value": 70 }, - "prime_blob_enable": {"default_value": false }, - - "meshfix_maximum_resolution": {"value": 0.01 }, - "meshfix_maximum_travel_resolution":{"value": 0.1 }, - "meshfix_maximum_deviation": {"value": 0.005 }, - - "minimum_polygon_circumference": {"value": 0.05 }, - "coasting_enable": {"value": false}, - "coasting_volume": {"value": 0.1}, - "coasting_min_volume": {"value": 0.17}, - "coasting_speed": {"value": 90}, - "wall_overhang_angle": {"value": 60}, - "bridge_settings_enabled": {"value": true}, - "bridge_wall_min_length": {"value": 3}, - "bridge_skin_support_threshold": {"value": 90}, - "bridge_wall_speed": {"value": 15}, - "bridge_wall_material_flow": {"value": 130}, - "bridge_skin_speed": {"value": 15}, - "bridge_skin_material_flow": {"value": 130}, - "bridge_fan_speed": {"value": 0}, - "bridge_skin_density_2": {"value": 100}, - "bridge_skin_density_3": {"value": 100}, - "bridge_skin_material_flow_2": {"value": 110}, - "bridge_skin_material_flow_3": {"value": 100}, - "bridge_skin_speed_2": {"value": 20}, - "bridge_skin_speed_3": {"value": 30} + "overrides": + { + "acceleration_print": { "value": 1000 }, + "acceleration_travel": { "value": 1000 }, + "adhesion_type": { "value": "'brim'" }, + "alternate_extra_perimeter": { "value": false }, + "bottom_layers": { "value": "(top_layers)" }, + "bridge_fan_speed": { "value": 0 }, + "bridge_settings_enabled": { "value": true }, + "bridge_skin_density_2": { "value": 100 }, + "bridge_skin_density_3": { "value": 100 }, + "bridge_skin_material_flow": { "value": 130 }, + "bridge_skin_material_flow_2": { "value": 110 }, + "bridge_skin_material_flow_3": { "value": 100 }, + "bridge_skin_speed": { "value": 15 }, + "bridge_skin_speed_2": { "value": 20 }, + "bridge_skin_speed_3": { "value": 30 }, + "bridge_skin_support_threshold": { "value": 90 }, + "bridge_wall_material_flow": { "value": 130 }, + "bridge_wall_min_length": { "value": 3 }, + "bridge_wall_speed": { "value": 15 }, + "coasting_enable": { "value": false }, + "coasting_min_volume": { "value": 0.17 }, + "coasting_speed": { "value": 90 }, + "coasting_volume": { "value": 0.1 }, + "cool_fan_enabled": { "value": true }, + "cool_fan_speed": { "value": 0 }, + "cool_lift_head": { "value": false }, + "cool_min_layer_time": { "value": 30 }, + "cool_min_layer_time_fan_speed_max": { "value": "cool_min_layer_time" }, + "cool_min_speed": { "value": "5" }, + "default_material_print_temperature": { "maximum_value": "401" }, + "fill_outline_gaps": { "value": true }, + "gantry_height": { "value": "35" }, + "infill_before_walls": { "value": true }, + "infill_pattern": { "value": "'lines'" }, + "infill_sparse_density": { "value": 100 }, + "initial_layer_line_width_factor": { "value": 110 }, + "inset_direction": { "value": "'outside_in'" }, + "ironing_flow": { "value": "0" }, + "ironing_inset": { "value": "ironing_line_spacing + (ironing_line_spacing - skin_line_width * (1.0 + ironing_flow / 100) / 2 if ironing_pattern == 'concentric' else skin_line_width * (1.0 - ironing_flow / 100) / 2)" }, + "ironing_line_spacing": { "value": "line_width / 4 * 3" }, + "jerk_print": { "value": 10 }, + "jerk_travel": { "value": 10 }, + "layer_height": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, + "layer_height_0": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, + "machine_acceleration": { "default_value": 180 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 325 }, + "machine_end_gcode": { "default_value": "" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_heated_bed": { "default_value": true }, + "machine_heated_build_volume": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_feedrate_z": { "default_value": 10 }, + "machine_min_cool_heat_time_window": { "default_value": 5 }, + "machine_nozzle_cool_down_speed": { "default_value": 20 }, + "machine_nozzle_heat_up_speed": { "default_value": 12 }, + "machine_start_gcode": { "default_value": "\n;Neither Hybrid AM Systems nor any of Hybrid AM Systems representatives has any liabilities or gives any warranties on this .gcode file, or on any or all objects made with this .gcode file.\n\nM114\n\nM140 S{material_bed_temperature_layer_0}\nM118 // action:chamber_fan_on\nM141 S{build_volume_temperature}\n\nM117 Homing Y ......\nG28 Y\nM117 Homing X ......\nG28 X\nM117 Homing Z ......\nG28 Z F100\n\nG1 Z10 F900\nG1 X-25 Y20 F12000\n\nM190 S{material_bed_temperature_layer_0}\n\nM117 HMS434 Printing ..." }, + "machine_width": { "default_value": 450 }, + "material_bed_temp_wait": { "default_value": false }, + "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, + "material_break_preparation_temperature": { "maximum_value": "401" }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": + { + "maximum_value": "401", + "value": "material_print_temperature" + }, + "material_flow_layer_0": { "value": "material_flow" }, + "material_initial_print_temperature": + { + "maximum_value": "401", + "maximum_value_warning": "material_print_temperature + 15", + "value": "material_print_temperature" + }, + "material_print_temp_wait": { "default_value": false }, + "material_print_temperature": { "maximum_value": "401" }, + "material_print_temperature_layer_0": { "maximum_value": "401" }, + "meshfix_maximum_deviation": { "value": 0.005 }, + "meshfix_maximum_resolution": { "value": 0.01 }, + "meshfix_maximum_travel_resolution": { "value": 0.1 }, + "minimum_polygon_circumference": { "value": 0.05 }, + "optimize_wall_printing_order": { "default_value": true }, + "prime_blob_enable": { "default_value": false }, + "prime_tower_position_x": { "value": 125 }, + "prime_tower_position_y": { "value": 70 }, + "prime_tower_size": { "value": 20.6 }, + "retract_at_layer_change": { "value": false }, + "retraction_combing": { "value": "'off'" }, + "retraction_enable": { "value": true }, + "retraction_extra_prime_amount": { "minimum_value_warning": "-2.0" }, + "retraction_hop": { "value": 1 }, + "retraction_hop_enabled": { "value": false }, + "retraction_min_travel": { "value": "(round(line_width * 10))" }, + "roofing_layer_count": { "value": "0" }, + "skin_outline_count": { "value": "0" }, + "skirt_brim_minimal_length": { "value": 50 }, + "skirt_gap": { "value": 1 }, + "speed_ironing": { "value": "150" }, + "speed_layer_0": { "value": "(speed_print / 5 * 4) if speed_print > 45 else speed_print" }, + "speed_print": { "value": "50" }, + "speed_slowdown_layers": { "value": 1 }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "speed_layer_0" }, + "speed_travel": { "value": "250" }, + "speed_travel_layer_0": { "value": "speed_travel" }, + "speed_wall": { "value": "(speed_print/ 5 * 3) if speed_print > 45 else speed_print" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 10 }, + "support_bottom_height": { "value": "layer_height" }, + "support_infill_rate": { "value": 30 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 3" }, + "support_interface_pattern": { "value": "'lines'" }, + "support_join_distance": { "value": 10 }, + "support_pattern": { "value": "'grid'" }, + "support_roof_pattern": { "value": "'concentric'" }, + "support_xy_distance": { "value": 0.4 }, + "support_z_distance": { "value": 0 }, + "switch_extruder_prime_speed": { "value": "(retraction_prime_speed)" }, + "switch_extruder_retraction_speeds": { "value": "(retraction_speed)" }, + "top_bottom_thickness": { "value": "(layer_height_0 + (layer_height * (top_layers - 1)))" }, + "top_layers": { "value": "4 if infill_sparse_density < 95 else 1" }, + "wall_0_inset": { "value": "0" }, + "wall_overhang_angle": { "value": 60 }, + "wall_thickness": { "value": "(line_width * 3) if infill_sparse_density < 95 else line_width" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'shortest'" }, + "z_seam_x": { "value": "300" }, + "z_seam_y": { "value": "325" } } -} +} \ No newline at end of file diff --git a/resources/definitions/ideagen3D_sapphire_plus.def.json b/resources/definitions/ideagen3D_sapphire_plus.def.json index a8541401c2..f7af38ad93 100644 --- a/resources/definitions/ideagen3D_sapphire_plus.def.json +++ b/resources/definitions/ideagen3D_sapphire_plus.def.json @@ -9,26 +9,28 @@ "manufacturer": "Ideagen3D", "file_formats": "text/x-gcode", "platform": "ideagen3D_sapphire_plus.3mf", - "has_materials": true, "has_machine_quality": false, + "has_materials": true, "machine_extruder_trains": { "0": "ideagen3D_sapphire_plus_0" } }, "overrides": { - "machine_name": { "default_value": "ideagen3D Sapphire Plus" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, + "gantry_height": { "value": 65 }, "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 350 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": ";End GCode by ideagen3D\n\nM104 S0 ;Set nozzle temperature to 0\nM140 S0 ;Set Bed temperature to 0\n\nG92 E1 ;Prepare to retract filament\nG1 E-1 F300 ;Retract filament\nG28 X0 Y0 ;Home X and Y\nM84 ;Disable Steppers" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-30, -20], [-30, 40], [30, -20], [30, 40] ] }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 350 }, + "machine_name": { "default_value": "ideagen3D Sapphire Plus" }, "machine_start_gcode": { "default_value": ";Start GCode by ideagen3D\n\nG1 Z15.0 F6000 ;Move the platform down 15mm\n\n;Initialize Temperature\nM140 S{material_bed_temperature_layer_0} ;heat bed and continue\nM104 S{material_print_temperature_layer_0} ;heat nozzle and continue\nM190 S{material_bed_temperature_layer_0} ;wait for bed temperature to reach initial layer temperature\nM109 S{material_print_temperature_layer_0} ;wait for hot end temperature to reach initial layer temperature\n\nG28 M420 S1 ; Home & Enable Bed Levelling\n\n;Prime the extruder\nG92 E0\nG1 X1 Y280 Z0.2 ;Prepare to Purge\nG1 Y20 Z0.2 F1500.0 E15 ;Purge line\nG92 E0" }, - "machine_end_gcode": { "default_value": ";End GCode by ideagen3D\n\nM104 S0 ;Set nozzle temperature to 0\nM140 S0 ;Set Bed temperature to 0\n\nG92 E1 ;Prepare to retract filament\nG1 E-1 F300 ;Retract filament\nG28 X0 Y0 ;Home X and Y\nM84 ;Disable Steppers" }, - "gantry_height": { "value": 65 } + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/imade3d_jellybox.def.json b/resources/definitions/imade3d_jellybox.def.json index 134ccc720c..0e9a4548cd 100644 --- a/resources/definitions/imade3d_jellybox.def.json +++ b/resources/definitions/imade3d_jellybox.def.json @@ -2,36 +2,40 @@ "version": 2, "name": "Imade3D JellyBOX Original", "inherits": "imade3d_jellybox_root", - "metadata": { + "metadata": + { "visible": true, "author": "Imade3D", "platform": "imade3d_jellybox_platform.3mf", - "platform_offset": [ 0, -0.3, 0], - "preferred_variant_name": "0.4 mm", - "preferred_quality_type": "fast", + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "has_machine_quality": true, - "machine_extruder_trains": { - "0": "imade3d_jellybox_extruder_0" - } - }, - - "overrides": { - "machine_head_with_fans_polygon": { "default_value": [[ 0, 0 ],[ 0, 0 ],[ 0, 0 ],[ 0, 0 ]]}, - "machine_name": { "default_value": "IMADE3D JellyBOX Original" }, - "machine_width": { "default_value": 170 }, - "machine_height": { "default_value": 145 }, + "machine_extruder_trains": { "0": "imade3d_jellybox_extruder_0" }, + "platform_offset": [ + 0, + -0.3, + 0 + ], + "preferred_quality_type": "fast", + "preferred_variant_name": "0.4 mm" + }, + "overrides": + { "machine_depth": { "default_value": 160 }, - "machine_start_gcode": { - "default_value": ";---------------------------------------\n; ; ; Jellybox Start Script Begin ; ; ;\n;_______________________________________\n; for slicer: CURA 3\n; start gcode last modified Jun 1, 2019\n\n; Print Settings Summary\n; (leave these alone: this is only a list of the slicing settings)\n; (overwriting these values will NOT change your printer's behavior)\n; sliced for : {machine_name}\n; jobname : {jobname}\n; gcode generated : {day}, {date}, {time}\n; est. print time : {print_time}\n; nozzle diameter : {machine_nozzle_size}\n; filament diameter : {material_diameter}\n; layer height : {layer_height}\n; 1st layer height : {layer_height_0}\n; line width : {line_width} \n; outer wall wipe dist. : {wall_0_wipe_dist}\n; infill line width : {infill_line_width}\n; wall thickness : {wall_thickness}\n; top thickness : {top_thickness}\n; bottom thickness : {bottom_thickness}\n; infill density : {infill_sparse_density}\n; infill pattern : {infill_pattern}\n; print temperature : {material_print_temperature}\n; 1st layer print temp. : {material_print_temperature_layer_0}\n; heated bed temperature : {material_bed_temperature}\n; 1st layer bed temp. : {material_bed_temperature_layer_0}\n; regular fan speed : {cool_fan_speed_min}\n; max fan speed : {cool_fan_speed_max}\n; retraction amount : {retraction_amount}\n; retr. retract speed : {retraction_retract_speed}\n; retr. prime speed : {retraction_prime_speed}\n; build plate adhesion : {adhesion_type}\n; support ? {support_enable}\n; spiralized ? {magic_spiralize}\n\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM117 Preparing ;write Preparing\nM190 S{material_bed_temperature_layer_0} ;wait for the bed to reach desired temperature\nM109 S180 ;wait for the extruder to reach 180C\nG28 ;home all axes\nM203 Z4 ;slow Z speed down for greater accuracy when probing\nG29 O ;run auto bed leveling procedure IF leveling not active already\n; M500 ;optionally save the mesh\nM203 Z7 ;pick up z speed again for printing\nG28 X ;home x to get as far from the plate as possible\nM420 S1 ;(re) enable bed leveling if turned off by the G28\nG0 Y0 F5000 ;position Y in front\nG0 Z15 F3000 ;position Z\nM109 S{material_print_temperature_layer_0} ;wait for the extruder to reach desired temperature\nM300 S440 P300 ;play a tone\n; M0 Ready! Click to start ; optionally, stop and wait for user to continue\nM420 S1 ;(re) enable bed leveling to make iron-sure\nM117 Print starting ;write Print starting\n;================ ;PRINT:LINE start\nG90 ;absolute positioning\nG92 E0 ;reset the extruder position\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG0 Z0 ;get Z down\nM83 ;relative extrusion mode\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG1 E20 F300 ;extrude __mm of feed stock\nG1 E18 F250 ;extrude __mm of feed stock\nG1 E10 F250 ;extrude __mm of feed stock\nG4 S2 ;pause for ooze\nM400 ;make sure all is finished\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG0 F500 X3 Y0 Z0.3;get to the start of the LINE\nG1 E2 F300 ;extrude __mm of feed stock\nG1 F1000 X152 E7 ;print a thick LINE extruding __mm along the way\nG92 E0 ;reset the extruder position\n;---------------------------------------------\n; ; ; Jellybox Printer Start Script End ; ; ;\n;_____________________________________________\n" + "machine_end_gcode": { "default_value": "\n;---------------------------------\n;;; Jellybox End Script Begin ;;;\n;_________________________________\n; end gcode last modified Nov 30, 2018\nM117 Finishing Up ;write Finishing Up\n\nM107 ;turn the fan off\nM104 S0 ;extruder heater off\nM140 S0 ;bed heater off (if you have it)\nG91 ;relative positioning (includes extruder)\nG1 E-1 F2500 ;retract the filament a bit before lifting the nozzle to release some of the pressure\nG1 Z0.5 E-4 X-10 F9000 ;get out and retract filament even more\nG1 E-25 F2500 ;retract even more\nG90 ;absolute positioning (includes extruder)\nG28 X ;home X so the head is out of the way\nG1 Y140 ;move Y forward, so the print is more accessible\nM84 ;steppers off\n\nM117 Print finished ;write Print finished\n;---------------------------------------\n;;; Jellybox End Script End ;;;\n;_______________________________________" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ] }, - "machine_end_gcode": { - "default_value": "\n;---------------------------------\n;;; Jellybox End Script Begin ;;;\n;_________________________________\n; end gcode last modified Nov 30, 2018\nM117 Finishing Up ;write Finishing Up\n\nM107 ;turn the fan off\nM104 S0 ;extruder heater off\nM140 S0 ;bed heater off (if you have it)\nG91 ;relative positioning (includes extruder)\nG1 E-1 F2500 ;retract the filament a bit before lifting the nozzle to release some of the pressure\nG1 Z0.5 E-4 X-10 F9000 ;get out and retract filament even more\nG1 E-25 F2500 ;retract even more\nG90 ;absolute positioning (includes extruder)\nG28 X ;home X so the head is out of the way\nG1 Y140 ;move Y forward, so the print is more accessible\nM84 ;steppers off\n\nM117 Print finished ;write Print finished\n;---------------------------------------\n;;; Jellybox End Script End ;;;\n;_______________________________________" - }, - - "retraction_prime_speed": { - "value": "max(retraction_speed - 30, 5)" - } + "machine_height": { "default_value": 145 }, + "machine_name": { "default_value": "IMADE3D JellyBOX Original" }, + "machine_start_gcode": { "default_value": ";---------------------------------------\n; ; ; Jellybox Start Script Begin ; ; ;\n;_______________________________________\n; for slicer: CURA 3\n; start gcode last modified Jun 1, 2019\n\n; Print Settings Summary\n; (leave these alone: this is only a list of the slicing settings)\n; (overwriting these values will NOT change your printer's behavior)\n; sliced for : {machine_name}\n; jobname : {jobname}\n; gcode generated : {day}, {date}, {time}\n; est. print time : {print_time}\n; nozzle diameter : {machine_nozzle_size}\n; filament diameter : {material_diameter}\n; layer height : {layer_height}\n; 1st layer height : {layer_height_0}\n; line width : {line_width} \n; outer wall wipe dist. : {wall_0_wipe_dist}\n; infill line width : {infill_line_width}\n; wall thickness : {wall_thickness}\n; top thickness : {top_thickness}\n; bottom thickness : {bottom_thickness}\n; infill density : {infill_sparse_density}\n; infill pattern : {infill_pattern}\n; print temperature : {material_print_temperature}\n; 1st layer print temp. : {material_print_temperature_layer_0}\n; heated bed temperature : {material_bed_temperature}\n; 1st layer bed temp. : {material_bed_temperature_layer_0}\n; regular fan speed : {cool_fan_speed_min}\n; max fan speed : {cool_fan_speed_max}\n; retraction amount : {retraction_amount}\n; retr. retract speed : {retraction_retract_speed}\n; retr. prime speed : {retraction_prime_speed}\n; build plate adhesion : {adhesion_type}\n; support ? {support_enable}\n; spiralized ? {magic_spiralize}\n\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM117 Preparing ;write Preparing\nM190 S{material_bed_temperature_layer_0} ;wait for the bed to reach desired temperature\nM109 S180 ;wait for the extruder to reach 180C\nG28 ;home all axes\nM203 Z4 ;slow Z speed down for greater accuracy when probing\nG29 O ;run auto bed leveling procedure IF leveling not active already\n; M500 ;optionally save the mesh\nM203 Z7 ;pick up z speed again for printing\nG28 X ;home x to get as far from the plate as possible\nM420 S1 ;(re) enable bed leveling if turned off by the G28\nG0 Y0 F5000 ;position Y in front\nG0 Z15 F3000 ;position Z\nM109 S{material_print_temperature_layer_0} ;wait for the extruder to reach desired temperature\nM300 S440 P300 ;play a tone\n; M0 Ready! Click to start ; optionally, stop and wait for user to continue\nM420 S1 ;(re) enable bed leveling to make iron-sure\nM117 Print starting ;write Print starting\n;================ ;PRINT:LINE start\nG90 ;absolute positioning\nG92 E0 ;reset the extruder position\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG0 Z0 ;get Z down\nM83 ;relative extrusion mode\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG1 E20 F300 ;extrude __mm of feed stock\nG1 E18 F250 ;extrude __mm of feed stock\nG1 E10 F250 ;extrude __mm of feed stock\nG4 S2 ;pause for ooze\nM400 ;make sure all is finished\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG0 F500 X3 Y0 Z0.3;get to the start of the LINE\nG1 E2 F300 ;extrude __mm of feed stock\nG1 F1000 X152 E7 ;print a thick LINE extruding __mm along the way\nG92 E0 ;reset the extruder position\n;---------------------------------------------\n; ; ; Jellybox Printer Start Script End ; ; ;\n;_____________________________________________\n" }, + "machine_width": { "default_value": 170 }, + "retraction_prime_speed": { "value": "max(retraction_speed - 30, 5)" } } -} +} \ No newline at end of file diff --git a/resources/definitions/imade3d_jellybox_2.def.json b/resources/definitions/imade3d_jellybox_2.def.json index 1774da0b1c..e6945ad159 100644 --- a/resources/definitions/imade3d_jellybox_2.def.json +++ b/resources/definitions/imade3d_jellybox_2.def.json @@ -2,39 +2,43 @@ "version": 2, "name": "Imade3D JellyBOX 2", "inherits": "imade3d_jellybox_root", - "metadata": { + "metadata": + { "visible": true, "author": "Imade3D", "platform": "imade3d_jellybox_2_platform.3mf", - "platform_offset": [ 0, -10, 0], - "preferred_variant_name": "0.4 mm", - "preferred_quality_type": "fast", + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "has_machine_quality": true, - "machine_extruder_trains": { - "0": "imade3d_jellybox_2_extruder_0" - } - }, - - "overrides": { - "gradual_infill_steps":{"default_value": 0}, - "gradual_infill_step_height": {"default_value": 3}, - "machine_head_with_fans_polygon": { "default_value": [[ 0, 0 ],[ 0, 0 ],[ 0, 0 ],[ 0, 0 ]]}, - "machine_name": { "default_value": "IMADE3D JellyBOX 2" }, - "machine_width": { "default_value": 180 }, - "machine_height": { "default_value": 145 }, + "machine_extruder_trains": { "0": "imade3d_jellybox_2_extruder_0" }, + "platform_offset": [ + 0, + -10, + 0 + ], + "preferred_quality_type": "fast", + "preferred_variant_name": "0.4 mm" + }, + "overrides": + { + "gradual_infill_step_height": { "default_value": 3 }, + "gradual_infill_steps": { "default_value": 0 }, "machine_depth": { "default_value": 165 }, + "machine_end_gcode": { "default_value": "\n;---------------------------------\n;;; Jellybox End Script Begin ;;;\n;_________________________________\n; end gcode last modified Nov 30, 2018\nM117 Finishing Up ;write Finishing Up\n\nM107 ;turn the fan off\nM104 S0 ;extruder heater off\nM140 S0 ;bed heater off (if you have it)\nG91 ;relative positioning (includes extruder)\nG1 E-1 F2500 ;retract the filament a bit before lifting the nozzle to release some of the pressure\nG1 Z0.5 E-4 X-10 F9000 ;get out and retract filament even more\nG1 E-25 F2500 ;retract even more\nG90 ;absolute positioning (includes extruder)\nG28 X ;home X so the head is out of the way\nG1 Y140 ;move Y forward, so the print is more accessible\nM84 ;steppers off\n\nM117 Print finished ;write Print finished\n;---------------------------------------\n;;; Jellybox End Script End ;;;\n;_______________________________________" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ] + }, + "machine_height": { "default_value": 145 }, + "machine_name": { "default_value": "IMADE3D JellyBOX 2" }, "machine_nozzle_size": { "default_value": 0.4 }, - "machine_start_gcode": { - "default_value": ";---------------------------------------\n; ; ; Jellybox Start Script Begin ; ; ;\n;_______________________________________\n; for slicer: CURA 3\n; start gcode last modified Jun 1, 2019\n\n; Print Settings Summary\n; (leave these alone: this is only a list of the slicing settings)\n; (overwriting these values will NOT change your printer's behavior)\n; sliced for : {machine_name}\n; jobname : {jobname}\n; gcode generated : {day}, {date}, {time}\n; est. print time : {print_time}\n; nozzle diameter : {machine_nozzle_size}\n; filament diameter : {material_diameter}\n; layer height : {layer_height}\n; 1st layer height : {layer_height_0}\n; line width : {line_width} \n; outer wall wipe dist. : {wall_0_wipe_dist}\n; infill line width : {infill_line_width}\n; wall thickness : {wall_thickness}\n; top thickness : {top_thickness}\n; bottom thickness : {bottom_thickness}\n; infill density : {infill_sparse_density}\n; infill pattern : {infill_pattern}\n; print temperature : {material_print_temperature}\n; 1st layer print temp. : {material_print_temperature_layer_0}\n; heated bed temperature : {material_bed_temperature}\n; 1st layer bed temp. : {material_bed_temperature_layer_0}\n; regular fan speed : {cool_fan_speed_min}\n; max fan speed : {cool_fan_speed_max}\n; retraction amount : {retraction_amount}\n; retr. retract speed : {retraction_retract_speed}\n; retr. prime speed : {retraction_prime_speed}\n; build plate adhesion : {adhesion_type}\n; support ? {support_enable}\n; spiralized ? {magic_spiralize}\n\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM117 Preparing ;write Preparing\nM190 S{material_bed_temperature_layer_0} ;wait for the bed to reach desired temperature\nM109 S180 ;wait for the extruder to reach 180C\nG28 ;home all axes\nM203 Z4 ;slow Z speed down for greater accuracy when probing\nG29 O ;run auto bed leveling procedure IF leveling not active already\n; M500 ;optionally save the mesh\nM203 Z7 ;pick up z speed again for printing\nG28 X ;home x to get as far from the plate as possible\nM420 S1 ;(re) enable bed leveling if turned off by the G28\nG0 Y0 F5000 ;position Y in front\nG0 Z15 F3000 ;position Z\nM109 S{material_print_temperature_layer_0} ;wait for the extruder to reach desired temperature\nM300 S440 P300 ;play a tone\n; M0 Ready! Click to start ; optionally, stop and wait for user to continue\nM420 S1 ;(re) enable bed leveling to make iron-sure\nM117 Print starting ;write Print starting\n;================ ;PRINT:LINE start\nG90 ;absolute positioning\nG92 E0 ;reset the extruder position\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG0 Z0 ;get Z down\nM83 ;relative extrusion mode\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG1 E20 F300 ;extrude __mm of feed stock\nG1 E18 F250 ;extrude __mm of feed stock\nG1 E10 F250 ;extrude __mm of feed stock\nG4 S2 ;pause for ooze\nM400 ;make sure all is finished\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG0 F500 X3 Y0 Z0.3;get to the start of the LINE\nG1 E2 F300 ;extrude __mm of feed stock\nG1 F1000 X152 E7 ;print a thick LINE extruding __mm along the way\nG92 E0 ;reset the extruder position\n;---------------------------------------------\n; ; ; Jellybox Printer Start Script End ; ; ;\n;_____________________________________________\n" - }, - "machine_end_gcode": { - "default_value": "\n;---------------------------------\n;;; Jellybox End Script Begin ;;;\n;_________________________________\n; end gcode last modified Nov 30, 2018\nM117 Finishing Up ;write Finishing Up\n\nM107 ;turn the fan off\nM104 S0 ;extruder heater off\nM140 S0 ;bed heater off (if you have it)\nG91 ;relative positioning (includes extruder)\nG1 E-1 F2500 ;retract the filament a bit before lifting the nozzle to release some of the pressure\nG1 Z0.5 E-4 X-10 F9000 ;get out and retract filament even more\nG1 E-25 F2500 ;retract even more\nG90 ;absolute positioning (includes extruder)\nG28 X ;home X so the head is out of the way\nG1 Y140 ;move Y forward, so the print is more accessible\nM84 ;steppers off\n\nM117 Print finished ;write Print finished\n;---------------------------------------\n;;; Jellybox End Script End ;;;\n;_______________________________________" - }, - - "retraction_prime_speed": { - "value": "max(retraction_speed - 30, 5)" - } + "machine_start_gcode": { "default_value": ";---------------------------------------\n; ; ; Jellybox Start Script Begin ; ; ;\n;_______________________________________\n; for slicer: CURA 3\n; start gcode last modified Jun 1, 2019\n\n; Print Settings Summary\n; (leave these alone: this is only a list of the slicing settings)\n; (overwriting these values will NOT change your printer's behavior)\n; sliced for : {machine_name}\n; jobname : {jobname}\n; gcode generated : {day}, {date}, {time}\n; est. print time : {print_time}\n; nozzle diameter : {machine_nozzle_size}\n; filament diameter : {material_diameter}\n; layer height : {layer_height}\n; 1st layer height : {layer_height_0}\n; line width : {line_width} \n; outer wall wipe dist. : {wall_0_wipe_dist}\n; infill line width : {infill_line_width}\n; wall thickness : {wall_thickness}\n; top thickness : {top_thickness}\n; bottom thickness : {bottom_thickness}\n; infill density : {infill_sparse_density}\n; infill pattern : {infill_pattern}\n; print temperature : {material_print_temperature}\n; 1st layer print temp. : {material_print_temperature_layer_0}\n; heated bed temperature : {material_bed_temperature}\n; 1st layer bed temp. : {material_bed_temperature_layer_0}\n; regular fan speed : {cool_fan_speed_min}\n; max fan speed : {cool_fan_speed_max}\n; retraction amount : {retraction_amount}\n; retr. retract speed : {retraction_retract_speed}\n; retr. prime speed : {retraction_prime_speed}\n; build plate adhesion : {adhesion_type}\n; support ? {support_enable}\n; spiralized ? {magic_spiralize}\n\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM117 Preparing ;write Preparing\nM190 S{material_bed_temperature_layer_0} ;wait for the bed to reach desired temperature\nM109 S180 ;wait for the extruder to reach 180C\nG28 ;home all axes\nM203 Z4 ;slow Z speed down for greater accuracy when probing\nG29 O ;run auto bed leveling procedure IF leveling not active already\n; M500 ;optionally save the mesh\nM203 Z7 ;pick up z speed again for printing\nG28 X ;home x to get as far from the plate as possible\nM420 S1 ;(re) enable bed leveling if turned off by the G28\nG0 Y0 F5000 ;position Y in front\nG0 Z15 F3000 ;position Z\nM109 S{material_print_temperature_layer_0} ;wait for the extruder to reach desired temperature\nM300 S440 P300 ;play a tone\n; M0 Ready! Click to start ; optionally, stop and wait for user to continue\nM420 S1 ;(re) enable bed leveling to make iron-sure\nM117 Print starting ;write Print starting\n;================ ;PRINT:LINE start\nG90 ;absolute positioning\nG92 E0 ;reset the extruder position\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG0 Z0 ;get Z down\nM83 ;relative extrusion mode\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG1 E20 F300 ;extrude __mm of feed stock\nG1 E18 F250 ;extrude __mm of feed stock\nG1 E10 F250 ;extrude __mm of feed stock\nG4 S2 ;pause for ooze\nM400 ;make sure all is finished\nM420 S1 ;(re) enable bed leveling to make iron-sure\nG0 F500 X3 Y0 Z0.3;get to the start of the LINE\nG1 E2 F300 ;extrude __mm of feed stock\nG1 F1000 X152 E7 ;print a thick LINE extruding __mm along the way\nG92 E0 ;reset the extruder position\n;---------------------------------------------\n; ; ; Jellybox Printer Start Script End ; ; ;\n;_____________________________________________\n" }, + "machine_width": { "default_value": 180 }, + "retraction_prime_speed": { "value": "max(retraction_speed - 30, 5)" } } -} +} \ No newline at end of file diff --git a/resources/definitions/imade3d_jellybox_root.def.json b/resources/definitions/imade3d_jellybox_root.def.json index 6d5025d56a..83db4c29a2 100644 --- a/resources/definitions/imade3d_jellybox_root.def.json +++ b/resources/definitions/imade3d_jellybox_root.def.json @@ -2,92 +2,80 @@ "version": 2, "name": "imade3d_jellybox_root", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": false, "author": "Imade3D", "manufacturer": "Imade3D", - "visible": false, "file_formats": "text/x-gcode", "exclude_materials": [ - "chromatik_pla", - "dsm_arnitel2045_175", - "dsm_novamid1070_175", - "fabtotum_abs", - "fabtotum_nylon", - "fabtotum_pla", - "fabtotum_tpu", - "fiberlogy_hd_pla", - "filo3d_pla_green", - "filo3d_pla_red", - "filo3d_pla", - "generic_abs_175", - "generic_abs", - "generic_bam", - "generic_cpe_175", - "generic_cpe_plus", - "generic_cpe", - "generic_hips_175", - "generic_hips", - "generic_nylon_175", - "generic_nylon", - "generic_pc_175", - "generic_pc", - "generic_petg", - "generic_petg_175", - "generic_pla", - "generic_pla_175", - "generic_pp", - "generic_pva_175", - "generic_pva", - "generic_tough_pla", - "generic_tpu", - "imade3d_petg_green", - "imade3d_petg_pink", - "imade3d_pla_green", - "imade3d_pla_pink", - "innofill_innoflex60_175", - "octofiber_pla", - "polyflex_pla", - "polymax_pla", - "polyplus_pla", - "polywood_pla", - "tizyx_abs", - "tizyx_pla_bois", - "tizyx_pla", - "verbatim_bvoh_175", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA", - "Vertex_Delta_TPU", - "zyyx_pro_flex", - "zyyx_pro_pla" + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "filo3d_pla", + "generic_abs_175", + "generic_abs", + "generic_bam", + "generic_cpe_175", + "generic_cpe_plus", + "generic_cpe", + "generic_hips_175", + "generic_hips", + "generic_nylon_175", + "generic_nylon", + "generic_pc_175", + "generic_pc", + "generic_petg", + "generic_petg_175", + "generic_pla", + "generic_pla_175", + "generic_pp", + "generic_pva_175", + "generic_pva", + "generic_tough_pla", + "generic_tpu", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "tizyx_abs", + "tizyx_pla_bois", + "tizyx_pla", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" ] }, - "overrides": { - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_diameter": { - "default_value": 1.75 - }, - "material_print_temperature": { - "minimum_value": "0" - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, - "material_bed_temperature": { - "minimum_value": "0" - }, - "material_standby_temperature": { - "minimum_value": "0" - }, + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "material_bed_temperature": { "minimum_value": "0" }, + "material_diameter": { "default_value": 1.75 }, + "material_print_temperature": { "minimum_value": "0" }, + "material_standby_temperature": { "minimum_value": "0" }, "relative_extrusion": { - "value": true, - "enabled": true + "enabled": true, + "value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/inat_base.def.json b/resources/definitions/inat_base.def.json index 42a71ee149..1bf4ce3917 100644 --- a/resources/definitions/inat_base.def.json +++ b/resources/definitions/inat_base.def.json @@ -1,458 +1,327 @@ { - "name": "Inat Base description", "version": 2, + "name": "Inat Base description", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": false, "author": "Inat s.r.o.", "manufacturer": "Inat s.r.o.", "file_formats": "text/x-gcode", - "visible": false, + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, "has_materials": true, "has_variants": false, - "variants_name": "Extruder:", - "preferred_variant_name": "0.4mm", - "has_machine_quality": true, + "machine_extruder_trains": { "0": "inat_extruder_0" }, "preferred_material": "generic_pla", "preferred_quality_type": "standard", - "machine_extruder_trains": { - "0": "inat_extruder_0" - }, - "first_start_actions": [ - "MachineSettingsAction" - ] + "preferred_variant_name": "0.4mm", + "variants_name": "Extruder:" }, - "overrides": { - "machine_start_gcode": { - "default_value": "G28 ;Home\nG0 X-2 Y150 F6000 ;Move to the side\nG0 Z0.3 F200 ;Move nozzle down\nM192 ; Wait for probe temperature to settle\nG28 Z\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n" + "overrides": + { + "acceleration_infill": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" }, - "machine_end_gcode": { - "default_value": "M400\nM104 S0\nM140 S0\nM107\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 R5 X\nG0 Y300 F3000\nM84\n" + "acceleration_layer_0": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" }, - "material_diameter": { - "default_value": 1.75 + "acceleration_prime_tower": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" }, - "machine_shape": { - "default_value": "rectangular" + "acceleration_print": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100", + "value": 500 }, - "machine_heated_bed": { - "default_value": true + "acceleration_print_layer_0": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" }, - "machine_heated_build_volume": { - "default_value": false + "acceleration_roofing": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" + "acceleration_skirt_brim": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" }, - "machine_head_with_fans_polygon": { + "acceleration_support": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_support_bottom": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_support_infill": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_support_interface": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_support_roof": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_topbottom": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_travel": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100", + "value": "acceleration_print" + }, + "acceleration_travel_layer_0": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_wall": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_wall_0": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "acceleration_wall_x": + { + "maximum_value_warning": "1500", + "minimum_value_warning": "100" + }, + "adhesion_type": { "value": "'skirt'" }, + "brim_outside_only": { "value": false }, + "cool_fan_speed_min": { "value": "0.5*cool_fan_speed" }, + "cool_min_layer_time_fan_speed_max": { "value": 10 }, + "default_material_bed_temperature": { "maximum_value": "150" }, + "default_material_print_temperature": { "maximum_value": "470" }, + "expand_skins_expand_distance": { "value": "4" }, + "gantry_height": { "value": 34 }, + "infill_before_walls": { "value": false }, + "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 50 else 'cubic'" }, + "infill_sparse_density": { "value": 30 }, + "infill_sparse_thickness": { "value": "layer_height if (2*layer_height > 0.8*machine_nozzle_size) else 2*layer_height" }, + "jerk_infill": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_layer_0": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_prime_tower": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_print": + { + "maximum_value_warning": "20", + "value": 8 + }, + "jerk_print_layer_0": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_roofing": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_skirt_brim": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_support": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_support_bottom": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_support_infill": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_support_interface": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_support_roof": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_topbottom": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_travel": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_travel_layer_0": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_wall": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_wall_0": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "jerk_wall_x": + { + "maximum_value_warning": "20", + "value": "jerk_print" + }, + "layer_height": { "value": 0.2 }, + "layer_height_0": { "value": "machine_nozzle_size / 2.0" }, + "line_width": + { + "maximum_value_warning": "1.6 * machine_nozzle_size", + "minimum_value_warning": "0.8 * machine_nozzle_size", + "value": "1.05 * machine_nozzle_size" + }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": "M400\nM104 S0\nM140 S0\nM107\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 R5 X\nG0 Y300 F3000\nM84\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ - -86, - 66 - ], - [ - 44, - 66 - ], - [ - 44, - -96 - ], - [ - -86, - -96 - ] + [-86, 66], + [44, 66], + [44, -96], + [-86, -96] ] }, - "gantry_height": { "value": 34 }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_max_feedrate_x": { - "value": 200 - }, - "machine_max_feedrate_y": { - "value": 200 - }, - "machine_max_feedrate_z": { - "value": 10 - }, - "machine_max_feedrate_e": { - "value": 100 - }, - "machine_max_acceleration_x": { - "value": 500 - }, - "machine_max_acceleration_y": { - "value": 500 - }, - "machine_max_acceleration_z": { - "value": 200 - }, - "machine_max_acceleration_e": { - "value": 2000 - }, - "machine_acceleration": { - "value": 500 - }, - "machine_max_jerk_xy": { - "value": 8 - }, - "machine_max_jerk_z": { - "value": 2.0 - }, - "machine_max_jerk_e": { - "value": 5.0 - }, - "layer_height": { - "value": 0.2 - }, - "layer_height_0": { - "value": "machine_nozzle_size / 2.0" - }, - "line_width": { - "value": "1.05 * machine_nozzle_size", - "minimum_value_warning": "0.8 * machine_nozzle_size", - "maximum_value_warning": "1.6 * machine_nozzle_size" - }, - "wall_thickness": { - "value": "max(3*wall_line_width, 1)" - }, - "roofing_layer_count": { - "value": 2 - }, - "top_bottom_thickness": { - "value": 1.0 - }, - "top_bottom_pattern": { - "value": "'zigzag'" - }, - "optimize_wall_printing_order": { - "value": true - }, - "xy_offset_layer_0": { - "value": "-0.5*line_width" - }, - "skin_outline_count": { - "value": 2 - }, - "infill_sparse_density": { - "value": 30 - }, - "infill_pattern": { - "value": "'zigzag' if infill_sparse_density > 50 else 'cubic'" - }, - "infill_sparse_thickness": { - "value": "layer_height if (2*layer_height > 0.8*machine_nozzle_size) else 2*layer_height" - }, - "infill_before_walls": { - "value": false - }, - "expand_skins_expand_distance": { - "value": "4" - }, - "default_material_print_temperature": { - "maximum_value": "470" - }, - "material_print_temperature": { - "maximum_value": "470" - }, - "material_print_temperature_layer_0": { - "value": "material_print_temperature", - "maximum_value": "470" - }, - "material_initial_print_temperature": { - "value": "material_print_temperature", - "maximum_value": "470" - }, - "material_final_print_temperature": { - "value": "material_print_temperature", - "maximum_value": "470" - }, - "default_material_bed_temperature": { - "maximum_value": "150" - }, - "material_bed_temperature": { - "maximum_value": "150" - }, - "material_bed_temperature_layer_0": { - "maximum_value": "150" - }, - "speed_wall": { - "value": "speed_print" - }, - "speed_wall_0": { - "value": "0.5 * speed_wall" - }, - "speed_wall_x": { - "value": "speed_wall" - }, - "speed_roofing": { - "value": "speed_wall_0" - }, - "speed_topbottom": { - "value": "speed_print" - }, - "speed_travel": { - "value": "150" - }, - "speed_layer_0": { - "value": "30" - }, - "speed_travel_layer_0": { - "value": "0.5 * speed_travel" - }, - "speed_z_hop": { - "value": 10 - }, - "acceleration_print": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500", - "value": 500 - }, - "acceleration_infill": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_wall": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_wall_0": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_wall_x": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_roofing": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_topbottom": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_support": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_support_infill": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_support_interface": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_support_roof": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_support_bottom": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_prime_tower": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_travel": { - "value": "acceleration_print", - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_layer_0": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_print_layer_0": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_travel_layer_0": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "acceleration_skirt_brim": { - "minimum_value_warning": "100", - "maximum_value_warning": "1500" - }, - "jerk_print": { - "maximum_value_warning": "20", - "value": 8 - }, - "jerk_infill": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_wall": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_wall_0": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_wall_x": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_roofing": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_topbottom": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_support": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_support_infill": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_support_interface": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_support_roof": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_support_bottom": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_prime_tower": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_travel": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_layer_0": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_print_layer_0": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_travel_layer_0": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "jerk_skirt_brim": { - "maximum_value_warning": "20", - "value": "jerk_print" - }, - "retraction_amount": { - "value": 1.8, - "maximum_value_warning": "2.0" - }, - "retraction_speed": { - "value": 45 - }, - "retraction_combing": { - "value": "'infill'" - }, - "retraction_hop_enabled": { - "value": true - }, - "retraction_hop": { - "value": "3*layer_height" - }, - "cool_fan_speed_min": { - "value": "0.5*cool_fan_speed" - }, - "cool_min_layer_time_fan_speed_max": { - "value": 10 - }, - "support_angle": { - "value": 60 - }, - "support_wall_count": { - "value": "1 if (support_structure == 'tree') else 0" - }, - "support_infill_rate": { - "value": 10 - }, - "support_infill_angles": { - "value": "[45]" - }, - "support_z_distance": { - "value": "layer_height if (2*layer_height > 0.8*machine_nozzle_size) else (2*layer_height)" - }, - "support_join_distance": { - "value": 5.0 - }, - "support_offset": { - "value": 3.0 - }, - "support_infill_sparse_thickness": { - "value": "infill_sparse_thickness" - }, - "support_interface_enable": { - "value": true - }, - "support_interface_height": { - "value": 1.0 - }, - "support_interface_density": { - "value": 80 - }, - "support_interface_pattern": { - "value": "'grid'" - }, - "support_interface_offset": { - "value": "support_offset" - }, - "support_fan_enable": { - "value": true - }, - "support_use_towers": { - "value": false - }, - "support_tree_angle": { - "value": 60 - }, - "adhesion_type": { - "value": "'skirt'" - }, - "skirt_line_count": { - "value": 5 - }, - "skirt_brim_minimal_length": { - "value": 500 - }, - "skirt_gap": { - "value": 10 - }, - "brim_outside_only": { - "value": false - }, - "raft_margin": { - "value": 10 - }, - "raft_airgap": { - "value": "0.5 * layer_height" - }, - "raft_interface_thickness": { - "value": "0.8*machine_nozzle_size", - "maximum_value_warning": "0.8 * machine_nozzle_size" - }, - "raft_interface_line_width": { - "value": "line_width" - }, - "raft_base_line_width": { - "value": "raft_interface_line_width" - }, - "raft_base_speed": { - "value": "speed_layer_0" - } + "machine_heated_bed": { "default_value": true }, + "machine_heated_build_volume": { "default_value": false }, + "machine_max_acceleration_e": { "value": 2000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 200 }, + "machine_max_feedrate_e": { "value": 100 }, + "machine_max_feedrate_x": { "value": 200 }, + "machine_max_feedrate_y": { "value": 200 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5.0 }, + "machine_max_jerk_xy": { "value": 8 }, + "machine_max_jerk_z": { "value": 2.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG0 X-2 Y150 F6000 ;Move to the side\nG0 Z0.3 F200 ;Move nozzle down\nM192 ; Wait for probe temperature to settle\nG28 Z\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n" }, + "material_bed_temperature": { "maximum_value": "150" }, + "material_bed_temperature_layer_0": { "maximum_value": "150" }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": + { + "maximum_value": "470", + "value": "material_print_temperature" + }, + "material_initial_print_temperature": + { + "maximum_value": "470", + "value": "material_print_temperature" + }, + "material_print_temperature": { "maximum_value": "470" }, + "material_print_temperature_layer_0": + { + "maximum_value": "470", + "value": "material_print_temperature" + }, + "optimize_wall_printing_order": { "value": true }, + "raft_airgap": { "value": "0.5 * layer_height" }, + "raft_base_line_width": { "value": "raft_interface_line_width" }, + "raft_base_speed": { "value": "speed_layer_0" }, + "raft_interface_line_width": { "value": "line_width" }, + "raft_interface_thickness": + { + "maximum_value_warning": "0.8 * machine_nozzle_size", + "value": "0.8*machine_nozzle_size" + }, + "raft_margin": { "value": 10 }, + "retraction_amount": + { + "maximum_value_warning": "2.0", + "value": 1.8 + }, + "retraction_combing": { "value": "'infill'" }, + "retraction_hop": { "value": "3*layer_height" }, + "retraction_hop_enabled": { "value": true }, + "retraction_speed": { "value": 45 }, + "roofing_layer_count": { "value": 2 }, + "skin_outline_count": { "value": 2 }, + "skirt_brim_minimal_length": { "value": 500 }, + "skirt_gap": { "value": 10 }, + "skirt_line_count": { "value": 5 }, + "speed_layer_0": { "value": "30" }, + "speed_roofing": { "value": "speed_wall_0" }, + "speed_topbottom": { "value": "speed_print" }, + "speed_travel": { "value": "150" }, + "speed_travel_layer_0": { "value": "0.5 * speed_travel" }, + "speed_wall": { "value": "speed_print" }, + "speed_wall_0": { "value": "0.5 * speed_wall" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 10 }, + "support_angle": { "value": 60 }, + "support_fan_enable": { "value": true }, + "support_infill_angles": { "value": "[45]" }, + "support_infill_rate": { "value": 10 }, + "support_infill_sparse_thickness": { "value": "infill_sparse_thickness" }, + "support_interface_density": { "value": 80 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": 1.0 }, + "support_interface_offset": { "value": "support_offset" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_join_distance": { "value": 5.0 }, + "support_offset": { "value": 3.0 }, + "support_tree_angle": { "value": 60 }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": "1 if (support_structure == 'tree') else 0" }, + "support_z_distance": { "value": "layer_height if (2*layer_height > 0.8*machine_nozzle_size) else (2*layer_height)" }, + "top_bottom_pattern": { "value": "'zigzag'" }, + "top_bottom_thickness": { "value": 1.0 }, + "wall_thickness": { "value": "max(3*wall_line_width, 1)" }, + "xy_offset_layer_0": { "value": "-0.5*line_width" } } } \ No newline at end of file diff --git a/resources/definitions/inat_proton_x_rail.def.json b/resources/definitions/inat_proton_x_rail.def.json index ffaca10bdf..486893e554 100644 --- a/resources/definitions/inat_proton_x_rail.def.json +++ b/resources/definitions/inat_proton_x_rail.def.json @@ -1,31 +1,27 @@ { - - "name": "Proton X Rail", "version": 2, + "name": "Proton X Rail", "inherits": "inat_base", - "metadata": { + "metadata": + { "visible": true, - "quality_definition": "inat_base", "platform": "inat_proton_x_buildplate.stl", - "platform_offset": [ 0, -1.1, 0] + "platform_offset": [ + 0, + -1.1, + 0 + ], + "quality_definition": "inat_base" }, - "overrides": { - "machine_name": { "default_value": "Proton X Rail" }, - "machine_width": { "default_value": 304 }, + "overrides": + { "machine_depth": { "default_value": 304 }, "machine_height": { "default_value": 300 }, - "machine_max_acceleration_x": { - "value": 500 - }, - "machine_max_acceleration_y": { - "value": 800 - }, - "machine_max_acceleration_z": { - "value": 200 - }, - "machine_max_jerk_xy": { - "value": 10 - } - + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 800 }, + "machine_max_acceleration_z": { "value": 200 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_name": { "default_value": "Proton X Rail" }, + "machine_width": { "default_value": 304 } } } \ No newline at end of file diff --git a/resources/definitions/inat_proton_x_rod.def.json b/resources/definitions/inat_proton_x_rod.def.json index 1c3592bbd3..6a512809fe 100644 --- a/resources/definitions/inat_proton_x_rod.def.json +++ b/resources/definitions/inat_proton_x_rod.def.json @@ -1,18 +1,23 @@ { - - "name": "Proton X Rod", "version": 2, + "name": "Proton X Rod", "inherits": "inat_base", - "metadata": { + "metadata": + { "visible": true, - "quality_definition": "inat_base", "platform": "inat_proton_x_buildplate.stl", - "platform_offset": [ 0, -1.1, 0] + "platform_offset": [ + 0, + -1.1, + 0 + ], + "quality_definition": "inat_base" }, - "overrides": { - "machine_name": { "default_value": "Proton X Rod" }, - "machine_width": { "default_value": 304 }, + "overrides": + { "machine_depth": { "default_value": 304 }, - "machine_height": { "default_value": 300 } + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Proton X Rod" }, + "machine_width": { "default_value": 304 } } } \ No newline at end of file diff --git a/resources/definitions/innovo_inventor.def.json b/resources/definitions/innovo_inventor.def.json index e930b994c3..6b7648366d 100644 --- a/resources/definitions/innovo_inventor.def.json +++ b/resources/definitions/innovo_inventor.def.json @@ -2,37 +2,30 @@ "version": 2, "name": "Innovo Inventor", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Adam Rumjahn", "manufacturer": "Innovo", "file_formats": "text/x-gcode", "platform": "inventor_platform.3mf", - "platform_offset": [-180, -0.25, 160], - "machine_extruder_trains": - { - "0": "innovo_inventor_extruder_0" - } + "machine_extruder_trains": { "0": "innovo_inventor_extruder_0" }, + "platform_offset": [ + -180, + -0.25, + 160 + ] }, - - "overrides": { - "machine_name": { "default_value": "Innovo INVENTOR" }, - "machine_width": { - "default_value": 340 - }, - "machine_height": { - "default_value": 290 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "82.3" }, + "layer_height": { "default_value": 0.15 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruders\nM140 S0 ; heated bed heater off\nG91 ; relative positioning\nG1 E-2 F5000; retract 2mm\nG28 Z; move bed down\nG90 ; absolute positioning\nM84 ; disable motors" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-43.7, -19.2], [-43.7, 55], @@ -40,32 +33,14 @@ [43.7, -19.2] ] }, - "gantry_height": { - "value": "82.3" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ; Home extruder\nM107 ; Turn off fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nM190 S{material_bed_temperature}\nM104 T0 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\n;G32 S3 ; auto level\nG92 E0 ; Reset extruder position" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruders\nM140 S0 ; heated bed heater off\nG91 ; relative positioning\nG1 E-2 F5000; retract 2mm\nG28 Z; move bed down\nG90 ; absolute positioning\nM84 ; disable motors" - }, - "layer_height": { - "default_value": 0.15 - }, - "wall_thickness": { - "value": "0.8" - }, - "top_bottom_thickness": { - "default_value": 1.2 - }, - "speed_print": { - "default_value": 50 - }, - "speed_layer_0": { - "minimum_value": 0.1 - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 290 }, + "machine_name": { "default_value": "Innovo INVENTOR" }, + "machine_start_gcode": { "default_value": "G28 ; Home extruder\nM107 ; Turn off fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nM190 S{material_bed_temperature}\nM104 T0 S{material_print_temperature}\nM109 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\n;G32 S3 ; auto level\nG92 E0 ; Reset extruder position" }, + "machine_width": { "default_value": 340 }, + "speed_layer_0": { "minimum_value": 0.1 }, + "speed_print": { "default_value": 50 }, + "top_bottom_thickness": { "default_value": 1.2 }, + "wall_thickness": { "value": "0.8" } } -} +} \ No newline at end of file diff --git a/resources/definitions/jgaurora_a1.def.json b/resources/definitions/jgaurora_a1.def.json index a952949b1f..cd8195cbd3 100644 --- a/resources/definitions/jgaurora_a1.def.json +++ b/resources/definitions/jgaurora_a1.def.json @@ -1,72 +1,35 @@ { - "name": "JGAurora A1", "version": 2, + "name": "JGAurora A1", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Samuel Pinches", "manufacturer": "JGAurora", "file_formats": "text/x-gcode", - "preferred_quality_type": "fast", - "machine_extruder_trains": - { - "0": "jgaurora_a1_extruder_0" - } + "machine_extruder_trains": { "0": "jgaurora_a1_extruder_0" }, + "preferred_quality_type": "fast" }, - "overrides": { - "machine_name": { - "default_value": "JGAurora A1" - }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y280 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "10" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height_0": { - "default_value": 0.12 - }, - "wall_thickness": { - "value": "1.2" - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 6 - }, - "retraction_speed": { - "default_value": 40 - } + "overrides": + { + "gantry_height": { "value": "10" }, + "layer_height_0": { "default_value": 0.12 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y280 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "JGAurora A1" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 6 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 40 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/jgaurora_a3s.def.json b/resources/definitions/jgaurora_a3s.def.json index 2427f961c1..0c01a0c763 100644 --- a/resources/definitions/jgaurora_a3s.def.json +++ b/resources/definitions/jgaurora_a3s.def.json @@ -1,72 +1,35 @@ { - "name": "JGAurora A3S", "version": 2, + "name": "JGAurora A3S", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Samuel Pinches", "manufacturer": "JGAurora", "file_formats": "text/x-gcode", - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "jgaurora_a3s_extruder_0" - } + "machine_extruder_trains": { "0": "jgaurora_a3s_extruder_0" }, + "preferred_quality_type": "normal" }, - "overrides": { - "machine_name": { - "default_value": "JGAurora A3S" - }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y200 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 205 - }, - "machine_height": { - "default_value": 205 - }, - "machine_depth": { - "default_value": 205 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "10" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height_0": { - "default_value": 0.12 - }, - "wall_thickness": { - "value": "1.2" - }, - "speed_print": { - "default_value": 35 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 8 - }, - "retraction_speed": { - "default_value": 45 - } + "overrides": + { + "gantry_height": { "value": "10" }, + "layer_height_0": { "default_value": 0.12 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 205 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y200 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 205 }, + "machine_name": { "default_value": "JGAurora A3S" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 205 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 8 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 45 }, + "speed_print": { "default_value": 35 }, + "support_enable": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/jgaurora_a5.def.json b/resources/definitions/jgaurora_a5.def.json index 7ecd84c826..88cfb7dc33 100644 --- a/resources/definitions/jgaurora_a5.def.json +++ b/resources/definitions/jgaurora_a5.def.json @@ -1,74 +1,41 @@ { - "name": "JGAurora A5 & A5S", "version": 2, + "name": "JGAurora A5 & A5S", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Samuel Pinches", "manufacturer": "JGAurora", "file_formats": "text/x-gcode", "platform": "jgaurora_a5.3mf", - "platform_offset": [-242, -101, 273], - "preferred_quality_type": "fast", - "machine_extruder_trains": - { - "0": "jgaurora_a5_extruder_0" - } + "machine_extruder_trains": { "0": "jgaurora_a5_extruder_0" }, + "platform_offset": [ + -242, + -101, + 273 + ], + "preferred_quality_type": "fast" }, - "overrides": { - "machine_name": { - "default_value": "JGAurora A5 & A5S" - }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y280 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 320 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "10" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height_0": { - "default_value": 0.12 - }, - "wall_thickness": { - "value": "1.2" - }, - "speed_print": { - "default_value": 40 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 8 - }, - "retraction_speed": { - "default_value": 45 - } + "overrides": + { + "gantry_height": { "value": "10" }, + "layer_height_0": { "default_value": 0.12 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y280 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 320 }, + "machine_name": { "default_value": "JGAurora A5 & A5S" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 8 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 45 }, + "speed_print": { "default_value": 40 }, + "support_enable": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/jgaurora_a6.def.json b/resources/definitions/jgaurora_a6.def.json index 523285c8e5..f5cb0e9001 100644 --- a/resources/definitions/jgaurora_a6.def.json +++ b/resources/definitions/jgaurora_a6.def.json @@ -2,47 +2,41 @@ "version": 2, "name": "JGAurora A6", "inherits": "fdmprinter", - "metadata": { + "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" - } + "has_machine_quality": true, + "has_variants": false, + "machine_extruder_trains": { "0": "jgaurora_a6_extruder_0" }, + "preferred_quality_type": "normal", + "quality_definition": "jgaurora_a6", + "supports_network_connection": false, + "supports_usb_connection": true }, - - "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 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": 10 }, "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_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "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" }, "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" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "JGAurora A6" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "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_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 4 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 45 }, + "speed_print": { "default_value": 60 } } -} +} \ No newline at end of file diff --git a/resources/definitions/jgaurora_jgmaker_magic.def.json b/resources/definitions/jgaurora_jgmaker_magic.def.json index 58067b6dd3..b94cfdcac7 100644 --- a/resources/definitions/jgaurora_jgmaker_magic.def.json +++ b/resources/definitions/jgaurora_jgmaker_magic.def.json @@ -1,72 +1,35 @@ { - "name": "JGAurora JGMaker Magic", "version": 2, + "name": "JGAurora JGMaker Magic", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Samuel Pinches", "manufacturer": "JGAurora", "file_formats": "text/x-gcode", - "preferred_quality_type": "fast", - "machine_extruder_trains": - { - "0": "jgaurora_jgmaker_magic_extruder_0" - } + "machine_extruder_trains": { "0": "jgaurora_jgmaker_magic_extruder_0" }, + "preferred_quality_type": "fast" }, - "overrides": { - "machine_name": { - "default_value": "JGAurora JGMaker Magic" - }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y280 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 220 - }, - "machine_height": { - "default_value": 250 - }, - "machine_depth": { - "default_value": 220 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "10" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1.2" - }, - "speed_print": { - "default_value": 60 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 5 - }, - "retraction_speed": { - "default_value": 50 - } + "overrides": + { + "gantry_height": { "value": "10" }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 ;move to the X-axis origin (Home)\nG0 Y280 F600 ;bring the bed to the front for easy print removal\nM84 ;turn off stepper motors\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "JGAurora JGMaker Magic" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 220 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 50 }, + "speed_print": { "default_value": 60 }, + "support_enable": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/jgaurora_z_603s.def.json b/resources/definitions/jgaurora_z_603s.def.json index d122500dfb..c7a5d4aec4 100644 --- a/resources/definitions/jgaurora_z_603s.def.json +++ b/resources/definitions/jgaurora_z_603s.def.json @@ -1,72 +1,35 @@ { - "name": "JGAurora Z-603S", "version": 2, + "name": "JGAurora Z-603S", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Samuel Pinches", "manufacturer": "JGAurora", "file_formats": "text/x-gcode", - "preferred_quality_type": "fast", - "machine_extruder_trains": - { - "0": "jgaurora_z_603s_extruder_0" - } + "machine_extruder_trains": { "0": "jgaurora_z_603s_extruder_0" }, + "preferred_quality_type": "fast" }, - "overrides": { - "machine_name": { - "default_value": "JGAurora Z-603S" - }, - "machine_start_gcode": { - "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 Y0 F600 ;move to the X/Y-axis origin (Home)\nM84 ;turn off stepper motors\n; -- end of END GCODE --" - }, - "machine_width": { - "default_value": 280 - }, - "machine_height": { - "default_value": 175 - }, - "machine_depth": { - "default_value": 180 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "10" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_diameter": { - "default_value": 1.75 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "1.2" - }, - "speed_print": { - "default_value": 60 - }, - "support_enable": { - "default_value": true - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 5 - }, - "retraction_speed": { - "default_value": 50 - } + "overrides": + { + "gantry_height": { "value": "10" }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 180 }, + "machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;turn off nozzle heater\nM140 S0 ;turn off bed heater\nG91 ;set to relative positioning\nG1 E-10 F300 ;retract the filament slightly\nG90 ;set to absolute positioning\nG28 X0 Y0 F600 ;move to the X/Y-axis origin (Home)\nM84 ;turn off stepper motors\n; -- end of END GCODE --" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 175 }, + "machine_name": { "default_value": "JGAurora Z-603S" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 280 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 50 }, + "speed_print": { "default_value": 60 }, + "support_enable": { "default_value": true }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/julia.def.json b/resources/definitions/julia.def.json index 2055191e61..6041b03df1 100644 --- a/resources/definitions/julia.def.json +++ b/resources/definitions/julia.def.json @@ -1,41 +1,39 @@ { - "name": "Julia", "version": 2, + "name": "Julia", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Fracktal", "file_formats": "text/x-gcode", - "platform_offset": [ 0, 0, 0], - "machine_extruder_trains": - { - "0": "julia_extruder_0" - } + "machine_extruder_trains": { "0": "julia_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "machine_start_gcode": { - "default_value": " ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\n ;metric values\n M107\n G28\n G29\n G90 ;absolute positioning\n G92 E0; reset extruder distance\n G1 Z5 F300 ;move nozzle up 5mm for safe homing\n G1 X0 Y0 Z0 F5000; move nozzle to home\n M300 S600P200\n M300 S800 P200\n M190 S{material_bed_temperature} ;Uncomment to add your own bed temperature line\n M109 S{material_print_temperature} ;Uncomment to add your own temperature line\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E3 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel}\n ;Put printing message on LCD screen\n M117 Printing...\n" - }, - "machine_end_gcode": { - "default_value": " M104 S0 ;extruder heater off\n M140 S0 ;heated bed heater off (if you have it)\n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning\n" - }, + "overrides": + { + "infill_sparse_density": { "default_value": 10 }, "layer_height": { "default_value": 0.2 }, - "support_angle": { "default_value": 30 }, "layer_height_0": { "default_value": 0.2 }, - "speed_print": { "default_value": 80 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 250 }, + "machine_end_gcode": { "default_value": " M104 S0 ;extruder heater off\n M140 S0 ;heated bed heater off (if you have it)\n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning\n" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Julia V2" }, + "machine_start_gcode": { "default_value": " ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\n ;metric values\n M107\n G28\n G29\n G90 ;absolute positioning\n G92 E0; reset extruder distance\n G1 Z5 F300 ;move nozzle up 5mm for safe homing\n G1 X0 Y0 Z0 F5000; move nozzle to home\n M300 S600P200\n M300 S800 P200\n M190 S{material_bed_temperature} ;Uncomment to add your own bed temperature line\n M109 S{material_print_temperature} ;Uncomment to add your own temperature line\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E3 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel}\n ;Put printing message on LCD screen\n M117 Printing...\n" }, + "machine_width": { "default_value": 210 }, "prime_tower_size": { "default_value": 8.660254037844387 }, "retraction_amount": { "default_value": 3 }, - "support_pattern": { "default_value": "grid" }, - "infill_sparse_density": { "default_value": 10 }, - "machine_extruder_count": { "default_value": 1 }, "retraction_combing": { "value": "'off'" }, - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": { "default_value": false }, - "machine_height": { "default_value": 260 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_depth": { "default_value": 250 }, - "machine_width": { "default_value": 210 }, - "machine_name": { "default_value": "Julia V2" } + "speed_print": { "default_value": 80 }, + "support_angle": { "default_value": 30 }, + "support_pattern": { "default_value": "grid" } } -} +} \ No newline at end of file diff --git a/resources/definitions/kemiq_q2_beta.def.json b/resources/definitions/kemiq_q2_beta.def.json index 8957e75a28..decefe103d 100644 --- a/resources/definitions/kemiq_q2_beta.def.json +++ b/resources/definitions/kemiq_q2_beta.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Kemiq Q2 Beta", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Kemiq", "manufacturer": "Kemiq", @@ -10,47 +11,21 @@ "platform": "kemiq_q2.3mf", "has_machine_quality": true, "has_materials": true, - "machine_extruder_trains": - { - "0": "kemiq_q2_beta_extruder_0" - } + "machine_extruder_trains": { "0": "kemiq_q2_beta_extruder_0" } }, - - "overrides": { + "overrides": + { + "gantry_height": { "value": "0" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\nM80 ;Lights Off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 273 }, "machine_name": { "default_value": "Kemiq Q2 Beta" }, - - "machine_width": { - "default_value": 190 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_height": { - "default_value": 273 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_nozzle_heat_up_speed": { - "default_value": 2 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 2 - }, - "gantry_height": { - "value": "0" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\nG92 E0\nG1 F200 E3\nG92 E0\nM80 ;Lights On" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\nM80 ;Lights Off" - } + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\nG92 E0\nG1 F200 E3\nG92 E0\nM80 ;Lights On" }, + "machine_width": { "default_value": 190 } } -} +} \ No newline at end of file diff --git a/resources/definitions/kemiq_q2_gama.def.json b/resources/definitions/kemiq_q2_gama.def.json index 6bb99125ef..36f63c530b 100644 --- a/resources/definitions/kemiq_q2_gama.def.json +++ b/resources/definitions/kemiq_q2_gama.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Kemiq Q2 Gama", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Kemiq", "manufacturer": "Kemiq", @@ -10,48 +11,21 @@ "platform": "kemiq_q2.3mf", "has_machine_quality": true, "has_materials": true, - "machine_extruder_trains": - { - "0": "kemiq_q2_gama_extruder_0" - } + "machine_extruder_trains": { "0": "kemiq_q2_gama_extruder_0" } }, - - "overrides": { - "machine_name": { - "default_value": "Kemiq Q2 Gama" - }, - "machine_width": { - "default_value": 190 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_height": { - "default_value": 273 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_nozzle_heat_up_speed": { - "default_value": 2 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 2 - }, - "gantry_height": { - "value": "0" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\nG92 E0\nG1 F200 E3\nG92 E0\nM80 ;Lights On" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\nM80 ;Lights Off" - } + "overrides": + { + "gantry_height": { "value": "0" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\nM80 ;Lights Off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 273 }, + "machine_name": { "default_value": "Kemiq Q2 Gama" }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\nG92 E0\nG1 F200 E3\nG92 E0\nM80 ;Lights On" }, + "machine_width": { "default_value": 190 } } -} +} \ No newline at end of file diff --git a/resources/definitions/key3d_tyro.def.json b/resources/definitions/key3d_tyro.def.json index 0bfc78c115..3e8630ea81 100644 --- a/resources/definitions/key3d_tyro.def.json +++ b/resources/definitions/key3d_tyro.def.json @@ -1,38 +1,33 @@ { - "name": "Tyro", "version": 2, + "name": "Tyro", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "DragonJe", "manufacturer": "Key3D", "file_formats": "text/x-gcode", - "platform_offset": [0, 0, 0], + "has_machine_quality": true, "has_materials": true, "has_variants": false, - "preferred_quality_type": "normal", - "has_machine_quality": true, + "machine_extruder_trains": { "0": "key3d_tyro_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], "preferred_material": "generic_pla", - "machine_extruder_trains": - { - "0": "key3d_tyro_extruder_0" - } + "preferred_quality_type": "normal" }, - - "overrides": { - "machine_name": { - "default_value": "Tyro" - }, - "machine_width": { - "default_value": 150 - }, - "machine_height": { - "default_value": 150 - }, - "machine_depth": { - "default_value": 150 - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "30" }, + "machine_depth": { "default_value": 150 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-30, 34], [-30, -32], @@ -40,26 +35,12 @@ [30, 34] ] }, - "gantry_height": { - "value": "30" - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_heated_build_volume": { - "default_value": false - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } + "machine_heated_bed": { "default_value": false }, + "machine_heated_build_volume": { "default_value": false }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Tyro" }, + "machine_start_gcode": { "default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 150 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/definitions/kingroon_base.def.json b/resources/definitions/kingroon_base.def.json index c78f1fc31a..c06df233c2 100644 --- a/resources/definitions/kingroon_base.def.json +++ b/resources/definitions/kingroon_base.def.json @@ -1,26 +1,13 @@ { - "name": "Kingroon Base Printer", "version": 2, + "name": "Kingroon Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "notamu", "manufacturer": "Kingroon", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "kingroon_base_extruder_0" - }, - - "has_materials": true, - "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Size", - - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "standard", - "preferred_material": "generic_pla", "exclude_materials": [ "3D-Fuel_PLA_PRO_Black", "3D-Fuel_PLA_SnapSupport", @@ -124,146 +111,134 @@ "volumic_strong_ultra", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "kingroon_base_extruder_0" }, + "preferred_material": "generic_pla", + "preferred_quality_type": "standard", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": { "default_value": "Kingroon Base Printer" }, - "machine_start_gcode": { "default_value": "G28 ; home all axes\n M117 Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"}, - "machine_end_gcode": { "default_value": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y175 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan" }, - - "machine_width": { "default_value": 180 }, - "machine_depth": { "default_value": 180 }, - "machine_height": { "default_value": 180 }, - - "machine_max_feedrate_x": { "default_value": 100 }, - "machine_max_feedrate_y": { "default_value": 100 }, - "machine_max_feedrate_z": { "default_value": 10 }, - "machine_max_feedrate_e": { "default_value": 100 }, - - "machine_max_acceleration_x": { "default_value": 500 }, - "machine_max_acceleration_y": { "default_value": 500 }, - "machine_max_acceleration_z": { "default_value": 50 }, - "machine_max_acceleration_e": { "default_value": 500 }, - "machine_acceleration": { "default_value": 500 }, - - "machine_max_jerk_xy": { "default_value": 10 }, - "machine_max_jerk_z": { "default_value": 0.3 }, - "machine_max_jerk_e": { "default_value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "overrides": + { + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "default_material_bed_temperature": { "maximum_value": "150" }, + "default_material_print_temperature": + { + "maximum_value": "275", + "maximum_value_warning": "260" + }, + "fill_outline_gaps": { "value": false }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_sparse_density": { "value": "15" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 8 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "default_material_print_temperature": { "maximum_value_warning": "260", "maximum_value": "275" }, - "default_material_bed_temperature": { "maximum_value": "150" }, - - "speed_print": { "value": 60.0 } , - - "speed_wall_x": { "value": "speed_wall" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0": { "value": 20.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - "line_width": { "value": "machine_nozzle_size * 1.1" }, - - "optimize_wall_printing_order": { "value": true }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_acceleration": { "default_value": 500 }, + "machine_depth": { "default_value": 180 }, + "machine_end_gcode": { "default_value": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y175 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_max_acceleration_e": { "default_value": 500 }, + "machine_max_acceleration_x": { "default_value": 500 }, + "machine_max_acceleration_y": { "default_value": 500 }, + "machine_max_acceleration_z": { "default_value": 50 }, + "machine_max_feedrate_e": { "default_value": 100 }, + "machine_max_feedrate_x": { "default_value": 100 }, + "machine_max_feedrate_y": { "default_value": 100 }, + "machine_max_feedrate_z": { "default_value": 10 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 10 }, + "machine_max_jerk_z": { "default_value": 0.3 }, + "machine_name": { "default_value": "Kingroon Base Printer" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\n M117 Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface" }, + "machine_width": { "default_value": 180 }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_none'" }, - - "infill_sparse_density": { "value": "15" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": false }, - - "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - - "retraction_hop_enabled": { "value": true }, - "retraction_hop": { "value": "layer_height*2" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": "0.05" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": true }, + "retraction_amount": { "value": 2 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 2 }, + "retraction_hop": { "value": "layer_height*2" }, + "retraction_hop_enabled": { "value": true }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_retract_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 4 }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 60.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - "retraction_amount": { "value": 2 }, - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 2 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 10.0 }, - "skirt_line_count": { "value": 4 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.05" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 4 }, - - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } - + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_none'" }, + "z_seam_type": { "value": "'back'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/kingroon_kp3.def.json b/resources/definitions/kingroon_kp3.def.json index 7dc04b2cce..69e2de1644 100644 --- a/resources/definitions/kingroon_kp3.def.json +++ b/resources/definitions/kingroon_kp3.def.json @@ -1,22 +1,23 @@ { - "name": "Kingroon KP3", "version": 2, + "name": "Kingroon KP3", "inherits": "kingroon_base", - "overrides": { - "machine_name": { "default_value": "Kingroon KP3" }, - "machine_steps_per_mm_x": { "value": 80 }, - "machine_steps_per_mm_y": { "value": 80 }, - "machine_steps_per_mm_z": { "value": 400 }, - "machine_steps_per_mm_e": { "value": 95 }, - "retraction_amount": { "value": 4 }, - "retraction_speed": { "value": 40 }, - "retraction_extrusion_window": { "value": 4 }, - "speed_travel": { "value": 100 } - - }, - "metadata": { - "quality_definition": "kingroon_base", + "metadata": + { "visible": true, - "platform": "kingroon_kp3.stl" + "platform": "kingroon_kp3.stl", + "quality_definition": "kingroon_base" + }, + "overrides": + { + "machine_name": { "default_value": "Kingroon KP3" }, + "machine_steps_per_mm_e": { "value": 95 }, + "machine_steps_per_mm_x": { "value": 80 }, + "machine_steps_per_mm_y": { "value": 80 }, + "machine_steps_per_mm_z": { "value": 400 }, + "retraction_amount": { "value": 4 }, + "retraction_extrusion_window": { "value": 4 }, + "retraction_speed": { "value": 40 }, + "speed_travel": { "value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/kingroon_kp3s.def.json b/resources/definitions/kingroon_kp3s.def.json index 00120ed8f8..52ef5e4643 100644 --- a/resources/definitions/kingroon_kp3s.def.json +++ b/resources/definitions/kingroon_kp3s.def.json @@ -1,33 +1,34 @@ { - "name": "Kingroon KP3S", "version": 2, + "name": "Kingroon KP3S", "inherits": "kingroon_base", - "overrides": { - "machine_name": { "default_value": "Kingroon KP3S" }, - "machine_steps_per_mm_x": { "value": 160 }, - "machine_steps_per_mm_y": { "value": 160 }, - "machine_steps_per_mm_z": { "value": 800 }, - "machine_steps_per_mm_e": { "value": 764 }, + "metadata": + { + "visible": true, + "platform": "kingroon_kp3s.stl", + "quality_definition": "kingroon_base" + }, + "overrides": + { + "machine_acceleration": { "value": 1000 }, + "machine_max_acceleration_e": { "value": 1000 }, + "machine_max_acceleration_x": { "value": 1000 }, + "machine_max_acceleration_y": { "value": 1000 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 100 }, "machine_max_feedrate_x": { "value": 200 }, "machine_max_feedrate_y": { "value": 200 }, "machine_max_feedrate_z": { "value": 4 }, - "machine_max_feedrate_e": { "value": 100 }, - "machine_max_acceleration_x": { "value": 1000 }, - "machine_max_acceleration_y": { "value": 1000 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 1000 }, - "machine_acceleration": { "value": 1000 }, - "machine_max_jerk_xy": { "value": 15 }, + "machine_max_jerk_xy": { "value": 15 }, "machine_max_jerk_z": { "value": 0.4 }, - "retraction_amount": { "value": 1 }, - "retraction_speed": { "value": 40 }, + "machine_name": { "default_value": "Kingroon KP3S" }, + "machine_steps_per_mm_e": { "value": 764 }, + "machine_steps_per_mm_x": { "value": 160 }, + "machine_steps_per_mm_y": { "value": 160 }, + "machine_steps_per_mm_z": { "value": 800 }, + "retraction_amount": { "value": 1 }, "retraction_extrusion_window": { "value": 1 }, + "retraction_speed": { "value": 40 }, "speed_z_hop": { "value": 4 } - - }, - "metadata": { - "quality_definition": "kingroon_base", - "visible": true, - "platform": "kingroon_kp3s.stl" } -} +} \ No newline at end of file diff --git a/resources/definitions/koonovo_base.def.json b/resources/definitions/koonovo_base.def.json index 868129109e..1456bc68e7 100644 --- a/resources/definitions/koonovo_base.def.json +++ b/resources/definitions/koonovo_base.def.json @@ -1,112 +1,84 @@ { - "name": "Koonovo Base Printer", "version": 2, + "name": "Koonovo Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Koonovo", "manufacturer": "Koonovo", "file_formats": "text/x-gcode", "platform": "koonovo.obj", - "platform_texture": "koonovo.png", - "first_start_actions": [ "MachineSettingsAction" ], - "machine_extruder_trains": {"0": "koonovo_base_extruder_0"}, - - "has_materials": true, "has_machine_quality": true, - - - "preferred_quality_type": "standard", - "preferred_material": "generic_pla" + "has_materials": true, + "machine_extruder_trains": { "0": "koonovo_base_extruder_0" }, + "platform_texture": "koonovo.png", + "preferred_material": "generic_pla", + "preferred_quality_type": "standard" }, - - - "overrides": { - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - }, - - "machine_max_feedrate_x": { "value": 200 }, - "machine_max_feedrate_y": { "value": 200 }, - "machine_max_feedrate_z": { "value": 50 }, - "machine_max_feedrate_e": { "value": 100 }, - + "overrides": + { + "acceleration_print": { "value": 500 }, + "acceleration_travel": { "value": 500 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "default_material_print_temperature": { "value": "195" }, + "fill_outline_gaps": { "value": false }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_sparse_density": { "value": "15" }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 2000 }, "machine_max_acceleration_x": { "value": 500 }, "machine_max_acceleration_y": { "value": 500 }, "machine_max_acceleration_z": { "value": 50 }, - "machine_max_acceleration_e": { "value": 2000 }, - "machine_acceleration": { "value": 500 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - - - "acceleration_print": { "value": 500 }, - "acceleration_travel": { "value": 500 }, - - - "wall_thickness": {"value": "line_width * 2" }, - - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - - "infill_sparse_density": { "value": "15" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - - "default_material_print_temperature": { "value": "195" }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_bed_temperature": { "value": "55" }, + "machine_max_feedrate_e": { "value": 100 }, + "machine_max_feedrate_x": { "value": 200 }, + "machine_max_feedrate_y": { "value": 200 }, + "machine_max_feedrate_z": { "value": 50 }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..." }, + "material_bed_temperature": { "value": "55" }, "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, "material_standby_temperature": { "value": "material_print_temperature" }, - - "speed_print": { "value": 50.0 } , - - "speed_wall_x": { "value": "speed_wall" }, - "speed_travel": { "value": "120.0 if speed_print < 60 else 180.0 if speed_print > 100 else speed_print * 2.2" }, - "speed_layer_0": { "value": 25.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 25 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_z_hop": { "value": 5 }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, "retraction_amount": { "value": 2.5 }, "retraction_speed": { "value": 40 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "support_brim_enable": { "value": true }, + "skirt_gap": { "value": 6.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 25.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_travel": { "value": "120.0 if speed_print < 60 else 180.0 if speed_print > 100 else speed_print * 2.2" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 25 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, + "support_brim_enable": { "value": true }, "support_brim_width": { "value": 4 }, - "support_enable": { "value": true }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, "support_interface_enable": { "value": true }, "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, "support_interface_pattern": { "value": "'grid'" }, "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - - "fill_outline_gaps": { "value": false }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 6.0 }, - "skirt_line_count": { "value": 3 } - - + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, + "wall_thickness": { "value": "line_width * 2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/koonovo_elf.def.json b/resources/definitions/koonovo_elf.def.json index 03dcc6e632..a40a79545d 100644 --- a/resources/definitions/koonovo_elf.def.json +++ b/resources/definitions/koonovo_elf.def.json @@ -1,25 +1,27 @@ { - "name": "Koonovo Elf", "version": 2, + "name": "Koonovo Elf", "inherits": "koonovo_base", - "overrides": { - "machine_name": { "default_value": "Koonovo Elf" }, - "machine_width": { "default_value": 310 }, + "metadata": + { + "visible": true, + "quality_definition": "koonovo_base" + }, + "overrides": + { + "gantry_height": { "value": 0 }, "machine_depth": { "default_value": 310 }, - "machine_height": { "default_value": 345 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 0 } - - }, - "metadata": { - "quality_definition": "koonovo_base", - "visible": true + "machine_height": { "default_value": 345 }, + "machine_name": { "default_value": "Koonovo Elf" }, + "machine_width": { "default_value": 310 } } -} +} \ No newline at end of file diff --git a/resources/definitions/koonovo_kn3.def.json b/resources/definitions/koonovo_kn3.def.json index 2f8ba71ecf..ec3c26042a 100644 --- a/resources/definitions/koonovo_kn3.def.json +++ b/resources/definitions/koonovo_kn3.def.json @@ -1,127 +1,102 @@ -{ - "name": "Koonovo KN3 Idex", - "version": 2, - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Koonovo", - "manufacturer": "Koonovo", - "file_formats": "text/x-gcode", - "platform": "koonovo_kn3.stl", - "quality_definition": "koonovo_base", - - "first_start_actions": ["MachineSettingsAction"], - "machine_extruder_trains": { - "0": "koonovo_kn3_extruder_0", - "1": "koonovo_kn3_extruder_1" - }, - - "has_materials": true, - "has_machine_quality": true, - - "preferred_quality_type": "standard", - "preferred_material": "generic_pla" - }, - - "overrides": { - "machine_name": { "default_value": "Koonovo KN3" }, - "machine_width": { "default_value": 310 }, - "machine_depth": { "default_value": 310 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-26, 34], - [-26, -32], - [32, -32], - [32, 34] - ] - }, - - "gantry_height": { "value": 0 }, - - "machine_extruder_count": { "default_value": 2 }, - - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - }, - - "machine_max_feedrate_x": { "value": 200 }, - "machine_max_feedrate_y": { "value": 200 }, - "machine_max_feedrate_z": { "value": 50 }, - "machine_max_feedrate_e": { "value": 100 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 50 }, - "machine_max_acceleration_e": { "value": 2000 }, - "machine_acceleration": { "value": 500 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - - - "acceleration_print": { "value": 500 }, - "acceleration_travel": { "value": 500 }, - - - "wall_thickness": {"value": "line_width * 2" }, - - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - - "infill_sparse_density": { "value": "15" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - - "default_material_print_temperature": { "value": "195" }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "default_material_bed_temperature": { "value": "55" }, - "material_standby_temperature": { "value": "material_print_temperature" }, - - "speed_print": { "value": 50.0 } , - "speed_wall_x": { "value": "speed_wall" }, - "speed_travel": { "value": "120.0 if speed_print < 60 else 180.0 if speed_print > 100 else speed_print * 2.2" }, - "speed_layer_0": { "value": 25.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 25 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_z_hop": { "value": 5 }, - - "retraction_amount": { "value": 2.5 }, - "retraction_speed": { "value": 40 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - - "support_brim_enable": { "value": true }, - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_width": { "value": 4 }, - - "support_enable": { "value": true }, - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - - "fill_outline_gaps": { "value": false }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 6.0 }, - "skirt_line_count": { "value": 3 } - } -} +{ + "version": 2, + "name": "Koonovo KN3 Idex", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Koonovo", + "manufacturer": "Koonovo", + "file_formats": "text/x-gcode", + "platform": "koonovo_kn3.stl", + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": + { + "0": "koonovo_kn3_extruder_0", + "1": "koonovo_kn3_extruder_1" + }, + "preferred_material": "generic_pla", + "preferred_quality_type": "standard", + "quality_definition": "koonovo_base" + }, + "overrides": + { + "acceleration_print": { "value": 500 }, + "acceleration_travel": { "value": 500 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "default_material_bed_temperature": { "value": "55" }, + "default_material_print_temperature": { "value": "195" }, + "fill_outline_gaps": { "value": false }, + "gantry_height": { "value": 0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_sparse_density": { "value": "15" }, + "machine_acceleration": { "value": 500 }, + "machine_depth": { "default_value": 310 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-26, 34], + [-26, -32], + [32, -32], + [32, 34] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_acceleration_e": { "value": 2000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 50 }, + "machine_max_feedrate_e": { "value": 100 }, + "machine_max_feedrate_x": { "value": 200 }, + "machine_max_feedrate_y": { "value": 200 }, + "machine_max_feedrate_z": { "value": 50 }, + "machine_name": { "default_value": "Koonovo KN3" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..." }, + "machine_width": { "default_value": 310 }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "material_standby_temperature": { "value": "material_print_temperature" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "retraction_amount": { "value": 2.5 }, + "retraction_speed": { "value": 40 }, + "skirt_gap": { "value": 6.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 25.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_travel": { "value": "120.0 if speed_print < 60 else 180.0 if speed_print > 100 else speed_print * 2.2" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 25 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_enable": { "value": true }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, + "wall_thickness": { "value": "line_width * 2" } + } +} \ No newline at end of file diff --git a/resources/definitions/koonovo_kn5.def.json b/resources/definitions/koonovo_kn5.def.json index e770579487..3d6b17fcbc 100644 --- a/resources/definitions/koonovo_kn5.def.json +++ b/resources/definitions/koonovo_kn5.def.json @@ -1,125 +1,102 @@ -{ - "name": "Koonovo KN5 Idex", - "version": 2, - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Koonovo", - "manufacturer": "Koonovo", - "file_formats": "text/x-gcode", - "platform": "koonovo_kn5.stl", - "quality_definition": "koonovo_base", - - "first_start_actions": ["MachineSettingsAction"], - "machine_extruder_trains": { - "0": "koonovo_kn5_extruder_0", - "1": "koonovo_kn5_extruder_1" - }, - - "has_materials": true, - "has_machine_quality": true, - - "preferred_quality_type": "standard", - "preferred_material": "generic_pla" - }, - - "overrides": - { - "machine_name": { "default_value": "Koonovo KN5" }, - "machine_width": { "default_value": 420 }, - "machine_depth": { "default_value": 420 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-26, 34], - [-26, -32], - [32, -32], - [32, 34] - ] - }, - - "gantry_height": { "value": 0 }, - - "machine_extruder_count": { "default_value": 2 }, - - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - }, - - "machine_max_feedrate_x": { "value": 200 }, - "machine_max_feedrate_y": { "value": 200 }, - "machine_max_feedrate_z": { "value": 50 }, - "machine_max_feedrate_e": { "value": 100 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 50 }, - "machine_max_acceleration_e": { "value": 2000 }, - "machine_acceleration": { "value": 500 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - - "acceleration_print": { "value": 500 }, - "acceleration_travel": { "value": 500 }, - - "wall_thickness": {"value": "line_width * 2" }, - - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - - "infill_sparse_density": { "value": "15" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - - "default_material_print_temperature": { "value": "195" }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_standby_temperature": { "value": "material_print_temperature" }, - "default_material_bed_temperature": { "value": "45" }, - - "speed_print": { "value": 50.0 } , - "speed_wall_x": { "value": "speed_wall" }, - "speed_travel": { "value": "120.0 if speed_print < 60 else 180.0 if speed_print > 100 else speed_print * 2.2" }, - "speed_layer_0": { "value": 25.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 25 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_z_hop": { "value": 5 }, - - "retraction_amount": { "value": 2.5 }, - "retraction_speed": { "value": 40 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "support_brim_enable": { "value": true }, - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_width": { "value": 4 }, - - "support_enable": { "value": true }, - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - - "fill_outline_gaps": { "value": false }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 6.0 }, - "skirt_line_count": { "value": 3 } - } +{ + "version": 2, + "name": "Koonovo KN5 Idex", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Koonovo", + "manufacturer": "Koonovo", + "file_formats": "text/x-gcode", + "platform": "koonovo_kn5.stl", + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": + { + "0": "koonovo_kn5_extruder_0", + "1": "koonovo_kn5_extruder_1" + }, + "preferred_material": "generic_pla", + "preferred_quality_type": "standard", + "quality_definition": "koonovo_base" + }, + "overrides": + { + "acceleration_print": { "value": 500 }, + "acceleration_travel": { "value": 500 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "default_material_bed_temperature": { "value": "45" }, + "default_material_print_temperature": { "value": "195" }, + "fill_outline_gaps": { "value": false }, + "gantry_height": { "value": 0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_sparse_density": { "value": "15" }, + "machine_acceleration": { "value": 500 }, + "machine_depth": { "default_value": 420 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-26, 34], + [-26, -32], + [32, -32], + [32, 34] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_acceleration_e": { "value": 2000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 50 }, + "machine_max_feedrate_e": { "value": 100 }, + "machine_max_feedrate_x": { "value": 200 }, + "machine_max_feedrate_y": { "value": 200 }, + "machine_max_feedrate_z": { "value": 50 }, + "machine_name": { "default_value": "Koonovo KN5" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..." }, + "machine_width": { "default_value": 420 }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "material_standby_temperature": { "value": "material_print_temperature" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "retraction_amount": { "value": 2.5 }, + "retraction_speed": { "value": 40 }, + "skirt_gap": { "value": 6.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 25.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_travel": { "value": "120.0 if speed_print < 60 else 180.0 if speed_print > 100 else speed_print * 2.2" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 25 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_enable": { "value": true }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, + "wall_thickness": { "value": "line_width * 2" } + } } \ No newline at end of file diff --git a/resources/definitions/koonovo_pyramid.def.json b/resources/definitions/koonovo_pyramid.def.json index 8e4ff8a20e..5817c1d908 100644 --- a/resources/definitions/koonovo_pyramid.def.json +++ b/resources/definitions/koonovo_pyramid.def.json @@ -1,24 +1,27 @@ { - "name": "Koonovo Pyramid", "version": 2, + "name": "Koonovo Pyramid", "inherits": "koonovo_base", - "overrides": { - "machine_name": { "default_value": "Koonovo Pyramid" }, - "machine_width": { "default_value": 310 }, + "metadata": + { + "visible": true, + "quality_definition": "koonovo_base" + }, + "overrides": + { + "gantry_height": { "value": 0 }, "machine_depth": { "default_value": 310 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-26, 34], [-26, -32], [32, -32], [32, 34] ] }, - - "gantry_height": { "value": 0 } - }, - "metadata": { - "quality_definition": "koonovo_base", - "visible": true + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Koonovo Pyramid" }, + "machine_width": { "default_value": 310 } } -} +} \ No newline at end of file diff --git a/resources/definitions/kosher.def.json b/resources/definitions/kosher.def.json index f769d7c7a9..ea483a3e34 100644 --- a/resources/definitions/kosher.def.json +++ b/resources/definitions/kosher.def.json @@ -2,52 +2,59 @@ "version": 2, "name": "Kosher", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "platform": "ultimaker3_platform.obj", - "platform_texture": "koshertext.png", - "platform_offset": [0, 0, 0], "has_material": true, "has_variants": true, - "preferred_variant_name": "0.4 mm Nozzle", "machine_extruder_trains": { "0": "kosher_extruder_0", "1": "kosher_extruder_1" - } + }, + "platform_offset": [ + 0, + 0, + 0 + ], + "platform_texture": "koshertext.png", + "preferred_variant_name": "0.4 mm Nozzle", + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Kosher" }, - "machine_width": { "default_value": 220 }, - "machine_height": { "default_value": 300 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "48" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T1\nM104 S0 T0\nM140 S0\nG28 X0 Y0\nT0\nM605 S1\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_acceleration": {"default_value": 3000}, + "machine_height": { "default_value": 300 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 40 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "machine_center_is_zero": {"default_value": false}, - "gantry_height": {"value": "48"}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, - "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "ironing_enabled":{"default_value": true}, - + "machine_name": { "default_value": "Kosher" }, "machine_start_gcode": { "default_value": "M605 S0\nG21\nG90\nM82\nM107\nG28\nT1\nG92 E0\nG1 E16 F210\nG92 E0\nT0\nG92 E0\nG1 E16 F210\nG92 E0\n" }, - "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T1\nM104 S0 T0\nM140 S0\nG28 X0 Y0\nT0\nM605 S1\nM84" }, - "machine_extruder_count": { "default_value": 2 } + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 220 }, + "material_diameter": { "default_value": 1.75 }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/kosher_duplication.def.json b/resources/definitions/kosher_duplication.def.json index f7add08a8b..4abc9c081c 100644 --- a/resources/definitions/kosher_duplication.def.json +++ b/resources/definitions/kosher_duplication.def.json @@ -2,50 +2,55 @@ "version": 2, "name": "Kosher Duplication", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "platform": "ultimaker3_platform.obj", - "platform_texture": "koshertext.png", - "platform_offset": [52.5, 0, 0], "has_material": true, "has_variants": true, + "machine_extruder_trains": { "0": "kosher_dm_extruder" }, + "platform_offset": [ + 52.5, + 0, + 0 + ], + "platform_texture": "koshertext.png", "preferred_variant_name": "0.4 mm Nozzle", - "machine_extruder_trains": - { - "0": "kosher_dm_extruder" - } + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Kosher_Duplication" }, - "machine_width": { "default_value": 100 }, - "machine_height": { "default_value": 300 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "48" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM605 S1\nG28 X\nM84" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_acceleration": {"default_value": 3000}, + "machine_height": { "default_value": 300 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 40 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "machine_center_is_zero": {"default_value": false}, - "gantry_height": {"value": "48"}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, + "machine_name": { "default_value": "Kosher_Duplication" }, + "machine_start_gcode": { "default_value": "M605 S0\nT0\nM605 S2 R0 X266\nG28 X\nG28 Y\nG1 X-30 F9000\nG1 Y20 F9000\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature};\nM105\nM109 S{material_print_temperature};\nG92 E0\nG1 E16 F210\nG92 E0\nM605 S2 X100\nG28 X\nG28 Z\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 100 }, + "material_diameter": { "default_value": 1.75 }, "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "ironing_enabled":{"default_value": true}, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "machine_start_gcode": {"default_value": "M605 S0\nT0\nM605 S2 R0 X266\nG28 X\nG28 Y\nG1 X-30 F9000\nG1 Y20 F9000\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature};\nM105\nM109 S{material_print_temperature};\nG92 E0\nG1 E16 F210\nG92 E0\nM605 S2 X100\nG28 X\nG28 Z\n"}, - "machine_end_gcode": {"default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM605 S1\nG28 X\nM84"}, - "machine_extruder_count": { "default_value": 1 } + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/kosher_mirror.def.json b/resources/definitions/kosher_mirror.def.json index a7d5c6ced4..66edd3ba68 100644 --- a/resources/definitions/kosher_mirror.def.json +++ b/resources/definitions/kosher_mirror.def.json @@ -2,50 +2,55 @@ "version": 2, "name": "Kosher Mirror", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Venkat Kamesh", "manufacturer": "Sri Vignan Technologies", - "weight": 3, "file_formats": "text/x-gcode", "platform": "ultimaker3_platform.obj", - "platform_texture": "koshertext.png", - "platform_offset": [65, 0, 0], "has_material": true, "has_variants": true, + "machine_extruder_trains": { "0": "kosher_mm_extruder" }, + "platform_offset": [ + 65, + 0, + 0 + ], + "platform_texture": "koshertext.png", "preferred_variant_name": "0.4 mm Nozzle", - "machine_extruder_trains": - { - "0": "kosher_mm_extruder" - } + "weight": 3 }, - - "overrides": { - "machine_name": { "default_value": "Kosher_Mirror" }, - "machine_width": { "default_value": 75 }, - "machine_height": { "default_value": 300 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "48" }, + "ironing_enabled": { "default_value": true }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM605 S1\nG28 X\nM84" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, "machine_heated_bed": { "default_value": true }, - "machine_acceleration": {"default_value": 3000}, + "machine_height": { "default_value": 300 }, + "machine_max_feedrate_e": { "value": 150 }, "machine_max_feedrate_x": { "value": 300 }, "machine_max_feedrate_y": { "value": 300 }, "machine_max_feedrate_z": { "value": 40 }, - "machine_max_feedrate_e": { "value": 150 }, - "machine_use_extruder_offset_to_offset_coords": {"default_value": false}, - "machine_center_is_zero": {"default_value": false}, - "gantry_height": {"value": "48"}, - "line_width": {"value": "machine_nozzle_size"}, - "speed_travel": {"maximum_value": "300", "value": "200"}, + "machine_name": { "default_value": "Kosher_Mirror" }, + "machine_start_gcode": { "default_value": "M605 S0\nT0\nM605 S2 R0 X220\nM605 S3 X220\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature};\nM105\nM109 S{material_print_temperature};\nG28\nG1 X-50 F9000\nG92 E0\nG1 E16 F210\nG92 E0\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_width": { "default_value": 75 }, + "material_diameter": { "default_value": 1.75 }, "optimize_wall_printing_order": { "value": "True" }, - "material_diameter": { "default_value": 1.75}, - "retraction_amount": {"default_value": 6.5}, - "retraction_speed": { "default_value": 30}, - - "adhesion_type": { "default_value": "skirt" }, - "ironing_enabled":{"default_value": true}, - "machine_gcode_flavor": { "default_value": "Marlin"}, - "machine_start_gcode": {"default_value": "M605 S0\nT0\nM605 S2 R0 X220\nM605 S3 X220\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature};\nM105\nM109 S{material_print_temperature};\nG28\nG1 X-50 F9000\nG92 E0\nG1 E16 F210\nG92 E0\n" }, - "machine_end_gcode": {"default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM605 S1\nG28 X\nM84"}, - "machine_extruder_count": { "default_value": 1 } + "retraction_amount": { "default_value": 6.5 }, + "retraction_speed": { "default_value": 30 }, + "speed_travel": + { + "maximum_value": "300", + "value": "200" + } } -} +} \ No newline at end of file diff --git a/resources/definitions/kossel_mini.def.json b/resources/definitions/kossel_mini.def.json index 492e8fbd7c..0c28c051ab 100644 --- a/resources/definitions/kossel_mini.def.json +++ b/resources/definitions/kossel_mini.def.json @@ -2,46 +2,30 @@ "version": 2, "name": "Kossel Mini", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Claudio Sampaio (Patola)", "manufacturer": "Johann", "file_formats": "text/x-gcode", "platform": "kossel_platform.3mf", - "platform_offset": [0, -0.25, 0], - "machine_extruder_trains": - { - "0": "kossel_mini_extruder_0" - } + "machine_extruder_trains": { "0": "kossel_mini_extruder_0" }, + "platform_offset": [ + 0, + -0.25, + 0 + ] }, - - "overrides": { - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 170 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 170 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning" - }, - "machine_shape": { - "default_value": "elliptic" - } + "overrides": + { + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 170 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 170 } } -} +} \ No newline at end of file diff --git a/resources/definitions/kossel_pro.def.json b/resources/definitions/kossel_pro.def.json index 11a08ed6d6..8090a1d832 100644 --- a/resources/definitions/kossel_pro.def.json +++ b/resources/definitions/kossel_pro.def.json @@ -2,45 +2,30 @@ "version": 2, "name": "Kossel Pro", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Chris Petersen", "manufacturer": "Johann", "file_formats": "text/x-gcode", "platform": "kossel_pro_build_platform.3mf", - "platform_offset": [0, -0.25, 0], - "machine_extruder_trains": - { - "0": "kossel_pro_extruder_0" - } + "machine_extruder_trains": { "0": "kossel_pro_extruder_0" }, + "platform_offset": [ + 0, + -0.25, + 0 + ] }, - "overrides": { - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 240 - }, - "machine_height": { - "default_value": 240 - }, - "machine_depth": { - "default_value": 240 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "; info: M303 E0 S200 C8 ; Pid auto-tune \n\nM140 S{material_bed_temperature}; Start heating up the base\nG28 ; Home to top 3 endstops\n; Autolevel and adjust first layer\n; Adjust this value to fit your own printer! (positive is thicker)\n; This default value is intentionally very high to accommodate the\n; variety of print heads used with this printer. Many of you will\n; need tiny values like Z0 or Z0.1. Use feeler gauges to dial this\n; in as accurately as possible.\nG29 Z10\n\n; Squirt and wipe ;\nM109 S220 ; Wait for the temp to hit 220\nG00 X125 Y-60 Z0.1 ;\nG92 E0 ;\nG01 E25 F100 ; Extrude a little bit to replace oozage from auto levelling\nG01 X90 Y-50 F6000 ;\nG01 Z5 ;\n\n; Set the extruder to the requested print temperature\nM104 S{material_print_temperature}\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off temperature\nM140 S0 ; turn off bed\nG28 ; home all axes\nM84 ; disable motors\n" - }, - "machine_shape": { - "default_value": "elliptic" - } + "overrides": + { + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 240 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM140 S0 ; turn off bed\nG28 ; home all axes\nM84 ; disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 240 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "; info: M303 E0 S200 C8 ; Pid auto-tune \n\nM140 S{material_bed_temperature}; Start heating up the base\nG28 ; Home to top 3 endstops\n; Autolevel and adjust first layer\n; Adjust this value to fit your own printer! (positive is thicker)\n; This default value is intentionally very high to accommodate the\n; variety of print heads used with this printer. Many of you will\n; need tiny values like Z0 or Z0.1. Use feeler gauges to dial this\n; in as accurately as possible.\nG29 Z10\n\n; Squirt and wipe ;\nM109 S220 ; Wait for the temp to hit 220\nG00 X125 Y-60 Z0.1 ;\nG92 E0 ;\nG01 E25 F100 ; Extrude a little bit to replace oozage from auto levelling\nG01 X90 Y-50 F6000 ;\nG01 Z5 ;\n\n; Set the extruder to the requested print temperature\nM104 S{material_print_temperature}\n" }, + "machine_width": { "default_value": 240 } } -} +} \ No newline at end of file diff --git a/resources/definitions/kupido.def.json b/resources/definitions/kupido.def.json index 667f25a1c4..3a202653c4 100644 --- a/resources/definitions/kupido.def.json +++ b/resources/definitions/kupido.def.json @@ -8,41 +8,101 @@ "author": "Kupido", "manufacturer": "Kati Hal ARGE", "file_formats": "text/x-gcode", - "platform_offset": [ 0, 0, 0], - "exclude_materials": ["chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", "fiberlogy_hd_pla", "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", "generic_bam", "generic_cpe", "generic_cpe_175", "generic_cpe_plus", "generic_hips", "generic_hips_175", "generic_nylon", "generic_nylon_175", "generic_pc", "generic_pc_175", "generic_petg", "generic_petg_175", "generic_pp", "generic_pva", "generic_pva_175", "generic_tough_pla", "generic_tpu", "generic_tpu_175", "imade3d_petg_green", "imade3d_petg_pink", "imade3d_pla_green", "imade3d_pla_pink", "innofill_innoflex60_175", "octofiber_pla", "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", "verbatim_bvoh_175", "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla","tizyx_pla","tizyx_abs","tizyx_pla_bois" ], - "preferred_material": "generic_pla", + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_bam", + "generic_cpe", + "generic_cpe_175", + "generic_cpe_plus", + "generic_hips", + "generic_hips_175", + "generic_nylon", + "generic_nylon_175", + "generic_pc", + "generic_pc_175", + "generic_petg", + "generic_petg_175", + "generic_pp", + "generic_pva", + "generic_pva_175", + "generic_tough_pla", + "generic_tpu", + "generic_tpu_175", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla", + "tizyx_pla", + "tizyx_abs", + "tizyx_pla_bois" + ], "has_machine_quality": true, "has_materials": true, "has_variants": false, - "supports_usb_connection": false, - "machine_extruder_trains": - { - "0": "kupido_extruder_0" - } + "machine_extruder_trains": { "0": "kupido_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_material": "generic_pla", + "supports_usb_connection": false }, - - "overrides": { + "overrides": + { + "adhesion_type": + { + "default_value": "raft", + "options": + { + "brim": "Brim", + "none": "None", + "raft": "Raft" + } + }, + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 195 }, + "machine_end_gcode": { "default_value": ";End GCode\nM104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it)\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{speed_travel} ;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\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [75, 18], + [18, 18], + [18, 35], + [75, 35] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, "machine_name": { "default_value": "KUPIDO" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 195 }, - "machine_height": { "default_value": 190 }, - "machine_depth": { "default_value": 195 }, - "machine_center_is_zero": { "default_value": false }, - "gantry_height": { "value": "55" }, - "retraction_amount": { "default_value": 1 }, - "support_enable": { "default_value": true}, - "machine_head_with_fans_polygon": { - "default_value": [[75, 18],[18, 18],[18, 35],[75, 35]] - }, - "adhesion_type": {"options": {"raft": "Raft" ,"none": "None", "brim": "Brim"}, "default_value": "raft"}, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": - { - "default_value": ";Sliced at: {day} {date} {time} \n ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} \n ;Print time: {print_time} \n ;Filament used: {filament_amount}m {filament_weight}g \n ;Filament cost: {filament_cost} \n G28 X0 Y0 ;move X Y to endstops \n G28 Z0 ;move Z to endstops \n M190 S{material_bed_temperature} ;bed temp \n M107 ; switch fan off \n M109 S{material_print_temperature} ;extruder temp set \n G1 F3000 \n G1 Z10 \n G92 E0 ;zero the extruded length \n G1 F200 E1 ;extrude 1mm of feed stock \n G92 E0 ;zero the extruded length again \n G4 P7000 ; wait 7000ms \n M117 Printing... ;Put printing message on LCD screen" - }, - "machine_end_gcode": - { - "default_value": ";End GCode\nM104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it)\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{speed_travel} ;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\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}" - } + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time} \n ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} \n ;Print time: {print_time} \n ;Filament used: {filament_amount}m {filament_weight}g \n ;Filament cost: {filament_cost} \n G28 X0 Y0 ;move X Y to endstops \n G28 Z0 ;move Z to endstops \n M190 S{material_bed_temperature} ;bed temp \n M107 ; switch fan off \n M109 S{material_print_temperature} ;extruder temp set \n G1 F3000 \n G1 Z10 \n G92 E0 ;zero the extruded length \n G1 F200 E1 ;extrude 1mm of feed stock \n G92 E0 ;zero the extruded length again \n G4 P7000 ; wait 7000ms \n M117 Printing... ;Put printing message on LCD screen" }, + "machine_width": { "default_value": 195 }, + "retraction_amount": { "default_value": 1 }, + "support_enable": { "default_value": true } } } \ No newline at end of file diff --git a/resources/definitions/leapfrog_bolt_pro.def.json b/resources/definitions/leapfrog_bolt_pro.def.json index e7ccc76735..a5b0a53345 100644 --- a/resources/definitions/leapfrog_bolt_pro.def.json +++ b/resources/definitions/leapfrog_bolt_pro.def.json @@ -2,21 +2,13 @@ "version": 2, "name": "Leapfrog Bolt Pro", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Karan and Vincent 20191104", "manufacturer": "Leapfrog B.V.", - "platform": "leapfrog_bolt_pro_platform.3mf", - "platform_offset": [0, 0, -14], "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "supports_network_connection": false, - "has_materials": true, - "has_machine_quality": true, - "has_variants": true, - "preferred_variant_name": "Brass 0.4", - "preferred_material": "leapfrog_epla_natural", - "variants_name": "Hot end", + "platform": "leapfrog_bolt_pro_platform.3mf", "exclude_materials": [ "generic_pla_175", "generic_abs_175", @@ -71,44 +63,66 @@ "zyyx_pro_flex", "zyyx_pro_pla" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, "machine_extruder_trains": { "0": "leapfrog_bolt_pro_extruder_right", "1": "leapfrog_bolt_pro_extruder_left" - } + }, + "platform_offset": [ + 0, + 0, + -14 + ], + "preferred_material": "leapfrog_epla_natural", + "preferred_variant_name": "Brass 0.4", + "supports_network_connection": false, + "supports_usb_connection": false, + "variants_name": "Hot end" }, - "overrides": { - "machine_name": {"default_value": "Leapfrog Bolt Pro" }, - "machine_extruder_count": {"default_value": 2}, - "machine_center_is_zero": {"default_value": false}, - "machine_width": {"default_value": 302}, - "machine_height": {"default_value": 205}, - "machine_depth": {"default_value": 322}, - "machine_heated_bed": {"default_value": true}, - "machine_head_with_fans_polygon": {"default_value": [[-60, 110 ], [-60, -45], [60, -45 ], [60, 110]]}, - "machine_max_feedrate_z": {"default_value": 16.7 }, - "machine_max_feedrate_e": {"default_value": 50 }, - "machine_max_acceleration_z": {"default_value": 100 }, - "machine_acceleration": {"default_value": 400 }, - "machine_max_jerk_xy": {"default_value": 20 }, - "machine_max_jerk_z": {"default_value": 0.4 }, - "machine_max_jerk_e": {"default_value": 5 }, - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "material_final_print_temperature": {"value": "default_material_print_temperature" }, - "material_initial_print_temperature": {"value": "default_material_print_temperature" }, - "gantry_height": {"value": "20"}, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "build_volume_temperature": { "enabled": false }, + "gantry_height": { "value": "20" }, + "machine_acceleration": { "default_value": 400 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 322 }, + "machine_end_gcode": { "default_value": "G92 E0\nG1 E-3 F300\nM104 S0 T0\nM104 S0 T1\nM140 S0\nG28 X0 Y0\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-60, 110], + [-60, -45], + [60, -45], + [60, 110] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 205 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 50 }, + "machine_max_feedrate_z": { "default_value": 16.7 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 20 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "Leapfrog Bolt Pro" }, + "machine_start_gcode": { "default_value": "G90\nG28 X0 Y0 Z0\nG1 Z5 F1000\nG92 E0\nG1 Y-32 F12000\nG1 E15 F1000\nG1 E45 F150\nG4 S5" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 302 }, + "material_final_print_temperature": { "value": "default_material_print_temperature" }, + "material_initial_print_temperature": { "value": "default_material_print_temperature" }, + "material_standby_temperature": { "enabled": false }, + "prime_tower_enable": { "resolve": "extruders_enabled_count > 1" }, + "prime_tower_position_x": { "value": "169" }, + "prime_tower_position_y": { "value": "25" }, + "retraction_amount": { "default_value": 2 }, "retraction_combing": { "value": "'all'" }, - "retraction_amount": {"default_value": 2}, - "adhesion_type": {"default_value": "skirt"}, - "skirt_line_count": {"default_value": 3}, - "machine_use_extruder_offset_to_offset_coords": {"default_value": true}, - "machine_start_gcode": {"default_value": "G90\nG28 X0 Y0 Z0\nG1 Z5 F1000\nG92 E0\nG1 Y-32 F12000\nG1 E15 F1000\nG1 E45 F150\nG4 S5"}, - "machine_end_gcode": {"default_value": "G92 E0\nG1 E-3 F300\nM104 S0 T0\nM104 S0 T1\nM140 S0\nG28 X0 Y0\nM84"}, - "prime_tower_enable": { "resolve": "extruders_enabled_count > 1"}, - "prime_tower_position_x": {"value": "169" }, - "prime_tower_position_y": {"value": "25" }, - "speed_travel": { "value": "200" }, - "build_volume_temperature": {"enabled": false}, - "material_standby_temperature": {"enabled": false } + "skirt_line_count": { "default_value": 3 }, + "speed_travel": { "value": "200" } } -} +} \ No newline at end of file diff --git a/resources/definitions/leapfrog_creatr_hs.def.json b/resources/definitions/leapfrog_creatr_hs.def.json index 762e1e88e2..be417802ec 100644 --- a/resources/definitions/leapfrog_creatr_hs.def.json +++ b/resources/definitions/leapfrog_creatr_hs.def.json @@ -1,35 +1,43 @@ { - "version": 2, + "version": 2, "name": "Leapfrog Creatr HS", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Psychometer", "manufacturer": "Leapfrog B.V.", "file_formats": "text/x-gcode", - "supports_usb_connection": true, "machine_extruder_trains": { "0": "leapfrog_creatr_hs_extruder_right", "1": "leapfrog_creatr_hs_extruder_left" - } + }, + "supports_usb_connection": true }, - "overrides": { - "machine_name": {"default_value": "Leapfrog Creatr HS" }, - "machine_width": {"default_value": 270}, - "machine_depth": {"default_value": 280}, - "machine_height": {"default_value": 180}, - "machine_shape": { "default_value": "Rectangular"}, - "machine_center_is_zero": {"default_value": false}, - "machine_heated_bed": {"default_value": true}, - "build_volume_temperature": {"enabled": false}, - "machine_gcode_flavor": {"default_value": "Marlin"}, - - "machine_head_with_fans_polygon": {"default_value": [[-40, -50 ], [-40, 100], [40, -50 ], [40, 100]]}, - "gantry_height": {"value": "2"}, - "machine_extruder_count": {"default_value": 2}, - - "machine_start_gcode": {"default_value": "M107 ; start with the fan off\nG28 X0 Y0 ; home XY axes\nG28 Z0 ; home Z\nG92 X0 Y0 Z0 E0 ; reset software positions\nG1 Z15.0 F180\nT0\nG92 E0 ; zero the extruded length\nG1 E3 F200\nG92 E0 ; zero the extruded length again\nG1 F225"}, - "machine_end_gcode": {"default_value": "M104 S0 T0 ; turn off right extruder\nM104 S0 T1 ; turn off left extruder\nM140 S0 T0 ; turn off bed\nG1 Z200 F1200 ; drop bed\nG28 X0 ; home X axis\nM84 ; disable motors"} + "overrides": + { + "build_volume_temperature": { "enabled": false }, + "gantry_height": { "value": "2" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 280 }, + "machine_end_gcode": { "default_value": "M104 S0 T0 ; turn off right extruder\nM104 S0 T1 ; turn off left extruder\nM140 S0 T0 ; turn off bed\nG1 Z200 F1200 ; drop bed\nG28 X0 ; home X axis\nM84 ; disable motors" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-40, -50], + [-40, 100], + [40, -50], + [40, 100] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Leapfrog Creatr HS" }, + "machine_shape": { "default_value": "Rectangular" }, + "machine_start_gcode": { "default_value": "M107 ; start with the fan off\nG28 X0 Y0 ; home XY axes\nG28 Z0 ; home Z\nG92 X0 Y0 Z0 E0 ; reset software positions\nG1 Z15.0 F180\nT0\nG92 E0 ; zero the extruded length\nG1 E3 F200\nG92 E0 ; zero the extruded length again\nG1 F225" }, + "machine_width": { "default_value": 270 } } -} +} \ No newline at end of file diff --git a/resources/definitions/leapfrog_creatr_hs_xl.def.json b/resources/definitions/leapfrog_creatr_hs_xl.def.json index 78567ac647..a22494bc93 100644 --- a/resources/definitions/leapfrog_creatr_hs_xl.def.json +++ b/resources/definitions/leapfrog_creatr_hs_xl.def.json @@ -1,35 +1,43 @@ { - "version": 2, + "version": 2, "name": "Leapfrog Creatr HS XL", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Psychometer", "manufacturer": "Leapfrog B.V.", "file_formats": "text/x-gcode", - "supports_usb_connection": true, "machine_extruder_trains": { "0": "leapfrog_creatr_hs_xl_extruder_right", "1": "leapfrog_creatr_hs_xl_extruder_left" - } + }, + "supports_usb_connection": true }, - "overrides": { - "machine_name": {"default_value": "Leapfrog Creatr HS XL" }, - "machine_width": {"default_value": 270}, - "machine_depth": {"default_value": 280}, - "machine_height": {"default_value": 590}, - "machine_shape": { "default_value": "Rectangular"}, - "machine_center_is_zero": {"default_value": false}, - "machine_heated_bed": {"default_value": true}, - "build_volume_temperature": {"enabled": false}, - "machine_gcode_flavor": {"default_value": "Marlin"}, - - "machine_head_with_fans_polygon": {"default_value": [[-40, -50 ], [-40, 100], [40, -50 ], [40, 100]]}, - "gantry_height": {"value": "2"}, - "machine_extruder_count": {"default_value": 2}, - - "machine_start_gcode": {"default_value": "M107 ; start with the fan off\nG28 X0 Y0 ; home XY axes\nG28 Z0 ; home Z\nG92 X0 Y0 Z0 E0 ; reset software positions\nG1 Z15.0 F180\nT0\nG92 E0 ; zero the extruded length\nG1 E3 F200\nG92 E0 ; zero the extruded length again\nG1 F225"}, - "machine_end_gcode": {"default_value": "G92 E0 ; Zero extruder\nG1 E-6.00 F1500 ; Retract filament\nM104 S0 T0 ; turn off right extruder\nM104 S0 T1 ; turn off left extruder\nM140 S0 T0 ; turn off bed\nG1 Z590 F1200 ; drop bed\nG28 X0 ; home X axis\nG1 Y270 F12000 ; Move Y axis to the backside\nM84 ; disable motors"} + "overrides": + { + "build_volume_temperature": { "enabled": false }, + "gantry_height": { "value": "2" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 280 }, + "machine_end_gcode": { "default_value": "G92 E0 ; Zero extruder\nG1 E-6.00 F1500 ; Retract filament\nM104 S0 T0 ; turn off right extruder\nM104 S0 T1 ; turn off left extruder\nM140 S0 T0 ; turn off bed\nG1 Z590 F1200 ; drop bed\nG28 X0 ; home X axis\nG1 Y270 F12000 ; Move Y axis to the backside\nM84 ; disable motors" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-40, -50], + [-40, 100], + [40, -50], + [40, 100] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 590 }, + "machine_name": { "default_value": "Leapfrog Creatr HS XL" }, + "machine_shape": { "default_value": "Rectangular" }, + "machine_start_gcode": { "default_value": "M107 ; start with the fan off\nG28 X0 Y0 ; home XY axes\nG28 Z0 ; home Z\nG92 X0 Y0 Z0 E0 ; reset software positions\nG1 Z15.0 F180\nT0\nG92 E0 ; zero the extruded length\nG1 E3 F200\nG92 E0 ; zero the extruded length again\nG1 F225" }, + "machine_width": { "default_value": 270 } } -} +} \ No newline at end of file diff --git a/resources/definitions/liquid.def.json b/resources/definitions/liquid.def.json index e9617ab141..200c6b9c8e 100644 --- a/resources/definitions/liquid.def.json +++ b/resources/definitions/liquid.def.json @@ -2,99 +2,37 @@ "version": 2, "name": "Liquid", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Liquid 3D", "manufacturer": "Liquid 3D", "file_formats": "text/x-gcode", - "icon": "icon_ultimaker2", "platform": "liquid_platform.stl", + "exclude_materials": [ + "generic_hips", + "generic_pva", + "structur3d_dap100silicone" + ], "has_machine_quality": true, "has_materials": true, "has_variant_buildplates": false, "has_variants": true, - "exclude_materials": [ "generic_hips", "generic_pva", "structur3d_dap100silicone" ], - "preferred_variant_name": "VO 0.4", - "preferred_quality_type": "normal", - "variants_name": "Extruder", - "supports_usb_connection": true, + "icon": "icon_ultimaker2", + "machine_extruder_trains": { "0": "liquid_extruder" }, "nozzle_offsetting_for_disallowed_areas": false, - "weight": -1, - "machine_extruder_trains": - { - "0": "liquid_extruder" - } + "preferred_quality_type": "normal", + "preferred_variant_name": "VO 0.4", + "supports_usb_connection": true, + "variants_name": "Extruder", + "weight": -1 }, - - "overrides": { - "machine_name": { "default_value": "Liquid" }, - "machine_width": { "default_value": 200 }, - "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 200 }, - "machine_heated_bed": { "default_value": true }, - "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, - "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, - "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, - "machine_start_gcode": { - "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM83 ; relative extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG32 ; mesh bed leveling\nG92 E0.0 ; reset extruder distance position\nG1 X0 Y-2 Z0.3 F4000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X110.0 E15.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM106 S0 ; turn off fan\nG91 ; relative positioning\nG1 Z1 F360 ; lift Z by 1mm\nG90 ; absolute positioning\nG1 X10 Y200 F3200; home X axis and push Y forward\nG1 Z200 F1200; home Z axis\nM84 ; disable motors" - }, - "machine_head_with_fans_polygon": - { - "default_value": - [ - [ -65.0, -45.0 ], - [ -65.0, 30.0 ], - [ 50.0, 30.0 ], - [ 50.0, -45.0 ] - ] - }, - "machine_max_feedrate_x": { "default_value": 300 }, - "machine_max_feedrate_y": { "default_value": 300 }, - "machine_max_feedrate_z": { "default_value": 40 }, - "machine_max_feedrate_e": { - "default_value": 45 - }, - "machine_acceleration": { "default_value": 3000 }, - "gantry_height": { "value": "67" }, - - "material_diameter": { "default_value": 1.75 }, - "material_print_temperature": { - "minimum_value": "0" - }, - "material_bed_temperature": { - "minimum_value": "0", - "maximum_value_warning": "125" - }, - "material_bed_temperature_layer_0": - { - "maximum_value_warning": "125" - }, - "material_standby_temperature": { - "minimum_value": "0" - }, - - "speed_travel": - { - "maximum_value": "150", - "value": "150" - }, - - "relative_extrusion": - { - "value": true, - "enabled": true - }, + "overrides": + { "acceleration_enabled": { "value": true }, "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_print": { "value": "4000" }, - "line_width": { "value": "machine_nozzle_size * 0.875" }, - "machine_min_cool_heat_time_window": { "value": "15" }, - "default_material_print_temperature": { "value": "200" }, - "multiple_mesh_overlap": { "value": "0" }, "acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, @@ -104,10 +42,13 @@ "cool_fan_speed": { "value": "70" }, "cool_fan_speed_max": { "value": "100" }, "cool_min_speed": { "value": "30" }, + "default_material_print_temperature": { "value": "200" }, + "gantry_height": { "value": "67" }, "infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" }, "infill_overlap": { "value": "0" }, "infill_pattern": { "value": "'triangles'" }, "infill_wipe_dist": { "value": "0" }, + "initial_layer_line_width_factor": { "value": "120" }, "jerk_enabled": { "value": "True" }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 15)" }, @@ -118,7 +59,45 @@ "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 15)" }, "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, "layer_height_0": { "value": "0.2" }, - + "line_width": { "value": "machine_nozzle_size * 0.875" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM106 S0 ; turn off fan\nG91 ; relative positioning\nG1 Z1 F360 ; lift Z by 1mm\nG90 ; absolute positioning\nG1 X10 Y200 F3200; home X axis and push Y forward\nG1 Z200 F1200; home Z axis\nM84 ; disable motors" }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-65.0, -45.0], + [-65.0, 30.0], + [50.0, 30.0], + [50.0, -45.0] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_max_feedrate_e": { "default_value": 45 }, + "machine_max_feedrate_x": { "default_value": 300 }, + "machine_max_feedrate_y": { "default_value": 300 }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_min_cool_heat_time_window": { "value": "15" }, + "machine_name": { "default_value": "Liquid" }, + "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, + "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, + "machine_start_gcode": { "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM83 ; relative extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG32 ; mesh bed leveling\nG92 E0.0 ; reset extruder distance position\nG1 X0 Y-2 Z0.3 F4000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X110.0 E15.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" }, + "machine_width": { "default_value": 200 }, + "material_bed_temperature": + { + "maximum_value_warning": "125", + "minimum_value": "0" + }, + "material_bed_temperature_layer_0": { "maximum_value_warning": "125" }, + "material_diameter": { "default_value": 1.75 }, + "material_print_temperature": { "minimum_value": "0" }, + "material_standby_temperature": { "minimum_value": "0" }, + "meshfix_maximum_deviation": { "value": "layer_height / 4" }, + "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 100" }, + "multiple_mesh_overlap": { "value": "0" }, + "optimize_wall_printing_order": { "value": "True" }, "raft_airgap": { "value": "0" }, "raft_base_speed": { "value": "20" }, "raft_base_thickness": { "value": "0.3" }, @@ -130,18 +109,22 @@ "raft_margin": { "value": "10" }, "raft_speed": { "value": "25" }, "raft_surface_layers": { "value": "1" }, - + "relative_extrusion": + { + "enabled": true, + "value": true + }, "retraction_amount": { "value": "3" }, + "retraction_combing": { "value": "'all'" }, "retraction_count_max": { "value": "10" }, "retraction_extrusion_window": { "value": "1" }, "retraction_hop": { "value": "2" }, - "retraction_hop_enabled": { "value": "True" }, + "retraction_hop_enabled": { "value": "True" }, "retraction_hop_only_when_collides": { "value": "True" }, "retraction_min_travel": { "value": "5" }, - "retraction_speed": { "value": "35" }, - "retraction_retract_speed": { "value": "35" }, "retraction_prime_speed": { "value": "35" }, - + "retraction_retract_speed": { "value": "35" }, + "retraction_speed": { "value": "35" }, "skin_overlap": { "value": "10" }, "speed_layer_0": { "value": "20" }, "speed_prime_tower": { "value": "speed_topbottom" }, @@ -149,29 +132,26 @@ "speed_support": { "value": "speed_wall_0" }, "speed_support_interface": { "value": "speed_topbottom" }, "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" }, + "speed_travel": + { + "maximum_value": "150", + "value": "150" + }, "speed_wall": { "value": "math.ceil(speed_print * 30 / 35)" }, "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" }, "speed_wall_x": { "value": "speed_wall" }, - "support_angle": { "value": "45" }, "support_pattern": { "value": "'triangles'" }, "support_use_towers": { "value": "False" }, "support_xy_distance": { "value": "wall_line_width_0 * 2.5" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_z_distance": { "value": "0" }, - "top_bottom_thickness": { "value": "1" }, - "travel_avoid_supports": { "value": "True" }, "travel_avoid_distance": { "value": "machine_nozzle_tip_outer_diameter / 2 * 1.5" }, - + "travel_avoid_supports": { "value": "True" }, "wall_0_inset": { "value": "0" }, "wall_line_width_x": { "value": "round(line_width * 0.3 / 0.35, 2)" }, "wall_thickness": { "value": "1" }, - "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 100" }, - "meshfix_maximum_deviation": { "value": "layer_height / 4" }, - "optimize_wall_printing_order": { "value": "True" }, - "retraction_combing": { "value": "'all'" }, - "initial_layer_line_width_factor": { "value": "120" }, "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_base.def.json b/resources/definitions/longer_base.def.json index 435b3000ab..ac479895b1 100644 --- a/resources/definitions/longer_base.def.json +++ b/resources/definitions/longer_base.def.json @@ -1,157 +1,129 @@ { - "name": "Longer Base Printer", "version": 2, + "name": "Longer Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Longer", "manufacturer": "Longer", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "longer_base_extruder_0" - }, - + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Size", - - "preferred_variant_name": "0.4mm Nozzle", + "machine_extruder_trains": { "0": "longer_base_extruder_0" }, + "preferred_material": "generic_pla", "preferred_quality_type": "standard", - "preferred_material": "generic_pla" - + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": { "default_value": "LONGER Base Printer" }, - "machine_start_gcode": { "default_value": "; LONGER Start G-code\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n" }, - "machine_end_gcode": { "default_value": "; LONGER End G-code\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z\n" }, - - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "overrides": + { + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'raft'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 8 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 50.0 } , - "speed_wall_x": { "value": "speed_wall" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0": { "value": 20.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - - - "optimize_wall_printing_order": { "value": "True" }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": "; LONGER End G-code\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "LONGER Base Printer" }, + "machine_start_gcode": { "default_value": "; LONGER Start G-code\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n" }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, - - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": false }, - + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": "True" }, "retraction_amount": { "default_value": 5 }, - "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200, - "default_value": 45 - }, - "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - - "retraction_hop": { "value": 0.2 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_retract_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_speed": + { + "default_value": 45, + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'raft'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 10.0 }, - "skirt_line_count": { "value": 3 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.25" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 4 }, - - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } - + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'back'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_cube2.def.json b/resources/definitions/longer_cube2.def.json index a971da6c54..87ae407b37 100644 --- a/resources/definitions/longer_cube2.def.json +++ b/resources/definitions/longer_cube2.def.json @@ -1,34 +1,37 @@ { - "name": "Longer Cube2", "version": 2, + "name": "Longer Cube2", "inherits": "longer_base", - "metadata": { - "quality_definition": "longer_base", + "metadata": + { "visible": true, "platform": "longer_cube2_platform.stl", - "platform_offset": [-60, -3 ,70] + "platform_offset": [ + -60, + -3, + 70 + ], + "quality_definition": "longer_base" }, - "overrides": { - "machine_name": { "default_value": "LONGER Cube2" }, - "machine_start_gcode": { "default_value": "; LONGER Cube2 Start G-code\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y120.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y120.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n" }, - "machine_end_gcode": { "default_value": "; LONGER Cube2 End G-code\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM84 X Y E ;Disable all steppers but Z\n" }, - - "machine_heated_bed": { "default_value": false }, - - "machine_width": { "default_value": 120 }, + "overrides": + { + "gantry_height": { "value": 18 }, "machine_depth": { "default_value": 140 }, - "machine_height": { "default_value": 105 }, - - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "; LONGER Cube2 End G-code\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-22, 31], [-22, -21], [14, -21], [14, 31] ] }, - - "gantry_height": { "value": 18 }, - + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 105 }, + "machine_name": { "default_value": "LONGER Cube2" }, + "machine_start_gcode": { "default_value": "; LONGER Cube2 Start G-code\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y120.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y120.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n" }, + "machine_width": { "default_value": 120 }, "speed_travel": { "value": 65 } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_lk1.def.json b/resources/definitions/longer_lk1.def.json index 42cbb8a4d3..44bfa2b49e 100644 --- a/resources/definitions/longer_lk1.def.json +++ b/resources/definitions/longer_lk1.def.json @@ -1,29 +1,34 @@ { - "name": "Longer LK1", "version": 2, + "name": "Longer LK1", "inherits": "longer_base", - "metadata": { - "quality_definition": "longer_base", + "metadata": + { "visible": true, "platform": "longer_310mm_platform.stl", - "platform_offset": [-155, -3 ,155] + "platform_offset": [ + -155, + -3, + 155 + ], + "quality_definition": "longer_base" }, - "overrides": { - "machine_name": { "default_value": "LONGER LK1" }, - "machine_width": { "default_value": 300 }, + "overrides": + { + "gantry_height": { "value": 33 }, "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-22, 39], [-22, -34], [58, -34], [58, 39] ] }, - - "gantry_height": { "value": 33 }, - + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "LONGER LK1" }, + "machine_width": { "default_value": 300 }, "speed_travel": { "value": 65 } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_lk1plus.def.json b/resources/definitions/longer_lk1plus.def.json index 46d5e424de..da3bd3291c 100644 --- a/resources/definitions/longer_lk1plus.def.json +++ b/resources/definitions/longer_lk1plus.def.json @@ -1,29 +1,34 @@ { - "name": "Longer LK1 Plus", "version": 2, + "name": "Longer LK1 Plus", "inherits": "longer_base", - "metadata": { - "quality_definition": "longer_base", + "metadata": + { "visible": true, "platform": "longer_415mm_platform.stl", - "platform_offset": [-207.5, -3 ,207.5] + "platform_offset": [ + -207.5, + -3, + 207.5 + ], + "quality_definition": "longer_base" }, - "overrides": { - "machine_name": { "default_value": "LONGER LK1 Plus" }, - "machine_width": { "default_value": 400 }, + "overrides": + { + "gantry_height": { "value": 33 }, "machine_depth": { "default_value": 400 }, - "machine_height": { "default_value": 500 }, - - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-22, 39], [-22, -34], [58, -34], [58, 39] ] }, - - "gantry_height": { "value": 33 }, - + "machine_height": { "default_value": 500 }, + "machine_name": { "default_value": "LONGER LK1 Plus" }, + "machine_width": { "default_value": 400 }, "speed_travel": { "value": 65 } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_lk1pro.def.json b/resources/definitions/longer_lk1pro.def.json index ee0a2e0ac7..384ba5a912 100644 --- a/resources/definitions/longer_lk1pro.def.json +++ b/resources/definitions/longer_lk1pro.def.json @@ -1,27 +1,33 @@ { - "name": "Longer LK1 Pro", "version": 2, + "name": "Longer LK1 Pro", "inherits": "longer_base", - "metadata": { - "quality_definition": "longer_base", + "metadata": + { "visible": true, "platform": "longer_310mm_platform.stl", - "platform_offset": [-155, -3 ,155] + "platform_offset": [ + -155, + -3, + 155 + ], + "quality_definition": "longer_base" }, - "overrides": { - "machine_name": { "default_value": "LONGER LK1 Pro" }, - "machine_width": { "default_value": 300 }, + "overrides": + { + "gantry_height": { "value": 33 }, "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-22, 39], [-22, -34], [58, -34], [58, 39] ] }, - - "gantry_height": { "value": 33 } + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "LONGER LK1 Pro" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_lk4.def.json b/resources/definitions/longer_lk4.def.json index 2639265014..607aef894c 100644 --- a/resources/definitions/longer_lk4.def.json +++ b/resources/definitions/longer_lk4.def.json @@ -1,29 +1,34 @@ { - "name": "Longer LK4", "version": 2, + "name": "Longer LK4", "inherits": "longer_base", - "metadata": { - "quality_definition": "longer_base", + "metadata": + { "visible": true, "platform": "longer_235mm_platform.stl", - "platform_offset": [-117.5, -3 ,117.5] + "platform_offset": [ + -117.5, + -3, + 117.5 + ], + "quality_definition": "longer_base" }, - "overrides": { - "machine_name": { "default_value": "LONGER LK4" }, - "machine_width": { "default_value": 220 }, + "overrides": + { + "gantry_height": { "value": 33 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 250 }, - - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-22, 39], [-22, -34], [58, -34], [58, 39] ] }, - - "gantry_height": { "value": 33 }, - + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "LONGER LK4" }, + "machine_width": { "default_value": 220 }, "speed_travel": { "value": 65 } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_lk4pro.def.json b/resources/definitions/longer_lk4pro.def.json index 6cd83b6048..481887ed0b 100644 --- a/resources/definitions/longer_lk4pro.def.json +++ b/resources/definitions/longer_lk4pro.def.json @@ -1,27 +1,33 @@ { - "name": "Longer LK4 Pro", "version": 2, + "name": "Longer LK4 Pro", "inherits": "longer_base", - "metadata": { - "quality_definition": "longer_base", + "metadata": + { "visible": true, "platform": "longer_235mm_platform.stl", - "platform_offset": [-117.5, -3 ,117.5] + "platform_offset": [ + -117.5, + -3, + 117.5 + ], + "quality_definition": "longer_base" }, - "overrides": { - "machine_name": { "default_value": "LONGER LK4 Pro" }, - "machine_width": { "default_value": 220 }, + "overrides": + { + "gantry_height": { "value": 33 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 250 }, - - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-22, 39], [-22, -34], [58, -34], [58, 39] ] }, - - "gantry_height": { "value": 33 } + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "LONGER LK4 Pro" }, + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_lk5.def.json b/resources/definitions/longer_lk5.def.json index a33026fe10..e5831fb38e 100644 --- a/resources/definitions/longer_lk5.def.json +++ b/resources/definitions/longer_lk5.def.json @@ -1,29 +1,34 @@ { - "name": "Longer LK5", "version": 2, + "name": "Longer LK5", "inherits": "longer_base", - "metadata": { - "quality_definition": "longer_base", + "metadata": + { "visible": true, "platform": "longer_310mm_platform.stl", - "platform_offset": [-155, -3 ,155] + "platform_offset": [ + -155, + -3, + 155 + ], + "quality_definition": "longer_base" }, - "overrides": { - "machine_name": { "default_value": "LONGER LK5" }, - "machine_width": { "default_value": 300 }, + "overrides": + { + "gantry_height": { "value": 33 }, "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-22, 39], [-22, -34], [58, -34], [58, 39] ] }, - - "gantry_height": { "value": 33 }, - + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "LONGER LK5" }, + "machine_width": { "default_value": 300 }, "speed_travel": { "value": 65 } } -} +} \ No newline at end of file diff --git a/resources/definitions/longer_lk5pro.def.json b/resources/definitions/longer_lk5pro.def.json index e16038d4b7..b98a13ace0 100644 --- a/resources/definitions/longer_lk5pro.def.json +++ b/resources/definitions/longer_lk5pro.def.json @@ -1,27 +1,33 @@ { - "name": "Longer LK5 Pro", "version": 2, + "name": "Longer LK5 Pro", "inherits": "longer_base", - "metadata": { - "quality_definition": "longer_base", + "metadata": + { "visible": true, "platform": "longer_310mm_platform.stl", - "platform_offset": [-155, -3 ,155] + "platform_offset": [ + -155, + -3, + 155 + ], + "quality_definition": "longer_base" }, - "overrides": { - "machine_name": { "default_value": "LONGER LK5 Pro" }, - "machine_width": { "default_value": 300 }, + "overrides": + { + "gantry_height": { "value": 33 }, "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - - "machine_head_with_fans_polygon": { "default_value": [ + "machine_head_with_fans_polygon": + { + "default_value": [ [-22, 39], [-22, -34], [58, -34], [58, 39] ] }, - - "gantry_height": { "value": 33 } + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "LONGER LK5 Pro" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/lotmaxx_sc10.def.json b/resources/definitions/lotmaxx_sc10.def.json index 6700521b53..f2ef02c664 100644 --- a/resources/definitions/lotmaxx_sc10.def.json +++ b/resources/definitions/lotmaxx_sc10.def.json @@ -1,62 +1,68 @@ { - "name": "Lotmaxx SC-10", "version": 2, + "name": "Lotmaxx SC-10", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "lotmaxx.com", "manufacturer": "Lotmaxx", "file_formats": "text/x-gcode", "platform": "lotmaxx_sc_10_20_platform.3mf", "has_materials": true, - "machine_extruder_trains": - { - "0": "lotmaxx_sc10_extruder_0" - } + "machine_extruder_trains": { "0": "lotmaxx_sc10_extruder_0" } }, "overrides": { - "machine_name": { "default_value": "Lotmaxx SC-10" }, - "machine_width": { "default_value": 235 }, - "machine_depth": { "default_value": 235 }, - "machine_height": { "default_value": 320 }, - "machine_head_with_fans_polygon": { "default_value": [[-32,11],[-32,-32],[28,-32],[28,11]] }, - "gantry_height": { "value": 40 }, - "machine_start_gcode": { "default_value": "; SC-10 Custom Start G-code\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End of custom start GCode" }, - "machine_end_gcode": { "default_value": "; SC-10 Custom End G-code\nG4 ; Wait\nM220 S100 ; Reset Speed factor override percentage to default (100%)\nM221 S100 ; Reset Extrude factor override percentage to default (100%)\nG91 ; Set coordinates to relative\nG1 F1800 E-3 ; Retract filament 3 mm to prevent oozing\nG1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely\nG90 ; Set coordinates to absolute\nG1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal\nM84 ; Disable stepper motors\n; End of custom end GCode" }, - "machine_max_jerk_xy":{ "value": 10 }, - "machine_max_jerk_z":{ "value": 0.4 }, - "machine_max_jerk_e":{ "value": 5 }, - "machine_heated_bed":{ "default_value": true }, - "material_diameter":{ "default_value": 1.75 }, - "jerk_print":{ "value": 8 }, - "jerk_travel":{ "value": "jerk_print" }, - "jerk_travel_layer_0":{ "value":" jerk_travel" }, - "acceleration_enabled":{ "value": false }, - "jerk_enabled":{ "value": false }, - "speed_print":{ "value": 60.0 }, - "speed_infill":{ "value": "speed_print * 2" }, - "speed_wall_0":{ "value": "speed_wall" }, - "speed_wall_x":{ "value": "speed_wall" }, - "speed_roofing":{ "value": "speed_topbottom" }, - "speed_travel":{ "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0":{ "value": 20.0 }, - "speed_travel_layer_0":{ "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower":{ "value": "speed_topbottom" }, - "speed_support":{ "value": "speed_wall_0" }, - "speed_support_interface":{ "value": "speed_topbottom" }, - "skirt_brim_speed":{ "value": "speed_layer_0" }, - "retraction_enable":{ "value": true }, - "retraction_count_max":{ "value": 100 }, - "retraction_extrusion_window":{ "value": 10 }, - "retraction_min_travel":{ "value": 1.5 }, - "cool_fan_full_at_height":{ "value": "layer_height_0 + 2 * layer_height" }, - "cool_fan_enabled":{ "value": true }, - "cool_min_layer_time":{ "value": 10 }, - "meshfix_maximum_resolution":{ "value": "0.25" }, - "meshfix_maximum_travel_resolution":{ "value": "meshfix_maximum_resolution" }, + "acceleration_enabled": { "value": false }, "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, - "skirt_gap":{ "value": 5.0 }, - "skirt_line_count":{ "value": 4 } + "cool_fan_enabled": { "value": true }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "gantry_height": { "value": 40 }, + "jerk_enabled": { "value": false }, + "jerk_print": { "value": 8 }, + "jerk_travel": { "value": "jerk_print" }, + "jerk_travel_layer_0": { "value": " jerk_travel" }, + "machine_depth": { "default_value": 235 }, + "machine_end_gcode": { "default_value": "; SC-10 Custom End G-code\nG4 ; Wait\nM220 S100 ; Reset Speed factor override percentage to default (100%)\nM221 S100 ; Reset Extrude factor override percentage to default (100%)\nG91 ; Set coordinates to relative\nG1 F1800 E-3 ; Retract filament 3 mm to prevent oozing\nG1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely\nG90 ; Set coordinates to absolute\nG1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal\nM84 ; Disable stepper motors\n; End of custom end GCode" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-32, 11], + [-32, -32], + [28, -32], + [28, 11] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 320 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Lotmaxx SC-10" }, + "machine_start_gcode": { "default_value": "; SC-10 Custom Start G-code\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End of custom start GCode" }, + "machine_width": { "default_value": 235 }, + "material_diameter": { "default_value": 1.75 }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "retraction_count_max": { "value": 100 }, + "retraction_enable": { "value": true }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_min_travel": { "value": 1.5 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 5.0 }, + "skirt_line_count": { "value": 4 }, + "speed_infill": { "value": "speed_print * 2" }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 60.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_0": { "value": "speed_wall" }, + "speed_wall_x": { "value": "speed_wall" } } -} +} \ No newline at end of file diff --git a/resources/definitions/lotmaxx_sc20.def.json b/resources/definitions/lotmaxx_sc20.def.json index 1aa982430d..216d42fc06 100644 --- a/resources/definitions/lotmaxx_sc20.def.json +++ b/resources/definitions/lotmaxx_sc20.def.json @@ -1,61 +1,68 @@ { - "name": "Lotmaxx SC-20", "version": 2, + "name": "Lotmaxx SC-20", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "lotmaxx.com", "manufacturer": "Lotmaxx", "file_formats": "text/x-gcode", "platform": "lotmaxx_sc_10_20_platform.3mf", "has_materials": true, - "machine_extruder_trains": - { - "0": "lotmaxx_sc20_extruder_0" - } + "machine_extruder_trains": { "0": "lotmaxx_sc20_extruder_0" } }, - "overrides": { - "machine_name": { "default_value": "Lotmaxx SC-20" }, - "machine_width": { "default_value": 235 }, - "machine_depth": { "default_value": 235 }, - "machine_height": { "default_value": 320 }, - "machine_head_with_fans_polygon": { "default_value": [[-32,11],[-32,-32],[28,-32],[28,11]] }, - "gantry_height": { "value": 40 }, - "machine_start_gcode": { "default_value": "; SC-20 Custom Start G-code\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End of custom start GCode" }, - "machine_end_gcode": { "default_value": "; SC-20 Custom End G-code\nG4 ; Wait\nM220 S100 ; Reset Speed factor override percentage to default (100%)\nM221 S100 ; Reset Extrude factor override percentage to default (100%)\nG91 ; Set coordinates to relative\nG1 F1800 E-3 ; Retract filament 3 mm to prevent oozing\nG1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely\nG90 ; Set coordinates to absolute\nG1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal\nM84 ; Disable stepper motors\n; End of custom end GCode" }, - "machine_max_jerk_xy":{ "value":10 }, - "machine_max_jerk_z":{ "value":0.4 }, - "machine_max_jerk_e":{ "value":5 }, - "machine_heated_bed":{ "default_value":true }, - "material_diameter":{ "default_value":1.75 }, - "jerk_print":{ "value":8 }, - "jerk_travel":{ "value":"jerk_print" }, - "jerk_travel_layer_0":{ "value":"jerk_travel" }, - "acceleration_enabled":{ "value":false }, - "jerk_enabled":{ "value":false }, - "speed_print":{ "value":60.0 }, - "speed_infill":{ "value":"speed_print * 2" }, - "speed_wall_0":{ "value":"speed_wall" }, - "speed_wall_x":{ "value":"speed_wall" }, - "speed_roofing":{ "value":"speed_topbottom" }, - "speed_travel":{ "value":"150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0":{ "value":20.0 }, - "speed_travel_layer_0":{ "value":"100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower":{ "value":"speed_topbottom" }, - "speed_support":{ "value":"speed_wall_0" }, - "speed_support_interface":{ "value":"speed_topbottom" }, - "skirt_brim_speed":{ "value":"speed_layer_0" }, - "retraction_enable":{ "value":true }, - "retraction_count_max":{ "value":100 }, - "retraction_extrusion_window":{ "value":10 }, - "retraction_min_travel":{ "value":1.5 }, - "cool_fan_full_at_height":{ "value":"layer_height_0 + 2 * layer_height" }, - "cool_fan_enabled":{ "value":true }, - "cool_min_layer_time":{ "value":10 }, - "meshfix_maximum_resolution":{ "value":"0.25" }, - "meshfix_maximum_travel_resolution":{ "value":"meshfix_maximum_resolution" }, + "overrides": + { + "acceleration_enabled": { "value": false }, "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, - "skirt_gap":{ "value":5.0 }, - "skirt_line_count":{ "value":4 } + "cool_fan_enabled": { "value": true }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "gantry_height": { "value": 40 }, + "jerk_enabled": { "value": false }, + "jerk_print": { "value": 8 }, + "jerk_travel": { "value": "jerk_print" }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "machine_depth": { "default_value": 235 }, + "machine_end_gcode": { "default_value": "; SC-20 Custom End G-code\nG4 ; Wait\nM220 S100 ; Reset Speed factor override percentage to default (100%)\nM221 S100 ; Reset Extrude factor override percentage to default (100%)\nG91 ; Set coordinates to relative\nG1 F1800 E-3 ; Retract filament 3 mm to prevent oozing\nG1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely\nG90 ; Set coordinates to absolute\nG1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal\nM84 ; Disable stepper motors\n; End of custom end GCode" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-32, 11], + [-32, -32], + [28, -32], + [28, 11] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 320 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Lotmaxx SC-20" }, + "machine_start_gcode": { "default_value": "; SC-20 Custom Start G-code\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End of custom start GCode" }, + "machine_width": { "default_value": 235 }, + "material_diameter": { "default_value": 1.75 }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "retraction_count_max": { "value": 100 }, + "retraction_enable": { "value": true }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_min_travel": { "value": 1.5 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 5.0 }, + "skirt_line_count": { "value": 4 }, + "speed_infill": { "value": "speed_print * 2" }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 60.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_0": { "value": "speed_wall" }, + "speed_wall_x": { "value": "speed_wall" } } -} +} \ No newline at end of file diff --git a/resources/definitions/lotmaxx_sc60.def.json b/resources/definitions/lotmaxx_sc60.def.json index a18e197757..0dd8f3ab6d 100644 --- a/resources/definitions/lotmaxx_sc60.def.json +++ b/resources/definitions/lotmaxx_sc60.def.json @@ -1,72 +1,73 @@ { - "name": "Lotmaxx Shark", "version": 2, + "name": "Lotmaxx Shark", "inherits": "fdmprinter", - "overrides": { - "machine_name": { "default_value": "Lotmaxx Shark" }, - "machine_width": { "default_value": 235 }, - "machine_depth": { "default_value": 235 }, - "machine_height": { "default_value": 265 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-50.7,16.8], - [-50.7,-29.5], - [46.9,-29.5], - [49.9,16.8] - ] - }, - "gantry_height": { "value": 29 }, - "machine_heated_bed": {"value": true}, - "machine_start_gcode":{ - "default_value":"G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" - }, - "machine_end_gcode":{ - "default_value":"G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" - }, - "acceleration_print":{"value":1000}, - "acceleration_travel":{"value":1000}, - "acceleration_travel_layer_0":{"value":1000.0}, - "expand_skins_expand_distance":{"value":0.8}, - "fill_outline_gaps":{"default_value":false}, - "infill_sparse_density":{"value":15}, - "meshfix_maximum_resolution":{"value":0.25}, - "optimize_wall_printing_order":{"value":true}, - "retract_at_layer_change":{"value":false}, - "retraction_amount":{"value":4.5}, - "roofing_layer_count":{"value":1}, - "skin_preshrink":{"value":0.8}, - "speed_layer_0":{"value":30}, - "speed_print":{"value":45}, - "speed_roofing":{"value":35}, - "speed_topbottom":{"value":35}, - "speed_travel":{"value":80}, - "speed_wall_0":{"value":32}, - "speed_wall_x":{"value":32}, - "support_infill_rate":{"value":5}, - "support_pattern":{"default_value":"lines"}, - "support_use_towers":{"value":false}, - "wall_overhang_speed_factor":{"value":50}, - "z_seam_corner":{"default_value":"z_seam_corner_any"}, - "z_seam_relative":{"value":true}, - "z_seam_type":{"default_value":"sharpest_corner"}, - "zig_zaggify_infill":{"value":true}, - "adhesion_type":{"default_value":"skirt"}, - "prime_tower_enable":{"value":true}, - "prime_tower_position_x":{"value": 50}, - "prime_tower_position_y":{"value": 50}, - "prime_tower_min_volume":{"value": 30}, - "switch_extruder_retraction_amount": {"value": 100}, - "switch_extruder_retraction_speeds": {"value": 60} - }, - "metadata": { + "metadata": + { "visible": true, "author": "lotmaxx.com", "manufacturer": "Lotmaxx", "platform": "lotmaxx_sc_10_20_platform.3mf", - "machine_extruder_trains": { + "has_materials": true, + "machine_extruder_trains": + { "0": "lotmaxx_sc60_extruder_left", "1": "lotmaxx_sc60_extruder_right" }, - "has_materials": true, "preferred_quality_type": "normal" + }, + "overrides": + { + "acceleration_print": { "value": 1000 }, + "acceleration_travel": { "value": 1000 }, + "acceleration_travel_layer_0": { "value": 1000.0 }, + "adhesion_type": { "default_value": "skirt" }, + "expand_skins_expand_distance": { "value": 0.8 }, + "fill_outline_gaps": { "default_value": false }, + "gantry_height": { "value": 29 }, + "infill_sparse_density": { "value": 15 }, + "machine_depth": { "default_value": 235 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-50.7, 16.8], + [-50.7, -29.5], + [46.9, -29.5], + [49.9, 16.8] + ] + }, + "machine_heated_bed": { "value": true }, + "machine_height": { "default_value": 265 }, + "machine_name": { "default_value": "Lotmaxx Shark" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 235 }, + "meshfix_maximum_resolution": { "value": 0.25 }, + "optimize_wall_printing_order": { "value": true }, + "prime_tower_enable": { "value": true }, + "prime_tower_min_volume": { "value": 30 }, + "prime_tower_position_x": { "value": 50 }, + "prime_tower_position_y": { "value": 50 }, + "retract_at_layer_change": { "value": false }, + "retraction_amount": { "value": 4.5 }, + "roofing_layer_count": { "value": 1 }, + "skin_preshrink": { "value": 0.8 }, + "speed_layer_0": { "value": 30 }, + "speed_print": { "value": 45 }, + "speed_roofing": { "value": 35 }, + "speed_topbottom": { "value": 35 }, + "speed_travel": { "value": 80 }, + "speed_wall_0": { "value": 32 }, + "speed_wall_x": { "value": 32 }, + "support_infill_rate": { "value": 5 }, + "support_pattern": { "default_value": "lines" }, + "support_use_towers": { "value": false }, + "switch_extruder_retraction_amount": { "value": 100 }, + "switch_extruder_retraction_speeds": { "value": 60 }, + "wall_overhang_speed_factor": { "value": 50 }, + "z_seam_corner": { "default_value": "z_seam_corner_any" }, + "z_seam_relative": { "value": true }, + "z_seam_type": { "default_value": "sharpest_corner" }, + "zig_zaggify_infill": { "value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/lulzbot_mini_2_common.def.json b/resources/definitions/lulzbot_mini_2_common.def.json index 0895a52e18..825d303aad 100644 --- a/resources/definitions/lulzbot_mini_2_common.def.json +++ b/resources/definitions/lulzbot_mini_2_common.def.json @@ -2,70 +2,29 @@ "version": 2, "name": "Lulzbot Mini 2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": false, "author": "Tom Callaway ", "manufacturer": "Fargo Additive Manufacturing Equipment 3D, LLC", - "visible": false, - "preferred_material": "generic_pla", - "exclude_materials": [ "structur3d_dap100silicone" ] + "exclude_materials": [ "structur3d_dap100silicone" ], + "preferred_material": "generic_pla" }, - "overrides": { - "machine_center_is_zero": - { - "default_value": false - }, - "machine_nozzle_size": - { - "default_value": 0.5 - }, - "machine_gcode_flavor": - { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_acceleration": - { - "default_value": 1000 - }, - "acceleration_print": - { - "default_value": 1000 - }, - "jerk_print": - { - "default_value": 20 - }, - "machine_max_feedrate_x": - { - "default_value": 800 - }, - "machine_max_feedrate_y": - { - "default_value": 800 - }, - "machine_max_feedrate_z": - { - "default_value": 8 - }, - "machine_max_feedrate_e": - { - "default_value": 40 - }, - "machine_max_acceleration_x": - { - "default_value": 9000 - }, - "machine_max_acceleration_y": - { - "default_value": 9000 - }, - "machine_max_acceleration_z": - { - "default_value": 100 - }, - "machine_max_acceleration_e": - { - "default_value": 1000 - } + "overrides": + { + "acceleration_print": { "default_value": 1000 }, + "jerk_print": { "default_value": 20 }, + "machine_acceleration": { "default_value": 1000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_max_acceleration_e": { "default_value": 1000 }, + "machine_max_acceleration_x": { "default_value": 9000 }, + "machine_max_acceleration_y": { "default_value": 9000 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 40 }, + "machine_max_feedrate_x": { "default_value": 800 }, + "machine_max_feedrate_y": { "default_value": 800 }, + "machine_max_feedrate_z": { "default_value": 8 }, + "machine_nozzle_size": { "default_value": 0.5 } } -} - +} \ No newline at end of file diff --git a/resources/definitions/lulzbot_mini_2_se.def.json b/resources/definitions/lulzbot_mini_2_se.def.json index 6cf43d8af4..dd613d6f5b 100644 --- a/resources/definitions/lulzbot_mini_2_se.def.json +++ b/resources/definitions/lulzbot_mini_2_se.def.json @@ -1,38 +1,54 @@ { - "version": 2, - "name": "Lulzbot Mini 2 | SE | 0.5 mm", - "inherits": "lulzbot_mini_2_common", - "metadata": { + "version": 2, + "name": "Lulzbot Mini 2 | SE | 0.5 mm", + "inherits": "lulzbot_mini_2_common", + "metadata": + { + "visible": true, "author": "Tom Callaway ", "manufacturer": "Fargo Additive Manufacturing Equipment 3D, LLC", - "visible": true, "file_formats": "text/x-gcode", "platform": "lulzbot_mini.stl", - "platform_offset": [-100, -11, 100], - "machine_extruder_trains": { - "0": "lulzbot_mini_2_se_extruder" - } - }, - - "overrides": { - "machine_name": { "default_value": "Lulzbot Mini 2 | SE | 0.5 mm" }, - "machine_width": { "default_value": 162 }, - "machine_depth": { "default_value": 162 }, - "machine_height": { "default_value": 180 }, - "machine_heated_bed": { "default_value": true }, - "machine_start_gcode": { - "default_value": "; This G-Code has been generated specifically for the Lulzbot Mini 2 with SE 0.5 mm toolhead\nM73 P0 ; clear GLCD progress bar\nM75 ; start GLCD timer\nG26 ; clear potential 'probe fail' condition\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nG28 ; home all axes\nG0 X0 Y187 Z156 F200 ; move away from endstops\nM117 Mini 2 Wiping... ; progress indicator message on LCD\nM109 R{material_standby_temperature} ; soften material before retraction\nG1 E-15 F75 ; retract filament\nG1 X45 Y176 F11520 ; move above wiper pad\nG1 Z0 F1200 ; push nozzle into wiper\nG1 X45 Y178 Z-.5 F4000 ; wiping\nG1 X55 Y176 Z-.5 F4000 ; wiping\nG1 X45 Y177 Z0 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X45 Y178 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X45 Y178 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X80 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X80 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X90 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X115 Y176 Z-0.5 F1000 ; wiping\nG1 Z10 ; raise extruder\nG28 X0 Y0 ; home X and Y\nM204 S300 ; set probing acceleration\nG29 ; start auto-leveling sequence\nM420 S1 ; enable leveling matrix\nM425 Z ; use measured Z backlash for compensation\nM425 Z F0 ; turn off measured Z backlash compensation by default\nM204 S2000 ; restore standard acceleration\nG1 X5 Y15 Z10 F5000 ; move up off last probe point\nG4 S1 ; pause\nM400 ; wait for moves to finish\nM117 Heating... ; progress indicator message on LCD\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nG1 Z2 E0 F75 ; prime tiny bit of filament into the nozzle\nM117 Mini 2 Printing... ; progress indicator message on LCD\n" - }, - "machine_end_gcode": { - "default_value": "; part removal temp is hardcoded to 45\nM400 ; wait for moves to finish\nM140 S45 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nG92 E5 ; set extruder to 5mm for retract on print end\nM117 Cooling please wait ; progress indicator message on LCD\nG1 X5 Y5 Z183 E0 F3000 ; move to cooling position\nG1 E5 ; re-prime extruder\nM190 R45 ; wait for bed to cool down to removal temp\nG1 X145 F1000 ; move extruder out of the way\nG1 Y175 F1000 ; present finished print\nM140 S0 ; cool down\nM77 ; end LCD print timer\nG90 ; absolute positioning\nM18 X Y E ; turn off X Y and E axis\nM117 Print Complete. ; print complete message\n" - }, - "machine_disallowed_areas": { - "default_value": [ - [[ 85, 85], [ 85, 77], [ 77, 85]], - [[-85, 85], [-85, 77], [-77, 85]], - [[ 85,-85], [ 85,-77], [ 77,-85]], - [[-85,-85], [-85,-77], [-77,-85]] - ] - } - } -} + "machine_extruder_trains": { "0": "lulzbot_mini_2_se_extruder" }, + "platform_offset": [ + -100, + -11, + 100 + ] + }, + "overrides": + { + "machine_depth": { "default_value": 162 }, + "machine_disallowed_areas": + { + "default_value": [ + [ + [85, 85], + [85, 77], + [77, 85] + ], + [ + [-85, 85], + [-85, 77], + [-77, 85] + ], + [ + [85, -85], + [85, -77], + [77, -85] + ], + [ + [-85, -85], + [-85, -77], + [-77, -85] + ] + ] + }, + "machine_end_gcode": { "default_value": "; part removal temp is hardcoded to 45\nM400 ; wait for moves to finish\nM140 S45 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nG92 E5 ; set extruder to 5mm for retract on print end\nM117 Cooling please wait ; progress indicator message on LCD\nG1 X5 Y5 Z183 E0 F3000 ; move to cooling position\nG1 E5 ; re-prime extruder\nM190 R45 ; wait for bed to cool down to removal temp\nG1 X145 F1000 ; move extruder out of the way\nG1 Y175 F1000 ; present finished print\nM140 S0 ; cool down\nM77 ; end LCD print timer\nG90 ; absolute positioning\nM18 X Y E ; turn off X Y and E axis\nM117 Print Complete. ; print complete message\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Lulzbot Mini 2 | SE | 0.5 mm" }, + "machine_start_gcode": { "default_value": "; This G-Code has been generated specifically for the Lulzbot Mini 2 with SE 0.5 mm toolhead\nM73 P0 ; clear GLCD progress bar\nM75 ; start GLCD timer\nG26 ; clear potential 'probe fail' condition\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nG28 ; home all axes\nG0 X0 Y187 Z156 F200 ; move away from endstops\nM117 Mini 2 Wiping... ; progress indicator message on LCD\nM109 R{material_standby_temperature} ; soften material before retraction\nG1 E-15 F75 ; retract filament\nG1 X45 Y176 F11520 ; move above wiper pad\nG1 Z0 F1200 ; push nozzle into wiper\nG1 X45 Y178 Z-.5 F4000 ; wiping\nG1 X55 Y176 Z-.5 F4000 ; wiping\nG1 X45 Y177 Z0 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X45 Y178 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X45 Y178 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X80 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X80 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X90 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X115 Y176 Z-0.5 F1000 ; wiping\nG1 Z10 ; raise extruder\nG28 X0 Y0 ; home X and Y\nM204 S300 ; set probing acceleration\nG29 ; start auto-leveling sequence\nM420 S1 ; enable leveling matrix\nM425 Z ; use measured Z backlash for compensation\nM425 Z F0 ; turn off measured Z backlash compensation by default\nM204 S2000 ; restore standard acceleration\nG1 X5 Y15 Z10 F5000 ; move up off last probe point\nG4 S1 ; pause\nM400 ; wait for moves to finish\nM117 Heating... ; progress indicator message on LCD\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nG1 Z2 E0 F75 ; prime tiny bit of filament into the nozzle\nM117 Mini 2 Printing... ; progress indicator message on LCD\n" }, + "machine_width": { "default_value": 162 } + } +} \ No newline at end of file diff --git a/resources/definitions/lulzbot_mini_2_sl.def.json b/resources/definitions/lulzbot_mini_2_sl.def.json index cecaca1541..7aa80e0fed 100644 --- a/resources/definitions/lulzbot_mini_2_sl.def.json +++ b/resources/definitions/lulzbot_mini_2_sl.def.json @@ -1,38 +1,54 @@ { - "version": 2, - "name": "Lulzbot Mini 2 | SL | 0.25 mm (Micro)", - "inherits": "lulzbot_mini_2_common", - "metadata": { + "version": 2, + "name": "Lulzbot Mini 2 | SL | 0.25 mm (Micro)", + "inherits": "lulzbot_mini_2_common", + "metadata": + { + "visible": true, "author": "Tom Callaway ", "manufacturer": "Fargo Additive Manufacturing Equipment 3D, LLC", - "visible": true, "file_formats": "text/x-gcode", "platform": "lulzbot_mini.stl", - "platform_offset": [-100, -11, 100], - "machine_extruder_trains": { - "0": "lulzbot_mini_2_sl_extruder" - } - }, - - "overrides": { - "machine_name": { "default_value": "Lulzbot Mini 2 | SL | 0.25 mm (Micro)" }, - "machine_width": { "default_value": 162 }, - "machine_depth": { "default_value": 162 }, - "machine_height": { "default_value": 180 }, - "machine_heated_bed": { "default_value": true }, - "machine_start_gcode": { - "default_value": "; This G-Code has been generated specifically for the Lulzbot Mini 2 with SL 0.25 mm toolhead\nM73 P0 ; clear GLCD progress bar\nM75 ; start GLCD timer\nG26 ; clear potential 'probe fail' condition\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nG28 ; home all axes\nG0 X0 Y187 Z156 F200 ; move away from endstops\nM117 Mini 2 Wiping... ; progress indicator message on LCD\nM109 R{material_standby_temperature} ; soften material before retraction\nG1 E-15 F75 ; retract filament\nG1 X45 Y176 F11520 ; move above wiper pad\nG1 Z0 F1200 ; push nozzle into wiper\nG1 X45 Y178 Z-.5 F4000 ; wiping\nG1 X55 Y176 Z-.5 F4000 ; wiping\nG1 X45 Y177 Z0 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X45 Y178 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X45 Y178 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X80 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X80 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X90 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X115 Y176 Z-0.5 F1000 ; wiping\nG1 Z10 ; raise extruder\nG28 X0 Y0 ; home X and Y\nM204 S300 ; set probing acceleration\nG29 ; start auto-leveling sequence\nM420 S1 ; enable leveling matrix\nM425 Z ; use measured Z backlash for compensation\nM425 Z F0 ; turn off measured Z backlash compensation by default\nM204 S2000 ; restore standard acceleration\nG1 X5 Y15 Z10 F5000 ; move up off last probe point\nG4 S1 ; pause\nM400 ; wait for moves to finish\nM117 Heating... ; progress indicator message on LCD\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nG1 Z2 E0 F75 ; prime tiny bit of filament into the nozzle\nM117 Mini 2 Printing... ; progress indicator message on LCD\n" - }, - "machine_end_gcode": { - "default_value": "; part removal temp is hardcoded to 45\nM400 ; wait for moves to finish\nM140 S45 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nG92 E5 ; set extruder to 5mm for retract on print end\nM117 Cooling please wait ; progress indicator message on LCD\nG1 X5 Y5 Z183 E0 F3000 ; move to cooling position\nG1 E5 ; re-prime extruder\nM190 R45 ; wait for bed to cool down to removal temp\nG1 X145 F1000 ; move extruder out of the way\nG1 Y175 F1000 ; present finished print\nM140 S0 ; cool down\nM77 ; end LCD print timer\nG90 ; absolute positioning\nM18 X Y E ; turn off X Y and E axis\nM117 Print Complete. ; print complete message\n" - }, - "machine_disallowed_areas": { - "default_value": [ - [[ 85, 85], [ 85, 77], [ 77, 85]], - [[-85, 85], [-85, 77], [-77, 85]], - [[ 85,-85], [ 85,-77], [ 77,-85]], - [[-85,-85], [-85,-77], [-77,-85]] - ] - } - } -} + "machine_extruder_trains": { "0": "lulzbot_mini_2_sl_extruder" }, + "platform_offset": [ + -100, + -11, + 100 + ] + }, + "overrides": + { + "machine_depth": { "default_value": 162 }, + "machine_disallowed_areas": + { + "default_value": [ + [ + [85, 85], + [85, 77], + [77, 85] + ], + [ + [-85, 85], + [-85, 77], + [-77, 85] + ], + [ + [85, -85], + [85, -77], + [77, -85] + ], + [ + [-85, -85], + [-85, -77], + [-77, -85] + ] + ] + }, + "machine_end_gcode": { "default_value": "; part removal temp is hardcoded to 45\nM400 ; wait for moves to finish\nM140 S45 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nG92 E5 ; set extruder to 5mm for retract on print end\nM117 Cooling please wait ; progress indicator message on LCD\nG1 X5 Y5 Z183 E0 F3000 ; move to cooling position\nG1 E5 ; re-prime extruder\nM190 R45 ; wait for bed to cool down to removal temp\nG1 X145 F1000 ; move extruder out of the way\nG1 Y175 F1000 ; present finished print\nM140 S0 ; cool down\nM77 ; end LCD print timer\nG90 ; absolute positioning\nM18 X Y E ; turn off X Y and E axis\nM117 Print Complete. ; print complete message\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Lulzbot Mini 2 | SL | 0.25 mm (Micro)" }, + "machine_start_gcode": { "default_value": "; This G-Code has been generated specifically for the Lulzbot Mini 2 with SL 0.25 mm toolhead\nM73 P0 ; clear GLCD progress bar\nM75 ; start GLCD timer\nG26 ; clear potential 'probe fail' condition\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nG28 ; home all axes\nG0 X0 Y187 Z156 F200 ; move away from endstops\nM117 Mini 2 Wiping... ; progress indicator message on LCD\nM109 R{material_standby_temperature} ; soften material before retraction\nG1 E-15 F75 ; retract filament\nG1 X45 Y176 F11520 ; move above wiper pad\nG1 Z0 F1200 ; push nozzle into wiper\nG1 X45 Y178 Z-.5 F4000 ; wiping\nG1 X55 Y176 Z-.5 F4000 ; wiping\nG1 X45 Y177 Z0 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X45 Y178 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X45 Y178 F4000 ; wiping\nG1 X55 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X80 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X80 Y176 F4000 ; wiping\nG1 X60 Y178 F4000 ; wiping\nG1 X90 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X80 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X100 Y176 F4000 ; wiping\nG1 X110 Y178 F4000 ; wiping\nG1 X115 Y176 Z-0.5 F1000 ; wiping\nG1 Z10 ; raise extruder\nG28 X0 Y0 ; home X and Y\nM204 S300 ; set probing acceleration\nG29 ; start auto-leveling sequence\nM420 S1 ; enable leveling matrix\nM425 Z ; use measured Z backlash for compensation\nM425 Z F0 ; turn off measured Z backlash compensation by default\nM204 S2000 ; restore standard acceleration\nG1 X5 Y15 Z10 F5000 ; move up off last probe point\nG4 S1 ; pause\nM400 ; wait for moves to finish\nM117 Heating... ; progress indicator message on LCD\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nG1 Z2 E0 F75 ; prime tiny bit of filament into the nozzle\nM117 Mini 2 Printing... ; progress indicator message on LCD\n" }, + "machine_width": { "default_value": 162 } + } +} \ No newline at end of file diff --git a/resources/definitions/lulzbot_taz_pro_common.def.json b/resources/definitions/lulzbot_taz_pro_common.def.json index 1e75322ae1..2aa6ef4174 100644 --- a/resources/definitions/lulzbot_taz_pro_common.def.json +++ b/resources/definitions/lulzbot_taz_pro_common.def.json @@ -2,83 +2,37 @@ "version": 2, "name": "Lulzbot TAZ Pro", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": false, "author": "Tom Callaway ", "manufacturer": "Fargo Additive Manufacturing Equipment 3D, LLC", - "visible": false, - "preferred_material": "generic_pla", - "exclude_materials": [ "structur3d_dap100silicone" ] + "exclude_materials": [ "structur3d_dap100silicone" ], + "preferred_material": "generic_pla" }, - "overrides": { - "material_print_temperature": { + "overrides": + { + "acceleration_print": { "default_value": 500 }, + "jerk_print": { "default_value": 12 }, + "machine_acceleration": { "default_value": 500 }, + "machine_center_is_zero": { "default_value": false }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_max_acceleration_e": { "default_value": 1000 }, + "machine_max_acceleration_x": { "default_value": 9000 }, + "machine_max_acceleration_y": { "default_value": 9000 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 40 }, + "machine_max_feedrate_x": { "default_value": 800 }, + "machine_max_feedrate_y": { "default_value": 800 }, + "machine_max_feedrate_z": { "default_value": 3 }, + "machine_nozzle_size": { "default_value": 0.5 }, + "material_bed_temperature": + { + "maximum_value_warning": "125", "minimum_value": "0" }, - "material_bed_temperature": { - "minimum_value": "0", - "maximum_value_warning": "125" - }, - "material_bed_temperature_layer_0": - { - "maximum_value_warning": "125" - }, - "material_standby_temperature": { - "minimum_value": "0" - }, - "machine_center_is_zero": - { - "default_value": false - }, - "machine_nozzle_size": - { - "default_value": 0.5 - }, - "machine_gcode_flavor": - { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_acceleration": - { - "default_value": 500 - }, - "acceleration_print": - { - "default_value": 500 - }, - "jerk_print": - { - "default_value": 12 - }, - "machine_max_feedrate_x": - { - "default_value": 800 - }, - "machine_max_feedrate_y": - { - "default_value": 800 - }, - "machine_max_feedrate_z": - { - "default_value": 3 - }, - "machine_max_feedrate_e": - { - "default_value": 40 - }, - "machine_max_acceleration_x": - { - "default_value": 9000 - }, - "machine_max_acceleration_y": - { - "default_value": 9000 - }, - "machine_max_acceleration_z": - { - "default_value": 100 - }, - "machine_max_acceleration_e": - { - "default_value": 1000 - } + "material_bed_temperature_layer_0": { "maximum_value_warning": "125" }, + "material_print_temperature": { "minimum_value": "0" }, + "material_standby_temperature": { "minimum_value": "0" } } -} +} \ No newline at end of file diff --git a/resources/definitions/lulzbot_taz_pro_dual.def.json b/resources/definitions/lulzbot_taz_pro_dual.def.json index ba34e5a0ce..d4d208098a 100644 --- a/resources/definitions/lulzbot_taz_pro_dual.def.json +++ b/resources/definitions/lulzbot_taz_pro_dual.def.json @@ -1,34 +1,36 @@ { - "version": 2, - "name": "Lulzbot TAZ Pro Dual Extruder", - "inherits": "lulzbot_taz_pro_common", - "metadata": { + "version": 2, + "name": "Lulzbot TAZ Pro Dual Extruder", + "inherits": "lulzbot_taz_pro_common", + "metadata": + { + "visible": true, "author": "Tom Callaway ", "manufacturer": "Fargo Additive Manufacturing Equipment 3D, LLC", - "visible": true, "file_formats": "text/x-gcode", "platform": "lulzbot_taz_pro_bed.stl", - "platform_offset": [0, -10, 0], - "machine_extruder_trains": { + "machine_extruder_trains": + { "0": "lulzbot_taz_pro_dual_extruder_0", "1": "lulzbot_taz_pro_dual_extruder_1" - } - }, - - "overrides": { - "machine_name": { "default_value": "Lulzbot TAZ Pro" }, - "machine_width": { "default_value": 282 }, - "machine_depth": { "default_value": 286 }, - "machine_height": { "default_value": 286 }, - "machine_heated_bed": { "default_value": true }, - "machine_start_gcode": { - "default_value": "; This profile is designed specifically for the LulzBot TAZ Pro with Dual Extruder Tool Head\nM73 P0 ; clear GLCD progress bar\nM75 ; start GLCD timer\nM107 ; disable fans\nG90 ; absolute positioning\nM420 S0 ; disable previous leveling matrix\nM140 S{material_bed_temperature_layer_0} ; begin bed temping up\nM104 S{material_standby_temperature} T0 ; soften filament\nM104 S{material_standby_temperature} T1 ; soften filament\nG28 ; home\nM117 Heating... ; LCD status message\nM109 R{material_standby_temperature} T0 ; wait for temp\nM109 R{material_standby_temperature} T1 ; wait for temp\nT0 ; select this extruder first\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder to zero\nG1 E-10 F100 ; retract 10mm of filament on first extruder\nG0 X50 F1000 ; move over to switch extruders\nT1 ; switch extruders\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder to zero\nG1 E-10 F100 ; retract 10mm of filament on second extruder\nM104 S{material_standby_temperature} T0 ; set to wipe temp\nM104 S{material_standby_temperature} T1 ; set to wipe temp\nM106 ; turn on fans to speed cooling\nT0 ; select first extruder for probing\nG1 X-16.5 Y100 F2000 ; move above wiper pad\nM117 Cooling... ; LCD status message\nM109 R{material_standby_temperature} T0 ; wait for T0 to reach temp\nM109 R{material_standby_temperature} T1 ; wait for T1 to reach temp\nM107 ; turn off fan\nG1 Z 1.0 ; push nozzle into wiper\nG1 X -16.5 Y100 F1000 ; slow wipe\nG1 X -16.5 Y90 F1000 ; slow wipe\nG1 X -15.5 Y86 F2000 ; fast wipe\nG1 X -17.5 Y80 F2000 ; fast wipe\nG1 X -15.5 Y74 F2000 ; fast wipe\nG1 X -17.5 Y70 F2000 ; fast wipe\nG1 X -16.5 Y68 F1000 ; slow wipe\nG1 X -16.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y60 F1000 ; slow wipe\nG1 X -16.5 Y60 F1000 ; slow wipe\nG1 X -16.5 Y42 F1000 ; slow wipe\nG1 X -15.5 Y40 F2000 ; fast wipe\nG1 X -17.5 Y38 F2000 ; fast wipe\nG1 X -15.5 Y36 F2000 ; fast wipe\nG1 X -17.5 Y34 F2000 ; fast wipe\nG1 X -16.5 Y30 F1000 ; slow wipe\nG1 X -16.5 Y19 F1000 ; slow wipe\nG1 X -16.5 Y19 Z20 F1000 ; raise extruder\nM106 S255 ; turn on fan to blow away fuzzies\nG4 S5 ; wait 5 seconds\nM107 ; turn off fan\nG0 X50 F1000 ; move over to switch extruders\nT1 ; switch to second extruder\nG1 X296.5 Y100 F5000 ; move E2 above second wiper pad\nG1 Z 1.0 ; push nozzle into wiper\nG1 X 296.5 Y100 F1000 ; slow wipe\nG1 X 296.5 Y90 F1000 ; slow wipe\nG1 X 297.5 Y86 F2000 ; fast wipe\nG1 X 295.5 Y80 F2000 ; fast wipe\nG1 X 297.5 Y74 F2000 ; fast wipe\nG1 X 295.5 Y70 F2000 ; fast wipe\nG1 X 296.5 Y68 F1000 ; slow wipe\nG1 X 296.5 Y60 F1000 ; slow wipe\nG1 X 298 Y60 F1000 ; slow wipe\nG1 X 298 Y46 F1000 ; slow wipe\nG1 X 295 Y46 F1000 ; slow wipe\nG1 X 295 Y60 F1000 ; slow wipe\nG1 X 298 Y60 F1000 ; slow wipe\nG1 X 298 Y46 F1000 ; slow wipe\nG1 X 295 Y46 F1000 ; slow wipe\nG1 X 295 Y60 F1000 ; slow wipe\nG1 X 298 Y60 F1000 ; slow wipe\nG1 X 298 Y46 F1000 ; slow wipe\nG1 X 295 Y46 F1000 ; slow wipe\nG1 X 295 Y60 F1000 ; slow wipe\nG1 X 296.5 Y60 F1000 ; slow wipe\nG1 X 296.5 Y42 F1000 ; slow wipe\nG1 X 297.5 Y40 F2000 ; fast wipe\nG1 X 295.5 Y38 F2000 ; fast wipe\nG1 X 297.5 Y36 F2000 ; fast wipe\nG1 X 295.5 Y34 F2000 ; fast wipe\nG1 X 297.5 Y30 F1000 ; slow wipe\nG1 X 296.5 Y19 F1000 ; slow wipe\nG1 X 296.5 Y19 Z20 F1000 ; raise extruder\nM106 S255 ; turn on fan to blow away fuzzies\nG4 S5 ; wait 5 seconds\nM107 ; turn off fan\nG0 X247 F1000 ; move over to switch extruders\nT0 ; switch to first extruder\nM109 R{material_standby_temperature} ; heat to probe temp\nM204 S100 ; set accel for probing\nG29 ; probe sequence (for auto-leveling)\nM420 S1 ; enable leveling matrix\nM204 S500 ; set accel back to normal\nM104 S{material_print_temperature_layer_0} T0 ; set extruder temp\nM104 S{material_print_temperature_layer_0} T1 ; set extruder temp\nG1 X100 Y-29 Z0.5 F3000 ; move to open space\nM400 ; clear buffer\nM117 Heating... ; LCD status message\nM109 R{material_print_temperature_layer_0} T0 ; set extruder temp and wait\nM109 R{material_print_temperature_layer_0} T1 ; set extruder temp and wait\nM117 Purging... ; LCD status message\nT0 ; select this extruder first\nG1 E0 F100 ; undo retraction\nG92 E-30 ; set extruder negative amount to purge\nG1 E0 F100 ; purge XXmm of filament\nG1 E-3 F200 ; purge retraction\nG1 Z0.45 ; clear bed (barely)\nG1 X100 Y10 F4000 ; move above bed to shear off filament\nM106 S255 ; turn on fan\nG4 S7 ; wait 7 seconds\nM107 ; turn off fan\nG1 X180 Y-29 Z0.45 F3000 ; move to open space\nT1 ; set extruder\nG1 E0 F100 ; undo retraction\nG92 E-30 ; set extruder negative amount to purge\nG1 E0 F100 ; purge XXmm of filament\nG1 E-4 F200 ; purge retraction\nG1 Z0.35 ; clear bed (barely)\nG1 X180 Y10 F4000 ; move above bed to shear off filament\nT0 ; set extruder\nM190 R{material_bed_temperature_layer_0} ; get bed temping up during first layer\nG1 Z2 E0 F75 ; raise head and 0 extruder\nM82 ; set to absolute mode\nM400 ; clear buffer\nM117 TAZ Printing... ; LCD status message\n" - }, - "machine_end_gcode": { - "default_value": "; part removal temp is hardcoded to 45\nM400\nM104 S0 T0 ; T0 hotend off\nM104 S0 T1 ; T1 hotend off\nM107 ; fans off\nG91 ; relative positioning\nT0\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z20 E-1 X-20 Y-20 F2000 ; move Z up a bit and retract filament even more\nG1 E0 ; re-prime extruder 1\nT1\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 E0 ; re-prime extruder 2\nT0\nM117 Cooling please wait ; progress indicator message\nG90 ; absolute positioning\nG1 Y0 F3000 ; move to cooling position\nM190 R45 ; set bed to cool off\nG1 Y280 F3000 ; present finished print\nM140 S0 ; cool down\nM77 ; stop GLCD timer\nM18 X Y E ; turn off x y and e axis\nG90 ; absolute positioning\nM117 Print complete ; progress indicator message\n" - }, - "machine_extruder_count": { "default_value": 2 }, - "layer_start_x": { "value": 100 }, - "layer_start_y": { "value": 100 } - } -} + }, + "platform_offset": [ + 0, + -10, + 0 + ] + }, + "overrides": + { + "layer_start_x": { "value": 100 }, + "layer_start_y": { "value": 100 }, + "machine_depth": { "default_value": 286 }, + "machine_end_gcode": { "default_value": "; part removal temp is hardcoded to 45\nM400\nM104 S0 T0 ; T0 hotend off\nM104 S0 T1 ; T1 hotend off\nM107 ; fans off\nG91 ; relative positioning\nT0\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z20 E-1 X-20 Y-20 F2000 ; move Z up a bit and retract filament even more\nG1 E0 ; re-prime extruder 1\nT1\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 E0 ; re-prime extruder 2\nT0\nM117 Cooling please wait ; progress indicator message\nG90 ; absolute positioning\nG1 Y0 F3000 ; move to cooling position\nM190 R45 ; set bed to cool off\nG1 Y280 F3000 ; present finished print\nM140 S0 ; cool down\nM77 ; stop GLCD timer\nM18 X Y E ; turn off x y and e axis\nG90 ; absolute positioning\nM117 Print complete ; progress indicator message\n" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 286 }, + "machine_name": { "default_value": "Lulzbot TAZ Pro" }, + "machine_start_gcode": { "default_value": "; This profile is designed specifically for the LulzBot TAZ Pro with Dual Extruder Tool Head\nM73 P0 ; clear GLCD progress bar\nM75 ; start GLCD timer\nM107 ; disable fans\nG90 ; absolute positioning\nM420 S0 ; disable previous leveling matrix\nM140 S{material_bed_temperature_layer_0} ; begin bed temping up\nM104 S{material_standby_temperature} T0 ; soften filament\nM104 S{material_standby_temperature} T1 ; soften filament\nG28 ; home\nM117 Heating... ; LCD status message\nM109 R{material_standby_temperature} T0 ; wait for temp\nM109 R{material_standby_temperature} T1 ; wait for temp\nT0 ; select this extruder first\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder to zero\nG1 E-10 F100 ; retract 10mm of filament on first extruder\nG0 X50 F1000 ; move over to switch extruders\nT1 ; switch extruders\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder to zero\nG1 E-10 F100 ; retract 10mm of filament on second extruder\nM104 S{material_standby_temperature} T0 ; set to wipe temp\nM104 S{material_standby_temperature} T1 ; set to wipe temp\nM106 ; turn on fans to speed cooling\nT0 ; select first extruder for probing\nG1 X-16.5 Y100 F2000 ; move above wiper pad\nM117 Cooling... ; LCD status message\nM109 R{material_standby_temperature} T0 ; wait for T0 to reach temp\nM109 R{material_standby_temperature} T1 ; wait for T1 to reach temp\nM107 ; turn off fan\nG1 Z 1.0 ; push nozzle into wiper\nG1 X -16.5 Y100 F1000 ; slow wipe\nG1 X -16.5 Y90 F1000 ; slow wipe\nG1 X -15.5 Y86 F2000 ; fast wipe\nG1 X -17.5 Y80 F2000 ; fast wipe\nG1 X -15.5 Y74 F2000 ; fast wipe\nG1 X -17.5 Y70 F2000 ; fast wipe\nG1 X -16.5 Y68 F1000 ; slow wipe\nG1 X -16.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y60 F1000 ; slow wipe\nG1 X -14.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y46 F1000 ; slow wipe\nG1 X -17.5 Y60 F1000 ; slow wipe\nG1 X -16.5 Y60 F1000 ; slow wipe\nG1 X -16.5 Y42 F1000 ; slow wipe\nG1 X -15.5 Y40 F2000 ; fast wipe\nG1 X -17.5 Y38 F2000 ; fast wipe\nG1 X -15.5 Y36 F2000 ; fast wipe\nG1 X -17.5 Y34 F2000 ; fast wipe\nG1 X -16.5 Y30 F1000 ; slow wipe\nG1 X -16.5 Y19 F1000 ; slow wipe\nG1 X -16.5 Y19 Z20 F1000 ; raise extruder\nM106 S255 ; turn on fan to blow away fuzzies\nG4 S5 ; wait 5 seconds\nM107 ; turn off fan\nG0 X50 F1000 ; move over to switch extruders\nT1 ; switch to second extruder\nG1 X296.5 Y100 F5000 ; move E2 above second wiper pad\nG1 Z 1.0 ; push nozzle into wiper\nG1 X 296.5 Y100 F1000 ; slow wipe\nG1 X 296.5 Y90 F1000 ; slow wipe\nG1 X 297.5 Y86 F2000 ; fast wipe\nG1 X 295.5 Y80 F2000 ; fast wipe\nG1 X 297.5 Y74 F2000 ; fast wipe\nG1 X 295.5 Y70 F2000 ; fast wipe\nG1 X 296.5 Y68 F1000 ; slow wipe\nG1 X 296.5 Y60 F1000 ; slow wipe\nG1 X 298 Y60 F1000 ; slow wipe\nG1 X 298 Y46 F1000 ; slow wipe\nG1 X 295 Y46 F1000 ; slow wipe\nG1 X 295 Y60 F1000 ; slow wipe\nG1 X 298 Y60 F1000 ; slow wipe\nG1 X 298 Y46 F1000 ; slow wipe\nG1 X 295 Y46 F1000 ; slow wipe\nG1 X 295 Y60 F1000 ; slow wipe\nG1 X 298 Y60 F1000 ; slow wipe\nG1 X 298 Y46 F1000 ; slow wipe\nG1 X 295 Y46 F1000 ; slow wipe\nG1 X 295 Y60 F1000 ; slow wipe\nG1 X 296.5 Y60 F1000 ; slow wipe\nG1 X 296.5 Y42 F1000 ; slow wipe\nG1 X 297.5 Y40 F2000 ; fast wipe\nG1 X 295.5 Y38 F2000 ; fast wipe\nG1 X 297.5 Y36 F2000 ; fast wipe\nG1 X 295.5 Y34 F2000 ; fast wipe\nG1 X 297.5 Y30 F1000 ; slow wipe\nG1 X 296.5 Y19 F1000 ; slow wipe\nG1 X 296.5 Y19 Z20 F1000 ; raise extruder\nM106 S255 ; turn on fan to blow away fuzzies\nG4 S5 ; wait 5 seconds\nM107 ; turn off fan\nG0 X247 F1000 ; move over to switch extruders\nT0 ; switch to first extruder\nM109 R{material_standby_temperature} ; heat to probe temp\nM204 S100 ; set accel for probing\nG29 ; probe sequence (for auto-leveling)\nM420 S1 ; enable leveling matrix\nM204 S500 ; set accel back to normal\nM104 S{material_print_temperature_layer_0} T0 ; set extruder temp\nM104 S{material_print_temperature_layer_0} T1 ; set extruder temp\nG1 X100 Y-29 Z0.5 F3000 ; move to open space\nM400 ; clear buffer\nM117 Heating... ; LCD status message\nM109 R{material_print_temperature_layer_0} T0 ; set extruder temp and wait\nM109 R{material_print_temperature_layer_0} T1 ; set extruder temp and wait\nM117 Purging... ; LCD status message\nT0 ; select this extruder first\nG1 E0 F100 ; undo retraction\nG92 E-30 ; set extruder negative amount to purge\nG1 E0 F100 ; purge XXmm of filament\nG1 E-3 F200 ; purge retraction\nG1 Z0.45 ; clear bed (barely)\nG1 X100 Y10 F4000 ; move above bed to shear off filament\nM106 S255 ; turn on fan\nG4 S7 ; wait 7 seconds\nM107 ; turn off fan\nG1 X180 Y-29 Z0.45 F3000 ; move to open space\nT1 ; set extruder\nG1 E0 F100 ; undo retraction\nG92 E-30 ; set extruder negative amount to purge\nG1 E0 F100 ; purge XXmm of filament\nG1 E-4 F200 ; purge retraction\nG1 Z0.35 ; clear bed (barely)\nG1 X180 Y10 F4000 ; move above bed to shear off filament\nT0 ; set extruder\nM190 R{material_bed_temperature_layer_0} ; get bed temping up during first layer\nG1 Z2 E0 F75 ; raise head and 0 extruder\nM82 ; set to absolute mode\nM400 ; clear buffer\nM117 TAZ Printing... ; LCD status message\n" }, + "machine_width": { "default_value": 282 } + } +} \ No newline at end of file diff --git a/resources/definitions/makeR_pegasus.def.json b/resources/definitions/makeR_pegasus.def.json index a8fbf49875..3f72c2108d 100644 --- a/resources/definitions/makeR_pegasus.def.json +++ b/resources/definitions/makeR_pegasus.def.json @@ -2,37 +2,29 @@ "version": 2, "name": "Maker Pegasus", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Maker", "manufacturer": "Maker", "file_formats": "text/x-gcode", "platform": "makeR_pegasus_platform.3mf", - "platform_offset": [-200, -10, 200], - "machine_extruder_trains": - { - "0": "makeR_pegasus_extruder_0" - } + "machine_extruder_trains": { "0": "makeR_pegasus_extruder_0" }, + "platform_offset": [ + -200, + -10, + 200 + ] }, - - "overrides": { - "machine_name": { "default_value": "makeR Pegasus" }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 400 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 400 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "25" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 400 }, + "machine_end_gcode": { "default_value": "M104 S0;Turn off temperature\nG28 X0; Home X\nM84; Disable Motors" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-75, -18], [-75, 35], @@ -40,17 +32,10 @@ [18, -18] ] }, - "gantry_height": { - "value": "25" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G1 Z15;\nG28;Home\nG29;Auto Level\nG1 Z5 F5000;Move the platform down 15mm" - }, - "machine_end_gcode": { - "default_value": "M104 S0;Turn off temperature\nG28 X0; Home X\nM84; Disable Motors" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "makeR Pegasus" }, + "machine_start_gcode": { "default_value": "G1 Z15;\nG28;Home\nG29;Auto Level\nG1 Z5 F5000;Move the platform down 15mm" }, + "machine_width": { "default_value": 400 } } } \ No newline at end of file diff --git a/resources/definitions/makeR_prusa_tairona_i3.def.json b/resources/definitions/makeR_prusa_tairona_i3.def.json index f56dc314a2..c973e79d9a 100644 --- a/resources/definitions/makeR_prusa_tairona_i3.def.json +++ b/resources/definitions/makeR_prusa_tairona_i3.def.json @@ -2,37 +2,29 @@ "version": 2, "name": "Maker Prusa Tairona i3", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Maker", "manufacturer": "Maker", "file_formats": "text/x-gcode", "platform": "makeR_prusa_tairona_i3_platform.3mf", - "platform_offset": [-2, 0, 0], - "machine_extruder_trains": - { - "0": "makeR_prusa_tairona_i3_extruder_0" - } + "machine_extruder_trains": { "0": "makeR_prusa_tairona_i3_extruder_0" }, + "platform_offset": [ + -2, + 0, + 0 + ] }, - - "overrides": { - "machine_name": { "default_value": "makeR Prusa Tairona I3" }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0;Turn off temperature\nG28 X0; Home X\nM84; Disable Motors" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-75, -18], [-75, 35], @@ -40,17 +32,10 @@ [18, -18] ] }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G1 Z15;\nG28;Home\nG29;Auto Level\nG1 Z5 F5000;Move the platform down 15mm" - }, - "machine_end_gcode": { - "default_value": "M104 S0;Turn off temperature\nG28 X0; Home X\nM84; Disable Motors" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "makeR Prusa Tairona I3" }, + "machine_start_gcode": { "default_value": "G1 Z15;\nG28;Home\nG29;Auto Level\nG1 Z5 F5000;Move the platform down 15mm" }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/makeblock_mcreate.def.json b/resources/definitions/makeblock_mcreate.def.json index 7a2d575395..e2970943be 100644 --- a/resources/definitions/makeblock_mcreate.def.json +++ b/resources/definitions/makeblock_mcreate.def.json @@ -2,67 +2,36 @@ "version": 2, "name": "Makeblock mCreate", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": true, "author": "Makeblock", "manufacturer": "Makeblock", - "visible": true, "file_formats": "application/gzip;text/x-gcode", "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": { - "0": "makeblock_mcreate_extruder_0" - } + "machine_extruder_trains": { "0": "makeblock_mcreate_extruder_0" }, + "preferred_quality_type": "normal" }, - "overrides": { - "machine_name": { - "default_value": "Makeblock mCreate" - }, - "machine_width": { - "default_value": 225 - }, - "machine_depth": { - "default_value": 225 - }, - "machine_height": { - "default_value": 300 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": 15.0 }, + "machine_depth": { "default_value": 225 }, + "machine_end_gcode": { "default_value": "; Mcreate end Gcode \nG4 ; Wait command in buffer have finished \nG92 E0 \nG1 E-2 F300; retract filament \nG28 X Z; home x z axis \nG1 F3000 Y220;Move Heat Bed to the front for easy print removal \nM104 S0; Turn off the nozzle heat \nM140 S0; Turn off the bed heat \nM107 ; Turn off the Fan \nM84 ; Disable stepper motors \n; End of GCode" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ] + [0, 0], + [0, 0], + [0, 0], + [0, 0] ] }, - "machine_gcode_flavor": { - "default_value": "Marlin" - }, - "gantry_height": { - "value": 15.0 - }, - "machine_extruder_count": { - "default_value": 1 - }, - "machine_start_gcode": { - "default_value": "; Mcreate Start Gcode \nG28 ; Home all axes \nG92 E0 ; Reset Extruder\nG1 X0 Y0 Z15 F3000.0 ; Move to start position \nG1 E10 F400 ;load filament \nG1 E2 F400 ;retarct filament \nG92 E0 ; Reset Extruder \nG1 X0 Y130 Z15 F3000.0 \nG12 ; clean nozzle \nG1 X0 Y0 Z0.3 F3000.0 ; Move to start position \nG1 E9.0 F400 ;loadsome filament \nG92 E0 ; Reset Extruder \n; End of start GCode" - }, - "machine_end_gcode": { - "default_value": "; Mcreate end Gcode \nG4 ; Wait command in buffer have finished \nG92 E0 \nG1 E-2 F300; retract filament \nG28 X Z; home x z axis \nG1 F3000 Y220;Move Heat Bed to the front for easy print removal \nM104 S0; Turn off the nozzle heat \nM140 S0; Turn off the bed heat \nM107 ; Turn off the Fan \nM84 ; Disable stepper motors \n; End of GCode" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Makeblock mCreate" }, + "machine_start_gcode": { "default_value": "; Mcreate Start Gcode \nG28 ; Home all axes \nG92 E0 ; Reset Extruder\nG1 X0 Y0 Z15 F3000.0 ; Move to start position \nG1 E10 F400 ;load filament \nG1 E2 F400 ;retarct filament \nG92 E0 ; Reset Extruder \nG1 X0 Y130 Z15 F3000.0 \nG12 ; clean nozzle \nG1 X0 Y0 Z0.3 F3000.0 ; Move to start position \nG1 E9.0 F400 ;loadsome filament \nG92 E0 ; Reset Extruder \n; End of start GCode" }, + "machine_width": { "default_value": 225 } } -} +} \ No newline at end of file diff --git a/resources/definitions/makeit_pro_l.def.json b/resources/definitions/makeit_pro_l.def.json index 237a8ac09e..dfba300698 100644 --- a/resources/definitions/makeit_pro_l.def.json +++ b/resources/definitions/makeit_pro_l.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Makeit Pro-L", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "unknown", "manufacturer": "Makeit 3D", @@ -14,86 +15,40 @@ "1": "makeit_l_dual_2nd" } }, - - "overrides": { - "machine_name": { "default_value": "MAKEiT Pro-L" }, - "machine_width": { - "default_value": 305 - }, - "machine_height": { - "default_value": 330 - }, - "machine_depth": { - "default_value": 254 - }, - "machine_center_is_zero": { - "default_value": false - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_min_layer_time_fan_speed_max": { "default_value": 5 }, + "gantry_height": { "value": "330" }, + "infill_sparse_density": { "default_value": 20 }, + "layer_height": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 254 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-5 F9000 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+5 X+20 Y+20 F9000 ;move Z up a bit\nM117 MAKEiT Pro@Done\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM81" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -305, 28 ], - [ -305, -28 ], - [ 305, 28 ], - [ 305, -28 ] + [-305, 28], + [-305, -28], + [305, 28], + [305, -28] ] }, - "gantry_height": { - "value": "330" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG92 E0 ;zero the extruded length\nG28 ;home\nG1 F200 E30 ;extrude 30 mm of feed stock\nG92 E0 ;zero the extruded length\nG1 E-5 ;retract 5 mm\nG28 SC ;Do homeing, clean nozzles and let printer to know that printing started\nG92 X-6 ;Sets Curas checker board to match printers heated bed coordinates\nG1 F{speed_travel}\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-5 F9000 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+5 X+20 Y+20 F9000 ;move Z up a bit\nM117 MAKEiT Pro@Done\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM81" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "print_sequence": { - "enabled": true - }, - "prime_tower_position_x": { - "value": "185" - }, - "prime_tower_position_y": { - "value": "160" - }, - "layer_height": { - "default_value": 0.2 - }, - "retraction_speed": { - "default_value": 180 - }, - "infill_sparse_density": { - "default_value": 20 - }, - "retraction_amount": { - "default_value": 6 - }, - "speed_print": { - "default_value": 60 - }, - "wall_thickness": { - "value": "1.2" - }, - "cool_min_layer_time_fan_speed_max": { - "default_value": 5 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_heat_zone_length": { - "default_value": 20 - } + "machine_heat_zone_length": { "default_value": 20 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 330 }, + "machine_name": { "default_value": "MAKEiT Pro-L" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG92 E0 ;zero the extruded length\nG28 ;home\nG1 F200 E30 ;extrude 30 mm of feed stock\nG92 E0 ;zero the extruded length\nG1 E-5 ;retract 5 mm\nG28 SC ;Do homeing, clean nozzles and let printer to know that printing started\nG92 X-6 ;Sets Curas checker board to match printers heated bed coordinates\nG1 F{speed_travel}\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 305 }, + "prime_tower_position_x": { "value": "185" }, + "prime_tower_position_y": { "value": "160" }, + "print_sequence": { "enabled": true }, + "retraction_amount": { "default_value": 6 }, + "retraction_speed": { "default_value": 180 }, + "speed_print": { "default_value": 60 }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/makeit_pro_m.def.json b/resources/definitions/makeit_pro_m.def.json index 3eb0850555..7b42c3acaf 100644 --- a/resources/definitions/makeit_pro_m.def.json +++ b/resources/definitions/makeit_pro_m.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Makeit Pro-M", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "unknown", "manufacturer": "Makeit 3D", @@ -14,83 +15,39 @@ "1": "makeit_dual_2nd" } }, - - "overrides": { - "machine_name": { "default_value": "MAKEiT Pro-M" }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 240 - }, - "machine_center_is_zero": { - "default_value": false - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_min_layer_time_fan_speed_max": { "default_value": 5 }, + "gantry_height": { "value": "200" }, + "infill_sparse_density": { "default_value": 20 }, + "layer_height": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 240 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-5 F9000 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+5 X+20 Y+20 F9000 ;move Z up a bit\nM117 MAKEiT Pro@Done\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM81" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -200, 240 ], - [ -200, -32 ], - [ 200, 240 ], - [ 200, -32 ] + [-200, 240], + [-200, -32], + [200, 240], + [200, -32] ] }, - "gantry_height": { - "value": "200" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG92 E0 ;zero the extruded length\nG28 ;home\nG1 F200 E30 ;extrude 30 mm of feed stock\nG92 E0 ;zero the extruded length\nG1 E-5 ;retract 5 mm\nG28 SC ;Do homeing, clean nozzles and let printer to know that printing started\nG92 X-6 ;Sets Curas checker board to match printers heated bed coordinates\nG1 F{speed_travel}\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-5 F9000 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+5 X+20 Y+20 F9000 ;move Z up a bit\nM117 MAKEiT Pro@Done\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM81" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "print_sequence": { - "enabled": false - }, - "prime_tower_position_x": { - "value": "185" - }, - "prime_tower_position_y": { - "value": "160" - }, - "layer_height": { - "default_value": 0.2 - }, - "retraction_speed": { - "default_value": 180 - }, - "infill_sparse_density": { - "default_value": 20 - }, - "retraction_amount": { - "default_value": 6 - }, - "speed_print": { - "default_value": 60 - }, - "wall_thickness": { - "value": "1.2" - }, - "cool_min_layer_time_fan_speed_max": { - "default_value": 5 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "machine_heated_bed": { - "default_value": true - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "MAKEiT Pro-M" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG92 E0 ;zero the extruded length\nG28 ;home\nG1 F200 E30 ;extrude 30 mm of feed stock\nG92 E0 ;zero the extruded length\nG1 E-5 ;retract 5 mm\nG28 SC ;Do homeing, clean nozzles and let printer to know that printing started\nG92 X-6 ;Sets Curas checker board to match printers heated bed coordinates\nG1 F{speed_travel}\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 200 }, + "prime_tower_position_x": { "value": "185" }, + "prime_tower_position_y": { "value": "160" }, + "print_sequence": { "enabled": false }, + "retraction_amount": { "default_value": 6 }, + "retraction_speed": { "default_value": 180 }, + "speed_print": { "default_value": 60 }, + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/makeit_pro_mx.def.json b/resources/definitions/makeit_pro_mx.def.json index 9322d2f510..f7728af7f6 100644 --- a/resources/definitions/makeit_pro_mx.def.json +++ b/resources/definitions/makeit_pro_mx.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Makeit Pro-MX", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "unknown", "manufacturer": "Makeit 3D", @@ -14,83 +15,39 @@ "1": "makeit_mx_dual_2nd" } }, - - "overrides": { - "machine_name": { "default_value": "MAKEiT Pro-MX" }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 330 - }, - "machine_depth": { - "default_value": 240 - }, - "machine_center_is_zero": { - "default_value": false - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_min_layer_time_fan_speed_max": { "default_value": 5 }, + "gantry_height": { "value": "200" }, + "infill_sparse_density": { "default_value": 20 }, + "layer_height": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 240 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-5 F9000 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+5 X+20 Y+20 F9000 ;move Z up a bit\nM117 MAKEiT Pro@Done\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM81" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -200, 240 ], - [ -200, -32 ], - [ 200, 240 ], - [ 200, -32 ] + [-200, 240], + [-200, -32], + [200, 240], + [200, -32] ] }, - "gantry_height": { - "value": "200" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG92 E0 ;zero the extruded length\nG28 ;home\nG1 F200 E30 ;extrude 30 mm of feed stock\nG92 E0 ;zero the extruded length\nG1 E-5 ;retract 5 mm\nG28 SC ;Do homeing, clean nozzles and let printer to know that printing started\nG92 X-6 ;Sets Curas checker board to match printers heated bed coordinates\nG1 F{speed_travel}\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-5 F9000 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+5 X+20 Y+20 F9000 ;move Z up a bit\nM117 MAKEiT Pro@Done\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM81" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "print_sequence": { - "enabled": false - }, - "prime_tower_position_x": { - "value": "185" - }, - "prime_tower_position_y": { - "value": "160" - }, - "layer_height": { - "default_value": 0.2 - }, - "retraction_speed": { - "default_value": 180 - }, - "infill_sparse_density": { - "default_value": 20 - }, - "retraction_amount": { - "default_value": 6 - }, - "speed_print": { - "default_value": 60 - }, - "wall_thickness": { - "value": "1.2" - }, - "cool_min_layer_time_fan_speed_max": { - "default_value": 5 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "machine_heated_bed": { - "default_value": true - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 330 }, + "machine_name": { "default_value": "MAKEiT Pro-MX" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG92 E0 ;zero the extruded length\nG28 ;home\nG1 F200 E30 ;extrude 30 mm of feed stock\nG92 E0 ;zero the extruded length\nG1 E-5 ;retract 5 mm\nG28 SC ;Do homeing, clean nozzles and let printer to know that printing started\nG92 X-6 ;Sets Curas checker board to match printers heated bed coordinates\nG1 F{speed_travel}\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 200 }, + "prime_tower_position_x": { "value": "185" }, + "prime_tower_position_y": { "value": "160" }, + "print_sequence": { "enabled": false }, + "retraction_amount": { "default_value": 6 }, + "retraction_speed": { "default_value": 180 }, + "speed_print": { "default_value": 60 }, + "wall_thickness": { "value": "1.2" } } } \ No newline at end of file diff --git a/resources/definitions/maker_made_300x.def.json b/resources/definitions/maker_made_300x.def.json index c7b888dfff..0d9ec79f1b 100644 --- a/resources/definitions/maker_made_300x.def.json +++ b/resources/definitions/maker_made_300x.def.json @@ -1,141 +1,150 @@ -{ - "version": 2, - "name": "Maker Made 300x", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "DragonJe", - "manufacturer": "Maker Made", - "file_formats": "text/x-gcode", - "platform_offset": [0, 0, 0], - "has_materials": true, - "has_variants": false, - "preferred_quality_type": "normal", - "has_machine_quality": false, - "preferred_material": "generic_pla", - "machine_extruder_trains": - { - "0": "maker_made_300x_extruder_0" - } - }, - - "overrides": { - "machine_name": {"default_value": "Maker Made 300x"}, - "machine_width": {"default_value": 300}, - "machine_height": {"default_value": 400}, - "machine_depth": {"default_value": 300}, - "machine_head_with_fans_polygon": {"default_value": [[-30, 34],[-30, -32],[30, -32],[30, 34]]}, - "gantry_height": {"value": "30"}, - "machine_heated_bed": {"default_value": true}, - "material_diameter": {"default_value": 1.75}, - "machine_gcode_flavor": {"default_value": " RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": "G28 ;Home\n G29 ;Auto Level\n G92 E0 ;Reset Extruder\n G1 Z5.0 F3000 ;Move Z Axis up\n G1 X25 Y295.0 Z0.28 F3000.0 ;Move to extrude\n G1 X250 Y295.0 Z0.28 F1500.0 E15 ;Draw the first line\n G1 X25 Y290.0 Z0.28 F3000.0 ;Move to side a little\n G1 X250 Y290.0 Z0.28 F1500.0 E30 ;Draw the second line\n G92 E0 ;Reset Extruder\n G1 Z5.0 F3000 ;Move Z Axis up" }, - "machine_end_gcode": {"default_value": "M104 S0\n M140 S0\n ;Retract the filament\n G92 E1\n G1 E-1 F300\n G28 X0 Y0\n G1 Y300 F3000 ;Move bed forward\n M84" }, - - "layer_height": {"value": 0.16}, - "layer_height_0": {"value": 0.32}, - "line_width": {"value": 0.4}, - "wall_line_width_0": {"value": 0.4}, - "initial_layer_line_width_factor": {"value": 100}, - "wall_thickness": {"value": 0.8}, - "wall_0_wipe_dist": {"value": 0.2}, - "roofing_layer_count": {"value": 1}, - "top_bottom_thickness": {"value": 0.6}, - "top_thickness": {"value": 0.8}, - "top_layers": {"value": 5}, - "bottom_thickness": {"value": 0.6}, - "bottom_layers": {"value": 3}, - "top_bottom_pattern": {"value": "'lines'" }, - "top_bottom_pattern_0": {"value": "'lines'" }, - "wall_0_inset": {"value": 0}, - "optimize_wall_printing_order": {"value": false }, - "inset_direction": {"value": "'inside_out'" }, - "alternate_extra_perimeter": {"value": false }, - "fill_outline_gaps": {"value": true }, - "xy_offset": {"value": 0}, - "skin_no_small_gaps_heuristic": {"value": true }, - "skin_outline_count": {"value": 1}, - "ironing_enabled": {"value": false }, - "infill_sparse_density": {"value": 20 }, - "zig_zaggify_infill": {"value": false }, - "infill_multiplier": {"value": 1}, - "infill_wall_line_count": {"value": 0}, - "infill_overlap": {"value": 10}, - "skin_overlap": {"value": 5}, - "infill_wipe_dist": {"value": 0.1}, - "gradual_infill_steps": {"value": 0}, - "infill_before_walls": {"value": false }, - "infill_support_enabled": {"value": false }, - "max_skin_angle_for_expansion": {"value": 90}, - "default_material_print_temperature": {"value": 220}, - "material_print_temperature_layer_0": {"value": 220}, - "material_initial_print_temperature": {"value": 220}, - "material_final_print_temperature": {"value": 220}, - "default_material_bed_temperature": {"value": 50}, - "material_bed_temperature": {"value": 50}, - "material_flow": {"value": 100}, - "retraction_enable": {"value": true }, - "retract_at_layer_change": {"value": false }, - "retraction_amount": {"value": 5}, - "retraction_speed": {"value": 45}, - "retraction_extra_prime_amount": {"value": 0}, - "retraction_min_travel": {"value": 0.8}, - "retraction_count_max": {"value": 90}, - "retraction_extrusion_window": {"value": 5}, - "limit_support_retractions": {"value": true }, - "switch_extruder_retraction_amount": {"value": 16}, - "switch_extruder_retraction_speeds": {"value": 20}, - "speed_print": {"value": 50}, - "speed_travel": {"value": 150}, - "speed_layer_0": {"value": 10}, - "speed_travel_layer_0": {"value": 50}, - "speed_slowdown_layers": {"value": 2}, - "acceleration_enabled": {"value": false }, - "acceleration_roofing": {"value": 3000 }, - "jerk_enabled": {"value": false }, - "retraction_combing": {"value": "'infill'" }, - "travel_retract_before_outer_wall": {"value": false }, - "travel_avoid_other_parts": {"value": true }, - "retraction_hop_enabled": {"value": false }, - "cool_fan_enabled": {"value": true }, - "cool_fan_speed": {"value": 100}, - "cool_fan_speed_0": {"value": 0}, - "cool_fan_full_at_height": {"value": 0.32 }, - "cool_lift_head": {"value": false }, - "support_enable": {"value": true }, - "support_type": {"value": "'everywhere'" }, - "support_angle": {"value": "50"}, - "support_pattern": {"value": "'grid'"}, - "support_wall_count": {"value": "1 if (support_structure == 'tree') else 0" }, - "zig_zaggify_support": {"value": false }, - "support_infill_rate": {"value": "15 if support_enable else 0"}, - "support_brim_enable": {"value": true }, - "support_brim_line_count": {"value": 5}, - "support_z_distance": {"value": 0.2}, - "support_xy_distance": {"value": 0.7}, - "support_xy_distance_overhang": {"value": 0.2}, - "support_bottom_stair_step_height": {"value": 0.3}, - "support_bottom_stair_step_width": {"value": 5.0}, - "support_join_distance": {"value": 2.0}, - "support_offset": {"value": 0.2}, - "gradual_support_infill_steps": {"value": 0}, - "support_roof_enable": {"value": true }, - "support_bottom_enable": {"value": false }, - "support_roof_height": {"value": 0.45}, - "support_roof_density": {"value": 45}, - "support_roof_pattern": {"value": "'lines'" }, - "support_fan_enable": {"value": false }, - "support_use_towers": {"value": true }, - "support_tower_diameter": {"value": 3}, - "support_tower_roof_angle": {"value": "65"}, - "adhesion_type": {"value": "'skirt'"}, - "skirt_line_count": {"value": 2}, - "skirt_gap": {"value": 3}, - "meshfix_union_all": {"value": true }, - "meshfix_union_all_remove_holes": {"value": false }, - "meshfix_extensive_stitching": {"value": false }, - "meshfix_keep_open_polygons": {"value": false }, - "multiple_mesh_overlap": {"value": "0.16"}, - "carve_multiple_volumes": {"value": false } - } -} +{ + "version": 2, + "name": "Maker Made 300x", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "DragonJe", + "manufacturer": "Maker Made", + "file_formats": "text/x-gcode", + "has_machine_quality": false, + "has_materials": true, + "has_variants": false, + "machine_extruder_trains": { "0": "maker_made_300x_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_material": "generic_pla", + "preferred_quality_type": "normal" + }, + "overrides": + { + "acceleration_enabled": { "value": false }, + "acceleration_roofing": { "value": 3000 }, + "adhesion_type": { "value": "'skirt'" }, + "alternate_extra_perimeter": { "value": false }, + "bottom_layers": { "value": 3 }, + "bottom_thickness": { "value": 0.6 }, + "carve_multiple_volumes": { "value": false }, + "cool_fan_enabled": { "value": true }, + "cool_fan_full_at_height": { "value": 0.32 }, + "cool_fan_speed": { "value": 100 }, + "cool_fan_speed_0": { "value": 0 }, + "cool_lift_head": { "value": false }, + "default_material_bed_temperature": { "value": 50 }, + "default_material_print_temperature": { "value": 220 }, + "fill_outline_gaps": { "value": true }, + "gantry_height": { "value": "30" }, + "gradual_infill_steps": { "value": 0 }, + "gradual_support_infill_steps": { "value": 0 }, + "infill_before_walls": { "value": false }, + "infill_multiplier": { "value": 1 }, + "infill_overlap": { "value": 10 }, + "infill_sparse_density": { "value": 20 }, + "infill_support_enabled": { "value": false }, + "infill_wall_line_count": { "value": 0 }, + "infill_wipe_dist": { "value": 0.1 }, + "initial_layer_line_width_factor": { "value": 100 }, + "inset_direction": { "value": "'inside_out'" }, + "ironing_enabled": { "value": false }, + "jerk_enabled": { "value": false }, + "layer_height": { "value": 0.16 }, + "layer_height_0": { "value": 0.32 }, + "limit_support_retractions": { "value": true }, + "line_width": { "value": 0.4 }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\n M140 S0\n ;Retract the filament\n G92 E1\n G1 E-1 F300\n G28 X0 Y0\n G1 Y300 F3000 ;Move bed forward\n M84" }, + "machine_gcode_flavor": { "default_value": " RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-30, 34], + [-30, -32], + [30, -32], + [30, 34] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Maker Made 300x" }, + "machine_start_gcode": { "default_value": "G28 ;Home\n G29 ;Auto Level\n G92 E0 ;Reset Extruder\n G1 Z5.0 F3000 ;Move Z Axis up\n G1 X25 Y295.0 Z0.28 F3000.0 ;Move to extrude\n G1 X250 Y295.0 Z0.28 F1500.0 E15 ;Draw the first line\n G1 X25 Y290.0 Z0.28 F3000.0 ;Move to side a little\n G1 X250 Y290.0 Z0.28 F1500.0 E30 ;Draw the second line\n G92 E0 ;Reset Extruder\n G1 Z5.0 F3000 ;Move Z Axis up" }, + "machine_width": { "default_value": 300 }, + "material_bed_temperature": { "value": 50 }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": 220 }, + "material_flow": { "value": 100 }, + "material_initial_print_temperature": { "value": 220 }, + "material_print_temperature_layer_0": { "value": 220 }, + "max_skin_angle_for_expansion": { "value": 90 }, + "meshfix_extensive_stitching": { "value": false }, + "meshfix_keep_open_polygons": { "value": false }, + "meshfix_union_all": { "value": true }, + "meshfix_union_all_remove_holes": { "value": false }, + "multiple_mesh_overlap": { "value": "0.16" }, + "optimize_wall_printing_order": { "value": false }, + "retract_at_layer_change": { "value": false }, + "retraction_amount": { "value": 5 }, + "retraction_combing": { "value": "'infill'" }, + "retraction_count_max": { "value": 90 }, + "retraction_enable": { "value": true }, + "retraction_extra_prime_amount": { "value": 0 }, + "retraction_extrusion_window": { "value": 5 }, + "retraction_hop_enabled": { "value": false }, + "retraction_min_travel": { "value": 0.8 }, + "retraction_speed": { "value": 45 }, + "roofing_layer_count": { "value": 1 }, + "skin_no_small_gaps_heuristic": { "value": true }, + "skin_outline_count": { "value": 1 }, + "skin_overlap": { "value": 5 }, + "skirt_gap": { "value": 3 }, + "skirt_line_count": { "value": 2 }, + "speed_layer_0": { "value": 10 }, + "speed_print": { "value": 50 }, + "speed_slowdown_layers": { "value": 2 }, + "speed_travel": { "value": 150 }, + "speed_travel_layer_0": { "value": 50 }, + "support_angle": { "value": "50" }, + "support_bottom_enable": { "value": false }, + "support_bottom_stair_step_height": { "value": 0.3 }, + "support_bottom_stair_step_width": { "value": 5.0 }, + "support_brim_enable": { "value": true }, + "support_brim_line_count": { "value": 5 }, + "support_enable": { "value": true }, + "support_fan_enable": { "value": false }, + "support_infill_rate": { "value": "15 if support_enable else 0" }, + "support_join_distance": { "value": 2.0 }, + "support_offset": { "value": 0.2 }, + "support_pattern": { "value": "'grid'" }, + "support_roof_density": { "value": 45 }, + "support_roof_enable": { "value": true }, + "support_roof_height": { "value": 0.45 }, + "support_roof_pattern": { "value": "'lines'" }, + "support_tower_diameter": { "value": 3 }, + "support_tower_roof_angle": { "value": "65" }, + "support_type": { "value": "'everywhere'" }, + "support_use_towers": { "value": true }, + "support_wall_count": { "value": "1 if (support_structure == 'tree') else 0" }, + "support_xy_distance": { "value": 0.7 }, + "support_xy_distance_overhang": { "value": 0.2 }, + "support_z_distance": { "value": 0.2 }, + "switch_extruder_retraction_amount": { "value": 16 }, + "switch_extruder_retraction_speeds": { "value": 20 }, + "top_bottom_pattern": { "value": "'lines'" }, + "top_bottom_pattern_0": { "value": "'lines'" }, + "top_bottom_thickness": { "value": 0.6 }, + "top_layers": { "value": 5 }, + "top_thickness": { "value": 0.8 }, + "travel_avoid_other_parts": { "value": true }, + "travel_retract_before_outer_wall": { "value": false }, + "wall_0_inset": { "value": 0 }, + "wall_0_wipe_dist": { "value": 0.2 }, + "wall_line_width_0": { "value": 0.4 }, + "wall_thickness": { "value": 0.8 }, + "xy_offset": { "value": 0 }, + "zig_zaggify_infill": { "value": false }, + "zig_zaggify_support": { "value": false } + } +} \ No newline at end of file diff --git a/resources/definitions/maker_starter.def.json b/resources/definitions/maker_starter.def.json index ea849b7039..e654ee0915 100644 --- a/resources/definitions/maker_starter.def.json +++ b/resources/definitions/maker_starter.def.json @@ -2,98 +2,44 @@ "version": 2, "name": "3DMaker Starter", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "tvlgiao", "manufacturer": "3DMaker", "file_formats": "text/x-gcode;model/stl;application/x-wavefront-obj", "platform": "makerstarter_platform.3mf", - "preferred_quality_type": "draft", - "machine_extruder_trains": - { - "0": "maker_starter_extruder_0" - } + "machine_extruder_trains": { "0": "maker_starter_extruder_0" }, + "preferred_quality_type": "draft" }, - - "overrides": { + "overrides": + { + "adhesion_type": { "default_value": "raft" }, + "cool_min_layer_time": { "default_value": 5 }, + "cool_min_layer_time_fan_speed_max": { "default_value": 10 }, + "gantry_height": { "value": "55" }, + "infill_sparse_density": { "default_value": 20 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 185 }, + "machine_disallowed_areas": { "default_value": [] }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 200 }, "machine_name": { "default_value": "3DMaker Starter" }, - "machine_width": { - "default_value": 210 - }, - "machine_depth": { - "default_value": 185 - }, - "machine_height": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_disallowed_areas": { - "default_value": [] - }, - "machine_nozzle_tip_outer_diameter": { - "default_value": 1 - }, - "machine_nozzle_head_distance": { - "default_value": 3 - }, - "layer_height_0": { - "default_value": 0.2 - }, - "speed_print": { - "default_value": 50 - }, - "speed_slowdown_layers": { - "default_value": 4 - }, - "infill_sparse_density": { - "default_value": 20 - }, - "cool_min_layer_time": { - "default_value": 5 - }, - "cool_min_layer_time_fan_speed_max": { - "default_value": 10 - }, - "support_type": { - "default_value": "Everywhere" - }, - "support_angle": { - "default_value": 45 - }, - "support_xy_distance": { - "default_value": 1 - }, - "support_z_distance": { - "default_value": 0.2 - }, - "support_pattern": { - "default_value": "zigzag" - }, - "support_infill_rate": { - "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" - }, - "adhesion_type": { - "default_value": "raft" - }, - "skirt_brim_minimal_length": { - "default_value": 100 - }, - "raft_airgap": { - "default_value": 0.2 - }, - "raft_surface_layers": { - "default_value": 2 - } + "machine_nozzle_head_distance": { "default_value": 3 }, + "machine_nozzle_tip_outer_diameter": { "default_value": 1 }, + "machine_width": { "default_value": 210 }, + "raft_airgap": { "default_value": 0.2 }, + "raft_surface_layers": { "default_value": 2 }, + "skirt_brim_minimal_length": { "default_value": 100 }, + "speed_print": { "default_value": 50 }, + "speed_slowdown_layers": { "default_value": 4 }, + "support_angle": { "default_value": 45 }, + "support_infill_rate": { "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" }, + "support_pattern": { "default_value": "zigzag" }, + "support_type": { "default_value": "Everywhere" }, + "support_xy_distance": { "default_value": 1 }, + "support_z_distance": { "default_value": 0.2 } } -} +} \ No newline at end of file diff --git a/resources/definitions/makerbotreplicator.def.json b/resources/definitions/makerbotreplicator.def.json index 6977ee8f5c..1839f2ac0a 100644 --- a/resources/definitions/makerbotreplicator.def.json +++ b/resources/definitions/makerbotreplicator.def.json @@ -1,30 +1,32 @@ { - "name": "MakerBotReplicator", "version": 2, + "name": "MakerBotReplicator", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "MakerBot", - "machine_x3g_variant": "r1", "file_formats": "application/x3g", - "platform_offset": [ 0, 0, 0], - "machine_extruder_trains": - { - "0": "makerbotreplicator_extruder_0" - } + "machine_extruder_trains": { "0": "makerbotreplicator_extruder_0" }, + "machine_x3g_variant": "r1", + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "prime_tower_size": { "default_value": 10.0 }, + "overrides": + { "infill_sparse_density": { "default_value": 10 }, "layer_height": { "default_value": 0.15 }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_bed": { "default_value": true }, "machine_center_is_zero": { "default_value": false }, - "machine_height": { "default_value": 150 }, - "machine_gcode_flavor": { "default_value": "MakerBot" }, "machine_depth": { "default_value": 145 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "MakerBot" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "MakerBot Replicator" }, "machine_width": { "default_value": 225 }, - "machine_name": { "default_value": "MakerBot Replicator" } + "prime_tower_size": { "default_value": 10.0 } } -} +} \ No newline at end of file diff --git a/resources/definitions/makergear_m2.def.json b/resources/definitions/makergear_m2.def.json index 50115a6787..81f02072e8 100644 --- a/resources/definitions/makergear_m2.def.json +++ b/resources/definitions/makergear_m2.def.json @@ -1,49 +1,51 @@ { - "name": "MakerGear M2", "version": 2, + "name": "MakerGear M2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "William Anderson", "manufacturer": "MakerGear", + "file_formats": "text/x-gcode", "platform": "makergear_m2_platform.3mf", - "file_formats": "text/x-gcode", "has_materials": true, - "machine_extruder_trains": - { - "0": "makergear_m2_v3b" - } + "machine_extruder_trains": { "0": "makergear_m2_v3b" } }, - - "overrides": { - "machine_name": { "default_value": "MakerGear M2" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 200 }, - "machine_height": { "default_value": 190 }, - "machine_depth": { "default_value": 250 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": 24 }, "layer_height": { "default_value": 0.15 }, "layer_height_0": { "default_value": 0.2 }, - "retraction_amount": { "default_value": 0.2 }, - "retraction_speed": { "default_value": 50 }, - "adhesion_type": { "default_value": "skirt" }, - "machine_head_with_fans_polygon": { "default_value": [[-16,10],[11,10],[11,-41],[-16,-41]] }, - "gantry_height": { "value": 24 }, - "machine_max_feedrate_z": { "default_value": 200 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 1000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 250 }, + "machine_end_gcode": { "default_value": "G92 E0 ; zero extruder\nG1 E-2.0000 F2000 ; retract filament\nM104 S0 ; extruder off\nM140 S0 ; bed off\nM107 ; fan off\nG90 ; absolute coords\nG28 X0 ; home X\nM18 S0 ; disable steppers" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-16, 10], + [11, 10], + [11, -41], + [-16, -41] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 100 }, + "machine_max_feedrate_z": { "default_value": 200 }, + "machine_max_jerk_e": { "default_value": 2.5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.2 }, - "machine_max_jerk_e": { "default_value": 2.5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21 ; use mms\nM140 S{material_bed_temperature_layer_0} ; heat bed\nM104 S{material_print_temperature_layer_0} ; heat extruder\nG90 ; abs coords\nM82 ; abs extruder\nM107 ; fan off\nG28 Z ; home Z\nG1 Z10 F1200 ; lift nozzle\nG28 X Y ; home XY\nG92 E0 ; zero extruder\nG1 X230 Y50 F9600 ; move nozzle to priming location\nM190 S{material_bed_temperature_layer_0} ; wait for bed\nM109 S{material_print_temperature_layer_0} ; wait for nozzle\nG1 E10 Z0.3 F225 ; prime and lower nozzle\nG1 X190 Z0.1 F1200 ; wipe nozzle\nG92 E0 ; zero extruder" - }, - "machine_end_gcode": { - "default_value": "G92 E0 ; zero extruder\nG1 E-2.0000 F2000 ; retract filament\nM104 S0 ; extruder off\nM140 S0 ; bed off\nM107 ; fan off\nG90 ; absolute coords\nG28 X0 ; home X\nM18 S0 ; disable steppers" - } + "machine_name": { "default_value": "MakerGear M2" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "G21 ; use mms\nM140 S{material_bed_temperature_layer_0} ; heat bed\nM104 S{material_print_temperature_layer_0} ; heat extruder\nG90 ; abs coords\nM82 ; abs extruder\nM107 ; fan off\nG28 Z ; home Z\nG1 Z10 F1200 ; lift nozzle\nG28 X Y ; home XY\nG92 E0 ; zero extruder\nG1 X230 Y50 F9600 ; move nozzle to priming location\nM190 S{material_bed_temperature_layer_0} ; wait for bed\nM109 S{material_print_temperature_layer_0} ; wait for nozzle\nG1 E10 Z0.3 F225 ; prime and lower nozzle\nG1 X190 Z0.1 F1200 ; wipe nozzle\nG92 E0 ; zero extruder" }, + "machine_width": { "default_value": 200 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 0.2 }, + "retraction_speed": { "default_value": 50 } } -} +} \ No newline at end of file diff --git a/resources/definitions/malyan_m180.def.json b/resources/definitions/malyan_m180.def.json index 7c32ebfba0..6ae55beffd 100644 --- a/resources/definitions/malyan_m180.def.json +++ b/resources/definitions/malyan_m180.def.json @@ -2,66 +2,39 @@ "version": 2, "name": "Malyan M180", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Ghostkeeper", "manufacturer": "Malyan", - "machine_x3g_variant": "r1d", "file_formats": "application/x3g", - "machine_extruder_trains": - { - "0": "malyan_m180_extruder_0" - } + "machine_extruder_trains": { "0": "malyan_m180_extruder_0" }, + "machine_x3g_variant": "r1d" }, - - "overrides": { - "machine_name": { "default_value": "Malyan M180" }, - "machine_width": { - "default_value": 230 - }, - "machine_height": { - "default_value": 165 - }, - "machine_depth": { - "default_value": 145 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 145 }, + "machine_end_gcode": { "default_value": "G92 Z0\nG1 Z10 F400\nM18\nM109 S0 T0\nM104 S0 T0\nM73 P100 (end build progress)\nG162 X Y F3000\nM18" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, -18 ], - [ 18, 35 ] + [-75, 35], + [-75, -18], + [18, -18], + [18, 35] ] }, - "machine_max_feedrate_z": { - "default_value": 400 - }, - "machine_steps_per_mm_x": { - "default_value": 93 - }, - "machine_steps_per_mm_y": { - "default_value": 93 - }, - "machine_steps_per_mm_z": { - "default_value": 1600 - }, - "machine_steps_per_mm_e": { - "default_value": 92 - }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "M136\nM73 P0\nM103\nG21\nG90\nM320\n;(**** begin homing ****)\nG162 X Y F4000\nG161 Z F3500\nG92 Z-5\nG1 Z0.0\nG161 Z F100\nM132 X Y Z A B\n;(**** end homing ****)\nG92 X147 Y66 Z5\nG1 X105 Y-60 Z10 F4000.0\nG130 X127 Y127 A127 B127\nG0 X105 Y-60\nG1 Z0.3 F300\nG92 E0\nG1 X100 E10 F300\nG92 E0\nG1 Z0.0 F300\nM320" - }, - "machine_end_gcode": { - "default_value": "G92 Z0\nG1 Z10 F400\nM18\nM109 S0 T0\nM104 S0 T0\nM73 P100 (end build progress)\nG162 X Y F3000\nM18" - } + "machine_height": { "default_value": 165 }, + "machine_max_feedrate_z": { "default_value": 400 }, + "machine_name": { "default_value": "Malyan M180" }, + "machine_start_gcode": { "default_value": "M136\nM73 P0\nM103\nG21\nG90\nM320\n;(**** begin homing ****)\nG162 X Y F4000\nG161 Z F3500\nG92 Z-5\nG1 Z0.0\nG161 Z F100\nM132 X Y Z A B\n;(**** end homing ****)\nG92 X147 Y66 Z5\nG1 X105 Y-60 Z10 F4000.0\nG130 X127 Y127 A127 B127\nG0 X105 Y-60\nG1 Z0.3 F300\nG92 E0\nG1 X100 E10 F300\nG92 E0\nG1 Z0.0 F300\nM320" }, + "machine_steps_per_mm_e": { "default_value": 92 }, + "machine_steps_per_mm_x": { "default_value": 93 }, + "machine_steps_per_mm_y": { "default_value": 93 }, + "machine_steps_per_mm_z": { "default_value": 1600 }, + "machine_width": { "default_value": 230 } } -} +} \ No newline at end of file diff --git a/resources/definitions/malyan_m200.def.json b/resources/definitions/malyan_m200.def.json index 2eeef96cbd..6a78e773a3 100644 --- a/resources/definitions/malyan_m200.def.json +++ b/resources/definitions/malyan_m200.def.json @@ -2,83 +2,79 @@ "version": 2, "name": "Malyan M200", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": true, "author": "Brian Corbino, Tyler Gibson", "manufacturer": "Malyan", "file_formats": "text/x-gcode", "platform": "malyan_m200_platform.3mf", - "platform_offset": [0, -0.25, 0], + "first_start_actions": [ "MachineSettingsAction" ], "has_machine_quality": true, "has_materials": true, + "machine_extruder_trains": { "0": "malyan_m200_extruder_0" }, + "platform_offset": [ + 0, + -0.25, + 0 + ], "preferred_quality_type": "normal", - "supports_usb_connection": true, - "visible": true, - "first_start_actions": ["MachineSettingsAction"], - "supported_actions": ["MachineSettingsAction"], - "machine_extruder_trains": - { - "0": "malyan_m200_extruder_0" - } - }, - - "overrides": { - "machine_name": { "default_value": "Malyan M200" }, - "speed_print": { "default_value": 50 }, - "speed_wall_0": { "value": "round(speed_print * 0.75, 2)" }, - "speed_wall_x": { "value": "speed_print" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_layer_0": { "value": "round(speed_print / 2.0, 2)" }, - "speed_topbottom": {"value": "speed_print / 2"}, - + "supported_actions": [ "MachineSettingsAction" ], + "supports_usb_connection": true + }, + "overrides": + { + "adhesion_type": { "default_value": "raft" }, + "brim_width": { "default_value": 5 }, + "coasting_enable": { "default_value": true }, "layer_height": { - "minimum_value_warning": "0.04375", + "default_value": 0.13125, "maximum_value_warning": "machine_nozzle_size * 0.48125 + 0.0875", - "default_value": 0.13125 + "minimum_value_warning": "0.04375" }, "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" }, - - "material_print_temperature": { "minimum_value": "0" }, - "material_print_temperature_layer_0": { "value": "min(material_print_temperature + 5, 245)" }, - "material_bed_temperature": { "minimum_value": "0" }, - "material_bed_temperature_layer_0": { "value": "min(material_bed_temperature + 5, 70)" }, - "material_standby_temperature": { "minimum_value": "0" }, - "machine_show_variants": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode" : { - "default_value": "G21;(metric values)\nG90;(absolute positioning)\nM82;(set extruder to absolute mode)\nM107;(start with the fan off)\nG28;(Home the printer)\nG92 E0;(Reset the extruder to 0)\nG0 Z5 E5 F500;(Move up and prime the nozzle)\nG0 X-1 Z0;(Move outside the printable area)\nG1 Y60 E8 F500;(Draw a priming/wiping line to the rear)\nG1 X-1;(Move a little closer to the print area)\nG1 Y10 E16 F500;(draw more priming/wiping)\nG1 E15 F250;(Small retract)\nG92 E0;(Zero the extruder)" - }, - "machine_end_gcode" : { - "default_value": "G0 X0 Y120;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)" - }, - "machine_width": { "default_value": 120 }, - "machine_depth": { "default_value": 120 }, - "machine_height": { "default_value": 120 }, - "machine_heated_bed": { "default_value": true }, "machine_center_is_zero": { "default_value": false }, - "machine_max_feedrate_x": { "default_value": 150 }, - "machine_max_feedrate_y": { "default_value": 150 }, - "machine_max_feedrate_z": { "default_value": 1.5 }, - "machine_max_feedrate_e": { "default_value": 100 }, + "machine_depth": { "default_value": 120 }, + "machine_end_gcode": { "default_value": "G0 X0 Y120;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 120 }, + "machine_max_acceleration_e": { "default_value": 10000 }, "machine_max_acceleration_x": { "default_value": 800 }, "machine_max_acceleration_y": { "default_value": 800 }, "machine_max_acceleration_z": { "default_value": 20 }, - "machine_max_acceleration_e": { "default_value": 10000 }, + "machine_max_feedrate_e": { "default_value": 100 }, + "machine_max_feedrate_x": { "default_value": 150 }, + "machine_max_feedrate_y": { "default_value": 150 }, + "machine_max_feedrate_z": { "default_value": 1.5 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 20 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5}, - "adhesion_type": { "default_value": "raft" }, - "raft_margin": { "default_value": 5 }, + "machine_name": { "default_value": "Malyan M200" }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": "G21;(metric values)\nG90;(absolute positioning)\nM82;(set extruder to absolute mode)\nM107;(start with the fan off)\nG28;(Home the printer)\nG92 E0;(Reset the extruder to 0)\nG0 Z5 E5 F500;(Move up and prime the nozzle)\nG0 X-1 Z0;(Move outside the printable area)\nG1 Y60 E8 F500;(Draw a priming/wiping line to the rear)\nG1 X-1;(Move a little closer to the print area)\nG1 Y10 E16 F500;(draw more priming/wiping)\nG1 E15 F250;(Small retract)\nG92 E0;(Zero the extruder)" }, + "machine_width": { "default_value": 120 }, + "material_bed_temperature": { "minimum_value": "0" }, + "material_bed_temperature_layer_0": { "value": "min(material_bed_temperature + 5, 70)" }, + "material_print_temperature": { "minimum_value": "0" }, + "material_print_temperature_layer_0": { "value": "min(material_print_temperature + 5, 245)" }, + "material_standby_temperature": { "minimum_value": "0" }, "raft_airgap": { "default_value": 0.2625 }, "raft_base_thickness": { "value": "0.30625" }, "raft_interface_thickness": { "value": "0.21875" }, + "raft_margin": { "default_value": 5 }, "raft_surface_layers": { "default_value": 1 }, - "skirt_line_count": { "default_value": 2}, - "brim_width" : { "default_value": 5}, + "retraction_amount": { "default_value": 4.5 }, "retraction_combing": { "value": "'noskin'" }, - "retraction_amount" : { "default_value": 4.5}, - "retraction_speed" : { "default_value": 40}, - "coasting_enable": { "default_value": true }, - "speed_z_hop": {"default_value": 1.5} + "retraction_speed": { "default_value": 40 }, + "skirt_line_count": { "default_value": 2 }, + "speed_layer_0": { "value": "round(speed_print / 2.0, 2)" }, + "speed_print": { "default_value": 50 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_topbottom": { "value": "speed_print / 2" }, + "speed_wall_0": { "value": "round(speed_print * 0.75, 2)" }, + "speed_wall_x": { "value": "speed_print" }, + "speed_z_hop": { "default_value": 1.5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mankati_fullscale_xt_plus.def.json b/resources/definitions/mankati_fullscale_xt_plus.def.json index b477adc7af..40121f6892 100644 --- a/resources/definitions/mankati_fullscale_xt_plus.def.json +++ b/resources/definitions/mankati_fullscale_xt_plus.def.json @@ -2,56 +2,47 @@ "version": 2, "name": "Mankati Fullscale XT Plus", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "RBC", "manufacturer": "Mankati", "file_formats": "text/x-gcode", "platform": "mankati_fullscale_xt_plus_platform.3mf", - "machine_extruder_trains": - { - "0": "mankati_fullscale_xt_plus_extruder_0" - } + "machine_extruder_trains": { "0": "mankati_fullscale_xt_plus_extruder_0" } }, - "overrides": { - "machine_name": { "default_value": "Mankati Fullscale XT Plus" }, - "machine_width": { "default_value": 260 }, + "overrides": + { + "cool_fan_enabled": { "default_value": false }, + "gantry_height": { "value": "0" }, + "layer_height": { "default_value": 0.2 }, "machine_depth": { "default_value": 260 }, - "machine_height": { "default_value": 300 }, - "machine_heated_bed": { "default_value": true }, - - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "M104 T0 S0 ; turn off extruder 1 heating\nM140 S0 ; turn off bed heating\nG91 ; relative positioning\nG1 F12000 E-0.5 ; retract 0.5 mm\nG1 F12000 Z30 ; move Z-axes 30 mm down\nG28 X0 Y0 ; home X axis and Y axes\nM84 ; disable motors\nM117 Ready!\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -3, 3 ], - [ -3, -3 ], - [ 3, -3 ], - [ 3, 3 ] + [-3, 3], + [-3, -3], + [3, -3], + [3, 3] ] }, - "gantry_height": { "value": "0" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - - "machine_start_gcode": { - "default_value": "M117 Initializing...\nG28 ; home all axes\nG90 ; use absolute coordinates\nG1 F12000 X0 Y0 Z30 ; lift nozzle 30 mm\nT0 ; select extruder 1\nG92 E0 ; reset extruder length\nG1 F100 Z30 E7 ; extrude 7mm while going up\nG92 E0 ; zero the extruder length\nM117 Printing...\n" - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ; turn off extruder 1 heating\nM140 S0 ; turn off bed heating\nG91 ; relative positioning\nG1 F12000 E-0.5 ; retract 0.5 mm\nG1 F12000 Z30 ; move Z-axes 30 mm down\nG28 X0 Y0 ; home X axis and Y axes\nM84 ; disable motors\nM117 Ready!\n" - }, - - "layer_height": { "default_value": 0.2 }, - "wall_thickness": { "value": "0.8" }, - "top_bottom_thickness": { "default_value": 0.3 }, - "retraction_enable": { "default_value": true }, - "retraction_speed": { "default_value": 50 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Mankati Fullscale XT Plus" }, + "machine_start_gcode": { "default_value": "M117 Initializing...\nG28 ; home all axes\nG90 ; use absolute coordinates\nG1 F12000 X0 Y0 Z30 ; lift nozzle 30 mm\nT0 ; select extruder 1\nG92 E0 ; reset extruder length\nG1 F100 Z30 E7 ; extrude 7mm while going up\nG92 E0 ; zero the extruder length\nM117 Printing...\n" }, + "machine_width": { "default_value": 260 }, "retraction_amount": { "default_value": 0.8 }, + "retraction_enable": { "default_value": true }, "retraction_hop": { "default_value": 0.075 }, - "speed_print": { "default_value": 60 }, - "speed_layer_0": { - "minimum_value": "0.1" - }, - "cool_fan_enabled": { "default_value": false }, - "skirt_line_count": { "default_value": 3 }, + "retraction_speed": { "default_value": 50 }, + "skirt_brim_minimal_length": { "default_value": 200 }, "skirt_gap": { "default_value": 4 }, - "skirt_brim_minimal_length": { "default_value": 200 } + "skirt_line_count": { "default_value": 3 }, + "speed_layer_0": { "minimum_value": "0.1" }, + "speed_print": { "default_value": 60 }, + "top_bottom_thickness": { "default_value": 0.3 }, + "wall_thickness": { "value": "0.8" } } -} +} \ No newline at end of file diff --git a/resources/definitions/mbot3d_grid2plus.def.json b/resources/definitions/mbot3d_grid2plus.def.json index 7a8677a0c2..7709ec6673 100644 --- a/resources/definitions/mbot3d_grid2plus.def.json +++ b/resources/definitions/mbot3d_grid2plus.def.json @@ -1,57 +1,59 @@ { - "name": "MBot3D Grid 2+", "version": 2, + "name": "MBot3D Grid 2+", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Magicfirm", "manufacturer": "Magicfirm", "file_formats": "application/x3g", - "machine_x3g_variant": "r1", - "machine_extruder_trains": - { - "0": "mbot3d_grid2_extruder_0" - } + "machine_extruder_trains": { "0": "mbot3d_grid2_extruder_0" }, + "machine_x3g_variant": "r1" }, - - "overrides": { - "machine_name": { "default_value": "MBot3D Grid 2+" }, - "machine_start_gcode": { - "default_value": "M136\nG162 X Y F2000\nG161 Z F900\nG92 X0 Y0 Z-5 A0 B0\nG1 Z0.0 F900\nG161 Z F100\nM132 X Y Z A B\nG1 X125 Y115 Z10 F450\nG1 X0 Y115 Z10 F2000.0\nM133 T0\nG1 X20 Y115 Z0.5 F800\nG1 X0 Y115 Z0.5 F600 A12\nG92 A0\n" - }, - "machine_end_gcode": { - "default_value": "M18 A B(Turn off A and B steppers)\nG1 Z190 F900\nG162 X Y F2000\nM18 X Y Z(Turn off steppers after a build)\nM104 S0 T0\nM72 P1 ( Play Ta-Da song )\nM73 P100 (end build progress )\nM137 (build end)\n" - }, - "machine_width": { "default_value": 235 }, - "machine_depth": { "default_value": 210 }, - "machine_height": { "default_value": 190 }, - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "Makerbot" }, - "machine_head_with_fans_polygon": { "default_value": [ [ -37, 50 ], [ 25, 50 ], [ 25, -40 ], [ -37, -40 ] ] }, + "overrides": + { "gantry_height": { "value": 10 }, + "infill_overlap": { "value": "12 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M18 A B(Turn off A and B steppers)\nG1 Z190 F900\nG162 X Y F2000\nM18 X Y Z(Turn off steppers after a build)\nM104 S0 T0\nM72 P1 ( Play Ta-Da song )\nM73 P100 (end build progress )\nM137 (build end)\n" }, + "machine_gcode_flavor": { "default_value": "Makerbot" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-37, 50], + [25, 50], + [25, -40], + [-37, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, + "machine_name": { "default_value": "MBot3D Grid 2+" }, + "machine_start_gcode": { "default_value": "M136\nG162 X Y F2000\nG161 Z F900\nG92 X0 Y0 Z-5 A0 B0\nG1 Z0.0 F900\nG161 Z F100\nM132 X Y Z A B\nG1 X125 Y115 Z10 F450\nG1 X0 Y115 Z10 F2000.0\nM133 T0\nG1 X20 Y115 Z0.5 F800\nG1 X0 Y115 Z0.5 F600 A12\nG92 A0\n" }, + "machine_steps_per_mm_e": { "default_value": 96.27520187033366 }, "machine_steps_per_mm_x": { "default_value": 88.888889 }, "machine_steps_per_mm_y": { "default_value": 88.888889 }, "machine_steps_per_mm_z": { "default_value": 400 }, - "machine_steps_per_mm_e": { "default_value": 96.27520187033366 }, + "machine_width": { "default_value": 235 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "raft_airgap": { "default_value": 0.15 }, + "raft_margin": { "default_value": 6 }, + "retract_at_layer_change": { "default_value": true }, "retraction_amount": { "default_value": 0.7 }, "retraction_speed": { "default_value": 15 }, + "speed_layer_0": { "value": 15 }, "speed_print": { "default_value": 50 }, + "speed_travel": { "value": 80 }, "speed_wall": { "value": 25 }, "speed_wall_x": { "value": 35 }, - "speed_travel": { "value": 80 }, - "speed_layer_0": { "value": 15 }, + "support_interface_density": { "default_value": 80 }, "support_interface_enable": { "default_value": true }, "support_interface_height": { "default_value": 0.8 }, - "support_interface_density": { "default_value": 80 }, "support_interface_pattern": { "default_value": "grid" }, - "infill_overlap": { "value": "12 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, - "retract_at_layer_change": { "default_value": true }, - "travel_retract_before_outer_wall": { "default_value": true }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, "travel_avoid_other_parts": { "default_value": false }, - "raft_airgap": { "default_value": 0.15 }, - "raft_margin": { "default_value": 6 } + "travel_retract_before_outer_wall": { "default_value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/mbot3d_grid2plus_dual.def.json b/resources/definitions/mbot3d_grid2plus_dual.def.json index 648699cf1b..7f02cdad49 100644 --- a/resources/definitions/mbot3d_grid2plus_dual.def.json +++ b/resources/definitions/mbot3d_grid2plus_dual.def.json @@ -1,58 +1,63 @@ { - "name": "MBot3D Grid 2+ Dual", "version": 2, + "name": "MBot3D Grid 2+ Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Magicfirm", "manufacturer": "Magicfirm", "file_formats": "application/x3g", - "machine_x3g_variant": "z", "machine_extruder_trains": { "0": "mbot3d_grid2_extruder_left", "1": "mbot3d_grid2_extruder_right" - } + }, + "machine_x3g_variant": "z" }, - - "overrides": { - "machine_name": { "default_value": "MBot3D Grid 2+ Dual" }, - "machine_start_gcode": { - "default_value": "M136\nG162 X Y F2000\nG161 Z F900\nG92 X0 Y0 Z-5 A0 B0\nG1 Z0.0 F900\nG161 Z F100\nM132 X Y Z A B\nG1 X125 Y115 Z10 F450\nG1 X0 Y115 Z10 F2000.0\nM133 T0\nG1 X20 Y115 Z0.5 F800\nG1 X0 Y115 Z0.5 F600 A12\nG92 A0\n" - }, - "machine_end_gcode": { - "default_value": "M18 A B(Turn off A and B steppers)\nG1 Z190 F900\nG162 X Y F2000\nM18 X Y Z(Turn off steppers after a build)\nM104 S0 T0\nM72 P1 ( Play Ta-Da song )\nM73 P100 (end build progress )\nM137 (build end)\n" - }, - "machine_width": { "default_value": 235 }, - "machine_depth": { "default_value": 210 }, - "machine_height": { "default_value": 190 }, - "machine_extruder_count": { "default_value": 2 }, - "machine_center_is_zero": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "Makerbot" }, - "machine_head_with_fans_polygon": { "default_value": [ [ -37, 50 ], [ 25, 50 ], [ 25, -40 ], [ -37, -40 ] ] }, + "overrides": + { "gantry_height": { "value": 10 }, + "infill_overlap": { "value": "12 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M18 A B(Turn off A and B steppers)\nG1 Z190 F900\nG162 X Y F2000\nM18 X Y Z(Turn off steppers after a build)\nM104 S0 T0\nM72 P1 ( Play Ta-Da song )\nM73 P100 (end build progress )\nM137 (build end)\n" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Makerbot" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-37, 50], + [25, 50], + [25, -40], + [-37, -40] + ] + }, + "machine_height": { "default_value": 190 }, + "machine_name": { "default_value": "MBot3D Grid 2+ Dual" }, + "machine_start_gcode": { "default_value": "M136\nG162 X Y F2000\nG161 Z F900\nG92 X0 Y0 Z-5 A0 B0\nG1 Z0.0 F900\nG161 Z F100\nM132 X Y Z A B\nG1 X125 Y115 Z10 F450\nG1 X0 Y115 Z10 F2000.0\nM133 T0\nG1 X20 Y115 Z0.5 F800\nG1 X0 Y115 Z0.5 F600 A12\nG92 A0\n" }, + "machine_steps_per_mm_e": { "default_value": 96.27520187033366 }, "machine_steps_per_mm_x": { "default_value": 88.888889 }, "machine_steps_per_mm_y": { "default_value": 88.888889 }, "machine_steps_per_mm_z": { "default_value": 400 }, - "machine_steps_per_mm_e": { "default_value": 96.27520187033366 }, + "machine_width": { "default_value": 235 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "raft_airgap": { "default_value": 0.15 }, + "raft_margin": { "default_value": 6 }, + "retract_at_layer_change": { "default_value": true }, "retraction_amount": { "default_value": 0.7 }, "retraction_speed": { "default_value": 15 }, + "speed_layer_0": { "value": 15 }, "speed_print": { "default_value": 50 }, + "speed_travel": { "value": 80 }, "speed_wall": { "value": 25 }, "speed_wall_x": { "value": 35 }, - "speed_travel": { "value": 80 }, - "speed_layer_0": { "value": 15 }, + "support_interface_density": { "default_value": 80 }, "support_interface_enable": { "default_value": true }, "support_interface_height": { "default_value": 0.8 }, - "support_interface_density": { "default_value": 80 }, "support_interface_pattern": { "default_value": "grid" }, - "infill_overlap": { "value": "12 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, - "retract_at_layer_change": { "default_value": true }, - "travel_retract_before_outer_wall": { "default_value": true }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, "travel_avoid_other_parts": { "default_value": false }, - "raft_airgap": { "default_value": 0.15 }, - "raft_margin": { "default_value": 6 } + "travel_retract_before_outer_wall": { "default_value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/mbot3d_grid4.def.json b/resources/definitions/mbot3d_grid4.def.json index fa2deda027..841600e1f1 100644 --- a/resources/definitions/mbot3d_grid4.def.json +++ b/resources/definitions/mbot3d_grid4.def.json @@ -1,56 +1,33 @@ -{ - "version": 2, - "name": "MBot3D Grid 4", - "inherits": "fdmprinter", - "metadata": { - "author": "Magicfirm", - "manufacturer": "Magicfirm", - "visible": true, - "file_formats": "text/x-gcode", - "platform_offset": [ - 0, - 0, - 0 - ], - "has_materials": true, - "machine_extruder_trains": - { - "0": "mbot3d_grid4_extruder_0" - } - }, - "overrides": { - "machine_name": { - "default_value": "MBot3D Grid 4" - }, - "machine_width": { - "default_value": 235 - }, - "machine_depth": { - "default_value": 210 - }, - "machine_height": { - "default_value": 190 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "material_flow": { - "default_value": 100 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "machine_start_gcode": { - "default_value": ";---------- START GCODE ----------\nG21 ; set units to millimeters\nG28 ; home all axes\nG29 ;Autolevel bed\nG1 Z10 F400\nG1 X145 Z10 F2400\nG92 E0\nG1 X145 Z0.5 F400\nG1 X120 Z0.5 E20 F360\nG92 E0.0\n;----------END START GCODE ----------\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 Z190 F900\nG28 X Y ;home X Y axes\nM84 ; disable motors" - } - } +{ + "version": 2, + "name": "MBot3D Grid 4", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Magicfirm", + "manufacturer": "Magicfirm", + "file_formats": "text/x-gcode", + "has_materials": true, + "machine_extruder_trains": { "0": "mbot3d_grid4_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] + }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 Z190 F900\nG28 X Y ;home X Y axes\nM84 ; disable motors" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, + "machine_name": { "default_value": "MBot3D Grid 4" }, + "machine_start_gcode": { "default_value": ";---------- START GCODE ----------\nG21 ; set units to millimeters\nG28 ; home all axes\nG29 ;Autolevel bed\nG1 Z10 F400\nG1 X145 Z10 F2400\nG92 E0\nG1 X145 Z0.5 F400\nG1 X120 Z0.5 E20 F360\nG92 E0.0\n;----------END START GCODE ----------\n" }, + "machine_width": { "default_value": 235 }, + "material_flow": { "default_value": 100 } + } } \ No newline at end of file diff --git a/resources/definitions/mbot3d_grid4_dual.def.json b/resources/definitions/mbot3d_grid4_dual.def.json index 891f5dc51f..c10a8d0945 100644 --- a/resources/definitions/mbot3d_grid4_dual.def.json +++ b/resources/definitions/mbot3d_grid4_dual.def.json @@ -2,58 +2,37 @@ "version": 2, "name": "MBot3D Grid 4 Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": true, "author": "Magicfirm", "manufacturer": "Magicfirm", - "visible": true, "file_formats": "text/x-gcode", + "has_materials": true, + "machine_extruder_trains": + { + "0": "mbot3d_grid4_extruder_left", + "1": "mbot3d_grid4_extruder_right" + }, "platform_offset": [ 0, 0, 0 - ], - "has_materials": true, - "machine_extruder_trains": { - "0": "mbot3d_grid4_extruder_left", - "1": "mbot3d_grid4_extruder_right" - } + ] }, - "overrides": { - "machine_name": { - "default_value": "MBot3D Grid 4 Dual" - }, - "machine_width": { - "default_value": 210 - }, - "machine_depth": { - "default_value": 210 - }, - "machine_height": { - "default_value": 190 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "material_flow": { - "default_value": 100 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "machine_start_gcode": { - "default_value": ";---------- START GCODE ----------\nG21 ; set units to millimeters\nG28 ; home all axes\nG29 ;Autolevel bed\nG1 Z10 F400\nG1 X145 Z10 F2400\nG92 E0\nG1 X145 Z0.5 F400\nG1 X120 Z0.5 E20 F360\nG92 E0.0\n;----------END START GCODE ----------\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 Z190 F900\nG28 X Y ;home X Y axes\nM84 ; disable motors" - } + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 Z190 F900\nG28 X Y ;home X Y axes\nM84 ; disable motors" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, + "machine_name": { "default_value": "MBot3D Grid 4 Dual" }, + "machine_start_gcode": { "default_value": ";---------- START GCODE ----------\nG21 ; set units to millimeters\nG28 ; home all axes\nG29 ;Autolevel bed\nG1 Z10 F400\nG1 X145 Z10 F2400\nG92 E0\nG1 X145 Z0.5 F400\nG1 X120 Z0.5 E20 F360\nG92 E0.0\n;----------END START GCODE ----------\n" }, + "machine_width": { "default_value": 210 }, + "material_flow": { "default_value": 100 } } } \ No newline at end of file diff --git a/resources/definitions/mendel90.def.json b/resources/definitions/mendel90.def.json index 55c1251f98..57e1276e6a 100644 --- a/resources/definitions/mendel90.def.json +++ b/resources/definitions/mendel90.def.json @@ -1,6 +1,6 @@ { - "name": "Mendel90", "version": 2, + "name": "Mendel90", "inherits": "fdmprinter", "metadata": { @@ -9,74 +9,40 @@ "manufacturer": "Nophead", "file_formats": "text/x-gcode", "platform": "mendel90_platform.3mf", - "platform_offset": [0, -23.6, 0], - "machine_extruder_trains": - { - "0": "mendel90_extruder_0" - } + "machine_extruder_trains": { "0": "mendel90_extruder_0" }, + "platform_offset": [ + 0, + -23.6, + 0 + ] }, - - "pages": [ - "BedLeveling" - ], - - "overrides": { - "machine_name": { "default_value": "Mendel90" }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;absolute extrusion\nM107 ;start with the fan off\nG28 ;home\nG92 E0 ;zero the extruded length\nM140 S{material_bed_temperature_layer_0} ; set the bed temperature and continue on\nG1 X-50 Y98 F9000 ;go to the left of the top\nG1 Z0.05 ; close to the bed\nM104 S{material_print_temperature_layer_0}; pre-heat the extruder continue on\nM190 S{material_bed_temperature_layer_0} ;set the bed temp & wait\nM109 S{material_print_temperature_layer_0};set the extruder temp for layer 0 & wait\nG92 E0 ;zero the extruded length\nG1 X50 E10 F300 ; make a thick line to prime extruder\nG92 E0 ; reset extruder\nG1 E-4 F1800\nG1 Z0.3 ;lift Z\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM107 ;carriage fan off\nG91 ;relative positioning\nG1 Z10 ;Move up Z 10mm\nG90 ;back to absolute mode\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG92 E0 ;zero the extruded length\nG1 Z200 X-100 F9000 ; go to top\nG1 Y100 F5000 ;Move Y to back\nM42 P42 S255 ;Turn on Bed cooling fan on\nG4 S10 ;Wait 10 seconds\nM42 P42 S0 ;Turn off bed cooling fan\nM84 ;steppers off\n" - }, - "material_bed_temp_wait": { - "default_value": true - }, - "material_print_temp_prepend": { - "default_value": true - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_extruder_count": { - "default_value": 1 - }, - "machine_nozzle_tip_outer_diameter": { - "default_value": 1 - }, - "machine_nozzle_head_distance": { - "default_value": 5 - }, - "machine_heat_zone_length": { - "default_value": 16 - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "gantry_height": { - "value": "55" - }, + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM107 ;carriage fan off\nG91 ;relative positioning\nG1 Z10 ;Move up Z 10mm\nG90 ;back to absolute mode\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG92 E0 ;zero the extruded length\nG1 Z200 X-100 F9000 ; go to top\nG1 Y100 F5000 ;Move Y to back\nM42 P42 S255 ;Turn on Bed cooling fan on\nG4 S10 ;Wait 10 seconds\nM42 P42 S0 ;Turn off bed cooling fan\nM84 ;steppers off\n" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -12, 9 ], - [ -12, -9 ], - [ 14, 9 ], - [ 14, -9 ] + [-12, 9], + [-12, -9], + [14, 9], + [14, -9] ] - } - } -} - - + }, + "machine_heat_zone_length": { "default_value": 16 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Mendel90" }, + "machine_nozzle_head_distance": { "default_value": 5 }, + "machine_nozzle_tip_outer_diameter": { "default_value": 1 }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;absolute extrusion\nM107 ;start with the fan off\nG28 ;home\nG92 E0 ;zero the extruded length\nM140 S{material_bed_temperature_layer_0} ; set the bed temperature and continue on\nG1 X-50 Y98 F9000 ;go to the left of the top\nG1 Z0.05 ; close to the bed\nM104 S{material_print_temperature_layer_0}; pre-heat the extruder continue on\nM190 S{material_bed_temperature_layer_0} ;set the bed temp & wait\nM109 S{material_print_temperature_layer_0};set the extruder temp for layer 0 & wait\nG92 E0 ;zero the extruded length\nG1 X50 E10 F300 ; make a thick line to prime extruder\nG92 E0 ; reset extruder\nG1 E-4 F1800\nG1 Z0.3 ;lift Z\n" }, + "machine_width": { "default_value": 200 }, + "material_bed_temp_wait": { "default_value": true }, + "material_print_temp_prepend": { "default_value": true } + }, + "pages": [ "BedLeveling" ] +} \ No newline at end of file diff --git a/resources/definitions/mingda_1000pro.def.json b/resources/definitions/mingda_1000pro.def.json index 57c125a9b1..bfcab9c9ca 100644 --- a/resources/definitions/mingda_1000pro.def.json +++ b/resources/definitions/mingda_1000pro.def.json @@ -1,24 +1,20 @@ { - "name": "Mingda 1000Pro", "version": 2, + "name": "Mingda 1000Pro", "inherits": "mingda_base", - "overrides": - { - "machine_name": { "default_value": "Mingda 1000Pro" }, - - "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F1200 ; move z up little to prevent scratching of surface\n G1 X4 Y20 Z0.3 F3000.0 ; move to start-line position\n G1 X4 Y380.0 Z0.3 F1500.0 E30 ; draw 1st line\n G1 X4 Y380.0 Z0.4 F3000.0 ; move to side a little\n G1 X4 Y20 Z0.4 F1500.0 E60 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F1500 ; move z up little to prevent scratching of surface"}, - - "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" }, - - "machine_width": { "default_value": 1000 }, - "machine_depth": { "default_value": 1000 }, - "machine_height": { "default_value": 1000 }, - "gantry_height": { "value": 25 } - - }, "metadata": { - "quality_definition": "mingda_base", - "visible": true + "visible": true, + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 1000 }, + "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" }, + "machine_height": { "default_value": 1000 }, + "machine_name": { "default_value": "Mingda 1000Pro" }, + "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F1200 ; move z up little to prevent scratching of surface\n G1 X4 Y20 Z0.3 F3000.0 ; move to start-line position\n G1 X4 Y380.0 Z0.3 F1500.0 E30 ; draw 1st line\n G1 X4 Y380.0 Z0.4 F3000.0 ; move to side a little\n G1 X4 Y20 Z0.4 F1500.0 E60 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F1500 ; move z up little to prevent scratching of surface" }, + "machine_width": { "default_value": 1000 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_4h.def.json b/resources/definitions/mingda_4h.def.json index 8a977aedda..a9977fdf67 100644 --- a/resources/definitions/mingda_4h.def.json +++ b/resources/definitions/mingda_4h.def.json @@ -1,19 +1,18 @@ { - "name": "Mingda 4H", "version": 2, + "name": "Mingda 4H", "inherits": "mingda_base", - "overrides": - { - "machine_name": { "default_value": "Mingda 4H" }, - - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 200 }, - "gantry_height": { "value": 25 } - }, "metadata": { - "quality_definition": "mingda_base", - "visible": true + "visible": true, + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 200 }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Mingda 4H" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_600pro.def.json b/resources/definitions/mingda_600pro.def.json index c1cd812ab4..7909bcc872 100644 --- a/resources/definitions/mingda_600pro.def.json +++ b/resources/definitions/mingda_600pro.def.json @@ -1,24 +1,20 @@ { - "name": "Mingda 600Pro", "version": 2, + "name": "Mingda 600Pro", "inherits": "mingda_base", - "overrides": - { - "machine_name": { "default_value": "Mingda 600Pro" }, - - "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F1200 ; move z up little to prevent scratching of surface\n G1 X4 Y20 Z0.3 F3000.0 ; move to start-line position\n G1 X4 Y380.0 Z0.3 F1500.0 E30 ; draw 1st line\n G1 X4 Y380.0 Z0.4 F3000.0 ; move to side a little\n G1 X4 Y20 Z0.4 F1500.0 E60 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F1500 ; move z up little to prevent scratching of surface"}, - - "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" }, - - "machine_width": { "default_value": 600 }, - "machine_depth": { "default_value": 600 }, - "machine_height": { "default_value": 600 }, - "gantry_height": { "value": 25 } - - }, "metadata": { - "quality_definition": "mingda_base", - "visible": true + "visible": true, + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 600 }, + "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" }, + "machine_height": { "default_value": 600 }, + "machine_name": { "default_value": "Mingda 600Pro" }, + "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F1200 ; move z up little to prevent scratching of surface\n G1 X4 Y20 Z0.3 F3000.0 ; move to start-line position\n G1 X4 Y380.0 Z0.3 F1500.0 E30 ; draw 1st line\n G1 X4 Y380.0 Z0.4 F3000.0 ; move to side a little\n G1 X4 Y20 Z0.4 F1500.0 E60 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F1500 ; move z up little to prevent scratching of surface" }, + "machine_width": { "default_value": 600 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_6h.def.json b/resources/definitions/mingda_6h.def.json index f306a8f2c4..63e39b7a5d 100644 --- a/resources/definitions/mingda_6h.def.json +++ b/resources/definitions/mingda_6h.def.json @@ -1,19 +1,18 @@ { - "name": "Mingda 6H", "version": 2, + "name": "Mingda 6H", "inherits": "mingda_base", - "overrides": - { - "machine_name": { "default_value": "Mingda 6H" }, - - "machine_width": { "default_value": 400 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 500 }, - "gantry_height": { "value": 25 } - }, "metadata": { - "quality_definition": "mingda_base", - "visible": true + "visible": true, + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 500 }, + "machine_name": { "default_value": "Mingda 6H" }, + "machine_width": { "default_value": 400 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_base.def.json b/resources/definitions/mingda_base.def.json index 9205be8e4e..d0aa03d48b 100644 --- a/resources/definitions/mingda_base.def.json +++ b/resources/definitions/mingda_base.def.json @@ -1,26 +1,13 @@ { - "name": "Mingda Base Printer", "version": 2, + "name": "Mingda Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Mingda", "manufacturer": "Mingda", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "mingda_base_extruder_0" - }, - - "has_materials": true, - "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Size", - - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "standard", - "preferred_material": "generic_pla", "exclude_materials": [ "Vertex_Delta_ABS", "Vertex_Delta_PET", @@ -67,142 +54,128 @@ "verbatim_bvoh_175", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "mingda_base_extruder_0" }, + "preferred_material": "generic_pla", + "preferred_quality_type": "standard", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": { "default_value": "MINGDA Base Printer" }, - - "machine_start_gcode": { "default_value": " G28 ; home all axes\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"}, - - "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" }, - - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "overrides": + { + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'none' if support_enable else 'raft'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'grid'" }, + "infill_sparse_density": { "value": "15" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 8 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 60.0 } , - "speed_wall_x": { "value": "speed_wall" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "80.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 1.5" }, - "speed_layer_0": { "value": 20.0 }, - "speed_print_layer_0": { "value": "speed_layer_0" }, - "speed_travel_layer_0": { "value": "60 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 1.5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - "line_width": { "value": "machine_nozzle_size * 1" }, - - "optimize_wall_printing_order": { "value": true }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "MINGDA Base Printer" }, + "machine_start_gcode": { "default_value": " G28 ; home all axes\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface" }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, - - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_none'" }, - - "infill_sparse_density": { "value": "15" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'grid'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - "wall_0_material_flow": { "value": "0.95 * material_flow"}, - - "fill_outline_gaps": { "value": false }, - - "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": 200 - }, - - "retraction_hop_enabled": { "value": true }, - "retraction_hop": { "value": "layer_height*2" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": "0.05" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": true }, + "retraction_amount": { "value": 2 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_enable": { "value": true }, + "retraction_extrusion_window": { "value": 3 }, + "retraction_hop": { "value": "layer_height*2" }, + "retraction_hop_enabled": { "value": true }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_retract_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "retraction_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" + }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 4 }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 60.0 }, + "speed_print_layer_0": { "value": "speed_layer_0" }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "80.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 1.5" }, + "speed_travel_layer_0": { "value": "60 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 1.5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - "retraction_amount": { "value": 2 }, - "retraction_enable": { "value": true }, - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 3 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'none' if support_enable else 'raft'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 10.0 }, - "skirt_line_count": { "value": 4 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.05" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 4 }, - - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } + "wall_0_material_flow": { "value": "0.95 * material_flow" }, + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_none'" }, + "z_seam_type": { "value": "'back'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_d2.def.json b/resources/definitions/mingda_d2.def.json index 56ac284156..54e969ab74 100644 --- a/resources/definitions/mingda_d2.def.json +++ b/resources/definitions/mingda_d2.def.json @@ -1,20 +1,24 @@ { - "name": "Mingda D2", "version": 2, + "name": "Mingda D2", "inherits": "mingda_base", - "overrides": - { - "machine_name": { "default_value": "MINGDA D2" }, - "machine_width": { "default_value": 230 }, - "machine_depth": { "default_value": 230 }, - "machine_height": { "default_value": 260 }, - "gantry_height": { "value": 25 } - }, "metadata": { - "quality_definition": "mingda_base", "visible": true, "platform": "mingda_d2_base.stl", - "platform_offset": [ -205, -77, 65] + "platform_offset": [ + -205, + -77, + 65 + ], + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 230 }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "MINGDA D2" }, + "machine_width": { "default_value": 230 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_d3pro.def.json b/resources/definitions/mingda_d3pro.def.json index 230e59e4e0..89475e6f42 100644 --- a/resources/definitions/mingda_d3pro.def.json +++ b/resources/definitions/mingda_d3pro.def.json @@ -1,20 +1,24 @@ { - "name": "Mingda D3/Pro", "version": 2, + "name": "Mingda D3/Pro", "inherits": "mingda_base", - "overrides": - { - "machine_name": { "default_value": "MINGDA D3/Pro" }, - "machine_width": { "default_value": 320 }, - "machine_depth": { "default_value": 320 }, - "machine_height": { "default_value": 400 }, - "gantry_height": { "value": 25 } - }, "metadata": { - "quality_definition": "mingda_base", "visible": true, "platform": "mingda_rock3_base.stl", - "platform_offset": [ -179, -108, 150] + "platform_offset": [ + -179, + -108, + 150 + ], + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 320 }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "MINGDA D3/Pro" }, + "machine_width": { "default_value": 320 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_d4pro.def.json b/resources/definitions/mingda_d4pro.def.json index 283fda8165..478dac45f7 100644 --- a/resources/definitions/mingda_d4pro.def.json +++ b/resources/definitions/mingda_d4pro.def.json @@ -1,21 +1,25 @@ { - "name": "Mingda D4 Pro", "version": 2, + "name": "Mingda D4 Pro", "inherits": "mingda_base", - "overrides": - { - "machine_name": { "default_value": "MINGDA D4 Pro" }, - "machine_start_gcode": { "default_value": "G28 ; home all axes\n G29; ABL\n M117 Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"}, - "machine_width": { "default_value": 420 }, - "machine_depth": { "default_value": 420 }, - "machine_height": { "default_value": 400 }, - "gantry_height": { "value": 25 } - }, "metadata": { - "quality_definition": "mingda_base", "visible": true, "platform": "mingda_d4pro_base.stl", - "platform_offset": [ -177, -140, 170] + "platform_offset": [ + -177, + -140, + 170 + ], + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 420 }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "MINGDA D4 Pro" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\n G29; ABL\n M117 Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface" }, + "machine_width": { "default_value": 420 } } } \ No newline at end of file diff --git a/resources/definitions/mingda_magician_max.def.json b/resources/definitions/mingda_magician_max.def.json index 825a63f4ee..18323b0a29 100644 --- a/resources/definitions/mingda_magician_max.def.json +++ b/resources/definitions/mingda_magician_max.def.json @@ -1,24 +1,26 @@ { - "name": "Mingda Magician Max", "version": 2, + "name": "Mingda Magician Max", "inherits": "mingda_base", - "overrides": { - "machine_name": { "default_value": "Mingda Magician Max" }, - - "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"}, - - "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" }, - - "machine_width": { "default_value": 320 }, - "machine_depth": { "default_value": 320 }, - "machine_height": { "default_value": 400 }, - "gantry_height": { "value": 25 } - + "metadata": + { + "visible": true, + "platform": "mingda_magician_max_base.stl", + "platform_offset": [ + 0, + 0, + 4 + ], + "quality_definition": "mingda_base" }, - "metadata": { - "quality_definition": "mingda_base", - "visible": true, - "platform": "mingda_magician_max_base.stl", - "platform_offset": [ 0, 0, 4] + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 320 }, + "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Mingda Magician Max" }, + "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface" }, + "machine_width": { "default_value": 320 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_magician_pro.def.json b/resources/definitions/mingda_magician_pro.def.json index c261f986e5..8ca11061a0 100644 --- a/resources/definitions/mingda_magician_pro.def.json +++ b/resources/definitions/mingda_magician_pro.def.json @@ -1,24 +1,26 @@ { - "name": "Mingda Magician Pro", "version": 2, + "name": "Mingda Magician Pro", "inherits": "mingda_base", - "overrides": { - "machine_name": { "default_value": "Mingda Magician Pro" }, - - "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"}, - - "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" }, - - "machine_width": { "default_value": 400 }, - "machine_depth": { "default_value": 400 }, - "machine_height": { "default_value": 400 }, - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "mingda_base", + "metadata": + { "visible": true, "platform": "mingda_magician_pro_base.stl", - "platform_offset": [ 0, 0, -4] + "platform_offset": [ + 0, + 0, + -4 + ], + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 400 }, + "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Mingda Magician Pro" }, + "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface" }, + "machine_width": { "default_value": 400 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_magician_x.def.json b/resources/definitions/mingda_magician_x.def.json index 60b11e8a83..61270cf715 100644 --- a/resources/definitions/mingda_magician_x.def.json +++ b/resources/definitions/mingda_magician_x.def.json @@ -1,24 +1,26 @@ { - "name": "Mingda Magician X", "version": 2, + "name": "Mingda Magician X", "inherits": "mingda_base", - "overrides": { - "machine_name": { "default_value": "Mingda Magician X" }, - - "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"}, - - "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" }, - - "machine_width": { "default_value": 230 }, - "machine_depth": { "default_value": 230 }, - "machine_height": { "default_value": 260 }, - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "mingda_base", + "metadata": + { "visible": true, "platform": "mingda_magician_x_base.stl", - "platform_offset": [ 0, 0, 0] + "platform_offset": [ + 0, + 0, + 0 + ], + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 230 }, + "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Mingda Magician X" }, + "machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface" }, + "machine_width": { "default_value": 230 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mingda_rock3.def.json b/resources/definitions/mingda_rock3.def.json index c470d6e7e5..bc6d33ab44 100644 --- a/resources/definitions/mingda_rock3.def.json +++ b/resources/definitions/mingda_rock3.def.json @@ -1,19 +1,24 @@ { - "name": "Mingda Rock3/Pro", "version": 2, + "name": "Mingda Rock3/Pro", "inherits": "mingda_base", - "overrides": { - "machine_name": { "default_value": "MINGDA Rock3/Pro" }, - "machine_width": { "default_value": 320 }, - "machine_depth": { "default_value": 320 }, - "machine_height": { "default_value": 400 }, - "gantry_height": { "value": 25 } - - }, - "metadata": { - "quality_definition": "mingda_base", + "metadata": + { "visible": true, "platform": "mingda_rock3_base.stl", - "platform_offset": [ -179, -108, 150] + "platform_offset": [ + -179, + -108, + 150 + ], + "quality_definition": "mingda_base" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 320 }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "MINGDA Rock3/Pro" }, + "machine_width": { "default_value": 320 } } -} +} \ No newline at end of file diff --git a/resources/definitions/mixware_hyper_s.def.json b/resources/definitions/mixware_hyper_s.def.json index b467f8e98c..2fbf273a78 100644 --- a/resources/definitions/mixware_hyper_s.def.json +++ b/resources/definitions/mixware_hyper_s.def.json @@ -1,360 +1,153 @@ { - "name": "Hyper S", "version": 2, + "name": "Hyper S", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Mixware", "manufacturer": "Mixware", "file_formats": "text/x-gcode", "platform": "mixware_hyper_s_platform.stl", - "has_materials": true, "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "mixware_hyper_s_extruder_0" }, "preferred_material": "generic_pla", - "preferred_quality": "coarse", - "machine_extruder_trains": { - "0": "mixware_hyper_s_extruder_0" - } + "preferred_quality": "coarse" }, - "overrides": { - "machine_name": { - "default_value": "Hyper S" - }, - "machine_start_gcode": { - "default_value": "M140 S{material_bed_temperature} ; Heat bed\nM109 S{material_print_temperature} ; Heat nozzle\nM190 S{material_bed_temperature} ; Wait for bed heating\nG28 ; home all axes\nM117 Purge extruder\nG92 E0 ; reset extruder\nG1 Z5.0 F1000 ; move z up little to prevent scratching of surface\nG1 X0.1 Y20 Z0.3 F5000.0 ; move to start-line position\nG1 X0.1 Y100.0 Z0.3 F1500.0 E15 ; draw 1st line\nG1 X0.4 Y100.0 Z0.3 F5000.0 ; move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; draw 2nd line\nG92 E0 ; reset extruder\nG1 Z5.0 F1000 ; move z up little to prevent scratching of surface" - }, - "machine_end_gcode": { - "default_value": "G91; relative positioning\nG1 Z1.0 F3000 ; move z up little to prevent scratching of print\nG90; absolute positioning\nG1 X0 Y200 F1000 ; prepare for part removal\nM104 S0; turn off extruder\nM140 S0 ; turn off bed\nG1 X0 Y220 F1000 ; prepare for part removal\nM84 ; disable motors\nM106 S0 ; turn off fan" - }, - "machine_width": { - "default_value": 300 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "raft_margin": { + "overrides": + { + "acceleration_enabled": { "default_value": false }, + "acceleration_print": { "default_value": 1000 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + "acceleration_travel": { "value": 1000 }, + "acceleration_travel_layer_0": { "value": "acceleration_travel" }, + "adaptive_layer_height_variation": { "default_value": 0.04 }, + "adaptive_layer_height_variation_step": { "default_value": 0.04 }, + "adhesion_type": { "default_value": "skirt" }, + "brim_replaces_support": { "default_value": false }, + "brim_width": { "default_value": 3 }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "default_value": 10 }, + "fill_outline_gaps": { "default_value": false }, + "gantry_height": { "value": 25 }, + "infill_before_walls": { "default_value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_sparse_density": { "default_value": 15 }, + "infill_wipe_dist": { "value": 0.0 }, + "ironing_line_spacing": { "default_value": 0.4 }, + "ironing_pattern": { "default_value": "concentric" }, + "jerk_enabled": { "default_value": false }, + "jerk_print": { "default_value": 10 }, + "jerk_travel": { "value": "jerk_print" }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "line_width": { "value": 0.4 }, + "machine_acceleration": { "default_value": 500 }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "G91; relative positioning\nG1 Z1.0 F3000 ; move z up little to prevent scratching of print\nG90; absolute positioning\nG1 X0 Y200 F1000 ; prepare for part removal\nM104 S0; turn off extruder\nM140 S0 ; turn off bed\nG1 X0 Y220 F1000 ; prepare for part removal\nM84 ; disable motors\nM106 S0 ; turn off fan" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_acceleration_e": { "default_value": 500 }, + "machine_max_acceleration_x": { "default_value": 500 }, + "machine_max_acceleration_y": { "default_value": 500 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_feedrate_e": { "default_value": 50 }, + "machine_max_feedrate_x": { "default_value": 500 }, + "machine_max_feedrate_y": { "default_value": 500 }, + "machine_max_feedrate_z": { "default_value": 10 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 10 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "Hyper S" }, + "machine_start_gcode": { "default_value": "M140 S{material_bed_temperature} ; Heat bed\nM109 S{material_print_temperature} ; Heat nozzle\nM190 S{material_bed_temperature} ; Wait for bed heating\nG28 ; home all axes\nM117 Purge extruder\nG92 E0 ; reset extruder\nG1 Z5.0 F1000 ; move z up little to prevent scratching of surface\nG1 X0.1 Y20 Z0.3 F5000.0 ; move to start-line position\nG1 X0.1 Y100.0 Z0.3 F1500.0 E15 ; draw 1st line\nG1 X0.4 Y100.0 Z0.3 F5000.0 ; move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; draw 2nd line\nG92 E0 ; reset extruder\nG1 Z5.0 F1000 ; move z up little to prevent scratching of surface" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_flow": { "default_value": 100 }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "material_print_temperature": { "maximum_value_warning": "330" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "default_value": 10 }, + "minimum_support_area": { "default_value": 2 }, + "optimize_wall_printing_order": { "default_value": "True" }, + "raft_airgap": { "default_value": 0.24 }, + "raft_margin": + { "default_value": 3, "minimum_value_warning": "0.01" }, - "raft_airgap": { - "default_value": 0.24 + "retraction_amount": { "default_value": 2 }, + "retraction_combing": { "value": "all" }, + "retraction_combing_max_distance": { "default_value": 30 }, + "retraction_count_max": { "default_value": 100 }, + "retraction_enable": { "default_value": true }, + "retraction_extrusion_window": + { + "maximum_value_warning": "20", + "value": 10 }, - "brim_width": { - "default_value": 3 + "retraction_hop": { "default_value": 0.2 }, + "retraction_hop_enabled": { "default_value": false }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value": "200", + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - "machine_heated_bed": { - "default_value": true + "retraction_retract_speed": + { + "maximum_value": "200", + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - "material_diameter": { - "default_value": 1.75 - }, - "top_bottom_pattern": { - "default_value": "zigzag" - }, - "ironing_line_spacing": { - "default_value": 0.4 - }, - "ironing_pattern": { - "default_value": "concentric" - }, - "skin_no_small_gaps_heuristic": { - "default_value": false - }, - "retraction_hop_enabled": { - "default_value": false - }, - "support_enable": { - "default_value": true - }, - "support_type": { - "default_value": "buildplate" - }, - "support_angle": { - "default_value": 60 - }, - "support_pattern": { - "default_value": "zigzag" - }, - "support_infill_rate": { - "value": 15 - }, - "gantry_height": { - "value": 25 - }, - "machine_max_feedrate_x": { - "default_value": 500 - }, - "machine_max_feedrate_y": { - "default_value": 500 - }, - "machine_max_feedrate_z": { - "default_value": 10 - }, - "machine_max_feedrate_e": { - "default_value": 50 - }, - "machine_max_acceleration_x": { - "default_value": 500 - }, - "machine_max_acceleration_y": { - "default_value": 500 - }, - "machine_max_acceleration_z": { - "default_value": 100 - }, - "machine_max_acceleration_e": { - "default_value": 500 - }, - "machine_acceleration": { - "default_value": 500 - }, - "machine_max_jerk_xy": { - "default_value": 10 - }, - "machine_max_jerk_z": { - "default_value": 0.4 - }, - "machine_max_jerk_e": { - "default_value": 5 - }, - "acceleration_print": { - "default_value": 1000 - }, - "jerk_print": { - "default_value": 10 - }, - "acceleration_enabled": { - "default_value": false - }, - "jerk_enabled": { - "default_value": false - }, - "speed_print": { - "default_value": 40.0 - }, - "optimize_wall_printing_order": { - "default_value": "True" - }, - "z_seam_type": { - "default_value": "shortest" - }, - "infill_before_walls": { - "default_value": false - }, - "infill_sparse_density": { - "default_value": 15 - }, - "fill_outline_gaps": { - "default_value": false - }, - "retraction_hop": { - "default_value": 0.2 - }, - "travel_avoid_other_parts": { - "default_value": false - }, - "travel_retract_before_outer_wall": { - "default_value": true - }, - "retraction_amount": { - "default_value": 2 - }, - "retraction_enable": { - "default_value": true - }, - "retraction_count_max": { - "default_value": 100 - }, - "cool_fan_enabled": { - "default_value": true - }, - "cool_min_layer_time": { - "default_value": 10 - }, - "skirt_gap": { - "default_value": 8.0 - }, - "skirt_line_count": { - "default_value": 3 - }, - "adaptive_layer_height_variation": { - "default_value": 0.04 - }, - "adaptive_layer_height_variation_step": { - "default_value": 0.04 - }, - "support_use_towers": { - "default_value": false - }, - "support_interface_enable": { - "default_value": true - }, - "support_interface_density": { - "default_value": 33.333 - }, - "support_interface_pattern": { - "default_value": "grid" - }, - "support_interface_skip_height": { - "default_value": 0.24 - }, - "top_bottom_thickness": { - "default_value": 0.8 - }, - "material_flow": { - "default_value": 100 - }, - "material_print_temperature": { - "maximum_value_warning": "330" - }, - "acceleration_roofing": { - "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" - }, - "retraction_speed": { + "retraction_speed": + { "default_value": 40, - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": "200" + "maximum_value": "200", + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')" }, - "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": "200" - }, - "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", - "maximum_value": "200" - }, - "speed_layer_0": { - "value": "speed_print / 2" - }, - "acceleration_travel_layer_0": { - "value": "acceleration_travel" - }, - "jerk_travel": { - "value": "jerk_print" - }, - "jerk_travel_layer_0": { - "value": "jerk_travel" - }, - "skirt_brim_speed": { - "value": "speed_layer_0" - }, - "speed_wall_0": { - "value": "speed_wall" - }, - "speed_wall_x": { - "value": "speed_wall" - }, - "speed_topbottom": { - "value": "speed_print / 2" - }, - "speed_roofing": { - "value": "speed_topbottom" - }, - "speed_travel": { - "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" - }, - "speed_travel_layer_0": { - "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" - }, - "speed_prime_tower": { - "value": "speed_topbottom" - }, - "speed_support": { - "value": "speed_wall_0" - }, - "speed_support_interface": { - "value": "speed_topbottom" - }, - "material_initial_print_temperature": { - "value": "material_print_temperature" - }, - "material_final_print_temperature": { - "value": "material_print_temperature" - }, - "cool_fan_full_at_height": { - "value": "layer_height_0 + 2 * layer_height" - }, - "adhesion_type": { - "default_value": "skirt" - }, - "meshfix_maximum_travel_resolution": { - "value": "meshfix_maximum_resolution" - }, - "support_xy_distance": { - "value": "wall_line_width_0 * 2" - }, - "support_xy_distance_overhang": { - "value": "wall_line_width_0" - }, - "support_z_distance": { - "value": "layer_height if layer_height >= 0.16 else layer_height * 2" - }, - "support_xy_overrides_z": { - "default_value": "xy_overrides_z" - }, - "support_interface_height": { - "value": "layer_height * 4" - }, - "wall_thickness": { - "value": "line_width * 2" - }, - "acceleration_travel": { - "value": 1000 - }, - "line_width": { - "value": 0.4 - }, - "speed_z_hop": { - "default_value": 5 - }, - "retraction_combing_max_distance": { - "default_value": 30 - }, - "travel_avoid_supports": { - "default_value": true - }, - "brim_replaces_support": { - "default_value": false - }, - "support_brim_width": { - "default_value": 4 - }, - "minimum_support_area": { - "default_value": 2 - }, - "minimum_interface_area": { - "default_value": 10 - }, - "support_wall_count": { - "value": 1 - }, - "support_brim_enable": { - "value": false - }, - "retraction_combing": { - "value": "all" - }, - "retraction_extrusion_window": { - "value": 10, - "maximum_value_warning": "20" - }, - "retraction_min_travel": { - "value": 1.5 - }, - "infill_wipe_dist": { - "value": 0.0 - }, - "skin_overlap": { - "value": 10.0 - }, - "infill_overlap": { - "value": 30.0 - }, - "wall_0_wipe_dist": { - "value": 0.0 - } + "skin_no_small_gaps_heuristic": { "default_value": false }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "default_value": 8.0 }, + "skirt_line_count": { "default_value": 3 }, + "speed_layer_0": { "value": "speed_print / 2" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "default_value": 40.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "speed_print / 2" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_0": { "value": "speed_wall" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "default_value": 5 }, + "support_angle": { "default_value": 60 }, + "support_brim_enable": { "value": false }, + "support_brim_width": { "default_value": 4 }, + "support_enable": { "default_value": true }, + "support_infill_rate": { "value": 15 }, + "support_interface_density": { "default_value": 33.333 }, + "support_interface_enable": { "default_value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "default_value": "grid" }, + "support_interface_skip_height": { "default_value": 0.24 }, + "support_pattern": { "default_value": "zigzag" }, + "support_type": { "default_value": "buildplate" }, + "support_use_towers": { "default_value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "default_value": "xy_overrides_z" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, + "top_bottom_pattern": { "default_value": "zigzag" }, + "top_bottom_thickness": { "default_value": 0.8 }, + "travel_avoid_other_parts": { "default_value": false }, + "travel_avoid_supports": { "default_value": true }, + "travel_retract_before_outer_wall": { "default_value": true }, + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_type": { "default_value": "shortest" } } -} +} \ No newline at end of file diff --git a/resources/definitions/monoprice_select_mini_v1.def.json b/resources/definitions/monoprice_select_mini_v1.def.json index 21497b13bc..8bbe9c0772 100644 --- a/resources/definitions/monoprice_select_mini_v1.def.json +++ b/resources/definitions/monoprice_select_mini_v1.def.json @@ -2,19 +2,17 @@ "version": 2, "name": "Monoprice Select Mini V1", "inherits": "malyan_m200", - "metadata": { + "metadata": + { + "visible": true, "author": "Brian Corbino, Tyler Gibson", "manufacturer": "Monoprice", "file_formats": "text/x-gcode", - "quality_definition": "malyan_m200", - "visible": true, - "machine_extruder_trains": - { - "0": "monoprice_select_mini_v1_extruder_0" - } - }, - - "overrides": { + "machine_extruder_trains": { "0": "monoprice_select_mini_v1_extruder_0" }, + "quality_definition": "malyan_m200" + }, + "overrides": + { "machine_name": { "default_value": "Monoprice Select Mini V1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/monoprice_select_mini_v2.def.json b/resources/definitions/monoprice_select_mini_v2.def.json index 004de649f1..aced94320a 100644 --- a/resources/definitions/monoprice_select_mini_v2.def.json +++ b/resources/definitions/monoprice_select_mini_v2.def.json @@ -2,30 +2,25 @@ "version": 2, "name": "Monoprice Select Mini V2 (E3D)", "inherits": "malyan_m200", - "metadata": { + "metadata": + { + "visible": true, "author": "Tyler Gibson", "manufacturer": "Monoprice", "file_formats": "text/x-gcode", "has_machine_quality": true, "has_materials": true, - "preferred_quality_type": "normal", - "visible": true, - "machine_extruder_trains": - { - "0": "monoprice_select_mini_v2_extruder_0" - } - }, - - "overrides": { - "machine_name": { "default_value": "Monoprice Select Mini V2" }, - "machine_end_gcode": - { - "default_value": "G0 X0 Y120;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)" - }, + "machine_extruder_trains": { "0": "monoprice_select_mini_v2_extruder_0" }, + "preferred_quality_type": "normal" + }, + "overrides": + { "adhesion_type": { "default_value": "brim" }, + "machine_end_gcode": { "default_value": "G0 X0 Y120;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)" }, + "machine_name": { "default_value": "Monoprice Select Mini V2" }, + "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, + "retraction_amount": { "default_value": 2.5 }, "retraction_combing": { "value": "'noskin'" }, - "retraction_amount" : { "default_value": 2.5}, - "retraction_speed" : { "default_value": 40}, - "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" } + "retraction_speed": { "default_value": 40 } } -} +} \ No newline at end of file diff --git a/resources/definitions/monoprice_ultimate.def.json b/resources/definitions/monoprice_ultimate.def.json index 445347b54e..4ca119da17 100644 --- a/resources/definitions/monoprice_ultimate.def.json +++ b/resources/definitions/monoprice_ultimate.def.json @@ -2,47 +2,33 @@ "version": 2, "name": "Monoprice Ultimate", "inherits": "wanhao_d6", - "metadata": { + "metadata": + { "visible": true, "author": "Danny Tuppeny", "manufacturer": "Monoprice", "file_formats": "text/x-gcode", - "icon": "wanhao-icon.png", - "has_materials": true, "platform": "wanhao_200_200_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_d6_extruder_0" - }, - "platform_offset": [0, -28, 0] + "has_materials": true, + "icon": "wanhao-icon.png", + "machine_extruder_trains": { "0": "wanhao_d6_extruder_0" }, + "platform_offset": [ + 0, + -28, + 0 + ], + "platform_texture": "Wanhaobackplate.png" }, - "overrides": { - "machine_name": { - "default_value": "Monoprice Ultimate" - }, - "machine_max_acceleration_x": { - "default_value": 3000 - }, - "machine_max_acceleration_y": { - "default_value": 3000 - }, - "machine_max_acceleration_z": { - "default_value": 100 - }, - "machine_max_acceleration_e": { - "default_value": 500 - }, - "machine_acceleration": { - "default_value": 800 - }, - "machine_max_jerk_xy": { - "default_value": 10.0 - }, - "machine_max_jerk_z": { - "default_value": 0.4 - }, - "machine_max_jerk_e": { - "default_value": 1.0 - } + "overrides": + { + "machine_acceleration": { "default_value": 800 }, + "machine_max_acceleration_e": { "default_value": 500 }, + "machine_max_acceleration_x": { "default_value": 3000 }, + "machine_max_acceleration_y": { "default_value": 3000 }, + "machine_max_acceleration_z": { "default_value": 100 }, + "machine_max_jerk_e": { "default_value": 1.0 }, + "machine_max_jerk_xy": { "default_value": 10.0 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "Monoprice Ultimate" } } -} +} \ No newline at end of file diff --git a/resources/definitions/mp_mini_delta.def.json b/resources/definitions/mp_mini_delta.def.json index b003bb3853..fd6ddf180e 100644 --- a/resources/definitions/mp_mini_delta.def.json +++ b/resources/definitions/mp_mini_delta.def.json @@ -1,71 +1,61 @@ -{ - "version": 2, - "name": "MP Mini Delta", - "inherits": "fdmprinter", - "metadata": { - "author": "MPMD V1 Facebook Group", - "manufacturer": "Monoprice", - "file_formats": "text/x-gcode", - "platform": "mp_mini_delta_platform.3mf", - "supports_usb_connection": true, - "has_machine_quality": false, - "visible": true, - "platform_offset": [0, 0, 0], - "has_materials": true, - "has_variants": false, - "has_machine_materials": false, - "has_variant_materials": false, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "mp_mini_delta_extruder_0" - } - }, - - "overrides": { - "machine_start_gcode": - { - "default_value": ";MPMD V1 Basic Calibration Tutorial: \n; https://www.thingiverse.com/thing:3892011 \n; \n; If you want to put calibration values in your \n; Start Gcode, put them here. \n; \n;If on stock firmware, at minimum, consider adding \n;M665 R here since there is a firmware bug. \n; \n; Calibration part ends here \n; \nG90 ; switch to absolute positioning \nG92 E0 ; reset extrusion distance \nG1 E20 F200 ; purge 20mm of filament to prime nozzle. \nG92 E0 ; reset extrusion distance \nG4 S5 ; Pause for 5 seconds to allow time for removing extruded filament \nG28 ; start from home position \nG1 E-6 F900 ; retract 6mm of filament before starting the bed leveling process \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for removing extruded filament \nG29 P2 Z0.28 ; Auto-level ; ADJUST Z higher or lower to set first layer height. Start with 0.02 adjustments. \nG1 Z30 ; raise Z 30mm to prepare for priming the nozzle \nG1 E5 F200 ; extrude 5mm of filament to help prime the nozzle just prior to the start of the print \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for cleaning the nozzle and build plate if needed " - }, - "machine_end_gcode": - { - "default_value": "M107; \nM104 S0; turn off hotend heater \nM140 S0; turn off bed heater \nG91; Switch to use Relative Coordinates \nG1 E-2 F300; retract the filament a bit before lifting the nozzle to release some of the pressure \nG1 Z5 E-5 F4800; move nozzle up a bit and retract filament even more \nG28 X0; return to home positions so the nozzle is out of the way \nM84; turn off stepper motors \nG90; switch to absolute positioning \nM82; absolute extrusion mode" - }, - "machine_width": { "default_value": 110 }, - "machine_depth": { "default_value": 110 }, - "machine_height": { "default_value": 120 }, - "machine_heated_bed": { "default_value": true }, - "machine_shape": { "default_value": "elliptic" }, - "machine_center_is_zero": { "default_value": true }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "layer_height": { - "default_value": 0.14 - }, - "layer_height_0": { - "default_value": 0.21 - }, - "material_bed_temperature": { "value": 40 }, - "line_width": { "value": "round(machine_nozzle_size, 2)" }, - "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_max_feedrate_x": { "default_value": 150 }, - "machine_max_feedrate_y": { "default_value": 150 }, - "machine_max_feedrate_z": { "default_value": 150 }, - "machine_max_feedrate_e": { "default_value": 50 }, - "machine_max_acceleration_x": { "default_value": 800 }, - "machine_max_acceleration_y": { "default_value": 800 }, - "machine_max_acceleration_z": { "default_value": 800 }, - "machine_max_acceleration_e": { "default_value": 10000 }, - "machine_acceleration": { "default_value": 3000 }, - "machine_max_jerk_xy": { "default_value": 20 }, - "machine_max_jerk_z": { "default_value": 20 }, - "machine_max_jerk_e": { "default_value": 5}, - "retraction_amount": { "default_value": 4 }, - "retraction_speed": { "default_value": 50 }, - "retraction_hop_enabled": { "default_value": false }, - "retract_at_layer_change": { "default_value": true }, - "coasting_enable": { "default_value": true } - } -} +{ + "version": 2, + "name": "MP Mini Delta", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "MPMD V1 Facebook Group", + "manufacturer": "Monoprice", + "file_formats": "text/x-gcode", + "platform": "mp_mini_delta_platform.3mf", + "has_machine_materials": false, + "has_machine_quality": false, + "has_materials": true, + "has_variant_materials": false, + "has_variants": false, + "machine_extruder_trains": { "0": "mp_mini_delta_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_quality_type": "normal", + "supports_usb_connection": true + }, + "overrides": + { + "coasting_enable": { "default_value": true }, + "layer_height": { "default_value": 0.14 }, + "layer_height_0": { "default_value": 0.21 }, + "line_width": { "value": "round(machine_nozzle_size, 2)" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 110 }, + "machine_end_gcode": { "default_value": "M107; \nM104 S0; turn off hotend heater \nM140 S0; turn off bed heater \nG91; Switch to use Relative Coordinates \nG1 E-2 F300; retract the filament a bit before lifting the nozzle to release some of the pressure \nG1 Z5 E-5 F4800; move nozzle up a bit and retract filament even more \nG28 X0; return to home positions so the nozzle is out of the way \nM84; turn off stepper motors \nG90; switch to absolute positioning \nM82; absolute extrusion mode" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 120 }, + "machine_max_acceleration_e": { "default_value": 10000 }, + "machine_max_acceleration_x": { "default_value": 800 }, + "machine_max_acceleration_y": { "default_value": 800 }, + "machine_max_acceleration_z": { "default_value": 800 }, + "machine_max_feedrate_e": { "default_value": 50 }, + "machine_max_feedrate_x": { "default_value": 150 }, + "machine_max_feedrate_y": { "default_value": 150 }, + "machine_max_feedrate_z": { "default_value": 150 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 20 }, + "machine_max_jerk_z": { "default_value": 20 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": ";MPMD V1 Basic Calibration Tutorial: \n; https://www.thingiverse.com/thing:3892011 \n; \n; If you want to put calibration values in your \n; Start Gcode, put them here. \n; \n;If on stock firmware, at minimum, consider adding \n;M665 R here since there is a firmware bug. \n; \n; Calibration part ends here \n; \nG90 ; switch to absolute positioning \nG92 E0 ; reset extrusion distance \nG1 E20 F200 ; purge 20mm of filament to prime nozzle. \nG92 E0 ; reset extrusion distance \nG4 S5 ; Pause for 5 seconds to allow time for removing extruded filament \nG28 ; start from home position \nG1 E-6 F900 ; retract 6mm of filament before starting the bed leveling process \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for removing extruded filament \nG29 P2 Z0.28 ; Auto-level ; ADJUST Z higher or lower to set first layer height. Start with 0.02 adjustments. \nG1 Z30 ; raise Z 30mm to prepare for priming the nozzle \nG1 E5 F200 ; extrude 5mm of filament to help prime the nozzle just prior to the start of the print \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for cleaning the nozzle and build plate if needed " }, + "machine_width": { "default_value": 110 }, + "material_bed_temperature": { "value": 40 }, + "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 4 }, + "retraction_hop_enabled": { "default_value": false }, + "retraction_speed": { "default_value": 50 } + } +} \ No newline at end of file diff --git a/resources/definitions/mp_mini_delta_v2.def.json b/resources/definitions/mp_mini_delta_v2.def.json index 30c7cb2823..12055a94ca 100644 --- a/resources/definitions/mp_mini_delta_v2.def.json +++ b/resources/definitions/mp_mini_delta_v2.def.json @@ -1,51 +1,46 @@ -{ - "version": 2, - "name": "MP Mini Delta V2", - "inherits": "fdmprinter", - "metadata": { - "author": "mpminidelta subreddit", - "manufacturer": "Monoprice", - "file_formats": "text/x-gcode", - "platform": "mp_mini_delta_platform.3mf", - "supports_usb_connection": true, - "has_machine_quality": false, - "visible": true, - "platform_offset": [0, 0, 0], - "has_materials": true, - "has_variants": false, - "has_machine_materials": false, - "has_variant_materials": false, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "mp_mini_delta_v2_extruder_0" - } - }, - - "overrides": { - "machine_start_gcode": - { - "default_value": ";(**** start.gcode for MP Mini Delta V2****)\nG21\nG90\nM82\nM107\nM104 S170\nG28 X0 Y0\nG28 Z0\nG29 Z0.4\nG1 Z15 F300\nM109 S{material_print_temperature_layer_0}\nG92 E0\nG1 F200 E3\nG92 E0\nG1 F2000\n" - }, - "machine_end_gcode": { - "default_value": ";(**** end.gcode for MP Mini Delta V2****)\nG28;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)" - }, - "material_print_temp_prepend":{"default_value":false}, - "material_bed_temperature": { "value": 40 }, - "machine_width": { "default_value": 110 }, - "machine_depth": { "default_value": 110 }, - "machine_height": { "default_value": 120 }, - "machine_heated_bed": { "default_value": true }, - "machine_shape": { "default_value": "elliptic" }, - "machine_center_is_zero": { "default_value": true }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "line_width": { "value": "round(machine_nozzle_size, 2)" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "retraction_amount": { "default_value": 5 }, - "retraction_speed": { "default_value": 28 }, - "retraction_hop_enabled": { "default_value": false }, - "retract_at_layer_change": { "default_value": true } - } -} +{ + "version": 2, + "name": "MP Mini Delta V2", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "mpminidelta subreddit", + "manufacturer": "Monoprice", + "file_formats": "text/x-gcode", + "platform": "mp_mini_delta_platform.3mf", + "has_machine_materials": false, + "has_machine_quality": false, + "has_materials": true, + "has_variant_materials": false, + "has_variants": false, + "machine_extruder_trains": { "0": "mp_mini_delta_v2_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_quality_type": "normal", + "supports_usb_connection": true + }, + "overrides": + { + "line_width": { "value": "round(machine_nozzle_size, 2)" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 110 }, + "machine_end_gcode": { "default_value": ";(**** end.gcode for MP Mini Delta V2****)\nG28;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 120 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": ";(**** start.gcode for MP Mini Delta V2****)\nG21\nG90\nM82\nM107\nM104 S170\nG28 X0 Y0\nG28 Z0\nG29 Z0.4\nG1 Z15 F300\nM109 S{material_print_temperature_layer_0}\nG92 E0\nG1 F200 E3\nG92 E0\nG1 F2000\n" }, + "machine_width": { "default_value": 110 }, + "material_bed_temperature": { "value": 40 }, + "material_print_temp_prepend": { "default_value": false }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 5 }, + "retraction_hop_enabled": { "default_value": false }, + "retraction_speed": { "default_value": 28 } + } +} \ No newline at end of file diff --git a/resources/definitions/nps.def.json b/resources/definitions/nps.def.json index b6f0bfffe8..633cf86b77 100644 --- a/resources/definitions/nps.def.json +++ b/resources/definitions/nps.def.json @@ -1,54 +1,61 @@ -{ - "version": 2, - "name": "nps", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Naxe", - "manufacturer": "Naxe", - "platform": "npscura.stl", - "platform_offset": [ -212, -83, 215], - "file_formats": "text/x-gcode", - "machine_extruder_trains": { - "0": "nps_extruder_0" - }, - "has_machine_quality": true, - "has_materials": true - }, - - "overrides": { - "machine_name": { "default_value": "NAXE NP-S" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "layer_height": { "default_value": 0.1 }, - "layer_height_0": { "default_value": 0.2 }, - "retraction_amount": { "default_value": 0.2 }, - "retraction_speed": { "default_value": 45 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 20 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, - "machine_acceleration": { "default_value": 1000 }, - "machine_max_jerk_xy": { "default_value": 12 }, - "machine_max_jerk_z": { "default_value": 0.5 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_extruder_count": {"default_value": 1}, - "machine_start_gcode": { - "default_value": "G28 X Y\nG1 Y10\nM104 S{print_temperature}\nM190 S{print_bed_temperature}\nG28\nG4 S5\nG34\nG29 E0\nG21\nG90\nM83\nG1 X6 Y20 F7200\nG1 Z0.2\nM109 S{print_temperature}\nG1 X10 Y20 Z0.2 F5000.0\nG1 X10 Y200.0 Z0.2 F900.0 E10\nG92 E0.0\nM82\nM117 Printing\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\n" - } - } -} +{ + "version": 2, + "name": "nps", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Naxe", + "manufacturer": "Naxe", + "file_formats": "text/x-gcode", + "platform": "npscura.stl", + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "nps_extruder_0" }, + "platform_offset": [ + -212, + -83, + 215 + ] + }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, + "layer_height": { "default_value": 0.1 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_acceleration": { "default_value": 1000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\n" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 20 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 12 }, + "machine_max_jerk_z": { "default_value": 0.5 }, + "machine_name": { "default_value": "NAXE NP-S" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "G28 X Y\nG1 Y10\nM104 S{print_temperature}\nM190 S{print_bed_temperature}\nG28\nG4 S5\nG34\nG29 E0\nG21\nG90\nM83\nG1 X6 Y20 F7200\nG1 Z0.2\nM109 S{print_temperature}\nG1 X10 Y20 Z0.2 F5000.0\nG1 X10 Y200.0 Z0.2 F900.0 E10\nG92 E0.0\nM82\nM117 Printing\n" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 0.2 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 45 } + } +} \ No newline at end of file diff --git a/resources/definitions/nwa3d_a31.def.json b/resources/definitions/nwa3d_a31.def.json index fef44ac16b..5ab4fb1bfe 100644 --- a/resources/definitions/nwa3d_a31.def.json +++ b/resources/definitions/nwa3d_a31.def.json @@ -1,40 +1,35 @@ { - "name": "Nwa3D A31", "version": 2, + "name": "Nwa3D A31", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "DragonJe", "manufacturer": "Nwa 3D LLC", "file_formats": "text/x-gcode", - "platform_offset": [0, 0, 0], + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "variants_name": "Nozzle Size", - "preferred_variant_name": "Standard 0.4mm", - "preferred_quality_type": "normal", - "has_machine_quality": true, + "machine_extruder_trains": { "0": "nwa3d_a31_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], "preferred_material": "generic_pla", - "machine_extruder_trains": - { - "0": "nwa3d_a31_extruder_0" - } + "preferred_quality_type": "normal", + "preferred_variant_name": "Standard 0.4mm", + "variants_name": "Nozzle Size" }, - - "overrides": { - "machine_name": { - "default_value": "NWA3D A31" - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "30" }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-30, 34], [-30, -32], @@ -42,23 +37,11 @@ [30, 34] ] }, - "gantry_height": { - "value": "30" - }, - "machine_heated_bed": { - "default_value": true - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "NWA3D A31" }, + "machine_start_gcode": { "default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/definitions/nwa3d_a5.def.json b/resources/definitions/nwa3d_a5.def.json index 8c6b53b81e..047b47b2fb 100644 --- a/resources/definitions/nwa3d_a5.def.json +++ b/resources/definitions/nwa3d_a5.def.json @@ -1,38 +1,33 @@ { - "name": "Nwa3D A5", "version": 2, + "name": "Nwa3D A5", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "DragonJe", "manufacturer": "Nwa 3D LLC", "file_formats": "text/x-gcode", - "platform_offset": [0, 0, 0], + "has_machine_quality": true, "has_materials": true, "has_variants": false, - "preferred_quality_type": "normal", - "has_machine_quality": true, + "machine_extruder_trains": { "0": "nwa3d_a5_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], "preferred_material": "generic_pla", - "machine_extruder_trains": - { - "0": "nwa3d_a5_extruder_0" - } + "preferred_quality_type": "normal" }, - - "overrides": { - "machine_name": { - "default_value": "NWA3D A5" - }, - "machine_width": { - "default_value": 125 - }, - "machine_height": { - "default_value": 100 - }, - "machine_depth": { - "default_value": 150 - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "30" }, + "machine_depth": { "default_value": 150 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-30, 34], [-30, -32], @@ -40,23 +35,11 @@ [30, 34] ] }, - "gantry_height": { - "value": "30" - }, - "machine_heated_bed": { - "default_value": false - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_gcode_flavor": { - "default_value": "RepRap (RepRap)" - }, - "machine_start_gcode": { - "default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 100 }, + "machine_name": { "default_value": "NWA3D A5" }, + "machine_start_gcode": { "default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 125 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/definitions/ord.def.json b/resources/definitions/ord.def.json index 0701133e54..d059ad0c82 100644 --- a/resources/definitions/ord.def.json +++ b/resources/definitions/ord.def.json @@ -1,8 +1,9 @@ { - "name": "RoVa3D", "version": 2, + "name": "RoVa3D", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "ORD Solutions", "file_formats": "text/x-gcode", @@ -14,20 +15,24 @@ "3": "ord_extruder_3", "4": "ord_extruder_4" }, - "platform_offset": [ 0, 0, 0] + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "prime_tower_size": { "default_value": 7.0710678118654755 }, + "overrides": + { "infill_sparse_density": { "default_value": 15 }, "layer_height": { "default_value": 0.3 }, - "machine_extruder_count": { "default_value": 5 }, - "machine_heated_bed": { "default_value": true }, "machine_center_is_zero": { "default_value": false }, - "machine_height": { "default_value": 200 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_depth": { "default_value": 250 }, + "machine_extruder_count": { "default_value": 5 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "RoVa3D" }, "machine_width": { "default_value": 215 }, - "machine_name": { "default_value": "RoVa3D" } + "prime_tower_size": { "default_value": 7.0710678118654755 } } -} +} \ No newline at end of file diff --git a/resources/definitions/pbr3d_g1.def.json b/resources/definitions/pbr3d_g1.def.json index fbe1d5bfc6..a344047772 100644 --- a/resources/definitions/pbr3d_g1.def.json +++ b/resources/definitions/pbr3d_g1.def.json @@ -2,44 +2,30 @@ "version": 2, "name": "PBR 3D Gen-I", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Kapil H. Sonone, Prof. Bahubali P. Fuladi", "manufacturer": "PBR Research", "file_formats": "text/x-gcode", "platform": "pbr3d_g1_buildplate.stl", - "platform_offset": [0, -5, 0], - "machine_extruder_trains": - { - "0": "pbr3d_g1_extruder_0" - } + "machine_extruder_trains": { "0": "pbr3d_g1_extruder_0" }, + "platform_offset": [ + 0, + -5, + 0 + ] }, - - "overrides": { + "overrides": + { + "gantry_height": { "value": "200" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n;Retract the Filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, "machine_name": { "default_value": "PBR 3D Gen-I" }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "200" - }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the Platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\n;Retract the Filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" - } + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the Platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 200 } } -} +} \ No newline at end of file diff --git a/resources/definitions/peopoly_moai.def.json b/resources/definitions/peopoly_moai.def.json index cbc668dc74..9ce1438fe3 100644 --- a/resources/definitions/peopoly_moai.def.json +++ b/resources/definitions/peopoly_moai.def.json @@ -2,264 +2,184 @@ "version": 2, "name": "Peopoly Moai", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Peopoly", "manufacturer": "Peopoly", "file_formats": "text/x-gcode", + "platform": "moai.obj", "has_machine_quality": true, "has_materials": false, - "platform": "moai.obj", - "platform_texture": "moai.jpg", - "machine_extruder_trains": { - "0": "peopoly_moai_extruder_0" - } + "machine_extruder_trains": { "0": "peopoly_moai_extruder_0" }, + "platform_texture": "moai.jpg" }, - - "overrides": { - "machine_name": { - "default_value": "Moai" - }, - "machine_width": { - "default_value": 130 - }, - "machine_height": { - "default_value": 180 - }, - "machine_depth": { - "default_value": 130 - }, - "machine_head_with_fans_polygon": + "overrides": + { + "acceleration_enabled": { - "default_value": [ - [ -20, 10 ], - [ -20, -10 ], - [ 10, 10 ], - [ 10, -10 ] - ] + "enabled": false, + "value": "False" }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" + "adaptive_layer_height_enabled": + { + "enabled": false, + "value": "False" }, - "machine_start_gcode": { - "default_value": "G28 ;Home" + "adhesion_type": { "value": "'none'" }, + "bottom_thickness": { "minimum_value_warning": "resolveOrValue('layer_height')" }, + "bridge_settings_enabled": + { + "enabled": false, + "value": "False" }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG28 X0 Y0\nM84" + "coasting_enable": + { + "enabled": false, + "value": "False" }, - "line_width": { - "minimum_value_warning": "machine_nozzle_size" + "cool_fan_enabled": + { + "enabled": false, + "value": "False" }, - "wall_line_width": { - "minimum_value_warning": "machine_nozzle_size" + "cool_fan_full_at_height": { "enabled": false }, + "cool_fan_full_layer": { "enabled": false }, + "cool_fan_speed_min": + { + "enabled": false, + "value": 0 }, - "wall_line_width_x": { - "minimum_value_warning": "machine_nozzle_size" + "cool_lift_head": + { + "enabled": false, + "value": "False" }, - "skin_line_width": { - "minimum_value_warning": "machine_nozzle_size" + "cool_min_layer_time": + { + "enabled": false, + "value": 0 }, - "infill_line_width": { - "minimum_value_warning": "machine_nozzle_size" + "cool_min_layer_time_fan_speed_max": { "enabled": false }, + "cool_min_speed": + { + "enabled": false, + "value": 0 }, - "skirt_brim_line_width": { - "minimum_value_warning": "machine_nozzle_size" + "draft_shield_enabled": + { + "enabled": false, + "value": "False" }, - "layer_height": { + "expand_skins_expand_distance": { "value": "( wall_line_width_0 + (wall_line_count - 1) * wall_line_width_x ) / 2" }, + "flow_rate_extrusion_offset_factor": { "enabled": false }, + "flow_rate_max_extrusion_offset": { "enabled": false }, + "infill_angles": { "value": "[0, 90]" }, + "infill_line_width": { "minimum_value_warning": "machine_nozzle_size" }, + "infill_overlap": { "value": 15 }, + "infill_pattern": { "value": "'lines'" }, + "infill_sparse_density": { "value": 70 }, + "infill_sparse_thickness": { "maximum_value_warning": "0.5" }, + "infill_wipe_dist": { "value": 0 }, + "ironing_enabled": + { + "enabled": false, + "value": "False" + }, + "layer_height": + { "maximum_value_warning": "0.5", "minimum_value_warning": "0.02" }, - "layer_height_0": { + "layer_height_0": + { "maximum_value_warning": "0.5", "minimum_value_warning": "0.02", "value": "0.1" }, - "top_bottom_thickness": { - "minimum_value_warning": "0.1", - "value": "0.1" + "line_width": { "minimum_value_warning": "machine_nozzle_size" }, + "machine_depth": { "default_value": 130 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG28 X0 Y0\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-20, 10], + [-20, -10], + [10, 10], + [10, -10] + ] }, - "top_thickness": { - "minimum_value_warning": "resolveOrValue('layer_height')" - }, - "bottom_thickness": { - "minimum_value_warning": "resolveOrValue('layer_height')" - }, - "infill_sparse_thickness": { - "maximum_value_warning": "0.5" - }, - "speed_print": { - "maximum_value_warning": "300" - }, - "speed_infill": { - "maximum_value_warning": "300" - }, - "speed_wall": { - "maximum_value_warning": "300", - "value": "speed_print" - }, - "speed_wall_0": { - "maximum_value_warning": "300" - }, - "speed_wall_x": { - "maximum_value_warning": "300", - "value": "speed_print" - }, - "speed_topbottom": { - "maximum_value_warning": "300", - "value": "speed_print" - }, - "speed_travel": { - "value": 150 - }, - "speed_travel_layer_0": { - "value": 150 - }, - "speed_layer_0": { - "value": 5 - }, - "speed_slowdown_layers": { - "value": 3 - }, - "infill_overlap": { - "value": 15 - }, - "adhesion_type": { - "value": "'none'" - }, - "print_sequence": { - "enabled": false - }, - "support_enable": { - "enabled": false - }, - "machine_nozzle_temp_enabled": { - "value": "False" - }, - "material_bed_temperature": { - "enabled": false - }, - "cool_fan_enabled": { + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Moai" }, + "machine_nozzle_temp_enabled": { "value": "False" }, + "machine_start_gcode": { "default_value": "G28 ;Home" }, + "machine_width": { "default_value": 130 }, + "material_bed_temperature": { "enabled": false }, + "material_flow": { "enabled": false }, + "material_flow_layer_0": { "enabled": false }, + "meshfix_maximum_deviation": { "value": "0.002" }, + "minimum_polygon_circumference": { "value": "0.1" }, + "print_sequence": { "enabled": false }, + "relative_extrusion": + { "enabled": false, "value": "False" }, - "cool_fan_speed_min": { - "enabled": false, - "value": 0 - }, - "retraction_enable": { - "enabled": false, - "value": "False" - }, - "retraction_combing": { - "enabled": false, - "value": "'off'" - }, - "retract_at_layer_change": { + "retract_at_layer_change": + { "enabled": false, "value": false }, - "cool_min_layer_time_fan_speed_max": { - "enabled": false + "retraction_combing": + { + "enabled": false, + "value": "'off'" }, - "cool_fan_full_at_height": { - "enabled": false + "retraction_enable": + { + "enabled": false, + "value": "False" }, - "cool_fan_full_layer": { - "enabled": false + "skin_line_width": { "minimum_value_warning": "machine_nozzle_size" }, + "skin_no_small_gaps_heuristic": { "value": "False" }, + "skin_outline_count": { "value": 0 }, + "skin_overlap": { "value": 5 }, + "skirt_brim_line_width": { "minimum_value_warning": "machine_nozzle_size" }, + "speed_infill": { "maximum_value_warning": "300" }, + "speed_layer_0": { "value": 5 }, + "speed_print": { "maximum_value_warning": "300" }, + "speed_slowdown_layers": { "value": 3 }, + "speed_topbottom": + { + "maximum_value_warning": "300", + "value": "speed_print" }, - "minimum_polygon_circumference": { + "speed_travel": { "value": 150 }, + "speed_travel_layer_0": { "value": 150 }, + "speed_wall": + { + "maximum_value_warning": "300", + "value": "speed_print" + }, + "speed_wall_0": { "maximum_value_warning": "300" }, + "speed_wall_x": + { + "maximum_value_warning": "300", + "value": "speed_print" + }, + "support_enable": { "enabled": false }, + "top_bottom_thickness": + { + "minimum_value_warning": "0.1", "value": "0.1" }, - "meshfix_maximum_deviation": { - "value": "0.002" - }, - "skin_outline_count": { - "value": 0 - }, - "wall_0_wipe_dist": { - "value": "machine_nozzle_size / 3" - }, - "wall_thickness": { - "value": "0.5" - }, - "infill_sparse_density": { - "value": 70 - }, - "infill_pattern": { - "value": "'lines'" - }, - "infill_angles": { - "value": "[0,90]" - }, - "cool_min_layer_time": { - "enabled": false, - "value": 0 - }, - "cool_min_speed": { - "enabled": false, - "value": 0 - }, - "cool_lift_head": { - "enabled": false, - "value": "False" - }, - "material_flow": { - "enabled": false - }, - "material_flow_layer_0": { - "enabled": false - }, - "draft_shield_enabled": { - "enabled": false, - "value": "False" - }, - "z_seam_corner": { - "value": "'z_seam_corner_none'" - }, - "z_seam_type": { - "value": "'shortest'" - }, - "skin_no_small_gaps_heuristic": { - "value": "False" - }, - "ironing_enabled": { - "enabled": false, - "value": "False" - }, - "skin_overlap": { - "value": 5 - }, - "infill_wipe_dist": { - "value": 0 - }, - "expand_skins_expand_distance": { - "value": "( wall_line_width_0 + (wall_line_count - 1) * wall_line_width_x ) / 2" - }, - "flow_rate_max_extrusion_offset": { - "enabled": false - }, - "flow_rate_extrusion_offset_factor": { - "enabled": false - }, - "adaptive_layer_height_enabled": { - "value": "False", - "enabled": false - }, - "bridge_settings_enabled": { - "value": "False", - "enabled": false - }, - "acceleration_enabled": { - "value": "False", - "enabled": false - }, - "relative_extrusion": { - "value": "False", - "enabled": false - }, - "coasting_enable": { - "value": "False", - "enabled": false - } + "top_thickness": { "minimum_value_warning": "resolveOrValue('layer_height')" }, + "wall_0_wipe_dist": { "value": "machine_nozzle_size / 3" }, + "wall_line_width": { "minimum_value_warning": "machine_nozzle_size" }, + "wall_line_width_x": { "minimum_value_warning": "machine_nozzle_size" }, + "wall_thickness": { "value": "0.5" }, + "z_seam_corner": { "value": "'z_seam_corner_none'" }, + "z_seam_type": { "value": "'shortest'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/predator.def.json b/resources/definitions/predator.def.json index a8f4e56fe1..95f517d8d7 100644 --- a/resources/definitions/predator.def.json +++ b/resources/definitions/predator.def.json @@ -1,72 +1,67 @@ -{ - "version": 2, - "name": "Anycubic Predator", - "inherits": "fdmprinter", - "metadata": { - "author": "ksihota", - "manufacturer": "Anycubic", - "file_formats": "text/x-gcode", - "platform": "predator_platform.stl", - "platform_texture": "anycubic_predator.png", - "supports_usb_connection": true, - "visible": true, - "platform_offset": [0, 0, 0], - "has_materials": true, - "has_variants": false, - "has_machine_materials": false, - "has_variant_materials": false, - "has_machine_quality": true, - "quality_definition": "predator", - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "predator_extruder_0" - } - }, - - "overrides": { - "machine_start_gcode": - { - "default_value": "G21 ;metric values \nG90 ;absolute positioning \nM82 ;set extruder to absolute mode \nM107 ;start with the fan off \nG28 ;Home \nG1 Z15.0 F1000;short move \nG92 E0 ;zero the extruded length \nG1 F200 E3 ;extrude 3mm of feed stock adjust so I don't have to remove any filament \nG92 E0 ;zero the extruded length again \nG1 F4000 ;move to bed \n;Put printing message on LCD screen \nM117 Printing... \n;G5; this is in order to resume on Power failure (only works on SD prints)" - }, - "machine_end_gcode": - { - "default_value": "M104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off \nG91 ;relative positioning \nG92 E0 ;zero the extruded length \nG1 E-2 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure \nG92 E0 ;zero the extruded length \n;M107 ;fan off \nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more \n;G1 X0.0 Y0.0 Z455.0 F4500 \nG28 ;Home all axes (max endstops) \nG90 ;absolute positioning \n;M109 S60 ; wait for extruder temp to drop to 60 \n;M84 ;steppers off \n;M81 ;turn off printer" - }, - "gantry_height": { - "value": 455 - }, - "machine_width": { "default_value": 370 }, - "machine_depth": { "default_value": 370 }, - "machine_height": { "default_value": 455 }, - "machine_heated_bed": { "default_value": true }, - "machine_shape": { "default_value": "elliptic" }, - "machine_center_is_zero": { "default_value": true }, - "machine_nozzle_size": { - "default_value": 0.4, - "minimum_value": 0.15, - "maximum_value": 0.80 - }, - "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" }, - "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, - "material_bed_temperature_layer_0": { "value": "material_bed_temperature + 5" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_max_feedrate_x": { "default_value": 150 }, - "machine_max_feedrate_y": { "default_value": 150 }, - "machine_max_feedrate_z": { "default_value": 150 }, - "machine_max_feedrate_e": { "default_value": 50 }, - "machine_max_acceleration_x": { "default_value": 800 }, - "machine_max_acceleration_y": { "default_value": 800 }, - "machine_max_acceleration_z": { "default_value": 800 }, - "machine_max_acceleration_e": { "default_value": 10000 }, - "machine_acceleration": { "default_value": 3000 }, - "machine_max_jerk_xy": { "default_value": 20 }, - "machine_max_jerk_z": { "default_value": 20 }, - "machine_max_jerk_e": { "default_value": 5}, - "retraction_amount": { "default_value": 4 }, - "retraction_speed": { "default_value": 50 }, - "retraction_hop_enabled": { "default_value": false }, - "retract_at_layer_change": { "default_value": true }, - "coasting_enable": { "default_value": true } - } +{ + "version": 2, + "name": "Anycubic Predator", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "ksihota", + "manufacturer": "Anycubic", + "file_formats": "text/x-gcode", + "platform": "predator_platform.stl", + "has_machine_materials": false, + "has_machine_quality": true, + "has_materials": true, + "has_variant_materials": false, + "has_variants": false, + "machine_extruder_trains": { "0": "predator_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "platform_texture": "anycubic_predator.png", + "preferred_quality_type": "normal", + "quality_definition": "predator", + "supports_usb_connection": true + }, + "overrides": + { + "coasting_enable": { "default_value": true }, + "gantry_height": { "value": 455 }, + "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 370 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off \nG91 ;relative positioning \nG92 E0 ;zero the extruded length \nG1 E-2 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure \nG92 E0 ;zero the extruded length \n;M107 ;fan off \nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more \n;G1 X0.0 Y0.0 Z455.0 F4500 \nG28 ;Home all axes (max endstops) \nG90 ;absolute positioning \n;M109 S60 ; wait for extruder temp to drop to 60 \n;M84 ;steppers off \n;M81 ;turn off printer" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 455 }, + "machine_max_acceleration_e": { "default_value": 10000 }, + "machine_max_acceleration_x": { "default_value": 800 }, + "machine_max_acceleration_y": { "default_value": 800 }, + "machine_max_acceleration_z": { "default_value": 800 }, + "machine_max_feedrate_e": { "default_value": 50 }, + "machine_max_feedrate_x": { "default_value": 150 }, + "machine_max_feedrate_y": { "default_value": 150 }, + "machine_max_feedrate_z": { "default_value": 150 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 20 }, + "machine_max_jerk_z": { "default_value": 20 }, + "machine_nozzle_size": + { + "default_value": 0.4, + "maximum_value": 0.8, + "minimum_value": 0.15 + }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G21 ;metric values \nG90 ;absolute positioning \nM82 ;set extruder to absolute mode \nM107 ;start with the fan off \nG28 ;Home \nG1 Z15.0 F1000;short move \nG92 E0 ;zero the extruded length \nG1 F200 E3 ;extrude 3mm of feed stock adjust so I don't have to remove any filament \nG92 E0 ;zero the extruded length again \nG1 F4000 ;move to bed \n;Put printing message on LCD screen \nM117 Printing... \n;G5; this is in order to resume on Power failure (only works on SD prints)" }, + "machine_width": { "default_value": 370 }, + "material_bed_temperature_layer_0": { "value": "material_bed_temperature + 5" }, + "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 4 }, + "retraction_hop_enabled": { "default_value": false }, + "retraction_speed": { "default_value": 50 } + } } \ No newline at end of file diff --git a/resources/definitions/printrbot_play.def.json b/resources/definitions/printrbot_play.def.json index b1f7e72967..6f57c8a291 100644 --- a/resources/definitions/printrbot_play.def.json +++ b/resources/definitions/printrbot_play.def.json @@ -2,50 +2,52 @@ "version": 2, "name": "Printrbot Play", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Chris Pearson", "manufacturer": "Printrbot", "file_formats": "text/x-gcode", "platform": "printrbot_play.3mf", - "machine_extruder_trains": - { - "0": "printrbot_play_extruder_0" - } + "machine_extruder_trains": { "0": "printrbot_play_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Printrbot Play" }, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 100 }, - "machine_depth": { "default_value": 100 }, - "machine_height": { "default_value": 130 }, - "machine_center_is_zero": { "default_value": false }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "55" }, "layer_height": { "default_value": 0.2 }, "layer_height_0": { "default_value": 0.3 }, - "retraction_amount": { "default_value": 0.7 }, - "retraction_speed": { "default_value": 45}, - "adhesion_type": { "default_value": "skirt" }, - "machine_head_with_fans_polygon": { "default_value": [[-32,999],[37,999],[37,-32],[-32,-32]] }, - "gantry_height": { "value": "55" }, - "speed_print": { "default_value": 50 }, - "machine_max_feedrate_x": {"default_value": 125}, - "machine_max_feedrate_y": {"default_value": 125}, - "machine_max_feedrate_z": { "default_value": 5 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 100 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-32, 999], + [37, 999], + [37, -32], + [-32, -32] + ] + }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 130 }, + "machine_max_acceleration_e": { "default_value": 10000 }, "machine_max_acceleration_x": { "default_value": 2000 }, "machine_max_acceleration_y": { "default_value": 2000 }, "machine_max_acceleration_z": { "default_value": 30 }, - "machine_max_acceleration_e": { "default_value": 10000 }, + "machine_max_feedrate_x": { "default_value": 125 }, + "machine_max_feedrate_y": { "default_value": 125 }, + "machine_max_feedrate_z": { "default_value": 5 }, + "machine_max_jerk_e": { "default_value": 5.0 }, "machine_max_jerk_xy": { "default_value": 20 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5.0 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM106 ;start with the fan on for filament cooling\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG29 ;run auto bed leveling\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - }, - "speed_z_hop": {"default_value": 5} + "machine_name": { "default_value": "Printrbot Play" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM106 ;start with the fan on for filament cooling\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG29 ;run auto bed leveling\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 100 }, + "retraction_amount": { "default_value": 0.7 }, + "retraction_speed": { "default_value": 45 }, + "speed_print": { "default_value": 50 }, + "speed_z_hop": { "default_value": 5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/printrbot_play_heated.def.json b/resources/definitions/printrbot_play_heated.def.json index 7987f55010..846f2466a1 100644 --- a/resources/definitions/printrbot_play_heated.def.json +++ b/resources/definitions/printrbot_play_heated.def.json @@ -2,20 +2,18 @@ "version": 2, "name": "Printrbot Play (Heated Bed)", "inherits": "printrbot_play", - "metadata": { + "metadata": + { "visible": true, "author": "Chris Pearson", "manufacturer": "Printrbot", "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "printrbot_play_heated_extruder_0" - } + "machine_extruder_trains": { "0": "printrbot_play_heated_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Printrbot Play (Heated Bed)" }, + "overrides": + { + "machine_depth": { "default_value": 203 }, "machine_heated_bed": { "default_value": true }, - "machine_depth": { "default_value": 203 } + "machine_name": { "default_value": "Printrbot Play (Heated Bed)" } } -} +} \ No newline at end of file diff --git a/resources/definitions/printrbot_simple.def.json b/resources/definitions/printrbot_simple.def.json index 23e60561ba..24d4de7da0 100644 --- a/resources/definitions/printrbot_simple.def.json +++ b/resources/definitions/printrbot_simple.def.json @@ -1,28 +1,29 @@ { - "version": 2, + "version": 2, "name": "Printrbot Simple", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Calvindog717", "manufacturer": "Printrbot", - "platform": "printrbot_simple_metal_platform.3mf", - "platform_offset": [0, -3.45, 0], "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "printrbot_simple_extruder_0" - } + "platform": "printrbot_simple_metal_platform.3mf", + "machine_extruder_trains": { "0": "printrbot_simple_extruder_0" }, + "platform_offset": [ + 0, + -3.45, + 0 + ] }, - - "overrides": { - "machine_name": { "default_value": "Printrbot Simple" }, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 150 }, - "machine_height": { "default_value": 150 }, - "machine_depth": { "default_value": 140 }, + "overrides": + { "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 140 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM106 S0 ;fan off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit\nG1 Z+1 E-5 F9000 ;move Z up a bit and retract even more\nG28 X0 Y0 ;home X/Y, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-49, 20], [-49, -99999], @@ -30,13 +31,10 @@ [55, -99999] ] }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;home X/Y\nG28 Z0 ;home Z\nG92 E0 ;zero the extruded length\nG29 ;initiate auto bed leveling sequence" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM106 S0 ;fan off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit\nG1 Z+1 E-5 F9000 ;move Z up a bit and retract even more\nG28 X0 Y0 ;home X/Y, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" - } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Printrbot Simple" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;home X/Y\nG28 Z0 ;home Z\nG92 E0 ;zero the extruded length\nG29 ;initiate auto bed leveling sequence" }, + "machine_width": { "default_value": 150 } } -} +} \ No newline at end of file diff --git a/resources/definitions/printrbot_simple_extended.def.json b/resources/definitions/printrbot_simple_extended.def.json index 433256b5f9..7cef98f274 100644 --- a/resources/definitions/printrbot_simple_extended.def.json +++ b/resources/definitions/printrbot_simple_extended.def.json @@ -1,43 +1,41 @@ { - "version": 2, + "version": 2, "name": "Printrbot Simple Metal Extended", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "samsector", "manufacturer": "Printrbot", - "platform": "printrbot_simple_metal_upgrade.3mf", - "platform_offset": [0, -0.3, 0], "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "printrbot_simple_extended_extruder_0" - } + "platform": "printrbot_simple_metal_upgrade.3mf", + "machine_extruder_trains": { "0": "printrbot_simple_extended_extruder_0" }, + "platform_offset": [ + 0, + -0.3, + 0 + ] }, - - "overrides": { - "machine_name": { "default_value": "Printrbot Simple Metal Extended" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 250 }, - "machine_height": { "default_value": 235 }, - "machine_depth": { "default_value": 150 }, + "overrides": + { + "gantry_height": { "value": "99999" }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 150 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM106 S0 ;fan off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit\nG1 Z+1 E-5 F9000 ;move Z up a bit and retract even more\nG28 X0 Y0 ;home X/Y, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ 55, -20 ], - [ 55, 99999 ], - [ -49, 99999 ], - [ -49, -20 ] + [55, -20], + [55, 99999], + [-49, 99999], + [-49, -20] ] }, - "gantry_height": { "value": "99999" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM106 ;start with the fan on\nG28 X0 Y0 ;home X/Y\nG28 Z0 ;home Z\nG92 E0 ;zero the extruded length\nG29 ;initiate auto bed leveling sequence\n;start cleaning sequance\nG1 X250 Y150 Z15 F4000\nG1 X250 Y150 Z0.30 F1000\nG1 X1 Y150 Z0.25 E15.0 F2000\nG1 X1 Y150 Z0.25 E14.0 F4000\nG1 X1 Y1 Z0.25 F16000\nG1 X1 Y1 Z0.25 E15.0 F4000\nG92 E0\nM107 ;start with the fan off\n;end cleaning sequance\n;G92 X132.4 Y20 ;correct bed origin (G29 changes it)" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM106 S0 ;fan off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit\nG1 Z+1 E-5 F9000 ;move Z up a bit and retract even more\nG28 X0 Y0 ;home X/Y, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 235 }, + "machine_name": { "default_value": "Printrbot Simple Metal Extended" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM106 ;start with the fan on\nG28 X0 Y0 ;home X/Y\nG28 Z0 ;home Z\nG92 E0 ;zero the extruded length\nG29 ;initiate auto bed leveling sequence\n;start cleaning sequance\nG1 X250 Y150 Z15 F4000\nG1 X250 Y150 Z0.30 F1000\nG1 X1 Y150 Z0.25 E15.0 F2000\nG1 X1 Y150 Z0.25 E14.0 F4000\nG1 X1 Y1 Z0.25 F16000\nG1 X1 Y1 Z0.25 E15.0 F4000\nG92 E0\nM107 ;start with the fan off\n;end cleaning sequance\n;G92 X132.4 Y20 ;correct bed origin (G29 changes it)" }, + "machine_width": { "default_value": 250 } } -} +} \ No newline at end of file diff --git a/resources/definitions/printrbot_simple_makers_kit.def.json b/resources/definitions/printrbot_simple_makers_kit.def.json index 1223f2a4d9..6c68775172 100644 --- a/resources/definitions/printrbot_simple_makers_kit.def.json +++ b/resources/definitions/printrbot_simple_makers_kit.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Printrbot Simple Maker's Kit (1405)", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Timur Tabi", "manufacturer": "Printrbot", "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "printrbot_simple_makers_kit_extruder_0" - } + "machine_extruder_trains": { "0": "printrbot_simple_makers_kit_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Printrbot Simple Maker's Kit (1405)" }, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 100 }, + "overrides": + { + "gantry_height": { "value": "1000" }, "machine_depth": { "default_value": 100 }, - "machine_height": { "default_value": 115 }, - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM106 S0 ;fan off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit\nG1 Z+1 E-5 F9000 ;move Z up a bit and retract even more\nG28 X0 Y0 ;home X/Y, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-40, 1000], [-40, -10], @@ -27,14 +25,10 @@ [60, -10] ] }, - "gantry_height": { "value": "1000" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;home X/Y\nG28 Z0 ;home Z\nG92 E0 ;zero the extruded length\nG29 ;initiate auto bed leveling sequence" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM106 S0 ;fan off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit\nG1 Z+1 E-5 F9000 ;move Z up a bit and retract even more\nG28 X0 Y0 ;home X/Y, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" - } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 115 }, + "machine_name": { "default_value": "Printrbot Simple Maker's Kit (1405)" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;home X/Y\nG28 Z0 ;home Z\nG92 E0 ;zero the extruded length\nG29 ;initiate auto bed leveling sequence" }, + "machine_width": { "default_value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/prusa_i3.def.json b/resources/definitions/prusa_i3.def.json index 9ad727fde8..5e7777f343 100644 --- a/resources/definitions/prusa_i3.def.json +++ b/resources/definitions/prusa_i3.def.json @@ -2,36 +2,24 @@ "version": 2, "name": "Prusa i3", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Quillford", "manufacturer": "Prusa3D", "file_formats": "text/x-gcode", "platform": "prusai3_platform.3mf", - "machine_extruder_trains": - { - "0": "prusa_i3_extruder_0" - } + "machine_extruder_trains": { "0": "prusa_i3_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Prusa i3" }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-75, -18], [-75, 35], @@ -39,17 +27,10 @@ [18, -18] ] }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Prusa i3" }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/prusa_i3_mk2.def.json b/resources/definitions/prusa_i3_mk2.def.json index b38d9be910..29737f9246 100644 --- a/resources/definitions/prusa_i3_mk2.def.json +++ b/resources/definitions/prusa_i3_mk2.def.json @@ -2,46 +2,48 @@ "version": 2, "name": "Prusa i3 Mk2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Apsu, Nounours2099", "manufacturer": "Prusa3D", "file_formats": "text/x-gcode", "platform": "prusai3_platform.3mf", "has_materials": true, - "machine_extruder_trains": - { - "0": "prusa_i3_mk2_extruder_0" - } + "machine_extruder_trains": { "0": "prusa_i3_mk2_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Prusa i3 Mk2" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 250 }, - "machine_height": { "default_value": 200 }, - "machine_depth": { "default_value": 210 }, - "machine_center_is_zero": { "default_value": false }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "28" }, "layer_height": { "default_value": 0.1 }, "layer_height_0": { "default_value": 0.15 }, - "retraction_amount": { "default_value": 0.8 }, - "retraction_speed": { "default_value": 35 }, - "adhesion_type": { "default_value": "skirt" }, - "machine_head_with_fans_polygon": { "default_value": [[-31,31],[34,31],[34,-40],[-31,-40]] }, - "gantry_height": { "value": "28" }, - "machine_max_feedrate_z": { "default_value": 12 }, - "machine_max_feedrate_e": { "default_value": 120 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 1000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y210; home X axis and push Y forward\nM84 ; disable motors" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-31, 31], + [34, 31], + [34, -40], + [-31, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 120 }, + "machine_max_feedrate_z": { "default_value": 12 }, + "machine_max_jerk_e": { "default_value": 2.5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.2 }, - "machine_max_jerk_e": { "default_value": 2.5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nG92 E0.0 ; reset extruder distance position\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y210; home X axis and push Y forward\nM84 ; disable motors" - } + "machine_name": { "default_value": "Prusa i3 Mk2" }, + "machine_start_gcode": { "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nG92 E0.0 ; reset extruder distance position\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" }, + "machine_width": { "default_value": 250 }, + "retraction_amount": { "default_value": 0.8 }, + "retraction_speed": { "default_value": 35 } } -} +} \ No newline at end of file diff --git a/resources/definitions/prusa_i3_mk3.def.json b/resources/definitions/prusa_i3_mk3.def.json index a7120a11f4..644b3a83c0 100644 --- a/resources/definitions/prusa_i3_mk3.def.json +++ b/resources/definitions/prusa_i3_mk3.def.json @@ -2,49 +2,51 @@ "version": 2, "name": "Prusa i3 Mk3/Mk3s", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Prusa Research", "manufacturer": "Prusa3D", "file_formats": "text/x-gcode", - "icon": "icon_ultimaker2", "platform": "Original_Prusa_i3_MK3S_MK3_platform.3mf", "has_materials": true, - "machine_extruder_trains": - { - "0": "prusa_i3_mk3_extruder_0" - } + "icon": "icon_ultimaker2", + "machine_extruder_trains": { "0": "prusa_i3_mk3_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Prusa i3 Mk3/Mk3s" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 250 }, - "machine_height": { "default_value": 210 }, - "machine_depth": { "default_value": 210 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": 28 }, "layer_height": { "default_value": 0.15 }, "layer_height_0": { "default_value": 0.2 }, - "retraction_amount": { "default_value": 0.8 }, - "retraction_speed": { "default_value": 35 }, - "adhesion_type": { "default_value": "skirt" }, - "machine_head_with_fans_polygon": { "default_value": [[-31,31],[34,31],[34,-40],[-31,-40]] }, - "gantry_height": { "value": 28 }, - "machine_max_feedrate_z": { "default_value": 12 }, - "machine_max_feedrate_e": { "default_value": 120 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 1000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y210; home X axis and push Y forward\nM84 ; disable motors" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-31, 31], + [34, 31], + [34, -40], + [-31, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 210 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 120 }, + "machine_max_feedrate_z": { "default_value": 12 }, + "machine_max_jerk_e": { "default_value": 2.5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.2 }, - "machine_max_jerk_e": { "default_value": 2.5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nG92 E0.0 ; reset extruder distance position\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y210; home X axis and push Y forward\nM84 ; disable motors" - } + "machine_name": { "default_value": "Prusa i3 Mk3/Mk3s" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nG92 E0.0 ; reset extruder distance position\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" }, + "machine_width": { "default_value": 250 }, + "material_diameter": { "default_value": 1.75 }, + "retraction_amount": { "default_value": 0.8 }, + "retraction_speed": { "default_value": 35 } } -} +} \ No newline at end of file diff --git a/resources/definitions/prusa_i3_xl.def.json b/resources/definitions/prusa_i3_xl.def.json index 5d59f340ab..0f0763cc3a 100644 --- a/resources/definitions/prusa_i3_xl.def.json +++ b/resources/definitions/prusa_i3_xl.def.json @@ -2,36 +2,24 @@ "version": 2, "name": "Prusa i3 xl", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "guigashm", "manufacturer": "Prusa3D", "file_formats": "text/x-gcode", "platform": "prusai3_xl_platform.3mf", - "machine_extruder_trains": - { - "0": "prusa_i3_xl_extruder_0" - } + "machine_extruder_trains": { "0": "prusa_i3_xl_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Prusa i3 xl" }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 270 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 270 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-75, -18], [-75, 35], @@ -39,17 +27,10 @@ [18, -18] ] }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Prusa i3 xl" }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/punchtec_connect_xl.def.json b/resources/definitions/punchtec_connect_xl.def.json index cda6caa1f6..c069c2f764 100644 --- a/resources/definitions/punchtec_connect_xl.def.json +++ b/resources/definitions/punchtec_connect_xl.def.json @@ -1,8 +1,9 @@ { - "name": "Punchtec Connect XL", "version": 2, + "name": "Punchtec Connect XL", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Punchtec", "file_formats": "text/x-gcode", @@ -11,21 +12,33 @@ "0": "punchtec_connect_xl_extruder_0", "1": "punchtec_connect_xl_extruder_1" }, - "platform_offset": [ 0, 0, 0] + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "machine_head_with_fans_polygon": { "default_value": [[ 0, 0], [ 0, 0], [ 0, 0], [ 0, 0]] }, - "prime_tower_size": { "default_value": 8.660254037844387 }, + "overrides": + { "layer_height": { "default_value": 0.2 }, - "speed_print": { "default_value": 40 }, - "machine_extruder_count": { "default_value": 2 }, - "machine_heated_bed": { "default_value": true }, "machine_center_is_zero": { "default_value": false }, - "machine_height": { "default_value": 200 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_depth": { "default_value": 304 }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Punchtec Connect XL" }, "machine_width": { "default_value": 304 }, - "machine_name": { "default_value": "Punchtec Connect XL" } + "prime_tower_size": { "default_value": 8.660254037844387 }, + "speed_print": { "default_value": 40 } } -} +} \ No newline at end of file diff --git a/resources/definitions/raise3D_N2_dual.def.json b/resources/definitions/raise3D_N2_dual.def.json index f5246f6bb6..690a9730b4 100644 --- a/resources/definitions/raise3D_N2_dual.def.json +++ b/resources/definitions/raise3D_N2_dual.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Raise3D N2 Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Raise3D", "manufacturer": "Raise3D", @@ -14,71 +15,35 @@ "1": "raise3D_N2_dual_extruder_1" } }, - - "overrides": { - "machine_name": { "default_value": "Raise3D N2 Dual" }, - "machine_width": { - "default_value": 305 - }, - "machine_height": { - "default_value": 305 - }, - "machine_depth": { - "default_value": 305 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_nozzle_heat_up_speed": { - "default_value": 6 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 4 - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 305 }, + "machine_end_gcode": { "default_value": "M107\nM1002\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117 Print Complete.\nG28 X0 Y0\nG91\nG1 Z10\nG90\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "machine_min_cool_heat_time_window": { - "default_value": 3600 - }, - "retraction_amount": { - "default_value": 1.0 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "gantry_height": { - "value": "55" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G90\nG21\n; home all axes\nG28\nG92 X0 Y0 Z0\n; move heatbed into position\nG1 X20.0 Y20.0 Z1.0 F1000\n; zero extruders\nG92 E0 E1\nT0; right tool\n; set extruder steps per mm\nM92 E140\nT1; left tool\n; set extruder steps per mm\nM92 E140\nT0; left tool\nG92 E0 E1\n; purge nozzle\nG1 E25 F250\nT1; left tool\nG92 E0 E1\n; purge nozzle\nG1 E25 F250\n; zero extruders\nG92 E0 E1\n; move heatbed down a little more\nG1 Z5.0 F20\n; wait 600ms\nG4 600\n; move to tack down the strands\nG1 X20.0 Y30.0 Z0 F9000\n; wait 600ms\nG4 600\n;move up a bit\nG1 Z5.0 F9000\n; wait 300ms\nG4 300\n;fast move to center\nG1 X152.5 Y152.5 F9000\nT0\n;Raise3D Job Start\nM117 Printing...\nM1001\n" - }, - "machine_end_gcode": { - "default_value": "M107\nM1002\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117 Print Complete.\nG28 X0 Y0\nG91\nG1 Z10\nG90\nM84" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "prime_tower_position_x": { - "value": "195" - }, - "prime_tower_position_y": { - "value": "149" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 305 }, + "machine_min_cool_heat_time_window": { "default_value": 3600 }, + "machine_name": { "default_value": "Raise3D N2 Dual" }, + "machine_nozzle_cool_down_speed": { "default_value": 4 }, + "machine_nozzle_heat_up_speed": { "default_value": 6 }, + "machine_start_gcode": { "default_value": "G90\nG21\n; home all axes\nG28\nG92 X0 Y0 Z0\n; move heatbed into position\nG1 X20.0 Y20.0 Z1.0 F1000\n; zero extruders\nG92 E0 E1\nT0; right tool\n; set extruder steps per mm\nM92 E140\nT1; left tool\n; set extruder steps per mm\nM92 E140\nT0; left tool\nG92 E0 E1\n; purge nozzle\nG1 E25 F250\nT1; left tool\nG92 E0 E1\n; purge nozzle\nG1 E25 F250\n; zero extruders\nG92 E0 E1\n; move heatbed down a little more\nG1 Z5.0 F20\n; wait 600ms\nG4 600\n; move to tack down the strands\nG1 X20.0 Y30.0 Z0 F9000\n; wait 600ms\nG4 600\n;move up a bit\nG1 Z5.0 F9000\n; wait 300ms\nG4 300\n;fast move to center\nG1 X152.5 Y152.5 F9000\nT0\n;Raise3D Job Start\nM117 Printing...\nM1001\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 305 }, + "prime_tower_position_x": { "value": "195" }, + "prime_tower_position_y": { "value": "149" }, + "retraction_amount": { "default_value": 1.0 } } -} +} \ No newline at end of file diff --git a/resources/definitions/raise3D_N2_plus_dual.def.json b/resources/definitions/raise3D_N2_plus_dual.def.json index 02f5fd4e11..6699696015 100644 --- a/resources/definitions/raise3D_N2_plus_dual.def.json +++ b/resources/definitions/raise3D_N2_plus_dual.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Raise3D N2 Plus Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Raise3D", "manufacturer": "Raise3D", @@ -14,71 +15,35 @@ "1": "raise3D_N2_plus_dual_extruder_1" } }, - - "overrides": { - "machine_name": { "default_value": "Raise3D N2 Plus Dual" }, - "machine_width": { - "default_value": 305 - }, - "machine_height": { - "default_value": 610 - }, - "machine_depth": { - "default_value": 305 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_nozzle_heat_up_speed": { - "default_value": 6 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 4 - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 305 }, + "machine_end_gcode": { "default_value": "M107\nM1002\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117 Print Complete.\nG28 X0 Y0\nG91\nG1 Z10\nG90\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "machine_min_cool_heat_time_window": { - "default_value": 3600 - }, - "retraction_amount": { - "default_value": 1.0 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "gantry_height": { - "value": "55" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G90\nG21\n; home all axes\nG28\nG92 X0 Y0 Z0\n; move heatbed into position\nG1 X20.0 Y20.0 Z1.0 F1000\n; zero extruders\nG92 E0 E1\nT0; right tool\n; set extruder steps per mm\nM92 E140\nT1; left tool\n; set extruder steps per mm\nM92 E140\nT0; left tool\nG92 E0 E1\n; purge nozzle\nG1 E25 F250\nT1; left tool\nG92 E0 E1\n; purge nozzle\nG1 E25 F250\n; zero extruders\nG92 E0 E1\n; move heatbed down a little more\nG1 Z5.0 F20\n; wait 600ms\nG4 600\n; move to tack down the strands\nG1 X20.0 Y30.0 Z0 F9000\n; wait 600ms\nG4 600\n;move up a bit\nG1 Z5.0 F9000\n; wait 300ms\nG4 300\n;fast move to center\nG1 X152.5 Y152.5 F9000\nT0\n;Raise3D Job Start\nM117 Printing...\nM1001\n" - }, - "machine_end_gcode": { - "default_value": "M107\nM1002\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117 Print Complete.\nG28 X0 Y0\nG91\nG1 Z10\nG90\nM84" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "prime_tower_position_x": { - "value": "195" - }, - "prime_tower_position_y": { - "value": "149" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 610 }, + "machine_min_cool_heat_time_window": { "default_value": 3600 }, + "machine_name": { "default_value": "Raise3D N2 Plus Dual" }, + "machine_nozzle_cool_down_speed": { "default_value": 4 }, + "machine_nozzle_heat_up_speed": { "default_value": 6 }, + "machine_start_gcode": { "default_value": "G90\nG21\n; home all axes\nG28\nG92 X0 Y0 Z0\n; move heatbed into position\nG1 X20.0 Y20.0 Z1.0 F1000\n; zero extruders\nG92 E0 E1\nT0; right tool\n; set extruder steps per mm\nM92 E140\nT1; left tool\n; set extruder steps per mm\nM92 E140\nT0; left tool\nG92 E0 E1\n; purge nozzle\nG1 E25 F250\nT1; left tool\nG92 E0 E1\n; purge nozzle\nG1 E25 F250\n; zero extruders\nG92 E0 E1\n; move heatbed down a little more\nG1 Z5.0 F20\n; wait 600ms\nG4 600\n; move to tack down the strands\nG1 X20.0 Y30.0 Z0 F9000\n; wait 600ms\nG4 600\n;move up a bit\nG1 Z5.0 F9000\n; wait 300ms\nG4 300\n;fast move to center\nG1 X152.5 Y152.5 F9000\nT0\n;Raise3D Job Start\nM117 Printing...\nM1001\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 305 }, + "prime_tower_position_x": { "value": "195" }, + "prime_tower_position_y": { "value": "149" }, + "retraction_amount": { "default_value": 1.0 } } -} +} \ No newline at end of file diff --git a/resources/definitions/raise3D_N2_plus_single.def.json b/resources/definitions/raise3D_N2_plus_single.def.json index 7ffdf08767..5508af2188 100644 --- a/resources/definitions/raise3D_N2_plus_single.def.json +++ b/resources/definitions/raise3D_N2_plus_single.def.json @@ -2,79 +2,43 @@ "version": 2, "name": "Raise3D N2 Plus Single", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Raise3D", "manufacturer": "Raise3D", "file_formats": "text/x-gcode", "has_materials": true, - "machine_extruder_trains": - { - "0": "raise3D_N2_plus_single_extruder_0" - } + "machine_extruder_trains": { "0": "raise3D_N2_plus_single_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Raise3D N2 Plus Single" }, - "machine_width": { - "default_value": 305 - }, - "machine_height": { - "default_value": 610 - }, - "machine_depth": { - "default_value": 305 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_nozzle_heat_up_speed": { - "default_value": 6 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 4 - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 305 }, + "machine_end_gcode": { "default_value": "M107\nM1002\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117 Print Complete.\nG28 X0 Y0\nG91\nG1 Z10\nG90\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "machine_min_cool_heat_time_window": { - "default_value": 3600 - }, - "retraction_amount": { - "default_value": 1.0 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "gantry_height": { - "value": "55" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G90\nG21\n; home all axes\nG28\nG92 X0 Y0 Z0\n; move heatbed into position\nG1 X20.0 Y20.0 Z1.0 F1000\n; zero extruders\nG92 E0 E1\nT0; right tool\n; set extruder steps per mm\nM92 E140\n; purge nozzle\nG1 E25 F250\n; zero extruders\nG92 E0 E1\n; move heatbed down a little more\nG1 Z5.0 F20\n; wait 600ms\nG4 600\n; move to tack down the strands\nG1 X20.0 Y30.0 Z0 F9000\n; wait 600ms\nG4 600\n;move up a bit\nG1 Z5.0 F9000\n; wait 300ms\nG4 300\n;fast move to center\nG1 X152.5 Y152.5 F9000\nT0\n;Raise3D Job Start\nM117 Printing...\nM1001\n" - }, - "machine_end_gcode": { - "default_value": "M107\nM1002\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117 Print Complete.\nG28 X0 Y0\nG91\nG1 Z10\nG90\nM84" - }, - "prime_tower_position_x": { - "value": "195" - }, - "prime_tower_position_y": { - "value": "149" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 610 }, + "machine_min_cool_heat_time_window": { "default_value": 3600 }, + "machine_name": { "default_value": "Raise3D N2 Plus Single" }, + "machine_nozzle_cool_down_speed": { "default_value": 4 }, + "machine_nozzle_heat_up_speed": { "default_value": 6 }, + "machine_start_gcode": { "default_value": "G90\nG21\n; home all axes\nG28\nG92 X0 Y0 Z0\n; move heatbed into position\nG1 X20.0 Y20.0 Z1.0 F1000\n; zero extruders\nG92 E0 E1\nT0; right tool\n; set extruder steps per mm\nM92 E140\n; purge nozzle\nG1 E25 F250\n; zero extruders\nG92 E0 E1\n; move heatbed down a little more\nG1 Z5.0 F20\n; wait 600ms\nG4 600\n; move to tack down the strands\nG1 X20.0 Y30.0 Z0 F9000\n; wait 600ms\nG4 600\n;move up a bit\nG1 Z5.0 F9000\n; wait 300ms\nG4 300\n;fast move to center\nG1 X152.5 Y152.5 F9000\nT0\n;Raise3D Job Start\nM117 Printing...\nM1001\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 305 }, + "prime_tower_position_x": { "value": "195" }, + "prime_tower_position_y": { "value": "149" }, + "retraction_amount": { "default_value": 1.0 } } -} +} \ No newline at end of file diff --git a/resources/definitions/raise3D_N2_single.def.json b/resources/definitions/raise3D_N2_single.def.json index c4e346ae90..e5a9af0a0e 100644 --- a/resources/definitions/raise3D_N2_single.def.json +++ b/resources/definitions/raise3D_N2_single.def.json @@ -2,79 +2,43 @@ "version": 2, "name": "Raise3D N2 Single", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Raise3D", "manufacturer": "Raise3D", "file_formats": "text/x-gcode", "has_materials": true, - "machine_extruder_trains": - { - "0": "raise3D_N2_single_extruder_0" - } + "machine_extruder_trains": { "0": "raise3D_N2_single_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Raise3D N2 Single" }, - "machine_width": { - "default_value": 305 - }, - "machine_height": { - "default_value": 305 - }, - "machine_depth": { - "default_value": 305 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_nozzle_heat_up_speed": { - "default_value": 6 - }, - "machine_nozzle_cool_down_speed": { - "default_value": 4 - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 305 }, + "machine_end_gcode": { "default_value": "M107\nM1002\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117 Print Complete.\nG28 X0 Y0\nG91\nG1 Z10\nG90\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "machine_min_cool_heat_time_window": { - "default_value": 3600 - }, - "retraction_amount": { - "default_value": 1.0 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "gantry_height": { - "value": "55" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G90\nG21\n; home all axes\nG28\nG92 X0 Y0 Z0\n; move heatbed into position\nG1 X20.0 Y20.0 Z1.0 F1000\n; zero extruders\nG92 E0 E1\nT0; right tool\n; set extruder steps per mm\nM92 E140\n; purge nozzle\nG1 E25 F250\n; zero extruders\nG92 E0 E1\n; move heatbed down a little more\nG1 Z5.0 F20\n; wait 600ms\nG4 600\n; move to tack down the strands\nG1 X20.0 Y30.0 Z0 F9000\n; wait 600ms\nG4 600\n;move up a bit\nG1 Z5.0 F9000\n; wait 300ms\nG4 300\n;fast move to center\nG1 X152.5 Y152.5 F9000\nT0\n;Raise3D Job Start\nM117 Printing...\nM1001\n" - }, - "machine_end_gcode": { - "default_value": "M107\nM1002\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117 Print Complete.\nG28 X0 Y0\nG91\nG1 Z10\nG90\nM84" - }, - "prime_tower_position_x": { - "value": "195" - }, - "prime_tower_position_y": { - "value": "149" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 305 }, + "machine_min_cool_heat_time_window": { "default_value": 3600 }, + "machine_name": { "default_value": "Raise3D N2 Single" }, + "machine_nozzle_cool_down_speed": { "default_value": 4 }, + "machine_nozzle_heat_up_speed": { "default_value": 6 }, + "machine_start_gcode": { "default_value": "G90\nG21\n; home all axes\nG28\nG92 X0 Y0 Z0\n; move heatbed into position\nG1 X20.0 Y20.0 Z1.0 F1000\n; zero extruders\nG92 E0 E1\nT0; right tool\n; set extruder steps per mm\nM92 E140\n; purge nozzle\nG1 E25 F250\n; zero extruders\nG92 E0 E1\n; move heatbed down a little more\nG1 Z5.0 F20\n; wait 600ms\nG4 600\n; move to tack down the strands\nG1 X20.0 Y30.0 Z0 F9000\n; wait 600ms\nG4 600\n;move up a bit\nG1 Z5.0 F9000\n; wait 300ms\nG4 300\n;fast move to center\nG1 X152.5 Y152.5 F9000\nT0\n;Raise3D Job Start\nM117 Printing...\nM1001\n" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 305 }, + "prime_tower_position_x": { "value": "195" }, + "prime_tower_position_y": { "value": "149" }, + "retraction_amount": { "default_value": 1.0 } } -} +} \ No newline at end of file diff --git a/resources/definitions/renkforce_basic3.def.json b/resources/definitions/renkforce_basic3.def.json index 98b355bd53..00838107fa 100644 --- a/resources/definitions/renkforce_basic3.def.json +++ b/resources/definitions/renkforce_basic3.def.json @@ -1,17 +1,19 @@ { - "name": "Renkforce Basic 3", "version": 2, + "name": "Renkforce Basic 3", "inherits": "goofoo_small", - "overrides": { - "machine_name": { "default_value": "Renkforce Basic 3" }, - "machine_width": { "default_value": 120 }, - "machine_depth": { "default_value": 120 }, - "machine_height": { "default_value": 180 }, - "machine_heated_bed": { "default_value": false } - }, - "metadata": { + "metadata": + { + "visible": true, "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", - "manufacturer": "Renkforce", - "visible": true + "manufacturer": "Renkforce" + }, + "overrides": + { + "machine_depth": { "default_value": 120 }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Renkforce Basic 3" }, + "machine_width": { "default_value": 120 } } } \ No newline at end of file diff --git a/resources/definitions/renkforce_cubeone.def.json b/resources/definitions/renkforce_cubeone.def.json index 76f7263c3b..2ff4d812c3 100644 --- a/resources/definitions/renkforce_cubeone.def.json +++ b/resources/definitions/renkforce_cubeone.def.json @@ -1,30 +1,30 @@ { - "name": "Renkforce Cube One", "version": 2, + "name": "Renkforce Cube One", "inherits": "goofoo_small", - "overrides": { - + "metadata": + { + "visible": true, + "author": "Woosh (based on RF100.ini by Conrad Electronic SE)", + "manufacturer": "Renkforce" + }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "layer_height": { "default_value": 0.4 }, + "layer_height_0": { "default_value": 0.5 }, + "machine_depth": { "default_value": 80 }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 80 }, "machine_name": { "default_value": "Renkforce Cube One" }, "machine_width": { "default_value": 80 }, - "machine_depth": { "default_value": 80 }, - "machine_height": { "default_value": 80 }, - "machine_heated_bed": { "default_value": false }, "raft_margin": { "default_value": 5 }, - "layer_height":{"default_value": 0.4}, - "layer_height_0": {"default_value": 0.5}, - "speed_print": {"value": 10}, - "speed_travel": {"value": 10}, - "speed_layer_0":{"value": 10}, - "speed_print_layer_0":{"value": 10}, - "speed_travel_layer_0":{"value": 10}, - - "retraction_speed": {"default_value": 60}, - "retraction_prime_speed":{"value": 80}, - "adhesion_type": {"default_value": "skirt"} - }, - "metadata": { - "author": "Woosh (based on RF100.ini by Conrad Electronic SE)", - "manufacturer": "Renkforce", - "visible": true + "retraction_prime_speed": { "value": 80 }, + "retraction_speed": { "default_value": 60 }, + "speed_layer_0": { "value": 10 }, + "speed_print": { "value": 10 }, + "speed_print_layer_0": { "value": 10 }, + "speed_travel": { "value": 10 }, + "speed_travel_layer_0": { "value": 10 } } } \ No newline at end of file diff --git a/resources/definitions/renkforce_pro3.def.json b/resources/definitions/renkforce_pro3.def.json index 0c40fdc509..bcbcbe53f9 100644 --- a/resources/definitions/renkforce_pro3.def.json +++ b/resources/definitions/renkforce_pro3.def.json @@ -1,17 +1,18 @@ { - "name": "Renkforce Pro 3", "version": 2, + "name": "Renkforce Pro 3", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Renkforce Pro 3" }, - "machine_width": { "default_value": 200 }, - "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 150 } - - }, - "metadata": { + "metadata": + { + "visible": true, "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", - "manufacturer": "Renkforce", - "visible": true + "manufacturer": "Renkforce" + }, + "overrides": + { + "machine_depth": { "default_value": 200 }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Renkforce Pro 3" }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/renkforce_pro6.def.json b/resources/definitions/renkforce_pro6.def.json index 63560506ea..9ed4ee0628 100644 --- a/resources/definitions/renkforce_pro6.def.json +++ b/resources/definitions/renkforce_pro6.def.json @@ -1,17 +1,18 @@ { - "name": "Renkforce Pro 6", "version": 2, + "name": "Renkforce Pro 6", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Renkforce Pro 6" }, - "machine_width": { "default_value": 200 }, - "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 200 } - - }, - "metadata": { + "metadata": + { + "visible": true, "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", - "manufacturer": "Renkforce", - "visible": true + "manufacturer": "Renkforce" + }, + "overrides": + { + "machine_depth": { "default_value": 200 }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Renkforce Pro 6" }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/renkforce_pro6plus.def.json b/resources/definitions/renkforce_pro6plus.def.json index 09cb29719d..5e1da771c6 100644 --- a/resources/definitions/renkforce_pro6plus.def.json +++ b/resources/definitions/renkforce_pro6plus.def.json @@ -1,17 +1,18 @@ { - "name": "Renkforce Pro 6+", "version": 2, + "name": "Renkforce Pro 6+", "inherits": "goofoo_near", - "overrides": { - "machine_name": { "default_value": "Renkforce Pro 6+" }, - "machine_width": { "default_value": 280 }, - "machine_depth": { "default_value": 280 }, - "machine_height": { "default_value": 300 } - - }, - "metadata": { + "metadata": + { + "visible": true, "author": "Woosh (based on RF100.ini by Conrad Electronic SE)", - "manufacturer": "Renkforce", - "visible": true + "manufacturer": "Renkforce" + }, + "overrides": + { + "machine_depth": { "default_value": 280 }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "Renkforce Pro 6+" }, + "machine_width": { "default_value": 280 } } } \ No newline at end of file diff --git a/resources/definitions/renkforce_pro7dual.def.json b/resources/definitions/renkforce_pro7dual.def.json index c6322046a9..7d67b8f278 100755 --- a/resources/definitions/renkforce_pro7dual.def.json +++ b/resources/definitions/renkforce_pro7dual.def.json @@ -1,24 +1,33 @@ { - "name": "Renkforce Pro7 Dual", "version": 2, + "name": "Renkforce Pro7 Dual", "inherits": "goofoo_far", - "overrides": { - "machine_name": { "default_value": "Renkforce Pro7 Dual" }, - "machine_width": { "default_value": 360 }, - "machine_depth": { "default_value": 250 }, - "machine_height": { "default_value": 200 }, - "machine_head_with_fans_polygon":{"default_value":[[0, 0], [0, 0], [0, 0], [0, 0]]}, - "machine_extruder_count": { - "default_value": 2 - } - }, - "metadata": { - "machine_extruder_trains": { - "0": "renkforce_pro7dual_1st", - "1": "renkforce_pro7dual_2nd" - }, + "metadata": + { + "visible": true, "author": "Woosh (based on RF100.ini by Conrad Electronic SE)", "manufacturer": "Renkforce", - "visible": true + "machine_extruder_trains": + { + "0": "renkforce_pro7dual_1st", + "1": "renkforce_pro7dual_2nd" + } + }, + "overrides": + { + "machine_depth": { "default_value": 250 }, + "machine_extruder_count": { "default_value": 2 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ] + }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Renkforce Pro7 Dual" }, + "machine_width": { "default_value": 360 } } } \ No newline at end of file diff --git a/resources/definitions/renkforce_rf100.def.json b/resources/definitions/renkforce_rf100.def.json index f241df9a44..9aed88d026 100644 --- a/resources/definitions/renkforce_rf100.def.json +++ b/resources/definitions/renkforce_rf100.def.json @@ -2,78 +2,38 @@ "version": 2, "name": "Renkforce RF100", "inherits": "fdmprinter", - "metadata": { - "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", - "file_formats": "text/x-gcode", - "manufacturer": "Renkforce", + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "renkforce_rf100_extruder_0" - } + "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", + "manufacturer": "Renkforce", + "file_formats": "text/x-gcode", + "machine_extruder_trains": { "0": "renkforce_rf100_extruder_0" } }, - - "overrides": { - "adhesion_type": { - "default_value": "skirt" - }, - "bottom_thickness": { - "value": "0.6" - }, - "brim_width": { - "value": "3.0" - }, - "cool_fan_enabled": { - "value": "True" - }, - "cool_fan_full_at_height": { - "value": "0.5" - }, - "cool_fan_speed_max": { - "value": "100.0" - }, - "cool_fan_speed_min": { - "value": "100.0" - }, - "cool_lift_head": { - "value": "True" - }, - "cool_min_layer_time": { - "value": "1.0" - }, - "cool_min_speed": { - "value": "5.0" - }, - "infill_before_walls": { - "value": "True" - }, - "infill_line_width": { - "value": "0.6" - }, - "infill_overlap": { - "value": "15.0" - }, - "infill_sparse_density": { - "value": "26.0" - }, - "ironing_enabled": { - "value": "True" - }, - "layer_0_z_overlap": { - "value": "0.11" - }, - "layer_height_0": { - "value": "0.3" - }, - "machine_depth": { - "value": "100" - }, - "machine_end_gcode": { - "default_value": ";End GCode\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-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "bottom_thickness": { "value": "0.6" }, + "brim_width": { "value": "3.0" }, + "cool_fan_enabled": { "value": "True" }, + "cool_fan_full_at_height": { "value": "0.5" }, + "cool_fan_speed_max": { "value": "100.0" }, + "cool_fan_speed_min": { "value": "100.0" }, + "cool_lift_head": { "value": "True" }, + "cool_min_layer_time": { "value": "1.0" }, + "cool_min_speed": { "value": "5.0" }, + "default_material_print_temperature": { "value": "210.0" }, + "gantry_height": { "value": "8" }, + "infill_before_walls": { "value": "True" }, + "infill_line_width": { "value": "0.6" }, + "infill_overlap": { "value": "15.0" }, + "infill_sparse_density": { "value": "26.0" }, + "ironing_enabled": { "value": "True" }, + "layer_0_z_overlap": { "value": "0.11" }, + "layer_height_0": { "value": "0.3" }, + "machine_depth": { "value": "100" }, + "machine_end_gcode": { "default_value": ";End GCode\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-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ @@ -83,146 +43,50 @@ [-26, 55] ] }, - "gantry_height": { - "value": "8" - }, - "machine_height": { - "value": "100" - }, - "machine_name": { - "default_value": "Renkforce RF100" - }, - "machine_start_gcode": { - "default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_width": { - "value": "100" - }, - "material_bed_temperature": { - "enabled": false - }, - "material_flow": { - "value": "110" - }, - "default_material_print_temperature": { - "value": "210.0" - }, - "ooze_shield_enabled": { - "value": "True" - }, - "raft_airgap": { - "value": "0.33" - }, - "raft_base_line_spacing": { - "value": "3.0" - }, - "raft_base_line_width": { - "value": "1.0" - }, - "raft_base_thickness": { - "value": "0.3" - }, - "raft_interface_line_spacing": { - "value": "3.0" - }, - "raft_interface_line_width": { - "value": "0.4" - }, - "raft_interface_thickness": { - "value": "0.27" - }, - "raft_margin": { - "value": "6.0" - }, - "raft_speed": { - "value": "20.0" - }, - "raft_surface_layers": { - "value": "2" - }, - "raft_surface_line_spacing": { - "value": "0.4" - }, - "raft_surface_line_width": { - "value": "0.4" - }, - "raft_surface_thickness": { - "value": "0.1" - }, - "retraction_amount": { - "value": "5.0" - }, - "retraction_combing": { - "value": "'all'" - }, - "retraction_enable": { - "value": "True" - }, - "retraction_min_travel": { - "value": "1.5" - }, - "skin_overlap": { - "value": "15.0" - }, - "skirt_brim_minimal_length": { - "value": "150.0" - }, - "skirt_gap": { - "value": "3.0" - }, - "skirt_line_count": { - "value": "3" - }, - "speed_infill": { - "value": "50.0" - }, - "speed_layer_0": { - "value": "15.0" - }, - "speed_print": { - "value": "50.0" - }, - "speed_topbottom": { - "value": "30.0" - }, - "speed_travel": { - "value": "50.0" - }, - "speed_wall_0": { - "value": "25.0" - }, - "speed_wall_x": { - "value": "35.0" - }, - "support_angle": { - "value": "60.0" - }, - "support_enable": { - "value": "False" - }, - "support_infill_rate": { - "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" - }, - "support_line_width": { - "value": "0.6" - }, - "support_pattern": { - "default_value": "lines" - }, - "support_type": { - "default_value": "everywhere" - }, - "support_xy_distance": { - "value": "0.7" - }, - "support_z_distance": { - "value": "0.35" - }, - "top_bottom_thickness": { - "value": "0.8" - }, - "wall_thickness": { - "value": "0.8" - } + "machine_height": { "value": "100" }, + "machine_name": { "default_value": "Renkforce RF100" }, + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "value": "100" }, + "material_bed_temperature": { "enabled": false }, + "material_flow": { "value": "110" }, + "ooze_shield_enabled": { "value": "True" }, + "raft_airgap": { "value": "0.33" }, + "raft_base_line_spacing": { "value": "3.0" }, + "raft_base_line_width": { "value": "1.0" }, + "raft_base_thickness": { "value": "0.3" }, + "raft_interface_line_spacing": { "value": "3.0" }, + "raft_interface_line_width": { "value": "0.4" }, + "raft_interface_thickness": { "value": "0.27" }, + "raft_margin": { "value": "6.0" }, + "raft_speed": { "value": "20.0" }, + "raft_surface_layers": { "value": "2" }, + "raft_surface_line_spacing": { "value": "0.4" }, + "raft_surface_line_width": { "value": "0.4" }, + "raft_surface_thickness": { "value": "0.1" }, + "retraction_amount": { "value": "5.0" }, + "retraction_combing": { "value": "'all'" }, + "retraction_enable": { "value": "True" }, + "retraction_min_travel": { "value": "1.5" }, + "skin_overlap": { "value": "15.0" }, + "skirt_brim_minimal_length": { "value": "150.0" }, + "skirt_gap": { "value": "3.0" }, + "skirt_line_count": { "value": "3" }, + "speed_infill": { "value": "50.0" }, + "speed_layer_0": { "value": "15.0" }, + "speed_print": { "value": "50.0" }, + "speed_topbottom": { "value": "30.0" }, + "speed_travel": { "value": "50.0" }, + "speed_wall_0": { "value": "25.0" }, + "speed_wall_x": { "value": "35.0" }, + "support_angle": { "value": "60.0" }, + "support_enable": { "value": "False" }, + "support_infill_rate": { "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" }, + "support_line_width": { "value": "0.6" }, + "support_pattern": { "default_value": "lines" }, + "support_type": { "default_value": "everywhere" }, + "support_xy_distance": { "value": "0.7" }, + "support_z_distance": { "value": "0.35" }, + "top_bottom_thickness": { "value": "0.8" }, + "wall_thickness": { "value": "0.8" } } -} +} \ No newline at end of file diff --git a/resources/definitions/renkforce_rf100_v2.def.json b/resources/definitions/renkforce_rf100_v2.def.json index 881b5c94ca..9d6b4043a2 100644 --- a/resources/definitions/renkforce_rf100_v2.def.json +++ b/resources/definitions/renkforce_rf100_v2.def.json @@ -2,78 +2,37 @@ "version": 2, "name": "Renkforce RF100 V2", "inherits": "fdmprinter", - "metadata": { - "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", - "file_formats": "text/x-gcode", - "manufacturer": "Renkforce", + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "renkforce_rf100_extruder_0" - } + "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", + "manufacturer": "Renkforce", + "file_formats": "text/x-gcode", + "machine_extruder_trains": { "0": "renkforce_rf100_extruder_0" } }, - - "overrides": { - "adhesion_type": { - "default_value": "skirt" - }, - "bottom_thickness": { - "value": "0.6" - }, - "brim_width": { - "value": "3.0" - }, - "cool_fan_enabled": { - "value": "True" - }, - "cool_fan_full_at_height": { - "value": "0.5" - }, - "cool_fan_speed_max": { - "value": "100.0" - }, - "cool_fan_speed_min": { - "value": "100.0" - }, - "cool_lift_head": { - "value": "True" - }, - "cool_min_layer_time": { - "value": "1.0" - }, - "cool_min_speed": { - "value": "5.0" - }, - "infill_before_walls": { - "value": "True" - }, - "infill_line_width": { - "value": "0.6" - }, - "infill_overlap": { - "value": "15.0" - }, - "infill_sparse_density": { - "value": "26.0" - }, - "ironing_enabled": { - "value": "True" - }, - "layer_0_z_overlap": { - "value": "0.11" - }, - "layer_height_0": { - "value": "0.3" - }, - "machine_depth": { - "value": "120" - }, - "machine_end_gcode": { - "default_value": ";End GCode\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-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "bottom_thickness": { "value": "0.6" }, + "brim_width": { "value": "3.0" }, + "cool_fan_enabled": { "value": "True" }, + "cool_fan_full_at_height": { "value": "0.5" }, + "cool_fan_speed_max": { "value": "100.0" }, + "cool_fan_speed_min": { "value": "100.0" }, + "cool_lift_head": { "value": "True" }, + "cool_min_layer_time": { "value": "1.0" }, + "cool_min_speed": { "value": "5.0" }, + "gantry_height": { "value": "8" }, + "infill_before_walls": { "value": "True" }, + "infill_line_width": { "value": "0.6" }, + "infill_overlap": { "value": "15.0" }, + "infill_sparse_density": { "value": "26.0" }, + "ironing_enabled": { "value": "True" }, + "layer_0_z_overlap": { "value": "0.11" }, + "layer_height_0": { "value": "0.3" }, + "machine_depth": { "value": "120" }, + "machine_end_gcode": { "default_value": ";End GCode\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-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ @@ -83,143 +42,50 @@ [-26, 55] ] }, - "gantry_height": { - "value": "8" - }, - "machine_height": { - "value": "120" - }, - "machine_name": { - "default_value": "Renkforce RF100 V2" - }, - "machine_start_gcode": { - "default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_width": { - "value": "120" - }, - "material_bed_temperature": { - "enabled": false - }, - "material_flow": { - "value": "110" - }, - "ooze_shield_enabled": { - "value": "True" - }, - "raft_airgap": { - "value": "0.33" - }, - "raft_base_line_spacing": { - "value": "3.0" - }, - "raft_base_line_width": { - "value": "1.0" - }, - "raft_base_thickness": { - "value": "0.3" - }, - "raft_interface_line_spacing": { - "value": "3.0" - }, - "raft_interface_line_width": { - "value": "0.4" - }, - "raft_interface_thickness": { - "value": "0.27" - }, - "raft_margin": { - "value": "6.0" - }, - "raft_speed": { - "value": "20.0" - }, - "raft_surface_layers": { - "value": "2" - }, - "raft_surface_line_spacing": { - "value": "0.4" - }, - "raft_surface_line_width": { - "value": "0.4" - }, - "raft_surface_thickness": { - "value": "0.1" - }, - "retraction_amount": { - "value": "5.0" - }, - "retraction_combing": { - "value": "'all'" - }, - "retraction_enable": { - "value": "True" - }, - "retraction_min_travel": { - "value": "1.5" - }, - "skin_overlap": { - "value": "15.0" - }, - "skirt_brim_minimal_length": { - "value": "150.0" - }, - "skirt_gap": { - "value": "3.0" - }, - "skirt_line_count": { - "value": "3" - }, - "speed_infill": { - "value": "50.0" - }, - "speed_layer_0": { - "value": "15.0" - }, - "speed_print": { - "value": "50.0" - }, - "speed_topbottom": { - "value": "30.0" - }, - "speed_travel": { - "value": "50.0" - }, - "speed_wall_0": { - "value": "25.0" - }, - "speed_wall_x": { - "value": "35.0" - }, - "support_angle": { - "value": "60.0" - }, - "support_enable": { - "value": "False" - }, - "support_infill_rate": { - "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" - }, - "support_line_width": { - "value": "0.6" - }, - "support_pattern": { - "default_value": "lines" - }, - "support_type": { - "default_value": "everywhere" - }, - "support_xy_distance": { - "value": "0.7" - }, - "support_z_distance": { - "value": "0.35" - }, - "top_bottom_thickness": { - "value": "0.8" - }, - "wall_thickness": { - "value": "0.8" - } + "machine_height": { "value": "120" }, + "machine_name": { "default_value": "Renkforce RF100 V2" }, + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "value": "120" }, + "material_bed_temperature": { "enabled": false }, + "material_flow": { "value": "110" }, + "ooze_shield_enabled": { "value": "True" }, + "raft_airgap": { "value": "0.33" }, + "raft_base_line_spacing": { "value": "3.0" }, + "raft_base_line_width": { "value": "1.0" }, + "raft_base_thickness": { "value": "0.3" }, + "raft_interface_line_spacing": { "value": "3.0" }, + "raft_interface_line_width": { "value": "0.4" }, + "raft_interface_thickness": { "value": "0.27" }, + "raft_margin": { "value": "6.0" }, + "raft_speed": { "value": "20.0" }, + "raft_surface_layers": { "value": "2" }, + "raft_surface_line_spacing": { "value": "0.4" }, + "raft_surface_line_width": { "value": "0.4" }, + "raft_surface_thickness": { "value": "0.1" }, + "retraction_amount": { "value": "5.0" }, + "retraction_combing": { "value": "'all'" }, + "retraction_enable": { "value": "True" }, + "retraction_min_travel": { "value": "1.5" }, + "skin_overlap": { "value": "15.0" }, + "skirt_brim_minimal_length": { "value": "150.0" }, + "skirt_gap": { "value": "3.0" }, + "skirt_line_count": { "value": "3" }, + "speed_infill": { "value": "50.0" }, + "speed_layer_0": { "value": "15.0" }, + "speed_print": { "value": "50.0" }, + "speed_topbottom": { "value": "30.0" }, + "speed_travel": { "value": "50.0" }, + "speed_wall_0": { "value": "25.0" }, + "speed_wall_x": { "value": "35.0" }, + "support_angle": { "value": "60.0" }, + "support_enable": { "value": "False" }, + "support_infill_rate": { "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" }, + "support_line_width": { "value": "0.6" }, + "support_pattern": { "default_value": "lines" }, + "support_type": { "default_value": "everywhere" }, + "support_xy_distance": { "value": "0.7" }, + "support_z_distance": { "value": "0.35" }, + "top_bottom_thickness": { "value": "0.8" }, + "wall_thickness": { "value": "0.8" } } -} +} \ No newline at end of file diff --git a/resources/definitions/renkforce_rf100_xl.def.json b/resources/definitions/renkforce_rf100_xl.def.json index 02172dd317..9281ff5cd2 100644 --- a/resources/definitions/renkforce_rf100_xl.def.json +++ b/resources/definitions/renkforce_rf100_xl.def.json @@ -2,212 +2,80 @@ "version": 2, "name": "Renkforce RF100 XL", "inherits": "fdmprinter", - "metadata": { - "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", - "file_formats": "text/x-gcode", - "manufacturer": "Renkforce", + "metadata": + { "visible": true, - "machine_extruder_trains": - { - "0": "renkforce_rf100_xl_extruder_0" - } + "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", + "manufacturer": "Renkforce", + "file_formats": "text/x-gcode", + "machine_extruder_trains": { "0": "renkforce_rf100_xl_extruder_0" } }, - - "overrides": { - "adhesion_type": { - "default_value": "skirt" - }, - "bottom_thickness": { - "value": 0.6 - }, - "brim_width": { - "value": 3.0 - }, - "cool_fan_enabled": { - "value": true - }, - "cool_fan_full_at_height": { - "value": 0.5 - }, - "cool_fan_speed_max": { - "value": 100.0 - }, - "cool_fan_speed_min": { - "value": 100.0 - }, - "cool_lift_head": { - "value": true - }, - "cool_min_layer_time": { - "value": 1.0 - }, - "cool_min_speed": { - "value": 5.0 - }, - "infill_before_walls": { - "value": true - }, - "infill_line_width": { - "value": 0.6 - }, - "infill_overlap": { - "value": 15.0 - }, - "infill_sparse_density": { - "value": 26.0 - }, - "ironing_enabled": { - "value": true - }, - "layer_0_z_overlap": { - "value": 0.11 - }, - "layer_height_0": { - "value": 0.3 - }, - "machine_depth": { - "value": 200 - }, - "machine_end_gcode": { - "default_value": ";End GCode\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-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_height": { - "value": 200 - }, - "machine_name": { - "default_value": "Renkforce RF100 XL" - }, - "machine_start_gcode": { - "default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_width": { - "value": 200 - }, - "material_bed_temperature": { - "value": 70 - }, - "ooze_shield_enabled": { - "value": true - }, - "raft_airgap": { - "value": 0.33 - }, - "raft_base_line_spacing": { - "value": 3.0 - }, - "raft_base_line_width": { - "value": 1.0 - }, - "raft_base_thickness": { - "value": 0.3 - }, - "raft_interface_line_spacing": { - "value": 3.0 - }, - "raft_interface_line_width": { - "value": 0.4 - }, - "raft_interface_thickness": { - "value": 0.27 - }, - "raft_margin": { - "value": 6.0 - }, - "raft_speed": { - "value": 20.0 - }, - "raft_surface_layers": { - "value": 2 - }, - "raft_surface_line_spacing": { - "value": 0.4 - }, - "raft_surface_line_width": { - "value": 0.4 - }, - "raft_surface_thickness": { - "value": 0.1 - }, - "retraction_amount": { - "value": 5.0 - }, - "retraction_combing": { - "value": "all" - }, - "retraction_enable": { - "value": true - }, - "retraction_min_travel": { - "value": 1.5 - }, - "skin_overlap": { - "value": 15.0 - }, - "skirt_brim_minimal_length": { - "value": 150.0 - }, - "skirt_gap": { - "value": 3.0 - }, - "skirt_line_count": { - "value": 3 - }, - "speed_infill": { - "value": 50.0 - }, - "speed_layer_0": { - "value": 15.0 - }, - "speed_print": { - "value": 50.0 - }, - "speed_topbottom": { - "value": 30.0 - }, - "speed_travel": { - "value": 50.0 - }, - "speed_wall_0": { - "value": 25.0 - }, - "speed_wall_x": { - "value": 35.0 - }, - "support_angle": { - "value": 60.0 - }, - "support_enable": { - "value": false - }, - "support_infill_rate": { - "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" - }, - "support_line_width": { - "value": 0.6 - }, - "support_pattern": { - "default_value": "lines" - }, - "support_type": { - "default_value": "everywhere" - }, - "support_xy_distance": { - "value": 0.7 - }, - "support_z_distance": { - "value": 0.35 - }, - "top_bottom_thickness": { - "value": 0.8 - }, - "wall_thickness": { - "value": 0.8 - } + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "bottom_thickness": { "value": 0.6 }, + "brim_width": { "value": 3.0 }, + "cool_fan_enabled": { "value": true }, + "cool_fan_full_at_height": { "value": 0.5 }, + "cool_fan_speed_max": { "value": 100.0 }, + "cool_fan_speed_min": { "value": 100.0 }, + "cool_lift_head": { "value": true }, + "cool_min_layer_time": { "value": 1.0 }, + "cool_min_speed": { "value": 5.0 }, + "infill_before_walls": { "value": true }, + "infill_line_width": { "value": 0.6 }, + "infill_overlap": { "value": 15.0 }, + "infill_sparse_density": { "value": 26.0 }, + "ironing_enabled": { "value": true }, + "layer_0_z_overlap": { "value": 0.11 }, + "layer_height_0": { "value": 0.3 }, + "machine_depth": { "value": 200 }, + "machine_end_gcode": { "default_value": ";End GCode\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-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "value": 200 }, + "machine_name": { "default_value": "Renkforce RF100 XL" }, + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "value": 200 }, + "material_bed_temperature": { "value": 70 }, + "ooze_shield_enabled": { "value": true }, + "raft_airgap": { "value": 0.33 }, + "raft_base_line_spacing": { "value": 3.0 }, + "raft_base_line_width": { "value": 1.0 }, + "raft_base_thickness": { "value": 0.3 }, + "raft_interface_line_spacing": { "value": 3.0 }, + "raft_interface_line_width": { "value": 0.4 }, + "raft_interface_thickness": { "value": 0.27 }, + "raft_margin": { "value": 6.0 }, + "raft_speed": { "value": 20.0 }, + "raft_surface_layers": { "value": 2 }, + "raft_surface_line_spacing": { "value": 0.4 }, + "raft_surface_line_width": { "value": 0.4 }, + "raft_surface_thickness": { "value": 0.1 }, + "retraction_amount": { "value": 5.0 }, + "retraction_combing": { "value": "all" }, + "retraction_enable": { "value": true }, + "retraction_min_travel": { "value": 1.5 }, + "skin_overlap": { "value": 15.0 }, + "skirt_brim_minimal_length": { "value": 150.0 }, + "skirt_gap": { "value": 3.0 }, + "skirt_line_count": { "value": 3 }, + "speed_infill": { "value": 50.0 }, + "speed_layer_0": { "value": 15.0 }, + "speed_print": { "value": 50.0 }, + "speed_topbottom": { "value": 30.0 }, + "speed_travel": { "value": 50.0 }, + "speed_wall_0": { "value": 25.0 }, + "speed_wall_x": { "value": 35.0 }, + "support_angle": { "value": 60.0 }, + "support_enable": { "value": false }, + "support_infill_rate": { "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" }, + "support_line_width": { "value": 0.6 }, + "support_pattern": { "default_value": "lines" }, + "support_type": { "default_value": "everywhere" }, + "support_xy_distance": { "value": 0.7 }, + "support_z_distance": { "value": 0.35 }, + "top_bottom_thickness": { "value": 0.8 }, + "wall_thickness": { "value": 0.8 } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigid3d.def.json b/resources/definitions/rigid3d.def.json index d0c7b3ca31..62e4e70d7a 100644 --- a/resources/definitions/rigid3d.def.json +++ b/resources/definitions/rigid3d.def.json @@ -1,33 +1,32 @@ { - "name": "Rigid3D 2. Nesil", "version": 2, + "name": "Rigid3D 2. Nesil", "inherits": "rigid3d_base", - "metadata": { - "visible": true, - "quality_definition": "rigid3d_base", - - "preferred_quality_type": "standard" + "metadata": + { + "visible": true, + "preferred_quality_type": "standard", + "quality_definition": "rigid3d_base" }, - "overrides": { - "machine_name": { "default_value": "Rigid3D 2. Nesil" }, - - "machine_heated_bed": { "default_value": true }, - - "machine_width": { "default_value": 250 }, + "overrides": + { + "gantry_height": { "value": 20 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 250 }, - "machine_height": { "default_value": 210 }, - - "machine_center_is_zero": { "default_value": false }, - - "machine_start_gcode": {"default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n"}, - "machine_end_gcode": {"default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn ectruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n"}, - - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn ectruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -22, -67], [ -22, 51], [ 36, -67], [ 36, 51] - ] + [-22, -67], + [-22, 51], + [36, -67], + [36, 51] + ] }, - - "gantry_height": { "value": 20 } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 210 }, + "machine_name": { "default_value": "Rigid3D 2. Nesil" }, + "machine_start_gcode": { "default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n" }, + "machine_width": { "default_value": 250 } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigid3d_3rdgen.def.json b/resources/definitions/rigid3d_3rdgen.def.json index 7fd69164c3..c5a0e726c2 100644 --- a/resources/definitions/rigid3d_3rdgen.def.json +++ b/resources/definitions/rigid3d_3rdgen.def.json @@ -1,33 +1,32 @@ { - "name": "Rigid3D 3. Nesil", "version": 2, + "name": "Rigid3D 3. Nesil", "inherits": "rigid3d_base", - "metadata": { - "visible": true, - "quality_definition": "rigid3d_base", - - "preferred_quality_type": "standard" + "metadata": + { + "visible": true, + "preferred_quality_type": "standard", + "quality_definition": "rigid3d_base" }, - "overrides": { - "machine_name": { "default_value": "Rigid3D 3. Nesil" }, - - "machine_heated_bed": { "default_value": true }, - - "machine_width": { "default_value": 270 }, + "overrides": + { + "gantry_height": { "value": 20 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 290 }, - "machine_height": { "default_value": 240 }, - - "machine_center_is_zero": { "default_value": false }, - - "machine_start_gcode": {"default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n"}, - "machine_end_gcode": {"default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn extruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n"}, - - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn extruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -18, -20], [ -18, 45], [ 32, -20], [ 32, 45] - ] + [-18, -20], + [-18, 45], + [32, -20], + [32, 45] + ] }, - - "gantry_height": { "value": 20 } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 240 }, + "machine_name": { "default_value": "Rigid3D 3. Nesil" }, + "machine_start_gcode": { "default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n" }, + "machine_width": { "default_value": 270 } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigid3d_base.def.json b/resources/definitions/rigid3d_base.def.json index bc592ccff8..716b2e2ec4 100644 --- a/resources/definitions/rigid3d_base.def.json +++ b/resources/definitions/rigid3d_base.def.json @@ -1,30 +1,44 @@ { - "name": "Rigid3D Base Printer", "version": 2, + "name": "Rigid3D Base Printer", "inherits": "fdmprinter", - "metadata": { - "visible": false, - "author": "Mehmet SUTAŞ", - "manufacturer": "Rigid3D", + "metadata": + { + "visible": false, + "author": "Mehmet SUTA\u015e", + "manufacturer": "Rigid3D", "file_formats": "text/x-gcode", - "has_materials": true, - "has_machine_quality": true, - - "machine_extruder_trains":{ - "0": "rigid3d_base_extruder_0" - }, - "first_start_actions": ["MachineSettingsAction"], - "supported_actions": ["MachineSettingsAction"], - - "preferred_material": "generic_pla_175", "exclude_materials": [ - "chromatik_pla", - "dsm_arnitel2045_175", "dsm_novamid1070_175", - "emotiontech_abs", "emotiontech_absx", "emotiontech_acetate", "emotiontech_bvoh", "emotiontech_asax", "emotiontech_hips", "emotiontech_petg", "emotiontech_pla", "emotiontech_pva-m", "emotiontech_pva-oks", "emotiontech_pva-s", "emotiontech_tpu98a", - "eSUN_PETG_Black", "eSUN_PETG_Grey", "eSUN_PETG_Purple", "eSUN_PLA_PRO_Black", "eSUN_PLA_PRO_Grey", "eSUN_PLA_PRO_Purple", "eSUN_PLA_PRO_White", - "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "emotiontech_abs", + "emotiontech_absx", + "emotiontech_acetate", + "emotiontech_bvoh", + "emotiontech_asax", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "eSUN_PLA_PRO_Black", + "eSUN_PLA_PRO_Grey", + "eSUN_PLA_PRO_Purple", + "eSUN_PLA_PRO_White", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", "fiberlogy_hd_pla", - "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", "generic_abs", "generic_bam", "generic_cffcpe", @@ -42,99 +56,111 @@ "generic_pva", "generic_tough_pla", "generic_tpu", - "imade3d_petg_175", "imade3d_pla_175", + "imade3d_petg_175", + "imade3d_pla_175", "innofill_innoflex60_175", - "leapfrog_abs_natural", "leapfrog_epla_natural", "leapfrog_pva_natural", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", "octofiber_pla", - "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", - "redd_abs", "redd_asa", "redd_hips", "redd_nylon", "redd_petg", "redd_pla", "redd_tpe", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "redd_abs", + "redd_asa", + "redd_hips", + "redd_nylon", + "redd_petg", + "redd_pla", + "redd_tpe", "structur3d_dap100silicone", - "tizyx_abs", "tizyx_flex", "tizyx_petg", "tizyx_pla", "tizyx_pla_bois", "tizyx_pva", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla", + "tizyx_pla_bois", + "tizyx_pva", "verbatim_bvoh_175", - "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_PLA_Glitter", "Vertex_Delta_PLA_Mat", "Vertex_Delta_PLA_Satin", "Vertex_Delta_PLA_Wood", "Vertex_Delta_TPU", - "zyyx_pro_flex", "zyyx_pro_pla" - ] + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "rigid3d_base_extruder_0" }, + "preferred_material": "generic_pla_175", + "supported_actions": [ "MachineSettingsAction" ] }, - "overrides": { - "machine_name": { "default_value": "Rigid3D Base Printer" }, - - "material_diameter": { "default_value": 1.75 }, - - "machine_max_feedrate_x": { "value": 100 }, - "machine_max_feedrate_y": { "value": 100 }, - "machine_max_feedrate_z": { "value": 8 }, - "machine_max_feedrate_e": { "value": 25 }, - - "machine_max_acceleration_x": { "value": 600 }, - "machine_max_acceleration_y": { "value": 600 }, - "machine_max_acceleration_z": { "value": 10 }, - "machine_max_acceleration_e": { "value": 1000 }, - "machine_acceleration": { "value": 600 }, - - "machine_max_jerk_xy": { "value": 10.0 }, - "machine_max_jerk_z": { "value": 0.3 }, - "machine_max_jerk_e": { "value": 5 }, - - - "wall_0_wipe_dist": { "value": 0.05 }, - "optimize_wall_printing_order": { "value": "True" }, - - "infill_sparse_density": { "value": 16 }, - "infill_wipe_dist": { "value": 0 }, - "infill_before_walls": { "value": "False" }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, - - "wall_0_material_flow": { "value": 95 }, - - "speed_print": { "value": 40.0 } , - "speed_topbottom": { "value": "speed_print" }, - "speed_support_interface": { "value": "speed_support" }, - "speed_travel": { "value": 80.0 }, - "speed_layer_0": { "value": 25.0 }, - - "acceleration_print": { "value": 600 }, + "overrides": + { + "acceleration_enabled": { "value": "False" }, + "acceleration_print": { "value": 600 }, "acceleration_travel": { "value": 600 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - + "adaptive_layer_height_variation": { "value": 0.16 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "infill_before_walls": { "value": "False" }, + "infill_sparse_density": { "value": 16 }, + "infill_wipe_dist": { "value": 0 }, + "jerk_enabled": { "value": "False" }, "jerk_print": { "value": 10 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": "False" }, - "jerk_enabled": { "value": "False" }, - - "retraction_amount": { "value": 1.50 }, - "retraction_prime_speed": { "value": 7 }, - "retraction_count_max": { "value": 5 }, - "retraction_combing": { "value": "'noskin'" }, - "travel_avoid_other_parts": { "value": "False" }, - - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, - "support_interface_enable": { "value": true }, - "support_interface_density": { "value": 70 }, + "machine_acceleration": { "value": 600 }, + "machine_max_acceleration_e": { "value": 1000 }, + "machine_max_acceleration_x": { "value": 600 }, + "machine_max_acceleration_y": { "value": 600 }, + "machine_max_acceleration_z": { "value": 10 }, + "machine_max_feedrate_e": { "value": 25 }, + "machine_max_feedrate_x": { "value": 100 }, + "machine_max_feedrate_y": { "value": 100 }, + "machine_max_feedrate_z": { "value": 8 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10.0 }, + "machine_max_jerk_z": { "value": 0.3 }, + "machine_name": { "default_value": "Rigid3D Base Printer" }, + "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_deviation": { "value": 0.01 }, "minimum_interface_area": { "value": 5.0 }, "minimum_support_area": { "value": 5 }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "value": 1.5 }, + "retraction_combing": { "value": "'noskin'" }, + "retraction_count_max": { "value": 5 }, + "retraction_prime_speed": { "value": 7 }, + "skirt_gap": { "value": 5.0 }, + "skirt_line_count": { "value": 2 }, + "speed_layer_0": { "value": 25.0 }, + "speed_print": { "value": 40.0 }, + "speed_support_interface": { "value": "speed_support" }, + "speed_topbottom": { "value": "speed_print" }, + "speed_travel": { "value": 80.0 }, + "speed_z_hop": { "default_value": 8 }, "support_brim_enable": { "value": "True" }, "support_brim_width": { "value": 4 }, + "support_interface_density": { "value": 70 }, + "support_interface_enable": { "value": true }, "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - - "adhesion_type": { "value": "'skirt'" }, - "skirt_gap": { "value": 5.0 }, - "skirt_line_count": { "value": 2 }, - - "meshfix_maximum_deviation": { "value": 0.01 }, - - "adaptive_layer_height_variation": { "value": 0.16 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" }, - "speed_z_hop": {"default_value": 8} - + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, + "travel_avoid_other_parts": { "value": "False" }, + "wall_0_material_flow": { "value": 95 }, + "wall_0_wipe_dist": { "value": 0.05 }, + "wall_thickness": { "value": "line_width * 2" } } } \ No newline at end of file diff --git a/resources/definitions/rigid3d_hobby.def.json b/resources/definitions/rigid3d_hobby.def.json index 19a65f7e1a..f625417b0b 100644 --- a/resources/definitions/rigid3d_hobby.def.json +++ b/resources/definitions/rigid3d_hobby.def.json @@ -1,26 +1,23 @@ { - "name": "Rigid3D Hobby", "version": 2, + "name": "Rigid3D Hobby", "inherits": "rigid3d_base", - "metadata": { - "visible": true, - "quality_definition": "rigid3d_base", - "preferred_quality_type": "standard", - - "preferred_material": "generic_pla_175", + "metadata": + { + "visible": true, "exclude_materials": [ - "chromatik_pla", + "chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", - "emotiontech_abs", - "emotiontech_asax", - "emotiontech_hips", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pva-m", - "emotiontech_pva-oks", - "emotiontech_pva-s", - "emotiontech_tpu98a", + "emotiontech_abs", + "emotiontech_asax", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", @@ -30,36 +27,36 @@ "filo3d_pla_green", "filo3d_pla_red", "generic_abs", - "generic_abs_175", + "generic_abs_175", "generic_bam", "generic_cffcpe", "generic_cffpa", "generic_cpe", - "generic_cpe_175", + "generic_cpe_175", "generic_cpe_plus", "generic_gffcpe", "generic_gffpa", "generic_hips", - "generic_hips_175", + "generic_hips_175", "generic_nylon", - "generic_nylon_175", + "generic_nylon_175", "generic_pc", - "generic_pc_175", + "generic_pc_175", "generic_petg", - "generic_petg_175", + "generic_petg_175", "generic_pla", "generic_pp", "generic_pva", - "generic_pva_175", + "generic_pva_175", "generic_tough_pla", "generic_tpu", - "generic_tpu_175", + "generic_tpu_175", "imade3d_petg_175", "imade3d_pla_175", "innofill_innoflex60_175", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", "octofiber_pla", "polyflex_pla", "polymax_pla", @@ -83,28 +80,30 @@ "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "preferred_material": "generic_pla_175", + "preferred_quality_type": "standard", + "quality_definition": "rigid3d_base" }, - "overrides": { - "machine_name": { "default_value": "Rigid3D Hobby" }, - - "machine_heated_bed": { "default_value": false }, - - "machine_width": { "default_value": 150 }, + "overrides": + { + "gantry_height": { "value": 20 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 150 }, - "machine_height": { "default_value": 150 }, - - "machine_center_is_zero": { "default_value": false }, - - "machine_start_gcode": {"default_value": "G21\nG28 ; Home extruder\nM420 S1 ; Enable MBL\nM107 ; Turn off fan\nG91 ; Relative positioning\nG1 Z5 F180;\nG1 X30 Y30 F3000;\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nG92 E0 ; Reset extruder position\n"}, - "machine_end_gcode": {"default_value": "G1 X0 Y145 ; Get extruder out of way.\nM107 ; Turn off fan\nG91 ; Relative positioning\nG0 Z20 ; Lift extruder up\nT0\nG1 E-1 ; Reduce filament pressure\nM104 T0 S0 ; Turn extruder heater off\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM84 ; Turn steppers off\n"}, - - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "G1 X0 Y145 ; Get extruder out of way.\nM107 ; Turn off fan\nG91 ; Relative positioning\nG0 Z20 ; Lift extruder up\nT0\nG1 E-1 ; Reduce filament pressure\nM104 T0 S0 ; Turn extruder heater off\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM84 ; Turn steppers off\n" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -16, -30], [ -16, 45], [ 16, -30], [ 16, 45] - ] + [-16, -30], + [-16, 45], + [16, -30], + [16, 45] + ] }, - - "gantry_height": { "value": 20 } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Rigid3D Hobby" }, + "machine_start_gcode": { "default_value": "G21\nG28 ; Home extruder\nM420 S1 ; Enable MBL\nM107 ; Turn off fan\nG91 ; Relative positioning\nG1 Z5 F180;\nG1 X30 Y30 F3000;\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nG92 E0 ; Reset extruder position\n" }, + "machine_width": { "default_value": 150 } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigid3d_mucit.def.json b/resources/definitions/rigid3d_mucit.def.json index ad0d4c7463..64c419e77d 100644 --- a/resources/definitions/rigid3d_mucit.def.json +++ b/resources/definitions/rigid3d_mucit.def.json @@ -1,28 +1,24 @@ { - "name": "Rigid3D Mucit", "version": 2, + "name": "Rigid3D Mucit", "inherits": "rigid3d_base", - "metadata": { - "visible": true, - "quality_definition": "rigid3d_base", - "preferred_quality_type": "standard", - "platform": "rigid3d_mucit_platform.3mf", - "platform_offset": [ 0, -19, 0], - - "preferred_material": "generic_pla_175", + "metadata": + { + "visible": true, + "platform": "rigid3d_mucit_platform.3mf", "exclude_materials": [ - "chromatik_pla", + "chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", - "emotiontech_abs", - "emotiontech_asax", - "emotiontech_hips", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pva-m", - "emotiontech_pva-oks", - "emotiontech_pva-s", - "emotiontech_tpu98a", + "emotiontech_abs", + "emotiontech_asax", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", @@ -32,36 +28,36 @@ "filo3d_pla_green", "filo3d_pla_red", "generic_abs", - "generic_abs_175", + "generic_abs_175", "generic_bam", "generic_cffcpe", "generic_cffpa", "generic_cpe", - "generic_cpe_175", + "generic_cpe_175", "generic_cpe_plus", "generic_gffcpe", "generic_gffpa", "generic_hips", - "generic_hips_175", + "generic_hips_175", "generic_nylon", - "generic_nylon_175", + "generic_nylon_175", "generic_pc", - "generic_pc_175", + "generic_pc_175", "generic_petg", - "generic_petg_175", + "generic_petg_175", "generic_pla", "generic_pp", "generic_pva", - "generic_pva_175", + "generic_pva_175", "generic_tough_pla", "generic_tpu", - "generic_tpu_175", + "generic_tpu_175", "imade3d_petg_175", "imade3d_pla_175", "innofill_innoflex60_175", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", "octofiber_pla", "polyflex_pla", "polymax_pla", @@ -85,28 +81,35 @@ "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "platform_offset": [ + 0, + -19, + 0 + ], + "preferred_material": "generic_pla_175", + "preferred_quality_type": "standard", + "quality_definition": "rigid3d_base" }, - "overrides": { - "machine_name": { "default_value": "Rigid3D Mucit" }, - - "machine_heated_bed": { "default_value": false }, - - "machine_width": { "default_value": 150 }, + "overrides": + { + "gantry_height": { "value": 20 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 150 }, - "machine_height": { "default_value": 150 }, - - "machine_center_is_zero": { "default_value": false }, - - "machine_start_gcode": {"default_value": "G21\nG28 ; Home extruder\nM420 S1 ; Enable MBL\nM107 ; Turn off fan\nG91 ; Relative positioning\nG1 Z5 F180;\nG1 X30 Y30 F3000;\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nG92 E0 ; Reset extruder position\n"}, - "machine_end_gcode": {"default_value": "G1 X0 Y145 ; Get extruder out of way.\nM107 ; Turn off fan\nG91 ; Relative positioning\nG0 Z20 ; Lift extruder up\nT0\nG1 E-1 ; Reduce filament pressure\nM104 T0 S0 ; Turn extruder heater off\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM84 ; Turn steppers off\n"}, - - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "G1 X0 Y145 ; Get extruder out of way.\nM107 ; Turn off fan\nG91 ; Relative positioning\nG0 Z20 ; Lift extruder up\nT0\nG1 E-1 ; Reduce filament pressure\nM104 T0 S0 ; Turn extruder heater off\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM84 ; Turn steppers off\n" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, 102], [ -20, -45], [ 45, -45], [ 45, 102] - ] + [-20, 102], + [-20, -45], + [45, -45], + [45, 102] + ] }, - - "gantry_height": { "value": 20 } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Rigid3D Mucit" }, + "machine_start_gcode": { "default_value": "G21\nG28 ; Home extruder\nM420 S1 ; Enable MBL\nM107 ; Turn off fan\nG91 ; Relative positioning\nG1 Z5 F180;\nG1 X30 Y30 F3000;\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nG92 E0 ; Reset extruder position\n" }, + "machine_width": { "default_value": 150 } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigid3d_mucit2.def.json b/resources/definitions/rigid3d_mucit2.def.json index 42499ba5e1..85f2e202c8 100644 --- a/resources/definitions/rigid3d_mucit2.def.json +++ b/resources/definitions/rigid3d_mucit2.def.json @@ -1,35 +1,39 @@ { - "name": "Rigid3D Mucit2", "version": 2, + "name": "Rigid3D Mucit2", "inherits": "rigid3d_base", - "metadata": { + "metadata": + { "visible": true, - "quality_definition": "rigid3d_base", - "preferred_quality_type": "standard", "platform": "rigid3d_mucit2_platform.3mf", - "platform_offset": [ 0, 0, 0], - - "preferred_material": "generic_pla_175" + "platform_offset": [ + 0, + 0, + 0 + ], + "preferred_material": "generic_pla_175", + "preferred_quality_type": "standard", + "quality_definition": "rigid3d_base" }, - "overrides": { - "machine_name": { "default_value": "Rigid3D Mucit2" }, - - "machine_heated_bed": { "default_value": true }, - - "machine_width": { "default_value": 150 }, - "machine_depth": { "default_value": 150 }, - "machine_height": { "default_value": 150 }, - + "overrides": + { + "gantry_height": { "value": 30 }, "machine_center_is_zero": { "default_value": false }, - - "machine_start_gcode": {"default_value": "G21\nG28\nM420 S1\nM107\nG90\nM82\nG92 E0\n"}, - "machine_end_gcode": {"default_value": "G92 E0\nT0\nG1 F1800 E-2\nG27 P2\nM107\nM104 T0 S0\nM140 S0\nG90\nG92 E0\nM84\n"}, - - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 150 }, + "machine_end_gcode": { "default_value": "G92 E0\nT0\nG1 F1800 E-2\nG27 P2\nM107\nM104 T0 S0\nM140 S0\nG90\nG92 E0\nM84\n" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, 40], [ -20, -65], [ 40, -65], [ 40, 40]] + [-20, 40], + [-20, -65], + [40, -65], + [40, 40] + ] }, - - "gantry_height": { "value": 30 } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Rigid3D Mucit2" }, + "machine_start_gcode": { "default_value": "G21\nG28\nM420 S1\nM107\nG90\nM82\nG92 E0\n" }, + "machine_width": { "default_value": 150 } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigid3d_zero.def.json b/resources/definitions/rigid3d_zero.def.json index d4db4f1281..887643450a 100644 --- a/resources/definitions/rigid3d_zero.def.json +++ b/resources/definitions/rigid3d_zero.def.json @@ -1,26 +1,23 @@ { - "name": "Rigid3D Zero", "version": 2, + "name": "Rigid3D Zero", "inherits": "rigid3d_base", - "metadata": { - "visible": true, - "quality_definition": "rigid3d_base", - "preferred_quality_type": "standard", - - "preferred_material": "generic_pla_175", + "metadata": + { + "visible": true, "exclude_materials": [ - "chromatik_pla", + "chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", - "emotiontech_abs", - "emotiontech_asax", - "emotiontech_hips", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pva-m", - "emotiontech_pva-oks", - "emotiontech_pva-s", - "emotiontech_tpu98a", + "emotiontech_abs", + "emotiontech_asax", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", @@ -30,36 +27,36 @@ "filo3d_pla_green", "filo3d_pla_red", "generic_abs", - "generic_abs_175", + "generic_abs_175", "generic_bam", "generic_cffcpe", "generic_cffpa", "generic_cpe", - "generic_cpe_175", + "generic_cpe_175", "generic_cpe_plus", "generic_gffcpe", "generic_gffpa", "generic_hips", - "generic_hips_175", + "generic_hips_175", "generic_nylon", - "generic_nylon_175", + "generic_nylon_175", "generic_pc", - "generic_pc_175", + "generic_pc_175", "generic_petg", - "generic_petg_175", + "generic_petg_175", "generic_pla", "generic_pp", "generic_pva", - "generic_pva_175", + "generic_pva_175", "generic_tough_pla", "generic_tpu", - "generic_tpu_175", + "generic_tpu_175", "imade3d_petg_175", "imade3d_pla_175", "innofill_innoflex60_175", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", "octofiber_pla", "polyflex_pla", "polymax_pla", @@ -83,28 +80,30 @@ "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "preferred_material": "generic_pla_175", + "preferred_quality_type": "standard", + "quality_definition": "rigid3d_base" }, - "overrides": { - "machine_name": { "default_value": "Rigid3D Zero" }, - - "machine_heated_bed": { "default_value": false }, - - "machine_width": { "default_value": 250 }, + "overrides": + { + "gantry_height": { "value": 20 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 250 }, - "machine_height": { "default_value": 190 }, - - "machine_center_is_zero": { "default_value": false }, - - "machine_start_gcode": {"default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n"}, - "machine_end_gcode": {"default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn ectruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n"}, - - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn ectruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -40, -15], [ -40, 60], [ 30, -15], [ 30, 60] - ] + [-40, -15], + [-40, 60], + [30, -15], + [30, 60] + ] }, - - "gantry_height": { "value": 20 } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 190 }, + "machine_name": { "default_value": "Rigid3D Zero" }, + "machine_start_gcode": { "default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n" }, + "machine_width": { "default_value": 250 } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigid3d_zero2.def.json b/resources/definitions/rigid3d_zero2.def.json index 8b0defb67a..eaa51d6606 100644 --- a/resources/definitions/rigid3d_zero2.def.json +++ b/resources/definitions/rigid3d_zero2.def.json @@ -1,34 +1,33 @@ { - "name": "Rigid3D Zero2", "version": 2, + "name": "Rigid3D Zero2", "inherits": "rigid3d_base", - "metadata": { - "visible": true, - "quality_definition": "rigid3d_base", - "preferred_quality_type": "standard", - - "platform": "rigid3d_zero2_platform.3mf" + "metadata": + { + "visible": true, + "platform": "rigid3d_zero2_platform.3mf", + "preferred_quality_type": "standard", + "quality_definition": "rigid3d_base" }, - "overrides": { - "machine_name": { "default_value": "Rigid3D Zero2" }, - - "machine_heated_bed": { "default_value": true }, - - "machine_width": { "default_value": 200 }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 200 }, - "machine_height": { "default_value": 192 }, - - "machine_center_is_zero": { "default_value": false }, - - "machine_start_gcode": {"default_value": "; -- START GCODE --\nG21 ; mm olculer\nG28 ; Eksenleri sifirla\nM420 S1 ; Yazilim destekli tabla seviyeleme\nM107 ; Fani kapat\nG90 ; Mutlak konumlama\nG1 Z5 F180 ; Z eksenini 5mm yukselt\nG1 X30 Y30 F3000 ; Konuma git\nM82 ; Ekstruder mutlak mod\nG92 E0 ; Ekstruder konumu sifirla\n; -- end of START GCODE --"}, - "machine_end_gcode": {"default_value": "; -- END GCODE --\nG1 X0 Y180 ; Konuma git\nM107 ; Fani kapat\nG91 ; Goreceli konumlama\nG0 Z20 ; Tablayi alcalt\nT0\nG1 E-2 ; Filaman basincini dusur\nM104 T0 S0 ; Ekstruder isiticiyi kapat\nG90 ; Mutlak konumlama\nG92 E0 ; Ekstruder konumu sifirla\nM140 S0 ; Tabla isiticiyi kapat\nM84 ; Motorlari durdur\nM300 S2093 P150 ; Baski sonu melodisi\nM300 S2637 P150\nM300 S3135 P150\nM300 S4186 P150\nM300 S3135 P150\nM300 S2637 P150\nM300 S2793 P150\nM300 S2349 P150\nM300 S1975 P150\nM300 S2093 P450\n; -- end of END GCODE --\n"}, - - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "; -- END GCODE --\nG1 X0 Y180 ; Konuma git\nM107 ; Fani kapat\nG91 ; Goreceli konumlama\nG0 Z20 ; Tablayi alcalt\nT0\nG1 E-2 ; Filaman basincini dusur\nM104 T0 S0 ; Ekstruder isiticiyi kapat\nG90 ; Mutlak konumlama\nG92 E0 ; Ekstruder konumu sifirla\nM140 S0 ; Tabla isiticiyi kapat\nM84 ; Motorlari durdur\nM300 S2093 P150 ; Baski sonu melodisi\nM300 S2637 P150\nM300 S3135 P150\nM300 S4186 P150\nM300 S3135 P150\nM300 S2637 P150\nM300 S2793 P150\nM300 S2349 P150\nM300 S1975 P150\nM300 S2093 P450\n; -- end of END GCODE --\n" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -30, 65], [ -30, -30], [ 30, -30], [ 30, 65] - ] + [-30, 65], + [-30, -30], + [30, -30], + [30, 65] + ] }, - - "gantry_height": { "value": 25 } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 192 }, + "machine_name": { "default_value": "Rigid3D Zero2" }, + "machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ; mm olculer\nG28 ; Eksenleri sifirla\nM420 S1 ; Yazilim destekli tabla seviyeleme\nM107 ; Fani kapat\nG90 ; Mutlak konumlama\nG1 Z5 F180 ; Z eksenini 5mm yukselt\nG1 X30 Y30 F3000 ; Konuma git\nM82 ; Ekstruder mutlak mod\nG92 E0 ; Ekstruder konumu sifirla\n; -- end of START GCODE --" }, + "machine_width": { "default_value": 200 } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigidbot.def.json b/resources/definitions/rigidbot.def.json index 00062b1f52..e9e4d56629 100644 --- a/resources/definitions/rigidbot.def.json +++ b/resources/definitions/rigidbot.def.json @@ -2,70 +2,34 @@ "version": 2, "name": "RigidBot", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "RBC", "manufacturer": "RigidBot", "file_formats": "text/x-gcode", "platform": "rigidbot_platform.3mf", - "machine_extruder_trains": - { - "0": "rigidbot_extruder_0" - } + "machine_extruder_trains": { "0": "rigidbot_extruder_0" } }, - - "overrides": { + "overrides": + { + "cool_fan_enabled": { "default_value": false }, + "gantry_height": { "value": "0" }, + "layer_height": { "default_value": 0.2 }, + "machine_depth": { "default_value": 254 }, + "machine_end_gcode": { "default_value": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 E-1 X-20 Y-20 F{speed_travel} ;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\nG1 Y230 F3000 ;move Y so the head is out of the way and Plate is moved forward\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 254 }, "machine_name": { "default_value": "RigidBot" }, - "machine_width": { - "default_value": 254 - }, - "machine_depth": { - "default_value": 254 - }, - "machine_height": { - "default_value": 254 - }, - "machine_heated_bed": { - "default_value": true - }, - "gantry_height": { - "value": "0" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": ";Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\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\nM205 X8 ;X/Y Jerk settings\nG1 Z15.0 F{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E7 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\n;Put printing message on LCD screen\nM117 Rigibot Printing..." - }, - "machine_end_gcode": { - "default_value": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 E-1 X-20 Y-20 F{speed_travel} ;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\nG1 Y230 F3000 ;move Y so the head is out of the way and Plate is moved forward\nM84 ;steppers off\nG90 ;absolute positioning" - }, - "layer_height": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "0.8" - }, - "top_bottom_thickness": { - "default_value": 0.3 - }, - "speed_print": { - "default_value": 60 - }, - "speed_layer_0": { - "minimum_value": "0.1" - }, - "cool_fan_enabled": { - "default_value": false - }, - "skirt_line_count": { - "default_value": 3 - }, - "skirt_gap": { - "default_value": 4 - }, - "skirt_brim_minimal_length": { - "default_value": 200 - } + "machine_start_gcode": { "default_value": ";Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\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\nM205 X8 ;X/Y Jerk settings\nG1 Z15.0 F{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E7 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\n;Put printing message on LCD screen\nM117 Rigibot Printing..." }, + "machine_width": { "default_value": 254 }, + "skirt_brim_minimal_length": { "default_value": 200 }, + "skirt_gap": { "default_value": 4 }, + "skirt_line_count": { "default_value": 3 }, + "speed_layer_0": { "minimum_value": "0.1" }, + "speed_print": { "default_value": 60 }, + "top_bottom_thickness": { "default_value": 0.3 }, + "wall_thickness": { "value": "0.8" } } -} +} \ No newline at end of file diff --git a/resources/definitions/rigidbot_big.def.json b/resources/definitions/rigidbot_big.def.json index a3df390cfa..e0c8df7ae6 100644 --- a/resources/definitions/rigidbot_big.def.json +++ b/resources/definitions/rigidbot_big.def.json @@ -2,70 +2,34 @@ "version": 2, "name": "RigidBotBig", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "RBC", "manufacturer": "RigidBot", "file_formats": "text/x-gcode", "platform": "rigidbotbig_platform.3mf", - "machine_extruder_trains": - { - "0": "rigidbot_big_extruder_0" - } + "machine_extruder_trains": { "0": "rigidbot_big_extruder_0" } }, - - "overrides": { + "overrides": + { + "cool_fan_enabled": { "default_value": false }, + "gantry_height": { "value": "0" }, + "layer_height": { "default_value": 0.2 }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 E-1 X-20 Y-20 F{speed_travel} ;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\nG1 Y230 F3000 ;move Y so the head is out of the way and Plate is moved forward\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 254 }, "machine_name": { "default_value": "RigidBotBig" }, - "machine_width": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_height": { - "default_value": 254 - }, - "machine_heated_bed": { - "default_value": true - }, - "gantry_height": { - "value": "0" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": ";Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\n;Print time: {print_time}\n;M190 S{material_bed_temperature} ;Uncomment to add your own bed temperature line\n;M109 S{material_print_temperature} ;Uncomment to add your own 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\nM205 X8 ;X/Y Jerk settings\nG1 Z15.0 F{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E7 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\n;Put printing message on LCD screen\nM117 Rigibot Printing..." - }, - "machine_end_gcode": { - "default_value": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 E-1 X-20 Y-20 F{speed_travel} ;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\nG1 Y230 F3000 ;move Y so the head is out of the way and Plate is moved forward\nM84 ;steppers off\nG90 ;absolute positioning" - }, - "layer_height": { - "default_value": 0.2 - }, - "wall_thickness": { - "value": "0.8" - }, - "top_bottom_thickness": { - "default_value": 0.3 - }, - "speed_print": { - "default_value": 60 - }, - "speed_layer_0": { - "minimum_value": "0.1" - }, - "cool_fan_enabled": { - "default_value": false - }, - "skirt_line_count": { - "default_value": 3 - }, - "skirt_gap": { - "default_value": 4 - }, - "skirt_brim_minimal_length": { - "default_value": 200 - } + "machine_start_gcode": { "default_value": ";Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\n;Print time: {print_time}\n;M190 S{material_bed_temperature} ;Uncomment to add your own bed temperature line\n;M109 S{material_print_temperature} ;Uncomment to add your own 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\nM205 X8 ;X/Y Jerk settings\nG1 Z15.0 F{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E7 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\n;Put printing message on LCD screen\nM117 Rigibot Printing..." }, + "machine_width": { "default_value": 400 }, + "skirt_brim_minimal_length": { "default_value": 200 }, + "skirt_gap": { "default_value": 4 }, + "skirt_line_count": { "default_value": 3 }, + "speed_layer_0": { "minimum_value": "0.1" }, + "speed_print": { "default_value": 60 }, + "top_bottom_thickness": { "default_value": 0.3 }, + "wall_thickness": { "value": "0.8" } } } \ No newline at end of file diff --git a/resources/definitions/robo_3d_r1.def.json b/resources/definitions/robo_3d_r1.def.json index 0187d13dd0..c664107aa1 100644 --- a/resources/definitions/robo_3d_r1.def.json +++ b/resources/definitions/robo_3d_r1.def.json @@ -1,49 +1,47 @@ { - "name": "Robo 3D R1", "version": 2, + "name": "Robo 3D R1", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Robo 3D", "file_formats": "text/x-gcode", - "platform_offset": [ 0, 0, 0], - "machine_extruder_trains": - { - "0": "robo_3d_r1_extruder_0" - } + "machine_extruder_trains": { "0": "robo_3d_r1_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "machine_start_gcode": { - "default_value": " G92 E0 ;\n M565 Z-1 ;\n G1 Z5 F5000 ;\n G29 ;\n" - }, - "machine_end_gcode": { - "default_value": " M104 S0 ;extruder heater off\n M140 S0 ;heated bed heater off (if you have it)\n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning\n" - }, - "cool_min_layer_time": { "default_value": 7 }, - "retraction_speed": { "default_value": 50 }, - "cool_min_speed": { "default_value": 19 }, - "support_angle": { "default_value": 50 }, - "prime_tower_size": { "default_value": 8.660254037844387 }, - "support_enable": { "default_value": true }, - "raft_airgap": { "default_value": 0.2 }, - "layer_height_0": { "default_value": 0.15 }, - "material_flow": { "default_value": 100 }, - "infill_sparse_density": { "default_value": 10 }, - "wall_thickness": { "value": "1.2" }, - "retraction_amount": { "default_value": 3 }, - "layer_height": { "default_value": 0.2 }, - "speed_print": { "default_value": 40 }, - "machine_extruder_count": { "default_value": 1 }, - "retraction_combing": { "value": "'off'" }, - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": { "default_value": false }, - "machine_height": { "default_value": 210 }, + "overrides": + { "adhesion_type": { "default_value": "raft" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "cool_min_layer_time": { "default_value": 7 }, + "cool_min_speed": { "default_value": 19 }, + "infill_sparse_density": { "default_value": 10 }, + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.15 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 245 }, + "machine_end_gcode": { "default_value": " M104 S0 ;extruder heater off\n M140 S0 ;heated bed heater off (if you have it)\n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning\n" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 210 }, + "machine_name": { "default_value": "ROBO 3D R1" }, + "machine_start_gcode": { "default_value": " G92 E0 ;\n M565 Z-1 ;\n G1 Z5 F5000 ;\n G29 ;\n" }, "machine_width": { "default_value": 225 }, + "material_flow": { "default_value": 100 }, + "prime_tower_size": { "default_value": 8.660254037844387 }, + "raft_airgap": { "default_value": 0.2 }, + "retraction_amount": { "default_value": 3 }, + "retraction_combing": { "value": "'off'" }, + "retraction_speed": { "default_value": 50 }, + "speed_print": { "default_value": 40 }, + "support_angle": { "default_value": 50 }, + "support_enable": { "default_value": true }, "support_z_distance": { "default_value": 0.22 }, - "machine_name": { "default_value": "ROBO 3D R1" } + "wall_thickness": { "value": "1.2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/seckit_skgo.def.json b/resources/definitions/seckit_skgo.def.json index cb413cd9ba..0b58667882 100644 --- a/resources/definitions/seckit_skgo.def.json +++ b/resources/definitions/seckit_skgo.def.json @@ -2,58 +2,37 @@ "version": 2, "name": "SecKit SK-Go", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Ernest Lin", "manufacturer": "SecKit 3DP Design", "file_formats": "text/x-gcode", - "has_materials": true, "has_machine_quality": false, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "seckit_skgo_extruder_0" - } + "has_materials": true, + "machine_extruder_trains": { "0": "seckit_skgo_extruder_0" }, + "preferred_quality_type": "normal" }, - - - "overrides": { - "machine_name": { "default_value": "SecKit SK-Go" }, - "machine_width": { - "default_value": 310 - }, - "machine_depth": { - "default_value": 310 - }, - "machine_height": { - "default_value": 350 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, + "overrides": + { + "gantry_height": { "value": "50" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 310 }, + "machine_end_gcode": { "default value": "M104 S0\nM140 S0\nG91 ; relative position\nG1 Z10 F450\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG90 ; abs position\nG1 X10 Y280 F6000\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -10, 20 ], - [ -10, -20 ], - [ 10, 20 ], - [ 10, -20 ] + [-10, 20], + [-10, -20], + [10, 20], + [10, -20] ] }, - "gantry_height": { - "value": "50" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "M569 S1 X Y ; enable StealthChop for Sensorless Homing\nG28 ; Home\nM569 S0 X Y ; disable StealthChop for normal print\nM900 K0.07 ; K factor of linear advance\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0\nG90 ; abs position" - }, - "machine_end_gcode": { - "default value": "M104 S0\nM140 S0\nG91 ; relative position\nG1 Z10 F450\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG90 ; abs position\nG1 X10 Y280 F6000\nM84" - } - } -} + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 350 }, + "machine_name": { "default_value": "SecKit SK-Go" }, + "machine_start_gcode": { "default_value": "M569 S1 X Y ; enable StealthChop for Sensorless Homing\nG28 ; Home\nM569 S0 X Y ; disable StealthChop for normal print\nM900 K0.07 ; K factor of linear advance\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0\nG90 ; abs position" }, + "machine_width": { "default_value": 310 } + } +} \ No newline at end of file diff --git a/resources/definitions/seckit_sktank.def.json b/resources/definitions/seckit_sktank.def.json index 4b3795d619..5cf31c97b6 100644 --- a/resources/definitions/seckit_sktank.def.json +++ b/resources/definitions/seckit_sktank.def.json @@ -2,58 +2,37 @@ "version": 2, "name": "SecKit SK-Tank", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Ernest Lin", "manufacturer": "SecKit 3DP Design", "file_formats": "text/x-gcode", - "has_materials": true, "has_machine_quality": false, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "seckit_sktank_extruder_0" - } + "has_materials": true, + "machine_extruder_trains": { "0": "seckit_sktank_extruder_0" }, + "preferred_quality_type": "normal" }, - - - "overrides": { - "machine_name": { "default_value": "SecKit SK-Tank" }, - "machine_width": { - "default_value": 350 - }, - "machine_depth": { - "default_value": 350 - }, - "machine_height": { - "default_value": 400 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, + "overrides": + { + "gantry_height": { "value": "50" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 350 }, + "machine_end_gcode": { "default value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG90\nG1 X2 Y300 F6000\n; move bed to the bottom to prevent bed falls\n;G91\n;G1 Z300\nM106 P0 S0\nM18" }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -10, 20 ], - [ -10, -20 ], - [ 10, 20 ], - [ 10, -20 ] + [-10, 20], + [-10, -20], + [10, 20], + [10, -20] ] }, - "gantry_height": { - "value": "50" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (RepRap)" - }, - "machine_start_gcode": { - "default_value": "G32 ;auto bed tramming and find a correct Z datum\nG29 S1 ;load default mesh\nM572 D0 S0.08 ; Pressure advance\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" - }, - "machine_end_gcode": { - "default value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG90\nG1 X2 Y300 F6000\n; move bed to the bottom to prevent bed falls\n;G91\n;G1 Z300\nM106 P0 S0\nM18" - } - } -} + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "SecKit SK-Tank" }, + "machine_start_gcode": { "default_value": "G32 ;auto bed tramming and find a correct Z datum\nG29 S1 ;load default mesh\nM572 D0 S0.08 ; Pressure advance\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" }, + "machine_width": { "default_value": 350 } + } +} \ No newline at end of file diff --git a/resources/definitions/seemecnc_artemis.def.json b/resources/definitions/seemecnc_artemis.def.json index 1501d2c68d..0ebc3ba851 100644 --- a/resources/definitions/seemecnc_artemis.def.json +++ b/resources/definitions/seemecnc_artemis.def.json @@ -2,42 +2,36 @@ "version": 2, "name": "SeeMeCNC Artemis", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "PouncingIguana, JJ", "manufacturer": "SeeMeCNC", "file_formats": "text/x-gcode", "platform": "artemis_platform.3mf", "has_materials": true, - "machine_extruder_trains": - { - "0": "seemecnc_artemis_extruder_0" - } + "machine_extruder_trains": { "0": "seemecnc_artemis_extruder_0" } }, - - "overrides": { + "overrides": + { "layer_height": { "default_value": 0.1618 }, "layer_height_0": { "default_value": 0.2 }, "machine_center_is_zero": { "default_value": true }, "machine_depth": { "default_value": 290 }, + "machine_end_gcode": { "default_value": "M203 Z24000\nM104 S0\nM140 S0\nM107\nG28\nM84" }, "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, "machine_heated_bed": { "default_value": true }, "machine_height": { "default_value": 530 }, "machine_max_feedrate_z": { "default_value": 400 }, "machine_name": { "default_value": "Artemis" }, "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G28\nG1 Z15.0 F10000\nG92 E0" }, "machine_width": { "default_value": 290 }, "relative_extrusion": { "value": "False" }, "retraction_amount": { "default_value": 3.2 }, "retraction_combing": { "value": "'off'" }, "retraction_hop_enabled": { "default_value": true }, "retraction_hop_only_when_collides": { "default_value": false }, - "retraction_speed": { "default_value": 45 }, - "machine_start_gcode": { - "default_value": "G28\nG1 Z15.0 F10000\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M203 Z24000\nM104 S0\nM140 S0\nM107\nG28\nM84" - } + "retraction_speed": { "default_value": 45 } } -} +} \ No newline at end of file diff --git a/resources/definitions/seemecnc_v32.def.json b/resources/definitions/seemecnc_v32.def.json index 46a5e63f01..783c2b9d59 100644 --- a/resources/definitions/seemecnc_v32.def.json +++ b/resources/definitions/seemecnc_v32.def.json @@ -2,42 +2,36 @@ "version": 2, "name": "SeeMeCNC Rostock Max V3.2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "PouncingIguana, JJ", "manufacturer": "SeeMeCNC", "file_formats": "text/x-gcode", "platform": "rostock_platform.3mf", "has_materials": true, - "machine_extruder_trains": - { - "0": "seemecnc_v32_extruder_0" - } + "machine_extruder_trains": { "0": "seemecnc_v32_extruder_0" } }, - - "overrides": { + "overrides": + { "layer_height": { "default_value": 0.1618 }, "layer_height_0": { "default_value": 0.2 }, "machine_center_is_zero": { "default_value": true }, "machine_depth": { "default_value": 265 }, + "machine_end_gcode": { "default_value": "M203 Z24000\nM104 S0\nM140 S0\nM107\nG28\nM84" }, "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, "machine_heated_bed": { "default_value": true }, "machine_height": { "default_value": 395 }, "machine_max_feedrate_z": { "default_value": 300 }, "machine_name": { "default_value": "Rostock Max V3.2" }, "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "G28\nG1 Z15.0 F10000\nG92 E0" }, "machine_width": { "default_value": 265 }, "relative_extrusion": { "value": "False" }, "retraction_amount": { "default_value": 3.2 }, "retraction_combing": { "value": "'off'" }, "retraction_hop_enabled": { "default_value": true }, "retraction_hop_only_when_collides": { "default_value": false }, - "retraction_speed": { "default_value": 45 }, - "machine_start_gcode": { - "default_value": "G28\nG1 Z15.0 F10000\nG92 E0" - }, - "machine_end_gcode": { - "default_value": "M203 Z24000\nM104 S0\nM140 S0\nM107\nG28\nM84" - } + "retraction_speed": { "default_value": 45 } } -} +} \ No newline at end of file diff --git a/resources/definitions/sh65.def.json b/resources/definitions/sh65.def.json index d26898d9dd..ea1f6e8aa2 100644 --- a/resources/definitions/sh65.def.json +++ b/resources/definitions/sh65.def.json @@ -1,51 +1,56 @@ -{ - "version": 2, - "name": "Volumic SH65", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Volumic", - "manufacturer": "Volumic", - "file_formats": "text/x-gcode", - "icon": "volumic-icon", - "platform": "SH65_platform.STL", - "has_materials": true, - "has_machine_quality": true, - "machine_extruder_trains":{"0": "sh65_extruder"} - }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC SH65" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 650 }, - "machine_height": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "layer_height": { "default_value": 0.1 }, - "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2.40 }, - "retraction_speed": { "default_value": 30 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 30 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, - "machine_acceleration": { "default_value": 2000 }, - "machine_max_jerk_xy": { "default_value": 10 }, - "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } - } -} +{ + "version": 2, + "name": "Volumic SH65", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Volumic", + "manufacturer": "Volumic", + "file_formats": "text/x-gcode", + "platform": "SH65_platform.STL", + "has_machine_quality": true, + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": { "0": "sh65_extruder" } + }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, + "layer_height": { "default_value": 0.1 }, + "layer_height_0": { "default_value": 0.1 }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 30 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 10 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "VOLUMIC SH65" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 650 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2.4 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 30 } + } +} \ No newline at end of file diff --git a/resources/definitions/skriware_2.def.json b/resources/definitions/skriware_2.def.json index 7bb6968865..2418a4c1b6 100644 --- a/resources/definitions/skriware_2.def.json +++ b/resources/definitions/skriware_2.def.json @@ -1,720 +1,271 @@ { - "name": "Skriware 2", - "version": 2, - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Skriware", - "manufacturer": "Skriware", - "file_formats": "text/x-gcode", - "has_machine_quality": true, - "platform_offset": [ - 0, - 0, - 0 - ], - "supports_usb_connection": false, - "platform": "skriware_2_platform.3mf", - "machine_extruder_trains": { - "0": "skriware_2_extruder_0", - "1": "skriware_2_extruder_1" - } - }, - "overrides": { - "raft_interface_thickness": { - "value": "0.2" - }, - "wipe_retraction_prime_speed": { - "value": "30" - }, - "support_skip_zag_per_mm": { - "default_value": 10 - }, - "default_material_bed_temperature": + "version": 2, + "name": "Skriware 2", + "inherits": "fdmprinter", + "metadata": { - "value": "50" - }, - "material_bed_temperature": { - "minimum_value_warning": "30", - "resolve": "extruderValues('material_bed_temperature')[adhesion_extruder_nr] if resolveOrValue('adhesion_type') == 'raft' else max(extruderValues('material_bed_temperature'))" - }, - "raft_airgap": { - "default_value": 0.2 - }, - "top_layers": { - "value": "4" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "raft_surface_acceleration": { - "value": "400" - }, - "meshfix_maximum_travel_resolution": { - "value": "0.8" - }, - "machine_end_gcode": { - "default_value": "M59\nG92 E0\nG1 E-10 F300\nM104 T0 S0\nM104 T1 S0\nM140 S0\nG28 X0 Y0\nM84\nM106 S0\nM107\nM220 S100" - }, - "wall_material_flow": { - "value": "99" - }, - "raft_interface_jerk": { - "value": "10" - }, - "acceleration_topbottom": { - "value": "200" - }, - "prime_tower_size": { - "default_value": 1 - }, - "max_skin_angle_for_expansion": { - "default_value": 50 - }, - "raft_acceleration": { - "value": "400" - }, - "support_xy_distance": { - "default_value": 0.6 - }, - "xy_offset_layer_0": { - "value": "0.0" - }, - "raft_interface_fan_speed": { - "value": "40" - }, - "retraction_speed": { - "default_value": 30 - }, - "speed_print": { - "default_value": 20 - }, - "travel_avoid_supports": { - "default_value": true - }, - "infill_overlap_mm": { - "value": "0.0" - }, - "support_roof_height": { - "value": "0.4" - }, - "speed_travel_layer_0": { - "value": "80" - }, - "speed_wall_0": { - "value": "20" - }, - "acceleration_wall_x": { - "value": "200" - }, - "layer_0_z_overlap": { - "value": "0.1" - }, - "switch_extruder_retraction_speed": { - "value": "30" - }, - "raft_base_acceleration": { - "value": "400" - }, - "raft_base_speed": { - "value": "60" - }, - "wall_0_material_flow": { - "value": "99" - }, - "support_infill_rate": { - "value": "20" - }, - "raft_surface_layers": { - "default_value": 1 - }, - "machine_height": { - "default_value": 210 - }, - "retraction_prime_speed": { - "value": "60" - }, - "support_interface_material_flow": { - "value": "99" - }, - "raft_surface_fan_speed": { - "value": "80" - }, - "raft_base_line_width": { - "value": "0.4" - }, - "infill_line_distance": { - "value": "0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1))))" - }, - "default_material_print_temperature": { - "default_value": 200 - }, - "speed_roofing": { - "value": "20" - }, - "skin_material_flow": { - "value": "99" - }, - "cool_fan_full_layer": { - "value": "1" - }, - "material_break_preparation_temperature": { - "value": "195" - }, - "support_roof_density": { - "value": "70" - }, - "support_infill_sparse_thickness": { - "value": "0.2" - }, - "retraction_retract_speed": { - "value": "30" - }, - "speed_slowdown_layers": { - "default_value": 1 - }, - "support_line_distance": { - "value":"0 if support_infill_rate == 0 else (support_line_width * 100) / support_infill_rate * (2 if support_pattern == 'grid' else (3 if support_pattern == 'triangles' else 1))" - }, - "cool_lift_head": { - "default_value": true - }, - "min_skin_width_for_expansion": { - "value": "0.67" - }, - "cool_min_speed": { - "default_value": 5 - }, - "switch_extruder_retraction_speeds": { - "default_value": 30 - }, - "raft_base_line_spacing": { - "value": "0.8" - }, - "speed_support": { - "value": "50" - }, - "skirt_brim_material_flow": { - "value": "99" - }, - "speed_infill": { - "value": "80" - }, - "support_initial_layer_line_distance": { - "value": "2" - }, - "support_use_towers": { - "default_value": false - }, - "skin_no_small_gaps_heuristic": { - "default_value": true - }, - "acceleration_roofing": { - "value": "400" - }, - "material_initial_print_temperature": { - "value": "195" - }, - "material_diameter": { - "default_value": 1.75 - }, - "xy_offset": { - "default_value": 0.0 - }, - "support_extruder_nr": { - "value": "0" - }, - "support_brim_line_count": { - "value": "16" - }, - "support_interface_extruder_nr": { - "value": "0" - }, - "support_roof_extruder_nr": { - "value": "0" - }, - "material_adhesion_tendency": { - "default_value": 0 - }, - "material_standby_temperature": { - "default_value": 195 - }, - "cool_fan_speed_0": { - "default_value": 0, - "value": "cool_fan_speed if resolveOrValue('adhesion_type') == 'raft' else 0" - }, - "brim_line_count": { - "value": "17" - }, - "adhesion_type": { - "default_value": "raft" - }, - "switch_extruder_retraction_amount": { - "value": "20" - }, - "retraction_amount": { - "default_value": 3 - }, - "acceleration_travel": { - "value": "400" - }, - "jerk_print_layer_0": { - "value": "10" - }, - "raft_surface_thickness": { - "value": "0.2" - }, - "raft_base_jerk": { - "value": "10" - }, - "bottom_thickness": { - "value": "0.8" - }, - "roofing_material_flow": { - "value": "99" - }, - "top_skin_expand_distance": { - "value": "0.8" - }, - "speed_wall_x": { - "value": "20" - }, - "support_enable": { - "default_value": true - }, - "acceleration_print_layer_0": { - "value": "200" - }, - "jerk_prime_tower": { - "value": "5" - }, - "infill_before_walls": { - "default_value": false - }, - "raft_interface_line_spacing": { - "value": "0.4" - }, - "gantry_height": { - "value": "210" - }, - "material_print_temperature_layer_0": { - "value": "195" - }, - "raft_interface_line_width": { - "value": "0.4" - }, - "skirt_brim_line_width": { - "value": "0.5" - }, - "z_seam_y": { - "value": "180" - }, - "roofing_layer_count": { - "value": "1" - }, - "raft_margin": { - "default_value": 4 - }, - "cool_fan_full_at_height": { - "value": "0" - }, - "acceleration_support_interface": { - "value": "250" - }, - "retraction_min_travel": { - "value": "1" - }, - "acceleration_layer_0": { - "value": "200" - }, - "support_z_distance": { - "default_value": 0.2 - }, - "machine_heated_bed": { - "default_value": true - }, - "raft_jerk": { - "value": "10" - }, - "raft_surface_speed": { - "value": "60" - }, - "initial_layer_line_width_factor": { - "default_value": 120 - }, - "machine_start_gcode": { - "default_value": "G90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM420 S1 Z0.7 ;enable bed levelling\nG1 Z10 F250 ;move the platform down 10mm\nM107 ;fan off\nM42 P11 S255 ;turn on front fan\nM140 S{material_bed_temperature}\nM104 T0 S{material_print_temperature, 0}\nM104 T1 S{material_print_temperature, 1}\nG1 F2500 Y260 X0\nM190 S{material_bed_temperature}\nM109 T0 S{material_print_temperature, 0}\nM109 T1 S{material_print_temperature, 1}\nM60 ;enable E-FADE Algorithm\nM62 A ;filament sensor off\nG92 E0 ;zero the extruded length\nT1\nG92 E0;zero the extruded length\nG1 F300 Z0.3\nG1 F1200 X20\nG1 F1200 X180 E21 ;extrude 21 mm of feed stock\nG1 F1200 E11\nG1 F300 Z1.5\nG92 E0 ;zero the extruded length again\nT0\nG92 E0 ;zero the extruded length\nG1 F1200 Y258\nG1 F300 Z0.3\nG1 F1200 X40 E21 ;extrude 21 mm of feed stock\nG1 F1200 E11 ;retracting 10 mm\nG1 F300 Z1.5\nM63 A ;filament sensor reset\nM61 A ;filament sensor on\nG92 E0 ;zero the extruded length again\nM58 ;end of Start G-Code and signal retract management\nT{initial_extruder_nr}" - }, - "bottom_skin_preshrink": { - "value": "0.0" - }, - "ironing_inset": { - "value": "0.2 + (ironing_line_spacing - skin_line_width * (1.0 + ironing_flow / 100) / 2 if ironing_pattern == 'concentric' else skin_line_width * (1.0 - ironing_flow / 100) / 2)" - }, - "jerk_travel": { - "value": "10" - }, - "machine_depth": { - "default_value": 260 - }, - "jerk_skirt_brim": { - "value": "5" - }, - "infill_wipe_dist": { - "value": "0" - }, - "raft_interface_acceleration": { - "value": "400" - }, - "z_seam_x": { - "value": "115" - }, - "material_bed_temperature_layer_0": { - "value": "50", - "minimum_value_warning": "30", - "resolve": "extruderValues('material_bed_temperature_layer_0')[adhesion_extruder_nr] if resolveOrValue('adhesion_type') == 'raft' else max(extruderValues('material_bed_temperature_layer_0'))" - }, - "wipe_retraction_retract_speed": { - "value": "30" - }, - "jerk_travel_layer_0": { - "value": "10" - }, - "infill_overlap": { - "value": "0" - }, - "acceleration_support_infill": { - "value": "400" - }, - "support_bottom_material_flow": { - "value": "99" - }, - "jerk_support_roof": { - "value": "5" - }, - "wall_x_material_flow": { - "value": "99" - }, - "speed_support_interface": { - "value": "33.33" - }, - "jerk_layer_0": { - "value": "5" - }, - "support_angle": { - "default_value": 60 - }, - "infill_sparse_thickness": { - "value": "0.2" - }, - "prime_tower_position_y": { - "value": "1" - }, - "retraction_combing": { - "value": "'infill'" - }, - "acceleration_prime_tower": { - "value": "250" - }, - "acceleration_print": { - "default_value": 200 - }, - "acceleration_infill": { - "value": "400" - }, - "bridge_wall_speed": { - "value": "10.0" - }, - "acceleration_wall_0": { - "value": "200" - }, - "support_offset": { - "default_value": 0.2 - }, - "build_volume_temperature": { - "default_value": 28 - }, - "switch_extruder_prime_speed": { - "value": "60" - }, - "speed_prime_tower": { - "value": "20" - }, - "top_skin_preshrink": { - "value": "0.0" - }, - "jerk_ironing": { - "value": "5" - }, - "skin_outline_count": { - "value": 0 - }, - "skirt_brim_speed": { - "value": "10.0" - }, - "raft_base_thickness": { - "value": "0.2" - }, - "infill_sparse_density": { - "default_value": 15 - }, - "support_bottom_extruder_nr": { - "value": "0" - }, - "support_material_flow": { - "value": "98" - }, - "min_infill_area": { - "default_value": 1 - }, - "jerk_support": { - "value": "10" - }, - "bottom_skin_expand_distance": { - "value": "0.8" - }, - "retract_at_layer_change": { - "default_value": true - }, - "jerk_support_interface": { - "value": "5" - }, - "jerk_support_bottom": { - "value": "5" - }, - "optimize_wall_printing_order": { - "default_value": true - }, - "skirt_brim_minimal_length": { - "default_value": 50 - }, - "jerk_support_infill": { - "value": "10" - }, - "initial_bottom_layers": { - "value": "3" - }, - "prime_tower_position_x": { - "value": "1" - }, - "acceleration_support_bottom": { - "value": "250" - }, - "speed_support_roof": { - "value": "33.33" - }, - "speed_support_infill": { - "value": "80" - }, - "bridge_skin_speed_2": { - "value": "15" - }, - "raft_fan_speed": { - "default_value": 40 - }, - "wipe_retraction_amount": { - "value": "3" - }, - "skin_edge_support_thickness": { - "value": "0" - }, - "bottom_layers": { - "value": "3" - }, - "retraction_extrusion_window": { - "value": "3" - }, - "acceleration_ironing": { - "value": "250" - }, - "support_top_distance": { - "value": "0.2" - }, - "travel_retract_before_outer_wall": { - "default_value": true - }, - "material_flow": { - "default_value": 99 - }, - "support_bottom_distance": { - "value": "0.2" - }, - "expand_skins_expand_distance": { - "value": "0.8" - }, - "jerk_wall": { - "value": "10" - }, - "support_zag_skip_count": { - "value": "8" - }, - "connect_infill_polygons": { - "value": "False" - }, - "acceleration_skirt_brim": { - "value": "250" - }, - "z_seam_corner": { - "default_value": "z_seam_corner_weighted" - }, - "raft_surface_jerk": { - "value": "10" - }, - "cross_infill_pocket_size": { - "value": "5.33" - }, - "support_infill_extruder_nr": { - "value": "0" - }, - "acceleration_enabled": { - "default_value": true - }, - "jerk_wall_x": { - "value": "10" - }, - "skin_overlap": { - "value": "15" - }, - "infill_material_flow": { - "value": "99" - }, - "skin_preshrink": { - "value": "0.0" - }, - "speed_wall": { - "value": "20" - }, - "support_tree_collision_resolution": { - "value": "0.2" - }, - "meshfix_maximum_deviation": { - "default_value": 0.003 - }, - "jerk_roofing": { - "value": "10" - }, - "fill_outline_gaps": { - "default_value": true - }, - "layer_height": { - "default_value": 0.2 - }, - "remove_empty_first_layers": { - "default_value": false - }, - "prime_tower_flow": { - "value": "99" - }, - "support_roof_line_distance": { - "value": "0.57" - }, - "wipe_retraction_speed": { - "value": "30" - }, - "support_extruder_nr_layer_0": { - "value": "0" - }, - "layer_height_0": { - "default_value": 0.2 - }, - "multiple_mesh_overlap": { - "default_value": 0 - }, - "ooze_shield_dist": { - "default_value": 4 - }, - "jerk_enabled": { - "default_value": true - }, - "acceleration_support": { - "value": "200" - }, - "adhesion_extruder_nr": { - "value": "0" - }, - "skirt_line_count": { - "default_value": 2 - }, - "jerk_wall_0": { - "value": "5" - }, - "raft_speed": { - "value": "60" - }, - "speed_layer_0": { - "value": "20.0" - }, - "machine_width": { - "default_value": 210 - }, - "acceleration_wall": { - "value": "200" - }, - "jerk_infill": { - "value": "10" - }, - "wipe_hop_enable": { - "value": "False" - }, - "acceleration_travel_layer_0": { - "value": "400" - }, - "raft_interface_speed": { - "value": "60" - }, - "skin_edge_support_layers": { - "value": "0" - }, - "support_xy_distance_overhang": { - "value": "0.5" - }, - "brim_width": { - "default_value": 10 - }, - "coasting_enable": { - "default_value": true - }, - "jerk_print": { - "default_value": 10 - }, - "acceleration_support_roof": { - "value": "250" - }, - "prime_tower_min_volume": { - "default_value": 4 - }, - "support_roof_material_flow": { - "value": "99" - }, - "wall_0_wipe_dist": { - "value": "0" - }, - "jerk_topbottom": { - "value": "10" - }, - "retraction_count_max": { - "default_value": 30 - }, - "skin_overlap_mm": { - "value": "0.06" - }, - "extruders_enabled_count": { - "value": "2" - }, - "speed_support_bottom": { - "value": "33.33" - }, - "support_skip_some_zags": { - "default_value": true - }, - "ooze_shield_angle": { - "default_value": 50 - }, - "wall_thickness": { - "value": "1.2" - }, - "speed_print_layer_0": { - "value": "10.0" + "visible": true, + "author": "Skriware", + "manufacturer": "Skriware", + "file_formats": "text/x-gcode", + "platform": "skriware_2_platform.3mf", + "has_machine_quality": true, + "machine_extruder_trains": + { + "0": "skriware_2_extruder_0", + "1": "skriware_2_extruder_1" + }, + "platform_offset": [ + 0, + 0, + 0 + ], + "supports_usb_connection": false + }, + "overrides": + { + "acceleration_enabled": { "default_value": true }, + "acceleration_infill": { "value": "400" }, + "acceleration_ironing": { "value": "250" }, + "acceleration_layer_0": { "value": "200" }, + "acceleration_prime_tower": { "value": "250" }, + "acceleration_print": { "default_value": 200 }, + "acceleration_print_layer_0": { "value": "200" }, + "acceleration_roofing": { "value": "400" }, + "acceleration_skirt_brim": { "value": "250" }, + "acceleration_support": { "value": "200" }, + "acceleration_support_bottom": { "value": "250" }, + "acceleration_support_infill": { "value": "400" }, + "acceleration_support_interface": { "value": "250" }, + "acceleration_support_roof": { "value": "250" }, + "acceleration_topbottom": { "value": "200" }, + "acceleration_travel": { "value": "400" }, + "acceleration_travel_layer_0": { "value": "400" }, + "acceleration_wall": { "value": "200" }, + "acceleration_wall_0": { "value": "200" }, + "acceleration_wall_x": { "value": "200" }, + "adhesion_extruder_nr": { "value": "0" }, + "adhesion_type": { "default_value": "raft" }, + "bottom_layers": { "value": "3" }, + "bottom_skin_expand_distance": { "value": "0.8" }, + "bottom_skin_preshrink": { "value": "0.0" }, + "bottom_thickness": { "value": "0.8" }, + "bridge_skin_speed_2": { "value": "15" }, + "bridge_wall_speed": { "value": "10.0" }, + "brim_line_count": { "value": "17" }, + "brim_width": { "default_value": 10 }, + "build_volume_temperature": { "default_value": 28 }, + "coasting_enable": { "default_value": true }, + "connect_infill_polygons": { "value": "False" }, + "cool_fan_full_at_height": { "value": "0" }, + "cool_fan_full_layer": { "value": "1" }, + "cool_fan_speed_0": + { + "default_value": 0, + "value": "cool_fan_speed if resolveOrValue('adhesion_type') == 'raft' else 0" + }, + "cool_lift_head": { "default_value": true }, + "cool_min_speed": { "default_value": 5 }, + "cross_infill_pocket_size": { "value": "5.33" }, + "default_material_bed_temperature": { "value": "50" }, + "default_material_print_temperature": { "default_value": 200 }, + "expand_skins_expand_distance": { "value": "0.8" }, + "extruders_enabled_count": { "value": "2" }, + "fill_outline_gaps": { "default_value": true }, + "gantry_height": { "value": "210" }, + "infill_before_walls": { "default_value": false }, + "infill_line_distance": { "value": "0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1))))" }, + "infill_material_flow": { "value": "99" }, + "infill_overlap": { "value": "0" }, + "infill_overlap_mm": { "value": "0.0" }, + "infill_sparse_density": { "default_value": 15 }, + "infill_sparse_thickness": { "value": "0.2" }, + "infill_wipe_dist": { "value": "0" }, + "initial_bottom_layers": { "value": "3" }, + "initial_layer_line_width_factor": { "default_value": 120 }, + "ironing_inset": { "value": "0.2 + (ironing_line_spacing - skin_line_width * (1.0 + ironing_flow / 100) / 2 if ironing_pattern == 'concentric' else skin_line_width * (1.0 - ironing_flow / 100) / 2)" }, + "jerk_enabled": { "default_value": true }, + "jerk_infill": { "value": "10" }, + "jerk_ironing": { "value": "5" }, + "jerk_layer_0": { "value": "5" }, + "jerk_prime_tower": { "value": "5" }, + "jerk_print": { "default_value": 10 }, + "jerk_print_layer_0": { "value": "10" }, + "jerk_roofing": { "value": "10" }, + "jerk_skirt_brim": { "value": "5" }, + "jerk_support": { "value": "10" }, + "jerk_support_bottom": { "value": "5" }, + "jerk_support_infill": { "value": "10" }, + "jerk_support_interface": { "value": "5" }, + "jerk_support_roof": { "value": "5" }, + "jerk_topbottom": { "value": "10" }, + "jerk_travel": { "value": "10" }, + "jerk_travel_layer_0": { "value": "10" }, + "jerk_wall": { "value": "10" }, + "jerk_wall_0": { "value": "5" }, + "jerk_wall_x": { "value": "10" }, + "layer_0_z_overlap": { "value": "0.1" }, + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.2 }, + "machine_depth": { "default_value": 260 }, + "machine_end_gcode": { "default_value": "M59\nG92 E0\nG1 E-10 F300\nM104 T0 S0\nM104 T1 S0\nM140 S0\nG28 X0 Y0\nM84\nM106 S0\nM107\nM220 S100" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 210 }, + "machine_start_gcode": { "default_value": "G90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM420 S1 Z0.7 ;enable bed levelling\nG1 Z10 F250 ;move the platform down 10mm\nM107 ;fan off\nM42 P11 S255 ;turn on front fan\nM140 S{material_bed_temperature}\nM104 T0 S{material_print_temperature, 0}\nM104 T1 S{material_print_temperature, 1}\nG1 F2500 Y260 X0\nM190 S{material_bed_temperature}\nM109 T0 S{material_print_temperature, 0}\nM109 T1 S{material_print_temperature, 1}\nM60 ;enable E-FADE Algorithm\nM62 A ;filament sensor off\nG92 E0 ;zero the extruded length\nT1\nG92 E0;zero the extruded length\nG1 F300 Z0.3\nG1 F1200 X20\nG1 F1200 X180 E21 ;extrude 21 mm of feed stock\nG1 F1200 E11\nG1 F300 Z1.5\nG92 E0 ;zero the extruded length again\nT0\nG92 E0 ;zero the extruded length\nG1 F1200 Y258\nG1 F300 Z0.3\nG1 F1200 X40 E21 ;extrude 21 mm of feed stock\nG1 F1200 E11 ;retracting 10 mm\nG1 F300 Z1.5\nM63 A ;filament sensor reset\nM61 A ;filament sensor on\nG92 E0 ;zero the extruded length again\nM58 ;end of Start G-Code and signal retract management\nT{initial_extruder_nr}" }, + "machine_width": { "default_value": 210 }, + "material_adhesion_tendency": { "default_value": 0 }, + "material_bed_temperature": + { + "minimum_value_warning": "30", + "resolve": "extruderValues('material_bed_temperature')[adhesion_extruder_nr] if resolveOrValue('adhesion_type') == 'raft' else max(extruderValues('material_bed_temperature'))" + }, + "material_bed_temperature_layer_0": + { + "minimum_value_warning": "30", + "resolve": "extruderValues('material_bed_temperature_layer_0')[adhesion_extruder_nr] if resolveOrValue('adhesion_type') == 'raft' else max(extruderValues('material_bed_temperature_layer_0'))", + "value": "50" + }, + "material_break_preparation_temperature": { "value": "195" }, + "material_diameter": { "default_value": 1.75 }, + "material_flow": { "default_value": 99 }, + "material_initial_print_temperature": { "value": "195" }, + "material_print_temperature_layer_0": { "value": "195" }, + "material_standby_temperature": { "default_value": 195 }, + "max_skin_angle_for_expansion": { "default_value": 50 }, + "meshfix_maximum_deviation": { "default_value": 0.003 }, + "meshfix_maximum_travel_resolution": { "value": "0.8" }, + "min_infill_area": { "default_value": 1 }, + "min_skin_width_for_expansion": { "value": "0.67" }, + "multiple_mesh_overlap": { "default_value": 0 }, + "ooze_shield_angle": { "default_value": 50 }, + "ooze_shield_dist": { "default_value": 4 }, + "optimize_wall_printing_order": { "default_value": true }, + "prime_tower_flow": { "value": "99" }, + "prime_tower_min_volume": { "default_value": 4 }, + "prime_tower_position_x": { "value": "1" }, + "prime_tower_position_y": { "value": "1" }, + "prime_tower_size": { "default_value": 1 }, + "raft_acceleration": { "value": "400" }, + "raft_airgap": { "default_value": 0.2 }, + "raft_base_acceleration": { "value": "400" }, + "raft_base_jerk": { "value": "10" }, + "raft_base_line_spacing": { "value": "0.8" }, + "raft_base_line_width": { "value": "0.4" }, + "raft_base_speed": { "value": "60" }, + "raft_base_thickness": { "value": "0.2" }, + "raft_fan_speed": { "default_value": 40 }, + "raft_interface_acceleration": { "value": "400" }, + "raft_interface_fan_speed": { "value": "40" }, + "raft_interface_jerk": { "value": "10" }, + "raft_interface_line_spacing": { "value": "0.4" }, + "raft_interface_line_width": { "value": "0.4" }, + "raft_interface_speed": { "value": "60" }, + "raft_interface_thickness": { "value": "0.2" }, + "raft_jerk": { "value": "10" }, + "raft_margin": { "default_value": 4 }, + "raft_speed": { "value": "60" }, + "raft_surface_acceleration": { "value": "400" }, + "raft_surface_fan_speed": { "value": "80" }, + "raft_surface_jerk": { "value": "10" }, + "raft_surface_layers": { "default_value": 1 }, + "raft_surface_speed": { "value": "60" }, + "raft_surface_thickness": { "value": "0.2" }, + "remove_empty_first_layers": { "default_value": false }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 3 }, + "retraction_combing": { "value": "'infill'" }, + "retraction_count_max": { "default_value": 30 }, + "retraction_extrusion_window": { "value": "3" }, + "retraction_min_travel": { "value": "1" }, + "retraction_prime_speed": { "value": "60" }, + "retraction_retract_speed": { "value": "30" }, + "retraction_speed": { "default_value": 30 }, + "roofing_layer_count": { "value": "1" }, + "roofing_material_flow": { "value": "99" }, + "skin_edge_support_layers": { "value": "0" }, + "skin_edge_support_thickness": { "value": "0" }, + "skin_material_flow": { "value": "99" }, + "skin_no_small_gaps_heuristic": { "default_value": true }, + "skin_outline_count": { "value": 0 }, + "skin_overlap": { "value": "15" }, + "skin_overlap_mm": { "value": "0.06" }, + "skin_preshrink": { "value": "0.0" }, + "skirt_brim_line_width": { "value": "0.5" }, + "skirt_brim_material_flow": { "value": "99" }, + "skirt_brim_minimal_length": { "default_value": 50 }, + "skirt_brim_speed": { "value": "10.0" }, + "skirt_line_count": { "default_value": 2 }, + "speed_infill": { "value": "80" }, + "speed_layer_0": { "value": "20.0" }, + "speed_prime_tower": { "value": "20" }, + "speed_print": { "default_value": 20 }, + "speed_print_layer_0": { "value": "10.0" }, + "speed_roofing": { "value": "20" }, + "speed_slowdown_layers": { "default_value": 1 }, + "speed_support": { "value": "50" }, + "speed_support_bottom": { "value": "33.33" }, + "speed_support_infill": { "value": "80" }, + "speed_support_interface": { "value": "33.33" }, + "speed_support_roof": { "value": "33.33" }, + "speed_travel_layer_0": { "value": "80" }, + "speed_wall": { "value": "20" }, + "speed_wall_0": { "value": "20" }, + "speed_wall_x": { "value": "20" }, + "support_angle": { "default_value": 60 }, + "support_bottom_distance": { "value": "0.2" }, + "support_bottom_extruder_nr": { "value": "0" }, + "support_bottom_material_flow": { "value": "99" }, + "support_brim_line_count": { "value": "16" }, + "support_enable": { "default_value": true }, + "support_extruder_nr": { "value": "0" }, + "support_extruder_nr_layer_0": { "value": "0" }, + "support_infill_extruder_nr": { "value": "0" }, + "support_infill_rate": { "value": "20" }, + "support_infill_sparse_thickness": { "value": "0.2" }, + "support_initial_layer_line_distance": { "value": "2" }, + "support_interface_extruder_nr": { "value": "0" }, + "support_interface_material_flow": { "value": "99" }, + "support_line_distance": { "value": "0 if support_infill_rate == 0 else (support_line_width * 100) / support_infill_rate * (2 if support_pattern == 'grid' else (3 if support_pattern == 'triangles' else 1))" }, + "support_material_flow": { "value": "98" }, + "support_offset": { "default_value": 0.2 }, + "support_roof_density": { "value": "70" }, + "support_roof_extruder_nr": { "value": "0" }, + "support_roof_height": { "value": "0.4" }, + "support_roof_line_distance": { "value": "0.57" }, + "support_roof_material_flow": { "value": "99" }, + "support_skip_some_zags": { "default_value": true }, + "support_skip_zag_per_mm": { "default_value": 10 }, + "support_top_distance": { "value": "0.2" }, + "support_tree_collision_resolution": { "value": "0.2" }, + "support_use_towers": { "default_value": false }, + "support_xy_distance": { "default_value": 0.6 }, + "support_xy_distance_overhang": { "value": "0.5" }, + "support_z_distance": { "default_value": 0.2 }, + "support_zag_skip_count": { "value": "8" }, + "switch_extruder_prime_speed": { "value": "60" }, + "switch_extruder_retraction_amount": { "value": "20" }, + "switch_extruder_retraction_speed": { "value": "30" }, + "switch_extruder_retraction_speeds": { "default_value": 30 }, + "top_layers": { "value": "4" }, + "top_skin_expand_distance": { "value": "0.8" }, + "top_skin_preshrink": { "value": "0.0" }, + "travel_avoid_supports": { "default_value": true }, + "travel_retract_before_outer_wall": { "default_value": true }, + "wall_0_material_flow": { "value": "99" }, + "wall_0_wipe_dist": { "value": "0" }, + "wall_material_flow": { "value": "99" }, + "wall_thickness": { "value": "1.2" }, + "wall_x_material_flow": { "value": "99" }, + "wipe_hop_enable": { "value": "False" }, + "wipe_retraction_amount": { "value": "3" }, + "wipe_retraction_prime_speed": { "value": "30" }, + "wipe_retraction_retract_speed": { "value": "30" }, + "wipe_retraction_speed": { "value": "30" }, + "xy_offset": { "default_value": 0.0 }, + "xy_offset_layer_0": { "value": "0.0" }, + "z_seam_corner": { "default_value": "z_seam_corner_weighted" }, + "z_seam_x": { "value": "115" }, + "z_seam_y": { "value": "180" } } - } } \ No newline at end of file diff --git a/resources/definitions/smoothie.def.json b/resources/definitions/smoothie.def.json index 463fbc92c2..8f9812357b 100644 --- a/resources/definitions/smoothie.def.json +++ b/resources/definitions/smoothie.def.json @@ -2,11 +2,13 @@ "version": 2, "name": "Smoothie Custom Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "grk3010", "manufacturer": "Custom", "file_formats": "text/x-gcode", + "first_start_actions": [ "MachineSettingsAction" ], "machine_extruder_trains": { "0": "custom_extruder_1", @@ -17,21 +19,13 @@ "5": "custom_extruder_6", "6": "custom_extruder_7", "7": "custom_extruder_8" - }, - "first_start_actions": ["MachineSettingsAction"] - }, - "overrides": { - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_always_write_active_tool": { - "default_value": true - }, - "machine_start_gcode": { - "default_value": "G28 X0 Y0 ; Home X Y\nM375; Load Bed Leveling Grid\nG1 X300 Y275 F15000 ; Move to bed center\nM280 S3.0 ; Deploy probe pin\n## NOTE: Adjust \"ZX.XX\" after G30 to be the Z-offset (in mm) between the probe and the nozzle\n## This is how you adjust nozzle printing height!\nG30 Z1.25 ; Move down to find bed & set Z home offset\nM280 S7.0 ; Retract probe\nG1 Z15.0 F600 ; move extruder up 15mm\nT0; Activate Extruder 1" - }, - "machine_end_gcode": { - "default_value": "G28 X0 Y0; Home X and Y\nM104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM107; turn off fans\nM84 ; disable motors" } + }, + "overrides": + { + "machine_always_write_active_tool": { "default_value": true }, + "machine_end_gcode": { "default_value": "G28 X0 Y0; Home X and Y\nM104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM107; turn off fans\nM84 ; disable motors" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_start_gcode": { "default_value": "G28 X0 Y0 ; Home X Y\nM375; Load Bed Leveling Grid\nG1 X300 Y275 F15000 ; Move to bed center\nM280 S3.0 ; Deploy probe pin\n## NOTE: Adjust \"ZX.XX\" after G30 to be the Z-offset (in mm) between the probe and the nozzle\n## This is how you adjust nozzle printing height!\nG30 Z1.25 ; Move down to find bed & set Z home offset\nM280 S7.0 ; Retract probe\nG1 Z15.0 F600 ; move extruder up 15mm\nT0; Activate Extruder 1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/snapmaker2.def.json b/resources/definitions/snapmaker2.def.json index 9a26ea21a7..81fa58dd04 100644 --- a/resources/definitions/snapmaker2.def.json +++ b/resources/definitions/snapmaker2.def.json @@ -2,76 +2,38 @@ "version": 2, "name": "Snapmaker 2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "manufacturer": "Snapmaker", "file_formats": "text/x-gcode", - "machine_extruder_trains": { - "0": "snapmaker_extruder_0" - }, - "has_materials": true, + "exclude_materials": [], "has_machine_quality": true, - "preferred_quality_type": "normal", + "has_materials": true, + "machine_extruder_trains": { "0": "snapmaker_extruder_0" }, "preferred_material": "generic_pla", - "exclude_materials": [ ] + "preferred_quality_type": "normal" }, - "overrides": { - "machine_name": { - "default_value": "Snapmaker" - }, - "machine_buildplate_type": { - "default_value": "aluminum" - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_start_gcode": { - "default_value": "M104 S{material_print_temperature_layer_0} ;Set Hotend Temperature\nM140 S{material_bed_temperature_layer_0} ;Set Bed Temperature\nG28 ;home\nG90 ;absolute positioning\nG1 X-10 Y-10 F3000 ;Move to corner \nG1 Z0 F1800 ;Go to zero offset\nM109 S{material_print_temperature_layer_0} ;Wait for Hotend Temperature\nM190 S{material_bed_temperature_layer_0} ;Wait for Bed Temperature\nG92 E0 ;Zero set extruder position\nG1 E20 F200 ;Feed filament to clear nozzle\nG92 E0 ;Zero set extruder position" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;Extruder heater off\nM140 S0 ;Heated bed heater off\nG90 ;absolute positioning\nG92 E0 ;Retract the filament\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z{machine_height} E-1 F3000 ;move Z up a bit and retract filament even more\nG1 X0 F3000 ;move X to min endstops, so the head is out of the way\nG1 Y{machine_depth} F3000 ;so the head is out of the way and Plate is moved forward" - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_max_acceleration_x": { - "default_value": 1000 - }, - "machine_max_acceleration_y": { - "default_value": 1000 - }, - "machine_max_acceleration_z": { - "default_value": 1000 - }, - "machine_max_acceleration_e": { - "default_value": 1000 - }, - "machine_acceleration": { - "default_value": 1000 - }, - "material_print_temp_prepend": { - "default_value": false - }, - "material_bed_temp_prepend": { - "default_value": false - }, - "default_material_print_temperature": { - "default_value": 205 - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 5 - }, - "retraction_speed": { - "default_value": 60 - }, - "retract_at_layer_change": { - "default_value": false - } + "overrides": + { + "default_material_print_temperature": { "default_value": 205 }, + "machine_acceleration": { "default_value": 1000 }, + "machine_buildplate_type": { "default_value": "aluminum" }, + "machine_end_gcode": { "default_value": "M104 S0 ;Extruder heater off\nM140 S0 ;Heated bed heater off\nG90 ;absolute positioning\nG92 E0 ;Retract the filament\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z{machine_height} E-1 F3000 ;move Z up a bit and retract filament even more\nG1 X0 F3000 ;move X to min endstops, so the head is out of the way\nG1 Y{machine_depth} F3000 ;so the head is out of the way and Plate is moved forward" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "default_value": 1000 }, + "machine_max_acceleration_x": { "default_value": 1000 }, + "machine_max_acceleration_y": { "default_value": 1000 }, + "machine_max_acceleration_z": { "default_value": 1000 }, + "machine_name": { "default_value": "Snapmaker" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M104 S{material_print_temperature_layer_0} ;Set Hotend Temperature\nM140 S{material_bed_temperature_layer_0} ;Set Bed Temperature\nG28 ;home\nG90 ;absolute positioning\nG1 X-10 Y-10 F3000 ;Move to corner \nG1 Z0 F1800 ;Go to zero offset\nM109 S{material_print_temperature_layer_0} ;Wait for Hotend Temperature\nM190 S{material_bed_temperature_layer_0} ;Wait for Bed Temperature\nG92 E0 ;Zero set extruder position\nG1 E20 F200 ;Feed filament to clear nozzle\nG92 E0 ;Zero set extruder position" }, + "material_bed_temp_prepend": { "default_value": false }, + "material_diameter": { "default_value": 1.75 }, + "material_print_temp_prepend": { "default_value": false }, + "retract_at_layer_change": { "default_value": false }, + "retraction_amount": { "default_value": 5 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 60 } } -} +} \ No newline at end of file diff --git a/resources/definitions/snapmaker2_A150.def.json b/resources/definitions/snapmaker2_A150.def.json index 8baea05016..be0d6c67df 100644 --- a/resources/definitions/snapmaker2_A150.def.json +++ b/resources/definitions/snapmaker2_A150.def.json @@ -1,39 +1,30 @@ -{ - "version": 2, - "name": "Snapmaker 2 A150", - "inherits": "snapmaker2", - "metadata": { - "visible": true, - "manufacturer": "Snapmaker", - "file_formats": "text/x-gcode", - "machine_extruder_trains": { - "0": "snapmaker_extruder_0" - }, - "quality_definition": "snapmaker2" - }, - "overrides": { - "machine_name": { - "default_value": "Snapmaker A150" - }, - "machine_width": { - "default_value": 160 - }, - "machine_depth": { - "default_value": 160 - }, - "machine_height": { - "default_value": 145 - }, - "machine_head_with_fans_polygon": { - "default_value": [ - [-67, 22], - [-67, -25], - [25.5, 22], - [25.5, -25] - ] - }, - "gantry_height": { - "value": 27 - } - } -} +{ + "version": 2, + "name": "Snapmaker 2 A150", + "inherits": "snapmaker2", + "metadata": + { + "visible": true, + "manufacturer": "Snapmaker", + "file_formats": "text/x-gcode", + "machine_extruder_trains": { "0": "snapmaker_extruder_0" }, + "quality_definition": "snapmaker2" + }, + "overrides": + { + "gantry_height": { "value": 27 }, + "machine_depth": { "default_value": 160 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-67, 22], + [-67, -25], + [25.5, 22], + [25.5, -25] + ] + }, + "machine_height": { "default_value": 145 }, + "machine_name": { "default_value": "Snapmaker A150" }, + "machine_width": { "default_value": 160 } + } +} \ No newline at end of file diff --git a/resources/definitions/snapmaker2_A250.def.json b/resources/definitions/snapmaker2_A250.def.json index a61d52c46f..0fdc67b061 100644 --- a/resources/definitions/snapmaker2_A250.def.json +++ b/resources/definitions/snapmaker2_A250.def.json @@ -1,39 +1,30 @@ -{ - "version": 2, - "name": "Snapmaker 2 A250", - "inherits": "snapmaker2", - "metadata": { - "visible": true, - "manufacturer": "Snapmaker", - "file_formats": "text/x-gcode", - "machine_extruder_trains": { - "0": "snapmaker_extruder_0" - }, - "quality_definition": "snapmaker2" - }, - "overrides": { - "machine_name": { - "default_value": "Snapmaker A250" - }, - "machine_width": { - "default_value": 230 - }, - "machine_depth": { - "default_value": 250 - }, - "machine_height": { - "default_value": 235 - }, - "machine_head_with_fans_polygon": { - "default_value": [ - [-67, 22], - [-67, -25], - [25.5, 22], - [25.5, -25] - ] - }, - "gantry_height": { - "value": 27 - } - } -} +{ + "version": 2, + "name": "Snapmaker 2 A250", + "inherits": "snapmaker2", + "metadata": + { + "visible": true, + "manufacturer": "Snapmaker", + "file_formats": "text/x-gcode", + "machine_extruder_trains": { "0": "snapmaker_extruder_0" }, + "quality_definition": "snapmaker2" + }, + "overrides": + { + "gantry_height": { "value": 27 }, + "machine_depth": { "default_value": 250 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-67, 22], + [-67, -25], + [25.5, 22], + [25.5, -25] + ] + }, + "machine_height": { "default_value": 235 }, + "machine_name": { "default_value": "Snapmaker A250" }, + "machine_width": { "default_value": 230 } + } +} \ No newline at end of file diff --git a/resources/definitions/snapmaker2_A350.def.json b/resources/definitions/snapmaker2_A350.def.json index 944e9ebc3b..985880f0a0 100644 --- a/resources/definitions/snapmaker2_A350.def.json +++ b/resources/definitions/snapmaker2_A350.def.json @@ -1,39 +1,30 @@ -{ - "version": 2, - "name": "Snapmaker 2 A350", - "inherits": "snapmaker2", - "metadata": { - "visible": true, - "manufacturer": "Snapmaker", - "file_formats": "text/x-gcode", - "machine_extruder_trains": { - "0": "snapmaker_extruder_0" - }, - "quality_definition": "snapmaker2" - }, - "overrides": { - "machine_name": { - "default_value": "Snapmaker A350" - }, - "machine_width": { - "default_value": 320 - }, - "machine_depth": { - "default_value": 350 - }, - "machine_height": { - "default_value": 330 - }, - "machine_head_with_fans_polygon": { - "default_value": [ - [-67, 22], - [-67, -25], - [25.5, 22], - [25.5, -25] - ] - }, - "gantry_height": { - "value": 27 - } - } -} +{ + "version": 2, + "name": "Snapmaker 2 A350", + "inherits": "snapmaker2", + "metadata": + { + "visible": true, + "manufacturer": "Snapmaker", + "file_formats": "text/x-gcode", + "machine_extruder_trains": { "0": "snapmaker_extruder_0" }, + "quality_definition": "snapmaker2" + }, + "overrides": + { + "gantry_height": { "value": 27 }, + "machine_depth": { "default_value": 350 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-67, 22], + [-67, -25], + [25.5, 22], + [25.5, -25] + ] + }, + "machine_height": { "default_value": 330 }, + "machine_name": { "default_value": "Snapmaker A350" }, + "machine_width": { "default_value": 320 } + } +} \ No newline at end of file diff --git a/resources/definitions/stereotech_start.def.json b/resources/definitions/stereotech_start.def.json index f6733d2ec7..1313addba5 100644 --- a/resources/definitions/stereotech_start.def.json +++ b/resources/definitions/stereotech_start.def.json @@ -2,44 +2,30 @@ "version": 2, "name": "Stereotech Start", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Stereotech", "manufacturer": "Stereotech LLC.", "file_formats": "text/x-gcode", "platform": "stereotech_start.3mf", "icon": "icon_ultimaker2", - "platform_offset": [0, 0, 0], - "machine_extruder_trains": - { - "0": "stereotech_start_extruder_0" - } + "machine_extruder_trains": { "0": "stereotech_start_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 190 - }, - "machine_height": { - "default_value": 190 - }, - "machine_depth": { - "default_value": 190 - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning" - }, - "machine_shape": { - "default_value": "rectangular" - } + "overrides": + { + "machine_depth": { "default_value": 190 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 190 } } -} +} \ No newline at end of file diff --git a/resources/definitions/stereotech_ste320.def.json b/resources/definitions/stereotech_ste320.def.json index 3aa89effc5..2674841411 100644 --- a/resources/definitions/stereotech_ste320.def.json +++ b/resources/definitions/stereotech_ste320.def.json @@ -2,87 +2,51 @@ "version": 2, "name": "Stereotech STE320", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Stereotech", "manufacturer": "Stereotech LLC.", + "file_formats": "text/x-gcode", "platform": "stereotech_ste320_platform.obj", - "platform_texture": "StereotechSte320backplate.png", + "has_materials": true, + "machine_extruder_trains": + { + "0": "stereotech_ste320_1st", + "1": "stereotech_ste320_2nd" + }, "platform_offset": [ 0, 0, -14 ], - "file_formats": "text/x-gcode", - "has_materials": true, - "supports_usb_connection": false, - "machine_extruder_trains": { - "0": "stereotech_ste320_1st", - "1": "stereotech_ste320_2nd" - } + "platform_texture": "StereotechSte320backplate.png", + "supports_usb_connection": false }, - "overrides": { - "machine_name": { - "default_value": "Stereotech STE320" - }, - "machine_width": { - "default_value": 218 - }, - "machine_height": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 210 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "gantry_height": { "value": "25" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 210 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd 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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ - -29, - 22 - ], - [ - -29, - -20 - ], - [ - 27, - 22 - ], - [ - 27, - -20 - ] + [-29, 22], + [-29, -20], + [27, 22], + [27, -20] ] }, - "gantry_height": { - "value": "25" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;homing\nG1 Z15.0 F9000 ;move the platform down 15mm\nT1 ;Switch to the 2nd extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F200 E-{switch_extruder_retraction_amount}\nT0 ;Switch to the 1st extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd 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 F9000 ;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" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "prime_tower_position_x": { - "value": "195" - }, - "prime_tower_position_y": { - "value": "149" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Stereotech STE320" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;homing\nG1 Z15.0 F9000 ;move the platform down 15mm\nT1 ;Switch to the 2nd extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F200 E-{switch_extruder_retraction_amount}\nT0 ;Switch to the 1st extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 218 }, + "prime_tower_position_x": { "value": "195" }, + "prime_tower_position_y": { "value": "149" } } } \ No newline at end of file diff --git a/resources/definitions/strateo3d.def.json b/resources/definitions/strateo3d.def.json index cc4038586c..e19dc31337 100644 --- a/resources/definitions/strateo3d.def.json +++ b/resources/definitions/strateo3d.def.json @@ -3,160 +3,299 @@ "name": "Strateo3D", "inherits": "fdmprinter", "metadata": + { + "visible": true, + "author": "eMotionTech", + "manufacturer": "eMotionTech", + "file_formats": "text/x-gcode", + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { - "author": "eMotionTech", - "manufacturer": "eMotionTech", - "visible": true, - "file_formats": "text/x-gcode", - "has_machine_quality": true, - "has_materials": true, - "has_variants": true, - "preferred_variant_name": "Standard 0.6", - "preferred_material": "emotiontech_pla", - "preferred_quality_type": "c", - "variants_name": "Print Head", - "machine_extruder_trains": - { - "0": "strateo3d_right_extruder", - "1": "strateo3d_left_extruder" - } + "0": "strateo3d_right_extruder", + "1": "strateo3d_left_extruder" }, - + "preferred_material": "emotiontech_pla", + "preferred_quality_type": "c", + "preferred_variant_name": "Standard 0.6", + "variants_name": "Print Head" + }, "overrides": + { + "acceleration_enabled": { "value": false }, + "acceleration_infill": { "maximum_value_warning": "1500" }, + "acceleration_layer_0": { - "machine_name": { "default_value": "Strateo3D" }, - "machine_width": { "default_value": 600 }, - "machine_depth": { "default_value": 420 }, - "machine_height": { "default_value": 495 }, - "machine_heated_bed": { "default_value": true }, - "machine_heated_build_volume": { "default_value": true }, - "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { "default_value": [ [ -76, -51.8 ] , [ 25, -51.8 ] , [ 25, 38.2 ] , [ -76, 38.2 ] ] }, - "gantry_height": { "value": "40" }, - "machine_extruder_count": { "default_value": 2 }, - "machine_gcode_flavor": { "default_value": "Marlin" }, - "machine_start_gcode": { "default_value": ";M104 T0 S{material_standby_temperature, 0} \n;M104 T1 S{material_standby_temperature, 1} \n;M140 S{material_bed_temperature_layer_0} \n;M141 S{build_volume_temperature} \nG28 \nG90 \nT{initial_extruder_nr} \nG1 X0 Y0 Z15 F6000 \n;M190 S{material_bed_temperature_layer_0} \n;M109 S{material_print_temperature_layer_0, initial_extruder_nr} \nG1 Z0.3 \nG92 E0 \nG1 F300 X45 E18 \n;G1 F1500 E17 \nG1 F600 X25 \nG1 F600 Z3" }, - "machine_end_gcode": { "default_value": "T1 \nM104 S0 \nT0 \nM104 S0 \nM140 S0 \nM141 S0 \nG91 \nG0 z1 \nG90 \nG28 \nM801.0 \nM84 \nM192" }, - "extruder_prime_pos_y": {"minimum_value": "0", "maximum_value": "machine_depth"}, - "extruder_prime_pos_x": {"minimum_value": "0", "maximum_value": "machine_width"}, - "machine_heat_zone_length": { "default_value": 7 }, - "default_material_print_temperature": { "maximum_value_warning": "400", "maximum_value": "415" }, - "material_print_temperature": { "maximum_value_warning": "400", "maximum_value": "415" }, - "material_print_temperature_layer_0": { "maximum_value_warning": "400", "maximum_value": "415" }, - "material_initial_print_temperature": { "maximum_value_warning": "400", "maximum_value": "415" }, - "material_final_print_temperature": { "maximum_value_warning": "400", "maximum_value": "415" }, - "material_standby_temperature": { "maximum_value_warning": "material_print_temperature - 40", "maximum_value": "material_print_temperature" }, - "material_bed_temperature": { "maximum_value_warning": "140", "maximum_value": "140" }, - "material_bed_temperature_layer_0": { "maximum_value_warning": "140", "maximum_value": "140" }, - "extruder_prime_pos_abs": { "default_value": true }, - "machine_acceleration": { "default_value": 1500 }, - "machine_max_jerk_xy": { "default_value": 0.01 }, - "machine_max_jerk_z": { "default_value": 0}, - - "acceleration_enabled": { "value": false }, - "acceleration_print": { "value": "machine_acceleration", "maximum_value_warning": "1500" }, - "acceleration_infill": { "maximum_value_warning": "1500" }, - "acceleration_wall": { "value": "math.ceil(acceleration_print * 1250 / acceleration_print)", "maximum_value_warning": "1500" }, - "acceleration_wall_0": { "value": "math.ceil(acceleration_print * 1000 / acceleration_print)", "maximum_value_warning": "1500" }, - "acceleration_wall_x": { "maximum_value_warning": "1500" }, - "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1250 / acceleration_print)", "maximum_value_warning": "1500" }, - "acceleration_support": { "value": "acceleration_print", "maximum_value_warning": "1500" }, - "acceleration_support_infill": { "maximum_value_warning": "1500" }, - "acceleration_support_interface": { "value": "acceleration_topbottom", "maximum_value_warning": "1500" }, - "acceleration_support_roof": { "maximum_value_warning": "1500" }, - "acceleration_support_bottom": { "maximum_value_warning": "1500" }, - "acceleration_prime_tower": { "maximum_value_warning": "1500" }, - "acceleration_travel": { "value": "acceleration_print", "maximum_value_warning": "1500" }, - "acceleration_layer_0": { "value": "acceleration_topbottom", "maximum_value_warning": "1500" }, - "acceleration_print_layer_0": { "maximum_value_warning": "1500" }, - "acceleration_travel_layer_0": { "maximum_value_warning": "1500" }, - "acceleration_skirt_brim": { "maximum_value_warning": "1500" }, - - "adaptive_layer_height_variation": { "default_value": 0.1 }, - "adaptive_layer_height_variation_step": { "default_value": 0.05 }, - "adhesion_type": { "default_value": "skirt" }, - "expand_skins_expand_distance": { "value": "wall_line_width_0 + wall_line_count * wall_line_width_x" }, - "gradual_infill_step_height": { "value": "layer_height*10" }, - "gradual_support_infill_step_height": { "value": "layer_height*7" }, - "infill_before_walls": { "default_value": false }, - "infill_overlap": { "value": "0" }, - "infill_wipe_dist": { "value": "0" }, - - "jerk_enabled": { "value": "False", "maximum_value_warning": "0.01" }, - "jerk_print": { "value": "0.01", "maximum_value_warning": "0.01" }, - "jerk_infill": { "value": "0.01", "maximum_value_warning": "0.01" }, - "jerk_layer_0": { "value": "jerk_topbottom", "maximum_value_warning": "0.01" }, - "jerk_print_layer_0": { "maximum_value_warning": "0.01" }, - "jerk_travel_layer_0": { "maximum_value_warning": "0.01" }, - "jerk_skirt_brim": { "maximum_value_warning": "0.01" }, - "jerk_prime_tower": { "value": "jerk_print * 15 / 25", "maximum_value_warning": "0.01" }, - "jerk_support": { "value": "jerk_print * 15 / 25", "maximum_value_warning": "0.01" }, - "jerk_support_infill": { "maximum_value_warning": "0.01" }, - "jerk_support_interface": { "value": "jerk_topbottom", "maximum_value_warning": "0.01" }, - "jerk_support_roof": { "maximum_value_warning": "0.01" }, - "jerk_support_bottom": { "maximum_value_warning": "0.01" }, - "jerk_topbottom": { "value": "jerk_print * 5 / 25", "maximum_value_warning": "0.01" }, - "jerk_wall": { "value": "jerk_print * 5 / 25", "maximum_value_warning": "0.01" }, - "jerk_wall_0": { "value": "jerk_wall * 5 / 10", "maximum_value_warning": "0.01" }, - "jerk_wall_x": { "maximum_value_warning": "0.01" }, - "jerk_travel": { "value": "machine_max_jerk_xy", "maximum_value_warning": "0.01" }, - - "layer_start_x": { "value": "sum(extruderValues('machine_extruder_start_pos_x')) / len(extruderValues('machine_extruder_start_pos_x'))" }, - "layer_start_y": { "value": "sum(extruderValues('machine_extruder_start_pos_y')) / len(extruderValues('machine_extruder_start_pos_y'))" }, - "machine_min_cool_heat_time_window": { "value": "15" }, - "machine_nozzle_cool_down_speed": { "default_value": 0.50 }, - "machine_nozzle_heat_up_speed": { "default_value": 2.25 }, - "material_flow": { "default_value": 93 }, - "material_flow_layer_0": { "value": "math.ceil(material_flow*1)" }, - "meshfix_maximum_resolution": { "value": "0.5" }, - "meshfix_maximum_deviation": { "default_value": 0.04 }, - "optimize_wall_printing_order": { "value": "True" }, - "prime_blob_enable": { "enabled": false, "default_value": false }, - "prime_tower_min_volume": { "default_value": 35 }, - "prime_tower_position_x": { "value": "machine_width/2 + prime_tower_size/2" }, - "prime_tower_position_y": { "value": "machine_depth - prime_tower_size - max(extruderValue(adhesion_extruder_nr, 'brim_width') * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 if adhesion_type == 'brim' else (extruderValue(adhesion_extruder_nr, 'raft_margin') if adhesion_type == 'raft' else (extruderValue(adhesion_extruder_nr, 'skirt_gap') if adhesion_type == 'skirt' else 0)), max(extruderValues('travel_avoid_distance'))) - max(extruderValues('support_offset')) - sum(extruderValues('skirt_brim_line_width')) * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 - (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0) - 1" }, - "retraction_amount": { "default_value": 1.5 }, - "retraction_combing": { "value": "'all'" }, - "retraction_combing_max_distance": { "default_value": 5 }, - "retraction_count_max": { "default_value": 15 }, - "retraction_hop": { "value": "2" }, - "retraction_hop_enabled": { "value": "extruders_enabled_count > 1" }, - "retraction_hop_only_when_collides": { "value": "True" }, - "retraction_min_travel": { "value": "3*line_width" }, - "retraction_prime_speed": { "value": "retraction_speed-10" }, - "retraction_speed": { "default_value": 25 }, - "skin_overlap": { "value": "10" }, - "skirt_brim_minimal_length": { "default_value": 333 }, - "speed_layer_0": { "value": "20" }, - "speed_travel_layer_0": { "value": "100" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_print": { "value": "50" }, - "speed_support": { "value": "speed_wall" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_topbottom": { "value": "math.ceil(speed_print * 20/35)" }, - "speed_travel": { "value": "150" }, - "speed_wall": { "value": "math.ceil(speed_print * 3/4)" }, - "speed_wall_0": { "value": "math.ceil(speed_wall * 2/3)" }, - "speed_wall_x": { "value": "speed_wall" }, - "support_angle": { "value": "50" }, - "support_bottom_distance": {"value": "extruderValue(support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr, 'support_z_distance/2') if support_type == 'everywhere' else 0", "maximum_value_warning": "machine_nozzle_size*1.5" }, - "support_interface_enable": { "default_value": true }, - "support_interface_height": { "value": "layer_height*3" }, - "support_interface_offset": { "value": "support_offset" }, - "support_top_distance": {"value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance')", "maximum_value_warning": "machine_nozzle_size*1.5" }, - "support_use_towers": { "default_value": true }, - "support_xy_distance": { "value": "line_width * 1.7" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height*2", "maximum_value_warning": "machine_nozzle_size*1.5" }, - "switch_extruder_prime_speed": { "value": "retraction_prime_speed" }, - "switch_extruder_retraction_amount": { "value": "7" }, - "switch_extruder_retraction_speeds": {"value": "retraction_retract_speed"}, - "top_bottom_thickness": { "value": "3*layer_height", "minimum_value_warning": "layer_height*2" }, - "top_thickness": { "value": "top_bottom_thickness" }, - "top_layers": { "value": "0 if infill_sparse_density == 100 else math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))"}, - "bottom_thickness": { "value": "top_bottom_thickness-2*layer_height+layer_height_0" }, - "bottom_layers": { "value": "999999 if infill_sparse_density == 100 else math.ceil(round(((bottom_thickness-resolveOrValue('layer_height_0')) / resolveOrValue('layer_height'))+1, 4))"}, - "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" }, - "wall_thickness": { "value": "wall_line_width_0 + wall_line_width_x" } - } -} + "maximum_value_warning": "1500", + "value": "acceleration_topbottom" + }, + "acceleration_prime_tower": { "maximum_value_warning": "1500" }, + "acceleration_print": + { + "maximum_value_warning": "1500", + "value": "machine_acceleration" + }, + "acceleration_print_layer_0": { "maximum_value_warning": "1500" }, + "acceleration_skirt_brim": { "maximum_value_warning": "1500" }, + "acceleration_support": + { + "maximum_value_warning": "1500", + "value": "acceleration_print" + }, + "acceleration_support_bottom": { "maximum_value_warning": "1500" }, + "acceleration_support_infill": { "maximum_value_warning": "1500" }, + "acceleration_support_interface": + { + "maximum_value_warning": "1500", + "value": "acceleration_topbottom" + }, + "acceleration_support_roof": { "maximum_value_warning": "1500" }, + "acceleration_topbottom": + { + "maximum_value_warning": "1500", + "value": "math.ceil(acceleration_print * 1250 / acceleration_print)" + }, + "acceleration_travel": + { + "maximum_value_warning": "1500", + "value": "acceleration_print" + }, + "acceleration_travel_layer_0": { "maximum_value_warning": "1500" }, + "acceleration_wall": + { + "maximum_value_warning": "1500", + "value": "math.ceil(acceleration_print * 1250 / acceleration_print)" + }, + "acceleration_wall_0": + { + "maximum_value_warning": "1500", + "value": "math.ceil(acceleration_print * 1000 / acceleration_print)" + }, + "acceleration_wall_x": { "maximum_value_warning": "1500" }, + "adaptive_layer_height_variation": { "default_value": 0.1 }, + "adaptive_layer_height_variation_step": { "default_value": 0.05 }, + "adhesion_type": { "default_value": "skirt" }, + "bottom_layers": { "value": "999999 if infill_sparse_density == 100 else math.ceil(round(((bottom_thickness-resolveOrValue('layer_height_0')) / resolveOrValue('layer_height'))+1, 4))" }, + "bottom_thickness": { "value": "top_bottom_thickness-2*layer_height+layer_height_0" }, + "default_material_print_temperature": + { + "maximum_value": "415", + "maximum_value_warning": "400" + }, + "expand_skins_expand_distance": { "value": "wall_line_width_0 + wall_line_count * wall_line_width_x" }, + "extruder_prime_pos_abs": { "default_value": true }, + "extruder_prime_pos_x": + { + "maximum_value": "machine_width", + "minimum_value": "0" + }, + "extruder_prime_pos_y": + { + "maximum_value": "machine_depth", + "minimum_value": "0" + }, + "gantry_height": { "value": "40" }, + "gradual_infill_step_height": { "value": "layer_height*10" }, + "gradual_support_infill_step_height": { "value": "layer_height*7" }, + "infill_before_walls": { "default_value": false }, + "infill_overlap": { "value": "0" }, + "infill_wipe_dist": { "value": "0" }, + "jerk_enabled": + { + "maximum_value_warning": "0.01", + "value": "False" + }, + "jerk_infill": + { + "maximum_value_warning": "0.01", + "value": "0.01" + }, + "jerk_layer_0": + { + "maximum_value_warning": "0.01", + "value": "jerk_topbottom" + }, + "jerk_prime_tower": + { + "maximum_value_warning": "0.01", + "value": "jerk_print * 15 / 25" + }, + "jerk_print": + { + "maximum_value_warning": "0.01", + "value": "0.01" + }, + "jerk_print_layer_0": { "maximum_value_warning": "0.01" }, + "jerk_skirt_brim": { "maximum_value_warning": "0.01" }, + "jerk_support": + { + "maximum_value_warning": "0.01", + "value": "jerk_print * 15 / 25" + }, + "jerk_support_bottom": { "maximum_value_warning": "0.01" }, + "jerk_support_infill": { "maximum_value_warning": "0.01" }, + "jerk_support_interface": + { + "maximum_value_warning": "0.01", + "value": "jerk_topbottom" + }, + "jerk_support_roof": { "maximum_value_warning": "0.01" }, + "jerk_topbottom": + { + "maximum_value_warning": "0.01", + "value": "jerk_print * 5 / 25" + }, + "jerk_travel": + { + "maximum_value_warning": "0.01", + "value": "machine_max_jerk_xy" + }, + "jerk_travel_layer_0": { "maximum_value_warning": "0.01" }, + "jerk_wall": + { + "maximum_value_warning": "0.01", + "value": "jerk_print * 5 / 25" + }, + "jerk_wall_0": + { + "maximum_value_warning": "0.01", + "value": "jerk_wall * 5 / 10" + }, + "jerk_wall_x": { "maximum_value_warning": "0.01" }, + "layer_start_x": { "value": "sum(extruderValues('machine_extruder_start_pos_x')) / len(extruderValues('machine_extruder_start_pos_x'))" }, + "layer_start_y": { "value": "sum(extruderValues('machine_extruder_start_pos_y')) / len(extruderValues('machine_extruder_start_pos_y'))" }, + "machine_acceleration": { "default_value": 1500 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 420 }, + "machine_end_gcode": { "default_value": "T1 \nM104 S0 \nT0 \nM104 S0 \nM140 S0 \nM141 S0 \nG91 \nG0 z1 \nG90 \nG28 \nM801.0 \nM84 \nM192" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-76, -51.8], + [25, -51.8], + [25, 38.2], + [-76, 38.2] + ] + }, + "machine_heat_zone_length": { "default_value": 7 }, + "machine_heated_bed": { "default_value": true }, + "machine_heated_build_volume": { "default_value": true }, + "machine_height": { "default_value": 495 }, + "machine_max_jerk_xy": { "default_value": 0.01 }, + "machine_max_jerk_z": { "default_value": 0 }, + "machine_min_cool_heat_time_window": { "value": "15" }, + "machine_name": { "default_value": "Strateo3D" }, + "machine_nozzle_cool_down_speed": { "default_value": 0.5 }, + "machine_nozzle_heat_up_speed": { "default_value": 2.25 }, + "machine_start_gcode": { "default_value": ";M104 T0 S{material_standby_temperature, 0} \n;M104 T1 S{material_standby_temperature, 1} \n;M140 S{material_bed_temperature_layer_0} \n;M141 S{build_volume_temperature} \nG28 \nG90 \nT{initial_extruder_nr} \nG1 X0 Y0 Z15 F6000 \n;M190 S{material_bed_temperature_layer_0} \n;M109 S{material_print_temperature_layer_0, initial_extruder_nr} \nG1 Z0.3 \nG92 E0 \nG1 F300 X45 E18 \n;G1 F1500 E17 \nG1 F600 X25 \nG1 F600 Z3" }, + "machine_width": { "default_value": 600 }, + "material_bed_temperature": + { + "maximum_value": "140", + "maximum_value_warning": "140" + }, + "material_bed_temperature_layer_0": + { + "maximum_value": "140", + "maximum_value_warning": "140" + }, + "material_final_print_temperature": + { + "maximum_value": "415", + "maximum_value_warning": "400" + }, + "material_flow": { "default_value": 93 }, + "material_flow_layer_0": { "value": "math.ceil(material_flow*1)" }, + "material_initial_print_temperature": + { + "maximum_value": "415", + "maximum_value_warning": "400" + }, + "material_print_temperature": + { + "maximum_value": "415", + "maximum_value_warning": "400" + }, + "material_print_temperature_layer_0": + { + "maximum_value": "415", + "maximum_value_warning": "400" + }, + "material_standby_temperature": + { + "maximum_value": "material_print_temperature", + "maximum_value_warning": "material_print_temperature - 40" + }, + "meshfix_maximum_deviation": { "default_value": 0.04 }, + "meshfix_maximum_resolution": { "value": "0.5" }, + "optimize_wall_printing_order": { "value": "True" }, + "prime_blob_enable": + { + "default_value": false, + "enabled": false + }, + "prime_tower_min_volume": { "default_value": 35 }, + "prime_tower_position_x": { "value": "machine_width/2 + prime_tower_size/2" }, + "prime_tower_position_y": { "value": "machine_depth - prime_tower_size - max(extruderValue(adhesion_extruder_nr, 'brim_width') * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 if adhesion_type == 'brim' else (extruderValue(adhesion_extruder_nr, 'raft_margin') if adhesion_type == 'raft' else (extruderValue(adhesion_extruder_nr, 'skirt_gap') if adhesion_type == 'skirt' else 0)), max(extruderValues('travel_avoid_distance'))) - max(extruderValues('support_offset')) - sum(extruderValues('skirt_brim_line_width')) * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 - (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0) - 1" }, + "retraction_amount": { "default_value": 1.5 }, + "retraction_combing": { "value": "'all'" }, + "retraction_combing_max_distance": { "default_value": 5 }, + "retraction_count_max": { "default_value": 15 }, + "retraction_hop": { "value": "2" }, + "retraction_hop_enabled": { "value": "extruders_enabled_count > 1" }, + "retraction_hop_only_when_collides": { "value": "True" }, + "retraction_min_travel": { "value": "3*line_width" }, + "retraction_prime_speed": { "value": "retraction_speed-10" }, + "retraction_speed": { "default_value": 25 }, + "skin_overlap": { "value": "10" }, + "skirt_brim_minimal_length": { "default_value": 333 }, + "speed_layer_0": { "value": "20" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": "50" }, + "speed_support": { "value": "speed_wall" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 20/35)" }, + "speed_travel": { "value": "150" }, + "speed_travel_layer_0": { "value": "100" }, + "speed_wall": { "value": "math.ceil(speed_print * 3/4)" }, + "speed_wall_0": { "value": "math.ceil(speed_wall * 2/3)" }, + "speed_wall_x": { "value": "speed_wall" }, + "support_angle": { "value": "50" }, + "support_bottom_distance": + { + "maximum_value_warning": "machine_nozzle_size*1.5", + "value": "extruderValue(support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr, 'support_z_distance/2') if support_type == 'everywhere' else 0" + }, + "support_interface_enable": { "default_value": true }, + "support_interface_height": { "value": "layer_height*3" }, + "support_interface_offset": { "value": "support_offset" }, + "support_top_distance": + { + "maximum_value_warning": "machine_nozzle_size*1.5", + "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance')" + }, + "support_use_towers": { "default_value": true }, + "support_xy_distance": { "value": "line_width * 1.7" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_z_distance": + { + "maximum_value_warning": "machine_nozzle_size*1.5", + "value": "layer_height*2" + }, + "switch_extruder_prime_speed": { "value": "retraction_prime_speed" }, + "switch_extruder_retraction_amount": { "value": "7" }, + "switch_extruder_retraction_speeds": { "value": "retraction_retract_speed" }, + "top_bottom_thickness": + { + "minimum_value_warning": "layer_height*2", + "value": "3*layer_height" + }, + "top_layers": { "value": "0 if infill_sparse_density == 100 else math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))" }, + "top_thickness": { "value": "top_bottom_thickness" }, + "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" }, + "wall_thickness": { "value": "wall_line_width_0 + wall_line_width_x" } + } +} \ No newline at end of file diff --git a/resources/definitions/stream20dual_mk2.def.json b/resources/definitions/stream20dual_mk2.def.json index 2bb491a906..c41303934d 100644 --- a/resources/definitions/stream20dual_mk2.def.json +++ b/resources/definitions/stream20dual_mk2.def.json @@ -2,51 +2,60 @@ "version": 2, "name": "Volumic Stream20Dual MK2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Volumic", "manufacturer": "Volumic", "file_formats": "text/x-gcode", - "icon": "volumic-icon", "platform": "STREAM20PRO_platform.STL", - "machine_extruder_trains":{"0": "stream20dual_0","1": "stream20dual_1"}, "has_machine_quality": true, - "has_materials": true + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": + { + "0": "stream20dual_0", + "1": "stream20dual_1" + } }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC STREAM20DUAL MK2" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 165 }, - "machine_height": { "default_value": 240 }, - "machine_depth": { "default_value": 200 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, "layer_height": { "default_value": 0.1 }, "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2 }, - "retraction_speed": { "default_value": 25 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 20 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 240 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 20 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_extruder_count": {"default_value": 2}, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } + "machine_name": { "default_value": "VOLUMIC STREAM20DUAL MK2" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 165 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 25 } } -} +} \ No newline at end of file diff --git a/resources/definitions/stream20pro_mk2.def.json b/resources/definitions/stream20pro_mk2.def.json index 1da3c01d1f..a7c9141b8c 100644 --- a/resources/definitions/stream20pro_mk2.def.json +++ b/resources/definitions/stream20pro_mk2.def.json @@ -2,50 +2,55 @@ "version": 2, "name": "Volumic Stream20Pro MK2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Volumic", "manufacturer": "Volumic", "file_formats": "text/x-gcode", - "icon": "volumic-icon", "platform": "STREAM20PRO_platform.STL", - "has_materials": true, "has_machine_quality": true, - "machine_extruder_trains":{"0": "stream20_extruder"} + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": { "0": "stream20_extruder" } }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC STREAM20PRO MK2" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 200 }, - "machine_height": { "default_value": 240 }, - "machine_depth": { "default_value": 200 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, "layer_height": { "default_value": 0.1 }, "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2 }, - "retraction_speed": { "default_value": 25 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 50 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 240 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 50 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } + "machine_name": { "default_value": "VOLUMIC STREAM20PRO MK2" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 200 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 25 } } -} +} \ No newline at end of file diff --git a/resources/definitions/stream30dual_mk2.def.json b/resources/definitions/stream30dual_mk2.def.json index 4d16c978a9..b2688aedcb 100644 --- a/resources/definitions/stream30dual_mk2.def.json +++ b/resources/definitions/stream30dual_mk2.def.json @@ -2,51 +2,60 @@ "version": 2, "name": "Volumic Stream30Dual MK2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Volumic", "manufacturer": "Volumic", "file_formats": "text/x-gcode", - "icon": "volumic-icon", "platform": "STREAM30PRO_platform.STL", - "machine_extruder_trains":{"0": "stream30dual_0","1": "stream30dual_1"}, "has_machine_quality": true, - "has_materials": true + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": + { + "0": "stream30dual_0", + "1": "stream30dual_1" + } }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC STREAM30DUAL MK2" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 265 }, - "machine_height": { "default_value": 300 }, - "machine_depth": { "default_value": 200 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, "layer_height": { "default_value": 0.1 }, "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2 }, - "retraction_speed": { "default_value": 25 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[0,0],[0,0],[0,0],[0,0]] }, - "machine_max_feedrate_z": { "default_value": 50 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 50 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_extruder_count": {"default_value": 2}, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } + "machine_name": { "default_value": "VOLUMIC STREAM30DUAL MK2" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 265 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 25 } } -} +} \ No newline at end of file diff --git a/resources/definitions/stream30mk3.def.json b/resources/definitions/stream30mk3.def.json index 13a2571f02..c59c32362c 100644 --- a/resources/definitions/stream30mk3.def.json +++ b/resources/definitions/stream30mk3.def.json @@ -1,51 +1,56 @@ -{ - "version": 2, - "name": "Volumic Stream30Pro MK3", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Volumic", - "manufacturer": "Volumic", - "file_formats": "text/x-gcode", - "icon": "volumic-icon", - "platform": "STREAM30ULTRA_platform.STL", - "has_materials": true, - "has_machine_quality": true, - "machine_extruder_trains":{"0": "stream30mk3_extruder"} - }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC STREAM30PRO MK3" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 310 }, - "machine_depth": { "default_value": 200 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "layer_height": { "default_value": 0.1 }, - "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2.40 }, - "retraction_speed": { "default_value": 30 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 30 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, - "machine_acceleration": { "default_value": 2000 }, - "machine_max_jerk_xy": { "default_value": 10 }, - "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } - } -} +{ + "version": 2, + "name": "Volumic Stream30Pro MK3", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Volumic", + "manufacturer": "Volumic", + "file_formats": "text/x-gcode", + "platform": "STREAM30ULTRA_platform.STL", + "has_machine_quality": true, + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": { "0": "stream30mk3_extruder" } + }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, + "layer_height": { "default_value": 0.1 }, + "layer_height_0": { "default_value": 0.1 }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 310 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 30 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 10 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "VOLUMIC STREAM30PRO MK3" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2.4 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 30 } + } +} \ No newline at end of file diff --git a/resources/definitions/stream30pro_mk2.def.json b/resources/definitions/stream30pro_mk2.def.json index b313704dac..c6a523b2bc 100644 --- a/resources/definitions/stream30pro_mk2.def.json +++ b/resources/definitions/stream30pro_mk2.def.json @@ -2,50 +2,55 @@ "version": 2, "name": "Volumic Stream30Pro MK2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Volumic", "manufacturer": "Volumic", "file_formats": "text/x-gcode", - "icon": "volumic-icon", "platform": "STREAM30PRO_platform.STL", - "has_materials": true, "has_machine_quality": true, - "machine_extruder_trains":{"0": "stream30_extruder"} + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": { "0": "stream30_extruder" } }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC STREAM30PRO MK2" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 300 }, - "machine_depth": { "default_value": 200 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, "layer_height": { "default_value": 0.1 }, "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2 }, - "retraction_speed": { "default_value": 25 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 50 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 50 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } + "machine_name": { "default_value": "VOLUMIC STREAM30PRO MK2" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 25 } } -} +} \ No newline at end of file diff --git a/resources/definitions/stream30ultra.def.json b/resources/definitions/stream30ultra.def.json index 731e213447..670948f3b6 100644 --- a/resources/definitions/stream30ultra.def.json +++ b/resources/definitions/stream30ultra.def.json @@ -2,50 +2,55 @@ "version": 2, "name": "Volumic Stream30Ultra", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Volumic", "manufacturer": "Volumic", "file_formats": "text/x-gcode", - "icon": "volumic-icon", "platform": "STREAM30ULTRA_platform.STL", - "has_materials": true, "has_machine_quality": true, - "machine_extruder_trains":{"0": "stream30ultra_extruder"} + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": { "0": "stream30ultra_extruder" } }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC STREAM30ULTRA" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 290 }, - "machine_height": { "default_value": 300 }, - "machine_depth": { "default_value": 200 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, "layer_height": { "default_value": 0.1 }, "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2 }, - "retraction_speed": { "default_value": 25 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 30 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 30 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } + "machine_name": { "default_value": "VOLUMIC STREAM30ULTRA" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 290 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 25 } } -} +} \ No newline at end of file diff --git a/resources/definitions/stream30ultrasc.def.json b/resources/definitions/stream30ultrasc.def.json index 2f645a057b..251d2ea0ae 100644 --- a/resources/definitions/stream30ultrasc.def.json +++ b/resources/definitions/stream30ultrasc.def.json @@ -2,50 +2,55 @@ "version": 2, "name": "Volumic Stream30Ultra SC", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Volumic", "manufacturer": "Volumic", "file_formats": "text/x-gcode", - "icon": "volumic-icon", "platform": "STREAM30ULTRA_platform.STL", - "has_materials": true, "has_machine_quality": true, - "machine_extruder_trains":{"0": "stream30ultrasc_extruder"} + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": { "0": "stream30ultrasc_extruder" } }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC STREAM30ULTRA SC" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 310 }, - "machine_depth": { "default_value": 200 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, "layer_height": { "default_value": 0.1 }, "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2.40 }, - "retraction_speed": { "default_value": 30 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 30 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 310 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 30 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 10 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } + "machine_name": { "default_value": "VOLUMIC STREAM30ULTRA SC" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2.4 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 30 } } -} +} \ No newline at end of file diff --git a/resources/definitions/stream30ultrasc2.def.json b/resources/definitions/stream30ultrasc2.def.json index b1994044cf..6aed73f2c0 100644 --- a/resources/definitions/stream30ultrasc2.def.json +++ b/resources/definitions/stream30ultrasc2.def.json @@ -1,51 +1,56 @@ -{ - "version": 2, - "name": "Volumic Stream30Ultra SC2", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Volumic", - "manufacturer": "Volumic", - "file_formats": "text/x-gcode", - "icon": "volumic-icon", - "platform": "STREAM30ULTRA_platform.STL", - "has_materials": true, - "has_machine_quality": true, - "machine_extruder_trains":{"0": "stream30ultrasc2_extruder"} - }, - - "overrides": { - "machine_name": { "default_value": "VOLUMIC STREAM30ULTRA SC2" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 310 }, - "machine_depth": { "default_value": 200 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "layer_height": { "default_value": 0.1 }, - "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2.40 }, - "retraction_speed": { "default_value": 30 }, - "adhesion_type": { "default_value": "none" }, - "infill_sparse_density": { "default_value": 25 }, - "fill_outline_gaps": { "default_value": true }, - "retract_at_layer_change": { "default_value": true }, - "retraction_combing_max_distance": { "default_value": 200 }, - "machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] }, - "machine_max_feedrate_z": { "default_value": 30 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 500 }, - "machine_acceleration": { "default_value": 2000 }, - "machine_max_jerk_xy": { "default_value": 10 }, - "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" - }, - "machine_end_gcode": { - "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" - } - } -} +{ + "version": 2, + "name": "Volumic Stream30Ultra SC2", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Volumic", + "manufacturer": "Volumic", + "file_formats": "text/x-gcode", + "platform": "STREAM30ULTRA_platform.STL", + "has_machine_quality": true, + "has_materials": true, + "icon": "volumic-icon", + "machine_extruder_trains": { "0": "stream30ultrasc2_extruder" } + }, + "overrides": + { + "adhesion_type": { "default_value": "none" }, + "fill_outline_gaps": { "default_value": true }, + "infill_sparse_density": { "default_value": 25 }, + "layer_height": { "default_value": 0.1 }, + "layer_height_0": { "default_value": 0.1 }, + "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG90\nG0 X1 Y190 F5000\nG92 E0\nM140 S0\nM84\nM300" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-38, 30], + [38, 30], + [38, -40], + [-38, -40] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 310 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 30 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 10 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "VOLUMIC STREAM30ULTRA SC2" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_start_gcode": { "default_value": "M117 Demarrage\nM106 S0\nM140 S{material_bed_temperature_layer_0}\nM104 T0 S{material_print_temperature_layer_0}\nG28\nG90\nM82\nG92 E0\nG1 Z3 F600\n;M190 S{material_bed_temperature_layer_0}\nM109 T0 S{material_print_temperature_layer_0}\nM300 P350\nM117 Purge\nG1 Z0.15 F600\nG1 E10 F400\nG92 E0\nM117 Impression" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "retract_at_layer_change": { "default_value": true }, + "retraction_amount": { "default_value": 2.4 }, + "retraction_combing_max_distance": { "default_value": 200 }, + "retraction_speed": { "default_value": 30 } + } +} \ No newline at end of file diff --git a/resources/definitions/structur3d_discov3ry1_complete_um2plus.def.json b/resources/definitions/structur3d_discov3ry1_complete_um2plus.def.json index 6b280a6c7b..c013c49e05 100644 --- a/resources/definitions/structur3d_discov3ry1_complete_um2plus.def.json +++ b/resources/definitions/structur3d_discov3ry1_complete_um2plus.def.json @@ -2,106 +2,90 @@ "version": 2, "name": "Discov3ry Complete", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": true, "author": "Andrew Finkle, CTO", "manufacturer": "Structur3d.io", - "visible": true, "file_formats": "text/x-gcode", "platform": "ultimaker2_platform.obj", - "platform_texture": "Ultimaker2Plusbackplate.png", - "platform_offset": [0, 0, 0], + "firmware_file": "MarlinUltimaker2plus.hex", + "first_start_actions": [], + "has_machine_quality": false, "has_materials": true, "has_variants": true, - "variants_name": "Print core", - "preferred_variant_name": "0.84mm (Green)", + "machine_extruder_trains": { "0": "structur3d_discov3ry1_complete_um2plus_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ], + "platform_texture": "Ultimaker2Plusbackplate.png", "preferred_material": "structur3d_dap100silicone", - "has_machine_quality": false, "preferred_quality_type": "extra_fast", - "first_start_actions": [], + "preferred_variant_name": "0.84mm (Green)", "supported_actions": [], - "machine_extruder_trains": - { - "0": "structur3d_discov3ry1_complete_um2plus_extruder_0" - }, - "firmware_file": "MarlinUltimaker2plus.hex" + "variants_name": "Print core" }, - - "overrides": { - "machine_name": { "default_value": "Discov3ry Complete (Ultimaker 2+)" }, - "infill_sparse_density": { - "value": 100 - }, - "retraction_hop_enabled": { - "value": true - }, - "adhesion_type": { - "default_value": "skirt" - }, - "skirt_brim_minimal_length": { - "value": 1500 - }, - "speed_print": { - "value": 15 - }, - "speed_wall_x": { - "value": "speed_wall" - }, - "layer_height_0": { - "value": "round(machine_nozzle_size / 1.5, 2)" - }, - "line_width": { - "value": "round(machine_nozzle_size * 0.875, 2)" - }, - "speed_support": { - "value": "speed_wall_0" - }, - "machine_height": { - "default_value": 205 - }, - "machine_width": { - "default_value": 205 - }, - "machine_depth": { - "default_value": 205 - }, - "machine_show_variants": { - "default_value": true - }, - "gantry_height": { - "value": "52" - }, - "machine_nozzle_head_distance": { - "default_value": 5 - }, - "machine_heat_zone_length": { - "default_value": 20 + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "gantry_height": { "value": "52" }, + "infill_sparse_density": { "value": 100 }, + "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" }, + "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" }, + "machine_depth": { "default_value": 205 }, + "machine_disallowed_areas": + { + "default_value": [ + [ + [-115, 112.5], + [-78, 112.5], + [-80, 102.5], + [-115, 102.5] + ], + [ + [115, 112.5], + [115, 102.5], + [105, 102.5], + [103, 112.5] + ], + [ + [-115, -112.5], + [-115, -104.5], + [-84, -104.5], + [-82, -112.5] + ], + [ + [115, -112.5], + [108, -112.5], + [110, -104.5], + [115, -104.5] + ] + ] }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it) \nM92 E282 ;reset extruder EEPROM steps/mm for plastic filament \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 F9000 ;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" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -44, 14 ], - [ -44, -34 ], - [ 64, 14 ], - [ 64, -34 ] + [-44, 14], + [-44, -34], + [64, 14], + [64, -34] ] }, - "machine_disallowed_areas": { - "default_value": [ - [[-115, 112.5], [ -78, 112.5], [ -80, 102.5], [-115, 102.5]], - [[ 115, 112.5], [ 115, 102.5], [ 105, 102.5], [ 103, 112.5]], - [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]], - [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]] - ] - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "\n;Updated Firmware (.hex and Marlin .ino) for \n;Ultimaker 2+ with Discov3ry Extruder available at: \n;https://github.com/Structur3d/UM2.1Discov3ry-Firmware-beta \n;**Learn more at https://www.structur3d.io** \n \nM104 S{material_print_temperature} ;Start heating extruder \nM140 S{material_bed_temperature} ;Start heating bed \nG21 ;metric values \nG90 ;absolute positioning \nM82 ;set extruder to absolute mode \nM107 ;start with the fan off \nM302 ;allow cold extrusion \nM92 E2589 ;set extruder EEPROM steps/mm for paste \nG28 Z0 ;move Z to bottom endstops \nG28 X0 Y0 ;move X/Y to endstops \nG1 X15 Y0 F4000 ;move X/Y to front of printer \nG1 Z15.0 F9000 ;move the platform to 15mm \nG92 E0 ;zero the extruded length \nG1 F200 E10 ;extrude 10 mm of feed stock \nG92 E0 ;zero the extruded length again \nG1 F9000 \n;Put printing message on LCD screen \nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it) \nM92 E282 ;reset extruder EEPROM steps/mm for plastic filament \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 F9000 ;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" - } - + "machine_heat_zone_length": { "default_value": 20 }, + "machine_height": { "default_value": 205 }, + "machine_name": { "default_value": "Discov3ry Complete (Ultimaker 2+)" }, + "machine_nozzle_head_distance": { "default_value": 5 }, + "machine_show_variants": { "default_value": true }, + "machine_start_gcode": { "default_value": "\n;Updated Firmware (.hex and Marlin .ino) for \n;Ultimaker 2+ with Discov3ry Extruder available at: \n;https://github.com/Structur3d/UM2.1Discov3ry-Firmware-beta \n;**Learn more at https://www.structur3d.io** \n \nM104 S{material_print_temperature} ;Start heating extruder \nM140 S{material_bed_temperature} ;Start heating bed \nG21 ;metric values \nG90 ;absolute positioning \nM82 ;set extruder to absolute mode \nM107 ;start with the fan off \nM302 ;allow cold extrusion \nM92 E2589 ;set extruder EEPROM steps/mm for paste \nG28 Z0 ;move Z to bottom endstops \nG28 X0 Y0 ;move X/Y to endstops \nG1 X15 Y0 F4000 ;move X/Y to front of printer \nG1 Z15.0 F9000 ;move the platform to 15mm \nG92 E0 ;zero the extruded length \nG1 F200 E10 ;extrude 10 mm of feed stock \nG92 E0 ;zero the extruded length again \nG1 F9000 \n;Put printing message on LCD screen \nM117 Printing..." }, + "machine_width": { "default_value": 205 }, + "retraction_hop_enabled": { "value": true }, + "skirt_brim_minimal_length": { "value": 1500 }, + "speed_print": { "value": 15 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_wall_x": { "value": "speed_wall" } } -} +} \ No newline at end of file diff --git a/resources/definitions/syndaveraxi.def.json b/resources/definitions/syndaveraxi.def.json index 186b89212f..b474d58163 100644 --- a/resources/definitions/syndaveraxi.def.json +++ b/resources/definitions/syndaveraxi.def.json @@ -1,46 +1,39 @@ { - "version": 2, + "version": 2, "name": "SyndaverAxi", "inherits": "fdmprinter", - "metadata": -{ - "type": "machine", + "metadata": + { "visible": true, "author": "Syndaver3D", "manufacturer": "Syndaver3D", "file_formats": "text/x-gcode", - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "syndaveraxi_extruder_0" }, "preferred_quality_type": "draft", - "machine_extruder_trains": - { - "0": "syndaveraxi_extruder_0" - } + "supports_usb_connection": true, + "type": "machine" }, - - "overrides": { - "machine_name": { "default_value": "AXI" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 280 }, - "machine_depth": { "default_value": 280 }, - "machine_height": { "default_value": 285 }, + "overrides": + { + "gantry_height": { "value": "30" }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 280 }, + "machine_end_gcode": { "default_value": "M400 ; wait for moves to finish\nM140 S50 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nM117 Cooling please wait\nG91 ; relative positioning\nG1 Z5 F3000 ; move Z up 5mm so it wont drag on the print\nG90 ; absolute positioning\nG1 X5 Y5 F3000 ; move to cooling position\nM190 R50 ; wait for bed to cool down to removal temp\nG1 X145 Y260 F1000 ; present finished print\nM140 S0 ; cool down bed\nM77 ; End LCD Print Timer\nM18 X Y E ; turn off x y and e axis\nM117 Print Complete." }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ 0, 0 ], - [ 0, 0 ], - [ 0, 0 ], - [ 0, 0 ] + [0, 0], + [0, 0], + [0, 0], + [0, 0] ] }, - "gantry_height": { "value": "30" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - - "machine_start_gcode": { - "default_value": ";This G-Code has been generated specifically for Syndaver AXI with Hemera toolhead\nM73 P0 ; clear LCD progress bar\nM75 ; Start LCD Print Timer\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nM104 S170 ; start nozzle heating up\nG28 ; home all axes\nM117 AXI Heating Up...\nG1 X-17.5 Y100 F3000 ; move to wiper pad\nG1 Z10 F5000 ; move to wiper pad\nG29 L1 ; load leveling matrix slot 1\nG29 A ; ensure mesh is enabled\nM109 R170 ; wait for nozzle to reach wiping temp\nG1 E-3 ; retract material before wipe\nM117 AXI Wiping Nozzle...\nG1 Z-3 ; lower nozzle\nG1 Y90 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y80 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y55 F1000 ; slow wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Z10 ; raise nozzle\nM117 Heating...\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nM104 S{material_print_temperature_layer_0} ; set extruder to reach initial printing temp, held back for ooze reasons\nM117 Probe Z at Temp\nG28 Z ; re-probe Z0 to account for any thermal expansion in the bed\nG1 X-17.5 Y80 F3000 ; move to wiper pad\nG1 Z10 F5000 ; move to wiper pad\nM117 Heating...\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM117 AXI Wiping Nozzle...\nG1 E0 ; prime material in nozzle\nG1 Z-3 ; final ooze wipe\nG1 Y60 F2000 ; final ooze wipe\nG1 Y20 F2000 ; final ooze wipe\nM117 AXI Starting Print\nG1 Z2 ; move nozzle back up to not run into things on print start\nM400 ; wait for moves to finish\nM117 AXI Printing" - }, - "machine_end_gcode": { - "default_value": "M400 ; wait for moves to finish\nM140 S50 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nM117 Cooling please wait\nG91 ; relative positioning\nG1 Z5 F3000 ; move Z up 5mm so it wont drag on the print\nG90 ; absolute positioning\nG1 X5 Y5 F3000 ; move to cooling position\nM190 R50 ; wait for bed to cool down to removal temp\nG1 X145 Y260 F1000 ; present finished print\nM140 S0 ; cool down bed\nM77 ; End LCD Print Timer\nM18 X Y E ; turn off x y and e axis\nM117 Print Complete." - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 285 }, + "machine_name": { "default_value": "AXI" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": ";This G-Code has been generated specifically for Syndaver AXI with Hemera toolhead\nM73 P0 ; clear LCD progress bar\nM75 ; Start LCD Print Timer\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nM104 S170 ; start nozzle heating up\nG28 ; home all axes\nM117 AXI Heating Up...\nG1 X-17.5 Y100 F3000 ; move to wiper pad\nG1 Z10 F5000 ; move to wiper pad\nG29 L1 ; load leveling matrix slot 1\nG29 A ; ensure mesh is enabled\nM109 R170 ; wait for nozzle to reach wiping temp\nG1 E-3 ; retract material before wipe\nM117 AXI Wiping Nozzle...\nG1 Z-3 ; lower nozzle\nG1 Y90 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y80 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y55 F1000 ; slow wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Z10 ; raise nozzle\nM117 Heating...\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nM104 S{material_print_temperature_layer_0} ; set extruder to reach initial printing temp, held back for ooze reasons\nM117 Probe Z at Temp\nG28 Z ; re-probe Z0 to account for any thermal expansion in the bed\nG1 X-17.5 Y80 F3000 ; move to wiper pad\nG1 Z10 F5000 ; move to wiper pad\nM117 Heating...\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM117 AXI Wiping Nozzle...\nG1 E0 ; prime material in nozzle\nG1 Z-3 ; final ooze wipe\nG1 Y60 F2000 ; final ooze wipe\nG1 Y20 F2000 ; final ooze wipe\nM117 AXI Starting Print\nG1 Z2 ; move nozzle back up to not run into things on print start\nM400 ; wait for moves to finish\nM117 AXI Printing" }, + "machine_width": { "default_value": 280 } } } \ No newline at end of file diff --git a/resources/definitions/syndaveraxi2.def.json b/resources/definitions/syndaveraxi2.def.json index 8ab0003e09..bad1d82dfd 100644 --- a/resources/definitions/syndaveraxi2.def.json +++ b/resources/definitions/syndaveraxi2.def.json @@ -1,46 +1,39 @@ { - "version": 2, + "version": 2, "name": "SyndaverAxi2", "inherits": "fdmprinter", - "metadata": -{ - "type": "machine", + "metadata": + { "visible": true, "author": "Syndaver3D", "manufacturer": "Syndaver3D", "file_formats": "text/x-gcode", - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "syndaveraxi2_extruder_0" }, "preferred_quality_type": "draft", - "machine_extruder_trains": - { - "0": "syndaveraxi2_extruder_0" - } + "supports_usb_connection": true, + "type": "machine" }, - - "overrides": { - "machine_name": { "default_value": "AXI2" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 280 }, - "machine_depth": { "default_value": 280 }, - "machine_height": { "default_value": 280 }, + "overrides": + { + "gantry_height": { "value": "60" }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 280 }, + "machine_end_gcode": { "default_value": "M400 ; wait for moves to finish\nM140 S50 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nM117 Cooling please wait\nG91 ; relative positioning\nG1 Z5 F3000 ; move Z up 5mm so it wont drag on the print\nG90 ; absolute positioning\nG1 X5 Y5 F3000 ; move to cooling position\nM190 R50 ; wait for bed to cool down to removal temp\nG1 X145 Y260 F1000 ; present finished print\nM140 S0 ; cool down bed\nM77 ; End LCD Print Timer\nM18 X Y E ; turn off x y and e axis\nM117 Print Complete." }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ 0, 0 ], - [ 0, 0 ], - [ 0, 0 ], - [ 0, 0 ] + [0, 0], + [0, 0], + [0, 0], + [0, 0] ] }, - "gantry_height": { "value": "60" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - - "machine_start_gcode": { - "default_value": ";This G-Code has been generated specifically for Syndaver AXI 2 with Hemera toolhead\nM73 P0 ; clear LCD progress bar\nM75 ; Start LCD Print Timer\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nM104 S170 ; start nozzle heating up\nG28 ; home all axes\nM117 AXI Heating Up...\nG1 X-17.5 Y100 F3000 ; move to wiper pad\nG1 Z10 F5000 ; move to wiper pad\nG29 L1 ; load leveling matrix slot 1\nG29 A ; ensure mesh is enabled\nM109 R170 ; wait for nozzle to reach wiping temp\nG1 E-3 ; retract material before wipe\nM117 AXI Wiping Nozzle...\nG1 Z-3 ; lower nozzle\nG1 Y90 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y80 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y55 F1000 ; slow wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Z10 ; raise nozzle\nM117 Heating...\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nM104 S{material_print_temperature_layer_0} ; set extruder to reach initial printing temp, held back for ooze reasons\nM117 Probe Z at Temp\nG28 Z ; re-probe Z0 to account for any thermal expansion in the bed\nG1 X-17.5 Y80 F3000 ; move to wiper pad\nG1 Z10 F5000 ; move to wiper pad\nM117 Heating...\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM117 AXI Wiping Nozzle...\nG1 E0 ; prime material in nozzle\nG1 Z-3 ; final ooze wipe\nG1 Y60 F2000 ; final ooze wipe\nG1 Y20 F2000 ; final ooze wipe\nM117 AXI Starting Print\nG1 Z2 ; move nozzle back up to not run into things on print start\nM400 ; wait for moves to finish\nM117 AXI Printing" - }, - "machine_end_gcode": { - "default_value": "M400 ; wait for moves to finish\nM140 S50 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nM117 Cooling please wait\nG91 ; relative positioning\nG1 Z5 F3000 ; move Z up 5mm so it wont drag on the print\nG90 ; absolute positioning\nG1 X5 Y5 F3000 ; move to cooling position\nM190 R50 ; wait for bed to cool down to removal temp\nG1 X145 Y260 F1000 ; present finished print\nM140 S0 ; cool down bed\nM77 ; End LCD Print Timer\nM18 X Y E ; turn off x y and e axis\nM117 Print Complete." - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 280 }, + "machine_name": { "default_value": "AXI2" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": ";This G-Code has been generated specifically for Syndaver AXI 2 with Hemera toolhead\nM73 P0 ; clear LCD progress bar\nM75 ; Start LCD Print Timer\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nM104 S170 ; start nozzle heating up\nG28 ; home all axes\nM117 AXI Heating Up...\nG1 X-17.5 Y100 F3000 ; move to wiper pad\nG1 Z10 F5000 ; move to wiper pad\nG29 L1 ; load leveling matrix slot 1\nG29 A ; ensure mesh is enabled\nM109 R170 ; wait for nozzle to reach wiping temp\nG1 E-3 ; retract material before wipe\nM117 AXI Wiping Nozzle...\nG1 Z-3 ; lower nozzle\nG1 Y90 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y80 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y55 F1000 ; slow wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Z10 ; raise nozzle\nM117 Heating...\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nM104 S{material_print_temperature_layer_0} ; set extruder to reach initial printing temp, held back for ooze reasons\nM117 Probe Z at Temp\nG28 Z ; re-probe Z0 to account for any thermal expansion in the bed\nG1 X-17.5 Y80 F3000 ; move to wiper pad\nG1 Z10 F5000 ; move to wiper pad\nM117 Heating...\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM117 AXI Wiping Nozzle...\nG1 E0 ; prime material in nozzle\nG1 Z-3 ; final ooze wipe\nG1 Y60 F2000 ; final ooze wipe\nG1 Y20 F2000 ; final ooze wipe\nM117 AXI Starting Print\nG1 Z2 ; move nozzle back up to not run into things on print start\nM400 ; wait for moves to finish\nM117 AXI Printing" }, + "machine_width": { "default_value": 280 } } } \ No newline at end of file diff --git a/resources/definitions/tam.def.json b/resources/definitions/tam.def.json index 080a3125db..84bbc9c8fb 100644 --- a/resources/definitions/tam.def.json +++ b/resources/definitions/tam.def.json @@ -2,62 +2,58 @@ "version": 2, "name": "Series 1 2014", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "TypeAMachines", "manufacturer": "TypeAMachines", "file_formats": "text/x-gcode", "platform": "tam_series1.3mf", - "platform_offset": [-580.0, -6.23, 253.5], "has_materials": false, - "machine_extruder_trains": - { - "0": "tam_extruder_0" - } + "machine_extruder_trains": { "0": "tam_extruder_0" }, + "platform_offset": [ + -580.0, + -6.23, + 253.5 + ] }, - "overrides": { - "machine_name": { "default_value": "TypeAMachines" }, - + "overrides": + { + "gantry_height": { "value": "35" }, + "infill_pattern": { "value": "'tetrahedral'" }, + "infill_sparse_density": { "default_value": 5 }, "layer_height": { "default_value": 0.2 }, "layer_height_0": { "default_value": 0.3 }, - "infill_sparse_density": { "default_value": 5 }, - "wall_thickness": { "value": "1" }, - "top_bottom_thickness": { "default_value": 1 }, - - "infill_pattern": { "value": "'tetrahedral'" }, - - "machine_width": { "default_value": 305 }, - "machine_depth": { "default_value": 305 }, - "machine_height": { "default_value": 305 }, - - "machine_heated_bed": { "default_value": true }, - "machine_head_with_fans_polygon": { "default_value": [ [ -35, 65 ], [ -35, -55 ], [ 55, 65 ], [ 55, -55 ] ] }, - "gantry_height": { "value": "35" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_center_is_zero": { "default_value": false }, - - "speed_print": { "default_value": 60 }, - - "retraction_amount": { "default_value": 0.4 }, - "retraction_speed": { "default_value": 35}, - - "xy_offset": { "default_value": -0.01 }, - - "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, - - "machine_nozzle_tip_outer_diameter": { "default_value": 1 }, - "machine_nozzle_head_distance": { "default_value": 3 }, - + "machine_depth": { "default_value": 305 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-35, 65], + [-35, -55], + [55, 65], + [55, -55] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 305 }, + "machine_max_acceleration_e": { "default_value": 175 }, "machine_max_acceleration_x": { "default_value": 6000 }, "machine_max_acceleration_y": { "default_value": 6000 }, "machine_max_acceleration_z": { "default_value": 12000 }, - "machine_max_acceleration_e": { "default_value": 175 }, - - "machine_start_gcode": { - "default_value": ";-- START GCODE --\n;Sliced for Type A Machines Series 1\n;Sliced at: {day} {date} {time}\n;Basic settings:\n;Layer height: {layer_height}\n;Walls: {wall_thickness}\n;Fill: {fill_distance}\n;Print Speed: {print_speed}\n;Support: {support}\n;Retraction Speed: {retraction_speed}\n;Retraction Distance: {retraction_amount}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Settings based on: {material_profile}\nG21 ;metric values\nG90 ;absolute positioning\nG28 ;move to endstops\nG29 ;allows for auto-levelling\nG1 Z15.0 F12000 ;move the platform down 15mm\nG1 X150 Y5 F9000 ;center\nM140 S{material_bed_temperature} ;Prep Heat Bed\nM109 S{default_material_print_temperature} ;Heat To temp\nM190 S{material_bed_temperature} ;Heat Bed to temp\nG1 X150 Y5 Z0.3 ;move the platform to purge extrusion\nG92 E0 ;zero the extruded length\nG1 F200 X250 E30 ;extrude 30mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 X150 Y150 Z25 F12000 ;recenter and begin\nG1 F9000" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - } + "machine_name": { "default_value": "TypeAMachines" }, + "machine_nozzle_head_distance": { "default_value": 3 }, + "machine_nozzle_tip_outer_diameter": { "default_value": 1 }, + "machine_start_gcode": { "default_value": ";-- START GCODE --\n;Sliced for Type A Machines Series 1\n;Sliced at: {day} {date} {time}\n;Basic settings:\n;Layer height: {layer_height}\n;Walls: {wall_thickness}\n;Fill: {fill_distance}\n;Print Speed: {print_speed}\n;Support: {support}\n;Retraction Speed: {retraction_speed}\n;Retraction Distance: {retraction_amount}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Settings based on: {material_profile}\nG21 ;metric values\nG90 ;absolute positioning\nG28 ;move to endstops\nG29 ;allows for auto-levelling\nG1 Z15.0 F12000 ;move the platform down 15mm\nG1 X150 Y5 F9000 ;center\nM140 S{material_bed_temperature} ;Prep Heat Bed\nM109 S{default_material_print_temperature} ;Heat To temp\nM190 S{material_bed_temperature} ;Heat Bed to temp\nG1 X150 Y5 Z0.3 ;move the platform to purge extrusion\nG92 E0 ;zero the extruded length\nG1 F200 X250 E30 ;extrude 30mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 X150 Y150 Z25 F12000 ;recenter and begin\nG1 F9000" }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 305 }, + "retraction_amount": { "default_value": 0.4 }, + "retraction_speed": { "default_value": 35 }, + "speed_print": { "default_value": 60 }, + "top_bottom_thickness": { "default_value": 1 }, + "wall_thickness": { "value": "1" }, + "xy_offset": { "default_value": -0.01 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tank_m3.def.json b/resources/definitions/tank_m3.def.json index 9a65397a64..a9d9e3f1d0 100644 --- a/resources/definitions/tank_m3.def.json +++ b/resources/definitions/tank_m3.def.json @@ -1,25 +1,27 @@ -{ - "name": "Tank M3", - "version": 2, - "inherits": "tank_m_base", - "overrides": { - "machine_name": { "default_value": "Tank M3" }, - "machine_width": { "default_value": 235 }, - "machine_depth": { "default_value": 235 }, - "machine_height": { "default_value": 250 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-26, 34], - [-26, -32], - [32, -32], - [32, 34] - ] - }, - - "gantry_height": { "value": 0 } - - }, - "metadata": { - "quality_definition": "tank_m_base", - "visible": true - } -} +{ + "version": 2, + "name": "Tank M3", + "inherits": "tank_m_base", + "metadata": + { + "visible": true, + "quality_definition": "tank_m_base" + }, + "overrides": + { + "gantry_height": { "value": 0 }, + "machine_depth": { "default_value": 235 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-26, 34], + [-26, -32], + [32, -32], + [32, 34] + ] + }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Tank M3" }, + "machine_width": { "default_value": 235 } + } +} \ No newline at end of file diff --git a/resources/definitions/tank_m3_max.def.json b/resources/definitions/tank_m3_max.def.json index ef271dc2f5..6b8b02f4e8 100644 --- a/resources/definitions/tank_m3_max.def.json +++ b/resources/definitions/tank_m3_max.def.json @@ -1,24 +1,27 @@ -{ - "name": "Tank M3 Max", - "version": 2, - "inherits": "tank_m_base", - "overrides": { - "machine_name": { "default_value": "Tank M3 Max" }, - "machine_width": { "default_value": 310 }, - "machine_depth": { "default_value": 310 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-26, 34], - [-26, -32], - [32, -32], - [32, 34] - ] - }, - - "gantry_height": { "value": 0 } - }, - "metadata": { - "quality_definition": "tank_m_base", - "visible": true - } -} +{ + "version": 2, + "name": "Tank M3 Max", + "inherits": "tank_m_base", + "metadata": + { + "visible": true, + "quality_definition": "tank_m_base" + }, + "overrides": + { + "gantry_height": { "value": 0 }, + "machine_depth": { "default_value": 310 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-26, 34], + [-26, -32], + [32, -32], + [32, 34] + ] + }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Tank M3 Max" }, + "machine_width": { "default_value": 310 } + } +} \ No newline at end of file diff --git a/resources/definitions/tank_m_base.def.json b/resources/definitions/tank_m_base.def.json index b3e0bcfb86..487ced6c65 100644 --- a/resources/definitions/tank_m_base.def.json +++ b/resources/definitions/tank_m_base.def.json @@ -1,112 +1,84 @@ -{ - "name": "tank_m Base Printer", - "version": 2, - "inherits": "fdmprinter", - "metadata": { - "visible": false, - "author": "tank_m", - "manufacturer": "tank_m", - "file_formats": "text/x-gcode", - "platform": "tank_m.obj", - "platform_texture": "tank_m.png", - - "first_start_actions": [ "MachineSettingsAction" ], - "machine_extruder_trains": {"0": "tank_m_base_extruder_0"}, - - "has_materials": true, - "has_machine_quality": true, - - - "preferred_quality_type": "standard", - "preferred_material": "generic_pla" - }, - - - "overrides": { - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - }, - - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 50 }, - "machine_max_feedrate_e": { "value": 500 }, - - "machine_max_acceleration_x": { "value": 2500 }, - "machine_max_acceleration_y": { "value": 2500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 2000 }, - "machine_acceleration": { "value": 2500 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - - - "acceleration_print": { "value": 2500 }, - "acceleration_travel": { "value": 2500 }, - - - "wall_thickness": {"value": "line_width * 2" }, - - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - - "infill_sparse_density": { "value": "15" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - - "material_print_temperature": { "value": "195" }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_bed_temperature": { "value": "55" }, - "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, - "material_standby_temperature": { "value": "material_print_temperature" }, - - "speed_print": { "value": 50.0 } , - "speed_wall_x": { "value": "speed_wall" }, - "speed_travel": { "value": "120.0 if speed_print < 60 else 300.0 if speed_print > 100 else speed_print * 2.2" }, - "speed_layer_0": { "value": 25.0 }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 25 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_z_hop": { "value": 5 }, - - "retraction_amount": { "value": 1.0 }, - "retraction_speed": { "value": 40 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "support_brim_enable": { "value": true }, - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_width": { "value": 4 }, - - "support_enable": { "value": true }, - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - - "fill_outline_gaps": { "value": false }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 6.0 }, - "skirt_line_count": { "value": 3 } - - - } -} +{ + "version": 2, + "name": "tank_m Base Printer", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "tank_m", + "manufacturer": "tank_m", + "file_formats": "text/x-gcode", + "platform": "tank_m.obj", + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "tank_m_base_extruder_0" }, + "platform_texture": "tank_m.png", + "preferred_material": "generic_pla", + "preferred_quality_type": "standard" + }, + "overrides": + { + "acceleration_print": { "value": 2500 }, + "acceleration_travel": { "value": 2500 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_sparse_density": { "value": "15" }, + "machine_acceleration": { "value": 2500 }, + "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 2000 }, + "machine_max_acceleration_x": { "value": 2500 }, + "machine_max_acceleration_y": { "value": 2500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 500 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 50 }, + "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..." }, + "material_bed_temperature": { "value": "55" }, + "material_bed_temperature_layer_0": { "value": "material_bed_temperature" }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "material_print_temperature": { "value": "195" }, + "material_standby_temperature": { "value": "material_print_temperature" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "retraction_amount": { "value": 1.0 }, + "retraction_speed": { "value": 40 }, + "skirt_gap": { "value": 6.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 25.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_travel": { "value": "120.0 if speed_print < 60 else 300.0 if speed_print > 100 else speed_print * 2.2" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 25 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_enable": { "value": true }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, + "wall_thickness": { "value": "line_width * 2" } + } +} \ No newline at end of file diff --git a/resources/definitions/tevo_blackwidow.def.json b/resources/definitions/tevo_blackwidow.def.json index 3ed71d3036..5d6a1597ca 100644 --- a/resources/definitions/tevo_blackwidow.def.json +++ b/resources/definitions/tevo_blackwidow.def.json @@ -2,61 +2,29 @@ "version": 2, "name": "Tevo Black Widow", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "TheTobby", "manufacturer": "Tevo", "file_formats": "text/x-gcode", - "has_materials": false, - "has_machine_quality": true, "platform": "tevo_blackwidow.3mf", - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "tevo_blackwidow_extruder_0" - } + "has_machine_quality": true, + "has_materials": false, + "machine_extruder_trains": { "0": "tevo_blackwidow_extruder_0" }, + "preferred_quality_type": "normal" }, "overrides": { - "machine_name": - { - "default_value": "Tevo Black Widow" - }, - "machine_heated_bed": - { - "default_value": true - }, - "machine_width": - { - "default_value": 350 - }, - "machine_height": - { - "default_value": 250 - }, - "machine_depth": - { - "default_value": 250 - }, - "machine_center_is_zero": - { - "default_value": false - }, - "gantry_height": - { - "value": "0" - }, - "machine_gcode_flavor": - { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": - { - "default_value": "M280 P0 S160 ; release BLTouch alarm (OK to send for Non BLTouch)\nM420 Z2 ; set fade leveling at 2mm for BLTouch (OK to send for Non BLTouch)\nG28 ; home all\nG29 ; probe bed\nG92 E0 ;zero the extruded length\nG1 X0.0 Y50.0 Z10.0 F3600\n; perform wipe and prime\nG1 Z0.0 F1000\nG1 Z0.2 Y70.0 E9.0 F1000.0 ; prime\nG1 Y100.0 E12.5 F1000.0 ; prime\nG92 E0 ; zero extruder again\nM117 Printing..." - }, - "machine_end_gcode": - { - "default_value": "G92 E0 ; zero the extruded length again\nG1 E-1.5 F500 ; retract the filament to release some of the pressure\nM104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nG28 X0 ; home X axis\nG1 Y245 ; move Y axis to end position\nM84 ; disable motors\nM107 ; turn off fan" - } + "gantry_height": { "value": "0" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 250 }, + "machine_end_gcode": { "default_value": "G92 E0 ; zero the extruded length again\nG1 E-1.5 F500 ; retract the filament to release some of the pressure\nM104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nG28 X0 ; home X axis\nG1 Y245 ; move Y axis to end position\nM84 ; disable motors\nM107 ; turn off fan" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "Tevo Black Widow" }, + "machine_start_gcode": { "default_value": "M280 P0 S160 ; release BLTouch alarm (OK to send for Non BLTouch)\nM420 Z2 ; set fade leveling at 2mm for BLTouch (OK to send for Non BLTouch)\nG28 ; home all\nG29 ; probe bed\nG92 E0 ;zero the extruded length\nG1 X0.0 Y50.0 Z10.0 F3600\n; perform wipe and prime\nG1 Z0.0 F1000\nG1 Z0.2 Y70.0 E9.0 F1000.0 ; prime\nG1 Y100.0 E12.5 F1000.0 ; prime\nG92 E0 ; zero extruder again\nM117 Printing..." }, + "machine_width": { "default_value": 350 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tevo_tarantula.def.json b/resources/definitions/tevo_tarantula.def.json index 8811776a8f..2874291f73 100644 --- a/resources/definitions/tevo_tarantula.def.json +++ b/resources/definitions/tevo_tarantula.def.json @@ -15,39 +15,37 @@ "1": "tevo_tarantula_extruder_1" } }, - "overrides": { - "machine_name": { "default_value": "Tevo Tarantula" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 200 }, - "machine_height": { "default_value": 200 }, - "machine_depth": { "default_value": 200 }, + "acceleration_print": { "default_value": 2650 }, + "gantry_height": { "value": "55" }, + "machine_acceleration": { "default_value": 2650 }, "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y200 F3600 ;move extruder out of the way by moving the baseplate to the front for easier access to printed object\nM84 ;steppers off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { - "default_value": - [ + "default_value": [ [-75, -18], [-75, 35], [18, 35], [18, -18] ] }, - "gantry_height": { "value": "55" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_acceleration": { "default_value": 2650 }, - "machine_max_jerk_xy": { "default_value": 15.0 }, - "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_max_acceleration_x": { "default_value": 2650 }, + "machine_max_acceleration_y": { "default_value": 2650 }, "machine_max_feedrate_x": { "default_value": 255 }, "machine_max_feedrate_y": { "default_value": 225 }, "machine_max_feedrate_z": { "default_value": 3 }, - "machine_max_acceleration_x": { "default_value": 2650 }, - "machine_max_acceleration_y": { "default_value": 2650 }, - "acceleration_print": { "default_value": 2650 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 15.0 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "Tevo Tarantula" }, "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, - "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y200 F3600 ;move extruder out of the way by moving the baseplate to the front for easier access to printed object\nM84 ;steppers off" }, + "machine_width": { "default_value": 200 }, "speed_z_hop": { "default_value": 3 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tevo_tarantula_pro.def.json b/resources/definitions/tevo_tarantula_pro.def.json index 486ea92528..c79840b5bc 100644 --- a/resources/definitions/tevo_tarantula_pro.def.json +++ b/resources/definitions/tevo_tarantula_pro.def.json @@ -2,7 +2,8 @@ "version": 2, "name": "Tevo Tarantula Pro", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "FN59", "manufacturer": "Tevo", @@ -15,33 +16,41 @@ "1": "tevo_tarantula_pro_extruder_1" } }, - - "overrides": { - "machine_name": { "default_value": "Tevo Tarantula Pro" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 240 }, - "machine_height": { "default_value": 260 }, - "machine_depth": { "default_value": 240 }, - "machine_center_is_zero": { "default_value": false }, - "layer_height": { "default_value": 0.15 }, - "retraction_amount": { "default_value": 4.5 }, - "retraction_speed": { "default_value": 35 }, + "overrides": + { + "acceleration_print": { "default_value": 2000 }, "adhesion_type": { "default_value": "brim" }, - "machine_head_with_fans_polygon": { "default_value": [[-42,29],[42,29],[42,-55],[-42,-55]] }, "gantry_height": { "value": "32" }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "layer_height": { "default_value": 0.15 }, "machine_acceleration": { "default_value": 2000 }, - "machine_max_jerk_xy": { "default_value": 15.0 }, - "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 240 }, + "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 F9000 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y220 F3600 ;move extruder out of the way by moving the baseplate to the front for easier access to printed object\nM84 ;steppers off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-42, 29], + [42, 29], + [42, -55], + [-42, -55] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 260 }, + "machine_max_acceleration_x": { "default_value": 2000 }, + "machine_max_acceleration_y": { "default_value": 2000 }, "machine_max_feedrate_x": { "default_value": 200 }, "machine_max_feedrate_y": { "default_value": 200 }, "machine_max_feedrate_z": { "default_value": 9 }, - "machine_max_acceleration_x": { "default_value": 2000 }, - "machine_max_acceleration_y": { "default_value": 2000 }, - "acceleration_print": { "default_value": 2000 }, + "machine_max_jerk_e": { "default_value": 5 }, + "machine_max_jerk_xy": { "default_value": 15.0 }, + "machine_max_jerk_z": { "default_value": 0.4 }, + "machine_name": { "default_value": "Tevo Tarantula Pro" }, "machine_start_gcode": { "default_value": "G21 ;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 Z30.0 F9000 ;move the gentry up 30mm\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, - "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 F9000 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y220 F3600 ;move extruder out of the way by moving the baseplate to the front for easier access to printed object\nM84 ;steppers off" }, + "machine_width": { "default_value": 240 }, + "retraction_amount": { "default_value": 4.5 }, + "retraction_speed": { "default_value": 35 }, "speed_z_hop": { "default_value": 9 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tevo_tornado.def.json b/resources/definitions/tevo_tornado.def.json index 3b6c431feb..6b6db55e6a 100644 --- a/resources/definitions/tevo_tornado.def.json +++ b/resources/definitions/tevo_tornado.def.json @@ -1,34 +1,37 @@ { - "name": "Tevo Tornado", "version": 2, + "name": "Tevo Tornado", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "nean", "manufacturer": "Tevo", "file_formats": "text/x-gcode", "has_materials": true, - "machine_extruder_trains": { - "0": "tevo_tornado_extruder_0" - } + "machine_extruder_trains": { "0": "tevo_tornado_extruder_0" } }, - "overrides": { - "machine_name": { - "default_value": "Tevo Tornado" - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { + "overrides": + { + "acceleration_enabled": { "default_value": true }, + "acceleration_print": { "default_value": 500 }, + "acceleration_travel": { "value": 500 }, + "acceleration_travel_layer_0": { "value": 500 }, + "adhesion_type": { "default_value": "skirt" }, + "cool_min_layer_time": { "default_value": 10 }, + "gantry_height": { "value": "30" }, + "infill_pattern": { "value": "'triangles'" }, + "jerk_enabled": { "default_value": true }, + "jerk_print": { "default_value": 8 }, + "jerk_travel": { "value": 8 }, + "jerk_travel_layer_0": { "value": 8 }, + "machine_acceleration": { "default_value": 1500 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": ";\n; end_gcode\nG92 E0 ; zero the extruded length\nG1 E-5 F9000 ; retract\nM104 S0 ; turn off temperature\nM140 S0 ; turn off bed\nG91 ; relative positioning\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+20 E-5 X-20 Y-20 F7200 ; move Z up a bit and retract filament even more\nG1 X320 Y150 F10000 ; move right mid\nM107 ; turn off layer fan\nM84 ; disable motors\nG90 ; absolute positioning\n;\n;EOF" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-30, 34], [-30, -32], @@ -36,80 +39,18 @@ [30, 34] ] }, - "top_bottom_thickness": { - "default_value": 1.2 - }, - "top_bottom_pattern": { - "default_value": "lines" - }, - "infill_pattern": { - "value": "'triangles'" - }, - "retraction_enable": { - "default_value": true - }, - "retraction_amount": { - "default_value": 6.8 - }, - "retraction_speed": { - "default_value": 40 - }, - "cool_min_layer_time": { - "default_value": 10 - }, - "adhesion_type": { - "default_value": "skirt" - }, - "skirt_line_count": { - "default_value": 4 - }, - "skirt_gap": { - "default_value": 10 - }, - "machine_heated_bed": { - "default_value": true - }, - "gantry_height": { - "value": "30" - }, - "acceleration_enabled": { - "default_value": true - }, - "acceleration_print": { - "default_value": 500 - }, - "acceleration_travel": { - "value": 500 - }, - "acceleration_travel_layer_0": { - "value": 500 - }, - "machine_acceleration": { - "default_value": 1500 - }, - "jerk_enabled": { - "default_value": true - }, - "jerk_print": { - "default_value": 8 - }, - "jerk_travel": { - "value": 8 - }, - "jerk_travel_layer_0": { - "value": 8 - }, - "machine_max_jerk_xy": { - "default_value": 6 - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "; start_gcode\nM117 Start Clean ; Indicate nozzle clean in progress on LCD\n;\nM104 S{material_print_temperature_layer_0} \nM109 S{material_print_temperature_layer_0} \nM109 R{material_print_temperature_layer_0} \n;\nM107 ; Turn layer fan off\nG21 ; Set to metric [change to G20 if you want Imperial]\nG90 ; Force coordinates to be absolute relative to the origin\nG28 ; Home X/Y/Z axis\n;\nG1 X3 Y1 Z15 F9000 ; Move safe Z height to shear strings\nG0 X1 Y1 Z0.2 F9000 ; Move in 1mm from edge and up [z] 0.2mm\nG92 E0 ; Set extruder to [0] zero\nG1 X100 E12 F500 ; Extrude 30mm filiment along X axis 100mm long to prime and clean the nozzle\nG92 E0 ; Reset extruder to [0] zero end of cleaning run\nG1 E-1 F500 ; Retract filiment by 1 mm to reduce string effect\nG1 X180 F4000 ; quick wipe away from the filament line / purge\nM117 End Clean ; Indicate nozzle clean in progress on LCD\n;\nM117 Printing...\n; Begin printing with sliced GCode after here\n;" - }, - "machine_end_gcode": { - "default_value": ";\n; end_gcode\nG92 E0 ; zero the extruded length\nG1 E-5 F9000 ; retract\nM104 S0 ; turn off temperature\nM140 S0 ; turn off bed\nG91 ; relative positioning\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+20 E-5 X-20 Y-20 F7200 ; move Z up a bit and retract filament even more\nG1 X320 Y150 F10000 ; move right mid\nM107 ; turn off layer fan\nM84 ; disable motors\nG90 ; absolute positioning\n;\n;EOF" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_jerk_xy": { "default_value": 6 }, + "machine_name": { "default_value": "Tevo Tornado" }, + "machine_start_gcode": { "default_value": "; start_gcode\nM117 Start Clean ; Indicate nozzle clean in progress on LCD\n;\nM104 S{material_print_temperature_layer_0} \nM109 S{material_print_temperature_layer_0} \nM109 R{material_print_temperature_layer_0} \n;\nM107 ; Turn layer fan off\nG21 ; Set to metric [change to G20 if you want Imperial]\nG90 ; Force coordinates to be absolute relative to the origin\nG28 ; Home X/Y/Z axis\n;\nG1 X3 Y1 Z15 F9000 ; Move safe Z height to shear strings\nG0 X1 Y1 Z0.2 F9000 ; Move in 1mm from edge and up [z] 0.2mm\nG92 E0 ; Set extruder to [0] zero\nG1 X100 E12 F500 ; Extrude 30mm filiment along X axis 100mm long to prime and clean the nozzle\nG92 E0 ; Reset extruder to [0] zero end of cleaning run\nG1 E-1 F500 ; Retract filiment by 1 mm to reduce string effect\nG1 X180 F4000 ; quick wipe away from the filament line / purge\nM117 End Clean ; Indicate nozzle clean in progress on LCD\n;\nM117 Printing...\n; Begin printing with sliced GCode after here\n;" }, + "machine_width": { "default_value": 300 }, + "retraction_amount": { "default_value": 6.8 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 40 }, + "skirt_gap": { "default_value": 10 }, + "skirt_line_count": { "default_value": 4 }, + "top_bottom_pattern": { "default_value": "lines" }, + "top_bottom_thickness": { "default_value": 1.2 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tinyboy_e10.def.json b/resources/definitions/tinyboy_e10.def.json index 26c306cf4e..999e176ead 100644 --- a/resources/definitions/tinyboy_e10.def.json +++ b/resources/definitions/tinyboy_e10.def.json @@ -2,30 +2,24 @@ "version": 2, "name": "TinyBoy E10/J10/L10/M10", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Fred Chan", "manufacturer": "TinyBoy", "file_formats": "text/x-gcode", - "has_materials": false, "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "tinyboy_extruder_0" - } + "has_materials": false, + "machine_extruder_trains": { "0": "tinyboy_extruder_0" }, + "preferred_quality_type": "normal" }, - - "overrides": { - "machine_name": { "default_value": "TinyBoy E10" }, - "machine_width": { "default_value": 100 }, + "overrides": + { "machine_depth": { "default_value": 100 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84" }, "machine_height": { "default_value": 105 }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84" - } + "machine_name": { "default_value": "TinyBoy E10" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tinyboy_e16.def.json b/resources/definitions/tinyboy_e16.def.json index 7f63405c79..38a18cb377 100644 --- a/resources/definitions/tinyboy_e16.def.json +++ b/resources/definitions/tinyboy_e16.def.json @@ -2,30 +2,24 @@ "version": 2, "name": "TinyBoy E16/L16/M16", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Fred Chan", "manufacturer": "TinyBoy", "file_formats": "text/x-gcode", - "has_materials": false, "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "tinyboy_extruder_0" - } + "has_materials": false, + "machine_extruder_trains": { "0": "tinyboy_extruder_0" }, + "preferred_quality_type": "normal" }, - - "overrides": { - "machine_name": { "default_value": "TinyBoy E16" }, - "machine_width": { "default_value": 100 }, - "machine_depth": { "default_value": 100 }, + "overrides": + { + "machine_depth": { "default_value": 100 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84" }, "machine_height": { "default_value": 165 }, - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84" - } + "machine_name": { "default_value": "TinyBoy E16" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tinyboy_fabrikator15.def.json b/resources/definitions/tinyboy_fabrikator15.def.json index 9f440a249f..96c8a46847 100644 --- a/resources/definitions/tinyboy_fabrikator15.def.json +++ b/resources/definitions/tinyboy_fabrikator15.def.json @@ -1,43 +1,43 @@ -{ - "version": 2, - "name": "TinyBoy Fabrikator Mini 1.5", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Reiner Buehl", - "manufacturer": "TinyBoy", - "file_formats": "text/x-gcode", - "platform": "tinyboy_fabrikator15.stl", - "platform_offset": [-95, -3, -46], - "has_materials": true, - "preferred_material": "generic_pla_175", - "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "tinyboy_fabrikator15_extruder_0" - } - }, - - "overrides": { - "machine_name": { "default_value": "Fabrikator Mini 1.5" }, - "machine_width": { "default_value": 80 }, - "machine_depth": { "default_value": 80 }, - "machine_height": { "default_value": 80 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-10, 35], - [-10, -18], - [28, -18], - [28, 35] - ] - }, - "gantry_height": { "value": 45 }, - "machine_center_is_zero": { "default_value": false }, - "machine_start_gcode": { - "default_value": ";Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\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 X0.0 Y0.0 Z15.0 F6000 ;move the printhead up 15mm\nG92 E0 ;zero the extruded length\nM104 S{material_print_temperature} ;set extruder temperature\nM105\nM109 S{material_print_temperature} ;wait for extruder temperature\nG1 F200 E30 ;extrude 30mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F6000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F6000 ;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\n;{jobname}" - } - } -} +{ + "version": 2, + "name": "TinyBoy Fabrikator Mini 1.5", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Reiner Buehl", + "manufacturer": "TinyBoy", + "file_formats": "text/x-gcode", + "platform": "tinyboy_fabrikator15.stl", + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "tinyboy_fabrikator15_extruder_0" }, + "platform_offset": [ + -95, + -3, + -46 + ], + "preferred_material": "generic_pla_175", + "preferred_quality_type": "normal" + }, + "overrides": + { + "gantry_height": { "value": 45 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 80 }, + "machine_end_gcode": { "default_value": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F6000 ;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\n;{jobname}" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-10, 35], + [-10, -18], + [28, -18], + [28, 35] + ] + }, + "machine_height": { "default_value": 80 }, + "machine_name": { "default_value": "Fabrikator Mini 1.5" }, + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\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 X0.0 Y0.0 Z15.0 F6000 ;move the printhead up 15mm\nG92 E0 ;zero the extruded length\nM104 S{material_print_temperature} ;set extruder temperature\nM105\nM109 S{material_print_temperature} ;wait for extruder temperature\nG1 F200 E30 ;extrude 30mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F6000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 80 } + } +} \ No newline at end of file diff --git a/resources/definitions/tinyboy_ra20.def.json b/resources/definitions/tinyboy_ra20.def.json index 9f1e4c9071..f0bdd09170 100644 --- a/resources/definitions/tinyboy_ra20.def.json +++ b/resources/definitions/tinyboy_ra20.def.json @@ -2,35 +2,31 @@ "version": 2, "name": "TinyBoy RA20", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Fred Chan", "manufacturer": "TinyBoy", "file_formats": "text/x-gcode", "platform": "tinyboy_ra20.obj", - "platform_offset": [ 8, -73.3, -8 ], - "has_materials": false, "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "tinyboy_extruder_0" - } + "has_materials": false, + "machine_extruder_trains": { "0": "tinyboy_extruder_0" }, + "platform_offset": [ + 8, + -73.3, + -8 + ], + "preferred_quality_type": "normal" }, - - "overrides": { - "machine_name": { "default_value": "TinyBoy RA20" }, - "machine_width": { "default_value": 120 }, - "machine_depth": { "default_value": 120 }, - "machine_height": { "default_value": 205 }, + "overrides": + { + "machine_depth": { "default_value": 120 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84" }, "machine_heated_bed": { "default_value": true }, - - "machine_start_gcode": { - "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" - }, - "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84" - } + "machine_height": { "default_value": 205 }, + "machine_name": { "default_value": "TinyBoy RA20" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" }, + "machine_width": { "default_value": 120 } } -} - +} \ No newline at end of file diff --git a/resources/definitions/tizyx_evy.def.json b/resources/definitions/tizyx_evy.def.json index 5cbdba0de5..fc2eadc2fb 100644 --- a/resources/definitions/tizyx_evy.def.json +++ b/resources/definitions/tizyx_evy.def.json @@ -1,41 +1,91 @@ { - "name": "Tizyx Evy", "version": 2, + "name": "Tizyx Evy", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Tizyx", "manufacturer": "Tizyx", "file_formats": "text/x-gcode", - + "platform": "tizyx_k25_platform.3mf", + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_bam", + "generic_cpe", + "generic_cpe_175", + "generic_cpe_plus", + "generic_hips", + "generic_hips_175", + "generic_nylon", + "generic_nylon_175", + "generic_pc", + "generic_pc_175", + "generic_pp", + "generic_pva", + "generic_pva_175", + "generic_tpu", + "generic_tpu_175", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "first_start_actions": [ "MachineSettingsAction" ], "has_machine_quality": true, "has_materials": true, "has_variants": true, - - "preferred_variant_name": "0.4mm", + "machine_extruder_trains": { "0": "tizyx_evy_extruder_0" }, + "platform_offset": [ + 0, + -4, + 0 + ], "preferred_material": "tizyx_pla", "preferred_quality_type": "normal", - "exclude_materials": ["chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", "fiberlogy_hd_pla", "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", "generic_bam", "generic_cpe", "generic_cpe_175", "generic_cpe_plus", "generic_hips", "generic_hips_175", "generic_nylon", "generic_nylon_175", "generic_pc", "generic_pc_175","generic_pp", "generic_pva", "generic_pva_175", "generic_tpu", "generic_tpu_175", "imade3d_petg_green", "imade3d_petg_pink", "imade3d_pla_green", "imade3d_pla_pink", "innofill_innoflex60_175", "octofiber_pla", "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", "verbatim_bvoh_175", "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" ], - - "machine_extruder_trains": - { - "0": "tizyx_evy_extruder_0" - }, - "platform": "tizyx_k25_platform.3mf", - "platform_offset": [0, -4, 0], - "first_start_actions": ["MachineSettingsAction"], - "supported_actions": ["MachineSettingsAction"] + "preferred_variant_name": "0.4mm", + "supported_actions": [ "MachineSettingsAction" ] }, - - "overrides": { - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": { "default_value": false }, + "overrides": + { + "acceleration_enabled": { "value": "False" }, + "acceleration_print": { "value": "1500" }, + "adhesion_type": { "default_value": "skirt" }, + "cool_min_layer_time": { "default_value": 11 }, + "fill_outline_gaps": { "default_value": true }, "gantry_height": { "value": "500" }, - "machine_height": { "default_value": 255 }, + "infill_sparse_density": { "default_value": 15 }, + "layer_height": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, + "layer_height_0": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 255 }, - "machine_width": { "default_value": 255 }, - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG91\nG1 E-5 F300\nG1 Z+3 F3000\nG1 Y245 F3000\nM84" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_head_with_fans_polygon": + { "default_value": [ [25, 49], [25, -49], @@ -43,33 +93,18 @@ [25, 49] ] }, - - "adhesion_type": { "default_value": "skirt" }, - "skirt_line_count": {"default_value": 2}, - "skirt_gap": { "default_value": 2}, - "fill_outline_gaps": { "default_value": true}, - "infill_sparse_density": { "default_value": 15}, - "retraction_amount": { "default_value": 2.5}, - "retraction_speed": { "default_value": 30}, - "speed_print": { "default_value": 60}, - "cool_min_layer_time": { "default_value": 11}, - "layer_height": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, - "layer_height_0": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" }, - - "machine_start_gcode": - { - "default_value": "M82\nG90\nG28 X\nG28 Y\nG28 Z\nG29\nG91\nG1 Z0\nG90\nM82\nG92 E0\nG1 X125 Y245 F3000\nG1 Z0" - }, - "machine_end_gcode": - { - "default_value": "M104 S0\nM140 S0\nG91\nG1 E-5 F300\nG1 Z+3 F3000\nG1 Y245 F3000\nM84" - }, - - "acceleration_enabled": {"value": "False"}, - "acceleration_print": {"value": "1500"}, - "z_seam_type": {"default_value": "back"}, - "z_seam_x": {"value": "127.5"}, - "z_seam_y": {"value": "250"}, - "retraction_combing": {"value": "'off'"} + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 255 }, + "machine_start_gcode": { "default_value": "M82\nG90\nG28 X\nG28 Y\nG28 Z\nG29\nG91\nG1 Z0\nG90\nM82\nG92 E0\nG1 X125 Y245 F3000\nG1 Z0" }, + "machine_width": { "default_value": 255 }, + "retraction_amount": { "default_value": 2.5 }, + "retraction_combing": { "value": "'off'" }, + "retraction_speed": { "default_value": 30 }, + "skirt_gap": { "default_value": 2 }, + "skirt_line_count": { "default_value": 2 }, + "speed_print": { "default_value": 60 }, + "z_seam_type": { "default_value": "back" }, + "z_seam_x": { "value": "127.5" }, + "z_seam_y": { "value": "250" } } -} +} \ No newline at end of file diff --git a/resources/definitions/tizyx_evy_dual.def.json b/resources/definitions/tizyx_evy_dual.def.json index 2aafa5cecc..1ea1095af5 100644 --- a/resources/definitions/tizyx_evy_dual.def.json +++ b/resources/definitions/tizyx_evy_dual.def.json @@ -1,42 +1,80 @@ { - "name": "Tizyx Evy Dual", "version": 2, + "name": "Tizyx Evy Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Tizyx", "manufacturer": "Tizyx", "file_formats": "text/x-gcode", - + "platform": "tizyx_k25_platform.3mf", + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_cpe_175", + "generic_cpe_plus", + "generic_hips_175", + "generic_nylon_175", + "generic_pc_175", + "generic_pva_175", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "first_start_actions": [ "MachineSettingsAction" ], "has_machine_quality": true, "has_materials": true, "has_variants": true, - "preferred_variant_name": "Classic Extruder", - - "preferred_material": "tizyx_pla", - "preferred_quality_type": "normal", - "exclude_materials": ["chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", "fiberlogy_hd_pla", "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", "generic_cpe_175", "generic_cpe_plus","generic_hips_175","generic_nylon_175", "generic_pc_175", "generic_pva_175", "imade3d_petg_green", "imade3d_petg_pink", "imade3d_pla_green", "imade3d_pla_pink", "innofill_innoflex60_175", "octofiber_pla", "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", "verbatim_bvoh_175", "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" ], - "machine_extruder_trains": { "0": "tizyx_evy_dual_extruder_0", "1": "tizyx_evy_dual_extruder_1" }, - "platform": "tizyx_k25_platform.3mf", - "platform_offset": [0, -4, 0], - "first_start_actions": ["MachineSettingsAction"], - "supported_actions": ["MachineSettingsAction"] + "platform_offset": [ + 0, + -4, + 0 + ], + "preferred_material": "tizyx_pla", + "preferred_quality_type": "normal", + "preferred_variant_name": "Classic Extruder", + "supported_actions": [ "MachineSettingsAction" ] }, - - "overrides": { - "machine_extruder_count": { "default_value": 2 }, - "machine_heated_bed": { "default_value": true }, - "machine_center_is_zero": { "default_value": false }, + "overrides": + { + "acceleration_enabled": { "value": "False" }, + "acceleration_print": { "value": "1500" }, "gantry_height": { "value": "500" }, - "machine_height": { "default_value": 255 }, + "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 255 }, - "machine_width": { "default_value": 255 }, - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG91\nG1 E-5 F300\nG1 Z+3 F3000\nG1 Y245 F3000\nM84" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_head_with_fans_polygon": + { "default_value": [ [25, 49], [25, -49], @@ -44,20 +82,13 @@ [25, 49] ] }, - "machine_start_gcode": - { - "default_value": "M82\nG90\nG28 X\nG28 Y\nG28 Z\nG29\nG91\nG1 Z0\nG90\nM82\nG92 E0\nG1 X125 Y245 F3000\nG1 Z0" - }, - "machine_end_gcode": - { - "default_value": "M104 S0\nM140 S0\nG91\nG1 E-5 F300\nG1 Z+3 F3000\nG1 Y245 F3000\nM84" - }, - - "acceleration_enabled": {"value": "False"}, - "acceleration_print": {"value": "1500"}, - "z_seam_type": {"default_value": "back"}, - "z_seam_x": {"value": "127.5"}, - "z_seam_y": {"value": "250"}, - "retraction_combing": {"value": "'off'"} + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 255 }, + "machine_start_gcode": { "default_value": "M82\nG90\nG28 X\nG28 Y\nG28 Z\nG29\nG91\nG1 Z0\nG90\nM82\nG92 E0\nG1 X125 Y245 F3000\nG1 Z0" }, + "machine_width": { "default_value": 255 }, + "retraction_combing": { "value": "'off'" }, + "z_seam_type": { "default_value": "back" }, + "z_seam_x": { "value": "127.5" }, + "z_seam_y": { "value": "250" } } -} +} \ No newline at end of file diff --git a/resources/definitions/tizyx_k25.def.json b/resources/definitions/tizyx_k25.def.json index 14a9d3e410..cc301ab54e 100644 --- a/resources/definitions/tizyx_k25.def.json +++ b/resources/definitions/tizyx_k25.def.json @@ -1,60 +1,104 @@ -{ - "version": 2, - "name": "Tizyx K25", - "inherits": "fdmprinter", - "metadata": - { - "visible": true, - "author": "Tizyx", - "manufacturer": "Tizyx", - "file_formats": "text/x-gcode", - "platform": "tizyx_k25_platform.3mf", - "platform_offset": [0, -4, 0], - "exclude_materials": ["chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", "fiberlogy_hd_pla", "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", "generic_abs", "generic_abs_175", "generic_bam", "generic_cpe", "generic_cpe_175", "generic_cpe_plus", "generic_hips", "generic_hips_175", "generic_nylon", "generic_nylon_175", "generic_pc", "generic_pc_175", "generic_petg", "generic_petg_175", "generic_pla", "generic_pla_175", "generic_pp", "generic_pva", "generic_pva_175", "generic_tough_pla", "generic_tpu", "generic_tpu_175", "imade3d_petg_green", "imade3d_petg_pink", "imade3d_pla_green", "imade3d_pla_pink", "innofill_innoflex60_175", "octofiber_pla", "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", "verbatim_bvoh_175", "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" ], - "preferred_material": "tizyx_pla", - "has_machine_quality": true, - "has_materials": true, - "has_variants": true, - "preferred_variant_name": "0.4 mm", - "machine_extruder_trains": - { - "0": "tizyx_k25_extruder_0" - } - }, - - "overrides": - { - "machine_name": { "default_value": "TiZYX K25" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 255 }, - "machine_height": { "default_value": 255 }, - "machine_depth": { "default_value": 255 }, - "machine_center_is_zero": { "default_value": false }, - "gantry_height": { "value": "500" }, - "machine_head_with_fans_polygon": { - "default_value": [ - [25, 49], - [25, -49], - [-25, -49], - [25, 49] - ] - }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": - { - "default_value": "M82\nG90\nG28 X\nG28 Y\nG28 Z\nG29\nG91\nG1 Z0\nG90\nM82\nG92 E0\nG1 X125 Y245 F3000\nG1 Z0" - }, - "machine_end_gcode": - { - "default_value": "M104 S0\nM140 S0\nG91\nG1 E-5 F300\nG1 Z+3 F3000\nG1 Y245 F3000\nM84" - }, - - - "acceleration_enabled": {"value": "False"}, - "acceleration_print": {"value": "1500"}, - "z_seam_type": {"default_value": "back"}, - "z_seam_x": {"value": "127.5"}, - "z_seam_y": {"value": "250"}, - "retraction_combing": {"value": "'off'"} - } -} +{ + "version": 2, + "name": "Tizyx K25", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Tizyx", + "manufacturer": "Tizyx", + "file_formats": "text/x-gcode", + "platform": "tizyx_k25_platform.3mf", + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_abs", + "generic_abs_175", + "generic_bam", + "generic_cpe", + "generic_cpe_175", + "generic_cpe_plus", + "generic_hips", + "generic_hips_175", + "generic_nylon", + "generic_nylon_175", + "generic_pc", + "generic_pc_175", + "generic_petg", + "generic_petg_175", + "generic_pla", + "generic_pla_175", + "generic_pp", + "generic_pva", + "generic_pva_175", + "generic_tough_pla", + "generic_tpu", + "generic_tpu_175", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "tizyx_k25_extruder_0" }, + "platform_offset": [ + 0, + -4, + 0 + ], + "preferred_material": "tizyx_pla", + "preferred_variant_name": "0.4 mm" + }, + "overrides": + { + "acceleration_enabled": { "value": "False" }, + "acceleration_print": { "value": "1500" }, + "gantry_height": { "value": "500" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 255 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG91\nG1 E-5 F300\nG1 Z+3 F3000\nG1 Y245 F3000\nM84" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [25, 49], + [25, -49], + [-25, -49], + [25, 49] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 255 }, + "machine_name": { "default_value": "TiZYX K25" }, + "machine_start_gcode": { "default_value": "M82\nG90\nG28 X\nG28 Y\nG28 Z\nG29\nG91\nG1 Z0\nG90\nM82\nG92 E0\nG1 X125 Y245 F3000\nG1 Z0" }, + "machine_width": { "default_value": 255 }, + "retraction_combing": { "value": "'off'" }, + "z_seam_type": { "default_value": "back" }, + "z_seam_x": { "value": "127.5" }, + "z_seam_y": { "value": "250" } + } +} \ No newline at end of file diff --git a/resources/definitions/trimaker_cosmosII.def.json b/resources/definitions/trimaker_cosmosII.def.json index 0866582f18..475eb4e371 100644 --- a/resources/definitions/trimaker_cosmosII.def.json +++ b/resources/definitions/trimaker_cosmosII.def.json @@ -2,20 +2,13 @@ "version": 2, "name": "Trimaker Cosmos II", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Trimaker", "manufacturer": "Trimaker", "file_formats": "text/x-gcode", "platform": "trimaker_cosmosII_platform.stl", - "platform_offset": [-110.5, -28.3, 134], - - "has_machine_quality": true, - "preferred_quality_type": "normal", - "preferred_material": "redd_pla", - - "has_materials": true, - "machine_extruder_trains": {"0": "trimaker_cosmosII_extruder"}, "exclude_materials": [ "chromatik_pla", "dsm_arnitel2045_175", @@ -100,50 +93,56 @@ "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "trimaker_cosmosII_extruder" }, + "platform_offset": [ + -110.5, + -28.3, + 134 + ], + "preferred_material": "redd_pla", + "preferred_quality_type": "normal" }, - - "overrides": { - - "machine_name": {"default_value": "Trimaker Cosmos II"}, - "machine_width": {"default_value": 200}, - "machine_depth": {"default_value": 200}, - "machine_height": {"default_value": 200}, - - "layer_height": {"default_value": 0.2}, - "material_flow": {"value": 100}, - "xy_offset": {"default_value": 0}, - "xy_offset_layer_0": {"value": -0.1}, - "wall_thickness": {"value": "line_width * 3" }, - "top_bottom_thickness": {"value": "layer_height * 6"}, - "infill_sparse_density": {"default_value": 25}, - "infill_pattern": {"value": "'grid'"}, - "infill_sparse_thickness": {"value": "resolveOrValue('layer_height')"}, - "default_material_bed_temperature": {"default_value": 60}, - "default_material_print_temperature": {"default_value": 200}, - "speed_print": {"default_value": 45}, - "speed_travel": {"value": "speed_print if magic_spiralize else 100"}, - "speed_wall_0": {"value": 35}, - "speed_wall_x": {"value": 45}, - "retraction_enable": {"default_value": true}, - "retraction_amount": {"default_value": 1}, - "retraction_speed": {"default_value": 45}, - "cool_fan_enabled": {"default_value": true}, - "cool_fan_speed": {"value": "100.0 if cool_fan_enabled else 0.0"}, - "support_enable": {"default_value": true}, - "support_type": {"default_value": "everywhere"}, - "support_angle": {"default_value": 50}, - "support_pattern": {"default_value": "zigzag"}, - "support_z_distance": {"default_value": 0.17}, - "support_xy_distance": {"default_value": 0.7}, - "adhesion_type": {"default_value": "skirt"}, - - "gantry_height": {"value": 2}, - "machine_start_gcode": {"default_value": ";Start GCode - Cosmos II - 3.x.x_SEGcTK_1.1\n M104 S120; Comienzo a calentar extrusor\n G21; Unidades en mm\n G90; absolute positioning\n M82; set extruder to absolute mode\n M107; Apagar FAN\n G28; Home\n M190 S{material_bed_temperature_layer_0}\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n M109 S{material_print_temperature}\n M900 K0.04\n G1 F200 Z10\n G92 E0; Defino cero en la posición del actual del extrusor\n G1 F200 X0.5 Y0.5 Z0.300; Posiciono antes de hacer una línea\n G1 F900 X0.5 Y51.5 E2.56436; Hago una línea\n "}, - "machine_end_gcode": {"default_value": ";CODIGO FINAL\n M107; Fan off\n G90; Set to absolute positioning\n G1 X0 Y0 Z201; Get extruder out of way\n G92 E0; Reset extruder position\n G1 E-1; Reduce filament pressure\n G92 E0; Reset extruder position again\n M140 S0; Disable heated bed\n M104 S0; Disable extruder\n M84; Turn steppers off"}, - "machine_heated_bed": {"default_value": true}, - "material_diameter": {"default_value": 1.75}, - "machine_center_is_zero": {"default_value": false} - + "overrides": + { + "adhesion_type": { "default_value": "skirt" }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed": { "value": "100.0 if cool_fan_enabled else 0.0" }, + "default_material_bed_temperature": { "default_value": 60 }, + "default_material_print_temperature": { "default_value": 200 }, + "gantry_height": { "value": 2 }, + "infill_pattern": { "value": "'grid'" }, + "infill_sparse_density": { "default_value": 25 }, + "infill_sparse_thickness": { "value": "resolveOrValue('layer_height')" }, + "layer_height": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": ";CODIGO FINAL\n M107; Fan off\n G90; Set to absolute positioning\n G1 X0 Y0 Z201; Get extruder out of way\n G92 E0; Reset extruder position\n G1 E-1; Reduce filament pressure\n G92 E0; Reset extruder position again\n M140 S0; Disable heated bed\n M104 S0; Disable extruder\n M84; Turn steppers off" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "Trimaker Cosmos II" }, + "machine_start_gcode": { "default_value": ";Start GCode - Cosmos II - 3.x.x_SEGcTK_1.1\n M104 S120; Comienzo a calentar extrusor\n G21; Unidades en mm\n G90; absolute positioning\n M82; set extruder to absolute mode\n M107; Apagar FAN\n G28; Home\n M190 S{material_bed_temperature_layer_0}\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n M109 S{material_print_temperature}\n M900 K0.04\n G1 F200 Z10\n G92 E0; Defino cero en la posici\u00f3n del actual del extrusor\n G1 F200 X0.5 Y0.5 Z0.300; Posiciono antes de hacer una l\u00ednea\n G1 F900 X0.5 Y51.5 E2.56436; Hago una l\u00ednea\n " }, + "machine_width": { "default_value": 200 }, + "material_diameter": { "default_value": 1.75 }, + "material_flow": { "value": 100 }, + "retraction_amount": { "default_value": 1 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 45 }, + "speed_print": { "default_value": 45 }, + "speed_travel": { "value": "speed_print if magic_spiralize else 100" }, + "speed_wall_0": { "value": 35 }, + "speed_wall_x": { "value": 45 }, + "support_angle": { "default_value": 50 }, + "support_enable": { "default_value": true }, + "support_pattern": { "default_value": "zigzag" }, + "support_type": { "default_value": "everywhere" }, + "support_xy_distance": { "default_value": 0.7 }, + "support_z_distance": { "default_value": 0.17 }, + "top_bottom_thickness": { "value": "layer_height * 6" }, + "wall_thickness": { "value": "line_width * 3" }, + "xy_offset": { "default_value": 0 }, + "xy_offset_layer_0": { "value": -0.1 } } -} +} \ No newline at end of file diff --git a/resources/definitions/trimaker_nebula.def.json b/resources/definitions/trimaker_nebula.def.json index 2e789b97dd..c380f34a9a 100644 --- a/resources/definitions/trimaker_nebula.def.json +++ b/resources/definitions/trimaker_nebula.def.json @@ -2,20 +2,13 @@ "version": 2, "name": "Trimaker Nebula", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Trimaker", "manufacturer": "Trimaker", "file_formats": "text/x-gcode", "platform": "trimaker_nebula_platform.stl", - - "has_machine_quality": true, - "preferred_quality_type": "normal", - "preferred_material": "redd_pla", - - "platform_offset": [-117.5, -40, 147.5], - "has_materials": true, - "machine_extruder_trains": {"0": "trimaker_nebula_extruder"}, "exclude_materials": [ "chromatik_pla", "dsm_arnitel2045_175", @@ -100,50 +93,57 @@ "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla" - ] + ], + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "trimaker_nebula_extruder" }, + "platform_offset": [ + -117.5, + -40, + 147.5 + ], + "preferred_material": "redd_pla", + "preferred_quality_type": "normal" }, - - "overrides": { - - "machine_name": {"default_value": "Trimaker Nebula"}, - "machine_width": {"default_value": 230}, - "machine_depth": {"default_value": 230}, - "machine_height": {"default_value": 260}, + "overrides": + { "acceleration_enabled": { "value": true }, - "layer_height": {"default_value": 0.2}, - "material_flow": {"value": 100}, - "xy_offset": {"default_value": 0}, - "xy_offset_layer_0": {"value": -0.1}, - "wall_thickness": {"value": "line_width * 3" }, - "top_bottom_thickness": {"value": "layer_height * 6"}, - "infill_sparse_density": {"default_value": 25}, - "infill_pattern": {"value": "'grid'"}, - "infill_sparse_thickness": {"value": "resolveOrValue('layer_height')"}, - "default_material_bed_temperature": {"default_value": 60}, - "default_material_print_temperature": {"default_value": 200}, - "speed_print": {"default_value": 45}, - "speed_travel": {"value": "speed_print if magic_spiralize else 100"}, - "speed_wall_0": {"value": 35}, - "speed_wall_x": {"value": 45}, - "retraction_enable": {"default_value": true}, - "retraction_amount": {"default_value": 1}, - "retraction_speed": {"default_value": 45}, - "cool_fan_enabled": {"default_value": true}, - "cool_fan_speed": {"value": "100.0 if cool_fan_enabled else 0.0"}, - "support_enable": {"default_value": true}, - "support_type": {"default_value": "everywhere"}, - "support_angle": {"default_value": 50}, - "support_pattern": {"default_value": "zigzag"}, - "support_z_distance": {"default_value": 0.17}, - "support_xy_distance": {"default_value": 0.7}, - "adhesion_type": {"default_value": "skirt"}, - - "gantry_height": {"value": 2}, - "machine_start_gcode": {"default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0}; Calentamos cama y esperamos\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n"}, - "machine_end_gcode": {"default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n"}, - "machine_heated_bed": {"default_value": true}, - "material_diameter": {"default_value": 1.75}, - "machine_center_is_zero": {"default_value": false} - + "adhesion_type": { "default_value": "skirt" }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed": { "value": "100.0 if cool_fan_enabled else 0.0" }, + "default_material_bed_temperature": { "default_value": 60 }, + "default_material_print_temperature": { "default_value": 200 }, + "gantry_height": { "value": 2 }, + "infill_pattern": { "value": "'grid'" }, + "infill_sparse_density": { "default_value": 25 }, + "infill_sparse_thickness": { "value": "resolveOrValue('layer_height')" }, + "layer_height": { "default_value": 0.2 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 230 }, + "machine_end_gcode": { "default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Trimaker Nebula" }, + "machine_start_gcode": { "default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0}; Calentamos cama y esperamos\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n" }, + "machine_width": { "default_value": 230 }, + "material_diameter": { "default_value": 1.75 }, + "material_flow": { "value": 100 }, + "retraction_amount": { "default_value": 1 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 45 }, + "speed_print": { "default_value": 45 }, + "speed_travel": { "value": "speed_print if magic_spiralize else 100" }, + "speed_wall_0": { "value": 35 }, + "speed_wall_x": { "value": 45 }, + "support_angle": { "default_value": 50 }, + "support_enable": { "default_value": true }, + "support_pattern": { "default_value": "zigzag" }, + "support_type": { "default_value": "everywhere" }, + "support_xy_distance": { "default_value": 0.7 }, + "support_z_distance": { "default_value": 0.17 }, + "top_bottom_thickness": { "value": "layer_height * 6" }, + "wall_thickness": { "value": "line_width * 3" }, + "xy_offset": { "default_value": 0 }, + "xy_offset_layer_0": { "value": -0.1 } } -} +} \ No newline at end of file diff --git a/resources/definitions/trimaker_nebula_plus.def.json b/resources/definitions/trimaker_nebula_plus.def.json index 0a2983e67e..afddeff91d 100644 --- a/resources/definitions/trimaker_nebula_plus.def.json +++ b/resources/definitions/trimaker_nebula_plus.def.json @@ -1,113 +1,124 @@ -{ - "version": 2, - "name": "Trimaker Nebula Plus", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Trimaker", - "manufacturer": "Trimaker", - "file_formats": "text/x-gcode", - "platform": "trimaker_nebula_platform.stl", - - "has_machine_quality": true, - "preferred_quality_type": "normal", - "preferred_material": "redd_pla", - - "platform_offset": [-117.5, -40, 147.5], - "has_materials": true, - "machine_extruder_trains": {"0": "trimaker_nebula_extruder"} - }, - - "overrides": { - - "machine_name": {"default_value": "Trimaker Nebula"}, - "machine_width": {"default_value": 230}, - "machine_depth": {"default_value": 230}, - "machine_height": {"default_value": 260}, - "machine_heated_bed": {"default_value": true}, - "machine_gcode_flavor": { "default_value": "Marlin (Volumetric)" }, - "machine_max_feedrate_x": { "default_value": 300 }, - "machine_max_feedrate_y": { "default_value": 300 }, - "machine_max_feedrate_z": { "default_value": 40 }, - "machine_acceleration": { "default_value": 3000 }, - "machine_extruder_count": { "default_value": 1 }, - - "acceleration_layer_0": { "value": "acceleration_topbottom" }, - "acceleration_print": { "value": "4000" }, - "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, - "acceleration_support_interface": { "value": "acceleration_topbottom" }, - "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, - "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, - "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, - - - "layer_height": {"default_value": 0.2}, - "material_flow": {"value": 100}, - "xy_offset": {"default_value": 0}, - "xy_offset_layer_0": {"value": -0.1}, - "wall_thickness": {"value": "line_width * 3" }, - "top_bottom_thickness": {"value": "layer_height * 6"}, - "infill_sparse_density": {"default_value": 25}, - "infill_sparse_thickness": {"value": "resolveOrValue('layer_height')"}, - "default_material_bed_temperature": {"default_value": 60}, - "default_material_print_temperature": {"default_value": 200}, - - "speed_print": {"default_value": 45}, - "speed_travel": {"value": "speed_print if magic_spiralize else 100"}, - "speed_wall_0": {"value": 35}, - "speed_wall_x": {"value": 45}, - "speed_layer_0": {"value": 20}, - - "infill_before_walls": { "value": false }, - "infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" }, - "infill_overlap": { "value": "0" }, - "infill_pattern": { "value": "'grid'" }, - "infill_wipe_dist": { "value": "0" }, - - "jerk_enabled": { "value": "True" }, - "jerk_print": { "value": "20", "minimum_value_warning": 20 }, - "jerk_infill": {"minimum_value_warning": 20 }, - "jerk_wall": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_wall_0": { "value": "jerk_wall", "minimum_value_warning": 20 }, - "jerk_roofing": {"minimum_value_warning": 20 }, - "jerk_topbottom": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_support": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_support_infill": {"minimum_value_warning": 20 }, - "jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"}, - "jerk_travel": {"minimum_value_warning": 20 }, - "jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20}, - "jerk_print_layer_0": {"minimum_value_warning": 20 }, - "jerk_travel_layer_0": {"minimum_value_warning": 20 }, - "jerk_skirt_brim": {"minimum_value_warning": 20 }, - - "line_width": { "value": "machine_nozzle_size * 0.875" }, - - "retraction_enable": {"default_value": true}, - "retraction_amount": {"default_value": 1}, - "retraction_speed": {"default_value": 45}, - - "skin_monotonic" : { "value": true }, - "skin_overlap": { "value": "10" }, - - - "cool_fan_enabled": {"default_value": true}, - "cool_fan_speed": {"value": "100.0 if cool_fan_enabled else 0.0"}, - - "support_enable": {"default_value": true}, - "support_type": {"default_value": "everywhere"}, - "support_angle": {"default_value": 50}, - "support_pattern": {"default_value": "zigzag"}, - "support_z_distance": {"default_value": 0.17}, - "support_xy_distance": {"default_value": 0.7}, - - "adhesion_type": {"default_value": "skirt"}, - - "optimize_wall_printing_order": { "value": "True" }, - - "gantry_height": {"value": 2}, - "machine_start_gcode": {"default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0};\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n Calentamos cama y esperamos\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n"}, - "machine_end_gcode": {"default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n"}, - "material_diameter": {"default_value": 1.75}, - "machine_center_is_zero": {"default_value": false} - } -} +{ + "version": 2, + "name": "Trimaker Nebula Plus", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Trimaker", + "manufacturer": "Trimaker", + "file_formats": "text/x-gcode", + "platform": "trimaker_nebula_platform.stl", + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "trimaker_nebula_extruder" }, + "platform_offset": [ + -117.5, + -40, + 147.5 + ], + "preferred_material": "redd_pla", + "preferred_quality_type": "normal" + }, + "overrides": + { + "acceleration_layer_0": { "value": "acceleration_topbottom" }, + "acceleration_print": { "value": "4000" }, + "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, + "acceleration_support_interface": { "value": "acceleration_topbottom" }, + "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, + "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, + "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, + "adhesion_type": { "default_value": "skirt" }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed": { "value": "100.0 if cool_fan_enabled else 0.0" }, + "default_material_bed_temperature": { "default_value": 60 }, + "default_material_print_temperature": { "default_value": 200 }, + "gantry_height": { "value": 2 }, + "infill_before_walls": { "value": false }, + "infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" }, + "infill_overlap": { "value": "0" }, + "infill_pattern": { "value": "'grid'" }, + "infill_sparse_density": { "default_value": 25 }, + "infill_sparse_thickness": { "value": "resolveOrValue('layer_height')" }, + "infill_wipe_dist": { "value": "0" }, + "jerk_enabled": { "value": "True" }, + "jerk_infill": { "minimum_value_warning": 20 }, + "jerk_layer_0": + { + "minimum_value_warning": 20, + "value": "jerk_topbottom" + }, + "jerk_print": + { + "minimum_value_warning": 20, + "value": "20" + }, + "jerk_print_layer_0": { "minimum_value_warning": 20 }, + "jerk_roofing": { "minimum_value_warning": 20 }, + "jerk_skirt_brim": { "minimum_value_warning": 20 }, + "jerk_support": + { + "minimum_value_warning": 20, + "value": "jerk_print" + }, + "jerk_support_infill": { "minimum_value_warning": 20 }, + "jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)" }, + "jerk_topbottom": + { + "minimum_value_warning": 20, + "value": "jerk_print" + }, + "jerk_travel": { "minimum_value_warning": 20 }, + "jerk_travel_layer_0": { "minimum_value_warning": 20 }, + "jerk_wall": + { + "minimum_value_warning": 20, + "value": "jerk_print" + }, + "jerk_wall_0": + { + "minimum_value_warning": 20, + "value": "jerk_wall" + }, + "layer_height": { "default_value": 0.2 }, + "line_width": { "value": "machine_nozzle_size * 0.875" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 230 }, + "machine_end_gcode": { "default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin (Volumetric)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 260 }, + "machine_max_feedrate_x": { "default_value": 300 }, + "machine_max_feedrate_y": { "default_value": 300 }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_name": { "default_value": "Trimaker Nebula" }, + "machine_start_gcode": { "default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0};\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n Calentamos cama y esperamos\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n" }, + "machine_width": { "default_value": 230 }, + "material_diameter": { "default_value": 1.75 }, + "material_flow": { "value": 100 }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "default_value": 1 }, + "retraction_enable": { "default_value": true }, + "retraction_speed": { "default_value": 45 }, + "skin_monotonic": { "value": true }, + "skin_overlap": { "value": "10" }, + "speed_layer_0": { "value": 20 }, + "speed_print": { "default_value": 45 }, + "speed_travel": { "value": "speed_print if magic_spiralize else 100" }, + "speed_wall_0": { "value": 35 }, + "speed_wall_x": { "value": 45 }, + "support_angle": { "default_value": 50 }, + "support_enable": { "default_value": true }, + "support_pattern": { "default_value": "zigzag" }, + "support_type": { "default_value": "everywhere" }, + "support_xy_distance": { "default_value": 0.7 }, + "support_z_distance": { "default_value": 0.17 }, + "top_bottom_thickness": { "value": "layer_height * 6" }, + "wall_thickness": { "value": "line_width * 3" }, + "xy_offset": { "default_value": 0 }, + "xy_offset_layer_0": { "value": -0.1 } + } +} \ No newline at end of file diff --git a/resources/definitions/tronxy_d01.def.json b/resources/definitions/tronxy_d01.def.json index 6a752656f7..0827412e1e 100644 --- a/resources/definitions/tronxy_d01.def.json +++ b/resources/definitions/tronxy_d01.def.json @@ -1,29 +1,31 @@ { - "name": "Tronxy D01", "version": 2, + "name": "Tronxy D01", "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", + "metadata": + { "visible": true, - "platform": "tronxy.stl" + "platform": "tronxy.stl", + "quality_definition": "tronxy_x" }, - "overrides": { - "machine_name": { "default_value": "Tronxy D01" }, - "machine_width": { "default_value": 220 }, + "overrides": + { + "gantry_height": { "value": 30 }, + "machine_acceleration": { "value": 120 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 220 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-32, 45], [-32, -30], [32, -30], [32, 45] ] }, - "gantry_height": { "value": 30 }, - + "machine_height": { "default_value": 220 }, + "machine_name": { "default_value": "Tronxy D01" }, "machine_start_gcode": { "default_value": "; D01 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z2.0 F3000 ; Move Z Axis up little to preventscratching of Heat Bed\nG1 X1 Y20 Z0.3 F3600.0 ; Move to start position\nG1 X1 Y200.0 Z0.3 F1500.0 E25 ; Draw the first line\nG1 X1.6 Y200.0 Z0.3 F3600.0 ; Move to side a little\nG1 X1.6 Y20 Z0.3 F1500.0 E50 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F3600.0 ; Move over to prevent blob squish" }, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - - "machine_acceleration": { "value": 120 } + "machine_width": { "default_value": 220 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json index da8f94fffe..d6388c845d 100644 --- a/resources/definitions/tronxy_x.def.json +++ b/resources/definitions/tronxy_x.def.json @@ -1,147 +1,133 @@ { - "name": "Tronxy Base Printer", "version": 2, + "name": "Tronxy Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "KV/AdderMk2", "manufacturer": "Tronxy", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": + { "0": "tronxy_base_extruder_0", "1": "tronxy_base_extruder_1" }, - - "has_materials": true, - "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Size", - - "preferred_variant_name": "0.4mm Nozzle", + "preferred_material": "generic_pla", "preferred_quality_type": "normal", - "preferred_material": "generic_pla" + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": { "default_value": "Tronxy Base Printer" }, - "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z15.0 F{speed_travel_layer_0}\nG0 E3 F200\nG92 E0\n" }, - "machine_end_gcode": { "default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 X-20 Y-20 F9000\nG28 X0 Y0\nM84 ;steppers off\nG90 ;absolute positioning\n" }, - - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - + "overrides": + { + "acceleration_enabled": { "value": false }, "acceleration_print": { "value": "machine_acceleration" }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": "machine_acceleration" }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": true }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 56 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, "jerk_print": { "value": 12 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - - "speed_print": { "value": 60.0 } , - "speed_wall": { "value": "speed_print * 0.75" }, - "speed_wall_x": { "value": "speed_wall" }, - "speed_topbottom": { "value": "speed_print * 0.5" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "60.0 if speed_print < 50 else 120.0 if speed_print > 80 else speed_print * 1.25" }, - "speed_layer_0": { "value": 30.0 }, - "speed_travel_layer_0": { "value": "45 if speed_layer_0 < 20 else 60 if speed_layer_0 > 30 else speed_layer_0 * 1.5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - - - "optimize_wall_printing_order": { "value": "True" }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, + "machine_end_gcode": { "default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 X-20 Y-20 F9000\nG28 X0 Y0\nM84 ;steppers off\nG90 ;absolute positioning\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_name": { "default_value": "Tronxy Base Printer" }, + "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z15.0 F{speed_travel_layer_0}\nG0 E3 F200\nG92 E0\n" }, + "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, "material_flow": { "value": 95 }, "material_flow_layer_0": { "value": 95 }, - - "z_seam_type": { "value": "'sharpest_corner'" }, - "z_seam_corner": { "value": "'z_seam_corner_inner'" }, - - "infill_pattern": { "value": "'lines' if infill_sparse_density > 56 else 'cubic'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": true }, - - "retraction_speed": { - "maximum_value_warning": "machine_max_feedrate_e", - "default_value": 45, - "maximum_value": 200 - }, - "retraction_retract_speed": { - "maximum_value_warning": "machine_max_feedrate_e", - "maximum_value": 200 - }, - "retraction_prime_speed": { - "maximum_value_warning": "machine_max_feedrate_e", - "maximum_value": 200 - }, - - "retraction_hop": { "value": 0.2 }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": "True" }, + "retract_at_layer_change": { "value": true }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 5 }, + "retraction_hop": { "value": 0.2 }, + "retraction_hop_enabled": { "value": true }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e" + }, + "retraction_retract_speed": + { + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e" + }, + "retraction_speed": + { + "default_value": 45, + "maximum_value": 200, + "maximum_value_warning": "machine_max_feedrate_e" + }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 30.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 60.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "speed_print * 0.5" }, + "speed_travel": { "value": "60.0 if speed_print < 50 else 120.0 if speed_print > 80 else speed_print * 1.25" }, + "speed_travel_layer_0": { "value": "45 if speed_layer_0 < 20 else 60 if speed_layer_0 > 30 else speed_layer_0 * 1.5" }, + "speed_wall": { "value": "speed_print * 0.75" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_infill_angles": + { + "value": [ + 45 + ] + }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 30" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": "1 if (support_structure == 'tree') else 0" }, + "support_xy_distance": { "value": "wall_line_width_0 * 3" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_pattern": { "value": "'zigzag'" }, + "top_bottom_pattern_0": { "value": "'zigzag'" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": false }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - "retract_at_layer_change": { "value": true }, - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 5 }, - "retraction_hop_enabled": { "value": true }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 10.0 }, - "skirt_line_count": { "value": 3 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.25" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_angles": { "value": [45] }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 30" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 3" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": {"value": "1 if (support_structure == 'tree') else 0" }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 4 }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_pattern": {"value": "'zigzag'" }, - "top_bottom_pattern_0": {"value": "'zigzag'" }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_line_count": {"value": "3" } + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_line_count": { "value": "3" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'sharpest_corner'" } } } \ No newline at end of file diff --git a/resources/definitions/tronxy_x5sa.def.json b/resources/definitions/tronxy_x5sa.def.json index ba0b9a92e0..3ae615ff0e 100644 --- a/resources/definitions/tronxy_x5sa.def.json +++ b/resources/definitions/tronxy_x5sa.def.json @@ -1,30 +1,32 @@ { - "name": "Tronxy X5SA/X5ST/Pro/2E/D01 Plus", "version": 2, + "name": "Tronxy X5SA/X5ST/Pro/2E/D01 Plus", "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", + "metadata": + { "visible": true, - "platform": "tronxy.stl" + "platform": "tronxy.stl", + "quality_definition": "tronxy_x" }, - "overrides": { - "machine_name": { "default_value": "Tronxy X5SA" }, - "machine_width": { "default_value": 330 }, + "overrides": + { + "gantry_height": { "value": 40 }, + "machine_acceleration": { "value": 150 }, "machine_depth": { "default_value": 330 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-48, 45], [-48, -30], [27, -30], [27, 45] ] }, - "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 4.5 }, - - "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, - - "machine_acceleration": { "value": 150 } + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Tronxy X5SA" }, + "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n" }, + "machine_width": { "default_value": 330 }, + "retraction_amount": { "value": 4.5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tronxy_x5sa_400.def.json b/resources/definitions/tronxy_x5sa_400.def.json index d1448a3287..d71b96f06b 100644 --- a/resources/definitions/tronxy_x5sa_400.def.json +++ b/resources/definitions/tronxy_x5sa_400.def.json @@ -1,30 +1,32 @@ { - "name": "Tronxy X5SA/X5ST/Pro/2E 400mm", "version": 2, + "name": "Tronxy X5SA/X5ST/Pro/2E 400mm", "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", + "metadata": + { "visible": true, - "platform": "tronxy.stl" + "platform": "tronxy.stl", + "quality_definition": "tronxy_x" }, - "overrides": { - "machine_name": { "default_value": "Tronxy X5SA 400" }, - "machine_width": { "default_value": 400 }, + "overrides": + { + "gantry_height": { "value": 40 }, + "machine_acceleration": { "value": 150 }, "machine_depth": { "default_value": 400 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-48, 45], [-48, -30], [27, -30], [27, 45] ] }, - "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 6.5 }, - - "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y290 F1500.0 E15 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E30 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, - - "machine_acceleration": { "value": 150 } + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Tronxy X5SA 400" }, + "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y290 F1500.0 E15 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E30 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n" }, + "machine_width": { "default_value": 400 }, + "retraction_amount": { "value": 6.5 } } } \ No newline at end of file diff --git a/resources/definitions/tronxy_x5sa_500.def.json b/resources/definitions/tronxy_x5sa_500.def.json index 44f8d1ba1a..b08b5fbc7a 100644 --- a/resources/definitions/tronxy_x5sa_500.def.json +++ b/resources/definitions/tronxy_x5sa_500.def.json @@ -1,30 +1,32 @@ { - "name": "Tronxy X5SA/X5ST/Pro/2E 500mm", "version": 2, + "name": "Tronxy X5SA/X5ST/Pro/2E 500mm", "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", + "metadata": + { "visible": true, - "platform": "tronxy.stl" + "platform": "tronxy.stl", + "quality_definition": "tronxy_x" }, - "overrides": { - "machine_name": { "default_value": "Tronxy X5SA 500" }, - "machine_width": { "default_value": 500 }, + "overrides": + { + "gantry_height": { "value": 40 }, + "machine_acceleration": { "value": 150 }, "machine_depth": { "default_value": 500 }, - "machine_height": { "default_value": 600 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-48, 45], [-48, -30], [27, -30], [27, 45] ] }, - "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 6.5 }, - - "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y290 F1500.0 E15 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E30 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, - - "machine_acceleration": { "value": 150 } + "machine_height": { "default_value": 600 }, + "machine_name": { "default_value": "Tronxy X5SA 500" }, + "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y290 F1500.0 E15 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E30 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n" }, + "machine_width": { "default_value": 500 }, + "retraction_amount": { "value": 6.5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tronxy_xy2.def.json b/resources/definitions/tronxy_xy2.def.json index 7894141b9d..e3b994c01d 100644 --- a/resources/definitions/tronxy_xy2.def.json +++ b/resources/definitions/tronxy_xy2.def.json @@ -1,30 +1,32 @@ { - "name": "Tronxy XY-2", "version": 2, + "name": "Tronxy XY-2", "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", + "metadata": + { "visible": true, - "platform": "tronxy.stl" + "platform": "tronxy.stl", + "quality_definition": "tronxy_x" }, - "overrides": { - "machine_name": { "default_value": "Tronxy XY-2" }, - "machine_width": { "default_value": 220 }, + "overrides": + { + "gantry_height": { "value": 40 }, + "machine_acceleration": { "value": 150 }, "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 260 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-30, 45], [-30, -30], [27, -30], [27, 45] ] }, - "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 4.5 }, - - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - - "machine_acceleration": { "value": 150 } + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Tronxy XY-2" }, + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n" }, + "machine_width": { "default_value": 220 }, + "retraction_amount": { "value": 4.5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tronxy_xy2pro.def.json b/resources/definitions/tronxy_xy2pro.def.json index ed16c34352..14064772a2 100644 --- a/resources/definitions/tronxy_xy2pro.def.json +++ b/resources/definitions/tronxy_xy2pro.def.json @@ -1,30 +1,32 @@ { - "name": "Tronxy XY-2 Pro/Pro 2E/XY3 SE", "version": 2, + "name": "Tronxy XY-2 Pro/Pro 2E/XY3 SE", "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", + "metadata": + { "visible": true, - "platform": "tronxy.stl" + "platform": "tronxy.stl", + "quality_definition": "tronxy_x" }, - "overrides": { - "machine_name": { "default_value": "Tronxy XY-2 Pro" }, - "machine_width": { "default_value": 255 }, + "overrides": + { + "gantry_height": { "value": 40 }, + "machine_acceleration": { "value": 150 }, "machine_depth": { "default_value": 255 }, - "machine_height": { "default_value": 260 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-48, 45], [-48, -30], [27, -30], [27, 45] ] }, - "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 4.5 }, - - "machine_start_gcode": { "default_value": "; XY-2 Pro Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - - "machine_acceleration": { "value": 150 } + "machine_height": { "default_value": 260 }, + "machine_name": { "default_value": "Tronxy XY-2 Pro" }, + "machine_start_gcode": { "default_value": "; XY-2 Pro Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n" }, + "machine_width": { "default_value": 255 }, + "retraction_amount": { "value": 4.5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tronxy_xy3.def.json b/resources/definitions/tronxy_xy3.def.json index 345def8926..6ef59dc92d 100644 --- a/resources/definitions/tronxy_xy3.def.json +++ b/resources/definitions/tronxy_xy3.def.json @@ -1,30 +1,32 @@ { - "name": "Tronxy XY-3/Pro", "version": 2, + "name": "Tronxy XY-3/Pro", "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", + "metadata": + { "visible": true, - "platform": "tronxy.stl" + "platform": "tronxy.stl", + "quality_definition": "tronxy_x" }, - "overrides": { - "machine_name": { "default_value": "Tronxy XY-3" }, - "machine_width": { "default_value": 310 }, + "overrides": + { + "gantry_height": { "value": 30 }, + "machine_acceleration": { "value": 150 }, "machine_depth": { "default_value": 310 }, - "machine_height": { "default_value": 330 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-30, 45], [-30, -30], [27, -30], [27, 45] ] }, - "gantry_height": { "value": 30 }, - "retraction_amount": { "value": 5 }, - - "machine_start_gcode": { "default_value": "; XY-3 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - - "machine_acceleration": { "value": 150 } + "machine_height": { "default_value": 330 }, + "machine_name": { "default_value": "Tronxy XY-3" }, + "machine_start_gcode": { "default_value": "; XY-3 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n" }, + "machine_width": { "default_value": 310 }, + "retraction_amount": { "value": 5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tronxy_xy3proV2.def.json b/resources/definitions/tronxy_xy3proV2.def.json index 841c159375..b7348662d9 100644 --- a/resources/definitions/tronxy_xy3proV2.def.json +++ b/resources/definitions/tronxy_xy3proV2.def.json @@ -1,32 +1,33 @@ { - "name": "Tronxy XY-3 Pro V2", "version": 2, + "name": "Tronxy XY-3 Pro V2", "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", + "metadata": + { "visible": true, - "platform": "tronxy.stl" + "platform": "tronxy.stl", + "quality_definition": "tronxy_x" }, - "overrides": { - "machine_name": { "default_value": "Tronxy XY-3" }, - "machine_width": { "default_value": 310 }, + "overrides": + { + "gantry_height": { "value": 30 }, + "machine_acceleration": { "value": 150 }, "machine_depth": { "default_value": 310 }, - "machine_height": { "default_value": 330 }, - "machine_head_with_fans_polygon": { "default_value": [ + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ [-30, 45], [-30, -30], [27, -30], [27, 45] ] }, - "gantry_height": { "value": 30 }, + "machine_height": { "default_value": 330 }, + "machine_name": { "default_value": "Tronxy XY-3" }, + "machine_start_gcode": { "default_value": "; XY-3 Pro Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n" }, + "machine_width": { "default_value": 310 }, "retraction_amount": { "value": 0.5 }, - "retraction_speed": { "value": 45 }, - - - "machine_start_gcode": { "default_value": "; XY-3 Pro Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - - "machine_acceleration": { "value": 150 } + "retraction_speed": { "value": 45 } } -} +} \ No newline at end of file diff --git a/resources/definitions/two_trees_base.def.json b/resources/definitions/two_trees_base.def.json index 7e0495b469..b432d491cd 100644 --- a/resources/definitions/two_trees_base.def.json +++ b/resources/definitions/two_trees_base.def.json @@ -1,109 +1,88 @@ { - "name": "Two Trees Base Printer", "version": 2, + "name": "Two Trees Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "3DGadgets.my", "manufacturer": "Two Trees", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "two_trees_base_extruder_0" - }, - + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Size", - - "preferred_variant_name": "0.4mm Nozzle", + "machine_extruder_trains": { "0": "two_trees_base_extruder_0" }, + "preferred_material": "generic_pla", "preferred_quality_type": "standard", - "preferred_material": "generic_pla" - + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": { "default_value": "Two Trees Base Printer" }, - "machine_start_gcode": { "default_value": "G28 ;Home\nM420 S1 ;Enable ABL using saved Mesh and Fade Height\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - - "speed_print": { "value": 50.0 }, - "speed_wall_x": { "value": "speed_print / 1.5" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_layer_0": { "value": 20.0 }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - - - "optimize_wall_printing_order": { "value": "True" }, - - "z_seam_type": { "value": "'sharpest_corner'" }, - "z_seam_corner": { "value": "'z_seam_corner_inner'" }, - - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "overrides": + { + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_layer": { "value": "2" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, "infill_before_walls": { "value": false }, "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": false }, - - "retraction_hop": { "value": 0.2 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_name": { "default_value": "Two Trees Base Printer" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nM420 S1 ;Enable ABL using saved Mesh and Fade Height\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, + "material_diameter": { "default_value": 1.75 }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "default_value": 7 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_speed": { "default_value": 40 }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_wall_x": { "value": "speed_print / 1.5" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": 50 }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 5 }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 25" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": "1 if (support_structure == 'tree') else 0" }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - - "retraction_speed": { "default_value" : 40 }, - "retraction_amount": { "default_value" : 7 }, - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_layer": { "value": "2" }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 10.0 }, - "skirt_line_count": { "value": 3 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": "0.25" }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "support_angle": { "value": 50 }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 25" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": {"value": "1 if (support_structure == 'tree') else 0" }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 5 }, - - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 2 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'sharpest_corner'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/two_trees_bluer.def.json b/resources/definitions/two_trees_bluer.def.json index 67e903f74d..138c10fc02 100644 --- a/resources/definitions/two_trees_bluer.def.json +++ b/resources/definitions/two_trees_bluer.def.json @@ -1,37 +1,38 @@ { - "name": "Two Trees Bluer", "version": 2, + "name": "Two Trees Bluer", "inherits": "two_trees_base", - "overrides": { - "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, - "machine_name": { "default_value": "Two Trees Bluer" }, - "machine_width": { "default_value": 230 }, - "machine_depth": { "default_value": 230 }, - "machine_height": { "default_value": 280 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-47, 37], - [-47, -23], - [47, -23], - [47, 37] - ] - }, - + "metadata": + { + "visible": true, + "platform": "twotrees235x235_generic.stl", + "quality_definition": "two_trees_base" + }, + "overrides": + { "gantry_height": { "value": 28 }, + "infill_material_flow": { "value": 100 }, + "infill_overlap": { "value": 30 }, + "machine_depth": { "default_value": 230 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-47, 37], + [-47, -23], + [47, -23], + [47, 37] + ] + }, + "machine_height": { "default_value": 280 }, + "machine_name": { "default_value": "Two Trees Bluer" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, + "machine_width": { "default_value": 230 }, + "material_flow": { "value": 90 }, + "retraction_amount": { "default_value": 8 }, + "retraction_speed": { "default_value": 50 }, + "skin_overlap": { "value": 20 }, "speed_print": { "value": 50.0 }, "speed_travel": { "value": 180 }, - "speed_travel_layer_0": { "value": 100 }, - "retraction_speed": { "default_value" : 50 }, - "retraction_amount": { "default_value" : 8 }, - - "material_flow": { "value": 90 }, - "infill_material_flow": { "value": 100 }, - - "infill_overlap": { "value": 30 }, - "skin_overlap": { "value": 20 } - }, - "metadata": { - "quality_definition": "two_trees_base", - "visible": true, - "platform": "twotrees235x235_generic.stl" + "speed_travel_layer_0": { "value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/two_trees_bluerplus.def.json b/resources/definitions/two_trees_bluerplus.def.json index 1e1dcd20c3..9fa727aacf 100644 --- a/resources/definitions/two_trees_bluerplus.def.json +++ b/resources/definitions/two_trees_bluerplus.def.json @@ -1,36 +1,37 @@ { - "name": "Two Trees Bluer Plus", "version": 2, + "name": "Two Trees Bluer Plus", "inherits": "two_trees_base", - "overrides": { + "metadata": + { + "visible": true, + "platform": "twotrees300x300_generic.stl", + "quality_definition": "two_trees_base" + }, + "overrides": + { + "gantry_height": { "value": 28 }, + "infill_material_flow": { "value": 100 }, + "infill_overlap": { "value": 30 }, + "machine_depth": { "default_value": 300 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-47, 37], + [-47, -23], + [47, -23], + [47, 37] + ] + }, + "machine_height": { "default_value": 400 }, "machine_name": { "default_value": "Two Trees Bluer Plus" }, "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-47, 37], - [-47, -23], - [47, -23], - [47, 37] - ] - }, - - "gantry_height": { "value": 28 }, + "material_flow": { "value": 90 }, + "retraction_amount": { "default_value": 8 }, + "retraction_speed": { "default_value": 50 }, + "skin_overlap": { "value": 20 }, "speed_print": { "value": 50.0 }, "speed_travel": { "value": 180 }, - "speed_travel_layer_0": { "value": 100 }, - "retraction_speed": { "default_value" : 50 }, - "retraction_amount": { "default_value" : 8 }, - - "material_flow": { "value": 90 }, - "infill_material_flow": { "value": 100 }, - - "infill_overlap": { "value": 30 }, - "skin_overlap": { "value": 20 } - }, - "metadata": { - "quality_definition": "two_trees_base", - "visible": true, - "platform": "twotrees300x300_generic.stl" + "speed_travel_layer_0": { "value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/two_trees_sapphireplus.def.json b/resources/definitions/two_trees_sapphireplus.def.json index 8dae455a28..183c7b7f38 100644 --- a/resources/definitions/two_trees_sapphireplus.def.json +++ b/resources/definitions/two_trees_sapphireplus.def.json @@ -1,38 +1,37 @@ { - "name": "Two Trees Sapphire Plus", "version": 2, + "name": "Two Trees Sapphire Plus", "inherits": "two_trees_base", - "overrides": { + "metadata": + { + "visible": true, + "platform": "sapphireplus_platform.stl", + "quality_definition": "two_trees_base" + }, + "overrides": + { + "gantry_height": { "value": 65 }, + "infill_material_flow": { "value": 100 }, + "infill_overlap": { "value": 30 }, + "machine_depth": { "default_value": 300 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-30, 19], + [30, 19], + [30, -49], + [-30, -49] + ] + }, + "machine_height": { "default_value": 350 }, "machine_name": { "default_value": "Two Trees Sapphire Plus" }, "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 350 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-30,19], - [30,19], - [30,-49], - [-30,-49] - ] - }, - - "gantry_height": { "value": 65 }, - + "material_flow": { "value": 90 }, + "retraction_amount": { "default_value": 7 }, + "retraction_speed": { "default_value": 40 }, + "skin_overlap": { "value": 20 }, "speed_print": { "value": 60.0 }, "speed_travel": { "value": 180 }, - "speed_travel_layer_0": { "value": 100 }, - "retraction_speed": { "default_value" : 40 }, - "retraction_amount": { "default_value" : 7 }, - - "material_flow": { "value": 90 }, - "infill_material_flow": { "value": 100 }, - - "infill_overlap": { "value": 30 }, - "skin_overlap": { "value": 20 } - }, - "metadata": { - "quality_definition": "two_trees_base", - "visible": true, - "platform": "sapphireplus_platform.stl" - + "speed_travel_layer_0": { "value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json index 0a66a5e232..7f4a1714ae 100644 --- a/resources/definitions/two_trees_sapphirepro.def.json +++ b/resources/definitions/two_trees_sapphirepro.def.json @@ -1,39 +1,38 @@ { - "name": "Two Trees Sapphire Pro", "version": 2, + "name": "Two Trees Sapphire Pro", "inherits": "two_trees_base", - "overrides": { - "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, - "machine_name": { "default_value": "Two Trees Sapphire Pro" }, - "machine_width": { "default_value": 220 }, - "machine_depth": { "default_value": 220 }, - "machine_height": { "default_value": 220 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-30,19], - [30,19], - [30,-49], - [-30,-49] - ] - }, - + "metadata": + { + "visible": true, + "platform": "sapphirepro_platform.stl", + "quality_definition": "two_trees_base" + }, + "overrides": + { "gantry_height": { "value": 65 }, - + "infill_material_flow": { "value": 100 }, + "infill_overlap": { "value": 30 }, + "machine_depth": { "default_value": 220 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-30, 19], + [30, 19], + [30, -49], + [-30, -49] + ] + }, + "machine_height": { "default_value": 220 }, + "machine_name": { "default_value": "Two Trees Sapphire Pro" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, + "machine_width": { "default_value": 220 }, + "material_flow": { "value": 90 }, + "retraction_amount": { "default_value": 7 }, + "retraction_speed": { "default_value": 40 }, + "skin_overlap": { "value": 20 }, "speed_print": { "value": 60.0 }, "speed_travel": { "value": 180 }, - "speed_travel_layer_0": { "value": 100 }, - "retraction_speed": { "default_value" : 40 }, - "retraction_amount": { "default_value" : 7 }, - - "material_flow": { "value": 90 }, - "infill_material_flow": { "value": 100 }, - - "infill_overlap": { "value": 30 }, - "skin_overlap": { "value": 20 } - }, - "metadata": { - "quality_definition": "two_trees_base", - "visible": true, - "platform": "sapphirepro_platform.stl" - + "speed_travel_layer_0": { "value": 100 } } -} +} \ No newline at end of file diff --git a/resources/definitions/ubuild-3d_mr_bot_280.def.json b/resources/definitions/ubuild-3d_mr_bot_280.def.json index f1c7bc7581..b883287f6b 100644 --- a/resources/definitions/ubuild-3d_mr_bot_280.def.json +++ b/resources/definitions/ubuild-3d_mr_bot_280.def.json @@ -2,43 +2,49 @@ "version": 2, "name": "uBuild-3D Mr Bot 280", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "uBuild-3D", "manufacturer": "uBuild-3D", "file_formats": "text/x-gcode", "has_materials": true, - "preferred_quality_type": "draft", - "machine_extruder_trains": - { - "0": "ubuild-3d_mr_bot_280_extruder_0" - } + "machine_extruder_trains": { "0": "ubuild-3d_mr_bot_280_extruder_0" }, + "preferred_quality_type": "draft" }, - - "overrides": { - "machine_name": { "default_value": "Mr Bot 280" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 275 }, - "machine_height": { "default_value": 275 }, - "machine_depth": { "default_value": 275 }, - "machine_center_is_zero": { "default_value": false }, - "layer_height_0": { "default_value": 0.1 }, - "retraction_amount": { "default_value": 2 }, - "retraction_speed": { "default_value": 50 }, + "overrides": + { "adhesion_type": { "default_value": "skirt" }, - "machine_nozzle_heat_up_speed": { "default_value": 2 }, - "machine_nozzle_cool_down_speed": { "default_value": 2 }, - "machine_head_with_fans_polygon": { "default_value": [[-20,20],[10,10],[10,10],[10,10]] }, "gantry_height": { "value": "275" }, - "machine_max_feedrate_z": { "default_value": 15 }, - "machine_max_feedrate_e": { "default_value": 60 }, - "machine_max_acceleration_z": { "default_value": 1000 }, + "layer_height_0": { "default_value": 0.1 }, "machine_acceleration": { "default_value": 2000 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 275 }, + "machine_end_gcode": { "default_value": "M400 ; wait for moves to finish\nG92 Z0 E0 ; reset Z position\nG1 E-2 F9000 ; retract material\nG1 Z2 ; get extruder out of the way\nM104 S0 ; turn off extruder\nG1 Y285 F3000 ; present finished print\nM140 S0 ; turn off bed\nM84 ; disable motors\nM117 Print complete" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-20, 20], + [10, 10], + [10, 10], + [10, 10] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 275 }, + "machine_max_acceleration_z": { "default_value": 1000 }, + "machine_max_feedrate_e": { "default_value": 60 }, + "machine_max_feedrate_z": { "default_value": 15 }, + "machine_max_jerk_e": { "default_value": 5 }, "machine_max_jerk_xy": { "default_value": 20 }, "machine_max_jerk_z": { "default_value": 0.4 }, - "machine_max_jerk_e": { "default_value": 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_name": { "default_value": "Mr Bot 280" }, + "machine_nozzle_cool_down_speed": { "default_value": 2 }, + "machine_nozzle_heat_up_speed": { "default_value": 2 }, "machine_start_gcode": { "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM140 S{material_bed_temperature} ; set bed temp\nM104 S{material_print_temperature} ; set extruder temp\nG28 ; home X, Y and Z\nG29 ; probe sequence (for auto-leveling)\nG1 Z15 F600 ; go to Z15 position\nG1 X0 Y-20 F10000 ; go to X0 Y-20 position\nM190 S{material_bed_temperature} ; wait for bed temp\nM109 S{material_print_temperature} ; wait for extruder temp\nG92 E0 ; reset extruder distance position\nG1 E25 F100 ; extrude 25mm of material\nG92 E0 ; reset extruder distance position\nM117 Printing..." }, - "machine_end_gcode": { "default_value": "M400 ; wait for moves to finish\nG92 Z0 E0 ; reset Z position\nG1 E-2 F9000 ; retract material\nG1 Z2 ; get extruder out of the way\nM104 S0 ; turn off extruder\nG1 Y285 F3000 ; present finished print\nM140 S0 ; turn off bed\nM84 ; disable motors\nM117 Print complete" } + "machine_width": { "default_value": 275 }, + "retraction_amount": { "default_value": 2 }, + "retraction_speed": { "default_value": 50 } } -} +} \ No newline at end of file diff --git a/resources/definitions/uni_200.def.json b/resources/definitions/uni_200.def.json index f425a3d89f..9b1d498408 100644 --- a/resources/definitions/uni_200.def.json +++ b/resources/definitions/uni_200.def.json @@ -1,18 +1,20 @@ { - "name": "Uni 200", - "version": 2, - "inherits": "uni_base", - "metadata": { - "author": "Nail` Gimadeev (C)", - "visible": true, - "quality_definition": "uni_base", - "platform": "uni_200_platform.stl", - "platform_texture": "uni.png" - }, - "overrides": { - "machine_name": {"default_value": "uni_200"}, - "machine_width": {"default_value": 220}, - "machine_depth": {"default_value": 220}, - "machine_height": {"default_value": 250} - } -} + "version": 2, + "name": "Uni 200", + "inherits": "uni_base", + "metadata": + { + "visible": true, + "author": "Nail` Gimadeev (C)", + "platform": "uni_200_platform.stl", + "platform_texture": "uni.png", + "quality_definition": "uni_base" + }, + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "uni_200" }, + "machine_width": { "default_value": 220 } + } +} \ No newline at end of file diff --git a/resources/definitions/uni_250.def.json b/resources/definitions/uni_250.def.json index c6a5642439..a6300a32e2 100644 --- a/resources/definitions/uni_250.def.json +++ b/resources/definitions/uni_250.def.json @@ -1,18 +1,20 @@ { - "name": "Uni 250", - "version": 2, - "inherits": "uni_base", - "metadata": { - "author": "Nail` Gimadeev (C)", - "visible": true, - "quality_definition": "uni_base", - "platform": "uni_250_platform.stl", - "platform_texture": "uni.png" - }, - "overrides": { - "machine_name": {"default_value": "uni_250"}, - "machine_width": {"default_value": 270}, - "machine_depth": {"default_value": 220}, - "machine_height": {"default_value": 250} - } -} + "version": 2, + "name": "Uni 250", + "inherits": "uni_base", + "metadata": + { + "visible": true, + "author": "Nail` Gimadeev (C)", + "platform": "uni_250_platform.stl", + "platform_texture": "uni.png", + "quality_definition": "uni_base" + }, + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "uni_250" }, + "machine_width": { "default_value": 270 } + } +} \ No newline at end of file diff --git a/resources/definitions/uni_300.def.json b/resources/definitions/uni_300.def.json index 52cfc769cf..a5c8be60a6 100644 --- a/resources/definitions/uni_300.def.json +++ b/resources/definitions/uni_300.def.json @@ -1,18 +1,20 @@ { - "name": "Uni 300", - "version": 2, - "inherits": "uni_base", - "metadata": { - "author": "Nail` Gimadeev (C)", - "visible": true, - "quality_definition": "uni_base", - "platform": "uni_300_platform.stl", - "platform_texture": "uni.png" - }, - "overrides": { - "machine_name": {"default_value": "uni_300"}, - "machine_width": {"default_value": 320}, - "machine_depth": {"default_value": 220}, - "machine_height": {"default_value": 250} - } -} + "version": 2, + "name": "Uni 300", + "inherits": "uni_base", + "metadata": + { + "visible": true, + "author": "Nail` Gimadeev (C)", + "platform": "uni_300_platform.stl", + "platform_texture": "uni.png", + "quality_definition": "uni_base" + }, + "overrides": + { + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "uni_300" }, + "machine_width": { "default_value": 320 } + } +} \ No newline at end of file diff --git a/resources/definitions/uni_base.def.json b/resources/definitions/uni_base.def.json index 1eadbc015f..1b3dbc104d 100644 --- a/resources/definitions/uni_base.def.json +++ b/resources/definitions/uni_base.def.json @@ -1,142 +1,148 @@ { - "name": "Uni Base Printer", "version": 2, + "name": "Uni Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Nail` Gimadeev (C)", "manufacturer": "Uni 3D", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - "machine_extruder_trains": { + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "emotiontech_abs", + "emotiontech_asax", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "redd_abs", + "redd_asa", + "redd_hips", + "redd_nylon", + "redd_petg", + "redd_pla", + "redd_tpe", + "structur3d_dap100silicone", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla", + "tizyx_pla_bois", + "tizyx_pva", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": + { "0": "uni_extruder_1st", "1": "uni_extruder_2nd" }, - "has_materials": true, "preferred_material": "generic_abs_175", - "has_variants": true, - "variants_name": "Nozzle Size", - "preferred_variant_name": "0.40mm Nozzle", - "has_machine_quality": true, "preferred_quality_type": "q020", - "exclude_materials": [ - "chromatik_pla", - "dsm_arnitel2045_175", - "dsm_novamid1070_175", - "emotiontech_abs", - "emotiontech_asax", - "emotiontech_hips", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pva-m", - "emotiontech_pva-oks", - "emotiontech_pva-s", - "emotiontech_tpu98a", - "fabtotum_abs", - "fabtotum_nylon", - "fabtotum_pla", - "fabtotum_tpu", - "fiberlogy_hd_pla", - "filo3d_pla", - "filo3d_pla_green", - "filo3d_pla_red", - "imade3d_petg_175", - "imade3d_pla_175", - "innofill_innoflex60_175", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", - "octofiber_pla", - "polyflex_pla", - "polymax_pla", - "polyplus_pla", - "polywood_pla", - "redd_abs", - "redd_asa", - "redd_hips", - "redd_nylon", - "redd_petg", - "redd_pla", - "redd_tpe", - "structur3d_dap100silicone", - "tizyx_abs", - "tizyx_flex", - "tizyx_petg", - "tizyx_pla", - "tizyx_pla_bois", - "tizyx_pva", - "verbatim_bvoh_175", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA", - "Vertex_Delta_PLA_Glitter", - "Vertex_Delta_PLA_Mat", - "Vertex_Delta_PLA_Satin", - "Vertex_Delta_PLA_Wood", - "Vertex_Delta_TPU", - "zyyx_pro_flex", - "zyyx_pro_pla"] + "preferred_variant_name": "0.40mm Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": {"default_value": "UNI Base Printer"}, - "machine_start_gcode": {"default_value": ";Sliced at: {day} {date} {time}\nG21\nG90\nM82\nM220 S100\nM221 S100\nG28\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0}\nG1 F600 Z15\nG92 E0\nG1 F300 E10\nM117 Printing...\n;\n"}, - "machine_end_gcode": {"default_value": "G91\nG1 E-1 F600\nG1 Z+1 E-3 X-20 Y-20 F4800\nM104 S0\nM106 S0\nM140 S0\nM220 S100\nM221 S100\nG28\nG90\nM84\n;\n"}, - "machine_heated_bed": {"default_value": true}, - "material_diameter": {"default_value": 1.75}, - "machine_shape": {"default_value": "rectangular"}, - "machine_width": {"default_value": 270}, - "machine_depth": {"default_value": 220}, - "machine_height": {"default_value": 250}, - "machine_extruder_count": {"value": 2}, - "machine_buildplate_type": {"value": "glass"}, - "machine_center_is_zero": {"default_value": false}, - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_head_with_fans_polygon": {"default_value": [ - [-10,10], - [-10,-10], - [10,-10], - [10,10] - ] - }, - "gantry_height": {"value": 55}, - "layer_height_0": {"value": "layer_height"}, - "line_width": {"value": "machine_nozzle_size"}, - "skin_line_width": {"value": "round(line_width * 1.0, 2)"}, - "infill_line_width": {"value": "round(line_width * 1.1, 2)"}, - "skirt_brim_line_width": {"value": "round(line_width * 1.1, 2)"}, - "initial_layer_line_width_factor": {"value": "100"}, - "bottom_thickness": {"value": "layer_height*3 if layer_height > 0.15 else 0.8"}, - "top_bottom_pattern": {"value": "'zigzag'"}, - "top_bottom_pattern_0": {"value": "'zigzag'"}, - "optimize_wall_printing_order": {"value": "True" }, - "z_seam_type": {"value": "'shortest'"}, - "skin_outline_count": {"value": "0"}, - "infill_pattern": {"value": "'gyroid'"}, - "zig_zaggify_infill": {"value": "True"}, - "infill_before_walls": {"value": "False"}, - "infill_enable_travel_optimization": {"value": "True"}, - "expand_skins_expand_distance": {"value": "3"}, - "retraction_min_travel": {"value": "3"}, - "retraction_amount": {"value": "4"}, - "speed_print": {"value": "80"}, - "speed_topbottom": {"value": "50"}, - "speed_layer_0": {"value": "25"}, - "speed_travel_layer_0": {"value": "40"}, - "retraction_combing": {"value": "'all'"}, - "retraction_combing_max_distance": {"value": "10"}, - "travel_avoid_other_parts": {"value": "False"}, - "cool_min_layer_time_fan_speed_max": {"value": "20"}, - "cool_fan_full_at_height": {"value": "layer_height*2"}, - "cool_min_layer_time": {"value": "5"}, - "cool_min_speed": {"value": "15"}, - "cool_lift_head": {"value": "True"}, - "support_enable": {"value": "True"}, - "support_angle": {"value": "65"}, - "support_brim_enable": {"value": "True"}, - "support_infill_rate": {"value": "20"}, - "support_offset": {"value": "2"}, - "adhesion_type": {"value": "'brim'"}, - "brim_width": {"value": "5"}, - "bridge_settings_enabled": {"value": "True"} + "overrides": + { + "adhesion_type": { "value": "'brim'" }, + "bottom_thickness": { "value": "layer_height*3 if layer_height > 0.15 else 0.8" }, + "bridge_settings_enabled": { "value": "True" }, + "brim_width": { "value": "5" }, + "cool_fan_full_at_height": { "value": "layer_height*2" }, + "cool_lift_head": { "value": "True" }, + "cool_min_layer_time": { "value": "5" }, + "cool_min_layer_time_fan_speed_max": { "value": "20" }, + "cool_min_speed": { "value": "15" }, + "expand_skins_expand_distance": { "value": "3" }, + "gantry_height": { "value": 55 }, + "infill_before_walls": { "value": "False" }, + "infill_enable_travel_optimization": { "value": "True" }, + "infill_line_width": { "value": "round(line_width * 1.1, 2)" }, + "infill_pattern": { "value": "'gyroid'" }, + "initial_layer_line_width_factor": { "value": "100" }, + "layer_height_0": { "value": "layer_height" }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_buildplate_type": { "value": "glass" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "G91\nG1 E-1 F600\nG1 Z+1 E-3 X-20 Y-20 F4800\nM104 S0\nM106 S0\nM140 S0\nM220 S100\nM221 S100\nG28\nG90\nM84\n;\n" }, + "machine_extruder_count": { "value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-10, 10], + [-10, -10], + [10, -10], + [10, 10] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "UNI Base Printer" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time}\nG21\nG90\nM82\nM220 S100\nM221 S100\nG28\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0}\nG1 F600 Z15\nG92 E0\nG1 F300 E10\nM117 Printing...\n;\n" }, + "machine_width": { "default_value": 270 }, + "material_diameter": { "default_value": 1.75 }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "value": "4" }, + "retraction_combing": { "value": "'all'" }, + "retraction_combing_max_distance": { "value": "10" }, + "retraction_min_travel": { "value": "3" }, + "skin_line_width": { "value": "round(line_width * 1.0, 2)" }, + "skin_outline_count": { "value": "0" }, + "skirt_brim_line_width": { "value": "round(line_width * 1.1, 2)" }, + "speed_layer_0": { "value": "25" }, + "speed_print": { "value": "80" }, + "speed_topbottom": { "value": "50" }, + "speed_travel_layer_0": { "value": "40" }, + "support_angle": { "value": "65" }, + "support_brim_enable": { "value": "True" }, + "support_enable": { "value": "True" }, + "support_infill_rate": { "value": "20" }, + "support_offset": { "value": "2" }, + "top_bottom_pattern": { "value": "'zigzag'" }, + "top_bottom_pattern_0": { "value": "'zigzag'" }, + "travel_avoid_other_parts": { "value": "False" }, + "z_seam_type": { "value": "'shortest'" }, + "zig_zaggify_infill": { "value": "True" } } -} +} \ No newline at end of file diff --git a/resources/definitions/uni_mini.def.json b/resources/definitions/uni_mini.def.json index 4da67907f9..5c08db9fb3 100644 --- a/resources/definitions/uni_mini.def.json +++ b/resources/definitions/uni_mini.def.json @@ -1,18 +1,20 @@ { - "name": "Uni Mini", - "version": 2, - "inherits": "uni_base", - "metadata": { - "author": "Nail` Gimadeev (C)", - "visible": true, - "quality_definition": "uni_base", - "platform": "uni_mini_platform.stl", - "platform_texture": "uni.png" - }, - "overrides": { - "machine_name": {"default_value": "uni_mini"}, - "machine_width": {"default_value": 160}, - "machine_depth": {"default_value": 160}, - "machine_height": {"default_value": 175} - } -} + "version": 2, + "name": "Uni Mini", + "inherits": "uni_base", + "metadata": + { + "visible": true, + "author": "Nail` Gimadeev (C)", + "platform": "uni_mini_platform.stl", + "platform_texture": "uni.png", + "quality_definition": "uni_base" + }, + "overrides": + { + "machine_depth": { "default_value": 160 }, + "machine_height": { "default_value": 175 }, + "machine_name": { "default_value": "uni_mini" }, + "machine_width": { "default_value": 160 } + } +} \ No newline at end of file diff --git a/resources/definitions/uni_print_3d.def.json b/resources/definitions/uni_print_3d.def.json index 7d71d73540..050ec1589e 100644 --- a/resources/definitions/uni_print_3d.def.json +++ b/resources/definitions/uni_print_3d.def.json @@ -1,36 +1,33 @@ { - "name": "Uni-Print-3D", "version": 2, + "name": "Uni-Print-3D", "inherits": "fdmprinter", "metadata": { "visible": true, - "author": "Alexander Rössler", + "author": "Alexander R\u00f6ssler", "manufacturer": "TheCoolTool", "file_formats": "text/x-ngc;text/x-gcode", "platform": "uni_print_3d_platform.3mf", - "platform_offset": [0, 0, 0], - "machine_extruder_trains": { - "0": "uni_print_3d_extruder_0" - } + "machine_extruder_trains": { "0": "uni_print_3d_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "machine_name": { "default_value": "UNI-PRINT-3D" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 186 }, - "machine_height": { "default_value": 230 }, - "machine_depth": { "default_value": 220 }, + "overrides": + { "machine_center_is_zero": { "default_value": true }, - "machine_nozzle_heat_up_speed": { "default_value": 2.0 }, - "machine_nozzle_cool_down_speed": { "default_value": 2.0 }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "M104 P0 ; turn off hotend\nG0 X-80 Y100; move the extruder out of the way\nM420 R0.0 E0.1 D0.0 P0.6 ; signalize end of print\nM140 P0 ; turn off heatbed\nM65 P16 ; turn off external fan\nM65 P15 ; turn off power" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - - "machine_start_gcode": { - "default_value": "M53; enable feed-hold\nG0 Z2.0; always start from the same height to compensate backlash\nG28; move extruder to 0\nM420 R0.0 E0.0 D0.0 P0.1 ; turn the lights on\nM107; turn off fan\nG64 P0.05 Q0.05; path blending settings\nG23; unretract" - }, - "machine_end_gcode": { - "default_value": "M104 P0 ; turn off hotend\nG0 X-80 Y100; move the extruder out of the way\nM420 R0.0 E0.1 D0.0 P0.6 ; signalize end of print\nM140 P0 ; turn off heatbed\nM65 P16 ; turn off external fan\nM65 P15 ; turn off power" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 230 }, + "machine_name": { "default_value": "UNI-PRINT-3D" }, + "machine_nozzle_cool_down_speed": { "default_value": 2.0 }, + "machine_nozzle_heat_up_speed": { "default_value": 2.0 }, + "machine_start_gcode": { "default_value": "M53; enable feed-hold\nG0 Z2.0; always start from the same height to compensate backlash\nG28; move extruder to 0\nM420 R0.0 E0.0 D0.0 P0.1 ; turn the lights on\nM107; turn off fan\nG64 P0.05 Q0.05; path blending settings\nG23; unretract" }, + "machine_width": { "default_value": 186 } } -} +} \ No newline at end of file diff --git a/resources/definitions/uniqbot_one.def.json b/resources/definitions/uniqbot_one.def.json index ec8336ae50..43231ee037 100644 --- a/resources/definitions/uniqbot_one.def.json +++ b/resources/definitions/uniqbot_one.def.json @@ -2,44 +2,24 @@ "version": 2, "name": "Uniqbot", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "author": "Unimatech", "manufacturer": "Unimatech", "file_formats": "text/x-gcode", - "machine_extruder_trains": - { - "0": "uniqbot_one_extruder_0" - } + "machine_extruder_trains": { "0": "uniqbot_one_extruder_0" } }, - - "overrides": { + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 160 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+5 E-5 X-20 Y-20 F9000 ;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" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 120 }, "machine_name": { "default_value": "Uniqbot" }, - "machine_heated_bed": { - "default_value": false - }, - "machine_width": { - "default_value": 140 - }, - "machine_height": { - "default_value": 120 - }, - "machine_depth": { - "default_value": 160 - }, - "machine_center_is_zero": { - "default_value": false - }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+5 E-5 X-20 Y-20 F9000 ;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" - } + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_width": { "default_value": 140 } } -} +} \ No newline at end of file diff --git a/resources/definitions/vertex_delta_k8800.def.json b/resources/definitions/vertex_delta_k8800.def.json index 71646d76ee..d667f4ca1c 100644 --- a/resources/definitions/vertex_delta_k8800.def.json +++ b/resources/definitions/vertex_delta_k8800.def.json @@ -1,139 +1,58 @@ { - "name": "Vertex Delta K8800", - "version": 2, - "inherits": "fdmprinter", - "metadata": { - "manufacturer": "Velleman N.V.", - "file_formats": "text/x-gcode", - "visible": true, - "author": "Velleman N.V.", - "has_machine_quality": true, - "has_materials": true, - "machine_extruder_trains": + "version": 2, + "name": "Vertex Delta K8800", + "inherits": "fdmprinter", + "metadata": { - "0": "vertex_delta_k8800_extruder_0" + "visible": true, + "author": "Velleman N.V.", + "manufacturer": "Velleman N.V.", + "file_formats": "text/x-gcode", + "has_machine_quality": true, + "has_materials": true, + "machine_extruder_trains": { "0": "vertex_delta_k8800_extruder_0" } + }, + "overrides": + { + "brim_width": { "value": 6 }, + "cool_fan_full_at_height": { "value": 2 }, + "cool_fan_full_layer": { "value": 11 }, + "cool_min_layer_time": { "value": 8 }, + "gantry_height": { "value": "0" }, + "infill_line_width": { "value": 0.35 }, + "infill_overlap": { "value": 5 }, + "infill_sparse_density": { "value": 40 }, + "line_width": { "value": 0.35 }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "; Vertex Delta end code\nM107 ; Turn off fan\nG91 ; Relative positioning\nT0\nG1 E-1 F1500; Reduce filament pressure\nM104 T0 S0\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM300 S4000 P500\nM300 S3000 P500\nM300 S2000 P800\nG28\nM84 ; Turn steppers off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_height": { "default_value": 225 }, + "machine_shape": { "default_value": "elliptic" }, + "machine_start_gcode": { "default_value": "; Vertex Delta Start Gcode\nM0 Is my nozzle clean?\nM400\nG28 ; Home extruder\nM106 S128 ; Start fan\nM104 T0 R130 ; Set cold nozzle\nM109 T0 R130 ; Wait for cold nozzle\nM117 Leveling bed...\nG29 ; Level Bed\nG1 X0 Y100 Z1 F2000\nG92 Z0.9 ; Set Z position (SET Z OFFSET HERE -> 1 - OFFSET)\nM107 ; Stop fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nM104 T0 S{material_print_temperature}\nG92 E0 ; Reset extruder position\nM109 T0 S{material_print_temperature}\nM117 Priming nozzle...\nM83\nG1 E20 F100 ; purge/prime nozzle\nM82\nG92 E0 ; Reset extruder position\nG4 S3 ; Wait 3 seconds\nG1 Z5 F2000\nM117 Vertex Delta printing" }, + "machine_width": { "default_value": 200 }, + "min_infill_area": { "value": 0.1 }, + "retract_at_layer_change": { "value": true }, + "retraction_count_max": { "value": 15 }, + "retraction_extrusion_window": { "value": 1 }, + "retraction_hop": { "value": 0.1 }, + "retraction_hop_enabled": { "value": true }, + "retraction_min_travel": { "value": 1 }, + "skirt_brim_minimal_length": { "value": 50 }, + "skirt_brim_speed": { "value": 20 }, + "skirt_line_count": { "value": 2 }, + "speed_infill": { "value": 40 }, + "speed_layer_0": { "value": 20 }, + "speed_print": { "value": 35 }, + "speed_print_layer_0": { "value": 20 }, + "speed_topbottom": { "value": 35 }, + "speed_travel": { "value": 190 }, + "speed_wall": { "value": 35 }, + "speed_wall_x": { "value": 35 }, + "support_xy_distance": { "value": 1 }, + "support_z_distance": { "value": 0.4 }, + "top_bottom_thickness": { "value": 0.6 }, + "travel_retract_before_outer_wall": { "value": false }, + "wall_thickness": { "value": "0.7" } } - }, - "overrides": { - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 225 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_center_is_zero": { - "default_value": true - }, - "machine_shape": { - "default_value": "elliptic" - }, - "gantry_height": { - "value": "0" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "; Vertex Delta Start Gcode\nM0 Is my nozzle clean?\nM400\nG28 ; Home extruder\nM106 S128 ; Start fan\nM104 T0 R130 ; Set cold nozzle\nM109 T0 R130 ; Wait for cold nozzle\nM117 Leveling bed...\nG29 ; Level Bed\nG1 X0 Y100 Z1 F2000\nG92 Z0.9 ; Set Z position (SET Z OFFSET HERE -> 1 - OFFSET)\nM107 ; Stop fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nM104 T0 S{material_print_temperature}\nG92 E0 ; Reset extruder position\nM109 T0 S{material_print_temperature}\nM117 Priming nozzle...\nM83\nG1 E20 F100 ; purge/prime nozzle\nM82\nG92 E0 ; Reset extruder position\nG4 S3 ; Wait 3 seconds\nG1 Z5 F2000\nM117 Vertex Delta printing" - }, - "machine_end_gcode": { - "default_value": "; Vertex Delta end code\nM107 ; Turn off fan\nG91 ; Relative positioning\nT0\nG1 E-1 F1500; Reduce filament pressure\nM104 T0 S0\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM300 S4000 P500\nM300 S3000 P500\nM300 S2000 P800\nG28\nM84 ; Turn steppers off" - }, - "line_width": { - "value": 0.35 - }, - "infill_line_width": { - "value": 0.35 - }, - "wall_thickness": { - "value": "0.7" - }, - "top_bottom_thickness": { - "value": 0.6 - }, - "infill_sparse_density": { - "value": 40 - }, - "infill_overlap": { - "value": 5 - }, - "min_infill_area": { - "value": 0.1 - }, - "retract_at_layer_change": { - "value": true - }, - "retraction_min_travel": { - "value": 1 - }, - "retraction_count_max": { - "value": 15 - }, - "retraction_extrusion_window": { - "value": 1 - }, - "speed_print": { - "value": 35 - }, - "speed_infill": { - "value": 40 - }, - "speed_wall": { - "value": 35 - }, - "speed_wall_x": { - "value": 35 - }, - "speed_topbottom": { - "value": 35 - }, - "speed_travel": { - "value": 190 - }, - "speed_layer_0": { - "value": 20 - }, - "speed_print_layer_0": { - "value": 20 - }, - "skirt_brim_speed": { - "value": 20 - }, - "travel_retract_before_outer_wall": { - "value": false - }, - "retraction_hop_enabled": { - "value": true - }, - "retraction_hop": { - "value": 0.1 - }, - "cool_fan_full_at_height": { - "value": 2 - }, - "cool_fan_full_layer": { - "value": 11 - }, - "cool_min_layer_time": { - "value": 8 - }, - "support_z_distance": { - "value": 0.4 - }, - "support_xy_distance": { - "value": 1 - }, - "brim_width": { - "value": 6 - }, - "skirt_line_count": { - "value": 2 - }, - "skirt_brim_minimal_length": { - "value": 50 - } - } } \ No newline at end of file diff --git a/resources/definitions/vertex_k8400.def.json b/resources/definitions/vertex_k8400.def.json index ef50499703..c23bb65fbf 100644 --- a/resources/definitions/vertex_k8400.def.json +++ b/resources/definitions/vertex_k8400.def.json @@ -2,40 +2,41 @@ "version": 2, "name": "Vertex K8400", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Velleman N.V.", "file_formats": "text/x-gcode", "platform": "Vertex_build_panel.3mf", - "platform_offset": [0, -3, 0], - "supports_usb_connection": true, - "supported_actions": ["MachineSettingsAction"], - "machine_extruder_trains": - { - "0": "vertex_k8400_extruder_0" - } + "machine_extruder_trains": { "0": "vertex_k8400_extruder_0" }, + "platform_offset": [ + 0, + -3, + 0 + ], + "supported_actions": [ "MachineSettingsAction" ], + "supports_usb_connection": true }, - "overrides": { - "machine_name": { "default_value": "Vertex K8400" }, - "machine_heated_bed": { - "default_value": true + "overrides": + { + "gantry_height": { "value": "18" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_disallowed_areas": + { + "default_value": [ + [ + [-100, 100], + [-100, 80], + [100, 80], + [100, 100] + ] + ] }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 190 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_disallowed_areas": { "default_value": [ - [[-100,100],[-100,80],[100,80],[100,100]] - ]}, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "G1 X0 Y0 Z130 ;Get extruder out of way\nM107 ;Turn off fan\n;Disable all extruders\nG91 ;Relative positioning\nT0\nG1 E-1 ;Reduce filament pressure\nM104 T0 S0\nG90 ;Absolute positioning\nG92 E0 ;Reset extruder position\nM140 S0 ;Disable heated bed\nM84 ;Turn steppers off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-60, -40], [-60, 40], @@ -43,17 +44,10 @@ [18, -40] ] }, - "gantry_height": { - "value": "18" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "M104 T0 S{material_print_temperature_layer_0}\nG28 ;Home extruder\nG90 ;Absolute positioning\nM82 ;Extruder in absolute mode\nG1 Z1 F100\nG92 E0 ;Reset extruder position\nM109 T0 S{material_print_temperature_layer_0}\nG1 E20 F100\nG92 E0 ;Reset extruder position" - }, - "machine_end_gcode": { - "default_value": "G1 X0 Y0 Z130 ;Get extruder out of way\nM107 ;Turn off fan\n;Disable all extruders\nG91 ;Relative positioning\nT0\nG1 E-1 ;Reduce filament pressure\nM104 T0 S0\nG90 ;Absolute positioning\nG92 E0 ;Reset extruder position\nM140 S0 ;Disable heated bed\nM84 ;Turn steppers off" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, + "machine_name": { "default_value": "Vertex K8400" }, + "machine_start_gcode": { "default_value": "M104 T0 S{material_print_temperature_layer_0}\nG28 ;Home extruder\nG90 ;Absolute positioning\nM82 ;Extruder in absolute mode\nG1 Z1 F100\nG92 E0 ;Reset extruder position\nM109 T0 S{material_print_temperature_layer_0}\nG1 E20 F100\nG92 E0 ;Reset extruder position" }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/vertex_k8400_dual.def.json b/resources/definitions/vertex_k8400_dual.def.json index e6e1062b4d..ccbf5f8d20 100644 --- a/resources/definitions/vertex_k8400_dual.def.json +++ b/resources/definitions/vertex_k8400_dual.def.json @@ -2,41 +2,44 @@ "version": 2, "name": "Vertex K8400 Dual", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Velleman N.V.", "file_formats": "text/x-gcode", "platform": "Vertex_build_panel.3mf", - "platform_offset": [0, -3, 0], - "machine_extruder_trains": { + "machine_extruder_trains": + { "0": "vertex_k8400_dual_1st", "1": "vertex_k8400_dual_2nd" - } + }, + "platform_offset": [ + 0, + -3, + 0 + ] }, - "overrides": { - "machine_name": { "default_value": "Vertex K8400 Dual" }, - "machine_heated_bed": { - "default_value": true + "overrides": + { + "gantry_height": { "value": "18" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_disallowed_areas": + { + "default_value": [ + [ + [-111.85, 100], + [111.85, 100], + [-111.85, 80], + [111.85, 80] + ] + ] }, - "machine_width": { - "default_value": 223.7 - }, - "machine_height": { - "default_value": 190 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_disallowed_areas": { "default_value": [ - [[-111.85,100],[111.85,100],[-111.85,80],[111.85,80]] - ]}, - "machine_center_is_zero": { - "default_value": false - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_head_with_fans_polygon": { + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ [-60, -40], [-60, 40], @@ -44,20 +47,11 @@ [18, -40] ] }, - "gantry_height": { - "value": "18" - }, - "machine_extruder_count": { - "default_value": 2 - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\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 F9000 ;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" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 190 }, + "machine_name": { "default_value": "Vertex K8400 Dual" }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 223.7 } } } \ No newline at end of file diff --git a/resources/definitions/vertex_nano_k8600.def.json b/resources/definitions/vertex_nano_k8600.def.json index 9f7b9d2cb7..8cbfdaf5fd 100644 --- a/resources/definitions/vertex_nano_k8600.def.json +++ b/resources/definitions/vertex_nano_k8600.def.json @@ -2,76 +2,36 @@ "version": 2, "name": "Vertex K8600", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Velleman N.V.", "file_formats": "text/x-gcode", - "supports_usb_connection": true, - "supported_actions": ["MachineSettingsAction"], - "machine_extruder_trains": { - "0": "vertex_nano_k8600_extruder_0" - } + "machine_extruder_trains": { "0": "vertex_nano_k8600_extruder_0" }, + "supported_actions": [ "MachineSettingsAction" ], + "supports_usb_connection": true }, - "overrides": { - "machine_name": { - "default_value": "Vertex K8600" - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_width": { - "default_value": 80 - }, - "machine_height": { - "default_value": 75 - }, - "machine_depth": { - "default_value": 80 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "; Vertex Nano Start G-code M0 is my nozzle clean M400 G28 ; Home extruder G90 ; Absolute positioning M82 ; Extruder in absolute mode M104 T0 S{material_print_temperature} G92 E0 ; Reset extruder position G1 Z1 F800 M109 T0 S{material_print_temperature} M117 Priming nozzle... M83 G1 E20 F100 ; purge/prime nozzle M82 G92 E0 ; Reset extruder position G4 S3 ; Wait 3 seconds G1 Z5 F2000 M117 Vertex Nano is printing" - }, - "machine_end_gcode": { - "default_value": "; Vertex Nano end G-Code G91 ; Relative positioning T0 G1 E-1 F1500; Reduce filament pressure M104 T0 S0 G90 ; Absolute positioning G92 E0 ; Reset extruder position G28 M84 ; Turn steppers off" - }, - "line_width": { - "value": 0.35 - }, - "infill_line_width": { - "value": 0.35 - }, - "wall_thickness": { - "value": "0.7" - }, - "top_bottom_thickness": { - "value": 0.6 - }, - "infill_sparse_density": { - "value": 40 - }, - "infill_overlap": { - "value": 5 - }, - "min_infill_area": { - "value": 0.1 - }, - "retract_at_layer_change": { - "value": true - }, - "retraction_min_travel": { - "value": 1 - }, - "retraction_count_max": { - "value": 15 - }, - "retraction_extrusion_window": { - "value": 1 - } + "overrides": + { + "infill_line_width": { "value": 0.35 }, + "infill_overlap": { "value": 5 }, + "infill_sparse_density": { "value": 40 }, + "line_width": { "value": 0.35 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 80 }, + "machine_end_gcode": { "default_value": "; Vertex Nano end G-Code G91 ; Relative positioning T0 G1 E-1 F1500; Reduce filament pressure M104 T0 S0 G90 ; Absolute positioning G92 E0 ; Reset extruder position G28 M84 ; Turn steppers off" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 75 }, + "machine_name": { "default_value": "Vertex K8600" }, + "machine_start_gcode": { "default_value": "; Vertex Nano Start G-code M0 is my nozzle clean M400 G28 ; Home extruder G90 ; Absolute positioning M82 ; Extruder in absolute mode M104 T0 S{material_print_temperature} G92 E0 ; Reset extruder position G1 Z1 F800 M109 T0 S{material_print_temperature} M117 Priming nozzle... M83 G1 E20 F100 ; purge/prime nozzle M82 G92 E0 ; Reset extruder position G4 S3 ; Wait 3 seconds G1 Z5 F2000 M117 Vertex Nano is printing" }, + "machine_width": { "default_value": 80 }, + "min_infill_area": { "value": 0.1 }, + "retract_at_layer_change": { "value": true }, + "retraction_count_max": { "value": 15 }, + "retraction_extrusion_window": { "value": 1 }, + "retraction_min_travel": { "value": 1 }, + "top_bottom_thickness": { "value": 0.6 }, + "wall_thickness": { "value": "0.7" } } -} +} \ No newline at end of file diff --git a/resources/definitions/vivedino_base.def.json b/resources/definitions/vivedino_base.def.json index 0a024c7792..54e4335a07 100644 --- a/resources/definitions/vivedino_base.def.json +++ b/resources/definitions/vivedino_base.def.json @@ -1,153 +1,119 @@ -{ - "name": "Vivedino/FormBot Base Printer", - "version": 2, - "inherits": "fdmprinter", - "metadata": { - "visible": false, - "author": "bitflipper11", - "manufacturer": "Vivedino, Formbot", - "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - - "machine_extruder_trains": { - "0": "trex_base_extruder_0" - }, - - "has_materials": true, - "has_variants": true, - "has_machine_quality": true, - "variants_name": "Nozzle Size", - - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "standard", - "preferred_material": "generic_pla" - }, - "overrides": { - "machine_name": { "default_value": "Vivedino Base Printer" }, - "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, - - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - - "machine_heated_bed": { "default_value": true }, - - "material_diameter": { "default_value": 1.75 }, - - "acceleration_print": { "value": 500 }, - "acceleration_travel": { "value": 500 }, - "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - - "jerk_print": { "value": 8 }, - "jerk_travel": { "value": "jerk_print" }, - "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "speed_print": { "value": 50.0 } , - "speed_wall_x": { "value": "speed_wall" }, - "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, - "speed_layer_0": { "value": 20.0 }, - "speed_print_layer_0": { "value": "speed_layer_0" }, - "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 5 }, - - "skirt_brim_speed": { "value": "speed_layer_0" }, - - "line_width": { "value": "machine_nozzle_size * 0.95" }, - - "optimize_wall_printing_order": { "value": true }, - - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_flow": { "value": 100 }, - - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, - - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - - "fill_outline_gaps": { "value": false }, - - "retraction_speed": { - "maximum_value": 200 - }, - "retraction_retract_speed": { - "maximum_value": 200 - }, - "retraction_prime_speed": { - "maximum_value": 200 - }, - - "retraction_hop_enabled": { "value": false }, - "retraction_hop": { "value": 0.2 }, - "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, - "retraction_combing_max_distance": { "value": 30 }, - "travel_avoid_other_parts": { "value": true }, - "travel_avoid_supports": { "value": true }, - "travel_retract_before_outer_wall": { "value": true }, - - "retraction_enable": { "value": true }, - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, - "retraction_min_travel": { "value": 1.5 }, - - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_fan_enabled": { "value": true }, - "cool_min_layer_time": { "value": 10 }, - - "adhesion_type": { "value": "'skirt'" }, - "brim_replaces_support": { "value": false }, - "skirt_gap": { "value": 10.0 }, - "skirt_line_count": { "value": 3 }, - - "adaptive_layer_height_variation": { "value": 0.04 }, - "adaptive_layer_height_variation_step": { "value": 0.04 }, - - "meshfix_maximum_resolution": { "value": 0.25 }, - "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, - - "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, - "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, - "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, - "support_brim_enable": { "value": true }, - "support_brim_width": { "value": 4 }, - - "support_interface_enable": { "value": true }, - "support_interface_height": { "value": "layer_height * 4" }, - "support_interface_density": { "value": 33.333 }, - "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, - "minimum_support_area": { "value": 10 }, - "minimum_interface_area": { "value": 10 }, - "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } - } -} - +{ + "version": 2, + "name": "Vivedino/FormBot Base Printer", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "bitflipper11", + "manufacturer": "Vivedino, Formbot", + "file_formats": "text/x-gcode", + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "trex_base_extruder_0" }, + "preferred_material": "generic_pla", + "preferred_quality_type": "standard", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" + }, + "overrides": + { + "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + "acceleration_travel": { "value": 500 }, + "acceleration_travel_layer_0": { "value": "acceleration_travel" }, + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "cool_fan_enabled": { "value": true }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + "fill_outline_gaps": { "value": false }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_print": { "value": 8 }, + "jerk_travel": { "value": "jerk_print" }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "line_width": { "value": "machine_nozzle_size * 0.95" }, + "machine_acceleration": { "value": 500 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Vivedino Base Printer" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_flow": { "value": 100 }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": 0.25 }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 10 }, + "optimize_wall_printing_order": { "value": true }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_enable": { "value": true }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_hop": { "value": 0.2 }, + "retraction_hop_enabled": { "value": false }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_prime_speed": { "maximum_value": 200 }, + "retraction_retract_speed": { "maximum_value": 200 }, + "retraction_speed": { "maximum_value": 200 }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + "speed_layer_0": { "value": 20.0 }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 50.0 }, + "speed_print_layer_0": { "value": "speed_layer_0" }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true }, + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'back'" } + } +} \ No newline at end of file diff --git a/resources/definitions/vivedino_trex2plus.def.json b/resources/definitions/vivedino_trex2plus.def.json index 51e5fafaed..0bd2a771a7 100644 --- a/resources/definitions/vivedino_trex2plus.def.json +++ b/resources/definitions/vivedino_trex2plus.def.json @@ -1,34 +1,37 @@ { - "name": "Vivedino T-REX 2+", "version": 2, + "name": "Vivedino T-REX 2+", "inherits": "vivedino_base", - "overrides": { - "retraction_amount": { "value": "2" }, - "machine_heat_zone_length": {"value": "10"}, - "machine_extruder_count": { "default_value": 2 }, - "machine_start_gcode": { "default_value": "T0\nG28 ; home all axes\nM420 S1\nG1 X-42 F8000\nG92 E0\nG1 E5 F500\nG1 X0 F5000\nG1 X-40\nG1 X0\nG1 X-40\nG1 X0\nG1 X-40\nG1 X200\nG1 Y200 F5000" }, - "machine_end_gcode": { "default_value": "G28 X0 Y0\nM104 S0 T1 ; turn off extruder\nM104 S0 T0\nM140 S0 ; turn off bed\nG28 X0\nM106 P0 S0\nM106 P1 S0\nM84 S0\nM84 XYE; disable motors except Z"}, - "machine_width": { "default_value": 400 }, - "machine_depth": { "default_value": 400 }, - "machine_height": { "default_value": 500 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-30, 34], - [-30, -32], - [30, -32], - [30, 34] - ] - }, - - "gantry_height": { "value": 30 } - - }, - "metadata": { + "metadata": + { "visible": true, - "quality_definition": "vivedino_trex2plus", "platform": "vivedino_trex.stl", - "machine_extruder_trains": { + "machine_extruder_trains": + { "0": "trex2_extruder_0", "1": "trex2_extruder_1" - } + }, + "quality_definition": "vivedino_trex2plus" + }, + "overrides": + { + "gantry_height": { "value": 30 }, + "machine_depth": { "default_value": 400 }, + "machine_end_gcode": { "default_value": "G28 X0 Y0\nM104 S0 T1 ; turn off extruder\nM104 S0 T0\nM140 S0 ; turn off bed\nG28 X0\nM106 P0 S0\nM106 P1 S0\nM84 S0\nM84 XYE; disable motors except Z" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-30, 34], + [-30, -32], + [30, -32], + [30, 34] + ] + }, + "machine_heat_zone_length": { "value": "10" }, + "machine_height": { "default_value": 500 }, + "machine_start_gcode": { "default_value": "T0\nG28 ; home all axes\nM420 S1\nG1 X-42 F8000\nG92 E0\nG1 E5 F500\nG1 X0 F5000\nG1 X-40\nG1 X0\nG1 X-40\nG1 X0\nG1 X-40\nG1 X200\nG1 Y200 F5000" }, + "machine_width": { "default_value": 400 }, + "retraction_amount": { "value": "2" } } } \ No newline at end of file diff --git a/resources/definitions/vivedino_trex3.def.json b/resources/definitions/vivedino_trex3.def.json index 0195b94b54..43b84ac110 100644 --- a/resources/definitions/vivedino_trex3.def.json +++ b/resources/definitions/vivedino_trex3.def.json @@ -1,34 +1,37 @@ { - "name": "Vivedino T-REX 3", "version": 2, + "name": "Vivedino T-REX 3", "inherits": "vivedino_base", - "overrides": { - "retraction_amount": { "value": "2" }, - "machine_heat_zone_length": {"value": "10"}, - "machine_extruder_count": { "default_value": 2 }, - "machine_start_gcode": { "default_value": "M605 S1 ; Set dual carriage mode S0 slicer full control | S1 AutoPark inactive head | S2 duplicate\nT0\nM106 P0 S[fan_speed_pwm]\nM106 P1 S[fan_speed_pwm]\nG28 ; home all axes\nM420 S1 ; Enable bed leveling compensation using current grid/mesh\nG1 X-42 F8000\nG92 E0\nG1 E5 F500\nG1 X0 F5000\nG1 X-40\nG1 X0\nG1 X-40\nG1 X0\nG1 X-40\nG1 X200\nG1 Y200 F5000\nT1\nG1 X440 F8000 ; park T0 head at X=440\nG92 E0 ; Zero extruder count" }, - "machine_end_gcode": { "default_value": "G28 X0 Y0\nM104 S0 T1 ; turn off extruder\nM104 S0 T0\nM140 S0 ; turn off bed\nG28 X0\nM106 P0 S0\nM106 P1 S0\nM84 S0\nM84 XYE; disable motors except Z"}, - "machine_width": { "default_value": 400 }, - "machine_depth": { "default_value": 400 }, - "machine_height": { "default_value": 500 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-30, 34], - [-30, -32], - [30, -32], - [30, 34] - ] - }, - - "gantry_height": { "value": 30 } - - }, - "metadata": { + "metadata": + { "visible": true, - "quality_definition": "vivedino_trex3", "platform": "vivedino_trex.stl", - "machine_extruder_trains": { + "machine_extruder_trains": + { "0": "trex_extruder_0", "1": "trex_extruder_1" - } + }, + "quality_definition": "vivedino_trex3" + }, + "overrides": + { + "gantry_height": { "value": 30 }, + "machine_depth": { "default_value": 400 }, + "machine_end_gcode": { "default_value": "G28 X0 Y0\nM104 S0 T1 ; turn off extruder\nM104 S0 T0\nM140 S0 ; turn off bed\nG28 X0\nM106 P0 S0\nM106 P1 S0\nM84 S0\nM84 XYE; disable motors except Z" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-30, 34], + [-30, -32], + [30, -32], + [30, 34] + ] + }, + "machine_heat_zone_length": { "value": "10" }, + "machine_height": { "default_value": 500 }, + "machine_start_gcode": { "default_value": "M605 S1 ; Set dual carriage mode S0 slicer full control | S1 AutoPark inactive head | S2 duplicate\nT0\nM106 P0 S[fan_speed_pwm]\nM106 P1 S[fan_speed_pwm]\nG28 ; home all axes\nM420 S1 ; Enable bed leveling compensation using current grid/mesh\nG1 X-42 F8000\nG92 E0\nG1 E5 F500\nG1 X0 F5000\nG1 X-40\nG1 X0\nG1 X-40\nG1 X0\nG1 X-40\nG1 X200\nG1 Y200 F5000\nT1\nG1 X440 F8000 ; park T0 head at X=440\nG92 E0 ; Zero extruder count" }, + "machine_width": { "default_value": 400 }, + "retraction_amount": { "value": "2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/voron0_120.def.json b/resources/definitions/voron0_120.def.json index d0bf92f0e0..a6d29944e2 100644 --- a/resources/definitions/voron0_120.def.json +++ b/resources/definitions/voron0_120.def.json @@ -1,6 +1,6 @@ { - "name": "Voron 0", "version": 2, + "name": "Voron 0", "inherits": "voron2_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "VORON 0" }, - "machine_width": { "default_value": 120 }, - "machine_depth": { "default_value": 120 }, - "machine_height": { "default_value": 120 } + "machine_depth": { "default_value": 120 }, + "machine_height": { "default_value": 120 }, + "machine_name": { "default_value": "VORON 0" }, + "machine_width": { "default_value": 120 } } -} +} \ No newline at end of file diff --git a/resources/definitions/voron2_250.def.json b/resources/definitions/voron2_250.def.json index a479576458..a3f6ec3757 100644 --- a/resources/definitions/voron2_250.def.json +++ b/resources/definitions/voron2_250.def.json @@ -1,6 +1,6 @@ { - "name": "Voron2 250", "version": 2, + "name": "Voron2 250", "inherits": "voron2_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "VORON2 250" }, - "machine_width": { "default_value": 250 }, - "machine_depth": { "default_value": 250 }, - "machine_height": { "default_value": 250 } + "machine_depth": { "default_value": 250 }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "VORON2 250" }, + "machine_width": { "default_value": 250 } } -} +} \ No newline at end of file diff --git a/resources/definitions/voron2_300.def.json b/resources/definitions/voron2_300.def.json index 943b841c4d..b6bdee13be 100644 --- a/resources/definitions/voron2_300.def.json +++ b/resources/definitions/voron2_300.def.json @@ -1,6 +1,6 @@ { - "name": "Voron2 300", "version": 2, + "name": "Voron2 300", "inherits": "voron2_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "VORON2 300" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 300 } + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "VORON2 300" }, + "machine_width": { "default_value": 300 } } -} +} \ No newline at end of file diff --git a/resources/definitions/voron2_350.def.json b/resources/definitions/voron2_350.def.json index 36e5e9339c..3c38b7ba0a 100644 --- a/resources/definitions/voron2_350.def.json +++ b/resources/definitions/voron2_350.def.json @@ -1,6 +1,6 @@ { - "name": "Voron2 350", "version": 2, + "name": "Voron2 350", "inherits": "voron2_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "VORON2 350" }, - "machine_width": { "default_value": 350 }, - "machine_depth": { "default_value": 350 }, - "machine_height": { "default_value": 350 } + "machine_depth": { "default_value": 350 }, + "machine_height": { "default_value": 350 }, + "machine_name": { "default_value": "VORON2 350" }, + "machine_width": { "default_value": 350 } } -} +} \ No newline at end of file diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json index e735a6290f..1e76380b69 100644 --- a/resources/definitions/voron2_base.def.json +++ b/resources/definitions/voron2_base.def.json @@ -1,105 +1,125 @@ { - "name": "Voron2 Base", "version": 2, + "name": "Voron2 Base", "inherits": "fdmprinter", - "metadata": + "metadata": { "visible": false, "author": "Fulg, Maglin, pizzle_Dizzle", "manufacturer": "VoronDesign", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - "preferred_quality_type": "fast", + "exclude_materials": [], + "first_start_actions": [ "MachineSettingsAction" ], "has_machine_quality": true, "has_materials": true, "has_variants": true, - "variants_name": "Toolhead", - "preferred_variant_name": "V6 0.40mm", "machine_extruder_trains": { "0": "voron2_extruder_0" }, "preferred_material": "generic_abs", - "exclude_materials": [] + "preferred_quality_type": "fast", + "preferred_variant_name": "V6 0.40mm", + "variants_name": "Toolhead" }, "overrides": { - "machine_name": { "default_value": "VORON2" }, - "machine_width": { "default_value": 250 }, - "machine_depth": { "default_value": 250 }, - "machine_height": { "default_value": 250 }, - "gantry_height": { "value": 30 }, - "machine_heated_bed": { "default_value": true }, - "machine_max_acceleration_x": { "default_value": 1500 }, - "machine_max_acceleration_y": { "default_value": 1500 }, - "machine_max_acceleration_z": { "default_value": 250 }, - "machine_acceleration": { "default_value": 1500 }, - "machine_max_jerk_xy": { "default_value": 20 }, - "machine_max_jerk_z": { "default_value": 1 }, - "machine_max_jerk_e": { "default_value": 60 }, - "machine_steps_per_mm_x": { "default_value": 80 }, - "machine_steps_per_mm_y": { "default_value": 80 }, - "machine_steps_per_mm_z": { "default_value": 400 }, - "machine_endstop_positive_direction_x": { "default_value": true }, - "machine_endstop_positive_direction_y": { "default_value": true }, - "machine_endstop_positive_direction_z": { "default_value": false }, - "machine_feeder_wheel_diameter": { "default_value": 7.5 }, - "machine_head_with_fans_polygon": { "default_value": [ [-35, 65], [-35, -50], [35, -50], [35, 65] ] }, - "machine_max_feedrate_z": { "default_value": 40 }, - "machine_max_feedrate_e": { "default_value": 120 }, - "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, - "machine_start_gcode": { "default_value": "print_start" }, - "machine_end_gcode": { "default_value": "print_end" }, - "adhesion_type": { "default_value": "skirt" }, - "retraction_amount": { "default_value": 0.75 }, - "skirt_brim_minimal_length": { "default_value": 550 }, - "retraction_speed": { "default_value": 30, "maximum_value_warning": 130 }, - "retraction_retract_speed": { "maximum_value_warning": 130 }, - "retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 130 }, - "retraction_hop_enabled": { "default_value": true }, - "retraction_hop": { "default_value": 0.2 }, - "retraction_combing": { "value": "'noskin'" }, - "retraction_combing_max_distance": { "default_value": 10 }, - "travel_avoid_other_parts": { "default_value": false }, - "speed_travel": { "value": 300, "maximum_value_warning": 501 }, - "speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" }, - "speed_layer_0": { "value": "math.ceil(speed_print * 0.25)" }, - "speed_wall": { "value": "math.ceil(speed_print * 0.33)" }, - "speed_wall_0": { "value": "math.ceil(speed_print * 0.33)" }, - "speed_wall_x": { "value": "math.ceil(speed_print * 0.66)" }, - "speed_topbottom": { "value": "math.ceil(speed_print * 0.33)" }, - "speed_roofing": { "value": "math.ceil(speed_print * 0.33)" }, - "speed_slowdown_layers": { "default_value": 4 }, - "roofing_layer_count": { "value": 1 }, - "optimize_wall_printing_order": { "default_value": true }, - "infill_enable_travel_optimization": { "default_value": true }, - "minimum_polygon_circumference": { "default_value": 0.2 }, - "wall_overhang_angle": { "default_value": 75 }, - "wall_overhang_speed_factor": { "default_value": 50 }, - "bridge_settings_enabled": { "default_value": true }, - "bridge_wall_coast": { "default_value": 10 }, - "bridge_fan_speed": { "default_value": 100 }, - "bridge_fan_speed_2": { "resolve": "max(cool_fan_speed, 50)" }, - "bridge_fan_speed_3": { "resolve": "max(cool_fan_speed, 20)" }, - "alternate_extra_perimeter": { "default_value": true }, - "cool_min_layer_time_fan_speed_max": { "default_value": 20 }, - "cool_min_layer_time": { "default_value": 15 }, - "cool_fan_speed_min": { "value": "cool_fan_speed" }, - "cool_fan_full_at_height": { "value": "resolveOrValue('layer_height_0') + resolveOrValue('layer_height') * max(1, cool_fan_full_layer - 1)" }, - "cool_fan_full_layer": { "value": 4 }, - "layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" }, - "line_width": { "value": "machine_nozzle_size * 1.125" }, - "wall_line_width": { "value": "machine_nozzle_size" }, - "fill_outline_gaps": { "default_value": true }, - "meshfix_maximum_resolution": { "default_value": 0.01 }, - "infill_before_walls": { "default_value": false }, - "zig_zaggify_infill": { "value": true }, - "min_infill_area": { "default_value": 5.0 }, - "acceleration_enabled": { "default_value": false }, - "acceleration_print": { "default_value": 2200 }, - "acceleration_wall_0": { "value": 1800 }, - "acceleration_layer_0": { "value": 1800 }, - "acceleration_travel_layer_0": { "value": 1800 }, - "acceleration_roofing": { "value": 1800 }, - "jerk_enabled": { "default_value": false }, - "jerk_wall_0": { "value": 10 }, - "jerk_roofing": { "value": 10 } + "acceleration_enabled": { "default_value": false }, + "acceleration_layer_0": { "value": 1800 }, + "acceleration_print": { "default_value": 2200 }, + "acceleration_roofing": { "value": 1800 }, + "acceleration_travel_layer_0": { "value": 1800 }, + "acceleration_wall_0": { "value": 1800 }, + "adhesion_type": { "default_value": "skirt" }, + "alternate_extra_perimeter": { "default_value": true }, + "bridge_fan_speed": { "default_value": 100 }, + "bridge_fan_speed_2": { "resolve": "max(cool_fan_speed, 50)" }, + "bridge_fan_speed_3": { "resolve": "max(cool_fan_speed, 20)" }, + "bridge_settings_enabled": { "default_value": true }, + "bridge_wall_coast": { "default_value": 10 }, + "cool_fan_full_at_height": { "value": "resolveOrValue('layer_height_0') + resolveOrValue('layer_height') * max(1, cool_fan_full_layer - 1)" }, + "cool_fan_full_layer": { "value": 4 }, + "cool_fan_speed_min": { "value": "cool_fan_speed" }, + "cool_min_layer_time": { "default_value": 15 }, + "cool_min_layer_time_fan_speed_max": { "default_value": 20 }, + "fill_outline_gaps": { "default_value": true }, + "gantry_height": { "value": 30 }, + "infill_before_walls": { "default_value": false }, + "infill_enable_travel_optimization": { "default_value": true }, + "jerk_enabled": { "default_value": false }, + "jerk_roofing": { "value": 10 }, + "jerk_wall_0": { "value": 10 }, + "layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" }, + "line_width": { "value": "machine_nozzle_size * 1.125" }, + "machine_acceleration": { "default_value": 1500 }, + "machine_depth": { "default_value": 250 }, + "machine_end_gcode": { "default_value": "print_end" }, + "machine_endstop_positive_direction_x": { "default_value": true }, + "machine_endstop_positive_direction_y": { "default_value": true }, + "machine_endstop_positive_direction_z": { "default_value": false }, + "machine_feeder_wheel_diameter": { "default_value": 7.5 }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-35, 65], + [-35, -50], + [35, -50], + [35, 65] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 250 }, + "machine_max_acceleration_x": { "default_value": 1500 }, + "machine_max_acceleration_y": { "default_value": 1500 }, + "machine_max_acceleration_z": { "default_value": 250 }, + "machine_max_feedrate_e": { "default_value": 120 }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_max_jerk_e": { "default_value": 60 }, + "machine_max_jerk_xy": { "default_value": 20 }, + "machine_max_jerk_z": { "default_value": 1 }, + "machine_name": { "default_value": "VORON2" }, + "machine_start_gcode": { "default_value": "print_start" }, + "machine_steps_per_mm_x": { "default_value": 80 }, + "machine_steps_per_mm_y": { "default_value": 80 }, + "machine_steps_per_mm_z": { "default_value": 400 }, + "machine_width": { "default_value": 250 }, + "meshfix_maximum_resolution": { "default_value": 0.01 }, + "min_infill_area": { "default_value": 5.0 }, + "minimum_polygon_circumference": { "default_value": 0.2 }, + "optimize_wall_printing_order": { "default_value": true }, + "retraction_amount": { "default_value": 0.75 }, + "retraction_combing": { "value": "'noskin'" }, + "retraction_combing_max_distance": { "default_value": 10 }, + "retraction_hop": { "default_value": 0.2 }, + "retraction_hop_enabled": { "default_value": true }, + "retraction_prime_speed": + { + "maximum_value_warning": 130, + "value": "math.ceil(retraction_speed * 0.4)" + }, + "retraction_retract_speed": { "maximum_value_warning": 130 }, + "retraction_speed": + { + "default_value": 30, + "maximum_value_warning": 130 + }, + "roofing_layer_count": { "value": 1 }, + "skirt_brim_minimal_length": { "default_value": 550 }, + "speed_layer_0": { "value": "math.ceil(speed_print * 0.25)" }, + "speed_roofing": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_slowdown_layers": { "default_value": 4 }, + "speed_topbottom": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_travel": + { + "maximum_value_warning": 501, + "value": 300 + }, + "speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" }, + "speed_wall": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_wall_0": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_wall_x": { "value": "math.ceil(speed_print * 0.66)" }, + "travel_avoid_other_parts": { "default_value": false }, + "wall_line_width": { "value": "machine_nozzle_size" }, + "wall_overhang_angle": { "default_value": 75 }, + "wall_overhang_speed_factor": { "default_value": 50 }, + "zig_zaggify_infill": { "value": true } } -} +} \ No newline at end of file diff --git a/resources/definitions/voron2_custom.def.json b/resources/definitions/voron2_custom.def.json index 45612e0cba..21006464c0 100644 --- a/resources/definitions/voron2_custom.def.json +++ b/resources/definitions/voron2_custom.def.json @@ -1,6 +1,6 @@ { - "name": "Voron2 Custom", "version": 2, + "name": "Voron2 Custom", "inherits": "voron2_base", "metadata": { @@ -9,6 +9,6 @@ }, "overrides": { - "machine_name": { "default_value": "VORON2 Custom" } + "machine_name": { "default_value": "VORON2 Custom" } } -} +} \ No newline at end of file diff --git a/resources/definitions/vzbot_235.def.json b/resources/definitions/vzbot_235.def.json index 2752cb4241..a8312a2ab4 100644 --- a/resources/definitions/vzbot_235.def.json +++ b/resources/definitions/vzbot_235.def.json @@ -1,6 +1,6 @@ { - "name": "VzBot 235", "version": 2, + "name": "VzBot 235", "inherits": "vzbot_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "VzBot 235" }, - "machine_width": { "default_value": 235 }, - "machine_depth": { "default_value": 235 }, - "machine_height": { "default_value": 240 } + "machine_depth": { "default_value": 235 }, + "machine_height": { "default_value": 240 }, + "machine_name": { "default_value": "VzBot 235" }, + "machine_width": { "default_value": 235 } } } \ No newline at end of file diff --git a/resources/definitions/vzbot_330.def.json b/resources/definitions/vzbot_330.def.json index 74e65ea289..f85af31224 100644 --- a/resources/definitions/vzbot_330.def.json +++ b/resources/definitions/vzbot_330.def.json @@ -1,6 +1,6 @@ { - "name": "VzBot 330", "version": 2, + "name": "VzBot 330", "inherits": "vzbot_base", "metadata": { @@ -10,9 +10,9 @@ }, "overrides": { - "machine_name": { "default_value": "VzBot 330" }, - "machine_width": { "default_value": 330 }, - "machine_depth": { "default_value": 330 }, - "machine_height": { "default_value": 400 } + "machine_depth": { "default_value": 330 }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "VzBot 330" }, + "machine_width": { "default_value": 330 } } } \ No newline at end of file diff --git a/resources/definitions/vzbot_custom.def.json b/resources/definitions/vzbot_custom.def.json index 537b6c089c..47416529fd 100644 --- a/resources/definitions/vzbot_custom.def.json +++ b/resources/definitions/vzbot_custom.def.json @@ -1,6 +1,6 @@ { - "name": "VzBot Custom", "version": 2, + "name": "VzBot Custom", "inherits": "vzbot_base", "metadata": { @@ -9,9 +9,9 @@ }, "overrides": { - "machine_name": { "default_value": "VzBot Custom" }, - "machine_width": { "default_value": 400 }, - "machine_depth": { "default_value": 400 }, - "machine_height": { "default_value": 400 } + "machine_depth": { "default_value": 400 }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "VzBot Custom" }, + "machine_width": { "default_value": 400 } } } \ No newline at end of file diff --git a/resources/definitions/wanhao_d4s.def.json b/resources/definitions/wanhao_d4s.def.json index c1807923c6..e29fc4e58d 100644 --- a/resources/definitions/wanhao_d4s.def.json +++ b/resources/definitions/wanhao_d4s.def.json @@ -1,48 +1,32 @@ { - "version": 2, - "name": "Wanhao Duplicator 4S", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Ricardo Snoek", - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_225_145_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_d4s_extruder_0" + "version": 2, + "name": "Wanhao Duplicator 4S", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Ricardo Snoek", + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_225_145_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_d4s_extruder_0" }, + "platform_offset": [ + 0, + -28, + 5 + ], + "platform_texture": "Wanhaobackplate.png" }, - "platform_offset": [ - 0, - -28, - 5 - ] - }, - "overrides": { - "machine_name": { - "default_value": "Wanhao Duplicator 4S" - }, - "machine_width": { - "default_value": 225 - }, - "machine_height": { - "default_value": 150 - }, - "machine_depth": { - "default_value": 150 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" + "overrides": + { + "machine_depth": { "default_value": 150 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "Wanhao Duplicator 4S" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 225 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/wanhao_d6.def.json b/resources/definitions/wanhao_d6.def.json index eaaae54826..9f8f49a34f 100644 --- a/resources/definitions/wanhao_d6.def.json +++ b/resources/definitions/wanhao_d6.def.json @@ -1,51 +1,33 @@ { - "version": 2, - "name": "Wanhao Duplicator 6", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Ricardo Snoek", - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_200_200_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_d6_extruder_0" + "version": 2, + "name": "Wanhao Duplicator 6", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Ricardo Snoek", + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_200_200_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_d6_extruder_0" }, + "platform_offset": [ + 0, + -28, + 0 + ], + "platform_texture": "Wanhaobackplate.png" }, - "platform_offset": [ - 0, - -28, - 0 - ] - }, - "overrides": { - "machine_name": { - "default_value": "Wanhao Duplicator 6" - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 180 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": true - }, - "gantry_height": { - "value": "55" - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Wanhao Duplicator 6" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 200 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/wanhao_d6_plus.def.json b/resources/definitions/wanhao_d6_plus.def.json index b3b5ed9b0a..31d11e2a2c 100644 --- a/resources/definitions/wanhao_d6_plus.def.json +++ b/resources/definitions/wanhao_d6_plus.def.json @@ -1,48 +1,32 @@ { - "version": 2, - "name": "Wanhao Duplicator 6 Plus", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Ricardo Snoek", - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_200_200_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_d6_plus_extruder_0" + "version": 2, + "name": "Wanhao Duplicator 6 Plus", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Ricardo Snoek", + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_200_200_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_d6_plus_extruder_0" }, + "platform_offset": [ + 0, + -28, + 0 + ], + "platform_texture": "Wanhaobackplate.png" }, - "platform_offset": [ - 0, - -28, - 0 - ] - }, - "overrides": { - "machine_name": { - "default_value": "Wanhao Duplicator 6 Plus" - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 180 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" + "overrides": + { + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Wanhao Duplicator 6 Plus" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 200 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/wanhao_d9.def.json b/resources/definitions/wanhao_d9.def.json index ac4d41fa40..45a02bbae3 100644 --- a/resources/definitions/wanhao_d9.def.json +++ b/resources/definitions/wanhao_d9.def.json @@ -1,39 +1,38 @@ -{ - "version": 2, - "name": "Wanhao Duplicator 9", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_300_300_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_d9_extruder_0" - }, - "platform_offset": [ 0, -55, 0] - }, - - "overrides": { - "machine_name": { "default_value": "Wanhao Duplicator 9" }, - "machine_width": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - "machine_depth": { "default_value": 300 }, - "machine_heated_bed": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" - }, - "support_angle": { "default_value": 60 }, - "support_enable": { "default_value": true }, - "layer_height_0": { "default_value": 0.15 }, - "layer_height": { "default_value": 0.2 }, - "speed_print": { "default_value": 30 }, - "adhesion_type": { "default_value": "raft" }, - "support_z_distance": { "default_value": 0.22 } - } -} +{ + "version": 2, + "name": "Wanhao Duplicator 9", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_300_300_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_d9_extruder_0" }, + "platform_offset": [ + 0, + -55, + 0 + ], + "platform_texture": "Wanhaobackplate.png" + }, + "overrides": + { + "adhesion_type": { "default_value": "raft" }, + "layer_height": { "default_value": 0.2 }, + "layer_height_0": { "default_value": 0.15 }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "Wanhao Duplicator 9" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 300 }, + "speed_print": { "default_value": 30 }, + "support_angle": { "default_value": 60 }, + "support_enable": { "default_value": true }, + "support_z_distance": { "default_value": 0.22 } + } +} \ No newline at end of file diff --git a/resources/definitions/wanhao_duplicator5S.def.json b/resources/definitions/wanhao_duplicator5S.def.json index b27a13fda8..5fc800a620 100644 --- a/resources/definitions/wanhao_duplicator5S.def.json +++ b/resources/definitions/wanhao_duplicator5S.def.json @@ -1,51 +1,33 @@ { - "version": 2, - "name": "Wanhao Duplicator 5S", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Ricardo Snoek", - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_300_200_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_duplicator5S_extruder_0" + "version": 2, + "name": "Wanhao Duplicator 5S", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Ricardo Snoek", + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_300_200_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_duplicator5S_extruder_0" }, + "platform_offset": [ + 0, + -28, + 0 + ], + "platform_texture": "Wanhaobackplate.png" }, - "platform_offset": [ - 0, - -28, - 0 - ] - }, - "overrides": { - "machine_name": { - "default_value": "Wanhao Duplicator 5S" - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 600 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 600 }, + "machine_name": { "default_value": "Wanhao Duplicator 5S" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 300 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/wanhao_duplicator5Smini.def.json b/resources/definitions/wanhao_duplicator5Smini.def.json index e3ef0b92fe..c33f39a07c 100644 --- a/resources/definitions/wanhao_duplicator5Smini.def.json +++ b/resources/definitions/wanhao_duplicator5Smini.def.json @@ -1,48 +1,32 @@ { - "version": 2, - "name": "Wanhao Duplicator 5S Mini", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Ricardo Snoek", - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_300_200_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_duplicator5Smini_extruder_0" + "version": 2, + "name": "Wanhao Duplicator 5S Mini", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Ricardo Snoek", + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_300_200_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_duplicator5Smini_extruder_0" }, + "platform_offset": [ + 0, + -28, + 0 + ], + "platform_texture": "Wanhaobackplate.png" }, - "platform_offset": [ - 0, - -28, - 0 - ] - }, - "overrides": { - "machine_name": { - "default_value": "Wanhao Duplicator 5S Mini" - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 180 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" + "overrides": + { + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Wanhao Duplicator 5S Mini" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 300 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/wanhao_i3.def.json b/resources/definitions/wanhao_i3.def.json index 42b19c8748..dfc4e75fcd 100644 --- a/resources/definitions/wanhao_i3.def.json +++ b/resources/definitions/wanhao_i3.def.json @@ -1,48 +1,32 @@ { - "version": 2, - "name": "Wanhao Duplicator i3", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Ricardo Snoek", - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_200_200_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_i3_extruder_0" + "version": 2, + "name": "Wanhao Duplicator i3", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Ricardo Snoek", + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_200_200_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_i3_extruder_0" }, + "platform_offset": [ + 0, + -28, + 0 + ], + "platform_texture": "Wanhaobackplate.png" }, - "platform_offset": [ - 0, - -28, - 0 - ] - }, - "overrides": { - "machine_name": { - "default_value": "Wanhao Duplicator i3" - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 180 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" + "overrides": + { + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Wanhao Duplicator i3" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 200 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/wanhao_i3mini.def.json b/resources/definitions/wanhao_i3mini.def.json index 0c70391c27..a4bfd38921 100644 --- a/resources/definitions/wanhao_i3mini.def.json +++ b/resources/definitions/wanhao_i3mini.def.json @@ -1,48 +1,32 @@ { - "version": 2, - "name": "Wanhao Duplicator i3 Mini", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Ricardo Snoek", - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_110_110_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_i3mini_extruder_0" + "version": 2, + "name": "Wanhao Duplicator i3 Mini", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Ricardo Snoek", + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_110_110_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_i3mini_extruder_0" }, + "platform_offset": [ + 0, + -15, + 7 + ], + "platform_texture": "Wanhaobackplate.png" }, - "platform_offset": [ - 0, - -15, - 7 - ] - }, - "overrides": { - "machine_name": { - "default_value": "Wanhao Duplicator i3 Mini" - }, - "machine_width": { - "default_value": 110 - }, - "machine_height": { - "default_value": 110 - }, - "machine_depth": { - "default_value": 110 - }, - "machine_heated_bed": { - "default_value": false - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" + "overrides": + { + "machine_depth": { "default_value": 110 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 110 }, + "machine_name": { "default_value": "Wanhao Duplicator i3 Mini" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 110 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/wanhao_i3plus.def.json b/resources/definitions/wanhao_i3plus.def.json index e454a40ae1..2d14723af8 100644 --- a/resources/definitions/wanhao_i3plus.def.json +++ b/resources/definitions/wanhao_i3plus.def.json @@ -1,48 +1,32 @@ { - "version": 2, - "name": "Wanhao Duplicator i3 Plus", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Ricardo Snoek", - "manufacturer": "Wanhao", - "file_formats": "text/x-gcode", - "has_materials": true, - "platform": "wanhao_200_200_platform.obj", - "platform_texture": "Wanhaobackplate.png", - "machine_extruder_trains": { - "0": "wanhao_i3plus_extruder_0" + "version": 2, + "name": "Wanhao Duplicator i3 Plus", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Ricardo Snoek", + "manufacturer": "Wanhao", + "file_formats": "text/x-gcode", + "platform": "wanhao_200_200_platform.obj", + "has_materials": true, + "machine_extruder_trains": { "0": "wanhao_i3plus_extruder_0" }, + "platform_offset": [ + 0, + -28, + 0 + ], + "platform_texture": "Wanhaobackplate.png" }, - "platform_offset": [ - 0, - -28, - 0 - ] - }, - "overrides": { - "machine_name": { - "default_value": "Wanhao Duplicator i3 Plus" - }, - "machine_width": { - "default_value": 200 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_height": { - "default_value": 180 - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" + "overrides": + { + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 180 }, + "machine_name": { "default_value": "Wanhao Duplicator i3 Plus" }, + "machine_start_gcode": { "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..." }, + "machine_width": { "default_value": 200 } } - } -} +} \ No newline at end of file diff --git a/resources/definitions/weedo_x40.def.json b/resources/definitions/weedo_x40.def.json index 305dd8b765..9816070c33 100644 --- a/resources/definitions/weedo_x40.def.json +++ b/resources/definitions/weedo_x40.def.json @@ -1,280 +1,279 @@ -{ - "version": 2, - "name": "Weedo X40", - "inherits": "fdmprinter", - "metadata": { - "author": "X40-Community.org", - "manufacturer": "Weedo", - "visible": true, - "file_formats": "text/x-gcode", - "platform": "weedo_x40.3mf", - "platform_offset": [ 0, 193, 35], - "has_machine_quality": true, - "has_materials": true, - "has_variants": true, - "preferred_material": "generic_pla_175", - "exclude_materials": [ - "3D-Fuel_PLA_PRO_Black", - "3D-Fuel_PLA_SnapSupport", - "bestfilament_abs_skyblue", - "bestfilament_petg_orange", - "bestfilament_pla_green", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", - "generic_pc_175", - "generic_nylon_175", - "goofoo_abs", - "goofoo_asa", - "goofoo_bronze_pla", - "goofoo_emarble_pla", - "goofoo_esilk_pla", - "goofoo_hips", - "goofoo_pa_cf", - "goofoo_pa", - "goofoo_pc", - "goofoo_peek", - "goofoo_petg", - "goofoo_pla", - "goofoo_pva", - "goofoo_tpe_83a", - "goofoo_tpu_87a", - "goofoo_tpu_95a", - "goofoo_wood_pla", - "emotiontech_abs", - "emotiontech_absx", - "emotiontech_acetate", - "emotiontech_asax", - "emotiontech_bvoh", - "emotiontech_copa", - "emotiontech_hips", - "emotiontech_nylon_1030", - "emotiontech_nylon_1030cf", - "emotiontech_nylon_1070", - "emotiontech_pc", - "emotiontech_pekk", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pla_hr_870", - "emotiontech_pva-m", - "emotiontech_pva-s", - "emotiontech_tpu98a", - "eryone_petg", - "eryone_pla_glow", - "eryone_pla_matte", - "eryone_pla_wood", - "eryone_pla", - "eSUN_PETG_Black", - "eSUN_PETG_Grey", - "eSUN_PETG_Purple", - "eSUN_PLA_PRO_Black", - "eSUN_PLA_PRO_Grey", - "eSUN_PLA_PRO_Purple", - "eSUN_PLA_PRO_White", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA", - "Vertex_Delta_TPU", - "chromatik_pla", - "dsm_arnitel2045_175", - "dsm_novamid1070_175", - "fabtotum_abs", - "fabtotum_nylon", - "fabtotum_pla", - "fabtotum_tpu", - "fdplast_abs_tomato", - "fdplast_petg_gray", - "fdplast_pla_olive", - "fiberlogy_hd_pla", - "filo3d_pla", - "filo3d_pla_green", - "filo3d_pla_red", - "imade3d_petg_green", - "imade3d_petg_pink", - "imade3d_pla_green", - "imade3d_pla_pink", - "imade3d_petg_175", - "imade3d_pla_175", - "innofill_innoflex60_175", - "layer_one_black_pla", - "layer_one_dark_gray_pla", - "layer_one_white_pla", - "octofiber_pla", - "polyflex_pla", - "polymax_pla", - "polyplus_pla", - "polywood_pla", - "redd_abs", - "redd_asa", - "redd_hips", - "redd_nylon", - "redd_petg", - "redd_pla", - "redd_tpe", - "tizyx_abs", - "tizyx_flex", - "tizyx_petg", - "tizyx_pla_bois", - "tizyx_pla", - "tizyx_pva", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA_Glitter", - "Vertex_Delta_PLA_Mat", - "Vertex_Delta_PLA_Satin", - "Vertex_Delta_PLA_Wood", - "Vertex_Delta_PLA", - "Vertex_Delta_TPU", - "volumic_abs_ultra", - "volumic_arma_ultra", - "volumic_asa_ultra", - "volumic_br80_ultra", - "volumic_bumper_ultra", - "volumic_cu80_ultra", - "volumic_flex93_ultra", - "volumic_medical_ultra", - "volumic_nylon_ultra", - "volumic_pekk_carbone", - "volumic_petg_ultra", - "volumic_petgcarbone_ultra", - "volumic_pla_ultra", - "volumic_pp_ultra", - "volumic_strong_ultra", - "volumic_support_ultra", - "zyyx_pro_flex", - "zyyx_pro_pla" - ], - "preferred_variant_name": "0.4mm Nozzle", - "preferred_quality_type": "normal", - "variants_name": "Nozzle Type", - "machine_extruder_trains": - { - "0": "weedo_x40_extruder_left_0", - "1": "weedo_x40_extruder_right_0" - } - }, - - "overrides": { - "machine_name": { "default_value": "Weedo X40" }, - "machine_width": { "default_value": 300 }, - "machine_depth": { "default_value": 300 }, - "machine_height": { "default_value": 400 }, - "machine_heated_bed": { "default_value": true }, - "machine_nozzle_heat_up_speed": { "default_value": 1.6 }, - "machine_nozzle_cool_down_speed": { "default_value": 0.75 }, - "machine_head_with_fans_polygon": - { - "default_value": - [ - [ -42.5, 18 ], - [ -42.5, -50 ], - [ 24.5, 18 ], - [ 24.5, -50.0 ] - ] - }, - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - "machine_acceleration": { "value": 500 }, - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "gantry_height": { "value": "12" }, - "machine_extruder_count": { "default_value": 2 }, - "machine_start_gcode": {"default_value": "; x40-community.org configuration Rev. 08\n;(**** start.gcode for WEEDO X40 DUAL****)\nT{initial_extruder_nr} S ; Selected start extruder\nM140 S{material_bed_temperature_layer_0} ; Preheat bed\nM109 S{material_print_temperature_layer_0}; Preheat nozzle\nM73 P0 ; Set current print progress percentage\nG21 ; Millimeter Units\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nT0 S ; Select left extruder\nM301 H1 P15.53 I1.32 D45.75 ; PID left extruder with Weedo X40 coolingsystem\n;M301 H1 P13.32 I0.98 D45.13 ; PID left extruder with X40 Community coolingsystem\nM92 E94.90 ; Calibrate left extruder\nT1 S ; Select right extruder\nM301 H1 P15.44 I1.29 D46.11 ; PID right extruder with Weedo X40 coolingsystem\n;M301 H1 P13.32 I0.98 D45.13 ; PID right extruder with X40 Community coolingsystem\nM92 E94.90 ; Calibrate right extruder\nT0 S ; Select left extruder\nG28 ; Auto home\nG29 ; Bed Leveling\nG1 X-47 F3000 ; Move left nozzle to parking position\nT1 S ; select right extruder\nG1 X351 F3000 ; Move right nozzle to parking position\nM107 P0 ; Turn off left fan\nM107 P1 ; Turn off right fan\nT{initial_extruder_nr} S ; Set start extruder\nM190 S{material_bed_temperature_layer_0} ; Waiting for bed temperature\nG1 E50 F100 ; Extrude in parking position\nM77 ; Stop heat up timer\nM75 ; Start print timer\n" - }, - "machine_end_gcode": {"default_value": "(*********end X40 End.gcode*******)\nG28 X Y F3000\nG91 ; Relative positioning\nG1 E-6 ; Reduce filament pressure\nG90 ; Absolute positioning\nG0 Y300 F3000 ; Move headbed\nM104 S0 T0 ; Cool down left extruder\nM104 S0 T1 ; Cool down right extruder\nM140 S0 ; Cool down heatbed\nM107 P0 ; Turn off left fan\nM107 P1 ; Turn off right fan\nM82; Extruder in absolute mode\nM73 P100 ; Set print progress to 100%" }, - - "speed_travel": - { - "maximum_value": "150", - "value": "150" - }, - - "acceleration_enabled": { "value": false }, - "acceleration_print": { "value": 1000 }, - "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, - "acceleration_support_interface": { "value": "acceleration_topbottom" }, - "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, - "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, - "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, - "acceleration_travel": { "value": 2000 }, - "acceleration_travel_layer_0": { "value": "acceleration_travel / 2" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - "adhesion_type": { "value": "'brim'" }, - "brim_width": { "value": "8" }, - "bridge_settings_enabled": { "default_value": true }, - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, - "cool_fan_speed": { "value": "50" }, - "cool_fan_speed_max": { "value": "100" }, - "cool_min_speed": { "value": "7" }, - "fill_outline_gaps": { "value": false }, - "infill_line_width": { "value": "round(line_width * 0.42 / 0.35, 2)" }, - "infill_overlap": { "value": 30.0 }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, - "infill_wipe_dist": { "value": 0.0 }, - "infill_before_walls": { "value": false }, - "jerk_enabled": { "value": false }, - "jerk_print": { "value": 11 }, - - "jerk_wall": { "value": "jerk_print - 2" }, - "jerk_travel": { "value": 18 }, - "jerk_travel_layer_0": { "value": "jerk_travel" }, - "layer_height_0": { "value": "round(layer_height * 1.5, 2)" }, - "machine_min_cool_heat_time_window": { "default_value": 360 }, - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "material_standby_temperature": { "value": "100" }, - "material_print_temp_prepend": { "default_value": false }, - "raft_airgap": { "default_value": 0.22 }, - "raft_base_speed":{ "value": 20 }, - "raft_interface_speed": { "value": 33 }, - "raft_margin": { "default_value": 8 }, - - "retraction_amount": { "default_value": 4.5 }, - "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 8 }, - "retraction_hop": { "value": 0.5 }, - "retraction_min_travel": { "value": 1.5 }, - "skin_overlap": { "value": 10.0 }, - "speed_layer_0": { "value": "round(speed_print / 2.5, 2)" }, - "speed_print": { "value": 50.0 }, - "speed_support": { "value": "speed_wall_0" }, - "speed_support_interface": { "value": "speed_print" }, - "speed_wall_x": { "value": "speed_wall" }, - "speed_support_infill": { "value": 58.0 }, - "speed_travel_layer_0": { "value": 60 }, - "speed_support_roof": { "value": 39.0 }, - "speed_support_bottom": { "value": 39.0 }, - "speed_roofing": { "value": 30.0 }, - "support_angle": { "default_value": 45 }, - "support_pattern": { "value": "'zigzag'" }, - "support_use_towers": { "value": true }, - "support_fan_enable": { "value": true }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, - "support_xy_distance_overhang": { "value": "wall_line_width_0" }, - "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, - "support_supported_skin_fan_speed": { "value": 100 }, - "switch_extruder_retraction_amount": { "value": 0 }, - "travel_avoid_other_parts": { "value": true }, - "travel_retract_before_outer_wall": { "value": true }, - "top_bottom_thickness": {"value": "line_width * 2" }, - "travel_avoid_supports": { "value": true }, - "wall_thickness": {"value": "line_width * 2" }, - "wall_0_wipe_dist": { "value": 0.0 }, - "meshfix_maximum_resolution": { "value": "0.25" }, - "optimize_wall_printing_order": { "value": "True" }, - "ooze_shield_enabled":{ "default_value":false }, - "ooze_shield_dist":{ "default_value":3.0 }, - "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, - "retraction_combing_max_distance": { "value": 30 }, - "retraction_speed": { "default_value": 28 }, - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" } - } -} +{ + "version": 2, + "name": "Weedo X40", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "X40-Community.org", + "manufacturer": "Weedo", + "file_formats": "text/x-gcode", + "platform": "weedo_x40.3mf", + "exclude_materials": [ + "3D-Fuel_PLA_PRO_Black", + "3D-Fuel_PLA_SnapSupport", + "bestfilament_abs_skyblue", + "bestfilament_petg_orange", + "bestfilament_pla_green", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "generic_pc_175", + "generic_nylon_175", + "goofoo_abs", + "goofoo_asa", + "goofoo_bronze_pla", + "goofoo_emarble_pla", + "goofoo_esilk_pla", + "goofoo_hips", + "goofoo_pa_cf", + "goofoo_pa", + "goofoo_pc", + "goofoo_peek", + "goofoo_petg", + "goofoo_pla", + "goofoo_pva", + "goofoo_tpe_83a", + "goofoo_tpu_87a", + "goofoo_tpu_95a", + "goofoo_wood_pla", + "emotiontech_abs", + "emotiontech_absx", + "emotiontech_acetate", + "emotiontech_asax", + "emotiontech_bvoh", + "emotiontech_copa", + "emotiontech_hips", + "emotiontech_nylon_1030", + "emotiontech_nylon_1030cf", + "emotiontech_nylon_1070", + "emotiontech_pc", + "emotiontech_pekk", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pla_hr_870", + "emotiontech_pva-m", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "eryone_petg", + "eryone_pla_glow", + "eryone_pla_matte", + "eryone_pla_wood", + "eryone_pla", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "eSUN_PLA_PRO_Black", + "eSUN_PLA_PRO_Grey", + "eSUN_PLA_PRO_Purple", + "eSUN_PLA_PRO_White", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fdplast_abs_tomato", + "fdplast_petg_gray", + "fdplast_pla_olive", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "layer_one_black_pla", + "layer_one_dark_gray_pla", + "layer_one_white_pla", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "redd_abs", + "redd_asa", + "redd_hips", + "redd_nylon", + "redd_petg", + "redd_pla", + "redd_tpe", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla_bois", + "tizyx_pla", + "tizyx_pva", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "volumic_abs_ultra", + "volumic_arma_ultra", + "volumic_asa_ultra", + "volumic_br80_ultra", + "volumic_bumper_ultra", + "volumic_cu80_ultra", + "volumic_flex93_ultra", + "volumic_medical_ultra", + "volumic_nylon_ultra", + "volumic_pekk_carbone", + "volumic_petg_ultra", + "volumic_petgcarbone_ultra", + "volumic_pla_ultra", + "volumic_pp_ultra", + "volumic_strong_ultra", + "volumic_support_ultra", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": + { + "0": "weedo_x40_extruder_left_0", + "1": "weedo_x40_extruder_right_0" + }, + "platform_offset": [ + 0, + 193, + 35 + ], + "preferred_material": "generic_pla_175", + "preferred_quality_type": "normal", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Type" + }, + "overrides": + { + "acceleration_enabled": { "value": false }, + "acceleration_print": { "value": 1000 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, + "acceleration_support_interface": { "value": "acceleration_topbottom" }, + "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, + "acceleration_travel": { "value": 2000 }, + "acceleration_travel_layer_0": { "value": "acceleration_travel / 2" }, + "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, + "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, + "adhesion_type": { "value": "'brim'" }, + "bridge_settings_enabled": { "default_value": true }, + "brim_width": { "value": "8" }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_fan_speed": { "value": "50" }, + "cool_fan_speed_max": { "value": "100" }, + "cool_min_speed": { "value": "7" }, + "fill_outline_gaps": { "value": false }, + "gantry_height": { "value": "12" }, + "infill_before_walls": { "value": false }, + "infill_line_width": { "value": "round(line_width * 0.42 / 0.35, 2)" }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, + "jerk_print": { "value": 11 }, + "jerk_travel": { "value": 18 }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "jerk_wall": { "value": "jerk_print - 2" }, + "layer_height_0": { "value": "round(layer_height * 1.5, 2)" }, + "machine_acceleration": { "value": 500 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "(*********end X40 End.gcode*******)\nG28 X Y F3000\nG91 ; Relative positioning\nG1 E-6 ; Reduce filament pressure\nG90 ; Absolute positioning\nG0 Y300 F3000 ; Move headbed\nM104 S0 T0 ; Cool down left extruder\nM104 S0 T1 ; Cool down right extruder\nM140 S0 ; Cool down heatbed\nM107 P0 ; Turn off left fan\nM107 P1 ; Turn off right fan\nM82; Extruder in absolute mode\nM73 P100 ; Set print progress to 100%" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-42.5, 18], + [-42.5, -50], + [24.5, 18], + [24.5, -50.0] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_min_cool_heat_time_window": { "default_value": 360 }, + "machine_name": { "default_value": "Weedo X40" }, + "machine_nozzle_cool_down_speed": { "default_value": 0.75 }, + "machine_nozzle_heat_up_speed": { "default_value": 1.6 }, + "machine_start_gcode": { "default_value": "; x40-community.org configuration Rev. 08\n;(**** start.gcode for WEEDO X40 DUAL****)\nT{initial_extruder_nr} S ; Selected start extruder\nM140 S{material_bed_temperature_layer_0} ; Preheat bed\nM109 S{material_print_temperature_layer_0}; Preheat nozzle\nM73 P0 ; Set current print progress percentage\nG21 ; Millimeter Units\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nT0 S ; Select left extruder\nM301 H1 P15.53 I1.32 D45.75 ; PID left extruder with Weedo X40 coolingsystem\n;M301 H1 P13.32 I0.98 D45.13 ; PID left extruder with X40 Community coolingsystem\nM92 E94.90 ; Calibrate left extruder\nT1 S ; Select right extruder\nM301 H1 P15.44 I1.29 D46.11 ; PID right extruder with Weedo X40 coolingsystem\n;M301 H1 P13.32 I0.98 D45.13 ; PID right extruder with X40 Community coolingsystem\nM92 E94.90 ; Calibrate right extruder\nT0 S ; Select left extruder\nG28 ; Auto home\nG29 ; Bed Leveling\nG1 X-47 F3000 ; Move left nozzle to parking position\nT1 S ; select right extruder\nG1 X351 F3000 ; Move right nozzle to parking position\nM107 P0 ; Turn off left fan\nM107 P1 ; Turn off right fan\nT{initial_extruder_nr} S ; Set start extruder\nM190 S{material_bed_temperature_layer_0} ; Waiting for bed temperature\nG1 E50 F100 ; Extrude in parking position\nM77 ; Stop heat up timer\nM75 ; Start print timer\n" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "material_print_temp_prepend": { "default_value": false }, + "material_standby_temperature": { "value": "100" }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "ooze_shield_dist": { "default_value": 3.0 }, + "ooze_shield_enabled": { "default_value": false }, + "optimize_wall_printing_order": { "value": "True" }, + "raft_airgap": { "default_value": 0.22 }, + "raft_base_speed": { "value": 20 }, + "raft_interface_speed": { "value": 33 }, + "raft_margin": { "default_value": 8 }, + "retraction_amount": { "default_value": 4.5 }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 8 }, + "retraction_hop": { "value": 0.5 }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_speed": { "default_value": 28 }, + "skin_overlap": { "value": 10.0 }, + "speed_layer_0": { "value": "round(speed_print / 2.5, 2)" }, + "speed_print": { "value": 50.0 }, + "speed_roofing": { "value": 30.0 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_bottom": { "value": 39.0 }, + "speed_support_infill": { "value": 58.0 }, + "speed_support_interface": { "value": "speed_print" }, + "speed_support_roof": { "value": 39.0 }, + "speed_travel": + { + "maximum_value": "150", + "value": "150" + }, + "speed_travel_layer_0": { "value": 60 }, + "speed_wall_x": { "value": "speed_wall" }, + "support_angle": { "default_value": 45 }, + "support_fan_enable": { "value": true }, + "support_pattern": { "value": "'zigzag'" }, + "support_supported_skin_fan_speed": { "value": 100 }, + "support_use_towers": { "value": true }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "switch_extruder_retraction_amount": { "value": 0 }, + "top_bottom_thickness": { "value": "line_width * 2" }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true }, + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'back'" } + } +} \ No newline at end of file diff --git a/resources/definitions/winbo_dragonl4.def.json b/resources/definitions/winbo_dragonl4.def.json index 86bac9f4e3..097fb8e5ea 100644 --- a/resources/definitions/winbo_dragonl4.def.json +++ b/resources/definitions/winbo_dragonl4.def.json @@ -2,52 +2,25 @@ "version": 2, "name": "Winbo Dragon(L)4", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": true, "author": "Winbo", "manufacturer": "Winbo Smart Tech Co., Ltd.", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": false, - "machine_extruder_trains": - { - "0": "winbo_dragonl4_extruder" - } + "machine_extruder_trains": { "0": "winbo_dragonl4_extruder" }, + "supports_usb_connection": false }, - - "overrides": { - "machine_name": { "default_value": "Winbo Dragon(L)4" }, - "machine_width": { "default_value": 615 }, - "machine_depth": { "default_value": 463 }, - "machine_height": { "default_value": 615 }, - "machine_heated_bed": { "default_value": true }, - "material_bed_temp_wait": { "default_value": false }, - "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, - "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, - "machine_head_with_fans_polygon": - { - "default_value": - [ - [ -50, 90 ],[ -50, -60 ],[ 50, -60 ],[ 50, 90 ] - ] - }, - "machine_gcode_flavor": { "default_value": "Marlin" }, - "machine_max_feedrate_x": { "default_value": 300 }, - "machine_max_feedrate_y": { "default_value": 300 }, - "machine_max_feedrate_z": { "default_value": 40 }, + "overrides": + { "acceleration_enabled": { "value": true }, - "machine_acceleration": { "default_value": 2000 }, - "gantry_height": { "value": "80" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nM9998\nG28 X0 Y0\nG28 Z0\nG1 F6000 Z0.3\nG92 E0\nG1 F800 X585 E12\nG92 E0" }, - "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" }, - "prime_blob_enable": { "enabled": true }, "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_print": { "value": "1800" }, - "acceleration_travel": { "value": "2000" }, "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, + "acceleration_travel": { "value": "2000" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, "brim_width": { "value": "4" }, @@ -55,10 +28,14 @@ "cool_fan_speed": { "value": "100" }, "cool_fan_speed_max": { "value": "100" }, "cool_min_speed": { "value": "5" }, + "default_material_print_temperature": { "value": "200" }, "fill_outline_gaps": { "value": "True" }, + "gantry_height": { "value": "80" }, + "gradual_infill_step_height": { "value": "1" }, + "gradual_support_infill_step_height": { "value": "0.2" }, + "gradual_support_infill_steps": { "value": "1" }, "infill_overlap": { "value": "0" }, - "min_infill_area": { "value": "1" }, - "min_skin_width_for_expansion": { "value": "2" }, + "initial_layer_line_width_factor": { "value": "120" }, "jerk_enabled": { "value": "True" }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" }, @@ -66,20 +43,42 @@ "jerk_support": { "value": "math.ceil(jerk_print * 15 / 25)" }, "jerk_support_interface": { "value": "jerk_topbottom" }, "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" }, + "jerk_travel": { "value": "25" }, "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" }, "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, - "wall_thickness": { "value": "2.4"}, "line_width": { "value": "extruderValue(-1, 'machine_nozzle_size')" }, - "wall_0_inset": { "value": "0.05" }, - "wall_line_width_x": { "value": "line_width" }, - "wall_line_width_0": { "value": "line_width-0.05" }, - "support_line_width": { "value": "max(min(line_width, 0.4),line_width / 2)" }, - "support_interface_line_width": { "value": "support_line_width" }, + "machine_acceleration": { "default_value": 2000 }, + "machine_depth": { "default_value": 463 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-50, 90], + [-50, -60], + [50, -60], + [50, 90] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 615 }, + "machine_max_feedrate_x": { "default_value": 300 }, + "machine_max_feedrate_y": { "default_value": 300 }, + "machine_max_feedrate_z": { "default_value": 40 }, "machine_min_cool_heat_time_window": { "value": "15" }, - "default_material_print_temperature": { "value": "200" }, - "material_print_temperature_layer_0": { "value": "material_print_temperature - 5" }, + "machine_name": { "default_value": "Winbo Dragon(L)4" }, + "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, + "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, + "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nM9998\nG28 X0 Y0\nG28 Z0\nG1 F6000 Z0.3\nG92 E0\nG1 F800 X585 E12\nG92 E0" }, + "machine_width": { "default_value": 615 }, + "material_bed_temp_wait": { "default_value": false }, "material_bed_temperature": { "maximum_value": "100" }, "material_bed_temperature_layer_0": { "maximum_value": "100" }, + "material_print_temperature_layer_0": { "value": "material_print_temperature - 5" }, + "min_infill_area": { "value": "1" }, + "min_skin_width_for_expansion": { "value": "2" }, + "prime_blob_enable": { "enabled": true }, "raft_airgap": { "value": "0" }, "raft_base_thickness": { "value": "0.3" }, "raft_interface_line_spacing": { "value": "0.5" }, @@ -97,27 +96,18 @@ "retraction_min_travel": { "value": "5" }, "retraction_prime_speed": { "value": "25" }, "skin_overlap": { "value": "10" }, + "speed_infill": { "value": "speed_print * line_width / infill_line_width" }, "speed_layer_0": { "value": "25" }, "speed_print": { "value": "70" }, "speed_support": { "value": "speed_print * line_width / support_line_width" }, "speed_support_interface": { "value": "speed_print * line_width / support_interface_line_width" }, "speed_topbottom": { "value": "speed_print * line_width / skin_line_width" }, "speed_travel": { "value": "100" }, - "speed_infill": { "value": "speed_print * line_width / infill_line_width" }, "speed_wall": { "value": "speed_print * wall_line_width_0 / line_width" }, "speed_wall_0": { "value": "math.ceil(speed_wall * 0.6)" }, "speed_wall_x": { "value": "speed_wall" }, "support_angle": { "value": "50" }, - "support_xy_distance": { "value": "1" }, - "support_z_distance": { "value": "max((0.2 if(0.2 % layer_height == 0) else layer_height * int((0.2 + layer_height) / layer_height)), layer_height)" }, "support_bottom_distance": { "value": "max(support_z_distance, layer_height * int(0.45 / layer_height))" }, - "top_bottom_thickness": { "value": "max(1.2, layer_height * 6)" }, - "travel_avoid_distance": { "value": "3" }, - "gradual_support_infill_step_height": { "value": "0.2" }, - "gradual_support_infill_steps": { "value": "1" }, - "gradual_infill_step_height": { "value": "1" }, - "initial_layer_line_width_factor": { "value": "120" }, - "jerk_travel": { "value": "25" }, "support_bottom_enable": { "value": "True" }, "support_bottom_height": { "value": "max((0.15 if(0.15 % layer_height == 0) else layer_height * int((0.15 + layer_height) / layer_height)), layer_height)" }, "support_bottom_pattern": { "value": "'zigzag'" }, @@ -126,7 +116,17 @@ "support_interface_density": { "value": "80" }, "support_interface_enable": { "value": true }, "support_interface_height": { "value": "0.5" }, + "support_interface_line_width": { "value": "support_line_width" }, + "support_line_width": { "value": "max(min(line_width, 0.4),line_width / 2)" }, "support_roof_pattern": { "value": "'concentric'" }, + "support_xy_distance": { "value": "1" }, + "support_z_distance": { "value": "max((0.2 if(0.2 % layer_height == 0) else layer_height * int((0.2 + layer_height) / layer_height)), layer_height)" }, + "top_bottom_thickness": { "value": "max(1.2, layer_height * 6)" }, + "travel_avoid_distance": { "value": "3" }, + "wall_0_inset": { "value": "0.05" }, + "wall_line_width_0": { "value": "line_width-0.05" }, + "wall_line_width_x": { "value": "line_width" }, + "wall_thickness": { "value": "2.4" }, "z_seam_type": { "value": "'shortest'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/winbo_mini2.def.json b/resources/definitions/winbo_mini2.def.json index 4c517a375e..fcb782d339 100644 --- a/resources/definitions/winbo_mini2.def.json +++ b/resources/definitions/winbo_mini2.def.json @@ -2,52 +2,25 @@ "version": 2, "name": "Winbo Mini2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": true, "author": "Winbo", "manufacturer": "Winbo Smart Tech Co., Ltd.", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": true, - "machine_extruder_trains": - { - "0": "winbo_mini2_extruder" - } + "machine_extruder_trains": { "0": "winbo_mini2_extruder" }, + "supports_usb_connection": true }, - - "overrides": { - "machine_name": { "default_value": "Winbo Mini2" }, - "machine_width": { "default_value": 205 }, - "machine_depth": { "default_value": 155 }, - "machine_height": { "default_value": 205 }, - "machine_heated_bed": { "default_value": false }, - "material_bed_temp_wait": { "default_value": false }, - "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, - "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, - "machine_head_with_fans_polygon": - { - "default_value": - [ - [ -52, 30 ],[ -52, -40 ],[ 13, -40 ],[ 13, 30 ] - ] - }, + "overrides": + { "acceleration_enabled": { "value": true }, - "machine_gcode_flavor": { "default_value": "Marlin" }, - "machine_max_feedrate_x": { "default_value": 250 }, - "machine_max_feedrate_y": { "default_value": 200 }, - "machine_max_feedrate_z": { "default_value": 40 }, - "machine_acceleration": { "default_value": 3000 }, - "gantry_height": { "value": "75" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 F1000 Z3\nG1 F4000 X0\nG1 F4000 Y0\nG1 F1000 Z0.2\nG92 E0\nG1 F1000 X30 E8\nG92 E0\nM117 Printing." }, - "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" }, - "prime_blob_enable": { "enabled": true }, "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_print": { "value": "2000" }, - "acceleration_travel": { "value": "2500" }, "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, + "acceleration_travel": { "value": "2500" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, "brim_width": { "value": "3" }, @@ -55,10 +28,14 @@ "cool_fan_speed": { "value": "100" }, "cool_fan_speed_max": { "value": "100" }, "cool_min_speed": { "value": "5" }, + "default_material_print_temperature": { "value": "200" }, "fill_outline_gaps": { "value": "True" }, + "gantry_height": { "value": "75" }, + "gradual_infill_step_height": { "value": "1" }, + "gradual_support_infill_step_height": { "value": "0.2" }, + "gradual_support_infill_steps": { "value": "1" }, "infill_overlap": { "value": "0" }, - "min_infill_area": { "value": "1" }, - "min_skin_width_for_expansion": { "value": "2" }, + "initial_layer_line_width_factor": { "value": "120" }, "jerk_enabled": { "value": "True" }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" }, @@ -66,20 +43,42 @@ "jerk_support": { "value": "math.ceil(jerk_print * 15 / 25)" }, "jerk_support_interface": { "value": "jerk_topbottom" }, "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" }, + "jerk_travel": { "value": "25" }, "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" }, "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, - "wall_thickness": { "value": "1.2"}, "line_width": { "value": "extruderValue(-1,'machine_nozzle_size')" }, - "wall_0_inset": { "value": "0.05" }, - "wall_line_width_x": { "value": "line_width" }, - "wall_line_width_0": { "value": "line_width-0.05" }, - "support_line_width": { "value": "max(min(line_width,0.4),line_width/2)" }, - "support_interface_line_width": { "value": "support_line_width" }, + "machine_acceleration": { "default_value": 3000 }, + "machine_depth": { "default_value": 155 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-52, 30], + [-52, -40], + [13, -40], + [13, 30] + ] + }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 205 }, + "machine_max_feedrate_x": { "default_value": 250 }, + "machine_max_feedrate_y": { "default_value": 200 }, + "machine_max_feedrate_z": { "default_value": 40 }, "machine_min_cool_heat_time_window": { "value": "15" }, - "default_material_print_temperature": { "value": "200" }, - "material_print_temperature_layer_0": { "value": "material_print_temperature - 5" }, + "machine_name": { "default_value": "Winbo Mini2" }, + "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, + "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, + "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 F1000 Z3\nG1 F4000 X0\nG1 F4000 Y0\nG1 F1000 Z0.2\nG92 E0\nG1 F1000 X30 E8\nG92 E0\nM117 Printing." }, + "machine_width": { "default_value": 205 }, + "material_bed_temp_wait": { "default_value": false }, "material_bed_temperature": { "maximum_value": "115" }, "material_bed_temperature_layer_0": { "maximum_value": "115" }, + "material_print_temperature_layer_0": { "value": "material_print_temperature - 5" }, + "min_infill_area": { "value": "1" }, + "min_skin_width_for_expansion": { "value": "2" }, + "prime_blob_enable": { "enabled": true }, "raft_airgap": { "value": "0" }, "raft_base_thickness": { "value": "0.3" }, "raft_interface_line_spacing": { "value": "0.5" }, @@ -97,27 +96,18 @@ "retraction_min_travel": { "value": "5" }, "retraction_prime_speed": { "value": "25" }, "skin_overlap": { "value": "10" }, + "speed_infill": { "value": "speed_print * line_width / infill_line_width" }, "speed_layer_0": { "value": "20" }, "speed_print": { "value": "50" }, "speed_support": { "value": "speed_print * line_width / support_line_width" }, "speed_support_interface": { "value": "speed_print * line_width / support_interface_line_width" }, "speed_topbottom": { "value": "speed_print * line_width / skin_line_width" }, "speed_travel": { "value": "90" }, - "speed_infill": { "value": "speed_print * line_width / infill_line_width" }, "speed_wall": { "value": "speed_print * wall_line_width_0 /line_width" }, "speed_wall_0": { "value": "math.ceil(speed_wall * 0.6)" }, "speed_wall_x": { "value": "speed_wall" }, "support_angle": { "value": "50" }, - "support_xy_distance": { "value": "1" }, - "support_z_distance": { "value": "max((0.2 if(0.2 % layer_height==0) else layer_height * int((0.2 + layer_height) / layer_height)), layer_height)" }, "support_bottom_distance": { "value": "max(support_z_distance,layer_height*int(0.45/layer_height))" }, - "top_bottom_thickness": { "value": "max(1.2,layer_height*6)" }, - "travel_avoid_distance": { "value": "3" }, - "gradual_support_infill_step_height": { "value": "0.2" }, - "gradual_support_infill_steps": { "value": "1" }, - "gradual_infill_step_height": { "value": "1" }, - "initial_layer_line_width_factor": { "value": "120" }, - "jerk_travel": { "value": "25" }, "support_bottom_enable": { "value": "True" }, "support_bottom_height": { "value": "max((0.15 if(0.15%layer_height==0) else layer_height*int((0.15+layer_height)/layer_height)),layer_height)" }, "support_bottom_pattern": { "value": "'zigzag'" }, @@ -126,7 +116,17 @@ "support_interface_density": { "value": "80" }, "support_interface_enable": { "value": true }, "support_interface_height": { "value": "0.5" }, + "support_interface_line_width": { "value": "support_line_width" }, + "support_line_width": { "value": "max(min(line_width,0.4),line_width/2)" }, "support_roof_pattern": { "value": "'concentric'" }, + "support_xy_distance": { "value": "1" }, + "support_z_distance": { "value": "max((0.2 if(0.2 % layer_height==0) else layer_height * int((0.2 + layer_height) / layer_height)), layer_height)" }, + "top_bottom_thickness": { "value": "max(1.2,layer_height*6)" }, + "travel_avoid_distance": { "value": "3" }, + "wall_0_inset": { "value": "0.05" }, + "wall_line_width_0": { "value": "line_width-0.05" }, + "wall_line_width_x": { "value": "line_width" }, + "wall_thickness": { "value": "1.2" }, "z_seam_type": { "value": "'shortest'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/winbo_superhelper105.def.json b/resources/definitions/winbo_superhelper105.def.json index 5fa6fe7eb6..6314750746 100644 --- a/resources/definitions/winbo_superhelper105.def.json +++ b/resources/definitions/winbo_superhelper105.def.json @@ -2,52 +2,25 @@ "version": 2, "name": "Winbo Super Helper 105", "inherits": "fdmprinter", - "metadata": { + "metadata": + { + "visible": true, "author": "Winbo", "manufacturer": "Winbo Smart Tech Co., Ltd.", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": true, - "machine_extruder_trains": - { - "0": "winbo_superhelper105_extruder" - } + "machine_extruder_trains": { "0": "winbo_superhelper105_extruder" }, + "supports_usb_connection": true }, - - "overrides": { - "machine_name": { "default_value": "Winbo Super Helper 105" }, - "machine_width": { "default_value": 108 }, - "machine_depth": { "default_value": 108 }, - "machine_height": { "default_value": 158 }, - "machine_heated_bed": { "default_value": false }, - "material_bed_temp_wait": { "default_value": false }, - "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, - "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, - "machine_head_with_fans_polygon": - { - "default_value": - [ - [ -110, 50 ],[ -110, -30 ],[ 110, -30 ],[ 110, 50 ] - ] - }, - "machine_gcode_flavor": { "default_value": "Marlin" }, - "machine_max_feedrate_x": { "default_value": 250 }, - "machine_max_feedrate_y": { "default_value": 200 }, - "machine_max_feedrate_z": { "default_value": 40 }, - "machine_acceleration": { "default_value": 2000 }, - "gantry_height": { "value": "200" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 F6000 Z0.3\nG92 E0\nG1 F1000 X30 E8\nG92 E0\nM117 Printing." }, - "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" }, - "prime_blob_enable": { "enabled": true }, + "overrides": + { "acceleration_enabled": { "value": "True" }, "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_print": { "value": "2000" }, - "acceleration_travel": { "value": "1500" }, "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, + "acceleration_travel": { "value": "1500" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, "brim_width": { "value": "3" }, @@ -56,9 +29,12 @@ "cool_fan_speed_max": { "value": "100" }, "cool_min_speed": { "value": "5" }, "fill_outline_gaps": { "value": "True" }, + "gantry_height": { "value": "200" }, + "gradual_infill_step_height": { "value": "1" }, + "gradual_support_infill_step_height": { "value": "0.2" }, + "gradual_support_infill_steps": { "value": "1" }, "infill_overlap": { "value": "0" }, - "min_infill_area": { "value": "1" }, - "min_skin_width_for_expansion": { "value": "2" }, + "initial_layer_line_width_factor": { "value": "120" }, "jerk_enabled": { "value": "True" }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" }, @@ -66,10 +42,38 @@ "jerk_support": { "value": "math.ceil(jerk_print * 15 / 25)" }, "jerk_support_interface": { "value": "jerk_topbottom" }, "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" }, + "jerk_travel": { "value": "25" }, "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" }, "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" }, - "wall_thickness": { "value": "0.8"}, "line_width": { "value": "extruderValue(-1,'machine_nozzle_size')" }, + "machine_acceleration": { "default_value": 2000 }, + "machine_depth": { "default_value": 108 }, + "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-110, 50], + [-110, -30], + [110, -30], + [110, 50] + ] + }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 158 }, + "machine_max_feedrate_x": { "default_value": 250 }, + "machine_max_feedrate_y": { "default_value": 200 }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_name": { "default_value": "Winbo Super Helper 105" }, + "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, + "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, + "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 F6000 Z0.3\nG92 E0\nG1 F1000 X30 E8\nG92 E0\nM117 Printing." }, + "machine_width": { "default_value": 108 }, + "material_bed_temp_wait": { "default_value": false }, + "min_infill_area": { "value": "1" }, + "min_skin_width_for_expansion": { "value": "2" }, + "prime_blob_enable": { "enabled": true }, "raft_base_thickness": { "value": "0.3" }, "raft_interface_line_spacing": { "value": "0.5" }, "raft_interface_line_width": { "value": "0.5" }, @@ -86,27 +90,18 @@ "retraction_min_travel": { "value": "5" }, "retraction_prime_speed": { "value": "25" }, "skin_overlap": { "value": "10" }, + "speed_infill": { "value": "speed_print * line_width / infill_line_width" }, "speed_layer_0": { "value": "20" }, "speed_print": { "value": "52" }, "speed_support": { "value": "speed_print * line_width / support_line_width" }, "speed_support_interface": { "value": "speed_print * line_width / support_interface_line_width" }, "speed_topbottom": { "value": "speed_print * line_width / skin_line_width" }, "speed_travel": { "value": "80" }, - "speed_infill": { "value": "speed_print * line_width / infill_line_width" }, "speed_wall": { "value": "speed_print * wall_line_width_0 / line_width" }, "speed_wall_0": { "value": "math.ceil(speed_wall * 0.6)" }, "speed_wall_x": { "value": "speed_wall" }, "support_angle": { "value": "50" }, - "support_xy_distance": { "value": "1" }, - "support_z_distance": { "value": "max((0.2 if(0.2 % layer_height == 0) else layer_height * int((0.2 + layer_height) / layer_height)), layer_height)" }, "support_bottom_distance": { "value": "max(support_z_distance,layer_height * int(0.45 / layer_height))" }, - "top_bottom_thickness": { "value": "max(1.2,layer_height*6)" }, - "travel_avoid_distance": { "value": "3" }, - "gradual_support_infill_step_height": { "value": "0.2" }, - "gradual_support_infill_steps": { "value": "1" }, - "gradual_infill_step_height": { "value": "1" }, - "initial_layer_line_width_factor": { "value": "120" }, - "jerk_travel": { "value": "25" }, "support_bottom_enable": { "value": true }, "support_bottom_height": { "value": "max((0.15 if(0.15%layer_height==0) else layer_height*int((0.15+layer_height)/layer_height)),layer_height)" }, "support_bottom_pattern": { "value": "'zigzag'" }, @@ -116,6 +111,11 @@ "support_interface_enable": { "value": true }, "support_interface_height": { "value": "0.5" }, "support_roof_pattern": { "value": "'concentric'" }, + "support_xy_distance": { "value": "1" }, + "support_z_distance": { "value": "max((0.2 if(0.2 % layer_height == 0) else layer_height * int((0.2 + layer_height) / layer_height)), layer_height)" }, + "top_bottom_thickness": { "value": "max(1.2,layer_height*6)" }, + "travel_avoid_distance": { "value": "3" }, + "wall_thickness": { "value": "0.8" }, "z_seam_type": { "value": "'shortest'" } } -} +} \ No newline at end of file diff --git a/resources/definitions/winbo_superhelper155.def.json b/resources/definitions/winbo_superhelper155.def.json index 77b4bc31c5..50b14bd41d 100644 --- a/resources/definitions/winbo_superhelper155.def.json +++ b/resources/definitions/winbo_superhelper155.def.json @@ -2,28 +2,29 @@ "version": 2, "name": "Winbo Super Helper 155", "inherits": "winbo_superhelper105", - "metadata": { + "metadata": + { + "visible": true, "author": "Winbo", "manufacturer": "Winbo Smart Tech Co., Ltd.", - "visible": true, "file_formats": "text/x-gcode", - "supports_usb_connection": true, - "machine_extruder_trains": - { - "0": "winbo_superhelper155_extruder" - } + "machine_extruder_trains": { "0": "winbo_superhelper155_extruder" }, + "supports_usb_connection": true }, - "overrides": { - "machine_name": { "default_value": "Winbo Super Helper 155" }, - "machine_width": { "default_value": 158 }, + "overrides": + { "machine_depth": { "default_value": 158 }, - "machine_height": { "default_value": 208 }, "machine_head_with_fans_polygon": { - "default_value": - [ - [ -160, 50 ],[ -160, -30 ],[ 160, -30 ],[ 160, 50 ] + "default_value": [ + [-160, 50], + [-160, -30], + [160, -30], + [160, 50] ] - } + }, + "machine_height": { "default_value": 208 }, + "machine_name": { "default_value": "Winbo Super Helper 155" }, + "machine_width": { "default_value": 158 } } -} +} \ No newline at end of file diff --git a/resources/definitions/xyzprinting_base.def.json b/resources/definitions/xyzprinting_base.def.json index d9fa789b23..f2fc2b2d90 100644 --- a/resources/definitions/xyzprinting_base.def.json +++ b/resources/definitions/xyzprinting_base.def.json @@ -1,47 +1,43 @@ { - "name": "XYZprinting Base Printer", "version": 2, + "name": "XYZprinting Base Printer", "inherits": "fdmprinter", - "metadata": { + "machine_end_gcode": { "default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_start_gcode": { "default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end" }, + "metadata": + { "visible": false, "author": "XYZprinting Software", "manufacturer": "XYZprinting", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - "machine_extruder_trains": - { - "0": "xyzprinting_base_extruder_0" - }, + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "has_machine_quality": true, - "preferred_quality_type": "normal", + "machine_extruder_trains": { "0": "xyzprinting_base_extruder_0" }, "preferred_material": "xyzprinting_antibact_pla", + "preferred_quality_type": "normal", "variants_name": "Nozzle Type" }, - "overrides": { - "machine_heated_bed": {"default_value": true}, - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, + "overrides": + { + "adhesion_type": { "value": "'none' if support_enable else 'brim'" }, + "brim_width": { "value": 10.0 }, + "cool_fan_speed": { "value": 100 }, + "cool_fan_speed_0": { "value": 0 }, + "machine_acceleration": { "value": 500 }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, "machine_max_acceleration_x": { "value": 1500 }, "machine_max_acceleration_y": { "value": 1500 }, "machine_max_acceleration_z": { "value": 500 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, "machine_max_jerk_e": { "value": 5 }, - "adhesion_type": { "value": "'none' if support_enable else 'brim'" }, - "brim_width": { "value": 10.0 }, - "cool_fan_speed": { "value": 100 }, - "cool_fan_speed_0": { "value": 0 } - }, - - - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end"}, - "machine_end_gcode": {"default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18" - } + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 } } +} \ No newline at end of file diff --git a/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json b/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json index 87700973b7..a61c2e8af5 100644 --- a/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json @@ -1,52 +1,48 @@ { - "version": 2, + "version": 2, "name": "XYZprinting da Vinci 1.0 Pro", "inherits": "xyzprinting_base", - "metadata": { - "author": "XYZprinting Software", - "manufacturer": "XYZprinting", + "metadata": + { "visible": true, + "author": "XYZprinting Software", + "manufacturer": "XYZprinting", "file_formats": "text/x-gcode", - "has_machine_quality": true, + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "xyzprinting_da_vinci_1p0_pro_extruder_0" }, "preferred_quality_type": "normal", - "quality_definition": "xyzprinting_da_vinci_1p0_pro", - "preferred_variant_name": "Copper 0.4mm Nozzle", - "variants_name": "Nozzle Type", - "machine_extruder_trains": { - "0": "xyzprinting_da_vinci_1p0_pro_extruder_0" - } + "preferred_variant_name": "Copper 0.4mm Nozzle", + "quality_definition": "xyzprinting_da_vinci_1p0_pro", + "supports_usb_connection": true, + "variants_name": "Nozzle Type" }, - - "overrides": { - "machine_name": { "default_value": "XYZprinting da Vinci 1.0 Pro" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 200.00 }, - "machine_depth": { "default_value": 200.00 }, - "machine_height": { "default_value":200.00 }, + "overrides": + { + "brim_line_count": { "value": 5 }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed_0": { "value": 100 }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 200.0 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, -10 ], - [ -20, 10 ], - [ 10, 10 ], - [ 10, -10 ] + [-20, -10], + [-20, 10], + [10, 10], + [10, -10] ] }, - "material_flow_layer_0": {"value": 120}, - "cool_fan_enabled": { "default_value": true }, - "cool_fan_speed_0": { "value": 100 }, - "brim_line_count": { "value" : 5 }, - "skirt_line_count": { "default_value" : 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200.0 }, + "machine_name": { "default_value": "XYZprinting da Vinci 1.0 Pro" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, + "machine_width": { "default_value": 200.0 }, + "material_flow_layer_0": { "value": 120 }, + "skirt_line_count": { "default_value": 5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json b/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json index ab2e1d9fcf..164c0eb579 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json @@ -1,53 +1,80 @@ { - "version": 2, + "version": 2, "name": "XYZprinting da Vinci Jr. 1.0A Pro", "inherits": "xyzprinting_base", - "metadata": { - "author": "XYZprinting Software", - "manufacturer": "XYZprinting", + "metadata": + { "visible": true, + "author": "XYZprinting Software", + "manufacturer": "XYZprinting", "file_formats": "text/x-gcode", - "has_machine_quality": true, + "exclude_materials": [ + "generic_hips", + "generic_petg", + "generic_bam", + "ultimaker_bam", + "generic_pva", + "ultimaker_pva", + "generic_tough_pla", + "ultimaker_tough_pla_black", + "ultimaker_tough_pla_green", + "ultimaker_tough_pla_red", + "ultimaker_tough_pla_white", + "generic_cffcpe", + "generic_cffpa", + "generic_gffcpe", + "generic_gffpa", + "structur3d_dap100silicone", + "ultimaker_petg_blue", + "ultimaker_petg_grey", + "ultimaker_petg_black", + "ultimaker_petg_green", + "ultimaker_petg_white", + "ultimaker_petg_orange", + "ultimaker_petg_silver", + "ultimaker_petg_yellow", + "ultimaker_petg_transparent", + "ultimaker_petg_red_translucent", + "ultimaker_petg_blue_translucent", + "ultimaker_petg_green_translucent", + "ultimaker_petg_yellow_fluorescent", + "ultimaker_petg_red" + ], + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "ultimaker_bam", "generic_pva", "ultimaker_pva", "generic_tough_pla", "ultimaker_tough_pla_black", "ultimaker_tough_pla_green", "ultimaker_tough_pla_red", "ultimaker_tough_pla_white", "generic_cffcpe", "generic_cffpa", "generic_gffcpe", "generic_gffpa", "structur3d_dap100silicone", "ultimaker_petg_blue", "ultimaker_petg_grey", "ultimaker_petg_black", "ultimaker_petg_green", "ultimaker_petg_white", "ultimaker_petg_orange", "ultimaker_petg_silver", "ultimaker_petg_yellow", "ultimaker_petg_transparent", "ultimaker_petg_red_translucent", "ultimaker_petg_blue_translucent", "ultimaker_petg_green_translucent", "ultimaker_petg_yellow_fluorescent", "ultimaker_petg_red" ], - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "xyzprinting_da_vinci_jr_1p0a_pro_extruder_0" }, "preferred_quality_type": "normal", - "quality_definition": "xyzprinting_da_vinci_jr_1p0a_pro", - "preferred_variant_name": "Copper 0.4mm Nozzle", - "variants_name": "Nozzle Type", - "machine_extruder_trains": { - "0": "xyzprinting_da_vinci_jr_1p0a_pro_extruder_0" - } + "preferred_variant_name": "Copper 0.4mm Nozzle", + "quality_definition": "xyzprinting_da_vinci_jr_1p0a_pro", + "supports_usb_connection": true, + "variants_name": "Nozzle Type" }, - - "overrides": { - "machine_name": { "default_value": "XYZprinting da Vinci Jr. 1.0A Pro" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 175.00 }, - "machine_depth": { "default_value": 175.00 }, - "machine_height": { "default_value":175.00 }, + "overrides": + { + "brim_line_count": { "value": 5 }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed_0": { "value": 100 }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 175.0 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, -10 ], - [ -20, 10 ], - [ 10, 10 ], - [ 10, -10 ] + [-20, -10], + [-20, 10], + [10, 10], + [10, -10] ] }, - "material_flow_layer_0": {"value": 120}, - "cool_fan_enabled": { "default_value": true }, - "cool_fan_speed_0": { "value": 100 }, - "brim_line_count": { "value" : 5 }, - "skirt_line_count": { "default_value" : 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" - } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 175.0 }, + "machine_name": { "default_value": "XYZprinting da Vinci Jr. 1.0A Pro" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, + "machine_width": { "default_value": 175.0 }, + "material_flow_layer_0": { "value": 120 }, + "skirt_line_count": { "default_value": 5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json b/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json index eb4c4139d3..5946cf1e99 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json @@ -1,52 +1,48 @@ { - "version": 2, + "version": 2, "name": "XYZprinting da Vinci Jr. Pro Xe+", "inherits": "xyzprinting_base", - "metadata": { - "author": "XYZprinting Software", - "manufacturer": "XYZprinting", + "metadata": + { "visible": true, + "author": "XYZprinting Software", + "manufacturer": "XYZprinting", "file_formats": "text/x-gcode", - "has_machine_quality": true, + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "xyzprinting_da_vinci_jr_pro_xeplus_extruder_0" }, "preferred_quality_type": "normal", - "quality_definition": "xyzprinting_da_vinci_jr_pro_xeplus", - "preferred_variant_name": "Copper 0.4mm Nozzle", - "variants_name": "Nozzle Type", - "machine_extruder_trains": { - "0": "xyzprinting_da_vinci_jr_pro_xeplus_extruder_0" - } + "preferred_variant_name": "Copper 0.4mm Nozzle", + "quality_definition": "xyzprinting_da_vinci_jr_pro_xeplus", + "supports_usb_connection": true, + "variants_name": "Nozzle Type" }, - - "overrides": { - "machine_name": { "default_value": "XYZprinting da Vinci Jr. Pro Xe+" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 175.00 }, - "machine_depth": { "default_value": 175.00 }, - "machine_height": { "default_value":175.00 }, + "overrides": + { + "brim_line_count": { "value": 5 }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed_0": { "value": 100 }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 175.0 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, -10 ], - [ -20, 10 ], - [ 10, 10 ], - [ 10, -10 ] + [-20, -10], + [-20, 10], + [10, 10], + [10, -10] ] }, - "material_flow_layer_0": {"value": 120}, - "cool_fan_enabled": { "default_value": true }, - "cool_fan_speed_0": { "value": 100 }, - "brim_line_count": { "value" : 5 }, - "skirt_line_count": { "default_value" : 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" - } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 175.0 }, + "machine_name": { "default_value": "XYZprinting da Vinci Jr. Pro Xe+" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, + "machine_width": { "default_value": 175.0 }, + "material_flow_layer_0": { "value": 120 }, + "skirt_line_count": { "default_value": 5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json b/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json index 3216929029..03796edc35 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json @@ -1,52 +1,48 @@ { - "version": 2, + "version": 2, "name": "XYZprinting da Vinci Jr. Pro X+", "inherits": "xyzprinting_base", - "metadata": { - "author": "XYZprinting Software", - "manufacturer": "XYZprinting", + "metadata": + { "visible": true, + "author": "XYZprinting Software", + "manufacturer": "XYZprinting", "file_formats": "text/x-gcode", - "has_machine_quality": true, + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "xyzprinting_da_vinci_jr_pro_xplus_extruder_0" }, "preferred_quality_type": "normal", - "quality_definition": "xyzprinting_da_vinci_jr_pro_xplus", - "preferred_variant_name": "Copper 0.4mm Nozzle", - "variants_name": "Nozzle Type", - "machine_extruder_trains": { - "0": "xyzprinting_da_vinci_jr_pro_xplus_extruder_0" - } + "preferred_variant_name": "Copper 0.4mm Nozzle", + "quality_definition": "xyzprinting_da_vinci_jr_pro_xplus", + "supports_usb_connection": true, + "variants_name": "Nozzle Type" }, - - "overrides": { - "machine_name": { "default_value": "XYZprinting da Vinci Jr. Pro X+" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 175.00 }, - "machine_depth": { "default_value": 175.00 }, - "machine_height": { "default_value":175.00 }, + "overrides": + { + "brim_line_count": { "value": 5 }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed_0": { "value": 100 }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 175.0 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, -10 ], - [ -20, 10 ], - [ 10, 10 ], - [ 10, -10 ] + [-20, -10], + [-20, 10], + [10, 10], + [10, -10] ] }, - "material_flow_layer_0": {"value": 120}, - "cool_fan_enabled": { "default_value": true }, - "cool_fan_speed_0": { "value": 100 }, - "brim_line_count": { "value" : 5 }, - "skirt_line_count": { "default_value" : 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 175.0 }, + "machine_name": { "default_value": "XYZprinting da Vinci Jr. Pro X+" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, + "machine_width": { "default_value": 175.0 }, + "material_flow_layer_0": { "value": 120 }, + "skirt_line_count": { "default_value": 5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json b/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json index 923fec524e..686163c7af 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json @@ -1,52 +1,48 @@ { - "version": 2, + "version": 2, "name": "XYZprinting da Vinci Jr. WiFi Pro", "inherits": "xyzprinting_base", - "metadata": { - "author": "XYZprinting Software", - "manufacturer": "XYZprinting", + "metadata": + { "visible": true, + "author": "XYZprinting Software", + "manufacturer": "XYZprinting", "file_formats": "text/x-gcode", - "has_machine_quality": true, + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "xyzprinting_da_vinci_jr_w_pro_extruder_0" }, "preferred_quality_type": "normal", - "quality_definition": "xyzprinting_da_vinci_jr_w_pro", - "preferred_variant_name": "Stainless Steel 0.4mm Nozzle", - "variants_name": "Nozzle Type", - "machine_extruder_trains": { - "0": "xyzprinting_da_vinci_jr_w_pro_extruder_0" - } + "preferred_variant_name": "Stainless Steel 0.4mm Nozzle", + "quality_definition": "xyzprinting_da_vinci_jr_w_pro", + "supports_usb_connection": true, + "variants_name": "Nozzle Type" }, - - "overrides": { - "machine_name": { "default_value": "XYZprinting da Vinci Jr. WiFi Pro" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": false }, - "machine_width": { "default_value": 150.00 }, - "machine_depth": { "default_value": 150.00 }, - "machine_height": { "default_value":150.00 }, + "overrides": + { + "brim_line_count": { "value": 5 }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed_0": { "value": 100 }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 150.0 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, -10 ], - [ -20, 10 ], - [ 10, 10 ], - [ 10, -10 ] + [-20, -10], + [-20, 10], + [10, 10], + [10, -10] ] }, - "material_flow_layer_0": {"value": 120}, - "cool_fan_enabled": { "default_value": true }, - "cool_fan_speed_0": { "value": 100 }, - "brim_line_count": { "value" : 5 }, - "skirt_line_count": { "default_value" : 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" - } + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 150.0 }, + "machine_name": { "default_value": "XYZprinting da Vinci Jr. WiFi Pro" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, + "machine_width": { "default_value": 150.0 }, + "material_flow_layer_0": { "value": 120 }, + "skirt_line_count": { "default_value": 5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/xyzprinting_da_vinci_pro_evo.def.json b/resources/definitions/xyzprinting_da_vinci_pro_evo.def.json index f00ab8b0c2..7bb05e9dc3 100644 --- a/resources/definitions/xyzprinting_da_vinci_pro_evo.def.json +++ b/resources/definitions/xyzprinting_da_vinci_pro_evo.def.json @@ -1,86 +1,80 @@ { - "version": 2, + "version": 2, "name": "XYZprinting da Vinci Pro EVO", "inherits": "xyzprinting_base", - "metadata": { - "author": "XYZprinting Software", - "manufacturer": "XYZprinting", + "metadata": + { "visible": true, + "author": "XYZprinting Software", + "manufacturer": "XYZprinting", "file_formats": "text/x-gcode", - "has_machine_quality": true, + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "xyzprinting_da_vinci_pro_evo_extruder_0" }, "preferred_quality_type": "normal", - "quality_definition": "xyzprinting_da_vinci_pro_evo", - "preferred_variant_name": "Hardened Steel 0.4mm Nozzle", - "variants_name": "Nozzle Type", - "machine_extruder_trains": { - "0": "xyzprinting_da_vinci_pro_evo_extruder_0" - } + "preferred_variant_name": "Hardened Steel 0.4mm Nozzle", + "quality_definition": "xyzprinting_da_vinci_pro_evo", + "supports_usb_connection": true, + "variants_name": "Nozzle Type" }, - - "overrides": { - "machine_name": { "default_value": "XYZprinting da Vinci Pro EVO" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 220.00 }, - "machine_depth": { "default_value": 200.00 }, - "machine_height": { "default_value":200.00 }, - "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { - "default_value": [ - [ -20, -10 ], - [ -20, 10 ], - [ 10, 10 ], - [ 10, -10 ] - ] - }, - "retraction_extrusion_window": { "value": "1" }, - "retraction_count_max": { "value": "25" }, - "speed_layer_0" : {"value" : 10 }, - "speed_wall_x" : { "value": "speed_print" }, - "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" }, - "skin_overlap": { "value": "15" }, - "skin_monotonic" : { "value": true }, - "skin_material_flow": { "value": "97" }, - "brim_width": { "value": "10" }, - "line_width" : { "value": "0.35" }, - "wall_line_width_x" : { "value": "0.35" }, - "infill_before_walls": { "value": false }, - "infill_line_width" : { "value": "0.4" }, - "infill_overlap": { "value": "0" }, - "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'triangles'" }, - "infill_wipe_dist": { "value": "0" }, - "infill_wipe_dist": { "value": "0" }, - "wall_thickness" : { "value": "1" }, - "acceleration_enabled" : {"value" : true}, - "acceleration_layer_0": { "value": "acceleration_topbottom" }, + "overrides": + { + "acceleration_enabled": { "value": true }, + "acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3000)" }, "acceleration_print": { "value": "3000" }, - "acceleration_travel": { "value": "3000" }, "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3000)" }, "acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 3000)" }, + "acceleration_travel": { "value": "3000" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 3000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, - "jerk_enabled" : {"value" : true}, - "material_flow_layer_0": {"value": 120}, + "brim_line_count": { "value": 5 }, + "brim_width": { "value": "10" }, "cool_fan_enabled": { "default_value": true }, - "cool_fan_speed_0": { "value": 100 }, - "cool_min_speed" : {"value" : 5 }, - "brim_line_count": { "value" : 5 }, - "infill_before_walls": { "value": false }, - "optimize_wall_printing_order": { "value": "True" }, - "skirt_line_count": { "default_value" : 5 }, + "cool_fan_speed_0": { "value": 100 }, + "cool_min_speed": { "value": 5 }, + "infill_before_walls": { "value": false }, + "infill_line_width": { "value": "0.4" }, + "infill_overlap": { "value": "0" }, + "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'triangles'" }, + "infill_wipe_dist": { "value": "0" }, + "jerk_enabled": { "value": true }, + "line_width": { "value": "0.35" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200.0 }, + "machine_end_gcode": { "default_value": "M106 P1 S255 ; turn on fan\nG92 E0\nG28; home X,Y,Z axis\nM84 ; disable motors\n" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "M191\nG28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" - }, - "machine_end_gcode": { - "default_value": "M106 P1 S255 ; turn on fan\nG92 E0\nG28; home X,Y,Z axis\nM84 ; disable motors\n" + "machine_head_with_fans_polygon": + { + "default_value": [ + [-20, -10], + [-20, 10], + [10, 10], + [10, -10] + ] }, - "multiple_mesh_overlap": { "value": "0" }, - "wall_0_inset": { "value": "0" } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 200.0 }, + "machine_name": { "default_value": "XYZprinting da Vinci Pro EVO" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "M191\nG28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, + "machine_width": { "default_value": 220.0 }, + "material_flow_layer_0": { "value": 120 }, + "multiple_mesh_overlap": { "value": "0" }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_count_max": { "value": "25" }, + "retraction_extrusion_window": { "value": "1" }, + "skin_material_flow": { "value": "97" }, + "skin_monotonic": { "value": true }, + "skin_overlap": { "value": "15" }, + "skirt_line_count": { "default_value": 5 }, + "speed_layer_0": { "value": 10 }, + "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" }, + "speed_wall_x": { "value": "speed_print" }, + "wall_0_inset": { "value": "0" }, + "wall_line_width_x": { "value": "0.35" }, + "wall_thickness": { "value": "1" } } -} +} \ No newline at end of file diff --git a/resources/definitions/xyzprinting_da_vinci_super.def.json b/resources/definitions/xyzprinting_da_vinci_super.def.json index 1fbc4ec9d0..b8c4768028 100644 --- a/resources/definitions/xyzprinting_da_vinci_super.def.json +++ b/resources/definitions/xyzprinting_da_vinci_super.def.json @@ -1,52 +1,48 @@ { - "version": 2, + "version": 2, "name": "XYZprinting da Vinci Super", "inherits": "xyzprinting_base", - "metadata": { - "author": "XYZprinting Software", - "manufacturer": "XYZprinting", + "metadata": + { "visible": true, + "author": "XYZprinting Software", + "manufacturer": "XYZprinting", "file_formats": "text/x-gcode", - "has_machine_quality": true, + "has_machine_quality": true, "has_materials": true, "has_variants": true, - "supports_usb_connection": true, + "machine_extruder_trains": { "0": "xyzprinting_da_vinci_super_extruder_0" }, "preferred_quality_type": "normal", - "quality_definition": "xyzprinting_da_vinci_super", - "preferred_variant_name": "Copper 0.4mm Nozzle", - "variants_name": "Nozzle Type", - "machine_extruder_trains": { - "0": "xyzprinting_da_vinci_super_extruder_0" - } + "preferred_variant_name": "Copper 0.4mm Nozzle", + "quality_definition": "xyzprinting_da_vinci_super", + "supports_usb_connection": true, + "variants_name": "Nozzle Type" }, - - "overrides": { - "machine_name": { "default_value": "XYZprinting da Vinci Super" }, - "machine_shape": { "default_value": "rectangular"}, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 300.00 }, - "machine_depth": { "default_value": 300.00 }, - "machine_height": { "default_value":300.00 }, + "overrides": + { + "brim_line_count": { "value": 5 }, + "cool_fan_enabled": { "default_value": true }, + "cool_fan_speed_0": { "value": 100 }, "machine_center_is_zero": { "default_value": false }, - "machine_head_with_fans_polygon": { + "machine_depth": { "default_value": 300.0 }, + "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { "default_value": [ - [ -20, -10 ], - [ -20, 10 ], - [ 10, 10 ], - [ 10, -10 ] + [-20, -10], + [-20, 10], + [10, 10], + [10, -10] ] }, - "material_flow_layer_0": {"value": 120}, - "cool_fan_enabled": { "default_value": true }, - "cool_fan_speed_0": { "value": 100 }, - "brim_line_count": { "value" : 5 }, - "skirt_line_count": { "default_value" : 5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" - }, - "machine_end_gcode": { - "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 300.0 }, + "machine_name": { "default_value": "XYZprinting da Vinci Super" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, + "machine_width": { "default_value": 300.0 }, + "material_flow_layer_0": { "value": 120 }, + "skirt_line_count": { "default_value": 5 } } -} +} \ No newline at end of file diff --git a/resources/definitions/z-bolt_classic.def.json b/resources/definitions/z-bolt_classic.def.json index 563d9f87ef..5b80597092 100644 --- a/resources/definitions/z-bolt_classic.def.json +++ b/resources/definitions/z-bolt_classic.def.json @@ -2,58 +2,36 @@ "version": 2, "name": "Z-Bolt Classic", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Z-Bolt", "manufacturer": "Z-Bolt Co.", "file_formats": "text/x-gcode", "platform": "z-bolt_classic_platform.3mf", - "machine_extruder_trains": - { - "0": "z-bolt_extruder_0" - } + "machine_extruder_trains": { "0": "z-bolt_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Z-Bolt Classic" }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 200 - }, - "machine_height": { - "default_value": 240 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_center_is_zero": { - "default_value": false - }, + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "'M104 S0 ;extruder heater off' + ('\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\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 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 Z0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning'" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "gantry_height": { - "value": "55" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "'M104 S0 ;extruder heater off' + ('\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\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 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 Z0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning'" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 240 }, + "machine_name": { "default_value": "Z-Bolt Classic" }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 200 } } } \ No newline at end of file diff --git a/resources/definitions/z-bolt_plus.def.json b/resources/definitions/z-bolt_plus.def.json index 3a33fa690b..fdee0f50c4 100644 --- a/resources/definitions/z-bolt_plus.def.json +++ b/resources/definitions/z-bolt_plus.def.json @@ -2,58 +2,36 @@ "version": 2, "name": "Z-Bolt Plus", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Z-Bolt", "manufacturer": "Z-Bolt Co.", "file_formats": "text/x-gcode", "platform": "z-bolt_plus_platform.3mf", - "machine_extruder_trains": - { - "0": "z-bolt_extruder_0" - } + "machine_extruder_trains": { "0": "z-bolt_extruder_0" } }, - - "overrides": { - "machine_name": { "default_value": "Z-Bolt Plus" }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 335 - }, - "machine_depth": { - "default_value": 200 - }, - "machine_center_is_zero": { - "default_value": false - }, + "overrides": + { + "gantry_height": { "value": "55" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": "'M104 S0 ;extruder heater off' + ('\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\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 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 Z0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning'" }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { "default_value": [ - [ -75, 35 ], - [ -75, -18 ], - [ 18, 35 ], - [ 18, -18 ] + [-75, 35], + [-75, -18], + [18, 35], + [18, -18] ] }, - "gantry_height": { - "value": "55" - }, - "machine_use_extruder_offset_to_offset_coords": { - "default_value": true - }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" - }, - "machine_start_gcode": { - "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "'M104 S0 ;extruder heater off' + ('\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\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 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 Z0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning'" - } + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 335 }, + "machine_name": { "default_value": "Z-Bolt Plus" }, + "machine_start_gcode": { "default_value": "G21 ;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 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, + "machine_width": { "default_value": 300 } } } \ No newline at end of file diff --git a/resources/definitions/zav_base.def.json b/resources/definitions/zav_base.def.json index 5e20b849f5..2c9516aecf 100644 --- a/resources/definitions/zav_base.def.json +++ b/resources/definitions/zav_base.def.json @@ -1,151 +1,157 @@ { - "name": "Zav Base Printer", "version": 2, + "name": "Zav Base Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": false, "author": "Kirill Nikolaev, Kim Evgeniy (C)", "manufacturer": "Zav Co., Ltd.", "file_formats": "text/x-gcode", - "first_start_actions": ["MachineSettingsAction"], - "machine_extruder_trains": { + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "emotiontech_abs", + "emotiontech_absx", + "emotiontech_asax", + "emotiontech_bvoh", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "eSUN_PLA_PRO_Black", + "eSUN_PLA_PRO_Grey", + "eSUN_PLA_PRO_Purple", + "eSUN_PLA_PRO_White", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "redd_abs", + "redd_asa", + "redd_hips", + "redd_nylon", + "redd_petg", + "redd_pla", + "redd_tpe", + "structur3d_dap100silicone", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla", + "tizyx_pla_bois", + "tizyx_pva", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": + { "0": "zav_extruder_1", "1": "zav_extruder_2" }, - "has_materials": true, "preferred_material": "bestfilament_abs_skyblue", - "has_variants": true, - "variants_name": "Nozzle Size", - "preferred_variant_name": "0.40mm_ZAV_Nozzle", - "has_machine_quality": true, "preferred_quality_type": "ZAV_layer_020", - "exclude_materials": [ - "chromatik_pla", - "dsm_arnitel2045_175", - "dsm_novamid1070_175", - "emotiontech_abs", - "emotiontech_absx", - "emotiontech_asax", - "emotiontech_bvoh", - "emotiontech_hips", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pva-m", - "emotiontech_pva-oks", - "emotiontech_pva-s", - "emotiontech_tpu98a", - "eSUN_PETG_Black", - "eSUN_PETG_Grey", - "eSUN_PETG_Purple", - "eSUN_PLA_PRO_Black", - "eSUN_PLA_PRO_Grey", - "eSUN_PLA_PRO_Purple", - "eSUN_PLA_PRO_White", - "fabtotum_abs", - "fabtotum_nylon", - "fabtotum_pla", - "fabtotum_tpu", - "fiberlogy_hd_pla", - "filo3d_pla", - "filo3d_pla_green", - "filo3d_pla_red", - "imade3d_petg_175", - "imade3d_pla_175", - "innofill_innoflex60_175", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", - "octofiber_pla", - "polyflex_pla", - "polymax_pla", - "polyplus_pla", - "polywood_pla", - "redd_abs", - "redd_asa", - "redd_hips", - "redd_nylon", - "redd_petg", - "redd_pla", - "redd_tpe", - "structur3d_dap100silicone", - "tizyx_abs", - "tizyx_flex", - "tizyx_petg", - "tizyx_pla", - "tizyx_pla_bois", - "tizyx_pva", - "verbatim_bvoh_175", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA", - "Vertex_Delta_PLA_Glitter", - "Vertex_Delta_PLA_Mat", - "Vertex_Delta_PLA_Satin", - "Vertex_Delta_PLA_Wood", - "Vertex_Delta_TPU", - "zyyx_pro_flex", - "zyyx_pro_pla"] + "preferred_variant_name": "0.40mm_ZAV_Nozzle", + "variants_name": "Nozzle Size" }, - "overrides": { - "machine_name": {"default_value": "ZAV Base Printer"}, - "machine_start_gcode": {"default_value": ";---- Starting Script Start ----\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;move Z to min endstops\nG28 X0 Y0 ;move X/Y to min endstops\nG92 E0 ;zero the extruded length\nG1 F5000 ;set speed\nG1 Y40 ;move to start position Y\nM117 Printing...\n;---- Starting Script End ----\n"}, - "machine_end_gcode": {"default_value": ";---- Ending Script Start ----\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-4 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 F5000 ;move Z up a bit and retract filament even more\nG28 Z0 ;move bed down\nG28 X0 Y0 ;move X/Y to min endstops so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ;switch off cooling fan\nM355 S0 P0 ;switch off case light\n;---- Ending Script End ----\n"}, - "machine_heated_bed": {"default_value": true}, - "material_diameter": {"default_value": 1.75}, - "machine_shape": {"default_value": "rectangular"}, - "machine_width": {"default_value": 300}, - "machine_depth": {"default_value": 200}, - "machine_height": {"default_value": 270}, - "machine_extruder_count": {"value": 1}, - "machine_buildplate_type": {"value": "glass"}, - "machine_center_is_zero": {"default_value": false}, - "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_head_with_fans_polygon": {"default_value": [ - [-26, 41], - [-26, -21], - [36, -21], - [36, 41] - ] - }, - "gantry_height": {"value": 999999}, - "layer_height_0": {"value": "layer_height"}, - "line_width": {"value": "machine_nozzle_size"}, - "skin_line_width": {"value": "round(line_width * 1.0, 2)"}, - "infill_line_width": {"value": "round(line_width * 1.1, 2)"}, - "skirt_brim_line_width": {"value": "round(line_width * 1.1, 2)"}, - "initial_layer_line_width_factor": {"value": "100"}, - "bottom_thickness": {"value": "layer_height*3 if layer_height > 0.15 else 0.8"}, - "top_bottom_pattern": {"value": "'zigzag'"}, - "top_bottom_pattern_0": {"value": "'zigzag'"}, - "optimize_wall_printing_order": {"value": "True" }, - "z_seam_type": {"value": "'shortest'"}, - "skin_outline_count": {"value": "0"}, - "infill_pattern": {"value": "'gyroid'"}, - "zig_zaggify_infill": {"value": "True"}, - "infill_before_walls": {"value": "False"}, - "infill_enable_travel_optimization": {"value": "True"}, - "expand_skins_expand_distance": {"value": "3"}, - "retraction_min_travel": {"value": "3"}, - "retraction_amount": {"value": "4"}, - "speed_print": {"value": "80"}, - "speed_topbottom": {"value": "50"}, - "speed_layer_0": {"value": "25"}, - "speed_travel_layer_0": {"value": "40"}, - "retraction_combing": {"value": "'all'"}, - "retraction_combing_max_distance": {"value": "10"}, - "travel_avoid_other_parts": {"value": "False"}, - "cool_min_layer_time_fan_speed_max": {"value": "20"}, - "cool_fan_full_at_height": {"value": "layer_height*2"}, - "cool_min_layer_time": {"value": "15"}, - "cool_min_speed": {"value": "15"}, - "cool_lift_head": {"value": "True"}, - "support_enable": {"value": "True"}, - "support_angle": {"value": "65"}, - "support_brim_enable": {"value": "True"}, - "support_infill_rate": {"value": "20"}, - "support_offset": {"value": "2"}, - "adhesion_type": {"value": "'brim'"}, - "brim_width": {"value": "5"}, - "bridge_settings_enabled": {"value": "True"} + "overrides": + { + "adhesion_type": { "value": "'brim'" }, + "bottom_thickness": { "value": "layer_height*3 if layer_height > 0.15 else 0.8" }, + "bridge_settings_enabled": { "value": "True" }, + "brim_width": { "value": "5" }, + "cool_fan_full_at_height": { "value": "layer_height*2" }, + "cool_lift_head": { "value": "True" }, + "cool_min_layer_time": { "value": "15" }, + "cool_min_layer_time_fan_speed_max": { "value": "20" }, + "cool_min_speed": { "value": "15" }, + "expand_skins_expand_distance": { "value": "3" }, + "gantry_height": { "value": 999999 }, + "infill_before_walls": { "value": "False" }, + "infill_enable_travel_optimization": { "value": "True" }, + "infill_line_width": { "value": "round(line_width * 1.1, 2)" }, + "infill_pattern": { "value": "'gyroid'" }, + "initial_layer_line_width_factor": { "value": "100" }, + "layer_height_0": { "value": "layer_height" }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_buildplate_type": { "value": "glass" }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 200 }, + "machine_end_gcode": { "default_value": ";---- Ending Script Start ----\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-4 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 F5000 ;move Z up a bit and retract filament even more\nG28 Z0 ;move bed down\nG28 X0 Y0 ;move X/Y to min endstops so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ;switch off cooling fan\nM355 S0 P0 ;switch off case light\n;---- Ending Script End ----\n" }, + "machine_extruder_count": { "value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-26, 41], + [-26, -21], + [36, -21], + [36, 41] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 270 }, + "machine_name": { "default_value": "ZAV Base Printer" }, + "machine_shape": { "default_value": "rectangular" }, + "machine_start_gcode": { "default_value": ";---- Starting Script Start ----\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;move Z to min endstops\nG28 X0 Y0 ;move X/Y to min endstops\nG92 E0 ;zero the extruded length\nG1 F5000 ;set speed\nG1 Y40 ;move to start position Y\nM117 Printing...\n;---- Starting Script End ----\n" }, + "machine_width": { "default_value": 300 }, + "material_diameter": { "default_value": 1.75 }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "value": "4" }, + "retraction_combing": { "value": "'all'" }, + "retraction_combing_max_distance": { "value": "10" }, + "retraction_min_travel": { "value": "3" }, + "skin_line_width": { "value": "round(line_width * 1.0, 2)" }, + "skin_outline_count": { "value": "0" }, + "skirt_brim_line_width": { "value": "round(line_width * 1.1, 2)" }, + "speed_layer_0": { "value": "25" }, + "speed_print": { "value": "80" }, + "speed_topbottom": { "value": "50" }, + "speed_travel_layer_0": { "value": "40" }, + "support_angle": { "value": "65" }, + "support_brim_enable": { "value": "True" }, + "support_enable": { "value": "True" }, + "support_infill_rate": { "value": "20" }, + "support_offset": { "value": "2" }, + "top_bottom_pattern": { "value": "'zigzag'" }, + "top_bottom_pattern_0": { "value": "'zigzag'" }, + "travel_avoid_other_parts": { "value": "False" }, + "z_seam_type": { "value": "'shortest'" }, + "zig_zaggify_infill": { "value": "True" } } -} +} \ No newline at end of file diff --git a/resources/definitions/zav_big.def.json b/resources/definitions/zav_big.def.json index 56d6f77111..8bcaa24e6e 100644 --- a/resources/definitions/zav_big.def.json +++ b/resources/definitions/zav_big.def.json @@ -1,17 +1,23 @@ { - "name": "Zav Big", - "version": 2, - "inherits": "zav_base", - "metadata": { - "author": "Kirill Nikolaev, Kim Evgeniy (C)", - "visible": true, - "quality_definition": "zav_base", - "platform": "zav_big.stl", - "platform_offset": [0, 0, 0] - }, - "overrides": { - "machine_name": {"default_value": "zav_big"}, - "machine_depth": {"default_value": 300}, - "machine_height": {"default_value": 340} - } -} + "version": 2, + "name": "Zav Big", + "inherits": "zav_base", + "metadata": + { + "visible": true, + "author": "Kirill Nikolaev, Kim Evgeniy (C)", + "platform": "zav_big.stl", + "platform_offset": [ + 0, + 0, + 0 + ], + "quality_definition": "zav_base" + }, + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 340 }, + "machine_name": { "default_value": "zav_big" } + } +} \ No newline at end of file diff --git a/resources/definitions/zav_bigplus.def.json b/resources/definitions/zav_bigplus.def.json index a8b24ae323..1631e73ff9 100644 --- a/resources/definitions/zav_bigplus.def.json +++ b/resources/definitions/zav_bigplus.def.json @@ -1,16 +1,18 @@ { - "name": "Zav Big+", - "version": 2, - "inherits": "zav_base", - "metadata": { - "author": "Kirill Nikolaev, Kim Evgeniy (C)", - "visible": true, - "quality_definition": "zav_base", - "platform": "zav_bigplus.stl" - }, - "overrides": { - "machine_name": {"default_value": "zav_bigplus"}, - "machine_depth": {"default_value": 300}, - "machine_height": {"default_value": 500} - } -} + "version": 2, + "name": "Zav Big+", + "inherits": "zav_base", + "metadata": + { + "visible": true, + "author": "Kirill Nikolaev, Kim Evgeniy (C)", + "platform": "zav_bigplus.stl", + "quality_definition": "zav_base" + }, + "overrides": + { + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 500 }, + "machine_name": { "default_value": "zav_bigplus" } + } +} \ No newline at end of file diff --git a/resources/definitions/zav_l.def.json b/resources/definitions/zav_l.def.json index 604cb49ddb..7c0d893705 100644 --- a/resources/definitions/zav_l.def.json +++ b/resources/definitions/zav_l.def.json @@ -1,16 +1,18 @@ { - "name": "Zav L Family Printer", - "version": 2, - "inherits": "zav_base", - "metadata": { - "author": "Kirill Nikolaev, Kim Evgeniy (C)", - "visible": true, - "quality_definition": "zav_base", - "platform": "zav_l.stl" - }, - "overrides": { - "machine_name": {"default_value": "zav_l"}, - "machine_width": {"default_value": 200}, - "machine_height": {"default_value": 200} - } -} + "version": 2, + "name": "Zav L Family Printer", + "inherits": "zav_base", + "metadata": + { + "visible": true, + "author": "Kirill Nikolaev, Kim Evgeniy (C)", + "platform": "zav_l.stl", + "quality_definition": "zav_base" + }, + "overrides": + { + "machine_height": { "default_value": 200 }, + "machine_name": { "default_value": "zav_l" }, + "machine_width": { "default_value": 200 } + } +} \ No newline at end of file diff --git a/resources/definitions/zav_max.def.json b/resources/definitions/zav_max.def.json index 3e5e987cc7..4324b6083d 100644 --- a/resources/definitions/zav_max.def.json +++ b/resources/definitions/zav_max.def.json @@ -1,16 +1,18 @@ { - "name": "Zav Max", - "version": 2, - "inherits": "zav_base", - "metadata": { - "author": "Kirill Nikolaev, Kim Evgeniy (C)", - "visible": true, - "quality_definition": "zav_base", - "platform": "zav_max.stl" - }, - "overrides": { - "machine_name": {"default_value": "zav_max"}, - "machine_width": {"default_value": 200}, - "machine_height": {"default_value": 240} - } -} + "version": 2, + "name": "Zav Max", + "inherits": "zav_base", + "metadata": + { + "visible": true, + "author": "Kirill Nikolaev, Kim Evgeniy (C)", + "platform": "zav_max.stl", + "quality_definition": "zav_base" + }, + "overrides": + { + "machine_height": { "default_value": 240 }, + "machine_name": { "default_value": "zav_max" }, + "machine_width": { "default_value": 200 } + } +} \ No newline at end of file diff --git a/resources/definitions/zav_maxpro.def.json b/resources/definitions/zav_maxpro.def.json index 97f8806f45..4de9e4dde5 100644 --- a/resources/definitions/zav_maxpro.def.json +++ b/resources/definitions/zav_maxpro.def.json @@ -1,13 +1,15 @@ { - "name": "Zav Pro", - "version": 2, - "inherits": "zav_base", - "metadata": { - "author": "Kirill Nikolaev, Kim Evgeniy (C)", - "visible": true, - "quality_definition": "zav_base" - }, - "overrides": { - "machine_name": {"default_value": "zav_maxpro"} - } -} + "version": 2, + "name": "Zav Pro", + "inherits": "zav_base", + "metadata": + { + "visible": true, + "author": "Kirill Nikolaev, Kim Evgeniy (C)", + "quality_definition": "zav_base" + }, + "overrides": + { + "machine_name": { "default_value": "zav_maxpro" } + } +} \ No newline at end of file diff --git a/resources/definitions/zav_mini.def.json b/resources/definitions/zav_mini.def.json index 8491ddd01c..c438a84d8d 100644 --- a/resources/definitions/zav_mini.def.json +++ b/resources/definitions/zav_mini.def.json @@ -1,17 +1,19 @@ { - "name": "Zav Mini", - "version": 2, - "inherits": "zav_base", - "metadata": { - "author": "Kirill Nikolaev, Kim Evgeniy (C)", - "visible": true, - "quality_definition": "zav_base", - "platform": "zav_mini.stl" - }, - "overrides": { - "machine_name": {"default_value": "zav_mini"}, - "machine_width": {"default_value": 100}, - "machine_depth": {"default_value": 100}, - "machine_height": {"default_value": 110} - } -} + "version": 2, + "name": "Zav Mini", + "inherits": "zav_base", + "metadata": + { + "visible": true, + "author": "Kirill Nikolaev, Kim Evgeniy (C)", + "platform": "zav_mini.stl", + "quality_definition": "zav_base" + }, + "overrides": + { + "machine_depth": { "default_value": 100 }, + "machine_height": { "default_value": 110 }, + "machine_name": { "default_value": "zav_mini" }, + "machine_width": { "default_value": 100 } + } +} \ No newline at end of file diff --git a/resources/definitions/zone3d_printer.def.json b/resources/definitions/zone3d_printer.def.json index 8939043e05..83e94e2133 100644 --- a/resources/definitions/zone3d_printer.def.json +++ b/resources/definitions/zone3d_printer.def.json @@ -1,28 +1,30 @@ { - "name": "Zone3d Printer", "version": 2, + "name": "Zone3d Printer", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "manufacturer": "Zone3D", "file_formats": "text/x-gcode", - "platform_offset": [ 0, 0, 0], - "machine_extruder_trains": - { - "0": "zone3d_printer_extruder_0" - } + "machine_extruder_trains": { "0": "zone3d_printer_extruder_0" }, + "platform_offset": [ + 0, + 0, + 0 + ] }, - - "overrides": { - "prime_tower_size": { "default_value": 10.350983390135314 }, + "overrides": + { "layer_height": { "default_value": 0.14 }, - "machine_extruder_count": { "default_value": 1 }, - "machine_heated_bed": { "default_value": true }, "machine_center_is_zero": { "default_value": false }, - "machine_height": { "default_value": 210 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_depth": { "default_value": 220 }, + "machine_extruder_count": { "default_value": 1 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 210 }, + "machine_name": { "default_value": "Zone3D Printer" }, "machine_width": { "default_value": 240 }, - "machine_name": { "default_value": "Zone3D Printer" } + "prime_tower_size": { "default_value": 10.350983390135314 } } -} +} \ No newline at end of file diff --git a/resources/definitions/zyyx_agile.def.json b/resources/definitions/zyyx_agile.def.json index 7294a1b10e..4f57045e40 100644 --- a/resources/definitions/zyyx_agile.def.json +++ b/resources/definitions/zyyx_agile.def.json @@ -1,61 +1,63 @@ { - "name": "Zyyx Agile", "version": 2, + "name": "Zyyx Agile", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Magicfirm Europe", "manufacturer": "Magicfirm Europe", "file_formats": "application/x3g", "platform": "zyyx_platform.3mf", "has_machine_quality": true, - "quality_definition": "zyyx_agile", + "machine_extruder_trains": { "0": "zyyx_agile_extruder_0" }, + "machine_x3g_variant": "z", "preferred_material": "zyyx_pro_pla", "preferred_quality_type": "normal", - "machine_x3g_variant": "z", - "machine_extruder_trains": - { - "0": "zyyx_agile_extruder_0" - } + "quality_definition": "zyyx_agile" }, - - "overrides": { - "machine_name": { "default_value": "ZYYX Agile" }, - "machine_start_gcode": { - "default_value": "; ZYYX 3D Printer start gcode\nM73 P0; enable build progress\nG21; set units to mm\nG90; set positioning to absolute\nG130 X80 Y80 A127 B127 ; Set Stepper Vref to default value\nG162 X Y F3000; home XY axes maximum\nM133 T0 ; stabilize extruder temperature\nG161 Z F450\nG161 Z F450; home Z axis minimum\nG92 X0 Y0 Z0 E0\nG1 X0 Y0 Z5 F200\nG161 Z F200; home Z axis minimum again\nG92 X0 Y0 Z0 E0\nM131 A; store surface calibration point 1\nG1 X0 Y0 Z5 F200\nG1 X-177 Y0 Z5 F3000; move to 2nd probing point\nG161 Z F200\nM131 B; store surface calibration point 2\nG92 X-177 Y0 Z0 E0\nG1 X-177 Y0 Z5 F200\nG1 X0 Y0 Z5 F3000; move to home point\nG161 Z F200; home Z axis minimum again\nG92 X0 Y0 Z0 E0; set reference again\nG1 X0 Y0 Z5 F200; clear Z\nG1 X0 Y-225 Z5 F3000; move to 3rd calibration point\nG161 Z F200\nM131 AB; store surface calibration point 3\nM132 AB; activate auto leveling\nG92 X0 Y-225 Z0 E0\nG1 X0 Y-225 Z5 F200\nG162 X Y F3000\nG161 Z F200\nG92 X135 Y115 Z0 E0\nM132 Z; Recall stored home offset for Z axis\nG1 X135 Y115 Z5 F450; clear nozzle from hole\nG1 X0 Y115 Z5 F3000; clear nozzle from hole\nG92 E0 ; Set E to 0" - }, - "machine_end_gcode": { - "default_value": "; ZYYX 3D Printer end gcode\nM73 P100 ; end build progress\nG0 Z195 F1000 ; send Z axis to bottom of machine\nM104 S0 T0 ; cool down extruder\nM127 ; stop blower fan\nG162 X Y F3000 ; home XY maximum\nM18 ; disable stepper\nM70 P5 (ZYYX Print Finished!)\nM72 P1 ; play Ta-Da song\n" - }, - "machine_width": { "default_value": 265 }, - "machine_depth": { "default_value": 225 }, - "machine_height": { "default_value": 195 }, - "machine_center_is_zero": { "default_value": true }, - "machine_gcode_flavor": { "default_value": "Makerbot" }, - "machine_head_with_fans_polygon": { "default_value": [ [ -37, 50 ], [ 25, 50 ], [ 25, -40 ], [ -37, -40 ] ] }, + "overrides": + { "gantry_height": { "value": "10" }, + "infill_overlap": { "value": "12 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, + "machine_center_is_zero": { "default_value": true }, + "machine_depth": { "default_value": 225 }, + "machine_end_gcode": { "default_value": "; ZYYX 3D Printer end gcode\nM73 P100 ; end build progress\nG0 Z195 F1000 ; send Z axis to bottom of machine\nM104 S0 T0 ; cool down extruder\nM127 ; stop blower fan\nG162 X Y F3000 ; home XY maximum\nM18 ; disable stepper\nM70 P5 (ZYYX Print Finished!)\nM72 P1 ; play Ta-Da song\n" }, + "machine_gcode_flavor": { "default_value": "Makerbot" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-37, 50], + [25, 50], + [25, -40], + [-37, -40] + ] + }, + "machine_height": { "default_value": 195 }, + "machine_name": { "default_value": "ZYYX Agile" }, + "machine_start_gcode": { "default_value": "; ZYYX 3D Printer start gcode\nM73 P0; enable build progress\nG21; set units to mm\nG90; set positioning to absolute\nG130 X80 Y80 A127 B127 ; Set Stepper Vref to default value\nG162 X Y F3000; home XY axes maximum\nM133 T0 ; stabilize extruder temperature\nG161 Z F450\nG161 Z F450; home Z axis minimum\nG92 X0 Y0 Z0 E0\nG1 X0 Y0 Z5 F200\nG161 Z F200; home Z axis minimum again\nG92 X0 Y0 Z0 E0\nM131 A; store surface calibration point 1\nG1 X0 Y0 Z5 F200\nG1 X-177 Y0 Z5 F3000; move to 2nd probing point\nG161 Z F200\nM131 B; store surface calibration point 2\nG92 X-177 Y0 Z0 E0\nG1 X-177 Y0 Z5 F200\nG1 X0 Y0 Z5 F3000; move to home point\nG161 Z F200; home Z axis minimum again\nG92 X0 Y0 Z0 E0; set reference again\nG1 X0 Y0 Z5 F200; clear Z\nG1 X0 Y-225 Z5 F3000; move to 3rd calibration point\nG161 Z F200\nM131 AB; store surface calibration point 3\nM132 AB; activate auto leveling\nG92 X0 Y-225 Z0 E0\nG1 X0 Y-225 Z5 F200\nG162 X Y F3000\nG161 Z F200\nG92 X135 Y115 Z0 E0\nM132 Z; Recall stored home offset for Z axis\nG1 X135 Y115 Z5 F450; clear nozzle from hole\nG1 X0 Y115 Z5 F3000; clear nozzle from hole\nG92 E0 ; Set E to 0" }, + "machine_steps_per_mm_e": { "default_value": 96.27520187033366 }, "machine_steps_per_mm_x": { "default_value": 88.888889 }, "machine_steps_per_mm_y": { "default_value": 88.888889 }, "machine_steps_per_mm_z": { "default_value": 400 }, - "machine_steps_per_mm_e": { "default_value": 96.27520187033366 }, + "machine_width": { "default_value": 265 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "raft_airgap": { "default_value": 0.15 }, + "raft_margin": { "default_value": 6 }, + "retract_at_layer_change": { "default_value": true }, "retraction_amount": { "default_value": 0.7 }, "retraction_speed": { "default_value": 15 }, + "speed_layer_0": { "value": 15 }, "speed_print": { "default_value": 50 }, + "speed_travel": { "value": 80 }, "speed_wall": { "value": 25 }, "speed_wall_x": { "value": 35 }, - "speed_travel": { "value": 80 }, - "speed_layer_0": { "value": 15 }, + "support_interface_density": { "default_value": 80 }, "support_interface_enable": { "default_value": true }, "support_interface_height": { "default_value": 0.8 }, - "support_interface_density": { "default_value": 80 }, "support_interface_pattern": { "default_value": "grid" }, - "infill_overlap": { "value": "12 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, - "retract_at_layer_change": { "default_value": true }, - "travel_retract_before_outer_wall": { "default_value": true }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, "travel_avoid_other_parts": { "default_value": false }, - "raft_airgap": { "default_value": 0.15 }, - "raft_margin": { "default_value": 6 } + "travel_retract_before_outer_wall": { "default_value": true } } -} +} \ No newline at end of file diff --git a/resources/extruders/101Hero_extruder_0.def.json b/resources/extruders/101Hero_extruder_0.def.json index 21c892133c..49e7a415d3 100644 --- a/resources/extruders/101Hero_extruder_0.def.json +++ b/resources/extruders/101Hero_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "101Hero", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/3dator_extruder_0.def.json b/resources/extruders/3dator_extruder_0.def.json index 97b03518f7..640d5c3f41 100644 --- a/resources/extruders/3dator_extruder_0.def.json +++ b/resources/extruders/3dator_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "3dator", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.5 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/3di_base_extruder_0.def.json b/resources/extruders/3di_base_extruder_0.def.json index 5fbb347ede..608093e270 100644 --- a/resources/extruders/3di_base_extruder_0.def.json +++ b/resources/extruders/3di_base_extruder_0.def.json @@ -1,15 +1,16 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "3di_base", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "3di_base", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } } \ No newline at end of file diff --git a/resources/extruders/3dtech_semi_professional_extruder_0.def.json b/resources/extruders/3dtech_semi_professional_extruder_0.def.json index 4952d274d9..cb55b93eec 100644 --- a/resources/extruders/3dtech_semi_professional_extruder_0.def.json +++ b/resources/extruders/3dtech_semi_professional_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "3dtech_semi_professional", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/I3MetalMotion_extruder_0.def.json b/resources/extruders/I3MetalMotion_extruder_0.def.json index 064e1360b6..abea14d3ed 100644 --- a/resources/extruders/I3MetalMotion_extruder_0.def.json +++ b/resources/extruders/I3MetalMotion_extruder_0.def.json @@ -1,17 +1,17 @@ { - "version": 2, "name": "I3MetalMotion extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "I3MetalMotion", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/Mark2_extruder1.def.json b/resources/extruders/Mark2_extruder1.def.json index 27becf88ff..89992ad450 100644 --- a/resources/extruders/Mark2_extruder1.def.json +++ b/resources/extruders/Mark2_extruder1.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "Mark2_for_Ultimaker2", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/Mark2_extruder2.def.json b/resources/extruders/Mark2_extruder2.def.json index ac654d9c00..967e32d8b8 100644 --- a/resources/extruders/Mark2_extruder2.def.json +++ b/resources/extruders/Mark2_extruder2.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "Mark2_for_Ultimaker2", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/SV01_extruder_0.def.json b/resources/extruders/SV01_extruder_0.def.json index 1620eb0b1d..500c7540e4 100644 --- a/resources/extruders/SV01_extruder_0.def.json +++ b/resources/extruders/SV01_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "SV01", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/SV02_extruder_0.def.json b/resources/extruders/SV02_extruder_0.def.json index 073242f2bd..7804cbb135 100644 --- a/resources/extruders/SV02_extruder_0.def.json +++ b/resources/extruders/SV02_extruder_0.def.json @@ -1,26 +1,24 @@ -{ - "version": 2, - "name": "Left Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "SV02", - "position": "0" - }, - - "overrides": { - "extruder_nr": { - "default_value": 0, - "maximum_value": "1" - }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "machine_extruder_start_code": { - "default_value": "\nT0 ;switch to extruder 1\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X250 Y220\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90" - } - } -} +{ + "version": 2, + "name": "Left Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "SV02", + "position": "0" + }, + "overrides": + { + "extruder_nr": + { + "default_value": 0, + "maximum_value": "1" + }, + "machine_extruder_end_code": { "default_value": "\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X250 Y220\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90" }, + "machine_extruder_start_code": { "default_value": "\nT0 ;switch to extruder 1\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/SV02_extruder_1.def.json b/resources/extruders/SV02_extruder_1.def.json index 41ede774df..7d0819cb09 100644 --- a/resources/extruders/SV02_extruder_1.def.json +++ b/resources/extruders/SV02_extruder_1.def.json @@ -1,26 +1,24 @@ -{ - "version": 2, - "name": "Right Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "SV02", - "position": "1" - }, - - "overrides": { - "extruder_nr": { - "default_value": 1, - "maximum_value": "1" - }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "machine_extruder_start_code": { - "default_value": "\nT1 ;switch to extruder 2\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X250 Y220\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90" - } - } -} +{ + "version": 2, + "name": "Right Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "SV02", + "position": "1" + }, + "overrides": + { + "extruder_nr": + { + "default_value": 1, + "maximum_value": "1" + }, + "machine_extruder_end_code": { "default_value": "\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X250 Y220\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90" }, + "machine_extruder_start_code": { "default_value": "\nT1 ;switch to extruder 2\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/SV03_extruder_0.def.json b/resources/extruders/SV03_extruder_0.def.json index 9ceb468d64..f1838a1101 100644 --- a/resources/extruders/SV03_extruder_0.def.json +++ b/resources/extruders/SV03_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "SV03", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/abax_pri3_extruder_0.def.json b/resources/extruders/abax_pri3_extruder_0.def.json index 618ca7f596..e3b9f61187 100644 --- a/resources/extruders/abax_pri3_extruder_0.def.json +++ b/resources/extruders/abax_pri3_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "abax_pri3", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/abax_pri5_extruder_0.def.json b/resources/extruders/abax_pri5_extruder_0.def.json index 4a96b5e12e..16af44847d 100644 --- a/resources/extruders/abax_pri5_extruder_0.def.json +++ b/resources/extruders/abax_pri5_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "abax_pri5", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/abax_titan_extruder_0.def.json b/resources/extruders/abax_titan_extruder_0.def.json index 078b9f0470..671d165878 100644 --- a/resources/extruders/abax_titan_extruder_0.def.json +++ b/resources/extruders/abax_titan_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "abax_titan", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/alfawise_u20_extruder_0.def.json b/resources/extruders/alfawise_u20_extruder_0.def.json index 6bb2bde534..4672949e13 100644 --- a/resources/extruders/alfawise_u20_extruder_0.def.json +++ b/resources/extruders/alfawise_u20_extruder_0.def.json @@ -2,12 +2,13 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "alfawise_u20", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/alfawise_u30_extruder_0.def.json b/resources/extruders/alfawise_u30_extruder_0.def.json index 4014b5ab62..047db171a6 100644 --- a/resources/extruders/alfawise_u30_extruder_0.def.json +++ b/resources/extruders/alfawise_u30_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "alfawise_u30", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/alya3dp_extruder_0.def.json b/resources/extruders/alya3dp_extruder_0.def.json index 5e05210e2c..929835fbdf 100644 --- a/resources/extruders/alya3dp_extruder_0.def.json +++ b/resources/extruders/alya3dp_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "alya3dp", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anet3d_extruder_0.def.json b/resources/extruders/anet3d_extruder_0.def.json index 4a53178769..3c1f909d74 100644 --- a/resources/extruders/anet3d_extruder_0.def.json +++ b/resources/extruders/anet3d_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "anet3d", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anycubic_4max_extruder_0.def.json b/resources/extruders/anycubic_4max_extruder_0.def.json index 9ea55928b8..962fbf35fd 100644 --- a/resources/extruders/anycubic_4max_extruder_0.def.json +++ b/resources/extruders/anycubic_4max_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "anycubic_4max", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anycubic_chiron_extruder_0.def.json b/resources/extruders/anycubic_chiron_extruder_0.def.json index b4117c755a..73be0bd2e8 100644 --- a/resources/extruders/anycubic_chiron_extruder_0.def.json +++ b/resources/extruders/anycubic_chiron_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "anycubic_chiron", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anycubic_i3_mega_extruder_0.def.json b/resources/extruders/anycubic_i3_mega_extruder_0.def.json index f15eab4829..330675e174 100644 --- a/resources/extruders/anycubic_i3_mega_extruder_0.def.json +++ b/resources/extruders/anycubic_i3_mega_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "anycubic_i3_mega", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anycubic_i3_mega_s_extruder_0.def.json b/resources/extruders/anycubic_i3_mega_s_extruder_0.def.json index d59384f3e4..0f389ac185 100644 --- a/resources/extruders/anycubic_i3_mega_s_extruder_0.def.json +++ b/resources/extruders/anycubic_i3_mega_s_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "anycubic_i3_mega_s", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anycubic_kobra_extruder_0.def.json b/resources/extruders/anycubic_kobra_extruder_0.def.json index c9053ffa2e..1c95af9fc0 100644 --- a/resources/extruders/anycubic_kobra_extruder_0.def.json +++ b/resources/extruders/anycubic_kobra_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "anycubic_kobra", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anycubic_kobra_max_extruder_0.def.json b/resources/extruders/anycubic_kobra_max_extruder_0.def.json index 69cdddf370..31158aa59a 100644 --- a/resources/extruders/anycubic_kobra_max_extruder_0.def.json +++ b/resources/extruders/anycubic_kobra_max_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "anycubic_kobra_max", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anycubic_kossel_extruder_0.def.json b/resources/extruders/anycubic_kossel_extruder_0.def.json index 5e1929568c..f8a1bd4808 100644 --- a/resources/extruders/anycubic_kossel_extruder_0.def.json +++ b/resources/extruders/anycubic_kossel_extruder_0.def.json @@ -1,15 +1,16 @@ { - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "anycubic_kossel", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } -} + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "anycubic_kossel", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/anycubic_mega_zero_extruder_0.def.json b/resources/extruders/anycubic_mega_zero_extruder_0.def.json index 09b6307716..8d18c4956b 100644 --- a/resources/extruders/anycubic_mega_zero_extruder_0.def.json +++ b/resources/extruders/anycubic_mega_zero_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "anycubic_mega_zero", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/anycubic_vyper_extruder_0.def.json b/resources/extruders/anycubic_vyper_extruder_0.def.json index 539f886a75..da716304d1 100644 --- a/resources/extruders/anycubic_vyper_extruder_0.def.json +++ b/resources/extruders/anycubic_vyper_extruder_0.def.json @@ -1,20 +1,16 @@ { - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "anycubic_vyper", - "position": "0" - }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } - } + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "anycubic_vyper", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } } \ No newline at end of file diff --git a/resources/extruders/arjun_dm_extruder.def.json b/resources/extruders/arjun_dm_extruder.def.json index da3e4da203..138413c3ae 100644 --- a/resources/extruders/arjun_dm_extruder.def.json +++ b/resources/extruders/arjun_dm_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Duplication Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "arjun_duplication", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/arjun_extruder_0.def.json b/resources/extruders/arjun_extruder_0.def.json index c47c93a851..5ca58e234b 100644 --- a/resources/extruders/arjun_extruder_0.def.json +++ b/resources/extruders/arjun_extruder_0.def.json @@ -2,26 +2,28 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "arjun300", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": -51 }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_start_code": { "default_value": "T0" } + "machine_extruder_start_code": { "default_value": "T0" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/arjun_extruder_1.def.json b/resources/extruders/arjun_extruder_1.def.json index b8ee27f33e..af62e14cc8 100644 --- a/resources/extruders/arjun_extruder_1.def.json +++ b/resources/extruders/arjun_extruder_1.def.json @@ -2,26 +2,28 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "arjun300", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": 257 }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_start_code": { "default_value": "T1" } + "machine_extruder_start_code": { "default_value": "T1" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/arjun_mm_extruder.def.json b/resources/extruders/arjun_mm_extruder.def.json index a8364e95f1..c1d68ce7e1 100644 --- a/resources/extruders/arjun_mm_extruder.def.json +++ b/resources/extruders/arjun_mm_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Mirror Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "arjun_mirrored", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/arjunpro_dm_extruder.def.json b/resources/extruders/arjunpro_dm_extruder.def.json index 9ea7bbe27b..c33ba7fc9b 100644 --- a/resources/extruders/arjunpro_dm_extruder.def.json +++ b/resources/extruders/arjunpro_dm_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Duplication Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "arjunpro_duplication", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/arjunpro_extruder_0.def.json b/resources/extruders/arjunpro_extruder_0.def.json index b4ba094804..15b2abb414 100644 --- a/resources/extruders/arjunpro_extruder_0.def.json +++ b/resources/extruders/arjunpro_extruder_0.def.json @@ -2,26 +2,28 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "arjunpro300", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": -51 }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_start_code": { "default_value": "T0" } + "machine_extruder_start_code": { "default_value": "T0" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/arjunpro_extruder_1.def.json b/resources/extruders/arjunpro_extruder_1.def.json index b5177807b8..2a6d71c220 100644 --- a/resources/extruders/arjunpro_extruder_1.def.json +++ b/resources/extruders/arjunpro_extruder_1.def.json @@ -2,26 +2,28 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "arjunpro300", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": 257 }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_start_code": { "default_value": "T1" } + "machine_extruder_start_code": { "default_value": "T1" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/arjunpro_mm_extruder.def.json b/resources/extruders/arjunpro_mm_extruder.def.json index c101ede4ca..3d69ead29b 100644 --- a/resources/extruders/arjunpro_mm_extruder.def.json +++ b/resources/extruders/arjunpro_mm_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Mirror Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "arjunpro_mirrored", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/artillery_base_extruder_0.def.json b/resources/extruders/artillery_base_extruder_0.def.json index 4cf8af1a09..27885114a5 100644 --- a/resources/extruders/artillery_base_extruder_0.def.json +++ b/resources/extruders/artillery_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "artillery_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/atmat_signal_pro_extruder_left.def.json b/resources/extruders/atmat_signal_pro_extruder_left.def.json index 1e379ec875..67202bc455 100644 --- a/resources/extruders/atmat_signal_pro_extruder_left.def.json +++ b/resources/extruders/atmat_signal_pro_extruder_left.def.json @@ -2,27 +2,29 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "atmat_signal_pro_base", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 270 }, - "machine_extruder_start_pos_y": { "default_value": 270 }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "default_value": 270 }, - "machine_extruder_end_pos_y": { "default_value": 270 }, - "extruder_prime_pos_x": { "default_value": 0 }, - "extruder_prime_pos_y": { "default_value": 0 }, - "extruder_prime_pos_z": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 } + "extruder_prime_pos_x": { "default_value": 0 }, + "extruder_prime_pos_y": { "default_value": 0 }, + "extruder_prime_pos_z": { "default_value": 0 }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "default_value": 270 }, + "machine_extruder_end_pos_y": { "default_value": 270 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 270 }, + "machine_extruder_start_pos_y": { "default_value": 270 }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/atmat_signal_pro_extruder_right.def.json b/resources/extruders/atmat_signal_pro_extruder_right.def.json index 7eef618a1e..48ac898869 100644 --- a/resources/extruders/atmat_signal_pro_extruder_right.def.json +++ b/resources/extruders/atmat_signal_pro_extruder_right.def.json @@ -2,27 +2,29 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "atmat_signal_pro_base", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 270 }, - "machine_extruder_start_pos_y": { "default_value": 270 }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "default_value": 270 }, - "machine_extruder_end_pos_y": { "default_value": 270 }, - "extruder_prime_pos_x": { "default_value": 0 }, - "extruder_prime_pos_y": { "default_value": 0 }, - "extruder_prime_pos_z": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 } + "extruder_prime_pos_x": { "default_value": 0 }, + "extruder_prime_pos_y": { "default_value": 0 }, + "extruder_prime_pos_z": { "default_value": 0 }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "default_value": 270 }, + "machine_extruder_end_pos_y": { "default_value": 270 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 270 }, + "machine_extruder_start_pos_y": { "default_value": 270 }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/atom2_extruder_0.def.json b/resources/extruders/atom2_extruder_0.def.json index be9d5782ff..3cc43399f0 100644 --- a/resources/extruders/atom2_extruder_0.def.json +++ b/resources/extruders/atom2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "atom2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/atom3_extruder_0.def.json b/resources/extruders/atom3_extruder_0.def.json index 7b8dffd963..ccc7a0bd6b 100644 --- a/resources/extruders/atom3_extruder_0.def.json +++ b/resources/extruders/atom3_extruder_0.def.json @@ -1,15 +1,16 @@ { - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "atom3", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "atom3", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } } \ No newline at end of file diff --git a/resources/extruders/atomstack_cambrianmaxe175_extruder_0.def.json b/resources/extruders/atomstack_cambrianmaxe175_extruder_0.def.json index 1132948e90..5431bae165 100644 --- a/resources/extruders/atomstack_cambrianmaxe175_extruder_0.def.json +++ b/resources/extruders/atomstack_cambrianmaxe175_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "atomstack_cambrianmaxe175", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/atomstack_cambrianmaxe285_extruder_0.def.json b/resources/extruders/atomstack_cambrianmaxe285_extruder_0.def.json index db5db9638a..ab05d3f05b 100644 --- a/resources/extruders/atomstack_cambrianmaxe285_extruder_0.def.json +++ b/resources/extruders/atomstack_cambrianmaxe285_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "atomstack_cambrianmaxe285", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.8 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/atomstack_cambrianproe175_extruder_0.def.json b/resources/extruders/atomstack_cambrianproe175_extruder_0.def.json index d55afde8a2..47e92a489e 100644 --- a/resources/extruders/atomstack_cambrianproe175_extruder_0.def.json +++ b/resources/extruders/atomstack_cambrianproe175_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "atomstack_cambrianproe175", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/atomstack_cambrianproe285_extruder_0.def.json b/resources/extruders/atomstack_cambrianproe285_extruder_0.def.json index db3dcda781..44c41164b6 100644 --- a/resources/extruders/atomstack_cambrianproe285_extruder_0.def.json +++ b/resources/extruders/atomstack_cambrianproe285_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "atomstack_cambrianproe285", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.8 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/beamup_l_extruder_0.def.json b/resources/extruders/beamup_l_extruder_0.def.json index b3ab9ed045..d7eb6030b5 100644 --- a/resources/extruders/beamup_l_extruder_0.def.json +++ b/resources/extruders/beamup_l_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "beamup_l", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.8 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/beamup_s_extruder_0.def.json b/resources/extruders/beamup_s_extruder_0.def.json index 1df9068198..f50d8aadcd 100644 --- a/resources/extruders/beamup_s_extruder_0.def.json +++ b/resources/extruders/beamup_s_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "beamup_s", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/bfb_extruder_0.def.json b/resources/extruders/bfb_extruder_0.def.json index 6dd995d098..8d3fc4dabe 100644 --- a/resources/extruders/bfb_extruder_0.def.json +++ b/resources/extruders/bfb_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "bfb", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.5 }, "material_diameter": { "default_value": 1.7 } } -} +} \ No newline at end of file diff --git a/resources/extruders/bibo2_dual_extruder_0.def.json b/resources/extruders/bibo2_dual_extruder_0.def.json index 91508ecc6d..5175c07add 100644 --- a/resources/extruders/bibo2_dual_extruder_0.def.json +++ b/resources/extruders/bibo2_dual_extruder_0.def.json @@ -1,45 +1,28 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "bibo2_dual", - "position": "0" - }, - "overrides": { - "extruder_nr": { - "default_value": 0, - "maximum_value": "1" - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": 0.0 - }, - "machine_nozzle_offset_y": { - "default_value": 0.0 - }, - "machine_extruder_start_pos_abs": { - "default_value": true - }, - "machine_extruder_start_pos_x": { - "value": "prime_tower_position_x" - }, - "machine_extruder_start_pos_y": { - "value": "prime_tower_position_y" - }, - "machine_extruder_end_pos_abs": { - "default_value": true - }, - "machine_extruder_end_pos_x": { - "value": "prime_tower_position_x" - }, - "machine_extruder_end_pos_y": { - "value": "prime_tower_position_y" - } - } -} +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "bibo2_dual", + "position": "0" + }, + "overrides": + { + "extruder_nr": + { + "default_value": 0, + "maximum_value": "1" + }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/bibo2_dual_extruder_1.def.json b/resources/extruders/bibo2_dual_extruder_1.def.json index 129ad27273..23a908dfc4 100644 --- a/resources/extruders/bibo2_dual_extruder_1.def.json +++ b/resources/extruders/bibo2_dual_extruder_1.def.json @@ -1,45 +1,28 @@ -{ - "version": 2, - "name": "Extruder 2", - "inherits": "fdmextruder", - "metadata": { - "machine": "bibo2_dual", - "position": "1" - }, - "overrides": { - "extruder_nr": { - "default_value": 1, - "maximum_value": "1" - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": 0.0 - }, - "machine_nozzle_offset_y": { - "default_value": 0.0 - }, - "machine_extruder_start_pos_abs": { - "default_value": true - }, - "machine_extruder_start_pos_x": { - "value": "prime_tower_position_x" - }, - "machine_extruder_start_pos_y": { - "value": "prime_tower_position_y" - }, - "machine_extruder_end_pos_abs": { - "default_value": true - }, - "machine_extruder_end_pos_x": { - "value": "prime_tower_position_x" - }, - "machine_extruder_end_pos_y": { - "value": "prime_tower_position_y" - } - } -} +{ + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": + { + "machine": "bibo2_dual", + "position": "1" + }, + "overrides": + { + "extruder_nr": + { + "default_value": 1, + "maximum_value": "1" + }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/biqu_base_extruder_0.def.json b/resources/extruders/biqu_base_extruder_0.def.json index 205bc87d8f..6a1f3ee710 100755 --- a/resources/extruders/biqu_base_extruder_0.def.json +++ b/resources/extruders/biqu_base_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "biqu_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/blv_mgn_cube_extruder_0.def.json b/resources/extruders/blv_mgn_cube_extruder_0.def.json index 4a5ed97f47..faf1664e52 100644 --- a/resources/extruders/blv_mgn_cube_extruder_0.def.json +++ b/resources/extruders/blv_mgn_cube_extruder_0.def.json @@ -1,20 +1,16 @@ -{ - "name": "Extruder 1", - "version": 2, - "inherits": "fdmextruder", - "metadata": { - "machine": "blv_mgn_cube_base", - "position": "0" - }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } - } +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "blv_mgn_cube_base", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } } \ No newline at end of file diff --git a/resources/extruders/bq_hephestos_2_extruder_0.def.json b/resources/extruders/bq_hephestos_2_extruder_0.def.json index d58d8d755a..2457b451ad 100644 --- a/resources/extruders/bq_hephestos_2_extruder_0.def.json +++ b/resources/extruders/bq_hephestos_2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "bq_hephestos_2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/bq_hephestos_extruder_0.def.json b/resources/extruders/bq_hephestos_extruder_0.def.json index dc9b42d66d..74ed7845ea 100644 --- a/resources/extruders/bq_hephestos_extruder_0.def.json +++ b/resources/extruders/bq_hephestos_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "bq_hephestos", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/bq_hephestos_xl_extruder_0.def.json b/resources/extruders/bq_hephestos_xl_extruder_0.def.json index a52032f129..1cd713dfe6 100644 --- a/resources/extruders/bq_hephestos_xl_extruder_0.def.json +++ b/resources/extruders/bq_hephestos_xl_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "bq_hephestos_xl", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/bq_witbox_2_extruder_0.def.json b/resources/extruders/bq_witbox_2_extruder_0.def.json index 62fe62ad0b..484421cc46 100644 --- a/resources/extruders/bq_witbox_2_extruder_0.def.json +++ b/resources/extruders/bq_witbox_2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "bq_witbox_2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/bq_witbox_extruder_0.def.json b/resources/extruders/bq_witbox_extruder_0.def.json index 37b1492676..32562de5c6 100644 --- a/resources/extruders/bq_witbox_extruder_0.def.json +++ b/resources/extruders/bq_witbox_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "bq_witbox", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/builder_premium_large_front.def.json b/resources/extruders/builder_premium_large_front.def.json index dc1c557304..9903b1a20a 100644 --- a/resources/extruders/builder_premium_large_front.def.json +++ b/resources/extruders/builder_premium_large_front.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Front Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "builder_premium_large", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "extruder_prime_pos_abs": { "default_value": true }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "extruder_prime_pos_abs": { "default_value": true } + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/builder_premium_large_rear.def.json b/resources/extruders/builder_premium_large_rear.def.json index 5dbe6d30c9..44bfcd21a6 100644 --- a/resources/extruders/builder_premium_large_rear.def.json +++ b/resources/extruders/builder_premium_large_rear.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Rear Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "builder_premium_large", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "extruder_prime_pos_abs": { "default_value": true }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "extruder_prime_pos_abs": { "default_value": true } + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/builder_premium_medium_front.def.json b/resources/extruders/builder_premium_medium_front.def.json index 2d38e48aab..ee31efc309 100644 --- a/resources/extruders/builder_premium_medium_front.def.json +++ b/resources/extruders/builder_premium_medium_front.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Front Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "builder_premium_medium", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "extruder_prime_pos_abs": { "default_value": true }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "extruder_prime_pos_abs": { "default_value": true } + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/builder_premium_medium_rear.def.json b/resources/extruders/builder_premium_medium_rear.def.json index 0a789c38f1..54ca3a60f8 100644 --- a/resources/extruders/builder_premium_medium_rear.def.json +++ b/resources/extruders/builder_premium_medium_rear.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Rear Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "builder_premium_medium", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "extruder_prime_pos_abs": { "default_value": true }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "extruder_prime_pos_abs": { "default_value": true } + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/builder_premium_small_front.def.json b/resources/extruders/builder_premium_small_front.def.json index b36c535aeb..25420a0e52 100644 --- a/resources/extruders/builder_premium_small_front.def.json +++ b/resources/extruders/builder_premium_small_front.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Front Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "builder_premium_small", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "extruder_prime_pos_abs": { "default_value": true }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "extruder_prime_pos_abs": { "default_value": true } + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/builder_premium_small_rear.def.json b/resources/extruders/builder_premium_small_rear.def.json index 8e00d0cc39..f544ec3fa3 100644 --- a/resources/extruders/builder_premium_small_rear.def.json +++ b/resources/extruders/builder_premium_small_rear.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Rear Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "builder_premium_small", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "extruder_prime_pos_abs": { "default_value": true }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "extruder_prime_pos_abs": { "default_value": true } + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cartesio_extruder_0.def.json b/resources/extruders/cartesio_extruder_0.def.json index ad27d4854c..f1ab23ed0e 100644 --- a/resources/extruders/cartesio_extruder_0.def.json +++ b/resources/extruders/cartesio_extruder_0.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cartesio", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "3" }, + "machine_extruder_end_code": { "default_value": "\nM104 T0 S{material_standby_temperature}\nG1 X65 Y35 F9000 ; go to wipe position\nM109 T0 R{material_standby_temperature}; wait for temp\nG1 X45 Y15 F3000; wipe\nG1 X55 F9000\nG1 Y35 F6000; wipe again\n\n;end T0\n\n" }, + "machine_extruder_start_code": { "default_value": "\n;start T0\n\nM104 T0 S{material_print_temperature_layer_0}\nG1 X65 Y35 F9000 ; go to wipe position\nM109 T0 S{material_print_temperature_layer_0}; wait for temp\nG1 E10 F300; prime\nG92 E0\nG1 X45 Y15 F3000; wipe\nG1 X55 F9000\nG1 Y35 F6000; wipe again\n\nM117 printing...\n" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;start T0\n\nM104 T0 S{material_print_temperature_layer_0}\nG1 X65 Y35 F9000 ; go to wipe position\nM109 T0 S{material_print_temperature_layer_0}; wait for temp\nG1 E10 F300; prime\nG92 E0\nG1 X45 Y15 F3000; wipe\nG1 X55 F9000\nG1 Y35 F6000; wipe again\n\nM117 printing...\n" - }, - "machine_extruder_end_code": { - "default_value": "\nM104 T0 S{material_standby_temperature}\nG1 X65 Y35 F9000 ; go to wipe position\nM109 T0 R{material_standby_temperature}; wait for temp\nG1 X45 Y15 F3000; wipe\nG1 X55 F9000\nG1 Y35 F6000; wipe again\n\n;end T0\n\n" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cartesio_extruder_1.def.json b/resources/extruders/cartesio_extruder_1.def.json index 1699a9c6a8..7a41f2d99c 100644 --- a/resources/extruders/cartesio_extruder_1.def.json +++ b/resources/extruders/cartesio_extruder_1.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cartesio", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "3" }, + "machine_extruder_end_code": { "default_value": "\nM104 T1 S{material_standby_temperature}\nG1 X41 Y35 F9000 ; go to wipe position\nM109 T1 R{material_standby_temperature}; wait for temp\nG1 X21 Y15 F3000; wipe\nG1 X31 F9000\nG1 Y35 F6000; wipe again\n\n;end T1\n\n" }, + "machine_extruder_start_code": { "default_value": "\n;start T1\n\nM104 T1 S{material_print_temperature_layer_0}\nG1 X41 Y35 F9000 ; go to wipe position\nM109 T1 S{material_print_temperature_layer_0}; wait for temp\nG1 E10 F300; prime\nG92 E0\nG1 X21 Y15 F3000; wipe\nG1 X34 F9000\nG1 Y35 F6000; wipe again\n\nM117 printing...\n" }, "machine_nozzle_offset_x": { "default_value": 24.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;start T1\n\nM104 T1 S{material_print_temperature_layer_0}\nG1 X41 Y35 F9000 ; go to wipe position\nM109 T1 S{material_print_temperature_layer_0}; wait for temp\nG1 E10 F300; prime\nG92 E0\nG1 X21 Y15 F3000; wipe\nG1 X34 F9000\nG1 Y35 F6000; wipe again\n\nM117 printing...\n" - }, - "machine_extruder_end_code": { - "default_value": "\nM104 T1 S{material_standby_temperature}\nG1 X41 Y35 F9000 ; go to wipe position\nM109 T1 R{material_standby_temperature}; wait for temp\nG1 X21 Y15 F3000; wipe\nG1 X31 F9000\nG1 Y35 F6000; wipe again\n\n;end T1\n\n" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cartesio_extruder_2.def.json b/resources/extruders/cartesio_extruder_2.def.json index 2521ada681..04e4a27011 100644 --- a/resources/extruders/cartesio_extruder_2.def.json +++ b/resources/extruders/cartesio_extruder_2.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Extruder 3", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cartesio", "position": "2" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 2, "maximum_value": "3" }, + "machine_extruder_end_code": { "default_value": "\nM104 T2 S{material_standby_temperature}\nG1 X41 Y215 F9000 ; go to wipe position\nM109 T2 R{material_standby_temperature}; wait for temp\nG1 X21 Y235 F3000; wipe\nG1 X31 F9000\nG1 Y215 F6000; wipe again\n\n;end T2\n\n" }, + "machine_extruder_start_code": { "default_value": "\n;start T2\n\nM104 T2 S{material_print_temperature_layer_0}\nG1 X41 Y215 F9000 ; go to wipe position\nM109 T2 S{material_print_temperature_layer_0}; wait for temp\nG1 E10 F300; prime\nG92 E0\nG1 X21 Y235 F3000; wipe\nG1 X31 F9000\nG1 Y215 F6000; wipe again\n\nM117 printing...\n" }, "machine_nozzle_offset_x": { "default_value": 24.0 }, "machine_nozzle_offset_y": { "default_value": -100.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;start T2\n\nM104 T2 S{material_print_temperature_layer_0}\nG1 X41 Y215 F9000 ; go to wipe position\nM109 T2 S{material_print_temperature_layer_0}; wait for temp\nG1 E10 F300; prime\nG92 E0\nG1 X21 Y235 F3000; wipe\nG1 X31 F9000\nG1 Y215 F6000; wipe again\n\nM117 printing...\n" - }, - "machine_extruder_end_code": { - "default_value": "\nM104 T2 S{material_standby_temperature}\nG1 X41 Y215 F9000 ; go to wipe position\nM109 T2 R{material_standby_temperature}; wait for temp\nG1 X21 Y235 F3000; wipe\nG1 X31 F9000\nG1 Y215 F6000; wipe again\n\n;end T2\n\n" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cartesio_extruder_3.def.json b/resources/extruders/cartesio_extruder_3.def.json index c844e7ce54..02ac2328ca 100644 --- a/resources/extruders/cartesio_extruder_3.def.json +++ b/resources/extruders/cartesio_extruder_3.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Extruder 4", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cartesio", "position": "3" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 3, "maximum_value": "3" }, + "machine_extruder_end_code": { "default_value": "\nM104 T3 S{material_standby_temperature}\nG1 X65 Y215 F9000 ; go to wipe position\nM109 T3 R{material_standby_temperature}; wait for temp\nG1 X45 Y235 F3000; wipe\nG1 X55 F9000\nG1 Y215 F6000; wipe again\n\n;end T3\n\n" }, + "machine_extruder_start_code": { "default_value": "\n;start T3\n\nM104 T3 S{material_print_temperature_layer_0}\nG1 X65 Y215 F9000 ; go to wipe position\nM109 T3 S{material_print_temperature_layer_0}; wait for temp\nG1 E10 F300; prime\nG92 E0\nG1 X45 Y235 F3000; wipe\nG1 X55 F9000\nG1 Y215 F6000; wipe again\n\nM117 printing...\n" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": -100.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;start T3\n\nM104 T3 S{material_print_temperature_layer_0}\nG1 X65 Y215 F9000 ; go to wipe position\nM109 T3 S{material_print_temperature_layer_0}; wait for temp\nG1 E10 F300; prime\nG92 E0\nG1 X45 Y235 F3000; wipe\nG1 X55 F9000\nG1 Y215 F6000; wipe again\n\nM117 printing...\n" - }, - "machine_extruder_end_code": { - "default_value": "\nM104 T3 S{material_standby_temperature}\nG1 X65 Y215 F9000 ; go to wipe position\nM109 T3 R{material_standby_temperature}; wait for temp\nG1 X45 Y235 F3000; wipe\nG1 X55 F9000\nG1 Y215 F6000; wipe again\n\n;end T3\n\n" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cocoon_create_extruder_0.def.json b/resources/extruders/cocoon_create_extruder_0.def.json index edca4b33bb..9ffc2da638 100644 --- a/resources/extruders/cocoon_create_extruder_0.def.json +++ b/resources/extruders/cocoon_create_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cocoon_create", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cocoon_create_modelmaker_extruder_0.def.json b/resources/extruders/cocoon_create_modelmaker_extruder_0.def.json index dfa06c776a..a9115d7863 100644 --- a/resources/extruders/cocoon_create_modelmaker_extruder_0.def.json +++ b/resources/extruders/cocoon_create_modelmaker_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cocoon_create_modelmaker", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cocoon_create_touch_extruder_0.def.json b/resources/extruders/cocoon_create_touch_extruder_0.def.json index ca7c3e38af..083d6f5834 100644 --- a/resources/extruders/cocoon_create_touch_extruder_0.def.json +++ b/resources/extruders/cocoon_create_touch_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cocoon_create_touch", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cr-x_extruder_0.def.json b/resources/extruders/cr-x_extruder_0.def.json index d9b7b03021..e01e85e9da 100644 --- a/resources/extruders/cr-x_extruder_0.def.json +++ b/resources/extruders/cr-x_extruder_0.def.json @@ -2,25 +2,23 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creality_cr-x", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X295 Y265 ;move near prime tower\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90" }, + "machine_extruder_start_code": { "default_value": "\nT0 ;switch to extruder 1\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_size": { "default_value": 0.4 }, - "machine_extruder_start_code": { - "default_value": "\nT0 ;switch to extruder 1\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X295 Y265 ;move near prime tower\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cr-x_extruder_1.def.json b/resources/extruders/cr-x_extruder_1.def.json index 8e763df64f..5ddb5aa1a0 100644 --- a/resources/extruders/cr-x_extruder_1.def.json +++ b/resources/extruders/cr-x_extruder_1.def.json @@ -2,25 +2,23 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creality_cr-x", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X295 Y265 ;move near prime tower\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90" }, + "machine_extruder_start_code": { "default_value": "\nT1 ;switch to extruder 2\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_size": { "default_value": 0.4 }, - "machine_extruder_start_code": { - "default_value": "\nT1 ;switch to extruder 2\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X295 Y265 ;move near prime tower\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/crazy3dprint_cz300_extruder_0.def.json b/resources/extruders/crazy3dprint_cz300_extruder_0.def.json index 72bbdbe17e..bc2354c8f8 100644 --- a/resources/extruders/crazy3dprint_cz300_extruder_0.def.json +++ b/resources/extruders/crazy3dprint_cz300_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "crazy3dprint_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/creality_base_extruder_0.def.json b/resources/extruders/creality_base_extruder_0.def.json index a173d1c2fa..68a5545fb4 100644 --- a/resources/extruders/creality_base_extruder_0.def.json +++ b/resources/extruders/creality_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creality_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/creasee_cs50spro_extruder.def.json b/resources/extruders/creasee_cs50spro_extruder.def.json index 8fdd42186a..793bb515fe 100644 --- a/resources/extruders/creasee_cs50spro_extruder.def.json +++ b/resources/extruders/creasee_cs50spro_extruder.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creasee_cs50spro", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/creasee_extruder_0.def.json b/resources/extruders/creasee_extruder_0.def.json index abefa6b1c8..5495a691b0 100644 --- a/resources/extruders/creasee_extruder_0.def.json +++ b/resources/extruders/creasee_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creasee_cs20", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/creasee_extruder_1.def.json b/resources/extruders/creasee_extruder_1.def.json index 747e1c48f8..805493a00e 100644 --- a/resources/extruders/creasee_extruder_1.def.json +++ b/resources/extruders/creasee_extruder_1.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creasee_cs30", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/creasee_phoenix_extruder.def.json b/resources/extruders/creasee_phoenix_extruder.def.json index 9eed5943e4..3312f7406e 100644 --- a/resources/extruders/creasee_phoenix_extruder.def.json +++ b/resources/extruders/creasee_phoenix_extruder.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creasee_phoenix", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/creasee_skywalker_extruder.def.json b/resources/extruders/creasee_skywalker_extruder.def.json index 0e240665ec..a1c1f5c1f5 100644 --- a/resources/extruders/creasee_skywalker_extruder.def.json +++ b/resources/extruders/creasee_skywalker_extruder.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creasee_skywalker", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/creatable_d3_extruder_0.def.json b/resources/extruders/creatable_d3_extruder_0.def.json index 95883d0f69..66e8888b09 100644 --- a/resources/extruders/creatable_d3_extruder_0.def.json +++ b/resources/extruders/creatable_d3_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "creatable_d3", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cremaker_extruder_0.def.json b/resources/extruders/cremaker_extruder_0.def.json index bf1dcce526..e7ed5300fe 100644 --- a/resources/extruders/cremaker_extruder_0.def.json +++ b/resources/extruders/cremaker_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cremaker_common", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cubicon_3dp_110f_extruder_0.def.json b/resources/extruders/cubicon_3dp_110f_extruder_0.def.json index 048c12b992..a0637bf552 100644 --- a/resources/extruders/cubicon_3dp_110f_extruder_0.def.json +++ b/resources/extruders/cubicon_3dp_110f_extruder_0.def.json @@ -2,25 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cubicon_3dp_110f", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": -15 - }, - "machine_nozzle_offset_y": { - "default_value": -5 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": -15 }, + "machine_nozzle_offset_y": { "default_value": -5 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/cubicon_3dp_210f_extruder_0.def.json b/resources/extruders/cubicon_3dp_210f_extruder_0.def.json index 07fe7f3769..97bbd009ed 100644 --- a/resources/extruders/cubicon_3dp_210f_extruder_0.def.json +++ b/resources/extruders/cubicon_3dp_210f_extruder_0.def.json @@ -2,25 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cubicon_3dp_210f", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": -7.25 - }, - "machine_nozzle_offset_y": { - "default_value": -5.82 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": -7.25 }, + "machine_nozzle_offset_y": { "default_value": -5.82 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/cubicon_3dp_310f_extruder_0.def.json b/resources/extruders/cubicon_3dp_310f_extruder_0.def.json index 8dc336877f..ee450c87b5 100644 --- a/resources/extruders/cubicon_3dp_310f_extruder_0.def.json +++ b/resources/extruders/cubicon_3dp_310f_extruder_0.def.json @@ -2,25 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cubicon_3dp_310f", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": -15 - }, - "machine_nozzle_offset_y": { - "default_value": -5 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": -15 }, + "machine_nozzle_offset_y": { "default_value": -5 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/cubicon_dual_pro_a30_extruder_0.def.json b/resources/extruders/cubicon_dual_pro_a30_extruder_0.def.json index 6c8993e799..4bd95152c0 100644 --- a/resources/extruders/cubicon_dual_pro_a30_extruder_0.def.json +++ b/resources/extruders/cubicon_dual_pro_a30_extruder_0.def.json @@ -2,25 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cubicon_dual_pro_a30", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": -27.3 - }, - "machine_nozzle_offset_y": { - "default_value": -19.9 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": -27.3 }, + "machine_nozzle_offset_y": { "default_value": -19.9 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cubicon_dual_pro_a30_extruder_1.def.json b/resources/extruders/cubicon_dual_pro_a30_extruder_1.def.json index ccdfdee1f7..687c6d464e 100644 --- a/resources/extruders/cubicon_dual_pro_a30_extruder_1.def.json +++ b/resources/extruders/cubicon_dual_pro_a30_extruder_1.def.json @@ -2,25 +2,17 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cubicon_dual_pro_a30", "position": "1" }, - "overrides": { - "extruder_nr": { - "default_value": 1 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": -27.3 - }, - "machine_nozzle_offset_y": { - "default_value": -19.9 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_nozzle_offset_x": { "default_value": -27.3 }, + "machine_nozzle_offset_y": { "default_value": -19.9 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json b/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json index 587d093a9e..6da644c38a 100644 --- a/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json +++ b/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json @@ -2,25 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cubicon_style_neo_a22", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": -3.20 - }, - "machine_nozzle_offset_y": { - "default_value": -4.70 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": -3.2 }, + "machine_nozzle_offset_y": { "default_value": -4.7 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cubicon_style_neo_a31_extruder_0.def.json b/resources/extruders/cubicon_style_neo_a31_extruder_0.def.json index 4f6ced9818..1467ee6845 100644 --- a/resources/extruders/cubicon_style_neo_a31_extruder_0.def.json +++ b/resources/extruders/cubicon_style_neo_a31_extruder_0.def.json @@ -2,25 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cubicon_style_neo_a31", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": -7.13 - }, - "machine_nozzle_offset_y": { - "default_value": -3.77 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": -7.13 }, + "machine_nozzle_offset_y": { "default_value": -3.77 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/cubicon_style_plus_a15_extruder_0.def.json b/resources/extruders/cubicon_style_plus_a15_extruder_0.def.json index 12d022cd1e..7474413762 100644 --- a/resources/extruders/cubicon_style_plus_a15_extruder_0.def.json +++ b/resources/extruders/cubicon_style_plus_a15_extruder_0.def.json @@ -2,25 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "cubicon_style_plus_a15", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "machine_nozzle_offset_x": { - "default_value": -4.00 - }, - "machine_nozzle_offset_y": { - "default_value": -7.00 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": -4.0 }, + "machine_nozzle_offset_y": { "default_value": -7.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/custom_extruder_1.def.json b/resources/extruders/custom_extruder_1.def.json index 942f3e96b9..f15f98b3ec 100644 --- a/resources/extruders/custom_extruder_1.def.json +++ b/resources/extruders/custom_extruder_1.def.json @@ -2,15 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "custom", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "7" } } -} +} \ No newline at end of file diff --git a/resources/extruders/custom_extruder_2.def.json b/resources/extruders/custom_extruder_2.def.json index cd43efa994..8812503dd4 100644 --- a/resources/extruders/custom_extruder_2.def.json +++ b/resources/extruders/custom_extruder_2.def.json @@ -2,15 +2,17 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "custom", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "7" } } -} +} \ No newline at end of file diff --git a/resources/extruders/custom_extruder_3.def.json b/resources/extruders/custom_extruder_3.def.json index be5bdd0e6a..734e0f81f7 100644 --- a/resources/extruders/custom_extruder_3.def.json +++ b/resources/extruders/custom_extruder_3.def.json @@ -2,15 +2,17 @@ "version": 2, "name": "Extruder 3", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "custom", "position": "2" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 2, "maximum_value": "7" } } -} +} \ No newline at end of file diff --git a/resources/extruders/custom_extruder_4.def.json b/resources/extruders/custom_extruder_4.def.json index ce1df0a5f5..21635bed58 100644 --- a/resources/extruders/custom_extruder_4.def.json +++ b/resources/extruders/custom_extruder_4.def.json @@ -2,15 +2,17 @@ "version": 2, "name": "Extruder 4", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "custom", "position": "3" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 3, "maximum_value": "7" } } -} +} \ No newline at end of file diff --git a/resources/extruders/custom_extruder_5.def.json b/resources/extruders/custom_extruder_5.def.json index beb4786505..2e8f9a8c6a 100644 --- a/resources/extruders/custom_extruder_5.def.json +++ b/resources/extruders/custom_extruder_5.def.json @@ -2,15 +2,17 @@ "version": 2, "name": "Extruder 5", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "custom", "position": "4" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 4, "maximum_value": "7" } } -} +} \ No newline at end of file diff --git a/resources/extruders/custom_extruder_6.def.json b/resources/extruders/custom_extruder_6.def.json index 7f1e1a1343..b6bd726e3a 100644 --- a/resources/extruders/custom_extruder_6.def.json +++ b/resources/extruders/custom_extruder_6.def.json @@ -2,15 +2,17 @@ "version": 2, "name": "Extruder 6", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "custom", "position": "5" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 5, "maximum_value": "7" } } -} +} \ No newline at end of file diff --git a/resources/extruders/custom_extruder_7.def.json b/resources/extruders/custom_extruder_7.def.json index e4239f35f0..2cebd0cf02 100644 --- a/resources/extruders/custom_extruder_7.def.json +++ b/resources/extruders/custom_extruder_7.def.json @@ -2,15 +2,17 @@ "version": 2, "name": "Extruder 7", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "custom", "position": "6" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 6, "maximum_value": "7" } } -} +} \ No newline at end of file diff --git a/resources/extruders/custom_extruder_8.def.json b/resources/extruders/custom_extruder_8.def.json index 7671825792..be70ff2226 100644 --- a/resources/extruders/custom_extruder_8.def.json +++ b/resources/extruders/custom_extruder_8.def.json @@ -2,15 +2,17 @@ "version": 2, "name": "Extruder 8", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "custom", "position": "7" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 7, "maximum_value": "7" } } -} +} \ No newline at end of file diff --git a/resources/extruders/dagoma_discoeasy200_extruder.def.json b/resources/extruders/dagoma_discoeasy200_extruder.def.json index 7bef0a7649..402630591b 100644 --- a/resources/extruders/dagoma_discoeasy200_extruder.def.json +++ b/resources/extruders/dagoma_discoeasy200_extruder.def.json @@ -2,20 +2,15 @@ "version": 2, "name": "Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dagoma_discoeasy200", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dagoma_discoeasy200_extruder_0.def.json b/resources/extruders/dagoma_discoeasy200_extruder_0.def.json index af1c2c42e9..158150dbb2 100644 --- a/resources/extruders/dagoma_discoeasy200_extruder_0.def.json +++ b/resources/extruders/dagoma_discoeasy200_extruder_0.def.json @@ -2,26 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dagoma_discoeasy200_bicolor", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_extruder_start_code": { - "default_value": ";Start T0\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0" - }, - "machine_extruder_end_code": { - "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T0" - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T0" }, + "machine_extruder_start_code": { "default_value": ";Start T0\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dagoma_discoeasy200_extruder_1.def.json b/resources/extruders/dagoma_discoeasy200_extruder_1.def.json index f01a805270..1705cb89c0 100644 --- a/resources/extruders/dagoma_discoeasy200_extruder_1.def.json +++ b/resources/extruders/dagoma_discoeasy200_extruder_1.def.json @@ -2,26 +2,17 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dagoma_discoeasy200_bicolor", "position": "1" }, - - "overrides": { - "extruder_nr": { - "default_value": 1 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_extruder_start_code": { - "default_value": ";Start T1\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0" - }, - "machine_extruder_end_code": { - "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T1" - } + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_extruder_end_code": { "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T1" }, + "machine_extruder_start_code": { "default_value": ";Start T1\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dagoma_discoultimate_extruder.def.json b/resources/extruders/dagoma_discoultimate_extruder.def.json index a53145f429..d9a454f345 100644 --- a/resources/extruders/dagoma_discoultimate_extruder.def.json +++ b/resources/extruders/dagoma_discoultimate_extruder.def.json @@ -2,20 +2,15 @@ "version": 2, "name": "Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dagoma_discoultimate", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dagoma_discoultimate_extruder_0.def.json b/resources/extruders/dagoma_discoultimate_extruder_0.def.json index 766d5b2902..56229f57c8 100644 --- a/resources/extruders/dagoma_discoultimate_extruder_0.def.json +++ b/resources/extruders/dagoma_discoultimate_extruder_0.def.json @@ -2,26 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dagoma_discoultimate_bicolor", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_extruder_start_code": { - "default_value": ";Start T0\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0" - }, - "machine_extruder_end_code": { - "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T0" - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T0" }, + "machine_extruder_start_code": { "default_value": ";Start T0\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dagoma_discoultimate_extruder_1.def.json b/resources/extruders/dagoma_discoultimate_extruder_1.def.json index f71b875261..518a7153f7 100644 --- a/resources/extruders/dagoma_discoultimate_extruder_1.def.json +++ b/resources/extruders/dagoma_discoultimate_extruder_1.def.json @@ -2,26 +2,17 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dagoma_discoultimate_bicolor", "position": "1" }, - - "overrides": { - "extruder_nr": { - "default_value": 1 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_extruder_start_code": { - "default_value": ";Start T1\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0" - }, - "machine_extruder_end_code": { - "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T1" - } + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_extruder_end_code": { "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T1" }, + "machine_extruder_start_code": { "default_value": ";Start T1\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0" }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dagoma_magis_extruder.def.json b/resources/extruders/dagoma_magis_extruder.def.json index 06cf6127ce..74b5d01115 100644 --- a/resources/extruders/dagoma_magis_extruder.def.json +++ b/resources/extruders/dagoma_magis_extruder.def.json @@ -2,20 +2,15 @@ "version": 2, "name": "Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dagoma_magis", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dagoma_neva_extruder.def.json b/resources/extruders/dagoma_neva_extruder.def.json index 3fa26ab5c9..56376a95fa 100644 --- a/resources/extruders/dagoma_neva_extruder.def.json +++ b/resources/extruders/dagoma_neva_extruder.def.json @@ -2,20 +2,15 @@ "version": 2, "name": "Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dagoma_neva", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/delta_go_extruder_0.def.json b/resources/extruders/delta_go_extruder_0.def.json index 330cde08bf..072054dad7 100644 --- a/resources/extruders/delta_go_extruder_0.def.json +++ b/resources/extruders/delta_go_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "delta_go", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltabot_extruder_0.def.json b/resources/extruders/deltabot_extruder_0.def.json index d4773ccf9f..e89ee5a428 100644 --- a/resources/extruders/deltabot_extruder_0.def.json +++ b/resources/extruders/deltabot_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "deltabot", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.5 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_base_extruder_0.def.json b/resources/extruders/deltacomb_base_extruder_0.def.json index d3ad8aa06c..7d358186c5 100644 --- a/resources/extruders/deltacomb_base_extruder_0.def.json +++ b/resources/extruders/deltacomb_base_extruder_0.def.json @@ -1,19 +1,24 @@ { - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_base", - "position": "0" + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_base", + "position": "0" }, - - "overrides": { - "extruder_nr": { "default_value": 0, "maximum_value": "3" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";Deltacomb Extruder 1\n;Put your custom code here"}, - "machine_extruder_end_code": { "default_value": ";Deltacomb Extruder 1\n;Put your custom code here"} + "overrides": + { + "extruder_nr": + { + "default_value": 0, + "maximum_value": "3" + }, + "machine_extruder_end_code": { "default_value": ";Deltacomb Extruder 1\n;Put your custom code here" }, + "machine_extruder_start_code": { "default_value": ";Deltacomb Extruder 1\n;Put your custom code here" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_base_extruder_1.def.json b/resources/extruders/deltacomb_base_extruder_1.def.json index 2f2de6c747..99227302c0 100644 --- a/resources/extruders/deltacomb_base_extruder_1.def.json +++ b/resources/extruders/deltacomb_base_extruder_1.def.json @@ -1,19 +1,24 @@ { - "version": 2, - "name": "Extruder 2", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_base", - "position": "1" + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_base", + "position": "1" }, - - "overrides": { - "extruder_nr": { "default_value": 1, "maximum_value": "3" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";Deltacomb Extruder 2\n;Put your custom code here"}, - "machine_extruder_end_code": { "default_value": ";Deltacomb Extruder 2\n;Put your custom code here"} + "overrides": + { + "extruder_nr": + { + "default_value": 1, + "maximum_value": "3" + }, + "machine_extruder_end_code": { "default_value": ";Deltacomb Extruder 2\n;Put your custom code here" }, + "machine_extruder_start_code": { "default_value": ";Deltacomb Extruder 2\n;Put your custom code here" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_base_extruder_2.def.json b/resources/extruders/deltacomb_base_extruder_2.def.json index f4a898f0c7..6d507e1aa4 100644 --- a/resources/extruders/deltacomb_base_extruder_2.def.json +++ b/resources/extruders/deltacomb_base_extruder_2.def.json @@ -1,19 +1,24 @@ { - "version": 2, - "name": "Extruder 3", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_base", - "position": "2" + "version": 2, + "name": "Extruder 3", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_base", + "position": "2" }, - - "overrides": { - "extruder_nr": { "default_value": 2, "maximum_value": "3" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";Deltacomb Extruder 3\n;Put your custom code here"}, - "machine_extruder_end_code": { "default_value": ";Deltacomb Extruder 3\n;Put your custom code here"} + "overrides": + { + "extruder_nr": + { + "default_value": 2, + "maximum_value": "3" + }, + "machine_extruder_end_code": { "default_value": ";Deltacomb Extruder 3\n;Put your custom code here" }, + "machine_extruder_start_code": { "default_value": ";Deltacomb Extruder 3\n;Put your custom code here" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_base_extruder_3.def.json b/resources/extruders/deltacomb_base_extruder_3.def.json index 2d01c8e5aa..a4338723bc 100644 --- a/resources/extruders/deltacomb_base_extruder_3.def.json +++ b/resources/extruders/deltacomb_base_extruder_3.def.json @@ -1,19 +1,24 @@ { - "version": 2, - "name": "Extruder 4", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_base", - "position": "3" + "version": 2, + "name": "Extruder 4", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_base", + "position": "3" }, - - "overrides": { - "extruder_nr": { "default_value": 3, "maximum_value": "3" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";Deltacomb Extruder 4\n;Put your custom code here"}, - "machine_extruder_end_code": { "default_value": ";Deltacomb Extruder 4\n;Put your custom code here"} + "overrides": + { + "extruder_nr": + { + "default_value": 3, + "maximum_value": "3" + }, + "machine_extruder_end_code": { "default_value": ";Deltacomb Extruder 4\n;Put your custom code here" }, + "machine_extruder_start_code": { "default_value": ";Deltacomb Extruder 4\n;Put your custom code here" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc20dual_extruder_0.def.json b/resources/extruders/deltacomb_dc20dual_extruder_0.def.json index f01a416224..8b0dd18d1b 100644 --- a/resources/extruders/deltacomb_dc20dual_extruder_0.def.json +++ b/resources/extruders/deltacomb_dc20dual_extruder_0.def.json @@ -1,19 +1,20 @@ { - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc20dual", - "position": "0" + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc20dual", + "position": "0" }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": -8.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";DC20 Dual Extruder 1\n;Put your custom code here"}, - "machine_extruder_end_code": { "default_value": ";DC20 Dual Extruder 1\n;Put your custom code here"} + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": ";DC20 Dual Extruder 1\n;Put your custom code here" }, + "machine_extruder_start_code": { "default_value": ";DC20 Dual Extruder 1\n;Put your custom code here" }, + "machine_nozzle_offset_x": { "default_value": -8.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc20dual_extruder_1.def.json b/resources/extruders/deltacomb_dc20dual_extruder_1.def.json index 2749254242..07dcc881c7 100644 --- a/resources/extruders/deltacomb_dc20dual_extruder_1.def.json +++ b/resources/extruders/deltacomb_dc20dual_extruder_1.def.json @@ -1,19 +1,20 @@ { - "version": 2, - "name": "Extruder 2", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc20dual", - "position": "1" + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc20dual", + "position": "1" }, - - "overrides": { - "extruder_nr": { "default_value": 1 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": -8.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";DC20 Dual Extruder 2\n;Put your custom code here"}, - "machine_extruder_end_code": { "default_value": ";DC20 Dual Extruder 2\n;Put your custom code here"} + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_extruder_end_code": { "default_value": ";DC20 Dual Extruder 2\n;Put your custom code here" }, + "machine_extruder_start_code": { "default_value": ";DC20 Dual Extruder 2\n;Put your custom code here" }, + "machine_nozzle_offset_x": { "default_value": -8.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc20flux_extruder_0.def.json b/resources/extruders/deltacomb_dc20flux_extruder_0.def.json index b36879898c..9bcc5cf179 100644 --- a/resources/extruders/deltacomb_dc20flux_extruder_0.def.json +++ b/resources/extruders/deltacomb_dc20flux_extruder_0.def.json @@ -1,19 +1,20 @@ { - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc20flux", - "position": "0" + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc20flux", + "position": "0" }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 1 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 1 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"} + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 1 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 1 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc20flux_extruder_1.def.json b/resources/extruders/deltacomb_dc20flux_extruder_1.def.json index d1232c24a8..cf4472aa61 100644 --- a/resources/extruders/deltacomb_dc20flux_extruder_1.def.json +++ b/resources/extruders/deltacomb_dc20flux_extruder_1.def.json @@ -1,20 +1,21 @@ { - "version": 2, - "name": "Extruder 2", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc20flux", - "position": "1" + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc20flux", + "position": "1" }, - - "overrides": { - "extruder_nr": { "default_value": 1 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 2 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 2 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "prime_tower_flow": { "value": "200" } + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 2 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 2 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "prime_tower_flow": { "value": "200" } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc20flux_extruder_2.def.json b/resources/extruders/deltacomb_dc20flux_extruder_2.def.json index d64a0d8b66..b98bc7ac74 100644 --- a/resources/extruders/deltacomb_dc20flux_extruder_2.def.json +++ b/resources/extruders/deltacomb_dc20flux_extruder_2.def.json @@ -1,20 +1,21 @@ { - "version": 2, - "name": "Extruder 3", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc20flux", - "position": "2" + "version": 2, + "name": "Extruder 3", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc20flux", + "position": "2" }, - - "overrides": { - "extruder_nr": { "default_value": 2 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 3 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 3 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "prime_tower_flow": { "value": "200" } + "overrides": + { + "extruder_nr": { "default_value": 2 }, + "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 3 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 3 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "prime_tower_flow": { "value": "200" } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc20flux_extruder_3.def.json b/resources/extruders/deltacomb_dc20flux_extruder_3.def.json index 061de645df..25b4b75a0c 100644 --- a/resources/extruders/deltacomb_dc20flux_extruder_3.def.json +++ b/resources/extruders/deltacomb_dc20flux_extruder_3.def.json @@ -1,24 +1,21 @@ { - "version": 2, - "name": "Extruder 4", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc20flux", - "position": "3" + "version": 2, + "name": "Extruder 4", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc20flux", + "position": "3" }, - - "overrides": { - "extruder_nr": { "default_value": 3 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 4 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 4 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "prime_tower_flow": { "value": "200" } + "overrides": + { + "extruder_nr": { "default_value": 3 }, + "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 4 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC2x Flux Extruder 4 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "prime_tower_flow": { "value": "200" } } -} - - - - +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc30dual_extruder_0.def.json b/resources/extruders/deltacomb_dc30dual_extruder_0.def.json index 45cd65ea8a..5acc27dfc2 100644 --- a/resources/extruders/deltacomb_dc30dual_extruder_0.def.json +++ b/resources/extruders/deltacomb_dc30dual_extruder_0.def.json @@ -1,19 +1,20 @@ { - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc30dual", - "position": "0" + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc30dual", + "position": "0" }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": -8.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";DC30 Dual Extruder 1\n;Put your custom code here"}, - "machine_extruder_end_code": { "default_value": ";DC30 Dual Extruder 1\n;Put your custom code here"} + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": ";DC30 Dual Extruder 1\n;Put your custom code here" }, + "machine_extruder_start_code": { "default_value": ";DC30 Dual Extruder 1\n;Put your custom code here" }, + "machine_nozzle_offset_x": { "default_value": -8.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc30dual_extruder_1.def.json b/resources/extruders/deltacomb_dc30dual_extruder_1.def.json index 74d2b3d39d..9f847d7d24 100644 --- a/resources/extruders/deltacomb_dc30dual_extruder_1.def.json +++ b/resources/extruders/deltacomb_dc30dual_extruder_1.def.json @@ -1,19 +1,20 @@ { - "version": 2, - "name": "Extruder 2", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc30dual", - "position": "1" + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc30dual", + "position": "1" }, - - "overrides": { - "extruder_nr": { "default_value": 1 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": -8.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";DC30 Dual Extruder 2\n;Put your custom code here"}, - "machine_extruder_end_code": { "default_value": ";DC30 Dual Extruder 2\n;Put your custom code here"} + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_extruder_end_code": { "default_value": ";DC30 Dual Extruder 2\n;Put your custom code here" }, + "machine_extruder_start_code": { "default_value": ";DC30 Dual Extruder 2\n;Put your custom code here" }, + "machine_nozzle_offset_x": { "default_value": -8.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc30flux_extruder_0.def.json b/resources/extruders/deltacomb_dc30flux_extruder_0.def.json index 604affe3f2..405eb7554c 100644 --- a/resources/extruders/deltacomb_dc30flux_extruder_0.def.json +++ b/resources/extruders/deltacomb_dc30flux_extruder_0.def.json @@ -1,19 +1,20 @@ { - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc30flux", - "position": "0" + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc30flux", + "position": "0" }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 1 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 1 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"} + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 1 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 1 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc30flux_extruder_1.def.json b/resources/extruders/deltacomb_dc30flux_extruder_1.def.json index e0b0e1711f..df59e027da 100644 --- a/resources/extruders/deltacomb_dc30flux_extruder_1.def.json +++ b/resources/extruders/deltacomb_dc30flux_extruder_1.def.json @@ -1,20 +1,21 @@ { - "version": 2, - "name": "Extruder 2", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc30flux", - "position": "1" + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc30flux", + "position": "1" }, - - "overrides": { - "extruder_nr": { "default_value": 1 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 2 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 2 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "prime_tower_flow": { "value": "200" } + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 2 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 2 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "prime_tower_flow": { "value": "200" } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc30flux_extruder_2.def.json b/resources/extruders/deltacomb_dc30flux_extruder_2.def.json index 048499988d..ade9f58fb8 100644 --- a/resources/extruders/deltacomb_dc30flux_extruder_2.def.json +++ b/resources/extruders/deltacomb_dc30flux_extruder_2.def.json @@ -1,20 +1,21 @@ { - "version": 2, - "name": "Extruder 3", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc30flux", - "position": "2" + "version": 2, + "name": "Extruder 3", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc30flux", + "position": "2" }, - - "overrides": { - "extruder_nr": { "default_value": 2 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 3 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 3 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "prime_tower_flow": { "value": "200" } + "overrides": + { + "extruder_nr": { "default_value": 2 }, + "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 3 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 3 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "prime_tower_flow": { "value": "200" } } -} +} \ No newline at end of file diff --git a/resources/extruders/deltacomb_dc30flux_extruder_3.def.json b/resources/extruders/deltacomb_dc30flux_extruder_3.def.json index a18f2f1288..a94ca07d48 100644 --- a/resources/extruders/deltacomb_dc30flux_extruder_3.def.json +++ b/resources/extruders/deltacomb_dc30flux_extruder_3.def.json @@ -1,20 +1,21 @@ { - "version": 2, - "name": "Extruder 4", - "inherits": "fdmextruder", - "metadata": { - "machine": "deltacomb_dc30flux", - "position": "3" + "version": 2, + "name": "Extruder 4", + "inherits": "fdmextruder", + "metadata": + { + "machine": "deltacomb_dc30flux", + "position": "3" }, - - "overrides": { - "extruder_nr": { "default_value": 3 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 4 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 4 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------"}, - "prime_tower_flow": { "value": "200" } + "overrides": + { + "extruder_nr": { "default_value": 3 }, + "machine_extruder_end_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 4 End\n;---------------------------------------\nG91 ;relative positioning\nG1 E-10 F6000 ;filament shaping\nG0 Z2\nG1 E9\nG1 E-9\nG1 E8\nG1 E-8\nG1 E-10 F110\nG1 E-40 F5000 ; move to park position\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_extruder_start_code": { "default_value": ";---------------------------------------\n;DC3x Flux Extruder 4 Start\n;---------------------------------------\nG91 ;relative positioning\nG1 E57 F5000 ;fast insert\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\n;---------------------------------------\n;---------------------------------------" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "prime_tower_flow": { "value": "200" } } -} +} \ No newline at end of file diff --git a/resources/extruders/diy220_extruder_0.def.json b/resources/extruders/diy220_extruder_0.def.json index 8f7f0d12fa..4d802b4a8d 100644 --- a/resources/extruders/diy220_extruder_0.def.json +++ b/resources/extruders/diy220_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "diy220", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dxu_extruder1.def.json b/resources/extruders/dxu_extruder1.def.json index 0a01881441..de974b8174 100644 --- a/resources/extruders/dxu_extruder1.def.json +++ b/resources/extruders/dxu_extruder1.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dxu", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 } + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/dxu_extruder2.def.json b/resources/extruders/dxu_extruder2.def.json index 5e730c49f4..b4de471289 100644 --- a/resources/extruders/dxu_extruder2.def.json +++ b/resources/extruders/dxu_extruder2.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "dxu", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 19.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 } + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/easyarts_ares_extruder_0.def.json b/resources/extruders/easyarts_ares_extruder_0.def.json index 4ddd476dbb..e9d34d6e20 100644 --- a/resources/extruders/easyarts_ares_extruder_0.def.json +++ b/resources/extruders/easyarts_ares_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "easyarts_ares", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/eazao_zero_extruder_0.def.json b/resources/extruders/eazao_zero_extruder_0.def.json index 00038a2ac9..5d34008337 100644 --- a/resources/extruders/eazao_zero_extruder_0.def.json +++ b/resources/extruders/eazao_zero_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "eazao_zero", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 1.5 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/elegoo_neptune2D_extruder_0.def.json b/resources/extruders/elegoo_neptune2D_extruder_0.def.json index ad8dee15e8..73fada60cc 100644 --- a/resources/extruders/elegoo_neptune2D_extruder_0.def.json +++ b/resources/extruders/elegoo_neptune2D_extruder_0.def.json @@ -2,16 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "elegoo_neptune_2D", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": "G1 F1600 E-80\nG92 E0" }, + "machine_extruder_start_code": { "default_value": "G1 F1200 E80\nG92 E0" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": {"default_value": "G1 F1200 E80\nG92 E0"}, - "machine_extruder_end_code": {"default_value": "G1 F1600 E-80\nG92 E0"} + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/elegoo_neptune2D_extruder_1.def.json b/resources/extruders/elegoo_neptune2D_extruder_1.def.json index f4ec5194c4..567f2d8b33 100644 --- a/resources/extruders/elegoo_neptune2D_extruder_1.def.json +++ b/resources/extruders/elegoo_neptune2D_extruder_1.def.json @@ -2,16 +2,17 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "elegoo_neptune_2D", "position": "1" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 1 }, + "machine_extruder_end_code": { "default_value": "G1 F1600 E-80\nG92 E0" }, + "machine_extruder_start_code": { "default_value": "G1 F1200 E80\nG92 E0" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": {"default_value": "G1 F1200 E80\nG92 E0"}, - "machine_extruder_end_code": {"default_value": "G1 F1600 E-80\nG92 E0"} + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/elegoo_neptune2_extruder_0.def.json b/resources/extruders/elegoo_neptune2_extruder_0.def.json index c182885b1f..ac9190c006 100644 --- a/resources/extruders/elegoo_neptune2_extruder_0.def.json +++ b/resources/extruders/elegoo_neptune2_extruder_0.def.json @@ -2,16 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "elegoo_neptune_2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": "" }, + "machine_extruder_start_code": { "default_value": "" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": {"default_value": ""}, - "machine_extruder_end_code": {"default_value": ""} + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/eryone_er20_extruder_0.def.json b/resources/extruders/eryone_er20_extruder_0.def.json index 4dcf363af9..30cbf76a01 100644 --- a/resources/extruders/eryone_er20_extruder_0.def.json +++ b/resources/extruders/eryone_er20_extruder_0.def.json @@ -2,26 +2,17 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "eryone_er20", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_nozzle_offset_x": { - "default_value": 5 - }, - "machine_nozzle_offset_y": { - "default_value": 8.0 - } - } -} + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": 5 }, + "machine_nozzle_offset_y": { "default_value": 8.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/eryone_thinker_extruder_0.def.json b/resources/extruders/eryone_thinker_extruder_0.def.json index 32889435a8..e87540573f 100644 --- a/resources/extruders/eryone_thinker_extruder_0.def.json +++ b/resources/extruders/eryone_thinker_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "eryone_thinker", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/erzay3d_extruder_0.def.json b/resources/extruders/erzay3d_extruder_0.def.json index a9cea62897..a4082a6224 100644 --- a/resources/extruders/erzay3d_extruder_0.def.json +++ b/resources/extruders/erzay3d_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "erzay3d", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/fabtotum_extruder_0.def.json b/resources/extruders/fabtotum_extruder_0.def.json index a763fbcc15..c56d57b5da 100644 --- a/resources/extruders/fabtotum_extruder_0.def.json +++ b/resources/extruders/fabtotum_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "fabtotum", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/fabxpro_extruder_0.def.json b/resources/extruders/fabxpro_extruder_0.def.json index 761aebe287..045d62a032 100644 --- a/resources/extruders/fabxpro_extruder_0.def.json +++ b/resources/extruders/fabxpro_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "fabxpro", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/farm2_ce_extruder_1.def.json b/resources/extruders/farm2_ce_extruder_1.def.json index 0c2e77f501..0967869eae 100644 --- a/resources/extruders/farm2_ce_extruder_1.def.json +++ b/resources/extruders/farm2_ce_extruder_1.def.json @@ -2,15 +2,14 @@ "version": 2, "name": "PrintHead", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "farm2_ce", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "material_diameter": { "default_value": 1.75 } - } -} - +} \ No newline at end of file diff --git a/resources/extruders/farm2_extruder_1.def.json b/resources/extruders/farm2_extruder_1.def.json index 8c86af9f93..6479fec990 100644 --- a/resources/extruders/farm2_extruder_1.def.json +++ b/resources/extruders/farm2_extruder_1.def.json @@ -2,15 +2,14 @@ "version": 2, "name": "PrintHead", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "farm2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "material_diameter": { "default_value": 1.75 } - } -} - +} \ No newline at end of file diff --git a/resources/extruders/felixpro2_dual_extruder_0.def.json b/resources/extruders/felixpro2_dual_extruder_0.def.json index 4278a532f9..877efda85c 100644 --- a/resources/extruders/felixpro2_dual_extruder_0.def.json +++ b/resources/extruders/felixpro2_dual_extruder_0.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "felixpro2dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/felixpro2_dual_extruder_1.def.json b/resources/extruders/felixpro2_dual_extruder_1.def.json index 195aad474d..8cd4f33209 100644 --- a/resources/extruders/felixpro2_dual_extruder_1.def.json +++ b/resources/extruders/felixpro2_dual_extruder_1.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "felixpro2dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "2" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/felixtec4_dual_extruder_0.def.json b/resources/extruders/felixtec4_dual_extruder_0.def.json index 1821b0e601..ceccbf714b 100644 --- a/resources/extruders/felixtec4_dual_extruder_0.def.json +++ b/resources/extruders/felixtec4_dual_extruder_0.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "felixtec4dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/felixtec4_dual_extruder_1.def.json b/resources/extruders/felixtec4_dual_extruder_1.def.json index 37a99c5fb4..a4deac1f56 100644 --- a/resources/extruders/felixtec4_dual_extruder_1.def.json +++ b/resources/extruders/felixtec4_dual_extruder_1.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "felixtec4dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "2" }, - "machine_nozzle_offset_x": { "default_value": 13 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 13 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/flashforge_dreamernx_extruder_0.def.json b/resources/extruders/flashforge_dreamernx_extruder_0.def.json index b9f1df00dc..064a61bda9 100644 --- a/resources/extruders/flashforge_dreamernx_extruder_0.def.json +++ b/resources/extruders/flashforge_dreamernx_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "flashforge_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/flsun_q5_extruder.def.json b/resources/extruders/flsun_q5_extruder.def.json index ece222d70a..5282c3bebd 100644 --- a/resources/extruders/flsun_q5_extruder.def.json +++ b/resources/extruders/flsun_q5_extruder.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "flsun_q5", "position": "0" }, - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/flsun_qq_extruder.def.json b/resources/extruders/flsun_qq_extruder.def.json index c7ca0ed6eb..929b54db4b 100644 --- a/resources/extruders/flsun_qq_extruder.def.json +++ b/resources/extruders/flsun_qq_extruder.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "flsun_qq", "position": "0" }, - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/flsun_qq_s_extruder_0.def.json b/resources/extruders/flsun_qq_s_extruder_0.def.json index e61056fcd3..7ab5f7d7aa 100644 --- a/resources/extruders/flsun_qq_s_extruder_0.def.json +++ b/resources/extruders/flsun_qq_s_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "flsun_qq_s", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/flsun_sr_extruder_0.def.json b/resources/extruders/flsun_sr_extruder_0.def.json index 31880b5130..24234c39e7 100644 --- a/resources/extruders/flsun_sr_extruder_0.def.json +++ b/resources/extruders/flsun_sr_extruder_0.def.json @@ -2,19 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "flsun_sr", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/flyingbear_base_extruder_0.def.json b/resources/extruders/flyingbear_base_extruder_0.def.json index a792b373ff..5bc4d80d46 100644 --- a/resources/extruders/flyingbear_base_extruder_0.def.json +++ b/resources/extruders/flyingbear_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "flyingbear_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/folgertech_FT-5_extruder_0.def.json b/resources/extruders/folgertech_FT-5_extruder_0.def.json index 861b0e7a7e..ecbc98bd3f 100644 --- a/resources/extruders/folgertech_FT-5_extruder_0.def.json +++ b/resources/extruders/folgertech_FT-5_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "folgertech_FT-5", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/fusedform_base_extruder_0.def.json b/resources/extruders/fusedform_base_extruder_0.def.json index 19ecc0915d..5bb154ace5 100644 --- a/resources/extruders/fusedform_base_extruder_0.def.json +++ b/resources/extruders/fusedform_base_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "fusedform_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/fusedform_doppia_base_extruder_0.def.json b/resources/extruders/fusedform_doppia_base_extruder_0.def.json index 005647b736..f8627969a3 100644 --- a/resources/extruders/fusedform_doppia_base_extruder_0.def.json +++ b/resources/extruders/fusedform_doppia_base_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "fusedform_doppia_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/fusedform_doppia_base_extruder_1.def.json b/resources/extruders/fusedform_doppia_base_extruder_1.def.json index b0862c824c..a3dce50fa8 100644 --- a/resources/extruders/fusedform_doppia_base_extruder_1.def.json +++ b/resources/extruders/fusedform_doppia_base_extruder_1.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "fusedform_doppia_base", "position": "1" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 1 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/gmax15plus_dual_extruder_0.def.json b/resources/extruders/gmax15plus_dual_extruder_0.def.json index 45f35dee1f..d22b0e040e 100644 --- a/resources/extruders/gmax15plus_dual_extruder_0.def.json +++ b/resources/extruders/gmax15plus_dual_extruder_0.def.json @@ -2,27 +2,27 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "gmax15plus_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.5 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": 40 }, + "machine_extruder_end_pos_y": { "value": 210 }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": 40 }, "machine_extruder_start_pos_y": { "value": 210 }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": 40 }, - "machine_extruder_end_pos_y": { "value": 210 } - + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.5 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/gmax15plus_dual_extruder_1.def.json b/resources/extruders/gmax15plus_dual_extruder_1.def.json index 6d0d5db06f..09924fcef5 100644 --- a/resources/extruders/gmax15plus_dual_extruder_1.def.json +++ b/resources/extruders/gmax15plus_dual_extruder_1.def.json @@ -2,29 +2,27 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "gmax15plus_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.5 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": 40 }, + "machine_extruder_end_pos_y": { "value": 210 }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": 40 }, "machine_extruder_start_pos_y": { "value": 210 }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": 40 }, - "machine_extruder_end_pos_y": { "value": 210 } - + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.5 }, + "material_diameter": { "default_value": 1.75 } } -} - - +} \ No newline at end of file diff --git a/resources/extruders/gmax15plus_extruder_0.def.json b/resources/extruders/gmax15plus_extruder_0.def.json index 5b0889d46d..ecd0653169 100644 --- a/resources/extruders/gmax15plus_extruder_0.def.json +++ b/resources/extruders/gmax15plus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "gmax15plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.5 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/goofoo_base_extruder.def.json b/resources/extruders/goofoo_base_extruder.def.json index 453989e961..4ce315f1d9 100644 --- a/resources/extruders/goofoo_base_extruder.def.json +++ b/resources/extruders/goofoo_base_extruder.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "goofoo_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/goofoo_gemini_1st.def.json b/resources/extruders/goofoo_gemini_1st.def.json index 7eefc49579..c147efbbf2 100644 --- a/resources/extruders/goofoo_gemini_1st.def.json +++ b/resources/extruders/goofoo_gemini_1st.def.json @@ -2,18 +2,19 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "goofoo_gemini", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/goofoo_gemini_2st.def.json b/resources/extruders/goofoo_gemini_2st.def.json index 35bc765526..fa6758168e 100644 --- a/resources/extruders/goofoo_gemini_2st.def.json +++ b/resources/extruders/goofoo_gemini_2st.def.json @@ -2,18 +2,19 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "goofoo_gemini", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/goofoo_tone_1st.def.json b/resources/extruders/goofoo_tone_1st.def.json index e4594301a8..8de9b68940 100644 --- a/resources/extruders/goofoo_tone_1st.def.json +++ b/resources/extruders/goofoo_tone_1st.def.json @@ -2,18 +2,19 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "goofoo_t-one", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/goofoo_tone_2st.def.json b/resources/extruders/goofoo_tone_2st.def.json index 3f07ac5d33..bb30de00a0 100644 --- a/resources/extruders/goofoo_tone_2st.def.json +++ b/resources/extruders/goofoo_tone_2st.def.json @@ -2,18 +2,19 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "goofoo_t-one", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/grr_neo_extruder_0.def.json b/resources/extruders/grr_neo_extruder_0.def.json index a9f1fa4faa..3eca391625 100644 --- a/resources/extruders/grr_neo_extruder_0.def.json +++ b/resources/extruders/grr_neo_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "grr_neo", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.5 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hBp_extruder_left.def.json b/resources/extruders/hBp_extruder_left.def.json index ce23f27c29..f15ca227da 100644 --- a/resources/extruders/hBp_extruder_left.def.json +++ b/resources/extruders/hBp_extruder_left.def.json @@ -2,22 +2,23 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "helloBEEprusa", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 }, - "extruder_prime_pos_x": { "default_value": 0 }, "extruder_prime_pos_y": { "default_value": 0 }, - "extruder_prime_pos_z": { "default_value": 2 } + "extruder_prime_pos_z": { "default_value": 2 }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hBp_extruder_right.def.json b/resources/extruders/hBp_extruder_right.def.json index 170556a1fd..7a80f63f61 100644 --- a/resources/extruders/hBp_extruder_right.def.json +++ b/resources/extruders/hBp_extruder_right.def.json @@ -2,22 +2,23 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "helloBEEprusa", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 }, - "extruder_prime_pos_x": { "default_value": 185 }, "extruder_prime_pos_y": { "default_value": 0 }, - "extruder_prime_pos_z": { "default_value": 2 } + "extruder_prime_pos_z": { "default_value": 2 }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hardprint_hozo_extruder_0.def.json b/resources/extruders/hardprint_hozo_extruder_0.def.json index 1f37977e4c..87788f514a 100644 --- a/resources/extruders/hardprint_hozo_extruder_0.def.json +++ b/resources/extruders/hardprint_hozo_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hardprint_hozo", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hardprint_hozo_ix_extruder_0.def.json b/resources/extruders/hardprint_hozo_ix_extruder_0.def.json index ba67cebe9a..cb0c700254 100644 --- a/resources/extruders/hardprint_hozo_ix_extruder_0.def.json +++ b/resources/extruders/hardprint_hozo_ix_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hardprint_hozo_ix", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hctech_hc300-m1&m1h_extruder_0.def.json b/resources/extruders/hctech_hc300-m1&m1h_extruder_0.def.json index c950db18ec..a0394448b6 100644 --- a/resources/extruders/hctech_hc300-m1&m1h_extruder_0.def.json +++ b/resources/extruders/hctech_hc300-m1&m1h_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hctech_hc300-m1&m1h", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 } + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hctech_hc300-m2h_extruder_0.def.json b/resources/extruders/hctech_hc300-m2h_extruder_0.def.json index 1a718401cb..f04ffca54b 100644 --- a/resources/extruders/hctech_hc300-m2h_extruder_0.def.json +++ b/resources/extruders/hctech_hc300-m2h_extruder_0.def.json @@ -2,26 +2,24 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hctech_hc300-m2h", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, + "machine_extruder_cooling_fan_number": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": "G92 E0 ;reset extruder distance\nG1 F800 E-1 ;retract\nG92 E0 ;reset extruder distance\nG1 X0 Y300 F4800 ;move to start position\nG1 X5 Y319 ;move to wait posiotion" }, + "machine_extruder_start_code": { "default_value": "G1 X5 Y319 ;move to wait posiotion\nT0 ;switch to extruder 1\nM109 S{material_print_temperature}\nG1 F5000\nG12 ;clean nozzle\nG1 X0 Y300 F4800 ;move to start point" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_size": { "default_value": 0.4 }, - "machine_extruder_start_code": { - "default_value": "G1 X5 Y319 ;move to wait posiotion\nT0 ;switch to extruder 1\nM109 S{material_print_temperature}\nG1 F5000\nG12 ;clean nozzle\nG1 X0 Y300 F4800 ;move to start point" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 ;reset extruder distance\nG1 F800 E-1 ;retract\nG92 E0 ;reset extruder distance\nG1 X0 Y300 F4800 ;move to start position\nG1 X5 Y319 ;move to wait posiotion" - }, - "machine_extruder_cooling_fan_number": { "default_value": 0 } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hctech_hc300-m2h_extruder_1.def.json b/resources/extruders/hctech_hc300-m2h_extruder_1.def.json index 616f2c2d27..f3a3ce030e 100644 --- a/resources/extruders/hctech_hc300-m2h_extruder_1.def.json +++ b/resources/extruders/hctech_hc300-m2h_extruder_1.def.json @@ -2,26 +2,24 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hctech_hc300-m2h", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, + "machine_extruder_cooling_fan_number": { "default_value": 0 }, + "machine_extruder_end_code": { "default_value": "G92 E0 ;reset extruder distance\nG1 F800 E-1 ;retract\nG92 E0 ;reset extruder distance\nG1 X0 Y300 F4800 ;move to start position\nG1 X5 Y319 ;move to wait posiotion" }, + "machine_extruder_start_code": { "default_value": "G1 X5 Y319 ;move to wait posiotion\nT1 ;switch to extruder 2\nM109 S{material_print_temperature}\nG1 F5000\nG12 ;clean nozzle\nG1 X0 Y300 F4800 ;move to start point" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_size": { "default_value": 0.4 }, - "machine_extruder_start_code": { - "default_value": "G1 X5 Y319 ;move to wait posiotion\nT1 ;switch to extruder 2\nM109 S{material_print_temperature}\nG1 F5000\nG12 ;clean nozzle\nG1 X0 Y300 F4800 ;move to start point" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 ;reset extruder distance\nG1 F800 E-1 ;retract\nG92 E0 ;reset extruder distance\nG1 X0 Y300 F4800 ;move to start position\nG1 X5 Y319 ;move to wait posiotion" - }, - "machine_extruder_cooling_fan_number": { "default_value": 0 } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hctech_hc300-m3_extruder_0.def.json b/resources/extruders/hctech_hc300-m3_extruder_0.def.json index b7923672a5..d1e01c2ea5 100644 --- a/resources/extruders/hctech_hc300-m3_extruder_0.def.json +++ b/resources/extruders/hctech_hc300-m3_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hctech_hc300-m3", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 } + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_adonis_extruder.def.json b/resources/extruders/hellbot_adonis_extruder.def.json index 4201f6b393..c03e9d78b7 100644 --- a/resources/extruders/hellbot_adonis_extruder.def.json +++ b/resources/extruders/hellbot_adonis_extruder.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_adonis", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_hidra_extruder_0.def.json b/resources/extruders/hellbot_hidra_extruder_0.def.json index aa8da12ea3..353930aebe 100644 --- a/resources/extruders/hellbot_hidra_extruder_0.def.json +++ b/resources/extruders/hellbot_hidra_extruder_0.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Extruder E1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_hidra", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_hidra_extruder_1.def.json b/resources/extruders/hellbot_hidra_extruder_1.def.json index 8389b5e8d8..71aa078443 100644 --- a/resources/extruders/hellbot_hidra_extruder_1.def.json +++ b/resources/extruders/hellbot_hidra_extruder_1.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Extruder E2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_hidra", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_hidra_plus_extruder_0.def.json b/resources/extruders/hellbot_hidra_plus_extruder_0.def.json index 2b023119eb..c2565e13f4 100644 --- a/resources/extruders/hellbot_hidra_plus_extruder_0.def.json +++ b/resources/extruders/hellbot_hidra_plus_extruder_0.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Extruder E1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_hidra_plus", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_hidra_plus_extruder_1.def.json b/resources/extruders/hellbot_hidra_plus_extruder_1.def.json index ade40aafea..991b37ec12 100644 --- a/resources/extruders/hellbot_hidra_plus_extruder_1.def.json +++ b/resources/extruders/hellbot_hidra_plus_extruder_1.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Extruder E2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_hidra_plus", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_230_dual_extruder_0.def.json b/resources/extruders/hellbot_magna_2_230_dual_extruder_0.def.json index 2dc919ea68..36d982a2ee 100644 --- a/resources/extruders/hellbot_magna_2_230_dual_extruder_0.def.json +++ b/resources/extruders/hellbot_magna_2_230_dual_extruder_0.def.json @@ -2,23 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_230_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X230 Y200 \nG1 F3000 E-100 \nG92 E0 \nG90" }, + "machine_extruder_start_code": { "default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X230 Y200 \nG1 F3000 E-100 \nG92 E0 \nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_230_dual_extruder_1.def.json b/resources/extruders/hellbot_magna_2_230_dual_extruder_1.def.json index 6b5c6214cb..a7ee1201f7 100644 --- a/resources/extruders/hellbot_magna_2_230_dual_extruder_1.def.json +++ b/resources/extruders/hellbot_magna_2_230_dual_extruder_1.def.json @@ -2,23 +2,21 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_230_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X230 Y200 \nG1 F3000 E-100 \nG92 E0 \nG90" }, + "machine_extruder_start_code": { "default_value": "T1 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "T1 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X230 Y200 \nG1 F3000 E-100 \nG92 E0 \nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_230_extruder_0.def.json b/resources/extruders/hellbot_magna_2_230_extruder_0.def.json index 83e76a2d31..a74d0bb090 100644 --- a/resources/extruders/hellbot_magna_2_230_extruder_0.def.json +++ b/resources/extruders/hellbot_magna_2_230_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_230", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_300_dual_extruder_0.def.json b/resources/extruders/hellbot_magna_2_300_dual_extruder_0.def.json index 403001b86f..0b87f0159c 100644 --- a/resources/extruders/hellbot_magna_2_300_dual_extruder_0.def.json +++ b/resources/extruders/hellbot_magna_2_300_dual_extruder_0.def.json @@ -2,23 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_300_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X300 Y250 \nG1 F3000 E-100 \nG92 E0 \nG90" }, + "machine_extruder_start_code": { "default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X300 Y250 \nG1 F3000 E-100 \nG92 E0 \nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_300_dual_extruder_1.def.json b/resources/extruders/hellbot_magna_2_300_dual_extruder_1.def.json index ee3663f610..53aceeb01f 100644 --- a/resources/extruders/hellbot_magna_2_300_dual_extruder_1.def.json +++ b/resources/extruders/hellbot_magna_2_300_dual_extruder_1.def.json @@ -2,23 +2,21 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_300_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X300 Y250 \nG1 F3000 E-100 \nG92 E0 \nG90" }, + "machine_extruder_start_code": { "default_value": "T1 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "T1 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X300 Y250 \nG1 F3000 E-100 \nG92 E0 \nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_300_extruder_0.def.json b/resources/extruders/hellbot_magna_2_300_extruder_0.def.json index db68460415..4f2078a791 100644 --- a/resources/extruders/hellbot_magna_2_300_extruder_0.def.json +++ b/resources/extruders/hellbot_magna_2_300_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_300", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_400_dual_extruder_0.def.json b/resources/extruders/hellbot_magna_2_400_dual_extruder_0.def.json index f42dd7f986..fac8c63eb6 100644 --- a/resources/extruders/hellbot_magna_2_400_dual_extruder_0.def.json +++ b/resources/extruders/hellbot_magna_2_400_dual_extruder_0.def.json @@ -2,23 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_400_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X395 Y350 \nG1 F3000 E-100 \nG92 E0 \nG90" }, + "machine_extruder_start_code": { "default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X395 Y350 \nG1 F3000 E-100 \nG92 E0 \nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_400_dual_extruder_1.def.json b/resources/extruders/hellbot_magna_2_400_dual_extruder_1.def.json index f5ab430fc7..8622a75c13 100644 --- a/resources/extruders/hellbot_magna_2_400_dual_extruder_1.def.json +++ b/resources/extruders/hellbot_magna_2_400_dual_extruder_1.def.json @@ -2,23 +2,21 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_400_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X395 Y350 \nG1 F3000 E-100 \nG92 E0 \nG90" }, + "machine_extruder_start_code": { "default_value": "T1 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "T1 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X395 Y350 \nG1 F3000 E-100 \nG92 E0 \nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_400_extruder_0.def.json b/resources/extruders/hellbot_magna_2_400_extruder_0.def.json index 59ee87321c..0c2c35006e 100644 --- a/resources/extruders/hellbot_magna_2_400_extruder_0.def.json +++ b/resources/extruders/hellbot_magna_2_400_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_400", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_500_dual_extruder_0.def.json b/resources/extruders/hellbot_magna_2_500_dual_extruder_0.def.json index 033b62e0f9..09af39dd0d 100644 --- a/resources/extruders/hellbot_magna_2_500_dual_extruder_0.def.json +++ b/resources/extruders/hellbot_magna_2_500_dual_extruder_0.def.json @@ -2,23 +2,21 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_500_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X495 Y450 \nG1 F3000 E-100 \nG92 E0 \nG90" }, + "machine_extruder_start_code": { "default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X495 Y450 \nG1 F3000 E-100 \nG92 E0 \nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_500_dual_extruder_1.def.json b/resources/extruders/hellbot_magna_2_500_dual_extruder_1.def.json index 62f6e1b7bc..1369bb374d 100644 --- a/resources/extruders/hellbot_magna_2_500_dual_extruder_1.def.json +++ b/resources/extruders/hellbot_magna_2_500_dual_extruder_1.def.json @@ -2,23 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_500_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, + "machine_extruder_end_code": { "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X495 Y450 \nG1 F3000 E-100 \nG92 E0 \nG90" }, + "machine_extruder_start_code": { "default_value": "T1 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "T1 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}" - }, - "machine_extruder_end_code": { - "default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X495 Y450 \nG1 F3000 E-100 \nG92 E0 \nG90" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_2_500_extruder_0.def.json b/resources/extruders/hellbot_magna_2_500_extruder_0.def.json index 749e77cbe7..e311bb9779 100644 --- a/resources/extruders/hellbot_magna_2_500_extruder_0.def.json +++ b/resources/extruders/hellbot_magna_2_500_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_2_500", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_SE_extruder.def.json b/resources/extruders/hellbot_magna_SE_extruder.def.json index 23c267b63b..194f10c7f5 100644 --- a/resources/extruders/hellbot_magna_SE_extruder.def.json +++ b/resources/extruders/hellbot_magna_SE_extruder.def.json @@ -1,18 +1,20 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "hellbot_magna_SE", - "position": "0" - }, - - "overrides": { - "extruder_nr": { - "default_value": 0, - "maximum_value": "1" - }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } -} +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "hellbot_magna_SE", + "position": "0" + }, + "overrides": + { + "extruder_nr": + { + "default_value": 0, + "maximum_value": "1" + }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_dual_extruder_1.def.json b/resources/extruders/hellbot_magna_dual_extruder_1.def.json index a31a3fdd70..30bae4017d 100644 --- a/resources/extruders/hellbot_magna_dual_extruder_1.def.json +++ b/resources/extruders/hellbot_magna_dual_extruder_1.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_dual", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_dual_extruder_2.def.json b/resources/extruders/hellbot_magna_dual_extruder_2.def.json index 651c39d53b..23a83bc002 100644 --- a/resources/extruders/hellbot_magna_dual_extruder_2.def.json +++ b/resources/extruders/hellbot_magna_dual_extruder_2.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_dual", "position": "1" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 1 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hellbot_magna_i_extruder.def.json b/resources/extruders/hellbot_magna_i_extruder.def.json index 70117c2aed..92ec439bb9 100644 --- a/resources/extruders/hellbot_magna_i_extruder.def.json +++ b/resources/extruders/hellbot_magna_i_extruder.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hellbot_magna_I", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hms434_tool_1.def.json b/resources/extruders/hms434_tool_1.def.json index 17f4cbc6f0..14ee07cba0 100644 --- a/resources/extruders/hms434_tool_1.def.json +++ b/resources/extruders/hms434_tool_1.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Tool 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hms434", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "8" }, + "machine_extruder_end_code": { "default_value": "\nG1 X10 Y40 F12000\nG1 X-25 F12000\nM109 T0 R{material_standby_temperature}\nG1 Y20 F3000\n; ending tool1\n\n" }, + "machine_extruder_start_code": { "default_value": "\n;changing to tool1\nT0\nM83\nM109 T0 S{material_print_temperature}\nM114\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E-{switch_extruder_retraction_amount} F2400\nG1 Y40 F3000\nG1 X10 F12000\n\n" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;changing to tool1\nT0\nM83\nM109 T0 S{material_print_temperature}\nM114\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E-{switch_extruder_retraction_amount} F2400\nG1 Y40 F3000\nG1 X10 F12000\n\n" - }, - "machine_extruder_end_code": { - "default_value": "\nG1 X10 Y40 F12000\nG1 X-25 F12000\nM109 T0 R{material_standby_temperature}\nG1 Y20 F3000\n; ending tool1\n\n" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hms434_tool_2.def.json b/resources/extruders/hms434_tool_2.def.json index 00e92613e4..7a35d828fd 100644 --- a/resources/extruders/hms434_tool_2.def.json +++ b/resources/extruders/hms434_tool_2.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Tool 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hms434", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "8" }, + "machine_extruder_end_code": { "default_value": "\nG1 X10 Y40 F12000\nG1 X-25 F12000\nM109 T1 R{material_standby_temperature}\nG1 Y20 F3000\n; ending tool2\n\n" }, + "machine_extruder_start_code": { "default_value": "\n;changing to tool2\nT1\nM83\nM109 T1 S{material_print_temperature}\nM114\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E-{switch_extruder_retraction_amount} F2400\nG1 Y40 F3000\nG1 X10 F12000\n\n" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;changing to tool2\nT1\nM83\nM109 T1 S{material_print_temperature}\nM114\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E-{switch_extruder_retraction_amount} F2400\nG1 Y40 F3000\nG1 X10 F12000\n\n" - }, - "machine_extruder_end_code": { - "default_value": "\nG1 X10 Y40 F12000\nG1 X-25 F12000\nM109 T1 R{material_standby_temperature}\nG1 Y20 F3000\n; ending tool2\n\n" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hms434_tool_3.def.json b/resources/extruders/hms434_tool_3.def.json index e1e237d332..0f215c30cb 100644 --- a/resources/extruders/hms434_tool_3.def.json +++ b/resources/extruders/hms434_tool_3.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Tool 3", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hms434", "position": "2" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 2, "maximum_value": "8" }, + "machine_extruder_end_code": { "default_value": "\n;ending tool3" }, + "machine_extruder_start_code": { "default_value": "\n;changing to tool3" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;changing to tool3" - }, - "machine_extruder_end_code": { - "default_value": "\n;ending tool3" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hms434_tool_4.def.json b/resources/extruders/hms434_tool_4.def.json index 1a68d5aff5..af5c51dec3 100644 --- a/resources/extruders/hms434_tool_4.def.json +++ b/resources/extruders/hms434_tool_4.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Tool 4", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hms434", "position": "3" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 3, "maximum_value": "8" }, + "machine_extruder_end_code": { "default_value": "\n;ending tool4" }, + "machine_extruder_start_code": { "default_value": "\n;changing to tool4" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;changing to tool4" - }, - "machine_extruder_end_code": { - "default_value": "\n;ending tool4" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hms434_tool_5.def.json b/resources/extruders/hms434_tool_5.def.json index b56e8be84e..c73ad63efb 100644 --- a/resources/extruders/hms434_tool_5.def.json +++ b/resources/extruders/hms434_tool_5.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Tool 5", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hms434", "position": "4" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 4, "maximum_value": "8" }, + "machine_extruder_end_code": { "default_value": "\n;ending tool5" }, + "machine_extruder_start_code": { "default_value": "\n;changing to tool5" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;changing to tool5" - }, - "machine_extruder_end_code": { - "default_value": "\n;ending tool5" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hms434_tool_6.def.json b/resources/extruders/hms434_tool_6.def.json index b8c8cdf062..34e0044a95 100644 --- a/resources/extruders/hms434_tool_6.def.json +++ b/resources/extruders/hms434_tool_6.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Tool 6", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hms434", "position": "5" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 5, "maximum_value": "8" }, + "machine_extruder_end_code": { "default_value": "\n;ending tool6" }, + "machine_extruder_start_code": { "default_value": "\n;changing to tool6" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;changing to tool6" - }, - "machine_extruder_end_code": { - "default_value": "\n;ending tool6" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hms434_tool_7.def.json b/resources/extruders/hms434_tool_7.def.json index 3fc04078fa..1933b370a5 100644 --- a/resources/extruders/hms434_tool_7.def.json +++ b/resources/extruders/hms434_tool_7.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Tool 7", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hms434", "position": "6" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 6, "maximum_value": "8" }, + "machine_extruder_end_code": { "default_value": "\n;ending tool7" }, + "machine_extruder_start_code": { "default_value": "\n;changing to tool7" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;changing to tool7" - }, - "machine_extruder_end_code": { - "default_value": "\n;ending tool7" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/hms434_tool_8.def.json b/resources/extruders/hms434_tool_8.def.json index faa6f36871..fd4e580599 100644 --- a/resources/extruders/hms434_tool_8.def.json +++ b/resources/extruders/hms434_tool_8.def.json @@ -2,24 +2,22 @@ "version": 2, "name": "Tool 8", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "hms434", "position": "7" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 7, "maximum_value": "8" }, + "machine_extruder_end_code": { "default_value": "\n;ending tool8" }, + "machine_extruder_start_code": { "default_value": "\n;changing to tool8" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "\n;changing to tool8" - }, - "machine_extruder_end_code": { - "default_value": "\n;ending tool8" - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ideagen3D_sapphire_plus_0.def.json b/resources/extruders/ideagen3D_sapphire_plus_0.def.json index ab14b131b6..fe621bf670 100644 --- a/resources/extruders/ideagen3D_sapphire_plus_0.def.json +++ b/resources/extruders/ideagen3D_sapphire_plus_0.def.json @@ -2,12 +2,13 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ideagen3D_sapphire_plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/imade3d_jellybox_2_extruder_0.def.json b/resources/extruders/imade3d_jellybox_2_extruder_0.def.json index ca25b62286..c15d0165d3 100644 --- a/resources/extruders/imade3d_jellybox_2_extruder_0.def.json +++ b/resources/extruders/imade3d_jellybox_2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "imade3d_jellybox_2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/imade3d_jellybox_extruder_0.def.json b/resources/extruders/imade3d_jellybox_extruder_0.def.json index 69c6d87d79..99e1f5577a 100644 --- a/resources/extruders/imade3d_jellybox_extruder_0.def.json +++ b/resources/extruders/imade3d_jellybox_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "imade3d_jellybox", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/inat_extruder_0.def.json b/resources/extruders/inat_extruder_0.def.json index 100b8c0bca..7876d08e7b 100644 --- a/resources/extruders/inat_extruder_0.def.json +++ b/resources/extruders/inat_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "inat_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/innovo_inventor_extruder_0.def.json b/resources/extruders/innovo_inventor_extruder_0.def.json index 8758f3d516..dd00bab22d 100644 --- a/resources/extruders/innovo_inventor_extruder_0.def.json +++ b/resources/extruders/innovo_inventor_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "innovo_inventor", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/jgaurora_a1_extruder_0.def.json b/resources/extruders/jgaurora_a1_extruder_0.def.json index f67d8d553e..2980e9e07a 100644 --- a/resources/extruders/jgaurora_a1_extruder_0.def.json +++ b/resources/extruders/jgaurora_a1_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "jgaurora_a1", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/jgaurora_a3s_extruder_0.def.json b/resources/extruders/jgaurora_a3s_extruder_0.def.json index 9a42d0da04..78601ea79a 100644 --- a/resources/extruders/jgaurora_a3s_extruder_0.def.json +++ b/resources/extruders/jgaurora_a3s_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "jgaurora_a3s", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/jgaurora_a5_extruder_0.def.json b/resources/extruders/jgaurora_a5_extruder_0.def.json index 5308c57934..bf3db0f2cf 100644 --- a/resources/extruders/jgaurora_a5_extruder_0.def.json +++ b/resources/extruders/jgaurora_a5_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "jgaurora_a5", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/jgaurora_a6_extruder_0.def.json b/resources/extruders/jgaurora_a6_extruder_0.def.json index dbe6248a7e..de8641c1fc 100644 --- a/resources/extruders/jgaurora_a6_extruder_0.def.json +++ b/resources/extruders/jgaurora_a6_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - - "metadata": { + "metadata": + { "machine": "jgaurora_a6", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/jgaurora_jgmaker_magic_extruder_0.def.json b/resources/extruders/jgaurora_jgmaker_magic_extruder_0.def.json index 58beaa4cc8..94f6dff1ba 100644 --- a/resources/extruders/jgaurora_jgmaker_magic_extruder_0.def.json +++ b/resources/extruders/jgaurora_jgmaker_magic_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "jgaurora_jgmaker_magic", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/jgaurora_z_603s_extruder_0.def.json b/resources/extruders/jgaurora_z_603s_extruder_0.def.json index 647016d5ff..fa83087ac9 100644 --- a/resources/extruders/jgaurora_z_603s_extruder_0.def.json +++ b/resources/extruders/jgaurora_z_603s_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "jgaurora_z_603s", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/julia_extruder_0.def.json b/resources/extruders/julia_extruder_0.def.json index ef0ca83ac4..b094d4277e 100644 --- a/resources/extruders/julia_extruder_0.def.json +++ b/resources/extruders/julia_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "julia", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kemiq_q2_beta_extruder_0.def.json b/resources/extruders/kemiq_q2_beta_extruder_0.def.json index 79d55223f3..42fda26ca4 100644 --- a/resources/extruders/kemiq_q2_beta_extruder_0.def.json +++ b/resources/extruders/kemiq_q2_beta_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kemiq_q2_beta", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kemiq_q2_gama_extruder_0.def.json b/resources/extruders/kemiq_q2_gama_extruder_0.def.json index ad6e6372ee..d8a409987b 100644 --- a/resources/extruders/kemiq_q2_gama_extruder_0.def.json +++ b/resources/extruders/kemiq_q2_gama_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kemiq_q2_gama", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/key3d_tyro_extruder_0.def.json b/resources/extruders/key3d_tyro_extruder_0.def.json index f08ae351ab..09749e7cc6 100644 --- a/resources/extruders/key3d_tyro_extruder_0.def.json +++ b/resources/extruders/key3d_tyro_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "0.4mm Nozzle", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "key3d_tyro", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kingroon_base_extruder_0.def.json b/resources/extruders/kingroon_base_extruder_0.def.json index bcb7e93260..5734723a73 100644 --- a/resources/extruders/kingroon_base_extruder_0.def.json +++ b/resources/extruders/kingroon_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kingroon_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/koonovo_base_extruder_0.def.json b/resources/extruders/koonovo_base_extruder_0.def.json index 34e3e3bffb..798d24edcb 100644 --- a/resources/extruders/koonovo_base_extruder_0.def.json +++ b/resources/extruders/koonovo_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 0", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "koonovo_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/koonovo_kn3_extruder_0.def.json b/resources/extruders/koonovo_kn3_extruder_0.def.json index e507f9fdc5..bf41f5890d 100644 --- a/resources/extruders/koonovo_kn3_extruder_0.def.json +++ b/resources/extruders/koonovo_kn3_extruder_0.def.json @@ -1,21 +1,18 @@ -{ - "version": 2, - "name": "Left Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "koonovo_kn3", - "position": "0" - }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - - }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4}, - "material_diameter": { "default_value": 1.75 } - - } -} +{ + "version": 2, + "name": "Left Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "koonovo_kn3", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/koonovo_kn3_extruder_1.def.json b/resources/extruders/koonovo_kn3_extruder_1.def.json index 0aebad348a..ba57b38a56 100644 --- a/resources/extruders/koonovo_kn3_extruder_1.def.json +++ b/resources/extruders/koonovo_kn3_extruder_1.def.json @@ -1,21 +1,18 @@ -{ - "version": 2, - "name": "Right Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "koonovo_kn3", - "position": "1" - }, - - "overrides": { - "extruder_nr": { - "default_value": 1 - - }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - - } -} +{ + "version": 2, + "name": "Right Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "koonovo_kn3", + "position": "1" + }, + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/koonovo_kn5_extruder_0.def.json b/resources/extruders/koonovo_kn5_extruder_0.def.json index 53aa0a3ff1..a86604bf35 100644 --- a/resources/extruders/koonovo_kn5_extruder_0.def.json +++ b/resources/extruders/koonovo_kn5_extruder_0.def.json @@ -1,21 +1,18 @@ -{ - "version": 2, - "name": "Left Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "koonovo_kn5", - "position": "0" - }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - - }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4}, - "material_diameter": { "default_value": 1.75 } - - } -} +{ + "version": 2, + "name": "Left Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "koonovo_kn5", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/koonovo_kn5_extruder_1.def.json b/resources/extruders/koonovo_kn5_extruder_1.def.json index d526c5715c..b3a94d48fe 100644 --- a/resources/extruders/koonovo_kn5_extruder_1.def.json +++ b/resources/extruders/koonovo_kn5_extruder_1.def.json @@ -1,22 +1,18 @@ -{ - "version": 2, - "name": "Right Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "koonovo_kn5", - "position": "1" - }, - - "overrides": { - "extruder_nr": { - "default_value": 1 - - }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - - - } -} +{ + "version": 2, + "name": "Right Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "koonovo_kn5", + "position": "1" + }, + "overrides": + { + "extruder_nr": { "default_value": 1 }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/kosher_dm_extruder.def.json b/resources/extruders/kosher_dm_extruder.def.json index 50ce46b434..bd961bd31e 100644 --- a/resources/extruders/kosher_dm_extruder.def.json +++ b/resources/extruders/kosher_dm_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Duplication Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kosher_duplication", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kosher_extruder_0.def.json b/resources/extruders/kosher_extruder_0.def.json index 9b1fa4d934..2f581dea49 100644 --- a/resources/extruders/kosher_extruder_0.def.json +++ b/resources/extruders/kosher_extruder_0.def.json @@ -2,26 +2,28 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kosher", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": -51 }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_start_code": { "default_value": "T0" } + "machine_extruder_start_code": { "default_value": "T0" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kosher_extruder_1.def.json b/resources/extruders/kosher_extruder_1.def.json index 353d6bcea4..13964b62d6 100644 --- a/resources/extruders/kosher_extruder_1.def.json +++ b/resources/extruders/kosher_extruder_1.def.json @@ -2,26 +2,28 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kosher", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "value": 257 }, "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_start_code": { "default_value": "T1" } + "machine_extruder_start_code": { "default_value": "T1" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kosher_mm_extruder.def.json b/resources/extruders/kosher_mm_extruder.def.json index 8eacf54875..35ebfccb44 100644 --- a/resources/extruders/kosher_mm_extruder.def.json +++ b/resources/extruders/kosher_mm_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Mirror Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kosher_mirror", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kossel_mini_extruder_0.def.json b/resources/extruders/kossel_mini_extruder_0.def.json index 7da2cff3b1..ebdc0af8fb 100644 --- a/resources/extruders/kossel_mini_extruder_0.def.json +++ b/resources/extruders/kossel_mini_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kossel_mini", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kossel_pro_extruder_0.def.json b/resources/extruders/kossel_pro_extruder_0.def.json index 48c1180f84..1741393c59 100644 --- a/resources/extruders/kossel_pro_extruder_0.def.json +++ b/resources/extruders/kossel_pro_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kossel_pro", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/kupido_extruder_0.def.json b/resources/extruders/kupido_extruder_0.def.json index 784e453bd1..758669b1c4 100644 --- a/resources/extruders/kupido_extruder_0.def.json +++ b/resources/extruders/kupido_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "kupido", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/leapfrog_bolt_pro_extruder_left.def.json b/resources/extruders/leapfrog_bolt_pro_extruder_left.def.json index 4ec859a60c..572299c750 100644 --- a/resources/extruders/leapfrog_bolt_pro_extruder_left.def.json +++ b/resources/extruders/leapfrog_bolt_pro_extruder_left.def.json @@ -2,20 +2,23 @@ "version": 2, "name": "Left extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "leapfrog_bolt_pro", "position": "1" }, - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code": { "default_value": "G1 Y-32 F12000\nG1 X6 F1000\nG1 X-32 F4000\nG1 X6" }, "machine_nozzle_head_distance": { "default_value": 22 }, "machine_nozzle_offset_x": { "default_value": 0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": "G1 Y-32 F12000\nG1 X6 F1000\nG1 X-32 F4000\nG1 X6" } + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/leapfrog_bolt_pro_extruder_right.def.json b/resources/extruders/leapfrog_bolt_pro_extruder_right.def.json index fe27106afd..0db13104c3 100644 --- a/resources/extruders/leapfrog_bolt_pro_extruder_right.def.json +++ b/resources/extruders/leapfrog_bolt_pro_extruder_right.def.json @@ -2,20 +2,23 @@ "version": 2, "name": "Right extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "leapfrog_bolt_pro", "position": "0" }, - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code": { "default_value": "G1 Y-32 F12000\nG1 X296 F1000\nG1 X334 F4000\nG1 X296" }, "machine_nozzle_head_distance": { "default_value": 22 }, "machine_nozzle_offset_x": { "default_value": 0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": { "default_value": "G1 Y-32 F12000\nG1 X296 F1000\nG1 X334 F4000\nG1 X296"} + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/leapfrog_creatr_hs_extruder_left.def.json b/resources/extruders/leapfrog_creatr_hs_extruder_left.def.json index 52f3848e47..348ca7cbd3 100644 --- a/resources/extruders/leapfrog_creatr_hs_extruder_left.def.json +++ b/resources/extruders/leapfrog_creatr_hs_extruder_left.def.json @@ -2,17 +2,17 @@ "version": 2, "name": "Left extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "leapfrog_creatr_hs", "position": "1" }, - "overrides": { - "extruder_nr": { - "default_value": 1 - }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, + "overrides": + { + "extruder_nr": { "default_value": 1 }, "machine_nozzle_offset_x": { "default_value": 20 }, - "machine_nozzle_offset_y": { "default_value": 25 } + "machine_nozzle_offset_y": { "default_value": 25 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/leapfrog_creatr_hs_extruder_right.def.json b/resources/extruders/leapfrog_creatr_hs_extruder_right.def.json index 6be5456210..a3d33e2149 100644 --- a/resources/extruders/leapfrog_creatr_hs_extruder_right.def.json +++ b/resources/extruders/leapfrog_creatr_hs_extruder_right.def.json @@ -2,17 +2,17 @@ "version": 2, "name": "Right extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "leapfrog_creatr_hs", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, "machine_nozzle_offset_x": { "default_value": 35 }, - "machine_nozzle_offset_y": { "default_value": 25 } + "machine_nozzle_offset_y": { "default_value": 25 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/leapfrog_creatr_hs_xl_extruder_left.def.json b/resources/extruders/leapfrog_creatr_hs_xl_extruder_left.def.json index 647fd12a2c..8b3473c661 100644 --- a/resources/extruders/leapfrog_creatr_hs_xl_extruder_left.def.json +++ b/resources/extruders/leapfrog_creatr_hs_xl_extruder_left.def.json @@ -2,17 +2,17 @@ "version": 2, "name": "Left extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "leapfrog_creatr_hs_xl", "position": "1" }, - "overrides": { - "extruder_nr": { - "default_value": 1 - }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, + "overrides": + { + "extruder_nr": { "default_value": 1 }, "machine_nozzle_offset_x": { "default_value": 20 }, - "machine_nozzle_offset_y": { "default_value": 25 } + "machine_nozzle_offset_y": { "default_value": 25 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/leapfrog_creatr_hs_xl_extruder_right.def.json b/resources/extruders/leapfrog_creatr_hs_xl_extruder_right.def.json index b866b684b1..80df0f6620 100644 --- a/resources/extruders/leapfrog_creatr_hs_xl_extruder_right.def.json +++ b/resources/extruders/leapfrog_creatr_hs_xl_extruder_right.def.json @@ -2,17 +2,17 @@ "version": 2, "name": "Right extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "leapfrog_creatr_hs_xl", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, "machine_nozzle_offset_x": { "default_value": 35 }, - "machine_nozzle_offset_y": { "default_value": 25 } + "machine_nozzle_offset_y": { "default_value": 25 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/liquid_extruder.def.json b/resources/extruders/liquid_extruder.def.json index d0fb0a4caf..9d56887b6e 100644 --- a/resources/extruders/liquid_extruder.def.json +++ b/resources/extruders/liquid_extruder.def.json @@ -2,13 +2,14 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "liquid", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/longer_base_extruder_0.def.json b/resources/extruders/longer_base_extruder_0.def.json index f4b144ec87..585e76320a 100644 --- a/resources/extruders/longer_base_extruder_0.def.json +++ b/resources/extruders/longer_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "longer_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/lotmaxx_sc10_extruder_0.def.json b/resources/extruders/lotmaxx_sc10_extruder_0.def.json index 2477d35cba..cadcfb86f0 100644 --- a/resources/extruders/lotmaxx_sc10_extruder_0.def.json +++ b/resources/extruders/lotmaxx_sc10_extruder_0.def.json @@ -2,12 +2,13 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "lotmaxx_sc10", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/lotmaxx_sc20_extruder_0.def.json b/resources/extruders/lotmaxx_sc20_extruder_0.def.json index d02af04a57..f080aa3452 100644 --- a/resources/extruders/lotmaxx_sc20_extruder_0.def.json +++ b/resources/extruders/lotmaxx_sc20_extruder_0.def.json @@ -2,12 +2,13 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "lotmaxx_sc20", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/lotmaxx_sc60_extruder_left.def.json b/resources/extruders/lotmaxx_sc60_extruder_left.def.json index 430cea8106..d16d93d122 100644 --- a/resources/extruders/lotmaxx_sc60_extruder_left.def.json +++ b/resources/extruders/lotmaxx_sc60_extruder_left.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "lotmaxx_sc60", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/lotmaxx_sc60_extruder_right.def.json b/resources/extruders/lotmaxx_sc60_extruder_right.def.json index a5a96c993b..33360bea52 100644 --- a/resources/extruders/lotmaxx_sc60_extruder_right.def.json +++ b/resources/extruders/lotmaxx_sc60_extruder_right.def.json @@ -2,16 +2,19 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "lotmaxx_sc60", "position": "1" }, - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/lulzbot_mini_2_se_extruder.def.json b/resources/extruders/lulzbot_mini_2_se_extruder.def.json index 135b247b67..94f63d9688 100644 --- a/resources/extruders/lulzbot_mini_2_se_extruder.def.json +++ b/resources/extruders/lulzbot_mini_2_se_extruder.def.json @@ -2,24 +2,26 @@ "version": 2, "name": "Lulzbot Mini 2 | SE | 0.5mm", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "lulzbot_mini_2_se", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "0" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.5 }, + "machine_extruder_end_pos_abs": { "default_value": false }, + "machine_extruder_end_pos_x": { "default_value": 0 }, + "machine_extruder_end_pos_y": { "default_value": 0 }, "machine_extruder_start_pos_abs": { "default_value": false }, "machine_extruder_start_pos_x": { "default_value": 0 }, "machine_extruder_start_pos_y": { "default_value": 0 }, - "machine_extruder_end_pos_abs": { "default_value": false }, - "machine_extruder_end_pos_x": { "default_value": 0 }, - "machine_extruder_end_pos_y": { "default_value": 0 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.5 } } -} +} \ No newline at end of file diff --git a/resources/extruders/lulzbot_mini_2_sl_extruder.def.json b/resources/extruders/lulzbot_mini_2_sl_extruder.def.json index 12faf247e5..3b27f79741 100644 --- a/resources/extruders/lulzbot_mini_2_sl_extruder.def.json +++ b/resources/extruders/lulzbot_mini_2_sl_extruder.def.json @@ -2,24 +2,26 @@ "version": 2, "name": "Lulzbot Mini 2 | SL | 0.25mm (Micro)", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "lulzbot_mini_2_sl", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "0" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.25 }, + "machine_extruder_end_pos_abs": { "default_value": false }, + "machine_extruder_end_pos_x": { "default_value": 0 }, + "machine_extruder_end_pos_y": { "default_value": 0 }, "machine_extruder_start_pos_abs": { "default_value": false }, "machine_extruder_start_pos_x": { "default_value": 0 }, "machine_extruder_start_pos_y": { "default_value": 0 }, - "machine_extruder_end_pos_abs": { "default_value": false }, - "machine_extruder_end_pos_x": { "default_value": 0 }, - "machine_extruder_end_pos_y": { "default_value": 0 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.25 } } -} +} \ No newline at end of file diff --git a/resources/extruders/lulzbot_taz_pro_dual_extruder_0.def.json b/resources/extruders/lulzbot_taz_pro_dual_extruder_0.def.json index 1bc148c583..5134958293 100644 --- a/resources/extruders/lulzbot_taz_pro_dual_extruder_0.def.json +++ b/resources/extruders/lulzbot_taz_pro_dual_extruder_0.def.json @@ -2,24 +2,26 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "lulzbot_taz_pro_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.5 }, + "machine_extruder_end_pos_abs": { "default_value": false }, + "machine_extruder_end_pos_x": { "default_value": 0 }, + "machine_extruder_end_pos_y": { "default_value": 0 }, "machine_extruder_start_pos_abs": { "default_value": false }, "machine_extruder_start_pos_x": { "default_value": 0 }, "machine_extruder_start_pos_y": { "default_value": 0 }, - "machine_extruder_end_pos_abs": { "default_value": false }, - "machine_extruder_end_pos_x": { "default_value": 0 }, - "machine_extruder_end_pos_y": { "default_value": 0 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.5 } } -} +} \ No newline at end of file diff --git a/resources/extruders/lulzbot_taz_pro_dual_extruder_1.def.json b/resources/extruders/lulzbot_taz_pro_dual_extruder_1.def.json index 3d193426cb..69ac843d1f 100644 --- a/resources/extruders/lulzbot_taz_pro_dual_extruder_1.def.json +++ b/resources/extruders/lulzbot_taz_pro_dual_extruder_1.def.json @@ -2,29 +2,37 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "lulzbot_taz_pro_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.5 }, - "nozzle_disallowed_areas": { - "default_value": [ - [[-115, 140], [ -140, 140], [ -140, -140], [-115, -140]] - ] - }, + "machine_extruder_end_pos_abs": { "default_value": false }, + "machine_extruder_end_pos_x": { "default_value": 0 }, + "machine_extruder_end_pos_y": { "default_value": 0 }, "machine_extruder_start_pos_abs": { "default_value": false }, "machine_extruder_start_pos_x": { "default_value": 0 }, "machine_extruder_start_pos_y": { "default_value": 0 }, - "machine_extruder_end_pos_abs": { "default_value": false }, - "machine_extruder_end_pos_x": { "default_value": 0 }, - "machine_extruder_end_pos_y": { "default_value": 0 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.5 }, + "nozzle_disallowed_areas": + { + "default_value": [ + [ + [-115, 140], + [-140, 140], + [-140, -140], + [-115, -140] + ] + ] + } } -} +} \ No newline at end of file diff --git a/resources/extruders/makeR_pegasus_extruder_0.def.json b/resources/extruders/makeR_pegasus_extruder_0.def.json index c17c51d599..854aa80f32 100644 --- a/resources/extruders/makeR_pegasus_extruder_0.def.json +++ b/resources/extruders/makeR_pegasus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeR_pegasus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makeR_prusa_tairona_i3_extruder_0.def.json b/resources/extruders/makeR_prusa_tairona_i3_extruder_0.def.json index 278981f355..6de907a802 100644 --- a/resources/extruders/makeR_prusa_tairona_i3_extruder_0.def.json +++ b/resources/extruders/makeR_prusa_tairona_i3_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeR_prusa_tairona_i3", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makeblock_mcreate_extruder_0.def.json b/resources/extruders/makeblock_mcreate_extruder_0.def.json index 060ea634f8..1a6901a772 100644 --- a/resources/extruders/makeblock_mcreate_extruder_0.def.json +++ b/resources/extruders/makeblock_mcreate_extruder_0.def.json @@ -2,19 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeblock_mcreate", "position": "0" }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makeit_dual_1st.def.json b/resources/extruders/makeit_dual_1st.def.json index 16374b40d1..61dd944335 100644 --- a/resources/extruders/makeit_dual_1st.def.json +++ b/resources/extruders/makeit_dual_1st.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "1st Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeit_pro_m", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makeit_dual_2nd.def.json b/resources/extruders/makeit_dual_2nd.def.json index 562cfcbc40..1147e1da96 100644 --- a/resources/extruders/makeit_dual_2nd.def.json +++ b/resources/extruders/makeit_dual_2nd.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "2nd Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeit_pro_m", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makeit_l_dual_1st.def.json b/resources/extruders/makeit_l_dual_1st.def.json index 8fbc2944b1..0e549945a2 100644 --- a/resources/extruders/makeit_l_dual_1st.def.json +++ b/resources/extruders/makeit_l_dual_1st.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "1st Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeit_pro_l", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makeit_l_dual_2nd.def.json b/resources/extruders/makeit_l_dual_2nd.def.json index e163e9565a..33c27fecbd 100644 --- a/resources/extruders/makeit_l_dual_2nd.def.json +++ b/resources/extruders/makeit_l_dual_2nd.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "2nd Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeit_pro_l", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makeit_mx_dual_1st.def.json b/resources/extruders/makeit_mx_dual_1st.def.json index 48a15bb4e7..1d1adf2ff6 100644 --- a/resources/extruders/makeit_mx_dual_1st.def.json +++ b/resources/extruders/makeit_mx_dual_1st.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "1st Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeit_pro_mx", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/makeit_mx_dual_2nd.def.json b/resources/extruders/makeit_mx_dual_2nd.def.json index b17b1b9051..9db1ea1732 100644 --- a/resources/extruders/makeit_mx_dual_2nd.def.json +++ b/resources/extruders/makeit_mx_dual_2nd.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "2nd Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makeit_pro_mx", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/maker_made_300x_extruder_0.def.json b/resources/extruders/maker_made_300x_extruder_0.def.json index a35c47b395..632dd4fa79 100644 --- a/resources/extruders/maker_made_300x_extruder_0.def.json +++ b/resources/extruders/maker_made_300x_extruder_0.def.json @@ -1,15 +1,16 @@ -{ - "name": "Extruder 1", - "version": 2, - "inherits": "fdmextruder", - "metadata": { - "machine": "maker_made_300x", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } -} +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "maker_made_300x", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/maker_starter_extruder_0.def.json b/resources/extruders/maker_starter_extruder_0.def.json index 76e2f74a4c..1a8877f8ef 100644 --- a/resources/extruders/maker_starter_extruder_0.def.json +++ b/resources/extruders/maker_starter_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "maker_starter", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makerbotreplicator_extruder_0.def.json b/resources/extruders/makerbotreplicator_extruder_0.def.json index 595134d788..dc0895e7b0 100644 --- a/resources/extruders/makerbotreplicator_extruder_0.def.json +++ b/resources/extruders/makerbotreplicator_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makerbotreplicator", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/makergear_m2_v3b.def.json b/resources/extruders/makergear_m2_v3b.def.json index c9ccebdb27..125ea4dc82 100644 --- a/resources/extruders/makergear_m2_v3b.def.json +++ b/resources/extruders/makergear_m2_v3b.def.json @@ -2,12 +2,13 @@ "version": 2, "name": "MakerGear M2 V3B", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "makergear_m2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/malyan_m180_extruder_0.def.json b/resources/extruders/malyan_m180_extruder_0.def.json index 04bc70ce55..a8db6ff3a9 100644 --- a/resources/extruders/malyan_m180_extruder_0.def.json +++ b/resources/extruders/malyan_m180_extruder_0.def.json @@ -2,16 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "malyan_m180", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { - "default_value": 1.75 - } + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/malyan_m200_extruder_0.def.json b/resources/extruders/malyan_m200_extruder_0.def.json index 88d99fb426..c1f70bf9da 100644 --- a/resources/extruders/malyan_m200_extruder_0.def.json +++ b/resources/extruders/malyan_m200_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "malyan_m200", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mankati_fullscale_xt_plus_extruder_0.def.json b/resources/extruders/mankati_fullscale_xt_plus_extruder_0.def.json index 4cb893336e..53a88d2641 100644 --- a/resources/extruders/mankati_fullscale_xt_plus_extruder_0.def.json +++ b/resources/extruders/mankati_fullscale_xt_plus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mankati_fullscale_xt_plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mbot3d_grid2_extruder_0.def.json b/resources/extruders/mbot3d_grid2_extruder_0.def.json index 7bfd5ffa9e..525829a0d4 100644 --- a/resources/extruders/mbot3d_grid2_extruder_0.def.json +++ b/resources/extruders/mbot3d_grid2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mbot3d_grid2plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mbot3d_grid2_extruder_left.def.json b/resources/extruders/mbot3d_grid2_extruder_left.def.json index e8368cd1bb..e06e1a1b45 100644 --- a/resources/extruders/mbot3d_grid2_extruder_left.def.json +++ b/resources/extruders/mbot3d_grid2_extruder_left.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mbot3d_grid2plus_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "default_value": 200 }, + "machine_extruder_end_pos_y": { "default_value": 200 }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "default_value": 200 }, "machine_extruder_start_pos_y": { "default_value": 200 }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "default_value": 200 }, - "machine_extruder_end_pos_y": { "default_value": 200 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mbot3d_grid2_extruder_right.def.json b/resources/extruders/mbot3d_grid2_extruder_right.def.json index fed6cc7333..67628face7 100644 --- a/resources/extruders/mbot3d_grid2_extruder_right.def.json +++ b/resources/extruders/mbot3d_grid2_extruder_right.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mbot3d_grid2plus_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "default_value": 200 }, + "machine_extruder_end_pos_y": { "default_value": 200 }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "default_value": 200 }, "machine_extruder_start_pos_y": { "default_value": 200 }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "default_value": 200 }, - "machine_extruder_end_pos_y": { "default_value": 200 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mbot3d_grid4_extruder_0.def.json b/resources/extruders/mbot3d_grid4_extruder_0.def.json index a75145fb74..7fbac0e9f2 100644 --- a/resources/extruders/mbot3d_grid4_extruder_0.def.json +++ b/resources/extruders/mbot3d_grid4_extruder_0.def.json @@ -2,16 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mbot3d_grid4", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mbot3d_grid4_extruder_left.def.json b/resources/extruders/mbot3d_grid4_extruder_left.def.json index fb568c6eb6..657fd2533b 100644 --- a/resources/extruders/mbot3d_grid4_extruder_left.def.json +++ b/resources/extruders/mbot3d_grid4_extruder_left.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mbot3d_grid4_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "default_value": 200 }, + "machine_extruder_end_pos_y": { "default_value": 200 }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "default_value": 200 }, "machine_extruder_start_pos_y": { "default_value": 200 }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "default_value": 200 }, - "machine_extruder_end_pos_y": { "default_value": 200 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mbot3d_grid4_extruder_right.def.json b/resources/extruders/mbot3d_grid4_extruder_right.def.json index 7b36ff22e4..5c1646d18e 100644 --- a/resources/extruders/mbot3d_grid4_extruder_right.def.json +++ b/resources/extruders/mbot3d_grid4_extruder_right.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mbot3d_grid4_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "default_value": 200 }, + "machine_extruder_end_pos_y": { "default_value": 200 }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "default_value": 200 }, "machine_extruder_start_pos_y": { "default_value": 200 }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "default_value": 200 }, - "machine_extruder_end_pos_y": { "default_value": 200 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mendel90_extruder_0.def.json b/resources/extruders/mendel90_extruder_0.def.json index 2ea4d9a7de..0701164a65 100644 --- a/resources/extruders/mendel90_extruder_0.def.json +++ b/resources/extruders/mendel90_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mendel90", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mingda_base_extruder_0.def.json b/resources/extruders/mingda_base_extruder_0.def.json index 034f6ce45f..2a63d15eb6 100644 --- a/resources/extruders/mingda_base_extruder_0.def.json +++ b/resources/extruders/mingda_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mingda_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/mixware_hyper_s_extruder_0.def.json b/resources/extruders/mixware_hyper_s_extruder_0.def.json index 09971ee688..af1432991e 100644 --- a/resources/extruders/mixware_hyper_s_extruder_0.def.json +++ b/resources/extruders/mixware_hyper_s_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mixware_hyper_s", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/monoprice_select_mini_v1_extruder_0.def.json b/resources/extruders/monoprice_select_mini_v1_extruder_0.def.json index 023bd6b27c..35d7168f04 100644 --- a/resources/extruders/monoprice_select_mini_v1_extruder_0.def.json +++ b/resources/extruders/monoprice_select_mini_v1_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "monoprice_select_mini_v1", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/monoprice_select_mini_v2_extruder_0.def.json b/resources/extruders/monoprice_select_mini_v2_extruder_0.def.json index 79ba110701..a6c9fc26f9 100644 --- a/resources/extruders/monoprice_select_mini_v2_extruder_0.def.json +++ b/resources/extruders/monoprice_select_mini_v2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "monoprice_select_mini_v2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mp_mini_delta_extruder_0.def.json b/resources/extruders/mp_mini_delta_extruder_0.def.json index b4eab5c7a2..9250ed44e7 100644 --- a/resources/extruders/mp_mini_delta_extruder_0.def.json +++ b/resources/extruders/mp_mini_delta_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 0", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mp_mini_delta", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/mp_mini_delta_v2_extruder_0.def.json b/resources/extruders/mp_mini_delta_v2_extruder_0.def.json index 022ace632f..55d6c89b33 100644 --- a/resources/extruders/mp_mini_delta_v2_extruder_0.def.json +++ b/resources/extruders/mp_mini_delta_v2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 0", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "mp_mini_delta_v2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/nps_extruder_0.def.json b/resources/extruders/nps_extruder_0.def.json index 48865b1a2e..89039443ef 100644 --- a/resources/extruders/nps_extruder_0.def.json +++ b/resources/extruders/nps_extruder_0.def.json @@ -1,15 +1,16 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "nps", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } -} +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "nps", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/nwa3d_a31_extruder_0.def.json b/resources/extruders/nwa3d_a31_extruder_0.def.json index de1938956a..dea524c940 100644 --- a/resources/extruders/nwa3d_a31_extruder_0.def.json +++ b/resources/extruders/nwa3d_a31_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Standard 0.4mm", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "nwa3d_a31", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/nwa3d_a5_extruder_0.def.json b/resources/extruders/nwa3d_a5_extruder_0.def.json index 9131480732..d53fd941b3 100644 --- a/resources/extruders/nwa3d_a5_extruder_0.def.json +++ b/resources/extruders/nwa3d_a5_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Regular 0.4mm Nozzle", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "nwa3d_a5", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ord_extruder_0.def.json b/resources/extruders/ord_extruder_0.def.json index 61317c4a17..160e869fa4 100644 --- a/resources/extruders/ord_extruder_0.def.json +++ b/resources/extruders/ord_extruder_0.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "0", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ord", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "4" }, @@ -17,4 +19,4 @@ "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ord_extruder_1.def.json b/resources/extruders/ord_extruder_1.def.json index 43bc11fa71..f7d22fffc0 100644 --- a/resources/extruders/ord_extruder_1.def.json +++ b/resources/extruders/ord_extruder_1.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ord", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "4" }, @@ -17,4 +19,4 @@ "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ord_extruder_2.def.json b/resources/extruders/ord_extruder_2.def.json index 84bcbd5332..a959ea1f49 100644 --- a/resources/extruders/ord_extruder_2.def.json +++ b/resources/extruders/ord_extruder_2.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ord", "position": "2" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 2, "maximum_value": "4" }, @@ -17,4 +19,4 @@ "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ord_extruder_3.def.json b/resources/extruders/ord_extruder_3.def.json index db81f82b78..2cb1fc5454 100644 --- a/resources/extruders/ord_extruder_3.def.json +++ b/resources/extruders/ord_extruder_3.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "3", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ord", "position": "3" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 3, "maximum_value": "4" }, @@ -17,4 +19,4 @@ "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ord_extruder_4.def.json b/resources/extruders/ord_extruder_4.def.json index 2ca7609e06..f9f693e977 100644 --- a/resources/extruders/ord_extruder_4.def.json +++ b/resources/extruders/ord_extruder_4.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "4", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ord", "position": "4" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 4, "maximum_value": "4" }, @@ -17,4 +19,4 @@ "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/pbr3d_g1_extruder_0.def.json b/resources/extruders/pbr3d_g1_extruder_0.def.json index 3a79fe4f20..c52e61c87e 100644 --- a/resources/extruders/pbr3d_g1_extruder_0.def.json +++ b/resources/extruders/pbr3d_g1_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "pbr3d_g1", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/peopoly_moai_extruder_0.def.json b/resources/extruders/peopoly_moai_extruder_0.def.json index 1acf5b499f..f6a0f8dc29 100644 --- a/resources/extruders/peopoly_moai_extruder_0.def.json +++ b/resources/extruders/peopoly_moai_extruder_0.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "peopoly_moai", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.067 }, - "material_diameter": { - "enabled": false, - "default_value": 1.75 + "material_diameter": + { + "default_value": 1.75, + "enabled": false } } -} +} \ No newline at end of file diff --git a/resources/extruders/predator_extruder_0.def.json b/resources/extruders/predator_extruder_0.def.json index 59574ae69f..f78706952d 100644 --- a/resources/extruders/predator_extruder_0.def.json +++ b/resources/extruders/predator_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 0", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "predator", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/printrbot_play_extruder_0.def.json b/resources/extruders/printrbot_play_extruder_0.def.json index 682810c8d8..15fe9179fe 100644 --- a/resources/extruders/printrbot_play_extruder_0.def.json +++ b/resources/extruders/printrbot_play_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "printrbot_play", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/printrbot_play_heated_extruder_0.def.json b/resources/extruders/printrbot_play_heated_extruder_0.def.json index 72335e82d6..8949ac253a 100644 --- a/resources/extruders/printrbot_play_heated_extruder_0.def.json +++ b/resources/extruders/printrbot_play_heated_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "printrbot_play_heated", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/printrbot_simple_extended_extruder_0.def.json b/resources/extruders/printrbot_simple_extended_extruder_0.def.json index b50a142d2e..81a05a5974 100644 --- a/resources/extruders/printrbot_simple_extended_extruder_0.def.json +++ b/resources/extruders/printrbot_simple_extended_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "printrbot_simple_extended", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/printrbot_simple_extruder_0.def.json b/resources/extruders/printrbot_simple_extruder_0.def.json index 4fa5d7fbf2..fd414912dc 100644 --- a/resources/extruders/printrbot_simple_extruder_0.def.json +++ b/resources/extruders/printrbot_simple_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "printrbot_simple", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/printrbot_simple_makers_kit_extruder_0.def.json b/resources/extruders/printrbot_simple_makers_kit_extruder_0.def.json index a58195fdfb..cd0ca9b74b 100644 --- a/resources/extruders/printrbot_simple_makers_kit_extruder_0.def.json +++ b/resources/extruders/printrbot_simple_makers_kit_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "printrbot_simple_makers_kit", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/prusa_i3_extruder_0.def.json b/resources/extruders/prusa_i3_extruder_0.def.json index dbb01032b8..42e8f36461 100644 --- a/resources/extruders/prusa_i3_extruder_0.def.json +++ b/resources/extruders/prusa_i3_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "prusa_i3", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/prusa_i3_mk2_extruder_0.def.json b/resources/extruders/prusa_i3_mk2_extruder_0.def.json index e802687062..78251aa61d 100644 --- a/resources/extruders/prusa_i3_mk2_extruder_0.def.json +++ b/resources/extruders/prusa_i3_mk2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "prusa_i3_mk2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/prusa_i3_mk3_extruder_0.def.json b/resources/extruders/prusa_i3_mk3_extruder_0.def.json index 29156f0d70..cf489aaf3c 100644 --- a/resources/extruders/prusa_i3_mk3_extruder_0.def.json +++ b/resources/extruders/prusa_i3_mk3_extruder_0.def.json @@ -2,12 +2,13 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "prusa_i3_mk3", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/prusa_i3_xl_extruder_0.def.json b/resources/extruders/prusa_i3_xl_extruder_0.def.json index c4125b36ee..4a28924f9b 100644 --- a/resources/extruders/prusa_i3_xl_extruder_0.def.json +++ b/resources/extruders/prusa_i3_xl_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "prusa_i3_xl", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/punchtec_connect_xl_extruder_0.def.json b/resources/extruders/punchtec_connect_xl_extruder_0.def.json index f286140167..3524ff6fba 100644 --- a/resources/extruders/punchtec_connect_xl_extruder_0.def.json +++ b/resources/extruders/punchtec_connect_xl_extruder_0.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "0", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "punchtec_connect_xl", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, @@ -16,4 +18,4 @@ "machine_nozzle_offset_y": { "default_value": 0.0 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/punchtec_connect_xl_extruder_1.def.json b/resources/extruders/punchtec_connect_xl_extruder_1.def.json index 47d28882cf..0bfa950060 100644 --- a/resources/extruders/punchtec_connect_xl_extruder_1.def.json +++ b/resources/extruders/punchtec_connect_xl_extruder_1.def.json @@ -2,13 +2,15 @@ "version": 2, "name": "1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "punchtec_connect_xl", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, @@ -16,4 +18,4 @@ "machine_nozzle_offset_y": { "default_value": 0.0 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/raise3D_N2_dual_extruder_0.def.json b/resources/extruders/raise3D_N2_dual_extruder_0.def.json index 9294a73933..27cc06fea8 100644 --- a/resources/extruders/raise3D_N2_dual_extruder_0.def.json +++ b/resources/extruders/raise3D_N2_dual_extruder_0.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "raise3D_N2_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/raise3D_N2_dual_extruder_1.def.json b/resources/extruders/raise3D_N2_dual_extruder_1.def.json index e09cb6b9fc..7397de74a2 100644 --- a/resources/extruders/raise3D_N2_dual_extruder_1.def.json +++ b/resources/extruders/raise3D_N2_dual_extruder_1.def.json @@ -2,28 +2,27 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "raise3D_N2_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 24.8 }, - "machine_nozzle_offset_y": { "default_value": 0.6 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 24.8 }, + "machine_nozzle_offset_y": { "default_value": 0.6 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} - - +} \ No newline at end of file diff --git a/resources/extruders/raise3D_N2_plus_dual_extruder_0.def.json b/resources/extruders/raise3D_N2_plus_dual_extruder_0.def.json index d8821204f0..e1f0a6ff27 100644 --- a/resources/extruders/raise3D_N2_plus_dual_extruder_0.def.json +++ b/resources/extruders/raise3D_N2_plus_dual_extruder_0.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "raise3D_N2_plus_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/raise3D_N2_plus_dual_extruder_1.def.json b/resources/extruders/raise3D_N2_plus_dual_extruder_1.def.json index 0a6ded63a3..2b371c71e4 100644 --- a/resources/extruders/raise3D_N2_plus_dual_extruder_1.def.json +++ b/resources/extruders/raise3D_N2_plus_dual_extruder_1.def.json @@ -2,28 +2,27 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "raise3D_N2_plus_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 24.8 }, - "machine_nozzle_offset_y": { "default_value": 0.6 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 24.8 }, + "machine_nozzle_offset_y": { "default_value": 0.6 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} - - +} \ No newline at end of file diff --git a/resources/extruders/raise3D_N2_plus_single_extruder_0.def.json b/resources/extruders/raise3D_N2_plus_single_extruder_0.def.json index efb071cb8c..38bdbf4328 100644 --- a/resources/extruders/raise3D_N2_plus_single_extruder_0.def.json +++ b/resources/extruders/raise3D_N2_plus_single_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "raise3D_N2_plus_single", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/raise3D_N2_single_extruder_0.def.json b/resources/extruders/raise3D_N2_single_extruder_0.def.json index 399d577110..a96056bc85 100644 --- a/resources/extruders/raise3D_N2_single_extruder_0.def.json +++ b/resources/extruders/raise3D_N2_single_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "raise3D_N2_single", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/renkforce_pro7dual_1st.def.json b/resources/extruders/renkforce_pro7dual_1st.def.json index 23659aa672..78ff8d8583 100755 --- a/resources/extruders/renkforce_pro7dual_1st.def.json +++ b/resources/extruders/renkforce_pro7dual_1st.def.json @@ -2,18 +2,19 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "renkforce_pro7dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/renkforce_pro7dual_2nd.def.json b/resources/extruders/renkforce_pro7dual_2nd.def.json index 7b7a6a1743..2006806327 100755 --- a/resources/extruders/renkforce_pro7dual_2nd.def.json +++ b/resources/extruders/renkforce_pro7dual_2nd.def.json @@ -2,18 +2,19 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "renkforce_pro7dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/renkforce_rf100_extruder_0.def.json b/resources/extruders/renkforce_rf100_extruder_0.def.json index ff64e2f86a..84f9db7ce7 100644 --- a/resources/extruders/renkforce_rf100_extruder_0.def.json +++ b/resources/extruders/renkforce_rf100_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "renkforce_rf100", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/renkforce_rf100_xl_extruder_0.def.json b/resources/extruders/renkforce_rf100_xl_extruder_0.def.json index 718a3738c4..b962496430 100644 --- a/resources/extruders/renkforce_rf100_xl_extruder_0.def.json +++ b/resources/extruders/renkforce_rf100_xl_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "renkforce_rf100_xl", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/rigid3d_base_extruder_0.def.json b/resources/extruders/rigid3d_base_extruder_0.def.json index c4d34c304f..a584689699 100644 --- a/resources/extruders/rigid3d_base_extruder_0.def.json +++ b/resources/extruders/rigid3d_base_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "rigid3d_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/rigidbot_big_extruder_0.def.json b/resources/extruders/rigidbot_big_extruder_0.def.json index 9ef72d5203..72e643857e 100644 --- a/resources/extruders/rigidbot_big_extruder_0.def.json +++ b/resources/extruders/rigidbot_big_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "rigidbot_big", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/rigidbot_extruder_0.def.json b/resources/extruders/rigidbot_extruder_0.def.json index 9155be0ff1..6ca622b9fe 100644 --- a/resources/extruders/rigidbot_extruder_0.def.json +++ b/resources/extruders/rigidbot_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "rigidbot", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/robo_3d_r1_extruder_0.def.json b/resources/extruders/robo_3d_r1_extruder_0.def.json index 60811842ac..916b780aa2 100644 --- a/resources/extruders/robo_3d_r1_extruder_0.def.json +++ b/resources/extruders/robo_3d_r1_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "robo_3d_r1", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/seckit_skgo_extruder_0.def.json b/resources/extruders/seckit_skgo_extruder_0.def.json index 2c79e00c6d..8e1f8d3737 100644 --- a/resources/extruders/seckit_skgo_extruder_0.def.json +++ b/resources/extruders/seckit_skgo_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "seckit_skgo", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/seckit_sktank_extruder_0.def.json b/resources/extruders/seckit_sktank_extruder_0.def.json index 15e8b9f5c6..4db87cae82 100644 --- a/resources/extruders/seckit_sktank_extruder_0.def.json +++ b/resources/extruders/seckit_sktank_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "seckit_sktank", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/seemecnc_artemis_extruder_0.def.json b/resources/extruders/seemecnc_artemis_extruder_0.def.json index a86e5eb2bd..508a87e7f0 100644 --- a/resources/extruders/seemecnc_artemis_extruder_0.def.json +++ b/resources/extruders/seemecnc_artemis_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "seemecnc_artemis", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.5 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/seemecnc_v32_extruder_0.def.json b/resources/extruders/seemecnc_v32_extruder_0.def.json index b223116be3..603f2acf5f 100644 --- a/resources/extruders/seemecnc_v32_extruder_0.def.json +++ b/resources/extruders/seemecnc_v32_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "seemecnc_v32", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.5 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/sh65_extruder.def.json b/resources/extruders/sh65_extruder.def.json index f01011e281..5ca8cec8d8 100644 --- a/resources/extruders/sh65_extruder.def.json +++ b/resources/extruders/sh65_extruder.def.json @@ -1,21 +1,16 @@ -{ - "version": 2, - "name": "Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "sh65", - "position": "0" - }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } - } -} +{ + "version": 2, + "name": "Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "sh65", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/skriware_2_extruder_0.def.json b/resources/extruders/skriware_2_extruder_0.def.json index 0569600094..d74044ff6a 100644 --- a/resources/extruders/skriware_2_extruder_0.def.json +++ b/resources/extruders/skriware_2_extruder_0.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "skriware_2", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/skriware_2_extruder_1.def.json b/resources/extruders/skriware_2_extruder_1.def.json index d6fa76e1a0..860185e88d 100644 --- a/resources/extruders/skriware_2_extruder_1.def.json +++ b/resources/extruders/skriware_2_extruder_1.def.json @@ -2,17 +2,19 @@ "version": 2, "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "skriware_2", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/snapmaker_extruder_0.def.json b/resources/extruders/snapmaker_extruder_0.def.json index c9b69703a7..d8c2173396 100644 --- a/resources/extruders/snapmaker_extruder_0.def.json +++ b/resources/extruders/snapmaker_extruder_0.def.json @@ -1,20 +1,16 @@ -{ - "name": "Extruder 1", - "version": 2, - "inherits": "fdmextruder", - "metadata": { - "machine": "snapmaker2", - "position": "0" - }, - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } - } -} +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "snapmaker2", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/stereotech_start_extruder_0.def.json b/resources/extruders/stereotech_start_extruder_0.def.json index b0a1e91d1c..91a60e02d8 100644 --- a/resources/extruders/stereotech_start_extruder_0.def.json +++ b/resources/extruders/stereotech_start_extruder_0.def.json @@ -2,12 +2,13 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stereotech_start", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/stereotech_ste320_1st.def.json b/resources/extruders/stereotech_ste320_1st.def.json index 8110775d33..d89ed900c3 100644 --- a/resources/extruders/stereotech_ste320_1st.def.json +++ b/resources/extruders/stereotech_ste320_1st.def.json @@ -2,44 +2,27 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stereotech_ste320", "position": "0" }, - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { - "default_value": 0.0 - }, - "machine_nozzle_offset_y": { - "default_value": 0.0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_extruder_start_pos_abs": { - "default_value": true - }, - "machine_extruder_start_pos_x": { - "value": "prime_tower_position_x" - }, - "machine_extruder_start_pos_y": { - "value": "prime_tower_position_y" - }, - "machine_extruder_end_pos_abs": { - "default_value": true - }, - "machine_extruder_end_pos_x": { - "value": "prime_tower_position_x" - }, - "machine_extruder_end_pos_y": { - "value": "prime_tower_position_y" - } + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/stereotech_ste320_2nd.def.json b/resources/extruders/stereotech_ste320_2nd.def.json index 12a1479164..135adbb7c2 100644 --- a/resources/extruders/stereotech_ste320_2nd.def.json +++ b/resources/extruders/stereotech_ste320_2nd.def.json @@ -2,44 +2,27 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stereotech_ste320", "position": "1" }, - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { - "default_value": 18.0 - }, - "machine_nozzle_offset_y": { - "default_value": 0.0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_extruder_start_pos_abs": { - "default_value": true - }, - "machine_extruder_start_pos_x": { - "value": "prime_tower_position_x" - }, - "machine_extruder_start_pos_y": { - "value": "prime_tower_position_y" - }, - "machine_extruder_end_pos_abs": { - "default_value": true - }, - "machine_extruder_end_pos_x": { - "value": "prime_tower_position_x" - }, - "machine_extruder_end_pos_y": { - "value": "prime_tower_position_y" - } + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_nozzle_offset_x": { "default_value": 18.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/strateo3d_left_extruder.def.json b/resources/extruders/strateo3d_left_extruder.def.json index 096b265030..e707a74dc9 100644 --- a/resources/extruders/strateo3d_left_extruder.def.json +++ b/resources/extruders/strateo3d_left_extruder.def.json @@ -2,15 +2,20 @@ "version": 2, "name": "Left Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "strateo3d", "position": "1" }, - - "overrides": { - "extruder_nr": { "default_value": 1, "maximum_value": "1" }, - "material_diameter": { "default_value": 1.75 }, + "overrides": + { + "extruder_nr": + { + "default_value": 1, + "maximum_value": "1" + }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/strateo3d_right_extruder.def.json b/resources/extruders/strateo3d_right_extruder.def.json index 24acdef8b5..6f4122a3f6 100644 --- a/resources/extruders/strateo3d_right_extruder.def.json +++ b/resources/extruders/strateo3d_right_extruder.def.json @@ -2,15 +2,20 @@ "version": 2, "name": "Right Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "strateo3d", "position": "0" }, - - "overrides": { - "extruder_nr": { "default_value": 0, "maximum_value": "1" }, - "material_diameter": { "default_value": 1.75 }, + "overrides": + { + "extruder_nr": + { + "default_value": 0, + "maximum_value": "1" + }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/stream20_extruder.def.json b/resources/extruders/stream20_extruder.def.json index f7186c704f..0e07b22b0b 100644 --- a/resources/extruders/stream20_extruder.def.json +++ b/resources/extruders/stream20_extruder.def.json @@ -2,20 +2,15 @@ "version": 2, "name": "STREAM20MK2 Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stream20pro_mk2", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/stream20dual_0.def.json b/resources/extruders/stream20dual_0.def.json index 9138d5df63..52e484660a 100644 --- a/resources/extruders/stream20dual_0.def.json +++ b/resources/extruders/stream20dual_0.def.json @@ -2,30 +2,27 @@ "version": 2, "name": "Left extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stream20dual_mk2", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/stream20dual_1.def.json b/resources/extruders/stream20dual_1.def.json index d52ab86111..d9862c9393 100644 --- a/resources/extruders/stream20dual_1.def.json +++ b/resources/extruders/stream20dual_1.def.json @@ -2,32 +2,27 @@ "version": 2, "name": "Right extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stream20dual_mk2", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_nozzle_offset_x": { "default_value": 35 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 35 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} - - +} \ No newline at end of file diff --git a/resources/extruders/stream30_extruder.def.json b/resources/extruders/stream30_extruder.def.json index 182ef9b481..5331b74c75 100644 --- a/resources/extruders/stream30_extruder.def.json +++ b/resources/extruders/stream30_extruder.def.json @@ -2,20 +2,15 @@ "version": 2, "name": "STREAM30MK2 Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stream30pro_mk2", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/stream30dual_0.def.json b/resources/extruders/stream30dual_0.def.json index 3955219154..2acf1d631c 100644 --- a/resources/extruders/stream30dual_0.def.json +++ b/resources/extruders/stream30dual_0.def.json @@ -2,30 +2,27 @@ "version": 2, "name": "Left extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stream30dual_mk2", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/stream30dual_1.def.json b/resources/extruders/stream30dual_1.def.json index 8db42ecdc7..cd2233f162 100644 --- a/resources/extruders/stream30dual_1.def.json +++ b/resources/extruders/stream30dual_1.def.json @@ -2,32 +2,27 @@ "version": 2, "name": "Right extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stream30dual_mk2", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - }, - "machine_nozzle_offset_x": { "default_value": 35 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 35 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} - - +} \ No newline at end of file diff --git a/resources/extruders/stream30mk3_extruder.def.json b/resources/extruders/stream30mk3_extruder.def.json index 8a9bbfa1f9..f786af4b78 100644 --- a/resources/extruders/stream30mk3_extruder.def.json +++ b/resources/extruders/stream30mk3_extruder.def.json @@ -1,21 +1,16 @@ -{ - "version": 2, - "name": "Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "stream30mk3", - "position": "0" - }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } - } -} +{ + "version": 2, + "name": "Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "stream30mk3", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/stream30ultra_extruder.def.json b/resources/extruders/stream30ultra_extruder.def.json index a2564677ec..d18cce16a7 100644 --- a/resources/extruders/stream30ultra_extruder.def.json +++ b/resources/extruders/stream30ultra_extruder.def.json @@ -2,20 +2,15 @@ "version": 2, "name": "Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stream30ultra", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/stream30ultrasc2_extruder.def.json b/resources/extruders/stream30ultrasc2_extruder.def.json index 56c34a34e1..62e5afea77 100644 --- a/resources/extruders/stream30ultrasc2_extruder.def.json +++ b/resources/extruders/stream30ultrasc2_extruder.def.json @@ -1,21 +1,16 @@ -{ - "version": 2, - "name": "Extruder", - "inherits": "fdmextruder", - "metadata": { - "machine": "stream30ultrasc2", - "position": "0" - }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } - } -} +{ + "version": 2, + "name": "Extruder", + "inherits": "fdmextruder", + "metadata": + { + "machine": "stream30ultrasc2", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/stream30ultrasc_extruder.def.json b/resources/extruders/stream30ultrasc_extruder.def.json index 1f76837e87..9820a970a8 100644 --- a/resources/extruders/stream30ultrasc_extruder.def.json +++ b/resources/extruders/stream30ultrasc_extruder.def.json @@ -2,20 +2,15 @@ "version": 2, "name": "Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "stream30ultrasc", "position": "0" }, - - "overrides": { - "extruder_nr": { - "default_value": 0 - }, - "machine_nozzle_size": { - "default_value": 0.4 - }, - "material_diameter": { - "default_value": 1.75 - } + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/structur3d_discov3ry1_complete_um2plus_extruder_0.def.json b/resources/extruders/structur3d_discov3ry1_complete_um2plus_extruder_0.def.json index c63f740f11..0258f9da9c 100644 --- a/resources/extruders/structur3d_discov3ry1_complete_um2plus_extruder_0.def.json +++ b/resources/extruders/structur3d_discov3ry1_complete_um2plus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Discov3ry Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "structur3d_discov3ry1_complete_um2plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.84 }, "material_diameter": { "default_value": 3.175 } } -} +} \ No newline at end of file diff --git a/resources/extruders/syndaveraxi2_extruder_0.def.json b/resources/extruders/syndaveraxi2_extruder_0.def.json index 62357f3227..5750e7fcc5 100644 --- a/resources/extruders/syndaveraxi2_extruder_0.def.json +++ b/resources/extruders/syndaveraxi2_extruder_0.def.json @@ -2,15 +2,16 @@ "version": 2, "name": "Hemera 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "syndaveraxi2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_steps_per_mm_e": { "default_value": 400 } + "machine_steps_per_mm_e": { "default_value": 400 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/syndaveraxi_extruder_0.def.json b/resources/extruders/syndaveraxi_extruder_0.def.json index 4d8d3e8ab4..ecd1e8c65b 100644 --- a/resources/extruders/syndaveraxi_extruder_0.def.json +++ b/resources/extruders/syndaveraxi_extruder_0.def.json @@ -2,15 +2,16 @@ "version": 2, "name": "Hemera 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "syndaveraxi", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, - "machine_steps_per_mm_e": { "default_value": 400 } + "machine_steps_per_mm_e": { "default_value": 400 }, + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/tam_extruder_0.def.json b/resources/extruders/tam_extruder_0.def.json index f487a6ff90..b606474ff0 100644 --- a/resources/extruders/tam_extruder_0.def.json +++ b/resources/extruders/tam_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tam", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tank_m_base_extruder_0.def.json b/resources/extruders/tank_m_base_extruder_0.def.json index 64bafe97d2..59f58d1329 100644 --- a/resources/extruders/tank_m_base_extruder_0.def.json +++ b/resources/extruders/tank_m_base_extruder_0.def.json @@ -1,16 +1,16 @@ -{ - "version": 2, - "name": "Extruder 0", - "inherits": "fdmextruder", - "metadata": { - "machine": "tank_m_base", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - - } -} +{ + "version": 2, + "name": "Extruder 0", + "inherits": "fdmextruder", + "metadata": + { + "machine": "tank_m_base", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/tevo_blackwidow_extruder_0.def.json b/resources/extruders/tevo_blackwidow_extruder_0.def.json index 3450b36ac6..b65ecda212 100644 --- a/resources/extruders/tevo_blackwidow_extruder_0.def.json +++ b/resources/extruders/tevo_blackwidow_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tevo_blackwidow", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tevo_tarantula_extruder_0.def.json b/resources/extruders/tevo_tarantula_extruder_0.def.json index a2ac48c06d..da9cb76ee2 100644 --- a/resources/extruders/tevo_tarantula_extruder_0.def.json +++ b/resources/extruders/tevo_tarantula_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tevo_tarantula", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tevo_tarantula_extruder_1.def.json b/resources/extruders/tevo_tarantula_extruder_1.def.json index 20d4c7004a..e5083bdd31 100644 --- a/resources/extruders/tevo_tarantula_extruder_1.def.json +++ b/resources/extruders/tevo_tarantula_extruder_1.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tevo_tarantula", "position": "1" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 1 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tevo_tarantula_pro_extruder_0.def.json b/resources/extruders/tevo_tarantula_pro_extruder_0.def.json index d178242d36..2845819878 100644 --- a/resources/extruders/tevo_tarantula_pro_extruder_0.def.json +++ b/resources/extruders/tevo_tarantula_pro_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tevo_tarantula_pro", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tevo_tarantula_pro_extruder_1.def.json b/resources/extruders/tevo_tarantula_pro_extruder_1.def.json index f02e74efff..02d6f0111f 100644 --- a/resources/extruders/tevo_tarantula_pro_extruder_1.def.json +++ b/resources/extruders/tevo_tarantula_pro_extruder_1.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tevo_tarantula_pro", "position": "1" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 1 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tevo_tornado_extruder_0.def.json b/resources/extruders/tevo_tornado_extruder_0.def.json index 6c0c9f39b1..9dc4e5fec1 100644 --- a/resources/extruders/tevo_tornado_extruder_0.def.json +++ b/resources/extruders/tevo_tornado_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tevo_tornado", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tinyboy_extruder_0.def.json b/resources/extruders/tinyboy_extruder_0.def.json index 246d00135e..21a3b07b46 100644 --- a/resources/extruders/tinyboy_extruder_0.def.json +++ b/resources/extruders/tinyboy_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tinyboy_e10", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.3 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tinyboy_fabrikator15_extruder_0.def.json b/resources/extruders/tinyboy_fabrikator15_extruder_0.def.json index 81fa4bd140..f2a4166ed4 100644 --- a/resources/extruders/tinyboy_fabrikator15_extruder_0.def.json +++ b/resources/extruders/tinyboy_fabrikator15_extruder_0.def.json @@ -1,15 +1,16 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "tinyboy_fabrikator15", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } -} +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "tinyboy_fabrikator15", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/tizyx_k25_extruder_0.def.json b/resources/extruders/tizyx_k25_extruder_0.def.json index 626fedf434..dcf4764da9 100644 --- a/resources/extruders/tizyx_k25_extruder_0.def.json +++ b/resources/extruders/tizyx_k25_extruder_0.def.json @@ -1,15 +1,16 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "tizyx_k25", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "tizyx_k25", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } } \ No newline at end of file diff --git a/resources/extruders/trex2_extruder_0.def.json b/resources/extruders/trex2_extruder_0.def.json index cd5e61530f..1de1cc21bf 100644 --- a/resources/extruders/trex2_extruder_0.def.json +++ b/resources/extruders/trex2_extruder_0.def.json @@ -1,25 +1,23 @@ { - "version": 2, - "name": "Left Extruder", + "version": 2, + "name": "Left Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "vivedino_trex2plus", - "position": "0" - }, - - "overrides": { - "extruder_nr": { + "position": "0" + }, + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "3" }, + "machine_extruder_end_code": { "default_value": "" }, + "machine_extruder_start_code": { "default_value": "G0 X-40" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "G0 X-40" - }, - "machine_extruder_end_code": { - "default_value": "" - } + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/trex2_extruder_1.def.json b/resources/extruders/trex2_extruder_1.def.json index 73ffd7cada..be715f36bf 100644 --- a/resources/extruders/trex2_extruder_1.def.json +++ b/resources/extruders/trex2_extruder_1.def.json @@ -1,25 +1,23 @@ { - "version": 2, - "name": "Right Extruder", + "version": 2, + "name": "Right Extruder", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "vivedino_trex2plus", - "position": "1" - }, - - "overrides": { - "extruder_nr": { + "position": "1" + }, + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "3" }, + "machine_extruder_end_code": { "default_value": "" }, + "machine_extruder_start_code": { "default_value": "G0 X438.2" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "G0 X438.2" - }, - "machine_extruder_end_code": { - "default_value": "" - } + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/trex_base_extruder_0.def.json b/resources/extruders/trex_base_extruder_0.def.json index 93feda7fa8..c1ce9ef655 100644 --- a/resources/extruders/trex_base_extruder_0.def.json +++ b/resources/extruders/trex_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "vivedino_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/trex_extruder_0.def.json b/resources/extruders/trex_extruder_0.def.json index 7a3b5bfbdc..2f7a62c915 100644 --- a/resources/extruders/trex_extruder_0.def.json +++ b/resources/extruders/trex_extruder_0.def.json @@ -1,25 +1,23 @@ { - "version": 2, - "name": "Left Extruder", - "inherits": "fdmextruder", - "metadata": { + "version": 2, + "name": "Left Extruder", + "inherits": "fdmextruder", + "metadata": + { "machine": "vivedino_trex3", - "position": "0" - }, - - "overrides": { - "extruder_nr": { + "position": "0" + }, + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "3" }, + "machine_extruder_end_code": { "default_value": "M106 P0 S0" }, + "machine_extruder_start_code": { "default_value": "M106 P0 S[fan_speed_pwm]" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "M106 P0 S[fan_speed_pwm]" - }, - "machine_extruder_end_code": { - "default_value": "M106 P0 S0" - } + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/trex_extruder_1.def.json b/resources/extruders/trex_extruder_1.def.json index e0500e98bf..39f1f53834 100644 --- a/resources/extruders/trex_extruder_1.def.json +++ b/resources/extruders/trex_extruder_1.def.json @@ -1,25 +1,23 @@ { - "version": 2, - "name": "Right Extruder", - "inherits": "fdmextruder", - "metadata": { + "version": 2, + "name": "Right Extruder", + "inherits": "fdmextruder", + "metadata": + { "machine": "vivedino_trex3", - "position": "1" - }, - - "overrides": { - "extruder_nr": { + "position": "1" + }, + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "3" }, + "machine_extruder_end_code": { "default_value": "M106 P1 S0" }, + "machine_extruder_start_code": { "default_value": "M106 P1 S[fan_speed_pwm]" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_extruder_start_code": { - "default_value": "M106 P1 S[fan_speed_pwm]" - }, - "machine_extruder_end_code": { - "default_value": "M106 P1 S0" - } + "material_diameter": { "default_value": 1.75 } } } \ No newline at end of file diff --git a/resources/extruders/trimaker_cosmosII_extruder.def.json b/resources/extruders/trimaker_cosmosII_extruder.def.json index 87c9394d96..c5a9debca7 100644 --- a/resources/extruders/trimaker_cosmosII_extruder.def.json +++ b/resources/extruders/trimaker_cosmosII_extruder.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "trimaker_cosmosII", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/trimaker_nebula_extruder.def.json b/resources/extruders/trimaker_nebula_extruder.def.json index 6dbd251edc..eca213de2f 100644 --- a/resources/extruders/trimaker_nebula_extruder.def.json +++ b/resources/extruders/trimaker_nebula_extruder.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "trimaker_nebula", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/tronxy_base_extruder_0.def.json b/resources/extruders/tronxy_base_extruder_0.def.json index 14acb5150a..c0089f2a57 100644 --- a/resources/extruders/tronxy_base_extruder_0.def.json +++ b/resources/extruders/tronxy_base_extruder_0.def.json @@ -2,18 +2,19 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tronxy_x", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/tronxy_base_extruder_1.def.json b/resources/extruders/tronxy_base_extruder_1.def.json index 3a5a35cd01..f6175d8e69 100644 --- a/resources/extruders/tronxy_base_extruder_1.def.json +++ b/resources/extruders/tronxy_base_extruder_1.def.json @@ -2,18 +2,19 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "tronxy_x", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/two_trees_base_extruder_0.def.json b/resources/extruders/two_trees_base_extruder_0.def.json index d8a810dedc..81100bcf1c 100644 --- a/resources/extruders/two_trees_base_extruder_0.def.json +++ b/resources/extruders/two_trees_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "two_trees_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/ubuild-3d_mr_bot_280_extruder_0.def.json b/resources/extruders/ubuild-3d_mr_bot_280_extruder_0.def.json index 749a5ed77d..8c4462d72f 100644 --- a/resources/extruders/ubuild-3d_mr_bot_280_extruder_0.def.json +++ b/resources/extruders/ubuild-3d_mr_bot_280_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ubuild-3d_mr_bot_280", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker2_extended_extruder_0.def.json b/resources/extruders/ultimaker2_extended_extruder_0.def.json index cc7306a393..d44449ee3a 100644 --- a/resources/extruders/ultimaker2_extended_extruder_0.def.json +++ b/resources/extruders/ultimaker2_extended_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker2_extended", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker2_extended_plus_extruder_0.def.json b/resources/extruders/ultimaker2_extended_plus_extruder_0.def.json index 337c120097..fa4a98ee5b 100644 --- a/resources/extruders/ultimaker2_extended_plus_extruder_0.def.json +++ b/resources/extruders/ultimaker2_extended_plus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker2_extended_plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker2_extruder_0.def.json b/resources/extruders/ultimaker2_extruder_0.def.json index 64ac8698f1..17d0d425df 100644 --- a/resources/extruders/ultimaker2_extruder_0.def.json +++ b/resources/extruders/ultimaker2_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker2", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker2_go_extruder_0.def.json b/resources/extruders/ultimaker2_go_extruder_0.def.json index 5ddcfbd551..7f7726585f 100644 --- a/resources/extruders/ultimaker2_go_extruder_0.def.json +++ b/resources/extruders/ultimaker2_go_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker2_go", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker2_plus_connect_extruder_0.def.json b/resources/extruders/ultimaker2_plus_connect_extruder_0.def.json index 871fdd3645..0b74aae019 100644 --- a/resources/extruders/ultimaker2_plus_connect_extruder_0.def.json +++ b/resources/extruders/ultimaker2_plus_connect_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker2_plus_connect", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker2_plus_extruder_0.def.json b/resources/extruders/ultimaker2_plus_extruder_0.def.json index abf36c0b08..3fec85805e 100644 --- a/resources/extruders/ultimaker2_plus_extruder_0.def.json +++ b/resources/extruders/ultimaker2_plus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker2_plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker3_extended_extruder_left.def.json b/resources/extruders/ultimaker3_extended_extruder_left.def.json index fbc49a1f32..2f1d8941a7 100644 --- a/resources/extruders/ultimaker3_extended_extruder_left.def.json +++ b/resources/extruders/ultimaker3_extended_extruder_left.def.json @@ -2,29 +2,30 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker3_extended", "position": "0", "quality_definition": "ultimaker3_extruder_left" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 213 }, - "machine_extruder_start_pos_y": { "default_value": 207 }, + "extruder_prime_pos_x": { "default_value": 9 }, + "extruder_prime_pos_y": { "default_value": 6 }, + "extruder_prime_pos_z": { "default_value": 2 }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "default_value": 213 }, "machine_extruder_end_pos_y": { "default_value": 207 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 213 }, + "machine_extruder_start_pos_y": { "default_value": 207 }, "machine_nozzle_head_distance": { "default_value": 2.7 }, - "extruder_prime_pos_x": { "default_value": 9 }, - "extruder_prime_pos_y": { "default_value": 6 }, - "extruder_prime_pos_z": { "default_value": 2 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker3_extended_extruder_right.def.json b/resources/extruders/ultimaker3_extended_extruder_right.def.json index fbe6bcc878..9bff5cac63 100644 --- a/resources/extruders/ultimaker3_extended_extruder_right.def.json +++ b/resources/extruders/ultimaker3_extended_extruder_right.def.json @@ -2,29 +2,30 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker3_extended", "position": "1", "quality_definition": "ultimaker3_extruder_right" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 18 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 213 }, - "machine_extruder_start_pos_y": { "default_value": 189 }, + "extruder_prime_pos_x": { "default_value": 222 }, + "extruder_prime_pos_y": { "default_value": 6 }, + "extruder_prime_pos_z": { "default_value": 2 }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "default_value": 213 }, "machine_extruder_end_pos_y": { "default_value": 189 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 213 }, + "machine_extruder_start_pos_y": { "default_value": 189 }, "machine_nozzle_head_distance": { "default_value": 4.2 }, - "extruder_prime_pos_x": { "default_value": 222 }, - "extruder_prime_pos_y": { "default_value": 6 }, - "extruder_prime_pos_z": { "default_value": 2 } + "machine_nozzle_offset_x": { "default_value": 18 }, + "machine_nozzle_offset_y": { "default_value": 0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker3_extruder_left.def.json b/resources/extruders/ultimaker3_extruder_left.def.json index b18e2decfa..4699884c85 100644 --- a/resources/extruders/ultimaker3_extruder_left.def.json +++ b/resources/extruders/ultimaker3_extruder_left.def.json @@ -2,29 +2,30 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker3", "position": "0", "quality_definition": "ultimaker3_extruder_left" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 213 }, - "machine_extruder_start_pos_y": { "default_value": 207 }, + "extruder_prime_pos_x": { "default_value": 9 }, + "extruder_prime_pos_y": { "default_value": 6 }, + "extruder_prime_pos_z": { "default_value": 2 }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "default_value": 213 }, "machine_extruder_end_pos_y": { "default_value": 207 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 213 }, + "machine_extruder_start_pos_y": { "default_value": 207 }, "machine_nozzle_head_distance": { "default_value": 2.7 }, - "extruder_prime_pos_x": { "default_value": 9 }, - "extruder_prime_pos_y": { "default_value": 6 }, - "extruder_prime_pos_z": { "default_value": 2 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker3_extruder_right.def.json b/resources/extruders/ultimaker3_extruder_right.def.json index 4753fde489..86afcf1529 100644 --- a/resources/extruders/ultimaker3_extruder_right.def.json +++ b/resources/extruders/ultimaker3_extruder_right.def.json @@ -2,29 +2,30 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker3", "position": "1", "quality_definition": "ultimaker3_extruder_right" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 18 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 213 }, - "machine_extruder_start_pos_y": { "default_value": 189 }, + "extruder_prime_pos_x": { "default_value": 222 }, + "extruder_prime_pos_y": { "default_value": 6 }, + "extruder_prime_pos_z": { "default_value": 2 }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "default_value": 213 }, "machine_extruder_end_pos_y": { "default_value": 189 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 213 }, + "machine_extruder_start_pos_y": { "default_value": 189 }, "machine_nozzle_head_distance": { "default_value": 4.2 }, - "extruder_prime_pos_x": { "default_value": 222 }, - "extruder_prime_pos_y": { "default_value": 6 }, - "extruder_prime_pos_z": { "default_value": 2 } + "machine_nozzle_offset_x": { "default_value": 18 }, + "machine_nozzle_offset_y": { "default_value": 0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker_original_dual_1st.def.json b/resources/extruders/ultimaker_original_dual_1st.def.json index acc8168d94..9c92b5bea5 100644 --- a/resources/extruders/ultimaker_original_dual_1st.def.json +++ b/resources/extruders/ultimaker_original_dual_1st.def.json @@ -2,25 +2,26 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker_original_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker_original_dual_2nd.def.json b/resources/extruders/ultimaker_original_dual_2nd.def.json index 7907571e66..8596555e28 100644 --- a/resources/extruders/ultimaker_original_dual_2nd.def.json +++ b/resources/extruders/ultimaker_original_dual_2nd.def.json @@ -2,25 +2,26 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker_original_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 21.6 }, - "machine_nozzle_size": { "default_value": 0.4 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 21.6 }, + "machine_nozzle_size": { "default_value": 0.4 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker_original_extruder_0.def.json b/resources/extruders/ultimaker_original_extruder_0.def.json index 30df96df58..5f71313557 100644 --- a/resources/extruders/ultimaker_original_extruder_0.def.json +++ b/resources/extruders/ultimaker_original_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker_original", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker_original_plus_extruder_0.def.json b/resources/extruders/ultimaker_original_plus_extruder_0.def.json index fec40e93a9..f195850658 100644 --- a/resources/extruders/ultimaker_original_plus_extruder_0.def.json +++ b/resources/extruders/ultimaker_original_plus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker_original_plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 2.85 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker_s3_extruder_left.def.json b/resources/extruders/ultimaker_s3_extruder_left.def.json index 7af6f7d0dc..3926a260ff 100644 --- a/resources/extruders/ultimaker_s3_extruder_left.def.json +++ b/resources/extruders/ultimaker_s3_extruder_left.def.json @@ -2,28 +2,29 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker_s3", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 180 }, - "machine_extruder_start_pos_y": { "default_value": 180 }, + "extruder_prime_pos_x": { "default_value": -3 }, + "extruder_prime_pos_y": { "default_value": 6 }, + "extruder_prime_pos_z": { "default_value": 2 }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "default_value": 180 }, "machine_extruder_end_pos_y": { "default_value": 180 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 180 }, + "machine_extruder_start_pos_y": { "default_value": 180 }, "machine_nozzle_head_distance": { "default_value": 2.7 }, - "extruder_prime_pos_x": { "default_value": -3 }, - "extruder_prime_pos_y": { "default_value": 6 }, - "extruder_prime_pos_z": { "default_value": 2 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker_s3_extruder_right.def.json b/resources/extruders/ultimaker_s3_extruder_right.def.json index 7199710327..3749e94bb9 100644 --- a/resources/extruders/ultimaker_s3_extruder_right.def.json +++ b/resources/extruders/ultimaker_s3_extruder_right.def.json @@ -2,28 +2,29 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker_s3", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 22 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 180 }, - "machine_extruder_start_pos_y": { "default_value": 180 }, + "extruder_prime_pos_x": { "value": "machine_width + 3" }, + "extruder_prime_pos_y": { "default_value": 6 }, + "extruder_prime_pos_z": { "default_value": 2 }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "default_value": 180 }, "machine_extruder_end_pos_y": { "default_value": 180 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 180 }, + "machine_extruder_start_pos_y": { "default_value": 180 }, "machine_nozzle_head_distance": { "default_value": 4.2 }, - "extruder_prime_pos_x": { "value": "machine_width + 3" }, - "extruder_prime_pos_y": { "default_value": 6 }, - "extruder_prime_pos_z": { "default_value": 2 } + "machine_nozzle_offset_x": { "default_value": 22 }, + "machine_nozzle_offset_y": { "default_value": 0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker_s5_extruder_left.def.json b/resources/extruders/ultimaker_s5_extruder_left.def.json index 24de85e9cc..00d7bbabb5 100644 --- a/resources/extruders/ultimaker_s5_extruder_left.def.json +++ b/resources/extruders/ultimaker_s5_extruder_left.def.json @@ -2,28 +2,29 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker_s5", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 330 }, - "machine_extruder_start_pos_y": { "default_value": 237 }, + "extruder_prime_pos_x": { "default_value": -3 }, + "extruder_prime_pos_y": { "default_value": 6 }, + "extruder_prime_pos_z": { "default_value": 2 }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "default_value": 330 }, "machine_extruder_end_pos_y": { "default_value": 237 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 330 }, + "machine_extruder_start_pos_y": { "default_value": 237 }, "machine_nozzle_head_distance": { "default_value": 2.7 }, - "extruder_prime_pos_x": { "default_value": -3 }, - "extruder_prime_pos_y": { "default_value": 6 }, - "extruder_prime_pos_z": { "default_value": 2 } + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/ultimaker_s5_extruder_right.def.json b/resources/extruders/ultimaker_s5_extruder_right.def.json index 1e0ac3eace..ba5ec99378 100644 --- a/resources/extruders/ultimaker_s5_extruder_right.def.json +++ b/resources/extruders/ultimaker_s5_extruder_right.def.json @@ -2,28 +2,29 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "ultimaker_s5", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 22 }, - "machine_nozzle_offset_y": { "default_value": 0 }, - - "machine_extruder_start_pos_abs": { "default_value": true }, - "machine_extruder_start_pos_x": { "default_value": 330 }, - "machine_extruder_start_pos_y": { "default_value": 219 }, + "extruder_prime_pos_x": { "default_value": 333 }, + "extruder_prime_pos_y": { "default_value": 6 }, + "extruder_prime_pos_z": { "default_value": 2 }, "machine_extruder_end_pos_abs": { "default_value": true }, "machine_extruder_end_pos_x": { "default_value": 330 }, "machine_extruder_end_pos_y": { "default_value": 219 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 330 }, + "machine_extruder_start_pos_y": { "default_value": 219 }, "machine_nozzle_head_distance": { "default_value": 4.2 }, - "extruder_prime_pos_x": { "default_value": 333 }, - "extruder_prime_pos_y": { "default_value": 6 }, - "extruder_prime_pos_z": { "default_value": 2 } + "machine_nozzle_offset_x": { "default_value": 22 }, + "machine_nozzle_offset_y": { "default_value": 0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/uni_extruder_1st.def.json b/resources/extruders/uni_extruder_1st.def.json index d11fc9d60d..51d7345d0c 100644 --- a/resources/extruders/uni_extruder_1st.def.json +++ b/resources/extruders/uni_extruder_1st.def.json @@ -2,24 +2,23 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { - "machine": "uni_base", + "metadata": + { + "machine": "uni_base", "position": "0" }, - - "overrides": { - "extruder_nr": { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, + "overrides": + { + "extruder_nr": + { + "default_value": 0, + "maximum_value": "1" + }, + "machine_extruder_end_code": { "default_value": ";G92 E0 ;reset extruder distance\n;G1 F800 E-5 ;short retract\n;G1 F2400 X5 Y5 ;move near prime tower\n;G1 F2000 E-93 ;long retract for filament removal\n;G92 E0 ;reset extruder distance\n;G90 ;absolute coordinate\n;\n" }, + "machine_extruder_start_code": { "default_value": ";T0 ;switch to extruder 1\n;G92 E0 ;reset extruder distance\n;G1 F2000 E93 ;load filament\n;G92 E0 ;reset extruder distance\n;M104 S{material_print_temperature}\n;\n" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": - { - "default_value": ";T0 ;switch to extruder 1\n;G92 E0 ;reset extruder distance\n;G1 F2000 E93 ;load filament\n;G92 E0 ;reset extruder distance\n;M104 S{material_print_temperature}\n;\n" - }, - "machine_extruder_end_code": - { - "default_value": ";G92 E0 ;reset extruder distance\n;G1 F800 E-5 ;short retract\n;G1 F2400 X5 Y5 ;move near prime tower\n;G1 F2000 E-93 ;long retract for filament removal\n;G92 E0 ;reset extruder distance\n;G90 ;absolute coordinate\n;\n" - } + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/uni_extruder_2nd.def.json b/resources/extruders/uni_extruder_2nd.def.json index 2fc2f054ab..ce08041175 100644 --- a/resources/extruders/uni_extruder_2nd.def.json +++ b/resources/extruders/uni_extruder_2nd.def.json @@ -2,24 +2,23 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { - "machine": "uni_base", + "metadata": + { + "machine": "uni_base", "position": "1" }, - - "overrides": { - "extruder_nr": { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, + "overrides": + { + "extruder_nr": + { + "default_value": 1, + "maximum_value": "1" + }, + "machine_extruder_end_code": { "default_value": ";G92 E0 ;reset extruder distance\n;G1 F800 E-5 ;short retract\n;G1 F2400 X5 Y5 ;move near prime tower\n;G1 F2000 E-93 ;long retract for filament removal\n;G92 E0 ;reset extruder distance\n;G90 ;absolute coordinate\n;\n" }, + "machine_extruder_start_code": { "default_value": ";T1 ;switch to extruder 2\n;G92 E0 ;reset extruder distance\n;G1 F2000 E93 ;load filament\n;G92 E0 ;reset extruder distance\n;M104 S{material_print_temperature}\n;\n" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": - { - "default_value": ";T1 ;switch to extruder 2\n;G92 E0 ;reset extruder distance\n;G1 F2000 E93 ;load filament\n;G92 E0 ;reset extruder distance\n;M104 S{material_print_temperature}\n;\n" - }, - "machine_extruder_end_code": - { - "default_value": ";G92 E0 ;reset extruder distance\n;G1 F800 E-5 ;short retract\n;G1 F2400 X5 Y5 ;move near prime tower\n;G1 F2000 E-93 ;long retract for filament removal\n;G92 E0 ;reset extruder distance\n;G90 ;absolute coordinate\n;\n" - } + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/uni_print_3d_extruder_0.def.json b/resources/extruders/uni_print_3d_extruder_0.def.json index 747fb9e020..9486782926 100644 --- a/resources/extruders/uni_print_3d_extruder_0.def.json +++ b/resources/extruders/uni_print_3d_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "uni_print_3d", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/uniqbot_one_extruder_0.def.json b/resources/extruders/uniqbot_one_extruder_0.def.json index 0a8982559d..772c0b648b 100644 --- a/resources/extruders/uniqbot_one_extruder_0.def.json +++ b/resources/extruders/uniqbot_one_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "uniqbot_one", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.5 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/vertex_delta_k8800_extruder_0.def.json b/resources/extruders/vertex_delta_k8800_extruder_0.def.json index 05a010222f..55f0c7881c 100644 --- a/resources/extruders/vertex_delta_k8800_extruder_0.def.json +++ b/resources/extruders/vertex_delta_k8800_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "vertex_delta_k8800", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/vertex_k8400_dual_1st.def.json b/resources/extruders/vertex_k8400_dual_1st.def.json index 947cfbc7d8..488f2477eb 100644 --- a/resources/extruders/vertex_k8400_dual_1st.def.json +++ b/resources/extruders/vertex_k8400_dual_1st.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "vertex_k8400_dual", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 23.7 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 23.7 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/vertex_k8400_dual_2nd.def.json b/resources/extruders/vertex_k8400_dual_2nd.def.json index e606e46337..44c7aa49ba 100644 --- a/resources/extruders/vertex_k8400_dual_2nd.def.json +++ b/resources/extruders/vertex_k8400_dual_2nd.def.json @@ -2,26 +2,27 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "vertex_k8400_dual", "position": "1" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_nozzle_size": { "default_value": 0.35 }, - "material_diameter": { "default_value": 1.75 }, - + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }, "machine_extruder_start_pos_abs": { "default_value": true }, "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, - "machine_extruder_end_pos_abs": { "default_value": true }, - "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, - "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + "machine_nozzle_offset_x": { "default_value": 0.0 }, + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.35 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/vertex_k8400_extruder_0.def.json b/resources/extruders/vertex_k8400_extruder_0.def.json index e0304f57bd..62fd1a417c 100644 --- a/resources/extruders/vertex_k8400_extruder_0.def.json +++ b/resources/extruders/vertex_k8400_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "vertex_k8400", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/vertex_nano_k8600_extruder_0.def.json b/resources/extruders/vertex_nano_k8600_extruder_0.def.json index cfb2d11217..61c1bf1106 100644 --- a/resources/extruders/vertex_nano_k8600_extruder_0.def.json +++ b/resources/extruders/vertex_nano_k8600_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "vertex_nano_k8600", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.35 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/voron2_extruder_0.def.json b/resources/extruders/voron2_extruder_0.def.json index 5559cdf620..671c58665e 100644 --- a/resources/extruders/voron2_extruder_0.def.json +++ b/resources/extruders/voron2_extruder_0.def.json @@ -7,10 +7,13 @@ "machine": "voron2_base", "position": "0" }, - "overrides": { - "extruder_nr": { "default_value": 0, "maximum_value": 1 }, - "material_diameter": { "default_value": 1.75 } + "extruder_nr": + { + "default_value": 0, + "maximum_value": 1 + }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/vzbot_extruder_0.def.json b/resources/extruders/vzbot_extruder_0.def.json index 8b1f9abc74..2b8154733f 100644 --- a/resources/extruders/vzbot_extruder_0.def.json +++ b/resources/extruders/vzbot_extruder_0.def.json @@ -7,10 +7,10 @@ "machine": "vzbot_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/wanhao_d4s_extruder_0.def.json b/resources/extruders/wanhao_d4s_extruder_0.def.json index bd6023faf4..ce2f1298ef 100644 --- a/resources/extruders/wanhao_d4s_extruder_0.def.json +++ b/resources/extruders/wanhao_d4s_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "wanhao_d4s", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/wanhao_d6_extruder_0.def.json b/resources/extruders/wanhao_d6_extruder_0.def.json index 093546eabf..2f88be41a0 100644 --- a/resources/extruders/wanhao_d6_extruder_0.def.json +++ b/resources/extruders/wanhao_d6_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "wanhao_d6", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/wanhao_d6_plus_extruder_0.def.json b/resources/extruders/wanhao_d6_plus_extruder_0.def.json index acc5b66072..4f000afd9f 100644 --- a/resources/extruders/wanhao_d6_plus_extruder_0.def.json +++ b/resources/extruders/wanhao_d6_plus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "wanhao_d6_plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/wanhao_d9_extruder_0.def.json b/resources/extruders/wanhao_d9_extruder_0.def.json index 40fcf422f5..de22cb6e4b 100644 --- a/resources/extruders/wanhao_d9_extruder_0.def.json +++ b/resources/extruders/wanhao_d9_extruder_0.def.json @@ -1,15 +1,16 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "wanhao_d9", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } -} +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "wanhao_d9", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/wanhao_duplicator5S_extruder_0.def.json b/resources/extruders/wanhao_duplicator5S_extruder_0.def.json index 7274d5117e..7a3165bac2 100644 --- a/resources/extruders/wanhao_duplicator5S_extruder_0.def.json +++ b/resources/extruders/wanhao_duplicator5S_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "wanhao_duplicator5S", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 3 } } -} +} \ No newline at end of file diff --git a/resources/extruders/wanhao_duplicator5Smini_extruder_0.def.json b/resources/extruders/wanhao_duplicator5Smini_extruder_0.def.json index 3479c94e35..0829af3301 100644 --- a/resources/extruders/wanhao_duplicator5Smini_extruder_0.def.json +++ b/resources/extruders/wanhao_duplicator5Smini_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "wanhao_duplicator5Smini", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 3 } } -} +} \ No newline at end of file diff --git a/resources/extruders/wanhao_i3_extruder_0.def.json b/resources/extruders/wanhao_i3_extruder_0.def.json index 387a456ff2..13cb72dc49 100644 --- a/resources/extruders/wanhao_i3_extruder_0.def.json +++ b/resources/extruders/wanhao_i3_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "wanhao_i3", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/wanhao_i3mini_extruder_0.def.json b/resources/extruders/wanhao_i3mini_extruder_0.def.json index 2d52f0d126..8e280610dd 100644 --- a/resources/extruders/wanhao_i3mini_extruder_0.def.json +++ b/resources/extruders/wanhao_i3mini_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "wanhao_i3mini", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/wanhao_i3plus_extruder_0.def.json b/resources/extruders/wanhao_i3plus_extruder_0.def.json index 103e3b9335..5ecec8b84e 100644 --- a/resources/extruders/wanhao_i3plus_extruder_0.def.json +++ b/resources/extruders/wanhao_i3plus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "wanhao_i3plus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/weedo_x40_extruder_left_0.def.json b/resources/extruders/weedo_x40_extruder_left_0.def.json index 955e98f0de..b28c4b1d84 100644 --- a/resources/extruders/weedo_x40_extruder_left_0.def.json +++ b/resources/extruders/weedo_x40_extruder_left_0.def.json @@ -2,21 +2,23 @@ "version": 2, "name": "Extruder Left", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "weedo_x40", "position": "0", "quality_definition": "weedo_x40_extruder_left_0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code": { "default_value": "; left extruder start code\n" }, "machine_nozzle_offset_x": { "default_value": 0 }, "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_extruder_start_code": { "default_value": "; left extruder start code\n"} + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/weedo_x40_extruder_right_0.def.json b/resources/extruders/weedo_x40_extruder_right_0.def.json index 1a1f9e591d..537391c9c8 100644 --- a/resources/extruders/weedo_x40_extruder_right_0.def.json +++ b/resources/extruders/weedo_x40_extruder_right_0.def.json @@ -2,21 +2,23 @@ "version": 2, "name": "Extruder Right", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "weedo_x40", "position": "1", "quality_definition": "weedo_x40_extruder_right_0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 1, "maximum_value": "1" }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code": { "default_value": "; right extruder start code\n" }, "machine_nozzle_offset_x": { "default_value": 0 }, "machine_nozzle_offset_y": { "default_value": 0 }, - "machine_extruder_start_code": { "default_value": "; right extruder start code\n"} + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/winbo_dragonl4_extruder.def.json b/resources/extruders/winbo_dragonl4_extruder.def.json index 37a08c8d08..2de6363c29 100644 --- a/resources/extruders/winbo_dragonl4_extruder.def.json +++ b/resources/extruders/winbo_dragonl4_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "winbo_dragonl4", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "2" }, - "material_diameter": { "default_value": 3.0 }, - "machine_nozzle_size": { "default_value": 0.8 }, "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 } + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.8 }, + "material_diameter": { "default_value": 3.0 } } -} +} \ No newline at end of file diff --git a/resources/extruders/winbo_mini2_extruder.def.json b/resources/extruders/winbo_mini2_extruder.def.json index a57ec28109..38511b454b 100644 --- a/resources/extruders/winbo_mini2_extruder.def.json +++ b/resources/extruders/winbo_mini2_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "winbo_mini2", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "2" }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 } + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/winbo_superhelper105_extruder.def.json b/resources/extruders/winbo_superhelper105_extruder.def.json index a974317937..0ad31e8ae8 100644 --- a/resources/extruders/winbo_superhelper105_extruder.def.json +++ b/resources/extruders/winbo_superhelper105_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "winbo_superhelper105", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "2" }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 } + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/winbo_superhelper155_extruder.def.json b/resources/extruders/winbo_superhelper155_extruder.def.json index 6d83689bf4..28ecef5fb4 100644 --- a/resources/extruders/winbo_superhelper155_extruder.def.json +++ b/resources/extruders/winbo_superhelper155_extruder.def.json @@ -2,19 +2,21 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "winbo_superhelper155", "position": "0" }, - - "overrides": { - "extruder_nr": { + "overrides": + { + "extruder_nr": + { "default_value": 0, "maximum_value": "2" }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, "machine_nozzle_offset_x": { "default_value": 0.0 }, - "machine_nozzle_offset_y": { "default_value": 0.0 } + "machine_nozzle_offset_y": { "default_value": 0.0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/xyzprinting_base_extruder_0.def.json b/resources/extruders/xyzprinting_base_extruder_0.def.json index 0a04c63103..1bfbf79680 100644 --- a/resources/extruders/xyzprinting_base_extruder_0.def.json +++ b/resources/extruders/xyzprinting_base_extruder_0.def.json @@ -2,15 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "xyzprinting_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - } -} +} \ No newline at end of file diff --git a/resources/extruders/xyzprinting_da_vinci_1p0_pro_extruder_0.def.json b/resources/extruders/xyzprinting_da_vinci_1p0_pro_extruder_0.def.json index 22010de7d7..8e4c0b0679 100644 --- a/resources/extruders/xyzprinting_da_vinci_1p0_pro_extruder_0.def.json +++ b/resources/extruders/xyzprinting_da_vinci_1p0_pro_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "xyzprinting_da_vinci_1p0_pro", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/xyzprinting_da_vinci_jr_1p0a_pro_extruder_0.def.json b/resources/extruders/xyzprinting_da_vinci_jr_1p0a_pro_extruder_0.def.json index 4e9d0c8ad0..9190e6c019 100644 --- a/resources/extruders/xyzprinting_da_vinci_jr_1p0a_pro_extruder_0.def.json +++ b/resources/extruders/xyzprinting_da_vinci_jr_1p0a_pro_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "xyzprinting_da_vinci_jr_1p0a_pro", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/xyzprinting_da_vinci_jr_pro_xeplus_extruder_0.def.json b/resources/extruders/xyzprinting_da_vinci_jr_pro_xeplus_extruder_0.def.json index 9ac465dda4..847342825e 100644 --- a/resources/extruders/xyzprinting_da_vinci_jr_pro_xeplus_extruder_0.def.json +++ b/resources/extruders/xyzprinting_da_vinci_jr_pro_xeplus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "xyzprinting_da_vinci_jr_pro_xeplus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/xyzprinting_da_vinci_jr_pro_xplus_extruder_0.def.json b/resources/extruders/xyzprinting_da_vinci_jr_pro_xplus_extruder_0.def.json index ce653eeedd..225c2fa12a 100644 --- a/resources/extruders/xyzprinting_da_vinci_jr_pro_xplus_extruder_0.def.json +++ b/resources/extruders/xyzprinting_da_vinci_jr_pro_xplus_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "xyzprinting_da_vinci_jr_pro_xplus", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/xyzprinting_da_vinci_jr_w_pro_extruder_0.def.json b/resources/extruders/xyzprinting_da_vinci_jr_w_pro_extruder_0.def.json index 6b1a23da45..fe63ffbfa7 100644 --- a/resources/extruders/xyzprinting_da_vinci_jr_w_pro_extruder_0.def.json +++ b/resources/extruders/xyzprinting_da_vinci_jr_w_pro_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "xyzprinting_da_vinci_jr_w_pro", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/xyzprinting_da_vinci_pro_evo_extruder_0.def.json b/resources/extruders/xyzprinting_da_vinci_pro_evo_extruder_0.def.json index 268a911af2..78da1dcbad 100644 --- a/resources/extruders/xyzprinting_da_vinci_pro_evo_extruder_0.def.json +++ b/resources/extruders/xyzprinting_da_vinci_pro_evo_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "xyzprinting_da_vinci_pro_evo", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/xyzprinting_da_vinci_super_extruder_0.def.json b/resources/extruders/xyzprinting_da_vinci_super_extruder_0.def.json index e414746665..61598d6199 100644 --- a/resources/extruders/xyzprinting_da_vinci_super_extruder_0.def.json +++ b/resources/extruders/xyzprinting_da_vinci_super_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "xyzprinting_da_vinci_super", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/z-bolt_extruder_0.def.json b/resources/extruders/z-bolt_extruder_0.def.json index 04c8d10cbb..ff97e20ef9 100644 --- a/resources/extruders/z-bolt_extruder_0.def.json +++ b/resources/extruders/z-bolt_extruder_0.def.json @@ -2,11 +2,9 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { - "position": "0" - }, - - "overrides": { + "metadata": { "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/extruders/zav_extruder_1.def.json b/resources/extruders/zav_extruder_1.def.json index 88c302aaf0..f8f24f7a71 100644 --- a/resources/extruders/zav_extruder_1.def.json +++ b/resources/extruders/zav_extruder_1.def.json @@ -2,24 +2,19 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "zav_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, + "machine_extruder_end_code": { "default_value": ";---- Starting End G-code Extruder 1 ----\n;G92 E0 ;reset extruder distance\n;G1 F800 E-5 ;short retract\n;G1 F2400 X5 Y5 ;move near prime tower\n;G1 F2000 E-93 ;long retract for filament removal\n;G92 E0 ;reset extruder distance\n;G90 ;absolute coordinate\n;---- Ending End G-code Extruder 1 ----" }, + "machine_extruder_start_code": { "default_value": ";---- Starting Start G-code Extruder 1 ----\n;T0 ;switch to extruder 1\n;G92 E0 ;reset extruder distance\n;G1 F2000 E93 ;load filament\n;G92 E0 ;reset extruder distance\n;M104 S{material_print_temperature}\n;---- Ending Start G-code Extruder 1 ----" }, "machine_nozzle_offset_x": { "default_value": 0.0 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": - { - "default_value": ";---- Starting Start G-code Extruder 1 ----\n;T0 ;switch to extruder 1\n;G92 E0 ;reset extruder distance\n;G1 F2000 E93 ;load filament\n;G92 E0 ;reset extruder distance\n;M104 S{material_print_temperature}\n;---- Ending Start G-code Extruder 1 ----" - }, - "machine_extruder_end_code": - { - "default_value": ";---- Starting End G-code Extruder 1 ----\n;G92 E0 ;reset extruder distance\n;G1 F800 E-5 ;short retract\n;G1 F2400 X5 Y5 ;move near prime tower\n;G1 F2000 E-93 ;long retract for filament removal\n;G92 E0 ;reset extruder distance\n;G90 ;absolute coordinate\n;---- Ending End G-code Extruder 1 ----" - } + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/zav_extruder_2.def.json b/resources/extruders/zav_extruder_2.def.json index f2b418f62c..1c848a7c2c 100644 --- a/resources/extruders/zav_extruder_2.def.json +++ b/resources/extruders/zav_extruder_2.def.json @@ -2,24 +2,19 @@ "version": 2, "name": "Extruder 2", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "zav_base", "position": "1" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 1 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 }, + "machine_extruder_end_code": { "default_value": ";---- Starting End G-code Extruder 2 ----\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X5 Y5 ;move near prime tower\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90 ;absolute coordinate\n;---- Ending End G-code Extruder 2 ----" }, + "machine_extruder_start_code": { "default_value": ";---- Starting Start G-code Extruder 2 ----\nT1 ;switch to extruder 2\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}\n;---- Ending Start G-code Extruder 2 ----" }, "machine_nozzle_offset_x": { "default_value": 17.7 }, "machine_nozzle_offset_y": { "default_value": 0.0 }, - "machine_extruder_start_code": - { - "default_value": ";---- Starting Start G-code Extruder 2 ----\nT1 ;switch to extruder 2\nG92 E0 ;reset extruder distance\nG1 F2000 E93 ;load filament\nG92 E0 ;reset extruder distance\nM104 S{material_print_temperature}\n;---- Ending Start G-code Extruder 2 ----" - }, - "machine_extruder_end_code": - { - "default_value": ";---- Starting End G-code Extruder 2 ----\nG92 E0 ;reset extruder distance\nG1 F800 E-5 ;short retract\nG1 F2400 X5 Y5 ;move near prime tower\nG1 F2000 E-93 ;long retract for filament removal\nG92 E0 ;reset extruder distance\nG90 ;absolute coordinate\n;---- Ending End G-code Extruder 2 ----" - } + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/zone3d_printer_extruder_0.def.json b/resources/extruders/zone3d_printer_extruder_0.def.json index fb8f40d3e2..36535d0ee7 100644 --- a/resources/extruders/zone3d_printer_extruder_0.def.json +++ b/resources/extruders/zone3d_printer_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "zone3d_printer", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/extruders/zyyx_agile_extruder_0.def.json b/resources/extruders/zyyx_agile_extruder_0.def.json index c01ffb59f3..a34d020faa 100644 --- a/resources/extruders/zyyx_agile_extruder_0.def.json +++ b/resources/extruders/zyyx_agile_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "zyyx_agile", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_B.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_B.inst.cfg index fc92d04fca..db9b5f5f2b 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_B.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_B.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D010 intent_category = engineering material = generic_abs +quality_type = D010 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_C.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_C.inst.cfg index 0d9be05d37..3b97f03969 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_C.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_C.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D015 intent_category = engineering material = generic_abs +quality_type = D015 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_D.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_D.inst.cfg index bf5a6e7d55..618f3401fa 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_D.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_accurate_D.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = engineering material = generic_abs +quality_type = D020 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_quick_D.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_quick_D.inst.cfg index 9ed2e3b18e..1b318522b0 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_quick_D.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_quick_D.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = quick material = generic_abs +quality_type = D020 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_quick_E.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_quick_E.inst.cfg index 3589432452..d333436c66 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_quick_E.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_DBE0.40_ABS_quick_E.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D030 intent_category = quick material = generic_abs +quality_type = D030 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_B.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_B.inst.cfg index 0588da5673..5960de9d7d 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_B.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_B.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D010 intent_category = engineering material = generic_abs +quality_type = D010 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_C.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_C.inst.cfg index 2185ffbfad..e6bb708433 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_C.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_C.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D015 intent_category = engineering material = generic_abs +quality_type = D015 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_D.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_D.inst.cfg index 2edfe7018a..d7430a3896 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_D.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_accurate_D.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = engineering material = generic_abs +quality_type = D020 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_quick_D.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_quick_D.inst.cfg index 790f01fba7..e28678639f 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_quick_D.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_quick_D.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = quick material = generic_abs +quality_type = D020 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_quick_E.inst.cfg b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_quick_E.inst.cfg index d5ff43e5c4..cf72ff11ae 100644 --- a/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_quick_E.inst.cfg +++ b/resources/intent/deltacomb/ABS/deltacomb_FBE0.40_ABS_quick_E.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D030 intent_category = quick material = generic_abs +quality_type = D030 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_B.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_B.inst.cfg index de228f760e..e0fa0bba51 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_B.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_B.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D010 intent_category = engineering material = generic_petg +quality_type = D010 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_C.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_C.inst.cfg index 86529c093b..b65a777116 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_C.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_C.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D015 intent_category = engineering material = generic_petg +quality_type = D015 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_D.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_D.inst.cfg index 482bfab89d..06118b94a6 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_D.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_accurate_D.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = engineering material = generic_petg +quality_type = D020 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_C.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_C.inst.cfg index 97535eebee..8d25bb4ba7 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_C.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_C.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = quick material = generic_petg +quality_type = D020 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] -speed_print = 75 -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_print = 75 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_D.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_D.inst.cfg index 97535eebee..8d25bb4ba7 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_D.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_D.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = quick material = generic_petg +quality_type = D020 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] -speed_print = 75 -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_print = 75 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_E.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_E.inst.cfg index 73249ec65d..5ee1df6aa4 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_E.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_DBE0.40_PETG_quick_E.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D030 intent_category = quick material = generic_petg +quality_type = D030 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] -speed_print = 75 -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_print = 75 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_B.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_B.inst.cfg index 8526eb1bb2..eaff71cc97 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_B.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_B.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D010 intent_category = engineering material = generic_petg +quality_type = D010 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_C.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_C.inst.cfg index b4224d74ad..d0eeafa922 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_C.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_C.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D015 intent_category = engineering material = generic_petg +quality_type = D015 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_D.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_D.inst.cfg index 42d277ed91..1a173c93b2 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_D.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_accurate_D.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = engineering material = generic_petg +quality_type = D020 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_C.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_C.inst.cfg index 050e16e423..b8333a72ab 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_C.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_C.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D015 intent_category = quick material = generic_petg +quality_type = D015 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] -speed_print = 75 -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_print = 75 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_D.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_D.inst.cfg index f9bee00b41..ffcaaae30a 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_D.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_D.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = quick material = generic_petg +quality_type = D020 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] -speed_print = 75 -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_print = 75 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_E.inst.cfg b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_E.inst.cfg index 75b57ff478..74dfd0026f 100644 --- a/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_E.inst.cfg +++ b/resources/intent/deltacomb/PETG/deltacomb_FBE0.40_PETG_quick_E.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D030 intent_category = quick material = generic_petg +quality_type = D030 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] -speed_print = 75 -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_print = 75 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_B.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_B.inst.cfg index 0273f3d075..1e807a6998 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_B.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_B.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D010 intent_category = engineering material = generic_pla +quality_type = D010 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_C.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_C.inst.cfg index 930f4f2006..d8dd05fa33 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_C.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_C.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D015 intent_category = engineering material = generic_pla +quality_type = D015 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_D.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_D.inst.cfg index 285d172974..25f206a944 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_D.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_accurate_D.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = engineering material = generic_pla +quality_type = D020 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_quick_D.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_quick_D.inst.cfg index 5c998aed11..e86f7146c9 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_quick_D.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_quick_D.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = quick material = generic_pla +quality_type = D020 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_quick_E.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_quick_E.inst.cfg index 7bc35f2ddd..e9e5b9f905 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_quick_E.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_DBE0.40_PLA_quick_E.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D030 intent_category = quick material = generic_pla +quality_type = D030 +setting_version = 20 +type = intent variant = DBE 0.40mm [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_B.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_B.inst.cfg index f671829c2b..d74c124079 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_B.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_B.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D010 intent_category = engineering material = generic_pla +quality_type = D010 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_C.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_C.inst.cfg index ac306939ff..dee3b8a93a 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_C.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_C.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D015 intent_category = engineering material = generic_pla +quality_type = D015 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_D.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_D.inst.cfg index e7509106b6..1010e33982 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_D.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_accurate_D.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = deltacomb_base +name = Accurate +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = engineering material = generic_pla +quality_type = D020 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] jerk_wall = 5 jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -wall_thickness = =line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 -xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_quick_D.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_quick_D.inst.cfg index b5fc8601fc..b1455948ab 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_quick_D.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_quick_D.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D020 intent_category = quick material = generic_pla +quality_type = D020 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_quick_E.inst.cfg b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_quick_E.inst.cfg index 054ce9211c..e5ef6bd194 100644 --- a/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_quick_E.inst.cfg +++ b/resources/intent/deltacomb/PLA/deltacomb_FBE0.40_PLA_quick_E.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Quick definition = deltacomb_base +name = Quick +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = D030 intent_category = quick material = generic_pla +quality_type = D030 +setting_version = 20 +type = intent variant = FBE 0.40mm [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width +infill_sparse_density = 15 jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall line_width = =machine_nozzle_size -wall_line_width_x = =line_width \ No newline at end of file +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/liquid/liquid_vo0.4_ABS_Draft_Print_Quick.inst.cfg b/resources/intent/liquid/liquid_vo0.4_ABS_Draft_Print_Quick.inst.cfg index 7071bfd411..5101c41a0e 100644 --- a/resources/intent/liquid/liquid_vo0.4_ABS_Draft_Print_Quick.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_ABS_Draft_Print_Quick.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Quick definition = liquid +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_abs variant = VO 0.4 [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -speed_layer_0 = 20 -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width -jerk_print = 10 +infill_sparse_density = 15 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size +speed_infill = =speed_print +speed_layer_0 = 20 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/liquid/liquid_vo0.4_ABS_Fast_Print_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_ABS_Fast_Print_Accurate.inst.cfg index f220639229..67626abad0 100644 --- a/resources/intent/liquid/liquid_vo0.4_ABS_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_ABS_Fast_Print_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_abs variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 10 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall @@ -32,3 +32,4 @@ top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 + diff --git a/resources/intent/liquid/liquid_vo0.4_ABS_Fast_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_ABS_Fast_Visual.inst.cfg index b69b21b6e4..fe6a006aa3 100644 --- a/resources/intent/liquid/liquid_vo0.4_ABS_Fast_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_ABS_Fast_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = fast intent_category = visual material = generic_abs +quality_type = fast +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/liquid/liquid_vo0.4_ABS_High_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_ABS_High_Visual.inst.cfg index c28ab907f2..3c7554a9ca 100644 --- a/resources/intent/liquid/liquid_vo0.4_ABS_High_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_ABS_High_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = high intent_category = visual material = generic_abs +quality_type = high +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/liquid/liquid_vo0.4_ABS_Normal_Quality_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_ABS_Normal_Quality_Accurate.inst.cfg index ca21d34368..aaf4fc4565 100644 --- a/resources/intent/liquid/liquid_vo0.4_ABS_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_ABS_Normal_Quality_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_abs variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 10 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall @@ -32,3 +32,4 @@ top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 + diff --git a/resources/intent/liquid/liquid_vo0.4_ABS_Normal_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_ABS_Normal_Visual.inst.cfg index 241a31f2ef..b2fc0624df 100644 --- a/resources/intent/liquid/liquid_vo0.4_ABS_Normal_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_ABS_Normal_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = normal intent_category = visual material = generic_abs +quality_type = normal +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/liquid/liquid_vo0.4_CPE_Fast_Print_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_CPE_Fast_Print_Accurate.inst.cfg index 69fa6da2c4..1ea1fdf5d6 100644 --- a/resources/intent/liquid/liquid_vo0.4_CPE_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_CPE_Fast_Print_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_cpe variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 10 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall diff --git a/resources/intent/liquid/liquid_vo0.4_CPE_Normal_Quality_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_CPE_Normal_Quality_Accurate.inst.cfg index e38c8119d7..31fc8ade58 100644 --- a/resources/intent/liquid/liquid_vo0.4_CPE_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_CPE_Normal_Quality_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_cpe variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 10 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall diff --git a/resources/intent/liquid/liquid_vo0.4_Nylon_Fast_Print_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_Nylon_Fast_Print_Accurate.inst.cfg index 0562865621..1d2453ef4f 100644 --- a/resources/intent/liquid/liquid_vo0.4_Nylon_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_Nylon_Fast_Print_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_nylon +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_nylon variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 10 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall diff --git a/resources/intent/liquid/liquid_vo0.4_Nylon_Normal_Quality_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_Nylon_Normal_Quality_Accurate.inst.cfg index db469a979d..b2b48aca14 100644 --- a/resources/intent/liquid/liquid_vo0.4_Nylon_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_Nylon_Normal_Quality_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_nylon +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_nylon variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 10 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall diff --git a/resources/intent/liquid/liquid_vo0.4_PC_Fast_Print_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PC_Fast_Print_Accurate.inst.cfg index 54a2db84af..3af1132195 100644 --- a/resources/intent/liquid/liquid_vo0.4_PC_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PC_Fast_Print_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pc +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_pc variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 10 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall diff --git a/resources/intent/liquid/liquid_vo0.4_PC_Normal_Quality_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PC_Normal_Quality_Accurate.inst.cfg index f9c7ea533e..77165417ad 100644 --- a/resources/intent/liquid/liquid_vo0.4_PC_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PC_Normal_Quality_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pc +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_pc variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 10 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 10 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall diff --git a/resources/intent/liquid/liquid_vo0.4_PETG_Draft_Print_Quick.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PETG_Draft_Print_Quick.inst.cfg index c88d77adc2..5ace6e18ac 100644 --- a/resources/intent/liquid/liquid_vo0.4_PETG_Draft_Print_Quick.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PETG_Draft_Print_Quick.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Quick definition = liquid +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_petg +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_petg variant = VO 0.4 [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -speed_layer_0 = 20 -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width -jerk_print = 15 +infill_sparse_density = 15 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 15 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size +speed_infill = =speed_print +speed_layer_0 = 20 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/liquid/liquid_vo0.4_PETG_Fast_Print_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PETG_Fast_Print_Accurate.inst.cfg index 1c7dae2d6c..9fc7e0be9b 100644 --- a/resources/intent/liquid/liquid_vo0.4_PETG_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PETG_Fast_Print_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_petg variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 15 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 15 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall @@ -32,3 +32,4 @@ top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 + diff --git a/resources/intent/liquid/liquid_vo0.4_PETG_Fast_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PETG_Fast_Visual.inst.cfg index c8b476a0a3..5ba635bb02 100644 --- a/resources/intent/liquid/liquid_vo0.4_PETG_Fast_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PETG_Fast_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = fast intent_category = visual material = generic_petg +quality_type = fast +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/liquid/liquid_vo0.4_PETG_High_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PETG_High_Visual.inst.cfg index 31c6deddaf..6157a2b73f 100644 --- a/resources/intent/liquid/liquid_vo0.4_PETG_High_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PETG_High_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = high intent_category = visual material = generic_petg +quality_type = high +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/liquid/liquid_vo0.4_PETG_Normal_Quality_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PETG_Normal_Quality_Accurate.inst.cfg index 2fd49160a1..d843bbf241 100644 --- a/resources/intent/liquid/liquid_vo0.4_PETG_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PETG_Normal_Quality_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_petg variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 15 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 15 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall @@ -32,3 +32,4 @@ top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 + diff --git a/resources/intent/liquid/liquid_vo0.4_PETG_Normal_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PETG_Normal_Visual.inst.cfg index a0465c8d05..c674a20122 100644 --- a/resources/intent/liquid/liquid_vo0.4_PETG_Normal_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PETG_Normal_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = normal intent_category = visual material = generic_petg +quality_type = normal +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/liquid/liquid_vo0.4_PLA_Draft_Print_Quick.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PLA_Draft_Print_Quick.inst.cfg index 15139c3832..dba3ccec58 100644 --- a/resources/intent/liquid/liquid_vo0.4_PLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PLA_Draft_Print_Quick.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Quick definition = liquid +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_pla variant = VO 0.4 [values] -speed_infill = =speed_print -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -speed_layer_0 = 20 -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 2 -infill_sparse_density = 15 infill_line_width = =line_width -jerk_print = 15 +infill_sparse_density = 15 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 15 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size +speed_infill = =speed_print +speed_layer_0 = 20 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width +wall_thickness = =line_width * 2 + diff --git a/resources/intent/liquid/liquid_vo0.4_PLA_Fast_Print_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PLA_Fast_Print_Accurate.inst.cfg index b782010c52..8c3adb8532 100644 --- a/resources/intent/liquid/liquid_vo0.4_PLA_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PLA_Fast_Print_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_pla variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 15 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 15 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall @@ -32,3 +32,4 @@ top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 + diff --git a/resources/intent/liquid/liquid_vo0.4_PLA_Fast_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PLA_Fast_Visual.inst.cfg index 5c2a41924a..9d28e82998 100644 --- a/resources/intent/liquid/liquid_vo0.4_PLA_Fast_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PLA_Fast_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = fast intent_category = visual material = generic_pla +quality_type = fast +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/liquid/liquid_vo0.4_PLA_High_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PLA_High_Visual.inst.cfg index 9168accf94..195f49e3f3 100644 --- a/resources/intent/liquid/liquid_vo0.4_PLA_High_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PLA_High_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = high intent_category = visual material = generic_pla +quality_type = high +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/liquid/liquid_vo0.4_PLA_Normal_Quality_Accurate.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PLA_Normal_Quality_Accurate.inst.cfg index 110fa95a18..76ab89f5a0 100644 --- a/resources/intent/liquid/liquid_vo0.4_PLA_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PLA_Normal_Quality_Accurate.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Accurate definition = liquid +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_pla variant = VO 0.4 [values] infill_line_width = =line_width -jerk_print = 15 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 15 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 line_width = =machine_nozzle_size -speed_print = 30 speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 30 speed_topbottom = =speed_print speed_wall = =speed_print speed_wall_0 = =speed_wall @@ -32,3 +32,4 @@ top_bottom_thickness = =wall_thickness wall_line_width_x = =line_width wall_thickness = =line_width * 3 xy_offset = =-layer_height * 0.2 + diff --git a/resources/intent/liquid/liquid_vo0.4_PLA_Normal_Visual.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PLA_Normal_Visual.inst.cfg index af184eff8a..d29635ca36 100644 --- a/resources/intent/liquid/liquid_vo0.4_PLA_Normal_Visual.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PLA_Normal_Visual.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Visual definition = liquid +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = normal intent_category = visual material = generic_pla +quality_type = normal +setting_version = 20 +type = intent variant = VO 0.4 [values] speed_infill = 50 -wall_thickness = =wall_line_width * 3 top_bottom_thickness = =wall_thickness +wall_thickness = =wall_line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg index e14dbda7cb..6db2def991 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Quick definition = ultimaker_s3 +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_abs variant = AA 0.4 [values] @@ -20,3 +20,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print_Accurate.inst.cfg index 5cff46039c..525dd9abc6 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_abs variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Visual.inst.cfg index 21b37abac1..4c5d661042 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_abs +quality_type = fast setting_version = 20 type = intent -intent_category = visual -quality_type = fast -material = generic_abs variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_High_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_High_Visual.inst.cfg index 898c8e3112..1e99be7d3c 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_High_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_High_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_abs +quality_type = high setting_version = 20 type = intent -intent_category = visual -quality_type = high -material = generic_abs variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality_Accurate.inst.cfg index 179307814c..4d137c0181 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_abs variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Visual.inst.cfg index fd4cda4565..8c90174263 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_abs +quality_type = normal setting_version = 20 type = intent -intent_category = visual -quality_type = normal -material = generic_abs variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print_Accurate.inst.cfg index 82a4d92982..73ff6c2e95 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe_plus +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_cpe_plus variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality_Accurate.inst.cfg index 8d5a8b850c..0022d6b5ae 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe_plus +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_cpe_plus variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_CPE_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_CPE_Fast_Print_Accurate.inst.cfg index a0dfd8446d..1e103c8605 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_CPE_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_CPE_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_cpe variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_CPE_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_CPE_Normal_Quality_Accurate.inst.cfg index 98c5c03d31..b9c55cfc98 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_CPE_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_CPE_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_cpe variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print_Accurate.inst.cfg index 933a1244f9..ea4b49f883 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_nylon +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_nylon variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality_Accurate.inst.cfg index 510abc623c..343cdb027b 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_nylon +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_nylon variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print_Accurate.inst.cfg index a4927b5ea3..8fb09d6976 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pc +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_pc variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality_Accurate.inst.cfg index 01540dc391..5a1f33422f 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pc +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_pc variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print_Accurate.inst.cfg index a7e16320c0..c2cbede163 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_petg variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality_Accurate.inst.cfg index 58d731c741..f92420baa7 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_petg variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg index 9b188ea20b..1760163114 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Quick definition = ultimaker_s3 +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_pla variant = AA 0.4 [values] @@ -20,3 +20,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print_Accurate.inst.cfg index b2d6255ffc..18b23312a6 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_pla variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Visual.inst.cfg index e465f40ed2..7a86813b6f 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_pla +quality_type = fast setting_version = 20 type = intent -intent_category = visual -quality_type = fast -material = generic_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_High_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_High_Visual.inst.cfg index c50fa33475..691e39c2c4 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_High_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_High_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_pla +quality_type = high setting_version = 20 type = intent -intent_category = visual -quality_type = high -material = generic_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality_Accurate.inst.cfg index b6d424ed18..1c876b0816 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_pla variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Visual.inst.cfg index 15f4d17fad..fbf144c7b3 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_pla +quality_type = normal setting_version = 20 type = intent -intent_category = visual -quality_type = normal -material = generic_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg index 9ca6820656..1b12fd01a0 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Quick definition = ultimaker_s3 +name = Quick +version = 4 [metadata] +intent_category = quick +is_experimental = True +material = generic_pla +quality_type = verydraft setting_version = 20 type = intent -intent_category = quick -quality_type = verydraft -material = generic_pla variant = AA 0.4 -is_experimental = True [values] acceleration_print = 4000 @@ -25,3 +25,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print_Quick.inst.cfg index 16fe2834fd..4926bde9ea 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print_Quick.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Quick definition = ultimaker_s3 +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_tough_pla +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_tough_pla variant = AA 0.4 [values] @@ -20,3 +20,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print_Accurate.inst.cfg index fcd34957cf..dd964247ce 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_tough_pla +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_tough_pla variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Visual.inst.cfg index 3afd626d8e..b9124117cc 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_tough_pla +quality_type = fast setting_version = 20 type = intent -intent_category = visual -quality_type = fast -material = generic_tough_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_High_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_High_Visual.inst.cfg index 2ef6dc756a..8b9bea2770 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_High_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_High_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_tough_pla +quality_type = high setting_version = 20 type = intent -intent_category = visual -quality_type = high -material = generic_tough_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality_Accurate.inst.cfg index b4aedc079f..3273c5d050 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s3 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_tough_pla +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_tough_pla variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Visual.inst.cfg index fd0e3499e5..d275ce276c 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Visual.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s3 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_tough_pla +quality_type = normal setting_version = 20 type = intent -intent_category = visual -quality_type = normal -material = generic_tough_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg index 7107d528c5..1cdff54647 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Quick definition = ultimaker_s3 +name = Quick +version = 4 [metadata] +intent_category = quick +is_experimental = True +material = generic_tough_pla +quality_type = verydraft setting_version = 20 type = intent -intent_category = quick -quality_type = verydraft -material = generic_tough_pla variant = AA 0.4 -is_experimental = True [values] acceleration_print = 4000 @@ -25,3 +25,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print_Quick.inst.cfg index 9610a74f65..9f960caad7 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print_Quick.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Quick definition = ultimaker_s5 +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_abs variant = AA 0.4 [values] @@ -20,3 +20,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Print_Accurate.inst.cfg index aba6ae5d6c..7af2585a32 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_abs variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Visual.inst.cfg index dec4e9a252..9aa460da9c 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_abs +quality_type = fast setting_version = 20 type = intent -intent_category = visual -quality_type = fast -material = generic_abs variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_High_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_High_Visual.inst.cfg index 9df38c762d..932ec1d89b 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_High_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_High_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_abs +quality_type = high setting_version = 20 type = intent -intent_category = visual -quality_type = high -material = generic_abs variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Quality_Accurate.inst.cfg index 85e5aca055..bec12144ac 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_abs variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Visual.inst.cfg index a9578315ff..8ac4d5a3b0 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_abs +quality_type = normal setting_version = 20 type = intent -intent_category = visual -quality_type = normal -material = generic_abs variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print_Accurate.inst.cfg index 2ba9053896..15cce9d925 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe_plus +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_cpe_plus variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality_Accurate.inst.cfg index a821280b7c..0c959fd6d7 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe_plus +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_cpe_plus variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print_Accurate.inst.cfg index b6edb15aa5..4b2963fefe 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_cpe variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_CPE_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_CPE_Normal_Quality_Accurate.inst.cfg index 9212ed1114..fd8d60e421 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_CPE_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_CPE_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_cpe +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_cpe variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print_Accurate.inst.cfg index 2630ec0620..33f7ed0e80 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_nylon +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_nylon variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality_Accurate.inst.cfg index 13c3824e70..e030342913 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_nylon +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_nylon variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print_Accurate.inst.cfg index 4bfae56534..7362abcc07 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pc +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_pc variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality_Accurate.inst.cfg index 3f5b69eb4b..443490d679 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pc +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_pc variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print_Accurate.inst.cfg index be2122599a..354ece6c57 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_petg variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality_Accurate.inst.cfg index c1a3e4b79a..58d9097eed 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_petg variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print_Quick.inst.cfg index eabaac92be..60c4e60cbf 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print_Quick.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Quick definition = ultimaker_s5 +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_pla variant = AA 0.4 [values] @@ -20,3 +20,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print_Accurate.inst.cfg index af9f56b138..52fcb664cc 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_pla variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Visual.inst.cfg index db38a543f4..f85868d772 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_pla +quality_type = fast setting_version = 20 type = intent -intent_category = visual -quality_type = fast -material = generic_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_High_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_High_Visual.inst.cfg index e0e9dab04d..ad99897d03 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_High_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_High_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_pla +quality_type = high setting_version = 20 type = intent -intent_category = visual -quality_type = high -material = generic_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality_Accurate.inst.cfg index 210bef3cb9..63d0c9e48a 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_pla variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Visual.inst.cfg index 1874a846e4..6bdad59f56 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_pla +quality_type = normal setting_version = 20 type = intent -intent_category = visual -quality_type = normal -material = generic_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg index 4e2a91e473..7491228ece 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Quick definition = ultimaker_s5 +name = Quick +version = 4 [metadata] +intent_category = quick +is_experimental = True +material = generic_pla +quality_type = verydraft setting_version = 20 type = intent -intent_category = quick -quality_type = verydraft -material = generic_pla variant = AA 0.4 -is_experimental = True [values] acceleration_print = 4000 @@ -25,3 +25,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print_Quick.inst.cfg index d6388d296f..de9c8e46b8 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print_Quick.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Quick definition = ultimaker_s5 +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_tough_pla +quality_type = draft setting_version = 20 type = intent -intent_category = quick -quality_type = draft -material = generic_tough_pla variant = AA 0.4 [values] @@ -20,3 +20,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print_Accurate.inst.cfg index d1d32cdfbb..39a372ab50 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_tough_pla +quality_type = fast setting_version = 20 type = intent -intent_category = engineering -quality_type = fast -material = generic_tough_pla variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Visual.inst.cfg index 31a8fa8ef7..ec1657af0d 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_tough_pla +quality_type = fast setting_version = 20 type = intent -intent_category = visual -quality_type = fast -material = generic_tough_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_High_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_High_Visual.inst.cfg index 99b390a03a..7bf7744587 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_High_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_High_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_tough_pla +quality_type = high setting_version = 20 type = intent -intent_category = visual -quality_type = high -material = generic_tough_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality_Accurate.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality_Accurate.inst.cfg index 76f4172ca5..48484462ba 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality_Accurate.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality_Accurate.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Accurate definition = ultimaker_s5 +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_tough_pla +quality_type = normal setting_version = 20 type = intent -intent_category = engineering -quality_type = normal -material = generic_tough_pla variant = AA 0.4 [values] @@ -21,3 +21,4 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 3 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Visual.inst.cfg index e5022cfad4..753a032970 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Visual.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Visual.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Visual definition = ultimaker_s5 +name = Visual +version = 4 [metadata] +intent_category = visual +material = generic_tough_pla +quality_type = normal setting_version = 20 type = intent -intent_category = visual -quality_type = normal -material = generic_tough_pla variant = AA 0.4 [values] speed_infill = 50 top_bottom_thickness = 1.05 + diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg index cdfabcbc00..a3471fee9f 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Quick definition = ultimaker_s5 +name = Quick +version = 4 [metadata] +intent_category = quick +is_experimental = True +material = generic_tough_pla +quality_type = verydraft setting_version = 20 type = intent -intent_category = quick -quality_type = verydraft -material = generic_tough_pla variant = AA 0.4 -is_experimental = True [values] acceleration_print = 4000 @@ -25,3 +25,4 @@ speed_wall = =speed_print speed_wall_0 = =speed_wall speed_wall_x = =speed_wall top_bottom_thickness = 0.8 + diff --git a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.10_visual.inst.inst.cfg b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.10_visual.inst.inst.cfg index 2579528ee4..43ceaa23b9 100644 --- a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.10_visual.inst.inst.cfg +++ b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.10_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q010 intent_category = visual material = generic_abs -variant = 0.40mm Nozzle +quality_type = q010 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.15_eng.inst.inst.cfg b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.15_eng.inst.inst.cfg index 360ad2b935..b737f9f809 100644 --- a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.15_eng.inst.inst.cfg +++ b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.15_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = uni_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = q015 setting_version = 20 type = intent -intent_category = engineering -quality_type = q015 -material = generic_abs variant = 0.40mm Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.15_visual.inst.inst.cfg b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.15_visual.inst.inst.cfg index 3ef89a8ba5..b1b3558aa9 100644 --- a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.15_visual.inst.inst.cfg +++ b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.15_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q015 intent_category = visual material = generic_abs -variant = 0.40mm Nozzle +quality_type = q015 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_eng.inst.inst.cfg b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_eng.inst.inst.cfg index 4249a6656c..023368948b 100644 --- a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_eng.inst.inst.cfg +++ b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = uni_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = q020 setting_version = 20 type = intent -intent_category = engineering -quality_type = q020 -material = generic_abs variant = 0.40mm Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_quick.inst.cfg b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_quick.inst.cfg index aca65ed75b..3c92716ae5 100644 --- a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_quick.inst.cfg +++ b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = q020 setting_version = 20 type = intent -intent_category = quick -quality_type = q020 -material = generic_abs variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_visual.inst.inst.cfg b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_visual.inst.inst.cfg index b0e0bf3f33..81896122ef 100644 --- a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_visual.inst.inst.cfg +++ b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.20_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q020 intent_category = visual material = generic_abs -variant = 0.40mm Nozzle +quality_type = q020 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.25_quick.inst.cfg b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.25_quick.inst.cfg index f32098879a..dd108093db 100644 --- a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.25_quick.inst.cfg +++ b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.25_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = q025 setting_version = 20 type = intent -intent_category = quick -quality_type = q025 -material = generic_abs variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.30_quick.inst.cfg b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.30_quick.inst.cfg index ba0b7ef2b0..fb77cce5ca 100644 --- a/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.30_quick.inst.cfg +++ b/resources/intent/uni_base/abs/abs_nozzle_0.40_layer_0.30_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = q030 setting_version = 20 type = intent -intent_category = quick -quality_type = q030 -material = generic_abs variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.10_visual.inst.inst.cfg b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.10_visual.inst.inst.cfg index 3aec48f51a..9aaa509f4a 100644 --- a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.10_visual.inst.inst.cfg +++ b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.10_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q010 intent_category = visual material = generic_petg -variant = 0.40mm Nozzle +quality_type = q010 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.15_eng.inst.inst.cfg b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.15_eng.inst.inst.cfg index f6210c6d17..552d115b3b 100644 --- a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.15_eng.inst.inst.cfg +++ b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.15_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = uni_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = q015 setting_version = 20 type = intent -intent_category = engineering -quality_type = q015 -material = generic_petg variant = 0.40mm Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.15_visual.inst.inst.cfg b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.15_visual.inst.inst.cfg index c0447585ba..537de9342a 100644 --- a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.15_visual.inst.inst.cfg +++ b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.15_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q015 intent_category = visual material = generic_petg -variant = 0.40mm Nozzle +quality_type = q015 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_eng.inst.inst.cfg b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_eng.inst.inst.cfg index aef6e96dc8..ecc22ffa01 100644 --- a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_eng.inst.inst.cfg +++ b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = uni_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = q020 setting_version = 20 type = intent -intent_category = engineering -quality_type = q020 -material = generic_petg variant = 0.40mm Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_quick.inst.cfg b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_quick.inst.cfg index 9921be1922..f90769567b 100644 --- a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_quick.inst.cfg +++ b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_petg +quality_type = q020 setting_version = 20 type = intent -intent_category = quick -quality_type = q020 -material = generic_petg variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_visual.inst.inst.cfg b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_visual.inst.inst.cfg index 8f795be154..7f38e8fd6f 100644 --- a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_visual.inst.inst.cfg +++ b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.20_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q020 intent_category = visual material = generic_petg -variant = 0.40mm Nozzle +quality_type = q020 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.25_quick.inst.cfg b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.25_quick.inst.cfg index 658fe25b1f..16e6dfeea3 100644 --- a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.25_quick.inst.cfg +++ b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.25_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_petg +quality_type = q025 setting_version = 20 type = intent -intent_category = quick -quality_type = q025 -material = generic_petg variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.30_quick.inst.cfg b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.30_quick.inst.cfg index fccccc14fd..0473873159 100644 --- a/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.30_quick.inst.cfg +++ b/resources/intent/uni_base/petg/petg_nozzle_0.40_layer_0.30_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_petg +quality_type = q030 setting_version = 20 type = intent -intent_category = quick -quality_type = q030 -material = generic_petg variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.10_visual.inst.inst.cfg b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.10_visual.inst.inst.cfg index d60a340613..b54a762ec5 100644 --- a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.10_visual.inst.inst.cfg +++ b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.10_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q010 intent_category = visual material = generic_pla -variant = 0.40mm Nozzle +quality_type = q010 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.15_eng.inst.inst.cfg b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.15_eng.inst.inst.cfg index 716e001ba1..8494b4001a 100644 --- a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.15_eng.inst.inst.cfg +++ b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.15_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = uni_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = q015 setting_version = 20 type = intent -intent_category = engineering -quality_type = q015 -material = generic_pla variant = 0.40mm Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.15_visual.inst.inst.cfg b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.15_visual.inst.inst.cfg index bc58af6119..1606d75eae 100644 --- a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.15_visual.inst.inst.cfg +++ b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.15_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q015 intent_category = visual material = generic_pla -variant = 0.40mm Nozzle +quality_type = q015 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_eng.inst.inst.cfg b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_eng.inst.inst.cfg index 9c7a50ae4b..e8d78915b0 100644 --- a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_eng.inst.inst.cfg +++ b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = uni_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = q020 setting_version = 20 type = intent -intent_category = engineering -quality_type = q020 -material = generic_pla variant = 0.40mm Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_quick.inst.cfg b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_quick.inst.cfg index 7a2de6b69d..954507d445 100644 --- a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_quick.inst.cfg +++ b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = q020 setting_version = 20 type = intent -intent_category = quick -quality_type = q020 -material = generic_pla variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_visual.inst.inst.cfg b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_visual.inst.inst.cfg index 53678cbe83..2338161325 100644 --- a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_visual.inst.inst.cfg +++ b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.20_visual.inst.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Visual definition = uni_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = q020 intent_category = visual material = generic_pla -variant = 0.40mm Nozzle +quality_type = q020 +setting_version = 20 +type = intent +variant = 0.40mm Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.25_quick.inst.cfg b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.25_quick.inst.cfg index 6f6891abd6..2c2fbad6f5 100644 --- a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.25_quick.inst.cfg +++ b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.25_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = q025 setting_version = 20 type = intent -intent_category = quick -quality_type = q025 -material = generic_pla variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.30_quick.inst.cfg b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.30_quick.inst.cfg index 51334e88ea..5ef30a98ed 100644 --- a/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.30_quick.inst.cfg +++ b/resources/intent/uni_base/pla/pla_nozzle_0.40_layer_0.30_quick.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Quick definition = uni_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = q030 setting_version = 20 type = intent -intent_category = quick -quality_type = q030 -material = generic_pla variant = 0.40mm Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.10_visual.inst.inst.cfg b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.10_visual.inst.inst.cfg index eacc67af42..c6bf5e7127 100644 --- a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.10_visual.inst.inst.cfg +++ b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.10_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_010 intent_category = visual material = generic_abs -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_010 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.15_eng.inst.inst.cfg b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.15_eng.inst.inst.cfg index 6cc10ca8b1..d7698db2d3 100644 --- a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.15_eng.inst.inst.cfg +++ b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.15_eng.inst.inst.cfg @@ -1,22 +1,22 @@ [general] -version = 4 -name = Accurate definition = zav_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = intent -intent_category = engineering -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.15_visual.inst.inst.cfg b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.15_visual.inst.inst.cfg index 711074863e..4d99025c39 100644 --- a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.15_visual.inst.inst.cfg +++ b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.15_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_015 intent_category = visual material = generic_abs -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_015 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_eng.inst.inst.cfg b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_eng.inst.inst.cfg index daf37e9202..1bdf3e41d7 100644 --- a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_eng.inst.inst.cfg +++ b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = zav_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = intent -intent_category = engineering -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_quick.inst.cfg b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_quick.inst.cfg index bebe2fe8bc..2ae99b08c7 100644 --- a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_quick.inst.cfg +++ b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_visual.inst.inst.cfg b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_visual.inst.inst.cfg index 55af55c502..ae322b076b 100644 --- a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_visual.inst.inst.cfg +++ b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.20_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_020 intent_category = visual material = generic_abs -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_020 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.25_quick.inst.cfg b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.25_quick.inst.cfg index 0b7a66b02d..2e2f2b49c5 100644 --- a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.25_quick.inst.cfg +++ b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.25_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_025 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.30_quick.inst.cfg b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.30_quick.inst.cfg index 31b2268489..b38db87bea 100644 --- a/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.30_quick.inst.cfg +++ b/resources/intent/zav_base/abs/zav_abs_nozzle_0.40_layer_0.30_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_abs +quality_type = ZAV_layer_030 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_030 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.10_visual.inst.inst.cfg b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.10_visual.inst.inst.cfg index 26404954b4..1343a3762e 100644 --- a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.10_visual.inst.inst.cfg +++ b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.10_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_010 intent_category = visual material = generic_petg -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_010 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.15_eng.inst.inst.cfg b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.15_eng.inst.inst.cfg index 59175befc3..217d81f9af 100644 --- a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.15_eng.inst.inst.cfg +++ b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.15_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = zav_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = intent -intent_category = engineering -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.15_visual.inst.inst.cfg b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.15_visual.inst.inst.cfg index 54226ebd41..4bed4bfa98 100644 --- a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.15_visual.inst.inst.cfg +++ b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.15_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_015 intent_category = visual material = generic_petg -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_015 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_eng.inst.inst.cfg b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_eng.inst.inst.cfg index 59e5cd1082..4a117f0cd6 100644 --- a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_eng.inst.inst.cfg +++ b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = zav_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = intent -intent_category = engineering -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_quick.inst.cfg b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_quick.inst.cfg index 9d91773da6..f2c2de0e88 100644 --- a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_quick.inst.cfg +++ b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_visual.inst.inst.cfg b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_visual.inst.inst.cfg index 4a1b28bb53..e111d89694 100644 --- a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_visual.inst.inst.cfg +++ b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.20_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_020 intent_category = visual material = generic_petg -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_020 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.25_quick.inst.cfg b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.25_quick.inst.cfg index 00c54879a9..8e1683d349 100644 --- a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.25_quick.inst.cfg +++ b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.25_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_025 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.30_quick.inst.cfg b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.30_quick.inst.cfg index 445228fa7d..7a1e1df485 100644 --- a/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.30_quick.inst.cfg +++ b/resources/intent/zav_base/petg/zav_petg_nozzle_0.40_layer_0.30_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_petg +quality_type = ZAV_layer_030 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_030 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.10_visual.inst.inst.cfg b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.10_visual.inst.inst.cfg index d547381aef..5a5cf67b45 100644 --- a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.10_visual.inst.inst.cfg +++ b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.10_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_010 intent_category = visual material = generic_pla -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_010 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.15_eng.inst.inst.cfg b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.15_eng.inst.inst.cfg index e310858197..676241b57a 100644 --- a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.15_eng.inst.inst.cfg +++ b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.15_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = zav_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = intent -intent_category = engineering -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.15_visual.inst.inst.cfg b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.15_visual.inst.inst.cfg index 42f0a3f9e5..c0b7029297 100644 --- a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.15_visual.inst.inst.cfg +++ b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.15_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_015 intent_category = visual material = generic_pla -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_015 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_eng.inst.inst.cfg b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_eng.inst.inst.cfg index 435d5e7d0a..c0a489cf55 100644 --- a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_eng.inst.inst.cfg +++ b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_eng.inst.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Accurate definition = zav_base +name = Accurate +version = 4 [metadata] +intent_category = engineering +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = intent -intent_category = engineering -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 70 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 70 speed_topbottom = 40 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall + diff --git a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_quick.inst.cfg b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_quick.inst.cfg index a1b78a2a82..79dc08a926 100644 --- a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_quick.inst.cfg +++ b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_visual.inst.inst.cfg b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_visual.inst.inst.cfg index 75310d58b5..d574d3efe9 100644 --- a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_visual.inst.inst.cfg +++ b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.20_visual.inst.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Visual definition = zav_base +name = Visual +version = 4 [metadata] -setting_version = 20 -type = intent -quality_type = ZAV_layer_020 intent_category = visual material = generic_pla -variant = 0.40mm_ZAV_Nozzle +quality_type = ZAV_layer_020 +setting_version = 20 +type = intent +variant = 0.40mm_ZAV_Nozzle [values] -speed_print = 50 +adaptive_layer_height_enabled = true speed_infill = =speed_print speed_layer_0 = 20 +speed_print = 50 speed_topbottom = 35 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -adaptive_layer_height_enabled = true +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.25_quick.inst.cfg b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.25_quick.inst.cfg index f3c38d26d8..6a331bbbc2 100644 --- a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.25_quick.inst.cfg +++ b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.25_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_025 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.30_quick.inst.cfg b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.30_quick.inst.cfg index cbdb7bdc91..f560001200 100644 --- a/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.30_quick.inst.cfg +++ b/resources/intent/zav_base/pla/zav_pla_nozzle_0.40_layer_0.30_quick.inst.cfg @@ -1,29 +1,29 @@ [general] -version = 4 -name = Quick definition = zav_base +name = Quick +version = 4 [metadata] +intent_category = quick +material = generic_pla +quality_type = ZAV_layer_030 setting_version = 20 type = intent -intent_category = quick -quality_type = ZAV_layer_030 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] -jerk_print = 30 jerk_infill = =jerk_print +jerk_layer_0 = 5 +jerk_print = 30 jerk_topbottom = =jerk_print jerk_wall = =jerk_print jerk_wall_0 = =jerk_wall jerk_wall_x = =jerk_wall -jerk_layer_0 = 5 -speed_print = 100 speed_infill = =speed_print speed_layer_0 = 25 +speed_print = 100 speed_topbottom = 65 speed_wall = =speed_topbottom speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall +speed_wall_x = =speed_wall diff --git a/resources/quality/Leapfrog_Bolt_Pro/Leapfrog_Bolt_Pro_global_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/Leapfrog_Bolt_Pro_global_standard.inst.cfg index 16768fab87..c5e9635254 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/Leapfrog_Bolt_Pro_global_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/Leapfrog_Bolt_Pro_global_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard definition = leapfrog_bolt_pro +name = Standard +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = 0 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_brass0.4_abs_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_brass0.4_abs_natural_standard.inst.cfg index 6b700280b8..9816ccee74 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_brass0.4_abs_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_brass0.4_abs_natural_standard.inst.cfg @@ -1,100 +1,92 @@ [general] -version = 4 -name = Standard definition = leapfrog_bolt_pro +name = Standard +version = 4 [metadata] +material = leapfrog_abs_natural +quality_type = standard setting_version = 20 type = quality -quality_type = standard -weight = 0 -material = leapfrog_abs_natural variant = Brass 0.4 +weight = 0 [values] -layer_height_0 = 0.3 -line_width = 0.4 -initial_layer_line_width_factor = 120 - -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -top_bottom_thickness = 0.8 -top_bottom_pattern = lines -optimize_wall_printing_order = True -z_seam_type = sharpest_corner -z_seam_corner = hide_seam -skin_outline_count = 1 - -infill_sparse_density = 20 -infill_pattern = grid -connect_infill_polygons = True -infill_overlap = 0 -infill_wipe_dist = 0 -infill_before_walls = True -min_infill_area = 0 - -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 2 -retraction_speed = 25 -switch_extruder_retraction_amount = 15 -switch_extruder_retraction_speeds = 20 - -speed_print = 35 -speed_wall = 25 -speed_wall_0 = 25 -speed_wall_x = 35 -speed_topbottom = 25 -speed_travel = 200 -speed_layer_0 = 25 -speed_support = 40 -speed_travel_layer_0 = 45 -speed_slowdown_layers = 1 - -retraction_combing = all -travel_avoid_other_parts = True -travel_avoid_supports = True -retraction_hop_enabled = True -retraction_hop_only_when_collides = True -retraction_hop = 2 -retraction_hop_after_extruder_switch = True -retraction_hop_after_extruder_switch_height = 2 - -cool_fan_enabled = True -cool_fan_speed = 30 -cool_fan_speed_min = 0 -cool_fan_speed_max = 30 -cool_min_layer_time_fan_speed_max = 5 -cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.5 -cool_fan_full_layer = 3 -cool_min_layer_time = 5 -cool_min_speed = 10 - -support_interface_enable = False -support_angle = 50 -support_pattern = zigzag -support_connect_zigzags = False -support_infill_rate = 20 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.4 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5 -support_join_distance = 2 -support_tower_diameter = 3 -support_tower_roof_angle = 65 - adhesion_type = brim -brim_width = 8 brim_line_count = 14 brim_outside_only = True -skirt_brim_minimal_length = 250 - +brim_width = 8 +connect_infill_polygons = True +cool_fan_enabled = True +cool_fan_full_at_height = 0.5 +cool_fan_full_layer = 3 +cool_fan_speed = 30 +cool_fan_speed_0 = 0 +cool_fan_speed_max = 30 +cool_fan_speed_min = 0 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 5 +cool_min_speed = 10 +infill_before_walls = True +infill_overlap = 0 +infill_pattern = grid +infill_sparse_density = 20 +infill_wipe_dist = 0 +initial_layer_line_width_factor = 120 +layer_height_0 = 0.3 +line_width = 0.4 +min_infill_area = 0 +optimize_wall_printing_order = True +prime_tower_brim_enable = True prime_tower_enable = True -prime_tower_size = 20 prime_tower_min_volume = 6 prime_tower_position_x = 169 prime_tower_position_y = 25 +prime_tower_size = 20 prime_tower_wipe_enabled = True -prime_tower_brim_enable = True +retract_at_layer_change = False +retraction_amount = 2 +retraction_combing = all +retraction_enable = True +retraction_hop = 2 +retraction_hop_after_extruder_switch = True +retraction_hop_after_extruder_switch_height = 2 +retraction_hop_enabled = True +retraction_hop_only_when_collides = True +retraction_speed = 25 +skin_outline_count = 1 +skirt_brim_minimal_length = 250 +speed_layer_0 = 25 +speed_print = 35 +speed_slowdown_layers = 1 +speed_support = 40 +speed_topbottom = 25 +speed_travel = 200 +speed_travel_layer_0 = 45 +speed_wall = 25 +speed_wall_0 = 25 +speed_wall_x = 35 +support_angle = 50 +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5 +support_connect_zigzags = False +support_infill_rate = 20 +support_interface_enable = False +support_join_distance = 2 +support_pattern = zigzag +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.4 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 15 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_thickness = 0.8 +travel_avoid_other_parts = True +travel_avoid_supports = True +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +z_seam_corner = hide_seam +z_seam_type = sharpest_corner + diff --git a/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_nozzlex0.4_abs_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_nozzlex0.4_abs_natural_standard.inst.cfg index 472bfee50e..a37cfe7379 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_nozzlex0.4_abs_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_nozzlex0.4_abs_natural_standard.inst.cfg @@ -1,100 +1,92 @@ [general] -version = 4 -name = Standard definition = leapfrog_bolt_pro +name = Standard +version = 4 [metadata] +material = leapfrog_abs_natural +quality_type = standard setting_version = 20 type = quality -quality_type = standard -weight = 0 -material = leapfrog_abs_natural variant = NozzleX 0.4 +weight = 0 [values] -layer_height_0 = 0.3 -line_width = 0.4 -initial_layer_line_width_factor = 120 - -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -top_bottom_thickness = 0.8 -top_bottom_pattern = lines -optimize_wall_printing_order = True -z_seam_type = sharpest_corner -z_seam_corner = hide_seam -skin_outline_count = 1 - -infill_sparse_density = 20 -infill_pattern = grid -connect_infill_polygons = True -infill_overlap = 0 -infill_wipe_dist = 0 -infill_before_walls = True -min_infill_area = 0 - -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 2 -retraction_speed = 25 -switch_extruder_retraction_amount = 15 -switch_extruder_retraction_speeds = 20 - -speed_print = 35 -speed_wall = 25 -speed_wall_0 = 25 -speed_wall_x = 35 -speed_topbottom = 25 -speed_travel = 200 -speed_layer_0 = 25 -speed_support = 40 -speed_travel_layer_0 = 45 -speed_slowdown_layers = 1 - -retraction_combing = all -travel_avoid_other_parts = True -travel_avoid_supports = True -retraction_hop_enabled = True -retraction_hop_only_when_collides = True -retraction_hop = 2 -retraction_hop_after_extruder_switch = True -retraction_hop_after_extruder_switch_height = 2 - -cool_fan_enabled = True -cool_fan_speed = 30 -cool_fan_speed_min = 0 -cool_fan_speed_max = 30 -cool_min_layer_time_fan_speed_max = 5 -cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.5 -cool_fan_full_layer = 3 -cool_min_layer_time = 5 -cool_min_speed = 10 - -support_interface_enable = False -support_angle = 50 -support_pattern = zigzag -support_connect_zigzags = False -support_infill_rate = 20 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.4 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5 -support_join_distance = 2 -support_tower_diameter = 3 -support_tower_roof_angle = 65 - adhesion_type = brim -brim_width = 8 brim_line_count = 14 brim_outside_only = True -skirt_brim_minimal_length = 250 - +brim_width = 8 +connect_infill_polygons = True +cool_fan_enabled = True +cool_fan_full_at_height = 0.5 +cool_fan_full_layer = 3 +cool_fan_speed = 30 +cool_fan_speed_0 = 0 +cool_fan_speed_max = 30 +cool_fan_speed_min = 0 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 5 +cool_min_speed = 10 +infill_before_walls = True +infill_overlap = 0 +infill_pattern = grid +infill_sparse_density = 20 +infill_wipe_dist = 0 +initial_layer_line_width_factor = 120 +layer_height_0 = 0.3 +line_width = 0.4 +min_infill_area = 0 +optimize_wall_printing_order = True +prime_tower_brim_enable = True prime_tower_enable = True -prime_tower_size = 20 prime_tower_min_volume = 6 prime_tower_position_x = 169 prime_tower_position_y = 25 +prime_tower_size = 20 prime_tower_wipe_enabled = True -prime_tower_brim_enable = True +retract_at_layer_change = False +retraction_amount = 2 +retraction_combing = all +retraction_enable = True +retraction_hop = 2 +retraction_hop_after_extruder_switch = True +retraction_hop_after_extruder_switch_height = 2 +retraction_hop_enabled = True +retraction_hop_only_when_collides = True +retraction_speed = 25 +skin_outline_count = 1 +skirt_brim_minimal_length = 250 +speed_layer_0 = 25 +speed_print = 35 +speed_slowdown_layers = 1 +speed_support = 40 +speed_topbottom = 25 +speed_travel = 200 +speed_travel_layer_0 = 45 +speed_wall = 25 +speed_wall_0 = 25 +speed_wall_x = 35 +support_angle = 50 +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5 +support_connect_zigzags = False +support_infill_rate = 20 +support_interface_enable = False +support_join_distance = 2 +support_pattern = zigzag +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.4 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 15 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_thickness = 0.8 +travel_avoid_other_parts = True +travel_avoid_supports = True +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +z_seam_corner = hide_seam +z_seam_type = sharpest_corner + diff --git a/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_brass0.4_epla_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_brass0.4_epla_natural_standard.inst.cfg index f766a3e4eb..571f8b425b 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_brass0.4_epla_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_brass0.4_epla_natural_standard.inst.cfg @@ -1,100 +1,92 @@ [general] -version = 4 -name = Standard definition = leapfrog_bolt_pro +name = Standard +version = 4 [metadata] +material = leapfrog_epla_natural +quality_type = standard setting_version = 20 type = quality -quality_type = standard -weight = 0 -material = leapfrog_epla_natural variant = Brass 0.4 +weight = 0 [values] -layer_height_0 = 0.3 -line_width = 0.4 -initial_layer_line_width_factor = 120 - -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -top_bottom_thickness = 0.8 -top_bottom_pattern = lines -optimize_wall_printing_order = True -z_seam_type = sharpest_corner -z_seam_corner = hide_seam -skin_outline_count = 1 - -infill_sparse_density = 20 -infill_pattern = grid -connect_infill_polygons = True -infill_overlap = 0 -infill_wipe_dist = 0 -infill_before_walls = True -min_infill_area = 0 - -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 2 -retraction_speed = 25 -switch_extruder_retraction_amount = 15 -switch_extruder_retraction_speeds = 20 - -speed_print = 50 -speed_wall = 25 -speed_wall_0 = 25 -speed_wall_x = 40 -speed_topbottom = 25 -speed_travel = 200 -speed_layer_0 = 25 -speed_support = 50 -speed_travel_layer_0 = 45 -speed_slowdown_layers = 1 acceleration_enabled = False - -retraction_combing = all -travel_avoid_other_parts = True -travel_avoid_supports = True -retraction_hop_enabled = False -retraction_hop_only_when_collides = True -retraction_hop = 2 -retraction_hop_after_extruder_switch = True -retraction_hop_after_extruder_switch_height = 2 - +adhesion_type = skirt +connect_infill_polygons = True cool_fan_enabled = True -cool_fan_speed = 100 -cool_fan_speed_min = 100 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 5 -cool_fan_speed_0 = 0 cool_fan_full_at_height = 0.5 cool_fan_full_layer = 4 +cool_fan_speed = 100 +cool_fan_speed_0 = 0 +cool_fan_speed_max = 100 +cool_fan_speed_min = 100 cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 5 cool_min_speed = 5 - -support_interface_enable = False -support_angle = 50 -support_pattern = zigzag -support_connect_zigzags = False -support_infill_rate = 20 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.4 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5 -support_join_distance = 2 -support_tower_diameter = 3 -support_tower_roof_angle = 65 - -adhesion_type = skirt -skirt_line_count = 3 -skirt_gap = 1 -skirt_brim_minimal_length = 250 - +infill_before_walls = True +infill_overlap = 0 +infill_pattern = grid +infill_sparse_density = 20 +infill_wipe_dist = 0 +initial_layer_line_width_factor = 120 +layer_height_0 = 0.3 +line_width = 0.4 +min_infill_area = 0 +optimize_wall_printing_order = True +prime_tower_brim_enable = True prime_tower_enable = True -prime_tower_size = 20 prime_tower_min_volume = 6 prime_tower_position_x = 169 prime_tower_position_y = 25 +prime_tower_size = 20 prime_tower_wipe_enabled = True -prime_tower_brim_enable = True +retract_at_layer_change = False +retraction_amount = 2 +retraction_combing = all +retraction_enable = True +retraction_hop = 2 +retraction_hop_after_extruder_switch = True +retraction_hop_after_extruder_switch_height = 2 +retraction_hop_enabled = False +retraction_hop_only_when_collides = True +retraction_speed = 25 +skin_outline_count = 1 +skirt_brim_minimal_length = 250 +skirt_gap = 1 +skirt_line_count = 3 +speed_layer_0 = 25 +speed_print = 50 +speed_slowdown_layers = 1 +speed_support = 50 +speed_topbottom = 25 +speed_travel = 200 +speed_travel_layer_0 = 45 +speed_wall = 25 +speed_wall_0 = 25 +speed_wall_x = 40 +support_angle = 50 +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5 +support_connect_zigzags = False +support_infill_rate = 20 +support_interface_enable = False +support_join_distance = 2 +support_pattern = zigzag +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.4 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 15 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_thickness = 0.8 +travel_avoid_other_parts = True +travel_avoid_supports = True +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +z_seam_corner = hide_seam +z_seam_type = sharpest_corner + diff --git a/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_nozzlex0.4_epla_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_nozzlex0.4_epla_natural_standard.inst.cfg index 59c67e7ed7..234a6e861b 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_nozzlex0.4_epla_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_nozzlex0.4_epla_natural_standard.inst.cfg @@ -1,100 +1,92 @@ [general] -version = 4 -name = Standard definition = leapfrog_bolt_pro +name = Standard +version = 4 [metadata] +material = leapfrog_epla_natural +quality_type = standard setting_version = 20 type = quality -quality_type = standard -weight = 0 -material = leapfrog_epla_natural variant = NozzleX 0.4 +weight = 0 [values] -layer_height_0 = 0.3 -line_width = 0.4 -initial_layer_line_width_factor = 120 - -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -top_bottom_thickness = 0.8 -top_bottom_pattern = lines -optimize_wall_printing_order = True -z_seam_type = sharpest_corner -z_seam_corner = hide_seam -skin_outline_count = 1 - -infill_sparse_density = 20 -infill_pattern = grid -connect_infill_polygons = True -infill_overlap = 0 -infill_wipe_dist = 0 -infill_before_walls = True -min_infill_area = 0 - -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 2 -retraction_speed = 25 -switch_extruder_retraction_amount = 15 -switch_extruder_retraction_speeds = 20 - -speed_print = 50 -speed_wall = 25 -speed_wall_0 = 25 -speed_wall_x = 40 -speed_topbottom = 25 -speed_travel = 200 -speed_layer_0 = 25 -speed_support = 50 -speed_travel_layer_0 = 45 -speed_slowdown_layers = 1 acceleration_enabled = False - -retraction_combing = all -travel_avoid_other_parts = True -travel_avoid_supports = True -retraction_hop_enabled = False -retraction_hop_only_when_collides = True -retraction_hop = 2 -retraction_hop_after_extruder_switch = True -retraction_hop_after_extruder_switch_height = 2 - +adhesion_type = skirt +connect_infill_polygons = True cool_fan_enabled = True -cool_fan_speed = 100 -cool_fan_speed_min = 100 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 5 -cool_fan_speed_0 = 0 cool_fan_full_at_height = 0.5 cool_fan_full_layer = 4 +cool_fan_speed = 100 +cool_fan_speed_0 = 0 +cool_fan_speed_max = 100 +cool_fan_speed_min = 100 cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 5 cool_min_speed = 5 - -support_interface_enable = False -support_angle = 50 -support_pattern = zigzag -support_connect_zigzags = False -support_infill_rate = 20 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.4 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5 -support_join_distance = 2 -support_tower_diameter = 3 -support_tower_roof_angle = 65 - -adhesion_type = skirt -skirt_line_count = 3 -skirt_gap = 1 -skirt_brim_minimal_length = 250 - +infill_before_walls = True +infill_overlap = 0 +infill_pattern = grid +infill_sparse_density = 20 +infill_wipe_dist = 0 +initial_layer_line_width_factor = 120 +layer_height_0 = 0.3 +line_width = 0.4 +min_infill_area = 0 +optimize_wall_printing_order = True +prime_tower_brim_enable = True prime_tower_enable = True -prime_tower_size = 20 prime_tower_min_volume = 6 prime_tower_position_x = 169 prime_tower_position_y = 25 +prime_tower_size = 20 prime_tower_wipe_enabled = True -prime_tower_brim_enable = True +retract_at_layer_change = False +retraction_amount = 2 +retraction_combing = all +retraction_enable = True +retraction_hop = 2 +retraction_hop_after_extruder_switch = True +retraction_hop_after_extruder_switch_height = 2 +retraction_hop_enabled = False +retraction_hop_only_when_collides = True +retraction_speed = 25 +skin_outline_count = 1 +skirt_brim_minimal_length = 250 +skirt_gap = 1 +skirt_line_count = 3 +speed_layer_0 = 25 +speed_print = 50 +speed_slowdown_layers = 1 +speed_support = 50 +speed_topbottom = 25 +speed_travel = 200 +speed_travel_layer_0 = 45 +speed_wall = 25 +speed_wall_0 = 25 +speed_wall_x = 40 +support_angle = 50 +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5 +support_connect_zigzags = False +support_infill_rate = 20 +support_interface_enable = False +support_join_distance = 2 +support_pattern = zigzag +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.4 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 15 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_thickness = 0.8 +travel_avoid_other_parts = True +travel_avoid_supports = True +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +z_seam_corner = hide_seam +z_seam_type = sharpest_corner + diff --git a/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_brass0.4_pva_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_brass0.4_pva_natural_standard.inst.cfg index d9c83b9991..a72f07c25a 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_brass0.4_pva_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_brass0.4_pva_natural_standard.inst.cfg @@ -1,97 +1,88 @@ [general] -version = 4 -name = Standard definition = leapfrog_bolt_pro +name = Standard +version = 4 [metadata] +material = leapfrog_pva_natural +quality_type = standard setting_version = 20 type = quality -quality_type = standard -weight = 0 -material = leapfrog_pva_natural variant = Brass 0.4 +weight = 0 [values] -layer_height_0 = 0.3 -line_width = 0.4 -initial_layer_line_width_factor = 120 - -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -top_bottom_thickness = 0.8 -top_bottom_pattern = lines -optimize_wall_printing_order = True -z_seam_type = sharpest_corner -z_seam_corner = hide_seam -skin_outline_count = 1 - -infill_sparse_density = 20 -infill_pattern = grid +adhesion_type = skirt connect_infill_polygons = True -infill_overlap = 0 -infill_wipe_dist = 0 -infill_before_walls = True -min_infill_area = 0 - -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 2 -retraction_speed = 25 -switch_extruder_retraction_amount = 15 -switch_extruder_retraction_speeds = 20 - -speed_print = 50 -speed_wall = 20 -speed_wall_0 = 20 -speed_wall_x = 20 -speed_topbottom = 25 -speed_travel = 200 -speed_layer_0 = 25 -speed_support = 40 -speed_travel_layer_0 = 45 -speed_slowdown_layers = 1 - -retraction_combing = all -travel_avoid_other_parts = True -travel_avoid_supports = True -retraction_hop_enabled = False - -retraction_hop_after_extruder_switch_height = 2 - cool_fan_enabled = True -cool_fan_speed = 100 -cool_fan_speed_min = 100 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 5 -cool_fan_speed_0 = 0 cool_fan_full_at_height = 0.5 cool_fan_full_layer = 4 +cool_fan_speed = 100 +cool_fan_speed_0 = 0 +cool_fan_speed_max = 100 +cool_fan_speed_min = 100 cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 5 cool_min_speed = 5 - -support_interface_enable = False -support_angle = 50 -support_pattern = zigzag -support_connect_zigzags = False -support_infill_rate = 20 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.4 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5 -support_join_distance = 2 -support_tower_diameter = 3 -support_tower_roof_angle = 65 - -adhesion_type = skirt -skirt_line_count = 3 -skirt_gap = 1 -skirt_brim_minimal_length = 250 - +infill_before_walls = True +infill_overlap = 0 +infill_pattern = grid +infill_sparse_density = 20 +infill_wipe_dist = 0 +initial_layer_line_width_factor = 120 +layer_height_0 = 0.3 +line_width = 0.4 +min_infill_area = 0 +optimize_wall_printing_order = True +prime_tower_brim_enable = True prime_tower_enable = True -prime_tower_size = 20 prime_tower_min_volume = 6 prime_tower_position_x = 169 prime_tower_position_y = 25 +prime_tower_size = 20 prime_tower_wipe_enabled = True -prime_tower_brim_enable = True +retract_at_layer_change = False +retraction_amount = 2 +retraction_combing = all +retraction_enable = True +retraction_hop_after_extruder_switch_height = 2 +retraction_hop_enabled = False +retraction_speed = 25 +skin_outline_count = 1 +skirt_brim_minimal_length = 250 +skirt_gap = 1 +skirt_line_count = 3 +speed_layer_0 = 25 +speed_print = 50 +speed_slowdown_layers = 1 +speed_support = 40 +speed_topbottom = 25 +speed_travel = 200 +speed_travel_layer_0 = 45 +speed_wall = 20 +speed_wall_0 = 20 +speed_wall_x = 20 +support_angle = 50 +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5 +support_connect_zigzags = False +support_infill_rate = 20 +support_interface_enable = False +support_join_distance = 2 +support_pattern = zigzag +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.4 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 15 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_thickness = 0.8 +travel_avoid_other_parts = True +travel_avoid_supports = True +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +z_seam_corner = hide_seam +z_seam_type = sharpest_corner + diff --git a/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_nozzlex0.4_pva_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_nozzlex0.4_pva_natural_standard.inst.cfg index 0cb2c77719..4413cba742 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_nozzlex0.4_pva_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_nozzlex0.4_pva_natural_standard.inst.cfg @@ -1,97 +1,88 @@ [general] -version = 4 -name = Standard definition = leapfrog_bolt_pro +name = Standard +version = 4 [metadata] +material = leapfrog_pva_natural +quality_type = standard setting_version = 20 type = quality -quality_type = standard -weight = 0 -material = leapfrog_pva_natural variant = NozzleX 0.4 +weight = 0 [values] -layer_height_0 = 0.3 -line_width = 0.4 -initial_layer_line_width_factor = 120 - -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -top_bottom_thickness = 0.8 -top_bottom_pattern = lines -optimize_wall_printing_order = True -z_seam_type = sharpest_corner -z_seam_corner = hide_seam -skin_outline_count = 1 - -infill_sparse_density = 20 -infill_pattern = grid +adhesion_type = skirt connect_infill_polygons = True -infill_overlap = 0 -infill_wipe_dist = 0 -infill_before_walls = True -min_infill_area = 0 - -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 2 -retraction_speed = 25 -switch_extruder_retraction_amount = 15 -switch_extruder_retraction_speeds = 20 - -speed_print = 50 -speed_wall = 20 -speed_wall_0 = 20 -speed_wall_x = 20 -speed_topbottom = 25 -speed_travel = 200 -speed_layer_0 = 25 -speed_support = 40 -speed_travel_layer_0 = 45 -speed_slowdown_layers = 1 - -retraction_combing = all -travel_avoid_other_parts = True -travel_avoid_supports = True -retraction_hop_enabled = False - -retraction_hop_after_extruder_switch_height = 2 - cool_fan_enabled = True -cool_fan_speed = 100 -cool_fan_speed_min = 100 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 5 -cool_fan_speed_0 = 0 cool_fan_full_at_height = 0.5 cool_fan_full_layer = 4 +cool_fan_speed = 100 +cool_fan_speed_0 = 0 +cool_fan_speed_max = 100 +cool_fan_speed_min = 100 cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 5 cool_min_speed = 5 - -support_interface_enable = False -support_angle = 50 -support_pattern = zigzag -support_connect_zigzags = False -support_infill_rate = 20 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.4 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5 -support_join_distance = 2 -support_tower_diameter = 3 -support_tower_roof_angle = 65 - -adhesion_type = skirt -skirt_line_count = 3 -skirt_gap = 1 -skirt_brim_minimal_length = 250 - +infill_before_walls = True +infill_overlap = 0 +infill_pattern = grid +infill_sparse_density = 20 +infill_wipe_dist = 0 +initial_layer_line_width_factor = 120 +layer_height_0 = 0.3 +line_width = 0.4 +min_infill_area = 0 +optimize_wall_printing_order = True +prime_tower_brim_enable = True prime_tower_enable = True -prime_tower_size = 20 prime_tower_min_volume = 6 prime_tower_position_x = 169 prime_tower_position_y = 25 +prime_tower_size = 20 prime_tower_wipe_enabled = True -prime_tower_brim_enable = True +retract_at_layer_change = False +retraction_amount = 2 +retraction_combing = all +retraction_enable = True +retraction_hop_after_extruder_switch_height = 2 +retraction_hop_enabled = False +retraction_speed = 25 +skin_outline_count = 1 +skirt_brim_minimal_length = 250 +skirt_gap = 1 +skirt_line_count = 3 +speed_layer_0 = 25 +speed_print = 50 +speed_slowdown_layers = 1 +speed_support = 40 +speed_topbottom = 25 +speed_travel = 200 +speed_travel_layer_0 = 45 +speed_wall = 20 +speed_wall_0 = 20 +speed_wall_x = 20 +support_angle = 50 +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5 +support_connect_zigzags = False +support_infill_rate = 20 +support_interface_enable = False +support_join_distance = 2 +support_pattern = zigzag +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.4 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 15 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_thickness = 0.8 +travel_avoid_other_parts = True +travel_avoid_supports = True +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +z_seam_corner = hide_seam +z_seam_type = sharpest_corner + diff --git a/resources/quality/abax_pri3/apri3_pla_fast.inst.cfg b/resources/quality/abax_pri3/apri3_pla_fast.inst.cfg index 3e8e09032d..6dc297c0f0 100644 --- a/resources/quality/abax_pri3/apri3_pla_fast.inst.cfg +++ b/resources/quality/abax_pri3/apri3_pla_fast.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fine definition = abax_pri3 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 80 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 80) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 80 +speed_topbottom = =math.ceil(speed_print * 20 / 80) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/abax_pri3/apri3_pla_high.inst.cfg b/resources/quality/abax_pri3/apri3_pla_high.inst.cfg index 808ec25a37..e05804f1d3 100644 --- a/resources/quality/abax_pri3/apri3_pla_high.inst.cfg +++ b/resources/quality/abax_pri3/apri3_pla_high.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Extra Fine definition = abax_pri3 +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla [values] -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/abax_pri3/apri3_pla_normal.inst.cfg b/resources/quality/abax_pri3/apri3_pla_normal.inst.cfg index 526493b90b..36763f8d72 100644 --- a/resources/quality/abax_pri3/apri3_pla_normal.inst.cfg +++ b/resources/quality/abax_pri3/apri3_pla_normal.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fine definition = abax_pri3 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/abax_pri5/apri5_pla_fast.inst.cfg b/resources/quality/abax_pri5/apri5_pla_fast.inst.cfg index f582449a8e..8d6803e29f 100644 --- a/resources/quality/abax_pri5/apri5_pla_fast.inst.cfg +++ b/resources/quality/abax_pri5/apri5_pla_fast.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fine definition = abax_pri5 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 80 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 80) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 80 +speed_topbottom = =math.ceil(speed_print * 20 / 80) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/abax_pri5/apri5_pla_high.inst.cfg b/resources/quality/abax_pri5/apri5_pla_high.inst.cfg index 08d86375c9..a17e68eec1 100644 --- a/resources/quality/abax_pri5/apri5_pla_high.inst.cfg +++ b/resources/quality/abax_pri5/apri5_pla_high.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Extra Fine definition = abax_pri5 +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla [values] -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/abax_pri5/apri5_pla_normal.inst.cfg b/resources/quality/abax_pri5/apri5_pla_normal.inst.cfg index 6bb5667a30..eebb1a88c9 100644 --- a/resources/quality/abax_pri5/apri5_pla_normal.inst.cfg +++ b/resources/quality/abax_pri5/apri5_pla_normal.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fine definition = abax_pri5 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/abax_titan/atitan_pla_fast.inst.cfg b/resources/quality/abax_titan/atitan_pla_fast.inst.cfg index 901aeef930..9ae4fd2fca 100644 --- a/resources/quality/abax_titan/atitan_pla_fast.inst.cfg +++ b/resources/quality/abax_titan/atitan_pla_fast.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Fine definition = abax_titan +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -layer_height = 0.2 -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 80 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 80) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +layer_height = 0.2 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 80 +speed_topbottom = =math.ceil(speed_print * 20 / 80) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/abax_titan/atitan_pla_high.inst.cfg b/resources/quality/abax_titan/atitan_pla_high.inst.cfg index da6af89d27..f544fe5c29 100644 --- a/resources/quality/abax_titan/atitan_pla_high.inst.cfg +++ b/resources/quality/abax_titan/atitan_pla_high.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Extra Fine definition = abax_titan +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla [values] -layer_height = 0.1 -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +layer_height = 0.1 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/abax_titan/atitan_pla_normal.inst.cfg b/resources/quality/abax_titan/atitan_pla_normal.inst.cfg index 294610484e..1649772ab4 100644 --- a/resources/quality/abax_titan/atitan_pla_normal.inst.cfg +++ b/resources/quality/abax_titan/atitan_pla_normal.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Fine definition = abax_titan +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -layer_height = 0.2 -wall_thickness = 1.05 -top_bottom_thickness = 0.8 -infill_sparse_density = 20 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 20 +layer_height = 0.2 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.8 +wall_thickness = 1.05 + diff --git a/resources/quality/anycubic_4max/abs/anycubic_4max_abs_draft.inst.cfg b/resources/quality/anycubic_4max/abs/anycubic_4max_abs_draft.inst.cfg index fb24a6665b..e383a08d72 100644 --- a/resources/quality/anycubic_4max/abs/anycubic_4max_abs_draft.inst.cfg +++ b/resources/quality/anycubic_4max/abs/anycubic_4max_abs_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft definition = anycubic_4max +name = Draft +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_abs [values] -cool_fan_enabled = False adhesion_type = brim +cool_fan_enabled = False + diff --git a/resources/quality/anycubic_4max/abs/anycubic_4max_abs_high.inst.cfg b/resources/quality/anycubic_4max/abs/anycubic_4max_abs_high.inst.cfg index 8492a10f5b..cef3a5beff 100644 --- a/resources/quality/anycubic_4max/abs/anycubic_4max_abs_high.inst.cfg +++ b/resources/quality/anycubic_4max/abs/anycubic_4max_abs_high.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = High definition = anycubic_4max +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_abs [values] -cool_fan_enabled = False adhesion_type = brim +cool_fan_enabled = False + diff --git a/resources/quality/anycubic_4max/abs/anycubic_4max_abs_normal.inst.cfg b/resources/quality/anycubic_4max/abs/anycubic_4max_abs_normal.inst.cfg index 411924ceb5..20899c36b8 100644 --- a/resources/quality/anycubic_4max/abs/anycubic_4max_abs_normal.inst.cfg +++ b/resources/quality/anycubic_4max/abs/anycubic_4max_abs_normal.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Normal definition = anycubic_4max +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_abs [values] -cool_fan_enabled = False adhesion_type = brim +cool_fan_enabled = False diff --git a/resources/quality/anycubic_4max/anycubic_4max_draft.inst.cfg b/resources/quality/anycubic_4max/anycubic_4max_draft.inst.cfg index 482493039e..c447cb581b 100644 --- a/resources/quality/anycubic_4max/anycubic_4max_draft.inst.cfg +++ b/resources/quality/anycubic_4max/anycubic_4max_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = anycubic_4max +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.3 diff --git a/resources/quality/anycubic_4max/anycubic_4max_high.inst.cfg b/resources/quality/anycubic_4max/anycubic_4max_high.inst.cfg index 68b16cdc51..a635bbabbc 100644 --- a/resources/quality/anycubic_4max/anycubic_4max_high.inst.cfg +++ b/resources/quality/anycubic_4max/anycubic_4max_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = anycubic_4max +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.15 diff --git a/resources/quality/anycubic_4max/anycubic_4max_normal.inst.cfg b/resources/quality/anycubic_4max/anycubic_4max_normal.inst.cfg index 04240b4f44..8f7a122eda 100644 --- a/resources/quality/anycubic_4max/anycubic_4max_normal.inst.cfg +++ b/resources/quality/anycubic_4max/anycubic_4max_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = anycubic_4max +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/anycubic_4max/hips/anycubic_4max_hips_draft.inst.cfg b/resources/quality/anycubic_4max/hips/anycubic_4max_hips_draft.inst.cfg index c756d8df6b..e995631b79 100644 --- a/resources/quality/anycubic_4max/hips/anycubic_4max_hips_draft.inst.cfg +++ b/resources/quality/anycubic_4max/hips/anycubic_4max_hips_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = anycubic_4max +name = Draft +version = 4 [metadata] +material = generic_hips +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_hips [values] diff --git a/resources/quality/anycubic_4max/hips/anycubic_4max_hips_high.inst.cfg b/resources/quality/anycubic_4max/hips/anycubic_4max_hips_high.inst.cfg index 8e9697099c..4b5670934b 100644 --- a/resources/quality/anycubic_4max/hips/anycubic_4max_hips_high.inst.cfg +++ b/resources/quality/anycubic_4max/hips/anycubic_4max_hips_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = anycubic_4max +name = High +version = 4 [metadata] +material = generic_hips +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_hips [values] diff --git a/resources/quality/anycubic_4max/hips/anycubic_4max_hips_normal.inst.cfg b/resources/quality/anycubic_4max/hips/anycubic_4max_hips_normal.inst.cfg index 46e76a79bc..c69070b785 100644 --- a/resources/quality/anycubic_4max/hips/anycubic_4max_hips_normal.inst.cfg +++ b/resources/quality/anycubic_4max/hips/anycubic_4max_hips_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = anycubic_4max +name = Normal +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_hips [values] diff --git a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg index ffb2a7a579..fb2084343f 100644 --- a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg +++ b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg @@ -1,17 +1,17 @@ [general] -version = 4 -name = Draft definition = anycubic_4max +name = Draft +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_petg [values] -material_print_temperature = =default_material_print_temperature + 35 cool_fan_enabled = False - +material_print_temperature = =default_material_print_temperature + 35 speed_print = 30 + diff --git a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg index a2efa29188..70d3c384ae 100644 --- a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg +++ b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg @@ -1,17 +1,17 @@ [general] -version = 4 -name = High definition = anycubic_4max +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_petg [values] -material_print_temperature = =default_material_print_temperature + 35 cool_fan_enabled = False - +material_print_temperature = =default_material_print_temperature + 35 speed_print = 30 + diff --git a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg index 6909ac0585..f9618aa6fe 100644 --- a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg +++ b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg @@ -1,17 +1,17 @@ [general] -version = 4 -name = Normal definition = anycubic_4max +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_petg [values] -material_print_temperature = =default_material_print_temperature + 35 cool_fan_enabled = False - +material_print_temperature = =default_material_print_temperature + 35 speed_print = 30 + diff --git a/resources/quality/anycubic_4max/pla/anycubic_4max_pla_draft.inst.cfg b/resources/quality/anycubic_4max/pla/anycubic_4max_pla_draft.inst.cfg index 2ed986ce47..996d17568c 100644 --- a/resources/quality/anycubic_4max/pla/anycubic_4max_pla_draft.inst.cfg +++ b/resources/quality/anycubic_4max/pla/anycubic_4max_pla_draft.inst.cfg @@ -1,15 +1,14 @@ [general] -version = 4 -name = Draft definition = anycubic_4max +name = Draft +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_pla [values] - diff --git a/resources/quality/anycubic_4max/pla/anycubic_4max_pla_high.inst.cfg b/resources/quality/anycubic_4max/pla/anycubic_4max_pla_high.inst.cfg index eaee019ab2..08f2711cf8 100644 --- a/resources/quality/anycubic_4max/pla/anycubic_4max_pla_high.inst.cfg +++ b/resources/quality/anycubic_4max/pla/anycubic_4max_pla_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = anycubic_4max +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla [values] diff --git a/resources/quality/anycubic_4max/pla/anycubic_4max_pla_normal.inst.cfg b/resources/quality/anycubic_4max/pla/anycubic_4max_pla_normal.inst.cfg index a244983ebc..aef506a221 100644 --- a/resources/quality/anycubic_4max/pla/anycubic_4max_pla_normal.inst.cfg +++ b/resources/quality/anycubic_4max/pla/anycubic_4max_pla_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = anycubic_4max +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] diff --git a/resources/quality/anycubic_chiron/anycubic_chiron_draft.inst.cfg b/resources/quality/anycubic_chiron/anycubic_chiron_draft.inst.cfg index 9c3a44ccf7..a7314ec685 100644 --- a/resources/quality/anycubic_chiron/anycubic_chiron_draft.inst.cfg +++ b/resources/quality/anycubic_chiron/anycubic_chiron_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = anycubic_chiron +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/anycubic_chiron/anycubic_chiron_high.inst.cfg b/resources/quality/anycubic_chiron/anycubic_chiron_high.inst.cfg index c5711ade6b..49f5f447f3 100644 --- a/resources/quality/anycubic_chiron/anycubic_chiron_high.inst.cfg +++ b/resources/quality/anycubic_chiron/anycubic_chiron_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = anycubic_chiron +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/anycubic_chiron/anycubic_chiron_normal.inst.cfg b/resources/quality/anycubic_chiron/anycubic_chiron_normal.inst.cfg index 0fd03b32d8..7db3469248 100644 --- a/resources/quality/anycubic_chiron/anycubic_chiron_normal.inst.cfg +++ b/resources/quality/anycubic_chiron/anycubic_chiron_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = anycubic_chiron +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/anycubic_i3_mega/anycubic_i3_mega_draft.inst.cfg b/resources/quality/anycubic_i3_mega/anycubic_i3_mega_draft.inst.cfg index 599c26ab25..0b5b4144bc 100644 --- a/resources/quality/anycubic_i3_mega/anycubic_i3_mega_draft.inst.cfg +++ b/resources/quality/anycubic_i3_mega/anycubic_i3_mega_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = anycubic_i3_mega +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] acceleration_enabled = True @@ -54,3 +54,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/anycubic_i3_mega/anycubic_i3_mega_high.inst.cfg b/resources/quality/anycubic_i3_mega/anycubic_i3_mega_high.inst.cfg index a1ef55deb9..fed9b2e1d9 100644 --- a/resources/quality/anycubic_i3_mega/anycubic_i3_mega_high.inst.cfg +++ b/resources/quality/anycubic_i3_mega/anycubic_i3_mega_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = anycubic_i3_mega +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] acceleration_enabled = True @@ -54,3 +54,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/anycubic_i3_mega/anycubic_i3_mega_normal.inst.cfg b/resources/quality/anycubic_i3_mega/anycubic_i3_mega_normal.inst.cfg index 6546d07927..49fb79930e 100644 --- a/resources/quality/anycubic_i3_mega/anycubic_i3_mega_normal.inst.cfg +++ b/resources/quality/anycubic_i3_mega/anycubic_i3_mega_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = anycubic_i3_mega +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] acceleration_enabled = True @@ -54,3 +54,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_draft.inst.cfg b/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_draft.inst.cfg index 4cbc6462dc..a72a31b89e 100644 --- a/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_draft.inst.cfg +++ b/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft definition = anycubic_i3_mega_s +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] -layer_height = 0.3 \ No newline at end of file +layer_height = 0.3 + diff --git a/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_high.inst.cfg b/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_high.inst.cfg index 6c92a036fc..6fc6e0b723 100644 --- a/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_high.inst.cfg +++ b/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = anycubic_i3_mega_s +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.1 \ No newline at end of file +layer_height = 0.1 + diff --git a/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_normal.inst.cfg b/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_normal.inst.cfg index 91fc63f365..24a718d67e 100644 --- a/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_normal.inst.cfg +++ b/resources/quality/anycubic_i3_mega_s/anycubic_i3_mega_s_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = anycubic_i3_mega_s +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.2 \ No newline at end of file +layer_height = 0.2 + diff --git a/resources/quality/anycubic_kobra/anycubic_kobra_abs.inst.cfg b/resources/quality/anycubic_kobra/anycubic_kobra_abs.inst.cfg index 7a2c9ac824..88a8bb1151 100644 --- a/resources/quality/anycubic_kobra/anycubic_kobra_abs.inst.cfg +++ b/resources/quality/anycubic_kobra/anycubic_kobra_abs.inst.cfg @@ -1,38 +1,38 @@ [general] -version = 4 -name = Suggested parameters for ABS_V1.0 definition = anycubic_kobra +name = Suggested parameters for ABS_V1.0 +version = 4 [metadata] +global_quality = True +quality_type = abs setting_version = 20 type = quality -quality_type = abs weight = 0 -global_quality = True [values] -layer_height = 0.2 acceleration_enabled = True -default_material_bed_temperature = 80 -jerk_enabled = True -layer_height_0 = 0.2 acceleration_print = 800 acceleration_travel = 3000 acceleration_travel_layer_0 = 3000.0 bottom_layers = 6 brim_width = 7.0 +default_material_bed_temperature = 80 default_material_print_temperature = 230 infill_overlap = 15 infill_sparse_density = 20 initial_layer_line_width_factor = 140 +inset_direction = outside_in +jerk_enabled = True jerk_print = 8 jerk_travel = 10 +layer_height = 0.2 +layer_height_0 = 0.2 material_final_print_temperature = 230 material_flow = 100 material_flow_layer_0 = 120 material_initial_print_temperature = 230 optimize_wall_printing_order = True -inset_direction = outside_in retraction_amount = 6 retraction_min_travel = =line_width * 2 retraction_speed = 40 @@ -43,4 +43,5 @@ top_bottom_thickness = 1.2 wall_thickness = 1.2 z_seam_type = sharpest_corner z_seam_x = 110 -z_seam_y = 220 \ No newline at end of file +z_seam_y = 220 + diff --git a/resources/quality/anycubic_kobra/anycubic_kobra_pla.inst.cfg b/resources/quality/anycubic_kobra/anycubic_kobra_pla.inst.cfg index 32ea58a93f..4820d4f06a 100644 --- a/resources/quality/anycubic_kobra/anycubic_kobra_pla.inst.cfg +++ b/resources/quality/anycubic_kobra/anycubic_kobra_pla.inst.cfg @@ -1,20 +1,17 @@ [general] -version = 4 -name = Suggested parameters for PLA_V1.0 definition = anycubic_kobra +name = Suggested parameters for PLA_V1.0 +version = 4 [metadata] +global_quality = True +quality_type = pla setting_version = 20 type = quality -quality_type = pla weight = -2 -global_quality = True [values] -layer_height = 0.2 acceleration_enabled = True -jerk_enabled = True -layer_height_0 = 0.2 acceleration_print = 1000 acceleration_travel_layer_0 = 2000.0 bottom_layers = 6 @@ -22,12 +19,15 @@ brim_width = 4.0 infill_overlap = 15 infill_sparse_density = 15 initial_layer_line_width_factor = 100 +inset_direction = outside_in +jerk_enabled = True jerk_print = 8 jerk_travel = 10 +layer_height = 0.2 +layer_height_0 = 0.2 material_final_print_temperature = 200 material_initial_print_temperature = 200 optimize_wall_printing_order = True -inset_direction = outside_in retraction_amount = 6 retraction_min_travel = 1.5 retraction_speed = 40 @@ -38,4 +38,5 @@ top_bottom_thickness = 1.2 wall_thickness = 1.2 z_seam_type = sharpest_corner z_seam_x = 110 -z_seam_y = 220 \ No newline at end of file +z_seam_y = 220 + diff --git a/resources/quality/anycubic_kobra/anycubic_kobra_tpu.inst.cfg b/resources/quality/anycubic_kobra/anycubic_kobra_tpu.inst.cfg index 432eeb4bb6..50e04ecbc0 100644 --- a/resources/quality/anycubic_kobra/anycubic_kobra_tpu.inst.cfg +++ b/resources/quality/anycubic_kobra/anycubic_kobra_tpu.inst.cfg @@ -1,20 +1,17 @@ [general] -version = 4 -name = Suggested parameters for TPU_V1.0 definition = anycubic_kobra +name = Suggested parameters for TPU_V1.0 +version = 4 [metadata] +global_quality = True +quality_type = tpu setting_version = 20 type = quality -quality_type = tpu weight = 1 -global_quality = True [values] -layer_height = 0.2 acceleration_enabled = True -jerk_enabled = True -layer_height_0 = 0.2 acceleration_print = 800 acceleration_travel = 3000 acceleration_travel_layer_0 = 3000.0 @@ -24,14 +21,17 @@ default_material_print_temperature = 190 infill_overlap = 15 infill_sparse_density = 25 initial_layer_line_width_factor = 140 +inset_direction = outside_in +jerk_enabled = True jerk_print = 8 jerk_travel = 10 +layer_height = 0.2 +layer_height_0 = 0.2 material_final_print_temperature = 190 material_flow = 90 material_flow_layer_0 = 120 material_initial_print_temperature = 190 optimize_wall_printing_order = True -inset_direction = outside_in retraction_amount = 8 retraction_min_travel = =line_width * 2 retraction_speed = 60 @@ -42,4 +42,5 @@ top_bottom_thickness = 1.2 wall_thickness = 1.2 z_seam_type = sharpest_corner z_seam_x = 110 -z_seam_y = 220 \ No newline at end of file +z_seam_y = 220 + diff --git a/resources/quality/anycubic_kobra_max/anycubic_kobra_max_pla.inst.cfg b/resources/quality/anycubic_kobra_max/anycubic_kobra_max_pla.inst.cfg index d4434c6b79..fd5ef02afb 100644 --- a/resources/quality/anycubic_kobra_max/anycubic_kobra_max_pla.inst.cfg +++ b/resources/quality/anycubic_kobra_max/anycubic_kobra_max_pla.inst.cfg @@ -1,28 +1,28 @@ [general] -version = 4 -name = Suggested parameters for PLA_V1.0 definition = anycubic_kobra_max +name = Suggested parameters for PLA_V1.0 +version = 4 [metadata] +global_quality = True +quality_type = pla setting_version = 20 type = quality -quality_type = pla weight = -2 -global_quality = True [values] -layer_height = 0.2 acceleration_enabled = True -jerk_enabled = True -layer_height_0 = 0.2 acceleration_print = 1000 acceleration_travel = 3000 brim_width = 7 default_material_print_temperature = 195 infill_sparse_density = 15 initial_layer_line_width_factor = 140 +jerk_enabled = True jerk_print = 8 jerk_travel = 10 +layer_height = 0.2 +layer_height_0 = 0.2 material_final_print_temperature = 195 material_flow = 95 material_flow_layer_0 = 120 @@ -50,4 +50,5 @@ top_thickness = 1.2 wall_thickness = 1.2 z_seam_type = sharpest_corner z_seam_x = 110 -z_seam_y = 220 \ No newline at end of file +z_seam_y = 220 + diff --git a/resources/quality/anycubic_kobra_max/anycubic_kobra_max_tpu.inst.cfg b/resources/quality/anycubic_kobra_max/anycubic_kobra_max_tpu.inst.cfg index 94ea7f8579..5952132e59 100644 --- a/resources/quality/anycubic_kobra_max/anycubic_kobra_max_tpu.inst.cfg +++ b/resources/quality/anycubic_kobra_max/anycubic_kobra_max_tpu.inst.cfg @@ -1,20 +1,17 @@ [general] -version = 4 -name = Suggested parameters for TPU_V1.0 definition = anycubic_kobra_max +name = Suggested parameters for TPU_V1.0 +version = 4 [metadata] +global_quality = True +quality_type = tpu setting_version = 20 type = quality -quality_type = tpu weight = 1 -global_quality = True [values] -layer_height = 0.2 acceleration_enabled = True -jerk_enabled = False -layer_height_0 = 0.3 acceleration_print = 1000 acceleration_travel = 3000 brim_width = 5 @@ -23,8 +20,11 @@ default_material_print_temperature = 210 infill_overlap = 15 infill_sparse_density = 15 initial_layer_line_width_factor = 130 +jerk_enabled = False jerk_print = 8 jerk_travel = 10 +layer_height = 0.2 +layer_height_0 = 0.3 material_final_print_temperature = 210 material_flow = 90 material_flow_layer_0 = 100 @@ -51,4 +51,5 @@ top_bottom_thickness = 1.2 wall_thickness = 1.2 z_seam_type = sharpest_corner z_seam_x = 110 -z_seam_y = 220 \ No newline at end of file +z_seam_y = 220 + diff --git a/resources/quality/anycubic_mega_zero/anycubic_mega_zero_draft.inst.cfg b/resources/quality/anycubic_mega_zero/anycubic_mega_zero_draft.inst.cfg index 7cc6d25c4d..9a509da375 100644 --- a/resources/quality/anycubic_mega_zero/anycubic_mega_zero_draft.inst.cfg +++ b/resources/quality/anycubic_mega_zero/anycubic_mega_zero_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft definition = anycubic_mega_zero +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.3 layer_height_0 = 0.3 speed_print = 60 speed_travel = 100 + diff --git a/resources/quality/anycubic_mega_zero/anycubic_mega_zero_high.inst.cfg b/resources/quality/anycubic_mega_zero/anycubic_mega_zero_high.inst.cfg index c539a9ac18..f13b288653 100644 --- a/resources/quality/anycubic_mega_zero/anycubic_mega_zero_high.inst.cfg +++ b/resources/quality/anycubic_mega_zero/anycubic_mega_zero_high.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = High definition = anycubic_mega_zero +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.1 layer_height_0 = 0.1 speed_print = 30 speed_travel = 50 + diff --git a/resources/quality/anycubic_mega_zero/anycubic_mega_zero_normal.inst.cfg b/resources/quality/anycubic_mega_zero/anycubic_mega_zero_normal.inst.cfg index b1a5917e8f..90adb538a8 100644 --- a/resources/quality/anycubic_mega_zero/anycubic_mega_zero_normal.inst.cfg +++ b/resources/quality/anycubic_mega_zero/anycubic_mega_zero_normal.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Normal definition = anycubic_mega_zero +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 speed_print = 40 speed_travel = 100 + diff --git a/resources/quality/anycubic_predator/predator_coarse.inst.cfg b/resources/quality/anycubic_predator/predator_coarse.inst.cfg index fbc5e7cd6a..73d0e5a8f6 100644 --- a/resources/quality/anycubic_predator/predator_coarse.inst.cfg +++ b/resources/quality/anycubic_predator/predator_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse definition = predator +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] layer_height = 0.4 -layer_height_0 = 0.45 \ No newline at end of file +layer_height_0 = 0.45 + diff --git a/resources/quality/anycubic_predator/predator_draft.inst.cfg b/resources/quality/anycubic_predator/predator_draft.inst.cfg index e97411ecac..92e178160e 100644 --- a/resources/quality/anycubic_predator/predator_draft.inst.cfg +++ b/resources/quality/anycubic_predator/predator_draft.inst.cfg @@ -1,15 +1,16 @@ -[general] -version = 4 -name = Draft -definition = predator - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = -2 -global_quality = True - -[values] -layer_height = 0.30 -layer_height_0 = 0.35 \ No newline at end of file +[general] +definition = predator +name = Draft +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality +weight = -2 + +[values] +layer_height = 0.30 +layer_height_0 = 0.35 + diff --git a/resources/quality/anycubic_predator/predator_extra_coarse.inst.cfg b/resources/quality/anycubic_predator/predator_extra_coarse.inst.cfg index 73e897e981..88f8cfeee8 100644 --- a/resources/quality/anycubic_predator/predator_extra_coarse.inst.cfg +++ b/resources/quality/anycubic_predator/predator_extra_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Extra Coarse definition = predator +name = Extra Coarse +version = 4 [metadata] +global_quality = True +quality_type = Xcoarse setting_version = 20 type = quality -quality_type = Xcoarse weight = -4 -global_quality = True [values] layer_height = 0.5 layer_height_0 = 0.55 + diff --git a/resources/quality/anycubic_predator/predator_extra_fine.inst.cfg b/resources/quality/anycubic_predator/predator_extra_fine.inst.cfg index 3801f5f95a..390c11fdec 100644 --- a/resources/quality/anycubic_predator/predator_extra_fine.inst.cfg +++ b/resources/quality/anycubic_predator/predator_extra_fine.inst.cfg @@ -1,15 +1,16 @@ -[general] -version = 4 -name = Extra Fine -definition = predator - -[metadata] -setting_version = 20 -type = quality -quality_type = Xfine -weight = 1 -global_quality = True - -[values] -layer_height = 0.05 -layer_height_0 = 0.10 +[general] +definition = predator +name = Extra Fine +version = 4 + +[metadata] +global_quality = True +quality_type = Xfine +setting_version = 20 +type = quality +weight = 1 + +[values] +layer_height = 0.05 +layer_height_0 = 0.10 + diff --git a/resources/quality/anycubic_predator/predator_fine.inst.cfg b/resources/quality/anycubic_predator/predator_fine.inst.cfg index e3dd6bf539..864b3e4abf 100644 --- a/resources/quality/anycubic_predator/predator_fine.inst.cfg +++ b/resources/quality/anycubic_predator/predator_fine.inst.cfg @@ -1,15 +1,16 @@ -[general] -version = 4 -name = Fine -definition = predator - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 1 -global_quality = True - -[values] -layer_height = 0.1 -layer_height_0 = 0.15 +[general] +definition = predator +name = Fine +version = 4 + +[metadata] +global_quality = True +quality_type = fine +setting_version = 20 +type = quality +weight = 1 + +[values] +layer_height = 0.1 +layer_height_0 = 0.15 + diff --git a/resources/quality/anycubic_predator/predator_normal.inst.cfg b/resources/quality/anycubic_predator/predator_normal.inst.cfg index 115f1677d8..e40ce7ef94 100644 --- a/resources/quality/anycubic_predator/predator_normal.inst.cfg +++ b/resources/quality/anycubic_predator/predator_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal definition = predator +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 -layer_height_0 = 0.25 \ No newline at end of file +layer_height_0 = 0.25 + diff --git a/resources/quality/artillery/ABS/artillery_0.2_ABS_super.inst.cfg b/resources/quality/artillery/ABS/artillery_0.2_ABS_super.inst.cfg index 8e6102859a..722b6ccfd1 100644 --- a/resources/quality/artillery/ABS/artillery_0.2_ABS_super.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.2_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/artillery/ABS/artillery_0.2_ABS_ultra.inst.cfg b/resources/quality/artillery/ABS/artillery_0.2_ABS_ultra.inst.cfg index 4dfd839916..fde26f5a48 100644 --- a/resources/quality/artillery/ABS/artillery_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.2_ABS_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = artillery_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/artillery/ABS/artillery_0.3_ABS_adaptive.inst.cfg b/resources/quality/artillery/ABS/artillery_0.3_ABS_adaptive.inst.cfg index 45831ce958..d3d32952a4 100644 --- a/resources/quality/artillery/ABS/artillery_0.3_ABS_adaptive.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.3_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.3_ABS_low.inst.cfg b/resources/quality/artillery/ABS/artillery_0.3_ABS_low.inst.cfg index 658244f086..fcaae73b43 100644 --- a/resources/quality/artillery/ABS/artillery_0.3_ABS_low.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.3_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.3_ABS_standard.inst.cfg b/resources/quality/artillery/ABS/artillery_0.3_ABS_standard.inst.cfg index b3fa935293..164f7bfa27 100644 --- a/resources/quality/artillery/ABS/artillery_0.3_ABS_standard.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.3_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.3_ABS_super.inst.cfg b/resources/quality/artillery/ABS/artillery_0.3_ABS_super.inst.cfg index 9961933aac..fb196dca62 100644 --- a/resources/quality/artillery/ABS/artillery_0.3_ABS_super.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.3_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.4_ABS_adaptive.inst.cfg b/resources/quality/artillery/ABS/artillery_0.4_ABS_adaptive.inst.cfg index ccaecb1ff6..4ebe790b18 100644 --- a/resources/quality/artillery/ABS/artillery_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.4_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.4_ABS_low.inst.cfg b/resources/quality/artillery/ABS/artillery_0.4_ABS_low.inst.cfg index b7f2d54030..3772a21a54 100644 --- a/resources/quality/artillery/ABS/artillery_0.4_ABS_low.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.4_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.4_ABS_standard.inst.cfg b/resources/quality/artillery/ABS/artillery_0.4_ABS_standard.inst.cfg index ef83cf14db..bbdf86bc72 100644 --- a/resources/quality/artillery/ABS/artillery_0.4_ABS_standard.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.4_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.4_ABS_super.inst.cfg b/resources/quality/artillery/ABS/artillery_0.4_ABS_super.inst.cfg index fe98a1ca49..f0b3a61566 100644 --- a/resources/quality/artillery/ABS/artillery_0.4_ABS_super.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.4_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.5_ABS_adaptive.inst.cfg b/resources/quality/artillery/ABS/artillery_0.5_ABS_adaptive.inst.cfg index 535b12a8ef..47f7cb2a16 100644 --- a/resources/quality/artillery/ABS/artillery_0.5_ABS_adaptive.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.5_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.5_ABS_low.inst.cfg b/resources/quality/artillery/ABS/artillery_0.5_ABS_low.inst.cfg index 4e82055aa4..2eb479e144 100644 --- a/resources/quality/artillery/ABS/artillery_0.5_ABS_low.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.5_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.5_ABS_standard.inst.cfg b/resources/quality/artillery/ABS/artillery_0.5_ABS_standard.inst.cfg index 28467ddc41..e3f9752320 100644 --- a/resources/quality/artillery/ABS/artillery_0.5_ABS_standard.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.5_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.5_ABS_super.inst.cfg b/resources/quality/artillery/ABS/artillery_0.5_ABS_super.inst.cfg index a23dfe7a46..720a734a8a 100644 --- a/resources/quality/artillery/ABS/artillery_0.5_ABS_super.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.5_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/ABS/artillery_0.6_ABS_standard.inst.cfg b/resources/quality/artillery/ABS/artillery_0.6_ABS_standard.inst.cfg index 0f1b2258cc..52eb2d56a0 100644 --- a/resources/quality/artillery/ABS/artillery_0.6_ABS_standard.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.6_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/artillery/ABS/artillery_0.8_ABS_draft.inst.cfg b/resources/quality/artillery/ABS/artillery_0.8_ABS_draft.inst.cfg index 542903fa78..c3fe02a62f 100644 --- a/resources/quality/artillery/ABS/artillery_0.8_ABS_draft.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_0.8_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/artillery/ABS/artillery_1.0_ABS_draft.inst.cfg b/resources/quality/artillery/ABS/artillery_1.0_ABS_draft.inst.cfg index 8458f9ebc8..fcf603642b 100644 --- a/resources/quality/artillery/ABS/artillery_1.0_ABS_draft.inst.cfg +++ b/resources/quality/artillery/ABS/artillery_1.0_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/artillery/PETG/artillery_0.2_PETG_super.inst.cfg b/resources/quality/artillery/PETG/artillery_0.2_PETG_super.inst.cfg index ea6176cf16..87253cd169 100644 --- a/resources/quality/artillery/PETG/artillery_0.2_PETG_super.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.2_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 + diff --git a/resources/quality/artillery/PETG/artillery_0.2_PETG_ultra.inst.cfg b/resources/quality/artillery/PETG/artillery_0.2_PETG_ultra.inst.cfg index 9283500697..9c92d015d6 100644 --- a/resources/quality/artillery/PETG/artillery_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.2_PETG_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = artillery_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 + diff --git a/resources/quality/artillery/PETG/artillery_0.3_PETG_adaptive.inst.cfg b/resources/quality/artillery/PETG/artillery_0.3_PETG_adaptive.inst.cfg index 9d26ff64de..8aa1aee3ae 100644 --- a/resources/quality/artillery/PETG/artillery_0.3_PETG_adaptive.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.3_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/PETG/artillery_0.3_PETG_low.inst.cfg b/resources/quality/artillery/PETG/artillery_0.3_PETG_low.inst.cfg index c6cd6113bf..b5c4c89b30 100644 --- a/resources/quality/artillery/PETG/artillery_0.3_PETG_low.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.3_PETG_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/PETG/artillery_0.3_PETG_standard.inst.cfg b/resources/quality/artillery/PETG/artillery_0.3_PETG_standard.inst.cfg index b5435f5fc9..d1c69ac87b 100644 --- a/resources/quality/artillery/PETG/artillery_0.3_PETG_standard.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.3_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.3_PETG_super.inst.cfg b/resources/quality/artillery/PETG/artillery_0.3_PETG_super.inst.cfg index 3ecfea70c4..b47934e463 100644 --- a/resources/quality/artillery/PETG/artillery_0.3_PETG_super.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.3_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.4_PETG_adaptive.inst.cfg b/resources/quality/artillery/PETG/artillery_0.4_PETG_adaptive.inst.cfg index 81e0ecab5e..8ee6f52779 100644 --- a/resources/quality/artillery/PETG/artillery_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.4_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.4_PETG_low.inst.cfg b/resources/quality/artillery/PETG/artillery_0.4_PETG_low.inst.cfg index 85757b3316..944467ddf6 100644 --- a/resources/quality/artillery/PETG/artillery_0.4_PETG_low.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.4_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.4_PETG_standard.inst.cfg b/resources/quality/artillery/PETG/artillery_0.4_PETG_standard.inst.cfg index 5c06f98af7..dd50d76a8b 100644 --- a/resources/quality/artillery/PETG/artillery_0.4_PETG_standard.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.4_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.4_PETG_super.inst.cfg b/resources/quality/artillery/PETG/artillery_0.4_PETG_super.inst.cfg index 4ee1a34a76..b57835ae3d 100644 --- a/resources/quality/artillery/PETG/artillery_0.4_PETG_super.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.4_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.5_PETG_adaptive.inst.cfg b/resources/quality/artillery/PETG/artillery_0.5_PETG_adaptive.inst.cfg index d57899dee6..0dff19021e 100644 --- a/resources/quality/artillery/PETG/artillery_0.5_PETG_adaptive.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.5_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.5_PETG_low.inst.cfg b/resources/quality/artillery/PETG/artillery_0.5_PETG_low.inst.cfg index 28da7ee1c6..8507158c47 100644 --- a/resources/quality/artillery/PETG/artillery_0.5_PETG_low.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.5_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.5_PETG_standard.inst.cfg b/resources/quality/artillery/PETG/artillery_0.5_PETG_standard.inst.cfg index 35f3ef677f..0b43321241 100644 --- a/resources/quality/artillery/PETG/artillery_0.5_PETG_standard.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.5_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.5_PETG_super.inst.cfg b/resources/quality/artillery/PETG/artillery_0.5_PETG_super.inst.cfg index 9629b377fc..9de8c8940c 100644 --- a/resources/quality/artillery/PETG/artillery_0.5_PETG_super.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.5_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.6_PETG_standard.inst.cfg b/resources/quality/artillery/PETG/artillery_0.6_PETG_standard.inst.cfg index 7c407becc3..8a843c3aa1 100644 --- a/resources/quality/artillery/PETG/artillery_0.6_PETG_standard.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.6_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.6mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_0.8_PETG_draft.inst.cfg b/resources/quality/artillery/PETG/artillery_0.8_PETG_draft.inst.cfg index 78a2ac9457..b4123081b6 100644 --- a/resources/quality/artillery/PETG/artillery_0.8_PETG_draft.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_0.8_PETG_draft.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PETG/artillery_1.0_PETG_draft.inst.cfg b/resources/quality/artillery/PETG/artillery_1.0_PETG_draft.inst.cfg index c84206bf0f..b985684a2d 100644 --- a/resources/quality/artillery/PETG/artillery_1.0_PETG_draft.inst.cfg +++ b/resources/quality/artillery/PETG/artillery_1.0_PETG_draft.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 1.0mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/artillery/PLA/artillery_0.2_PLA_super.inst.cfg b/resources/quality/artillery/PLA/artillery_0.2_PLA_super.inst.cfg index 4f95eb4b16..2f7139c479 100644 --- a/resources/quality/artillery/PLA/artillery_0.2_PLA_super.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.2_PLA_ultra.inst.cfg b/resources/quality/artillery/PLA/artillery_0.2_PLA_ultra.inst.cfg index f882647e9e..f0fe2b0c48 100644 --- a/resources/quality/artillery/PLA/artillery_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.2_PLA_ultra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = artillery_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.3_PLA_adaptive.inst.cfg b/resources/quality/artillery/PLA/artillery_0.3_PLA_adaptive.inst.cfg index 26d685cb4f..e6a383b4dc 100644 --- a/resources/quality/artillery/PLA/artillery_0.3_PLA_adaptive.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.3_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.3_PLA_low.inst.cfg b/resources/quality/artillery/PLA/artillery_0.3_PLA_low.inst.cfg index 62e7056187..a6229bff35 100644 --- a/resources/quality/artillery/PLA/artillery_0.3_PLA_low.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.3_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.3_PLA_standard.inst.cfg b/resources/quality/artillery/PLA/artillery_0.3_PLA_standard.inst.cfg index a71f011577..cab271d555 100644 --- a/resources/quality/artillery/PLA/artillery_0.3_PLA_standard.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.3_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.3_PLA_super.inst.cfg b/resources/quality/artillery/PLA/artillery_0.3_PLA_super.inst.cfg index a310cea80e..e30843f130 100644 --- a/resources/quality/artillery/PLA/artillery_0.3_PLA_super.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.3_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.4_PLA_adaptive.inst.cfg b/resources/quality/artillery/PLA/artillery_0.4_PLA_adaptive.inst.cfg index 8d715ad216..ee7a0704df 100644 --- a/resources/quality/artillery/PLA/artillery_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.4_PLA_low.inst.cfg b/resources/quality/artillery/PLA/artillery_0.4_PLA_low.inst.cfg index e9a29012bd..72ecce1e7c 100644 --- a/resources/quality/artillery/PLA/artillery_0.4_PLA_low.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.4_PLA_standard.inst.cfg b/resources/quality/artillery/PLA/artillery_0.4_PLA_standard.inst.cfg index 2793ce688b..95985db08d 100644 --- a/resources/quality/artillery/PLA/artillery_0.4_PLA_standard.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.4_PLA_super.inst.cfg b/resources/quality/artillery/PLA/artillery_0.4_PLA_super.inst.cfg index 2a3626ebdb..6fdd354f7c 100644 --- a/resources/quality/artillery/PLA/artillery_0.4_PLA_super.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.5_PLA_adaptive.inst.cfg b/resources/quality/artillery/PLA/artillery_0.5_PLA_adaptive.inst.cfg index 79db39723b..5e1482c5ac 100644 --- a/resources/quality/artillery/PLA/artillery_0.5_PLA_adaptive.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.5_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.5_PLA_low.inst.cfg b/resources/quality/artillery/PLA/artillery_0.5_PLA_low.inst.cfg index b5badd6ad3..303576764c 100644 --- a/resources/quality/artillery/PLA/artillery_0.5_PLA_low.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.5_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.5_PLA_standard.inst.cfg b/resources/quality/artillery/PLA/artillery_0.5_PLA_standard.inst.cfg index 9db33ac6ec..1f11863578 100644 --- a/resources/quality/artillery/PLA/artillery_0.5_PLA_standard.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.5_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.5_PLA_super.inst.cfg b/resources/quality/artillery/PLA/artillery_0.5_PLA_super.inst.cfg index 483a4b476a..7829be9e8d 100644 --- a/resources/quality/artillery/PLA/artillery_0.5_PLA_super.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.5_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.6_PLA_draft.inst.cfg b/resources/quality/artillery/PLA/artillery_0.6_PLA_draft.inst.cfg index 569aa8bf6c..90ebe6d77a 100644 --- a/resources/quality/artillery/PLA/artillery_0.6_PLA_draft.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.6_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.6_PLA_low.inst.cfg b/resources/quality/artillery/PLA/artillery_0.6_PLA_low.inst.cfg index 0afc0f1e3f..e7e840e192 100644 --- a/resources/quality/artillery/PLA/artillery_0.6_PLA_low.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.6_PLA_standard.inst.cfg b/resources/quality/artillery/PLA/artillery_0.6_PLA_standard.inst.cfg index 5fba73d305..36c4e2216a 100644 --- a/resources/quality/artillery/PLA/artillery_0.6_PLA_standard.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.6_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_0.8_PLA_draft.inst.cfg b/resources/quality/artillery/PLA/artillery_0.8_PLA_draft.inst.cfg index 63f4b04f71..5b7613d5ba 100644 --- a/resources/quality/artillery/PLA/artillery_0.8_PLA_draft.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_0.8_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/artillery/PLA/artillery_1.0_PLA_draft.inst.cfg b/resources/quality/artillery/PLA/artillery_1.0_PLA_draft.inst.cfg index 7bc3f64a45..d7b7b8433b 100644 --- a/resources/quality/artillery/PLA/artillery_1.0_PLA_draft.inst.cfg +++ b/resources/quality/artillery/PLA/artillery_1.0_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.3_TPU_adaptive.inst.cfg b/resources/quality/artillery/TPU/artillery_0.3_TPU_adaptive.inst.cfg index e26b9381b6..dd4dbcd3e5 100644 --- a/resources/quality/artillery/TPU/artillery_0.3_TPU_adaptive.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.3_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.3_TPU_standard.inst.cfg b/resources/quality/artillery/TPU/artillery_0.3_TPU_standard.inst.cfg index 19e18ea27c..7cadfda4b2 100644 --- a/resources/quality/artillery/TPU/artillery_0.3_TPU_standard.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.3_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.3_TPU_super.inst.cfg b/resources/quality/artillery/TPU/artillery_0.3_TPU_super.inst.cfg index ce229418a6..2e4a3ca7cc 100644 --- a/resources/quality/artillery/TPU/artillery_0.3_TPU_super.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.3_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.4_TPU_adaptive.inst.cfg b/resources/quality/artillery/TPU/artillery_0.4_TPU_adaptive.inst.cfg index b4e211ce64..866e192368 100644 --- a/resources/quality/artillery/TPU/artillery_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.4_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.4_TPU_standard.inst.cfg b/resources/quality/artillery/TPU/artillery_0.4_TPU_standard.inst.cfg index c466d0e03b..ed1b956f5a 100644 --- a/resources/quality/artillery/TPU/artillery_0.4_TPU_standard.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.4_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.4_TPU_super.inst.cfg b/resources/quality/artillery/TPU/artillery_0.4_TPU_super.inst.cfg index 1dcacb3155..e13a5e415d 100644 --- a/resources/quality/artillery/TPU/artillery_0.4_TPU_super.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.4_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.5_TPU_adaptive.inst.cfg b/resources/quality/artillery/TPU/artillery_0.5_TPU_adaptive.inst.cfg index a6e383b655..8b95ad1d8d 100644 --- a/resources/quality/artillery/TPU/artillery_0.5_TPU_adaptive.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.5_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.5_TPU_standard.inst.cfg b/resources/quality/artillery/TPU/artillery_0.5_TPU_standard.inst.cfg index 6eade56ffa..e8f104a1ea 100644 --- a/resources/quality/artillery/TPU/artillery_0.5_TPU_standard.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.5_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.5_TPU_super.inst.cfg b/resources/quality/artillery/TPU/artillery_0.5_TPU_super.inst.cfg index d20cdf1f8d..581d9d7f56 100644 --- a/resources/quality/artillery/TPU/artillery_0.5_TPU_super.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.5_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.6_TPU_standard.inst.cfg b/resources/quality/artillery/TPU/artillery_0.6_TPU_standard.inst.cfg index 50a4ea4083..69300dc8de 100644 --- a/resources/quality/artillery/TPU/artillery_0.6_TPU_standard.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.6_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_0.8_TPU_draft.inst.cfg b/resources/quality/artillery/TPU/artillery_0.8_TPU_draft.inst.cfg index 5b3086475b..8315b6bbce 100644 --- a/resources/quality/artillery/TPU/artillery_0.8_TPU_draft.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_0.8_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/artillery/TPU/artillery_1.0_TPU_draft.inst.cfg b/resources/quality/artillery/TPU/artillery_1.0_TPU_draft.inst.cfg index 849f845dd2..adcc8b7e81 100644 --- a/resources/quality/artillery/TPU/artillery_1.0_TPU_draft.inst.cfg +++ b/resources/quality/artillery/TPU/artillery_1.0_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/artillery/artillery_global_adaptive.inst.cfg b/resources/quality/artillery/artillery_global_adaptive.inst.cfg index accde6de2d..47fcd2476f 100644 --- a/resources/quality/artillery/artillery_global_adaptive.inst.cfg +++ b/resources/quality/artillery/artillery_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/artillery/artillery_global_draft.inst.cfg b/resources/quality/artillery/artillery_global_draft.inst.cfg index d339675de1..2536e00e6d 100644 --- a/resources/quality/artillery/artillery_global_draft.inst.cfg +++ b/resources/quality/artillery/artillery_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/artillery/artillery_global_low.inst.cfg b/resources/quality/artillery/artillery_global_low.inst.cfg index 1b694a7a12..001f1fd7b8 100644 --- a/resources/quality/artillery/artillery_global_low.inst.cfg +++ b/resources/quality/artillery/artillery_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/artillery/artillery_global_standard.inst.cfg b/resources/quality/artillery/artillery_global_standard.inst.cfg index 753004c302..027e5323d7 100644 --- a/resources/quality/artillery/artillery_global_standard.inst.cfg +++ b/resources/quality/artillery/artillery_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*5 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*5 + diff --git a/resources/quality/artillery/artillery_global_super.inst.cfg b/resources/quality/artillery/artillery_global_super.inst.cfg index 51973f48d9..fce729eb6b 100644 --- a/resources/quality/artillery/artillery_global_super.inst.cfg +++ b/resources/quality/artillery/artillery_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/artillery/artillery_global_ultra.inst.cfg b/resources/quality/artillery/artillery_global_ultra.inst.cfg index 561e10b2df..34c834740b 100644 --- a/resources/quality/artillery/artillery_global_ultra.inst.cfg +++ b/resources/quality/artillery/artillery_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = artillery_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/artillery/nylon/artillery_0.2_Nylon_super.inst.cfg b/resources/quality/artillery/nylon/artillery_0.2_Nylon_super.inst.cfg index b42785269d..a000327db5 100644 --- a/resources/quality/artillery/nylon/artillery_0.2_Nylon_super.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.2_Nylon_super.inst.cfg @@ -1,14 +1,15 @@ -[general] -version = 4 -name = Super Quality -definition = artillery_base - -[metadata] -setting_version = 20 -type = quality -quality_type = super -material = generic_nylon -variant = 0.2mm Nozzle - -[values] -wall_thickness = =line_width*8 +[general] +definition = artillery_base +name = Super Quality +version = 4 + +[metadata] +material = generic_nylon +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] +wall_thickness = =line_width*8 + diff --git a/resources/quality/artillery/nylon/artillery_0.2_Nylon_ultra.inst.cfg b/resources/quality/artillery/nylon/artillery_0.2_Nylon_ultra.inst.cfg index 7c81c04978..3986c9dc03 100644 --- a/resources/quality/artillery/nylon/artillery_0.2_Nylon_ultra.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.2_Nylon_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = artillery_base +name = Ultra Quality +version = 4 [metadata] +material = generic_nylon +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_nylon variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/artillery/nylon/artillery_0.3_Nylon_adaptive.inst.cfg b/resources/quality/artillery/nylon/artillery_0.3_Nylon_adaptive.inst.cfg index 9015d6a029..c40ae79b24 100644 --- a/resources/quality/artillery/nylon/artillery_0.3_Nylon_adaptive.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.3_Nylon_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_nylon +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_nylon variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.3_Nylon_low.inst.cfg b/resources/quality/artillery/nylon/artillery_0.3_Nylon_low.inst.cfg index d0330f37ca..a9768585dc 100644 --- a/resources/quality/artillery/nylon/artillery_0.3_Nylon_low.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.3_Nylon_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_nylon +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_nylon variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.3_Nylon_standard.inst.cfg b/resources/quality/artillery/nylon/artillery_0.3_Nylon_standard.inst.cfg index 34467e4402..2642194f7b 100644 --- a/resources/quality/artillery/nylon/artillery_0.3_Nylon_standard.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.3_Nylon_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_nylon +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_nylon variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.3_Nylon_super.inst.cfg b/resources/quality/artillery/nylon/artillery_0.3_Nylon_super.inst.cfg index f616c4445d..1270c4b4f0 100644 --- a/resources/quality/artillery/nylon/artillery_0.3_Nylon_super.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.3_Nylon_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_nylon +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_nylon variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.4_Nylon_adaptive.inst.cfg b/resources/quality/artillery/nylon/artillery_0.4_Nylon_adaptive.inst.cfg index 7aba6d1056..73a55eb0a2 100644 --- a/resources/quality/artillery/nylon/artillery_0.4_Nylon_adaptive.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.4_Nylon_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_nylon +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_nylon variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.4_Nylon_low.inst.cfg b/resources/quality/artillery/nylon/artillery_0.4_Nylon_low.inst.cfg index 8108a72100..6b42f03717 100644 --- a/resources/quality/artillery/nylon/artillery_0.4_Nylon_low.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.4_Nylon_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_nylon +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_nylon variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.4_Nylon_standard.inst.cfg b/resources/quality/artillery/nylon/artillery_0.4_Nylon_standard.inst.cfg index 3e42cdd8c6..9a7b0fcc54 100644 --- a/resources/quality/artillery/nylon/artillery_0.4_Nylon_standard.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.4_Nylon_standard.inst.cfg @@ -1,14 +1,15 @@ -[general] -version = 4 -name = Standard Quality -definition = artillery_base - -[metadata] -setting_version = 20 -type = quality -quality_type = standard -material = generic_nylon -variant = 0.4mm Nozzle - -[values] -wall_thickness = =line_width*4 +[general] +definition = artillery_base +name = Standard Quality +version = 4 + +[metadata] +material = generic_nylon +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.4_Nylon_super.inst.cfg b/resources/quality/artillery/nylon/artillery_0.4_Nylon_super.inst.cfg index 8ba9bc408d..68ddd2f0d3 100644 --- a/resources/quality/artillery/nylon/artillery_0.4_Nylon_super.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.4_Nylon_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_nylon +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_nylon variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.5_Nylon_adaptive.inst.cfg b/resources/quality/artillery/nylon/artillery_0.5_Nylon_adaptive.inst.cfg index 63d34a3220..278e5673cd 100644 --- a/resources/quality/artillery/nylon/artillery_0.5_Nylon_adaptive.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.5_Nylon_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = artillery_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_nylon +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_nylon variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.5_Nylon_low.inst.cfg b/resources/quality/artillery/nylon/artillery_0.5_Nylon_low.inst.cfg index fbff8330d9..2ca49ee308 100644 --- a/resources/quality/artillery/nylon/artillery_0.5_Nylon_low.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.5_Nylon_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = artillery_base +name = Low Quality +version = 4 [metadata] +material = generic_nylon +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_nylon variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.5_Nylon_standard.inst.cfg b/resources/quality/artillery/nylon/artillery_0.5_Nylon_standard.inst.cfg index da3cf828bc..7892675a28 100644 --- a/resources/quality/artillery/nylon/artillery_0.5_Nylon_standard.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.5_Nylon_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_nylon +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_nylon variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.5_Nylon_super.inst.cfg b/resources/quality/artillery/nylon/artillery_0.5_Nylon_super.inst.cfg index 6a1f6e285c..4500e34417 100644 --- a/resources/quality/artillery/nylon/artillery_0.5_Nylon_super.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.5_Nylon_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = artillery_base +name = Super Quality +version = 4 [metadata] +material = generic_nylon +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_nylon variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/artillery/nylon/artillery_0.6_Nylon_standard.inst.cfg b/resources/quality/artillery/nylon/artillery_0.6_Nylon_standard.inst.cfg index 16c25272f4..240048d3f3 100644 --- a/resources/quality/artillery/nylon/artillery_0.6_Nylon_standard.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.6_Nylon_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = artillery_base +name = Standard Quality +version = 4 [metadata] +material = generic_nylon +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_nylon variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/artillery/nylon/artillery_0.8_Nylon_draft.inst.cfg b/resources/quality/artillery/nylon/artillery_0.8_Nylon_draft.inst.cfg index 23c4a9dd59..5ee2435e7d 100644 --- a/resources/quality/artillery/nylon/artillery_0.8_Nylon_draft.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_0.8_Nylon_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_nylon variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/artillery/nylon/artillery_1.0_Nylon_draft.inst.cfg b/resources/quality/artillery/nylon/artillery_1.0_Nylon_draft.inst.cfg index 84eb99c35b..d0287c0b9a 100644 --- a/resources/quality/artillery/nylon/artillery_1.0_Nylon_draft.inst.cfg +++ b/resources/quality/artillery/nylon/artillery_1.0_Nylon_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = artillery_base +name = Draft Quality +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_nylon variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_global_extrafast_quality.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_global_extrafast_quality.inst.cfg index 44224b2bb6..9c0ed88900 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_global_extrafast_quality.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_global_extrafast_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -global_quality = True [values] layer_height = 0.3 diff --git a/resources/quality/atmat_signal_pro/signal_pro_global_extrafine_quality.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_global_extrafine_quality.inst.cfg index 3044e414a0..59836061ed 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_global_extrafine_quality.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_global_extrafine_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fine definition = atmat_signal_pro_base +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -global_quality = True [values] layer_height = 0.06 diff --git a/resources/quality/atmat_signal_pro/signal_pro_global_fast_quality.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_global_fast_quality.inst.cfg index 2ab4597ce2..0ebcfa51f1 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_global_fast_quality.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_global_fast_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast -global_quality = True [values] layer_height = 0.2 diff --git a/resources/quality/atmat_signal_pro/signal_pro_global_fine_quality.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_global_fine_quality.inst.cfg index 59a32d1bd3..91cceba0ff 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_global_fine_quality.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_global_fine_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine -global_quality = True [values] layer_height = 0.1 diff --git a/resources/quality/atmat_signal_pro/signal_pro_global_normal_quality.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_global_normal_quality.inst.cfg index f93a063828..c0de78f651 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_global_normal_quality.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_global_normal_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal -global_quality = True [values] layer_height = 0.15 diff --git a/resources/quality/atmat_signal_pro/signal_pro_global_sprint_quality.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_global_sprint_quality.inst.cfg index 2f5f624d96..f392ded58c 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_global_sprint_quality.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_global_sprint_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +global_quality = True +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -global_quality = True [values] layer_height = 0.4 diff --git a/resources/quality/atmat_signal_pro/signal_pro_global_supersprint_quality.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_global_supersprint_quality.inst.cfg index e9fb443fec..63e97737ba 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_global_supersprint_quality.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_global_supersprint_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +global_quality = True +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -global_quality = True [values] layer_height = 0.5 diff --git a/resources/quality/atmat_signal_pro/signal_pro_global_ultrasprint_quality.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_global_ultrasprint_quality.inst.cfg index d67ec9abf5..e5b5c12ed2 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_global_ultrasprint_quality.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_global_ultrasprint_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = atmat_signal_pro_base +name = Ultra Sprint +version = 4 [metadata] +global_quality = True +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -global_quality = True [values] layer_height = 0.6 diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_extrafast.inst.cfg index 0c4760e559..11c7d92dd0 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 40 -speed_print = 50 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_fast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_fast.inst.cfg index c8944878d6..7bc7b37ef1 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_fast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_fast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +material = generic_abs_175 +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 40 -speed_print = 50 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_fine.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_fine.inst.cfg index 68a257e64d..4b7753aaca 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_fine.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_fine.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +material = generic_abs_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 40 -speed_print = 50 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_normal.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_normal.inst.cfg index fa0420560b..deedc5691c 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_normal.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_ABS_normal.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +material = generic_abs_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 40 -speed_print = 50 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_extrafast.inst.cfg index 79052dbb28..2b5ad83bfb 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_hips_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_hips_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 25 material_print_temperature = =default_material_print_temperature + 50 -build_volume_temperature = 40 -speed_print = 40 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 40 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_fast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_fast.inst.cfg index 01ec8c4c88..6f278fe535 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_fast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_fast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +material = generic_hips_175 +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_hips_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 25 material_print_temperature = =default_material_print_temperature + 50 -build_volume_temperature = 40 -speed_print = 40 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 40 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_fine.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_fine.inst.cfg index f379582627..6138cfc239 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_fine.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_fine.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +material = generic_hips_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_hips_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 25 material_print_temperature = =default_material_print_temperature + 50 -build_volume_temperature = 40 -speed_print = 40 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 40 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_normal.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_normal.inst.cfg index b0e35d59f7..b4ef060bf0 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_normal.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_HIPS_normal.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +material = generic_hips_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_hips_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 25 material_print_temperature = =default_material_print_temperature + 50 -build_volume_temperature = 40 -speed_print = 40 retraction_amount = 1 -cool_fan_enabled = False +speed_print = 40 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_extrafast.inst.cfg index a4d67992fd..3d305dbf13 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 10 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 40 -speed_print = 30 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_fast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_fast.inst.cfg index 94628518c8..62189c2f85 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_fast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_fast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +material = generic_nylon_175 +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 10 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 40 -speed_print = 30 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_fine.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_fine.inst.cfg index 025e3eff12..a5fa668eb4 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_fine.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_fine.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +material = generic_nylon_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_nylon_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 10 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 40 -speed_print = 30 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_normal.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_normal.inst.cfg index 7a66890003..7153ee22ab 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_normal.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PA_normal.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +material = generic_nylon_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_nylon_175 variant = V6 0.40mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 10 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 40 -speed_print = 30 retraction_amount = 1 -cool_fan_enabled = False +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_extrafast.inst.cfg index 88b29987b7..7714661b60 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc_175 variant = V6 0.40mm [values] +build_volume_temperature = 45 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 13 -build_volume_temperature = 45 -speed_print = 25 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 25 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_fast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_fast.inst.cfg index 91d1a06fef..d7f915c09c 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_fast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_fast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +material = generic_pc_175 +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc_175 variant = V6 0.40mm [values] +build_volume_temperature = 45 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 13 -build_volume_temperature = 45 -speed_print = 25 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 25 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_fine.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_fine.inst.cfg index 1bd97ba58f..023d5880c5 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_fine.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_fine.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +material = generic_pc_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pc_175 variant = V6 0.40mm [values] +build_volume_temperature = 45 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 13 -build_volume_temperature = 45 -speed_print = 25 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 25 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_normal.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_normal.inst.cfg index 8b2ef9d8bb..2a57b9767e 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_normal.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PC_normal.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +material = generic_pc_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pc_175 variant = V6 0.40mm [values] +build_volume_temperature = 45 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 13 -build_volume_temperature = 45 -speed_print = 25 retraction_amount = 1 -cool_fan_enabled = False +speed_print = 25 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_extrafast.inst.cfg index 2b50eaea1a..8ccd5f2f9e 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_extrafast.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg_175 variant = V6 0.40mm [values] -material_bed_temperature = =default_material_bed_temperature - 5 -material_print_temperature = =default_material_print_temperature + 30 -speed_print = 60 -retraction_amount = 1 cool_fan_speed = 30 cool_fan_speed_max = 50 +material_bed_temperature = =default_material_bed_temperature - 5 +material_print_temperature = =default_material_print_temperature + 30 +retraction_amount = 1 +speed_print = 60 support_fan_enable = True support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_fast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_fast.inst.cfg index cabc3b7465..6d01d1512b 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_fast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_fast.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +material = generic_petg_175 +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg_175 variant = V6 0.40mm [values] -material_bed_temperature = =default_material_bed_temperature - 5 -material_print_temperature = =default_material_print_temperature + 30 -speed_print = 60 -retraction_amount = 1 cool_fan_speed = 30 cool_fan_speed_max = 50 +material_bed_temperature = =default_material_bed_temperature - 5 +material_print_temperature = =default_material_print_temperature + 30 +retraction_amount = 1 +speed_print = 60 support_fan_enable = True support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_fine.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_fine.inst.cfg index e082d86d6e..7f473e9ffe 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_fine.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_fine.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +material = generic_petg_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg_175 variant = V6 0.40mm [values] -material_bed_temperature = =default_material_bed_temperature - 5 -material_print_temperature = =default_material_print_temperature + 30 -speed_print = 60 -retraction_amount = 1 cool_fan_speed = 30 cool_fan_speed_max = 50 +material_bed_temperature = =default_material_bed_temperature - 5 +material_print_temperature = =default_material_print_temperature + 30 +retraction_amount = 1 +speed_print = 60 support_fan_enable = True support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_normal.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_normal.inst.cfg index 83648b751b..0df38c458b 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_normal.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PETG_normal.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +material = generic_petg_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg_175 variant = V6 0.40mm [values] -material_bed_temperature = =default_material_bed_temperature - 5 -material_print_temperature = =default_material_print_temperature + 30 -speed_print = 60 -retraction_amount = 1 cool_fan_speed = 30 cool_fan_speed_max = 50 +material_bed_temperature = =default_material_bed_temperature - 5 +material_print_temperature = =default_material_print_temperature + 30 +retraction_amount = 1 +speed_print = 60 support_fan_enable = True support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_extrafast.inst.cfg index fc4859fdd9..531b10bb47 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_extrafast.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla_175 variant = V6 0.40mm [values] -material_print_temperature = =default_material_print_temperature + 20 -speed_print = 70 -retraction_amount = 0.75 cool_fan_speed = 75 cool_fan_speed_max = 100 +material_print_temperature = =default_material_print_temperature + 20 +retraction_amount = 0.75 +speed_print = 70 support_fan_enable = True -support_supported_skin_fan_speed = 100 \ No newline at end of file +support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_fast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_fast.inst.cfg index 663077a320..85f22227e5 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_fast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_fast.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +material = generic_pla_175 +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla_175 variant = V6 0.40mm [values] -material_print_temperature = =default_material_print_temperature + 15 -speed_print = 70 -retraction_amount = 0.75 cool_fan_speed = 75 cool_fan_speed_max = 100 +material_print_temperature = =default_material_print_temperature + 15 +retraction_amount = 0.75 +speed_print = 70 support_fan_enable = True -support_supported_skin_fan_speed = 100 \ No newline at end of file +support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_fine.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_fine.inst.cfg index fe603bf350..3b82f2bd44 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_fine.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_fine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +material = generic_pla_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla_175 variant = V6 0.40mm [values] -material_print_temperature = =default_material_print_temperature + 5 -speed_print = 70 -retraction_amount = 0.75 cool_fan_speed = 75 cool_fan_speed_max = 100 +material_print_temperature = =default_material_print_temperature + 5 +retraction_amount = 0.75 +speed_print = 70 support_fan_enable = True -support_supported_skin_fan_speed = 100 \ No newline at end of file +support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_normal.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_normal.inst.cfg index a8fe76ff25..539c2abc9c 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_normal.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PLA_normal.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +material = generic_pla_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla_175 variant = V6 0.40mm [values] -material_print_temperature = =default_material_print_temperature + 10 -speed_print = 70 -retraction_amount = 0.75 cool_fan_speed = 75 cool_fan_speed_max = 100 +material_print_temperature = =default_material_print_temperature + 10 +retraction_amount = 0.75 +speed_print = 70 support_fan_enable = True -support_supported_skin_fan_speed = 100 \ No newline at end of file +support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_extrafast.inst.cfg index fb75df154a..667ff1ff8e 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_extrafast.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_pva_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pva_175 variant = V6 0.40mm [values] -material_print_temperature = =default_material_print_temperature -speed_print = 30 -retraction_amount = 1 -cool_fan_enabled = False brim_replaces_support = False +cool_fan_enabled = False +material_print_temperature = =default_material_print_temperature +retraction_amount = 1 +speed_print = 30 +support_bottom_distance = =support_z_distance support_brim_enable = True support_pattern = triangles -support_xy_distance_overhang = 0 -support_bottom_distance = =support_z_distance support_use_towers = False -support_z_distance = 0 \ No newline at end of file +support_xy_distance_overhang = 0 +support_z_distance = 0 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_fast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_fast.inst.cfg index 2c39163f24..252f475131 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_fast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_fast.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +material = generic_pva_175 +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pva_175 variant = V6 0.40mm [values] -material_print_temperature = =default_material_print_temperature -speed_print = 30 -retraction_amount = 1 -cool_fan_enabled = False brim_replaces_support = False +cool_fan_enabled = False +material_print_temperature = =default_material_print_temperature +retraction_amount = 1 +speed_print = 30 +support_bottom_distance = =support_z_distance support_brim_enable = True support_pattern = triangles -support_xy_distance_overhang = 0 -support_bottom_distance = =support_z_distance support_use_towers = False -support_z_distance = 0 \ No newline at end of file +support_xy_distance_overhang = 0 +support_z_distance = 0 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_fine.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_fine.inst.cfg index c516cd2fb6..9ffa1f2e8d 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_fine.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_fine.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +material = generic_pva_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pva_175 variant = V6 0.40mm [values] -material_print_temperature = =default_material_print_temperature -speed_print = 30 -retraction_amount = 1 -cool_fan_enabled = False brim_replaces_support = False +cool_fan_enabled = False +material_print_temperature = =default_material_print_temperature +retraction_amount = 1 +speed_print = 30 +support_bottom_distance = =support_z_distance support_brim_enable = True support_pattern = triangles -support_xy_distance_overhang = 0 -support_bottom_distance = =support_z_distance support_use_towers = False -support_z_distance = 0 \ No newline at end of file +support_xy_distance_overhang = 0 +support_z_distance = 0 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_normal.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_normal.inst.cfg index 606e9c8a97..7d255df79d 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_normal.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_PVA_normal.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +material = generic_pva_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pva_175 variant = V6 0.40mm [values] -material_print_temperature = =default_material_print_temperature -speed_print = 30 -retraction_amount = 1 -cool_fan_enabled = False brim_replaces_support = False +cool_fan_enabled = False +material_print_temperature = =default_material_print_temperature +retraction_amount = 1 +speed_print = 30 +support_bottom_distance = =support_z_distance support_brim_enable = True support_pattern = triangles -support_xy_distance_overhang = 0 -support_bottom_distance = =support_z_distance support_use_towers = False -support_z_distance = 0 \ No newline at end of file +support_xy_distance_overhang = 0 +support_z_distance = 0 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_extrafast.inst.cfg index ab2447cea4..396b5d3a86 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_tpu_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_tpu_175 variant = V6 0.40mm [values] +build_volume_temperature = 30 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 60 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 30 -speed_print = 30 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_fast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_fast.inst.cfg index 1e458711a1..a6e2c9dc0e 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_fast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_fast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fast definition = atmat_signal_pro_base +name = Fast +version = 4 [metadata] +material = generic_tpu_175 +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_tpu_175 variant = V6 0.40mm [values] +build_volume_temperature = 30 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 60 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 30 -speed_print = 30 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_fine.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_fine.inst.cfg index 1241210061..946049b368 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_fine.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_fine.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fine definition = atmat_signal_pro_base +name = Fine +version = 4 [metadata] +material = generic_tpu_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_tpu_175 variant = V6 0.40mm [values] +build_volume_temperature = 30 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 60 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 30 -speed_print = 30 retraction_amount = 1 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_normal.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_normal.inst.cfg index ea7d673557..b3b4dbb165 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_normal.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.40_TPU_normal.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Normal definition = atmat_signal_pro_base +name = Normal +version = 4 [metadata] +material = generic_tpu_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu_175 variant = V6 0.40mm [values] +build_volume_temperature = 30 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 60 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 30 -speed_print = 30 retraction_amount = 1 -cool_fan_enabled = False +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_extrafast.inst.cfg index 997def5b71..f7dce9aae7 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 40 -speed_print = 50 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_sprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_sprint.inst.cfg index 9c87913270..24fe41589c 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_sprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_sprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +material = generic_abs_175 +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_abs_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 40 -speed_print = 50 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_supersprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_supersprint.inst.cfg index 73f6b96141..223990e16d 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_supersprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_ABS_supersprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +material = generic_abs_175 +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_abs_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 40 -speed_print = 50 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_extrafast.inst.cfg index 7c41f52e26..7c9f29aeb2 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_hips_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_hips_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 35 material_print_temperature = =default_material_print_temperature + 50 -build_volume_temperature = 40 -speed_print = 40 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 40 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_sprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_sprint.inst.cfg index 376b4cace3..33980ca46c 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_sprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_sprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +material = generic_hips_175 +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_hips_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 35 material_print_temperature = =default_material_print_temperature + 50 -build_volume_temperature = 40 -speed_print = 40 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 40 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_supersprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_supersprint.inst.cfg index ab2de5ac5b..bb66f149c1 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_supersprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_HIPS_supersprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +material = generic_hips_175 +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_hips_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 35 material_print_temperature = =default_material_print_temperature + 50 -build_volume_temperature = 40 -speed_print = 40 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 40 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_extrafast.inst.cfg index fd5e55f93c..775cef3720 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 40 -speed_print = 30 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_sprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_sprint.inst.cfg index 115ad1d75f..38505bfe54 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_sprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_sprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +material = generic_nylon_175 +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_nylon_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 40 -speed_print = 30 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_supersprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_supersprint.inst.cfg index 81f204cb4c..8010123617 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_supersprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PA_supersprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +material = generic_nylon_175 +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_nylon_175 variant = V6 0.80mm [values] +build_volume_temperature = 40 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 20 -build_volume_temperature = 40 -speed_print = 30 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_extrafast.inst.cfg index 0c9351a2b5..5a69c7b216 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc_175 variant = V6 0.80mm [values] +build_volume_temperature = 45 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 13 -build_volume_temperature = 45 -speed_print = 25 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 25 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_sprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_sprint.inst.cfg index 36e42c60a5..21559b984e 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_sprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_sprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +material = generic_pc_175 +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pc_175 variant = V6 0.80mm [values] +build_volume_temperature = 45 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 13 -build_volume_temperature = 45 -speed_print = 25 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 25 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_supersprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_supersprint.inst.cfg index 62eb141b74..51f985aab7 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_supersprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PC_supersprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +material = generic_pc_175 +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pc_175 variant = V6 0.80mm [values] +build_volume_temperature = 45 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 20 material_print_temperature = =default_material_print_temperature + 13 -build_volume_temperature = 45 -speed_print = 25 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 25 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_extrafast.inst.cfg index e566f98433..f7b9b645a4 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_extrafast.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg_175 variant = V6 0.80mm [values] -material_bed_temperature = =default_material_bed_temperature - 5 -material_print_temperature = =default_material_print_temperature + 40 -speed_print = 40 -retraction_amount = 1.2 cool_fan_speed = 30 cool_fan_speed_max = 50 +material_bed_temperature = =default_material_bed_temperature - 5 +material_print_temperature = =default_material_print_temperature + 40 +retraction_amount = 1.2 +speed_print = 40 support_fan_enable = True support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_sprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_sprint.inst.cfg index a101e61906..4f88ea6ae9 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_sprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_sprint.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +material = generic_petg_175 +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_petg_175 variant = V6 0.80mm [values] -material_bed_temperature = =default_material_bed_temperature - 5 -material_print_temperature = =default_material_print_temperature + 40 -speed_print = 30 -retraction_amount = 1.2 cool_fan_speed = 30 cool_fan_speed_max = 50 +material_bed_temperature = =default_material_bed_temperature - 5 +material_print_temperature = =default_material_print_temperature + 40 +retraction_amount = 1.2 +speed_print = 30 support_fan_enable = True support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_supersprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_supersprint.inst.cfg index 273420de1d..2a00625892 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_supersprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PETG_supersprint.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +material = generic_petg_175 +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_petg_175 variant = V6 0.80mm [values] -material_bed_temperature = =default_material_bed_temperature - 5 -material_print_temperature = =default_material_print_temperature + 40 -speed_print = 24 -retraction_amount = 1.2 cool_fan_speed = 30 cool_fan_speed_max = 50 +material_bed_temperature = =default_material_bed_temperature - 5 +material_print_temperature = =default_material_print_temperature + 40 +retraction_amount = 1.2 +speed_print = 24 support_fan_enable = True support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_extrafast.inst.cfg index abe0defbc4..7751ccc1c3 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_extrafast.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla_175 variant = V6 0.80mm [values] -material_print_temperature = =default_material_print_temperature + 25 -speed_print = 40 -retraction_amount = 1 cool_fan_speed = 75 cool_fan_speed_max = 100 +material_print_temperature = =default_material_print_temperature + 25 +retraction_amount = 1 +speed_print = 40 support_fan_enable = True -support_supported_skin_fan_speed = 100 \ No newline at end of file +support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_sprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_sprint.inst.cfg index 28901100c6..278b4c13b1 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_sprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_sprint.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +material = generic_pla_175 +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pla_175 variant = V6 0.80mm [values] -material_print_temperature = =default_material_print_temperature + 30 -speed_print = 30 -retraction_amount = 1 cool_fan_speed = 75 cool_fan_speed_max = 100 +material_print_temperature = =default_material_print_temperature + 30 +retraction_amount = 1 +speed_print = 30 support_fan_enable = True -support_supported_skin_fan_speed = 100 \ No newline at end of file +support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_supersprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_supersprint.inst.cfg index 116b399abc..ab5c4eebae 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_supersprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PLA_supersprint.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +material = generic_pla_175 +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pla_175 variant = V6 0.80mm [values] -material_print_temperature = =default_material_print_temperature + 30 -speed_print = 24 -retraction_amount = 1 cool_fan_speed = 75 cool_fan_speed_max = 100 +material_print_temperature = =default_material_print_temperature + 30 +retraction_amount = 1 +speed_print = 24 support_fan_enable = True -support_supported_skin_fan_speed = 100 \ No newline at end of file +support_supported_skin_fan_speed = 100 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_extrafast.inst.cfg index 5e26677f4b..0f92a0b554 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_extrafast.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_pva_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pva_175 variant = V6 0.80mm [values] -material_print_temperature = =default_material_print_temperature -speed_print = 30 -retraction_amount = 1.2 -cool_fan_enabled = False brim_replaces_support = False +cool_fan_enabled = False +material_print_temperature = =default_material_print_temperature +retraction_amount = 1.2 +speed_print = 30 +support_bottom_distance = =support_z_distance support_brim_enable = True support_pattern = triangles -support_xy_distance_overhang = 0 -support_bottom_distance = =support_z_distance support_use_towers = False -support_z_distance = 0 \ No newline at end of file +support_xy_distance_overhang = 0 +support_z_distance = 0 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_sprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_sprint.inst.cfg index 19961cc8e9..8dfb226b73 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_sprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_sprint.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +material = generic_pva_175 +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pva_175 variant = V6 0.80mm [values] -material_print_temperature = =default_material_print_temperature -speed_print = 30 -retraction_amount = 1.2 -cool_fan_enabled = False brim_replaces_support = False +cool_fan_enabled = False +material_print_temperature = =default_material_print_temperature +retraction_amount = 1.2 +speed_print = 30 +support_bottom_distance = =support_z_distance support_brim_enable = True support_pattern = triangles -support_xy_distance_overhang = 0 -support_bottom_distance = =support_z_distance support_use_towers = False -support_z_distance = 0 \ No newline at end of file +support_xy_distance_overhang = 0 +support_z_distance = 0 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_supersprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_supersprint.inst.cfg index cb48da4f12..eeaeac4a00 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_supersprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_PVA_supersprint.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +material = generic_pva_175 +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pva_175 variant = V6 0.80mm [values] -material_print_temperature = =default_material_print_temperature -speed_print = 30 -retraction_amount = 1.2 -cool_fan_enabled = False brim_replaces_support = False +cool_fan_enabled = False +material_print_temperature = =default_material_print_temperature +retraction_amount = 1.2 +speed_print = 30 +support_bottom_distance = =support_z_distance support_brim_enable = True support_pattern = triangles -support_xy_distance_overhang = 0 -support_bottom_distance = =support_z_distance support_use_towers = False -support_z_distance = 0 \ No newline at end of file +support_xy_distance_overhang = 0 +support_z_distance = 0 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_extrafast.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_extrafast.inst.cfg index 7db0650783..0e4a7fcb9a 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_extrafast.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_extrafast.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = atmat_signal_pro_base +name = Extra Fast +version = 4 [metadata] +material = generic_tpu_175 +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_tpu_175 variant = V6 0.80mm [values] +build_volume_temperature = 30 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 60 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 30 -speed_print = 30 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_sprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_sprint.inst.cfg index d0c45f0c38..dcd33af5c0 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_sprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_sprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Sprint definition = atmat_signal_pro_base +name = Sprint +version = 4 [metadata] +material = generic_tpu_175 +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_tpu_175 variant = V6 0.80mm [values] +build_volume_temperature = 30 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 60 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 30 -speed_print = 30 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_supersprint.inst.cfg b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_supersprint.inst.cfg index 22a14d1444..103234a604 100644 --- a/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_supersprint.inst.cfg +++ b/resources/quality/atmat_signal_pro/signal_pro_v6_0.80_TPU_supersprint.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Super Sprint definition = atmat_signal_pro_base +name = Super Sprint +version = 4 [metadata] +material = generic_tpu_175 +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_tpu_175 variant = V6 0.80mm [values] +build_volume_temperature = 30 +cool_fan_enabled = False material_bed_temperature = =default_material_bed_temperature + 60 material_print_temperature = =default_material_print_temperature + 25 -build_volume_temperature = 30 -speed_print = 30 retraction_amount = 1.2 -cool_fan_enabled = False \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/beamup_l/beamup_l_coarse.inst.cfg b/resources/quality/beamup_l/beamup_l_coarse.inst.cfg index 2bbd56060f..7381e394e0 100644 --- a/resources/quality/beamup_l/beamup_l_coarse.inst.cfg +++ b/resources/quality/beamup_l/beamup_l_coarse.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp L Coarse -definition = beamup_l - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = -3 -material = generic_pla - -[values] -layer_height = 0.30 -adhesion_type = brim -brim_line_count = 8 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 215 -material_print_temperature_layer_0 = 235 -retraction_amount = 2 -retraction_speed = 30 -speed_infill = 55 -speed_layer_0 = 25 -speed_print = 55 -speed_support_interface = 55 -speed_topbottom = 55 -speed_wall_0 = 45 -speed_wall_x = 55 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.60 -support_interface_pattern = zigzag -support_interface_skip_height = 0.30 -support_offset = 0.8 -support_z_distance = 0.4 -wall_thickness = 1.6 -zig_zaggify_infill = True +[general] +definition = beamup_l +name = BeamUp L Coarse +version = 4 + +[metadata] +material = generic_pla +quality_type = coarse +setting_version = 20 +type = quality +weight = -3 + +[values] +adhesion_type = brim +brim_line_count = 8 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.30 +material_print_temperature = 215 +material_print_temperature_layer_0 = 235 +retraction_amount = 2 +retraction_speed = 30 +speed_infill = 55 +speed_layer_0 = 25 +speed_print = 55 +speed_support_interface = 55 +speed_topbottom = 55 +speed_wall_0 = 45 +speed_wall_x = 55 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.60 +support_interface_pattern = zigzag +support_interface_skip_height = 0.30 +support_offset = 0.8 +support_z_distance = 0.4 +wall_thickness = 1.6 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_l/beamup_l_draft.inst.cfg b/resources/quality/beamup_l/beamup_l_draft.inst.cfg index f3207ce0cc..adbe5a4183 100644 --- a/resources/quality/beamup_l/beamup_l_draft.inst.cfg +++ b/resources/quality/beamup_l/beamup_l_draft.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp L Draft -definition = beamup_l - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = -2 -material = generic_pla - -[values] -layer_height = 0.2 -adhesion_type = brim -brim_line_count = 8 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 210 -material_print_temperature_layer_0 = 235 -retraction_amount = 2 -retraction_speed = 30 -speed_infill = 55 -speed_layer_0 = 25 -speed_print = 55 -speed_support_interface = 55 -speed_topbottom = 55 -speed_wall_0 = 45 -speed_wall_x = 55 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.60 -support_interface_pattern = zigzag -support_interface_skip_height = 0.20 -support_offset = 0.8 -support_z_distance = 0.3 -wall_thickness = 1.6 -zig_zaggify_infill = True +[general] +definition = beamup_l +name = BeamUp L Draft +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +weight = -2 + +[values] +adhesion_type = brim +brim_line_count = 8 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.2 +material_print_temperature = 210 +material_print_temperature_layer_0 = 235 +retraction_amount = 2 +retraction_speed = 30 +speed_infill = 55 +speed_layer_0 = 25 +speed_print = 55 +speed_support_interface = 55 +speed_topbottom = 55 +speed_wall_0 = 45 +speed_wall_x = 55 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.60 +support_interface_pattern = zigzag +support_interface_skip_height = 0.20 +support_offset = 0.8 +support_z_distance = 0.3 +wall_thickness = 1.6 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_l/beamup_l_extra_fine.inst.cfg b/resources/quality/beamup_l/beamup_l_extra_fine.inst.cfg index 679d7d6e34..c84ffad7c6 100644 --- a/resources/quality/beamup_l/beamup_l_extra_fine.inst.cfg +++ b/resources/quality/beamup_l/beamup_l_extra_fine.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp L Extra Fine -definition = beamup_l - -[metadata] -setting_version = 20 -type = quality -quality_type = high -weight = 1 -material = generic_pla - -[values] -layer_height = 0.06 -adhesion_type = brim -brim_line_count = 8 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 195 -material_print_temperature_layer_0 = 235 -retraction_amount = 2 -retraction_speed = 30 -speed_infill = 45 -speed_layer_0 = 25 -speed_print = 45 -speed_support_interface = 45 -speed_topbottom = 45 -speed_wall_0 = 35 -speed_wall_x = 45 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.30 -support_interface_pattern = zigzag -support_interface_skip_height = 0.06 -support_offset = 0.8 -support_z_distance = 0.12 -wall_thickness = 1.6 -zig_zaggify_infill = True +[general] +definition = beamup_l +name = BeamUp L Extra Fine +version = 4 + +[metadata] +material = generic_pla +quality_type = high +setting_version = 20 +type = quality +weight = 1 + +[values] +adhesion_type = brim +brim_line_count = 8 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.06 +material_print_temperature = 195 +material_print_temperature_layer_0 = 235 +retraction_amount = 2 +retraction_speed = 30 +speed_infill = 45 +speed_layer_0 = 25 +speed_print = 45 +speed_support_interface = 45 +speed_topbottom = 45 +speed_wall_0 = 35 +speed_wall_x = 45 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.30 +support_interface_pattern = zigzag +support_interface_skip_height = 0.06 +support_offset = 0.8 +support_z_distance = 0.12 +wall_thickness = 1.6 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_l/beamup_l_fine.inst.cfg b/resources/quality/beamup_l/beamup_l_fine.inst.cfg index 55e584feb4..862d86e0ed 100644 --- a/resources/quality/beamup_l/beamup_l_fine.inst.cfg +++ b/resources/quality/beamup_l/beamup_l_fine.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp L Fine -definition = beamup_l - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_pla - -[values] -layer_height = 0.1 -adhesion_type = brim -brim_line_count = 8 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 200 -material_print_temperature_layer_0 = 235 -retraction_amount = 2 -retraction_speed = 30 -speed_infill = 50 -speed_layer_0 = 25 -speed_print = 50 -speed_support_interface = 50 -speed_topbottom = 50 -speed_wall_0 = 40 -speed_wall_x = 50 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.30 -support_interface_pattern = zigzag -support_interface_skip_height = 0.10 -support_offset = 0.8 -support_z_distance = 0.2 -wall_thickness = 1.6 -zig_zaggify_infill = True +[general] +definition = beamup_l +name = BeamUp L Fine +version = 4 + +[metadata] +material = generic_pla +quality_type = normal +setting_version = 20 +type = quality +weight = 0 + +[values] +adhesion_type = brim +brim_line_count = 8 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.1 +material_print_temperature = 200 +material_print_temperature_layer_0 = 235 +retraction_amount = 2 +retraction_speed = 30 +speed_infill = 50 +speed_layer_0 = 25 +speed_print = 50 +speed_support_interface = 50 +speed_topbottom = 50 +speed_wall_0 = 40 +speed_wall_x = 50 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.30 +support_interface_pattern = zigzag +support_interface_skip_height = 0.10 +support_offset = 0.8 +support_z_distance = 0.2 +wall_thickness = 1.6 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_l/beamup_l_normal.inst.cfg b/resources/quality/beamup_l/beamup_l_normal.inst.cfg index 8fe422893a..5193d36614 100644 --- a/resources/quality/beamup_l/beamup_l_normal.inst.cfg +++ b/resources/quality/beamup_l/beamup_l_normal.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp L Normal -definition = beamup_l - -[metadata] -setting_version = 20 -type = quality -quality_type = fast -weight = -1 -material = generic_pla - -[values] -layer_height = 0.15 -adhesion_type = brim -brim_line_count = 8 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 205 -material_print_temperature_layer_0 = 235 -retraction_amount = 2 -retraction_speed = 30 -speed_infill = 50 -speed_layer_0 = 25 -speed_print = 50 -speed_support_interface = 50 -speed_topbottom = 50 -speed_wall_0 = 40 -speed_wall_x = 50 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.45 -support_interface_pattern = zigzag -support_interface_skip_height = 0.15 -support_offset = 0.8 -support_z_distance = 0.25 -wall_thickness = 1.6 -zig_zaggify_infill = True +[general] +definition = beamup_l +name = BeamUp L Normal +version = 4 + +[metadata] +material = generic_pla +quality_type = fast +setting_version = 20 +type = quality +weight = -1 + +[values] +adhesion_type = brim +brim_line_count = 8 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.15 +material_print_temperature = 205 +material_print_temperature_layer_0 = 235 +retraction_amount = 2 +retraction_speed = 30 +speed_infill = 50 +speed_layer_0 = 25 +speed_print = 50 +speed_support_interface = 50 +speed_topbottom = 50 +speed_wall_0 = 40 +speed_wall_x = 50 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.45 +support_interface_pattern = zigzag +support_interface_skip_height = 0.15 +support_offset = 0.8 +support_z_distance = 0.25 +wall_thickness = 1.6 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_s/beamup_s_coarse.inst.cfg b/resources/quality/beamup_s/beamup_s_coarse.inst.cfg index bb23893f75..1c1d5ff3f4 100644 --- a/resources/quality/beamup_s/beamup_s_coarse.inst.cfg +++ b/resources/quality/beamup_s/beamup_s_coarse.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp S Coarse -definition = beamup_s - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = -3 -material = generic_pla - -[values] -layer_height = 0.30 -adhesion_type = brim -brim_line_count = 5 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 215 -material_print_temperature_layer_0 = 230 -retraction_amount = 1.5 -retraction_speed = 30 -speed_infill = 50 -speed_layer_0 = 25 -speed_print = 50 -speed_support_interface = 50 -speed_topbottom = 50 -speed_wall_0 = 35 -speed_wall_x = 50 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.60 -support_interface_pattern = zigzag -support_interface_skip_height = 0.30 -support_offset = 0.8 -support_z_distance = 0.2 -wall_thickness = 0.8 -zig_zaggify_infill = True +[general] +definition = beamup_s +name = BeamUp S Coarse +version = 4 + +[metadata] +material = generic_pla +quality_type = coarse +setting_version = 20 +type = quality +weight = -3 + +[values] +adhesion_type = brim +brim_line_count = 5 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.30 +material_print_temperature = 215 +material_print_temperature_layer_0 = 230 +retraction_amount = 1.5 +retraction_speed = 30 +speed_infill = 50 +speed_layer_0 = 25 +speed_print = 50 +speed_support_interface = 50 +speed_topbottom = 50 +speed_wall_0 = 35 +speed_wall_x = 50 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.60 +support_interface_pattern = zigzag +support_interface_skip_height = 0.30 +support_offset = 0.8 +support_z_distance = 0.2 +wall_thickness = 0.8 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_s/beamup_s_draft.inst.cfg b/resources/quality/beamup_s/beamup_s_draft.inst.cfg index 68c146d47c..8fc9f96841 100644 --- a/resources/quality/beamup_s/beamup_s_draft.inst.cfg +++ b/resources/quality/beamup_s/beamup_s_draft.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp S Draft -definition = beamup_s - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = -2 -material = generic_pla - -[values] -layer_height = 0.2 -adhesion_type = brim -brim_line_count = 5 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 210 -material_print_temperature_layer_0 = 230 -retraction_amount = 1.5 -retraction_speed = 30 -speed_infill = 45 -speed_layer_0 = 25 -speed_print = 45 -speed_support_interface = 45 -speed_topbottom = 45 -speed_wall_0 = 35 -speed_wall_x = 45 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.40 -support_interface_pattern = zigzag -support_interface_skip_height = 0.20 -support_offset = 0.8 -support_z_distance = 0.2 -wall_thickness = 0.8 -zig_zaggify_infill = True +[general] +definition = beamup_s +name = BeamUp S Draft +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +weight = -2 + +[values] +adhesion_type = brim +brim_line_count = 5 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.2 +material_print_temperature = 210 +material_print_temperature_layer_0 = 230 +retraction_amount = 1.5 +retraction_speed = 30 +speed_infill = 45 +speed_layer_0 = 25 +speed_print = 45 +speed_support_interface = 45 +speed_topbottom = 45 +speed_wall_0 = 35 +speed_wall_x = 45 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.40 +support_interface_pattern = zigzag +support_interface_skip_height = 0.20 +support_offset = 0.8 +support_z_distance = 0.2 +wall_thickness = 0.8 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_s/beamup_s_extra_fine.inst.cfg b/resources/quality/beamup_s/beamup_s_extra_fine.inst.cfg index 975c19fe8e..e0fc377124 100644 --- a/resources/quality/beamup_s/beamup_s_extra_fine.inst.cfg +++ b/resources/quality/beamup_s/beamup_s_extra_fine.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp S Extra Fine -definition = beamup_s - -[metadata] -setting_version = 20 -type = quality -quality_type = high -weight = 1 -material = generic_pla - -[values] -layer_height = 0.06 -adhesion_type = brim -brim_line_count = 5 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 195 -material_print_temperature_layer_0 = 230 -retraction_amount = 1.5 -retraction_speed = 30 -speed_infill = 40 -speed_layer_0 = 25 -speed_print = 40 -speed_support_interface = 40 -speed_topbottom = 40 -speed_wall_0 = 30 -speed_wall_x = 40 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.30 -support_interface_pattern = zigzag -support_interface_skip_height = 0.06 -support_offset = 0.8 -support_z_distance = 0.2 -wall_thickness = 0.8 -zig_zaggify_infill = True +[general] +definition = beamup_s +name = BeamUp S Extra Fine +version = 4 + +[metadata] +material = generic_pla +quality_type = high +setting_version = 20 +type = quality +weight = 1 + +[values] +adhesion_type = brim +brim_line_count = 5 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.06 +material_print_temperature = 195 +material_print_temperature_layer_0 = 230 +retraction_amount = 1.5 +retraction_speed = 30 +speed_infill = 40 +speed_layer_0 = 25 +speed_print = 40 +speed_support_interface = 40 +speed_topbottom = 40 +speed_wall_0 = 30 +speed_wall_x = 40 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.30 +support_interface_pattern = zigzag +support_interface_skip_height = 0.06 +support_offset = 0.8 +support_z_distance = 0.2 +wall_thickness = 0.8 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_s/beamup_s_fine.inst.cfg b/resources/quality/beamup_s/beamup_s_fine.inst.cfg index 9024298285..ec336216a4 100644 --- a/resources/quality/beamup_s/beamup_s_fine.inst.cfg +++ b/resources/quality/beamup_s/beamup_s_fine.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp S Fine -definition = beamup_s - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_pla - -[values] -layer_height = 0.1 -adhesion_type = brim -brim_line_count = 5 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 200 -material_print_temperature_layer_0 = 230 -retraction_amount = 1.5 -retraction_speed = 30 -speed_infill = 40 -speed_layer_0 = 25 -speed_print = 40 -speed_support_interface = 40 -speed_topbottom = 40 -speed_wall_0 = 30 -speed_wall_x = 40 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.30 -support_interface_pattern = zigzag -support_interface_skip_height = 0.10 -support_offset = 0.8 -support_z_distance = 0.2 -wall_thickness = 0.8 -zig_zaggify_infill = True +[general] +definition = beamup_s +name = BeamUp S Fine +version = 4 + +[metadata] +material = generic_pla +quality_type = normal +setting_version = 20 +type = quality +weight = 0 + +[values] +adhesion_type = brim +brim_line_count = 5 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.1 +material_print_temperature = 200 +material_print_temperature_layer_0 = 230 +retraction_amount = 1.5 +retraction_speed = 30 +speed_infill = 40 +speed_layer_0 = 25 +speed_print = 40 +speed_support_interface = 40 +speed_topbottom = 40 +speed_wall_0 = 30 +speed_wall_x = 40 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.30 +support_interface_pattern = zigzag +support_interface_skip_height = 0.10 +support_offset = 0.8 +support_z_distance = 0.2 +wall_thickness = 0.8 +zig_zaggify_infill = True + diff --git a/resources/quality/beamup_s/beamup_s_normal.inst.cfg b/resources/quality/beamup_s/beamup_s_normal.inst.cfg index f476ab0eac..1aa9e46ac4 100644 --- a/resources/quality/beamup_s/beamup_s_normal.inst.cfg +++ b/resources/quality/beamup_s/beamup_s_normal.inst.cfg @@ -1,40 +1,41 @@ -[general] -version = 4 -name = BeamUp S Normal -definition = beamup_s - -[metadata] -setting_version = 20 -type = quality -quality_type = fast -weight = -1 -material = generic_pla - -[values] -layer_height = 0.15 -adhesion_type = brim -brim_line_count = 5 -infill_before_walls = False -initial_layer_line_width_factor = 120.0 -material_print_temperature = 205 -material_print_temperature_layer_0 = 230 -retraction_amount = 1.5 -retraction_speed = 30 -speed_infill = 45 -speed_layer_0 = 25 -speed_print = 45 -speed_support_interface = 45 -speed_topbottom = 45 -speed_wall_0 = 35 -speed_wall_x = 45 -support_enable = True -support_angle = 60 -support_infill_rate = 20 -support_interface_enable = True -support_interface_height = 0.45 -support_interface_pattern = zigzag -support_interface_skip_height = 0.15 -support_offset = 0.8 -support_z_distance = 0.2 -wall_thickness = 0.8 -zig_zaggify_infill = True +[general] +definition = beamup_s +name = BeamUp S Normal +version = 4 + +[metadata] +material = generic_pla +quality_type = fast +setting_version = 20 +type = quality +weight = -1 + +[values] +adhesion_type = brim +brim_line_count = 5 +infill_before_walls = False +initial_layer_line_width_factor = 120.0 +layer_height = 0.15 +material_print_temperature = 205 +material_print_temperature_layer_0 = 230 +retraction_amount = 1.5 +retraction_speed = 30 +speed_infill = 45 +speed_layer_0 = 25 +speed_print = 45 +speed_support_interface = 45 +speed_topbottom = 45 +speed_wall_0 = 35 +speed_wall_x = 45 +support_angle = 60 +support_enable = True +support_infill_rate = 20 +support_interface_enable = True +support_interface_height = 0.45 +support_interface_pattern = zigzag +support_interface_skip_height = 0.15 +support_offset = 0.8 +support_z_distance = 0.2 +wall_thickness = 0.8 +zig_zaggify_infill = True + diff --git a/resources/quality/biqu/base/biqu_base_0.2_ABS_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.2_ABS_super.inst.cfg index cbe0e54f0c..8b733f4795 100644 --- a/resources/quality/biqu/base/biqu_base_0.2_ABS_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.2_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs_175 variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/biqu/base/biqu_base_0.2_ABS_ultra.inst.cfg b/resources/quality/biqu/base/biqu_base_0.2_ABS_ultra.inst.cfg index d809fb1d48..5bd1c6e40d 100644 --- a/resources/quality/biqu/base/biqu_base_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.2_ABS_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = biqu_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs_175 variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/biqu/base/biqu_base_0.2_PETG_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.2_PETG_super.inst.cfg index 29b2f1bedf..b555cf8ef6 100644 --- a/resources/quality/biqu/base/biqu_base_0.2_PETG_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.2_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg_175 variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 + diff --git a/resources/quality/biqu/base/biqu_base_0.2_PETG_ultra.inst.cfg b/resources/quality/biqu/base/biqu_base_0.2_PETG_ultra.inst.cfg index 795257e1cb..6ee66d0520 100644 --- a/resources/quality/biqu/base/biqu_base_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.2_PETG_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = biqu_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg_175 variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 + diff --git a/resources/quality/biqu/base/biqu_base_0.2_PLA_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.2_PLA_super.inst.cfg index d5d598885f..8eddb60894 100644 --- a/resources/quality/biqu/base/biqu_base_0.2_PLA_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla_175 variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.2_PLA_ultra.inst.cfg b/resources/quality/biqu/base/biqu_base_0.2_PLA_ultra.inst.cfg index da21ce6836..c2f99be739 100644 --- a/resources/quality/biqu/base/biqu_base_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.2_PLA_ultra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = biqu_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla_175 variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.3_ABS_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_ABS_adaptive.inst.cfg index 732e3b1cf0..ae26122154 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_ABS_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs_175 variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.3_ABS_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_ABS_low.inst.cfg index dca85994d1..24de81a96a 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_ABS_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs_175 variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.3_ABS_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_ABS_standard.inst.cfg index 70fd01d6be..d29e1204c5 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_ABS_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs_175 variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.3_ABS_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_ABS_super.inst.cfg index c5830de118..1a380df544 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_ABS_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs_175 variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.3_PETG_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_PETG_adaptive.inst.cfg index 9d21249ef9..87d3786361 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_PETG_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg_175 variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.3_PETG_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_PETG_low.inst.cfg index f8767e1eb0..cc9e91b04a 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_PETG_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_PETG_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg_175 variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.3_PETG_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_PETG_standard.inst.cfg index 0b97230f28..a2267037eb 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_PETG_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg_175 variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.3_PETG_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_PETG_super.inst.cfg index 3958775b98..8a2a08d835 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_PETG_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg_175 variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.3_PLA_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_PLA_adaptive.inst.cfg index 53ce3a9d9d..f1c399c4e6 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_PLA_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla_175 variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.3_PLA_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_PLA_low.inst.cfg index 6572df292f..0e37432fd7 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_PLA_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla_175 variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.3_PLA_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_PLA_standard.inst.cfg index da8ce636a6..c357ffe41f 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_PLA_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla_175 variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.3_PLA_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.3_PLA_super.inst.cfg index 1d752cbd56..f31ec2e520 100644 --- a/resources/quality/biqu/base/biqu_base_0.3_PLA_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.3_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla_175 variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.4_ABS_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_ABS_adaptive.inst.cfg index 484bc56d55..4cfa72fe42 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs_175 variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.4_ABS_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_ABS_low.inst.cfg index 9cf4298150..b977b8fdd5 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_ABS_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs_175 variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.4_ABS_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_ABS_standard.inst.cfg index c48a9071b4..0c7b8ae052 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_ABS_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs_175 variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.4_ABS_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_ABS_super.inst.cfg index fd1d8ae1e7..c39aaa5493 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_ABS_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs_175 variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.4_PETG_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_PETG_adaptive.inst.cfg index 3b0633ef5e..dae2376cfb 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg_175 variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.4_PETG_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_PETG_low.inst.cfg index 5153a084df..f6f607a646 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_PETG_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_PETG_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg_175 variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.4_PETG_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_PETG_standard.inst.cfg index fea8ea0344..582cc0eafb 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_PETG_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg_175 variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.4_PETG_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_PETG_super.inst.cfg index 561dc2089e..aa35b255d0 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_PETG_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg_175 variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.4_PLA_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_PLA_adaptive.inst.cfg index 1f6e612a27..70b1af0d2a 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla_175 variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.4_PLA_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_PLA_low.inst.cfg index b9055cef20..24d831f975 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_PLA_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla_175 variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.4_PLA_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_PLA_standard.inst.cfg index c886bc50b3..fecd7b6134 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_PLA_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla_175 variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.4_PLA_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.4_PLA_super.inst.cfg index e5d64e640e..6870183bd9 100644 --- a/resources/quality/biqu/base/biqu_base_0.4_PLA_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla_175 variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.5_ABS_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_ABS_adaptive.inst.cfg index 844780cdc7..64b2832c7b 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_ABS_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs_175 variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.5_ABS_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_ABS_low.inst.cfg index c589304fde..6b6664560d 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_ABS_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs_175 variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.5_ABS_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_ABS_standard.inst.cfg index 7f5b904f77..23e80c5919 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_ABS_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs_175 variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.5_ABS_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_ABS_super.inst.cfg index 17e02b70ac..89b2df281b 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_ABS_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs_175 variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.5_PETG_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_PETG_adaptive.inst.cfg index 95850a4b2e..9487281d25 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_PETG_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg_175 variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.5_PETG_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_PETG_low.inst.cfg index 546edb9107..b3cb936f9c 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_PETG_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_PETG_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg_175 variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.5_PETG_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_PETG_standard.inst.cfg index 5171730526..46c8494b4f 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_PETG_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg_175 variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.5_PETG_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_PETG_super.inst.cfg index 8b45e6d0a4..58533e2c22 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_PETG_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg_175 variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/biqu/base/biqu_base_0.5_PLA_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_PLA_adaptive.inst.cfg index bd6bfa719a..71eca700d1 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_PLA_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla_175 variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.5_PLA_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_PLA_low.inst.cfg index bbdf5161e5..5a7b978d0a 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_PLA_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla_175 variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.5_PLA_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_PLA_standard.inst.cfg index fd0635f872..a874d2e68f 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_PLA_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla_175 variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.5_PLA_super.inst.cfg b/resources/quality/biqu/base/biqu_base_0.5_PLA_super.inst.cfg index da005cee5e..d693a0035e 100644 --- a/resources/quality/biqu/base/biqu_base_0.5_PLA_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.5_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla_175 variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.6_ABS_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.6_ABS_standard.inst.cfg index 8078c2596e..a8adb35719 100644 --- a/resources/quality/biqu/base/biqu_base_0.6_ABS_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.6_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs_175 variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/biqu/base/biqu_base_0.6_PETG_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.6_PETG_standard.inst.cfg index c506022cf9..68bb50b086 100644 --- a/resources/quality/biqu/base/biqu_base_0.6_PETG_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.6_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg_175 variant = 0.6mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/biqu/base/biqu_base_0.6_PLA_draft.inst.cfg b/resources/quality/biqu/base/biqu_base_0.6_PLA_draft.inst.cfg index 972ab33265..14fb054bcf 100644 --- a/resources/quality/biqu/base/biqu_base_0.6_PLA_draft.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.6_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = biqu_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla_175 variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.6_PLA_low.inst.cfg b/resources/quality/biqu/base/biqu_base_0.6_PLA_low.inst.cfg index f17e185de6..be80d59e15 100644 --- a/resources/quality/biqu/base/biqu_base_0.6_PLA_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla_175 variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.6_PLA_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_0.6_PLA_standard.inst.cfg index 19c7320b97..e5b8792a88 100644 --- a/resources/quality/biqu/base/biqu_base_0.6_PLA_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.6_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla_175 variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_0.8_ABS_draft.inst.cfg b/resources/quality/biqu/base/biqu_base_0.8_ABS_draft.inst.cfg index ae30edb9ec..9e49df9370 100644 --- a/resources/quality/biqu/base/biqu_base_0.8_ABS_draft.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.8_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = biqu_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs_175 variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/biqu/base/biqu_base_0.8_PETG_draft.inst.cfg b/resources/quality/biqu/base/biqu_base_0.8_PETG_draft.inst.cfg index 8a57d332bd..1145ed0a19 100644 --- a/resources/quality/biqu/base/biqu_base_0.8_PETG_draft.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.8_PETG_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = biqu_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg_175 variant = 0.8mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/biqu/base/biqu_base_0.8_PLA_draft.inst.cfg b/resources/quality/biqu/base/biqu_base_0.8_PLA_draft.inst.cfg index 37630b91e4..4ae5d92b8c 100644 --- a/resources/quality/biqu/base/biqu_base_0.8_PLA_draft.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_0.8_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = biqu_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla_175 variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_1.0_ABS_draft.inst.cfg b/resources/quality/biqu/base/biqu_base_1.0_ABS_draft.inst.cfg index 613211eef7..2905b0ce57 100644 --- a/resources/quality/biqu/base/biqu_base_1.0_ABS_draft.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_1.0_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = biqu_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs_175 variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/biqu/base/biqu_base_1.0_PETG_draft.inst.cfg b/resources/quality/biqu/base/biqu_base_1.0_PETG_draft.inst.cfg index 0ef2632dfe..b2c4d9185a 100644 --- a/resources/quality/biqu/base/biqu_base_1.0_PETG_draft.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_1.0_PETG_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = biqu_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg_175 variant = 1.0mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/biqu/base/biqu_base_1.0_PLA_draft.inst.cfg b/resources/quality/biqu/base/biqu_base_1.0_PLA_draft.inst.cfg index 0ed1eca26e..0f1efebfda 100644 --- a/resources/quality/biqu/base/biqu_base_1.0_PLA_draft.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_1.0_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = biqu_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla_175 variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/biqu/base/biqu_base_global_adaptive.inst.cfg b/resources/quality/biqu/base/biqu_base_global_adaptive.inst.cfg index a2e31de3ff..4a305e17cc 100644 --- a/resources/quality/biqu/base/biqu_base_global_adaptive.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = biqu_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/biqu/base/biqu_base_global_draft.inst.cfg b/resources/quality/biqu/base/biqu_base_global_draft.inst.cfg index ea750db3ff..e213762d1c 100644 --- a/resources/quality/biqu/base/biqu_base_global_draft.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = biqu_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/biqu/base/biqu_base_global_low.inst.cfg b/resources/quality/biqu/base/biqu_base_global_low.inst.cfg index 9431e9493e..59a374c763 100644 --- a/resources/quality/biqu/base/biqu_base_global_low.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = biqu_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/biqu/base/biqu_base_global_standard.inst.cfg b/resources/quality/biqu/base/biqu_base_global_standard.inst.cfg index a88777bc9a..8b28fe4138 100644 --- a/resources/quality/biqu/base/biqu_base_global_standard.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = biqu_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/biqu/base/biqu_base_global_super.inst.cfg b/resources/quality/biqu/base/biqu_base_global_super.inst.cfg index 6d67ab894f..d01d50f118 100644 --- a/resources/quality/biqu/base/biqu_base_global_super.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = biqu_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/biqu/base/biqu_base_global_ultra.inst.cfg b/resources/quality/biqu/base/biqu_base_global_ultra.inst.cfg index 20621df056..44893ec27c 100644 --- a/resources/quality/biqu/base/biqu_base_global_ultra.inst.cfg +++ b/resources/quality/biqu/base/biqu_base_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = biqu_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*4 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/builder_premium/bp_BVOH_Coarse_Quality.inst.cfg b/resources/quality/builder_premium/bp_BVOH_Coarse_Quality.inst.cfg index 44b051ef44..2975872b8e 100644 --- a/resources/quality/builder_premium/bp_BVOH_Coarse_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_BVOH_Coarse_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Coarse definition = builder_premium_small +name = Coarse +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -material = verbatim_bvoh_175 [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.3 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 5 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.3 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 40 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_BVOH_High_Quality.inst.cfg b/resources/quality/builder_premium/bp_BVOH_High_Quality.inst.cfg index c41ba95997..b28e526841 100644 --- a/resources/quality/builder_premium/bp_BVOH_High_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_BVOH_High_Quality.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = High Quality definition = builder_premium_small +name = High Quality +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = verbatim_bvoh_175 [values] acceleration_print = 2000 +bottom_thickness = =layer_height * 5 +layer_height = 0.1 +layer_height_0 = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 5 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.1 -top_thickness = =layer_height * 7 -bottom_thickness = =layer_height * 5 speed_print = 40 -layer_height_0 = 0.2 +top_thickness = =layer_height * 7 + diff --git a/resources/quality/builder_premium/bp_BVOH_Normal_Quality.inst.cfg b/resources/quality/builder_premium/bp_BVOH_Normal_Quality.inst.cfg index 3611121da2..3758e6c06b 100644 --- a/resources/quality/builder_premium/bp_BVOH_Normal_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_BVOH_Normal_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Normal definition = builder_premium_small +name = Normal +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = verbatim_bvoh_175 [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 5 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.2 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 40 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_Innoflex60_Coarse_Quality.inst.cfg b/resources/quality/builder_premium/bp_Innoflex60_Coarse_Quality.inst.cfg index abebb020e1..6431d0fb40 100644 --- a/resources/quality/builder_premium/bp_Innoflex60_Coarse_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_Innoflex60_Coarse_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Coarse definition = builder_premium_small +name = Coarse +version = 4 [metadata] +material = innofill_innoflex60_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -material = innofill_innoflex60_175 [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.3 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.3 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 30 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_Innoflex60_High_Quality.inst.cfg b/resources/quality/builder_premium/bp_Innoflex60_High_Quality.inst.cfg index b0ae18808c..d6b89e5d7e 100644 --- a/resources/quality/builder_premium/bp_Innoflex60_High_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_Innoflex60_High_Quality.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = High Quality definition = builder_premium_small +name = High Quality +version = 4 [metadata] +material = innofill_innoflex60_175 +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = innofill_innoflex60_175 [values] acceleration_print = 2000 +bottom_thickness = =layer_height * 5 +layer_height = 0.1 +layer_height_0 = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.1 -top_thickness = =layer_height * 7 -bottom_thickness = =layer_height * 5 speed_print = 30 -layer_height_0 = 0.2 +top_thickness = =layer_height * 7 + diff --git a/resources/quality/builder_premium/bp_Innoflex60_Normal_Quality.inst.cfg b/resources/quality/builder_premium/bp_Innoflex60_Normal_Quality.inst.cfg index c8f666953d..ec14d80c43 100644 --- a/resources/quality/builder_premium/bp_Innoflex60_Normal_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_Innoflex60_Normal_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Normal definition = builder_premium_small +name = Normal +version = 4 [metadata] +material = innofill_innoflex60_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = innofill_innoflex60_175 [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.2 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 30 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_PET_Coarse_Quality.inst.cfg b/resources/quality/builder_premium/bp_PET_Coarse_Quality.inst.cfg index c772b10f6e..6daed5e7bc 100644 --- a/resources/quality/builder_premium/bp_PET_Coarse_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PET_Coarse_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Coarse definition = builder_premium_small +name = Coarse +version = 4 [metadata] +material = generic_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -material = generic_petg [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.3 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.3 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 60 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_PET_High_Quality.inst.cfg b/resources/quality/builder_premium/bp_PET_High_Quality.inst.cfg index 7c1b544277..7dff76ff92 100644 --- a/resources/quality/builder_premium/bp_PET_High_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PET_High_Quality.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = High Quality definition = builder_premium_small +name = High Quality +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_petg [values] acceleration_print = 2000 +bottom_thickness = =layer_height * 5 +layer_height = 0.1 +layer_height_0 = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.1 -top_thickness = =layer_height * 7 -bottom_thickness = =layer_height * 5 speed_print = 40 -layer_height_0 = 0.2 +top_thickness = =layer_height * 7 + diff --git a/resources/quality/builder_premium/bp_PET_Normal_Quality.inst.cfg b/resources/quality/builder_premium/bp_PET_Normal_Quality.inst.cfg index 80ce5c34af..eb39bb0834 100644 --- a/resources/quality/builder_premium/bp_PET_Normal_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PET_Normal_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Normal definition = builder_premium_small +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_petg [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.2 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 50 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_PLA_Coarse_Quality.inst.cfg b/resources/quality/builder_premium/bp_PLA_Coarse_Quality.inst.cfg index 56ac081a34..e6cc4cf635 100644 --- a/resources/quality/builder_premium/bp_PLA_Coarse_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PLA_Coarse_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Coarse definition = builder_premium_small +name = Coarse +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -material = generic_pla [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.3 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 15 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.3 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 60 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_PLA_High_Quality.inst.cfg b/resources/quality/builder_premium/bp_PLA_High_Quality.inst.cfg index 495327bcc6..407923b12d 100644 --- a/resources/quality/builder_premium/bp_PLA_High_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PLA_High_Quality.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = High Quality definition = builder_premium_small +name = High Quality +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla [values] acceleration_print = 2000 +bottom_thickness = =layer_height * 5 +layer_height = 0.1 +layer_height_0 = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 15 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.1 -top_thickness = =layer_height * 7 -bottom_thickness = =layer_height * 5 speed_print = 40 -layer_height_0 = 0.2 +top_thickness = =layer_height * 7 + diff --git a/resources/quality/builder_premium/bp_PLA_Normal_Quality.inst.cfg b/resources/quality/builder_premium/bp_PLA_Normal_Quality.inst.cfg index 0546c1bc7f..12fd4e0c92 100644 --- a/resources/quality/builder_premium/bp_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PLA_Normal_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Normal definition = builder_premium_small +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 15 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.2 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 50 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_PVA_Coarse_Quality.inst.cfg b/resources/quality/builder_premium/bp_PVA_Coarse_Quality.inst.cfg index 1c0620e8b9..d6affb4063 100644 --- a/resources/quality/builder_premium/bp_PVA_Coarse_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PVA_Coarse_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Coarse definition = builder_premium_small +name = Coarse +version = 4 [metadata] +material = generic_pva +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -material = generic_pva [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.3 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.3 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 40 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_PVA_High_Quality.inst.cfg b/resources/quality/builder_premium/bp_PVA_High_Quality.inst.cfg index 2d7c54d80a..f1e726a377 100644 --- a/resources/quality/builder_premium/bp_PVA_High_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PVA_High_Quality.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = High Quality definition = builder_premium_small +name = High Quality +version = 4 [metadata] +material = generic_pva +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pva [values] acceleration_print = 2000 +bottom_thickness = =layer_height * 5 +layer_height = 0.1 +layer_height_0 = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.1 -top_thickness = =layer_height * 7 -bottom_thickness = =layer_height * 5 speed_print = 40 -layer_height_0 = 0.2 +top_thickness = =layer_height * 7 + diff --git a/resources/quality/builder_premium/bp_PVA_Normal_Quality.inst.cfg b/resources/quality/builder_premium/bp_PVA_Normal_Quality.inst.cfg index 9388a930bf..c9a25c3afe 100644 --- a/resources/quality/builder_premium/bp_PVA_Normal_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_PVA_Normal_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Normal definition = builder_premium_small +name = Normal +version = 4 [metadata] +material = generic_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pva [values] +bottom_thickness = =layer_height * 3 +layer_height = 0.2 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature -material_bed_temperature = 45 -material_bed_temperature_layer_0= =material_bed_temperature -layer_height = 0.2 -top_thickness = =layer_height * 5 -bottom_thickness = =layer_height * 3 speed_print = 40 +top_thickness = =layer_height * 5 + diff --git a/resources/quality/builder_premium/bp_global_Coarse_Quality.inst.cfg b/resources/quality/builder_premium/bp_global_Coarse_Quality.inst.cfg index 90bd08ba86..d1c3707a0e 100644 --- a/resources/quality/builder_premium/bp_global_Coarse_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_global_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse definition = builder_premium_small +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/builder_premium/bp_global_High_Quality.inst.cfg b/resources/quality/builder_premium/bp_global_High_Quality.inst.cfg index c41665f0f1..de1de8151e 100644 --- a/resources/quality/builder_premium/bp_global_High_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High Quality definition = builder_premium_small +name = High Quality +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/builder_premium/bp_global_Normal_Quality.inst.cfg b/resources/quality/builder_premium/bp_global_Normal_Quality.inst.cfg index 3548b1e505..a291a41d07 100644 --- a/resources/quality/builder_premium/bp_global_Normal_Quality.inst.cfg +++ b/resources/quality/builder_premium/bp_global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = builder_premium_small +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg index 748f6239e8..681b16abda 100644 --- a/resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.25mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/abs/cartesio_0.25_abs_normal.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.25_abs_normal.inst.cfg index 2afddc1905..695075d457 100644 --- a/resources/quality/cartesio/abs/cartesio_0.25_abs_normal.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.25_abs_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.25mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/abs/cartesio_0.4_abs_high.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.4_abs_high.inst.cfg index 6596695add..a50c052701 100644 --- a/resources/quality/cartesio/abs/cartesio_0.4_abs_high.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.4_abs_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.4mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/abs/cartesio_0.4_abs_normal.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.4_abs_normal.inst.cfg index 82e8c9a3c0..d63ef88c34 100644 --- a/resources/quality/cartesio/abs/cartesio_0.4_abs_normal.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.4_abs_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.4mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/abs/cartesio_0.8_abs_coarse.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.8_abs_coarse.inst.cfg index 92d92027bb..cf33d3b130 100644 --- a/resources/quality/cartesio/abs/cartesio_0.8_abs_coarse.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.8_abs_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Coarse definition = cartesio +name = Coarse +version = 4 [metadata] +material = generic_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 3 -material = generic_abs variant = 0.8mm thermoplastic extruder +weight = 3 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 30 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 30 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/abs/cartesio_0.8_abs_extra_coarse.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.8_abs_extra_coarse.inst.cfg index 30d7ddfccf..4cfb08f77f 100644 --- a/resources/quality/cartesio/abs/cartesio_0.8_abs_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.8_abs_extra_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Extra Coarse definition = cartesio +name = Extra Coarse +version = 4 [metadata] +material = generic_abs +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 4 -material = generic_abs variant = 0.8mm thermoplastic extruder +weight = 4 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 25 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 25 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/abs/cartesio_0.8_abs_high.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.8_abs_high.inst.cfg index 6e13ff8ce9..92ef8f69ce 100644 --- a/resources/quality/cartesio/abs/cartesio_0.8_abs_high.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.8_abs_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.8mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/abs/cartesio_0.8_abs_normal.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.8_abs_normal.inst.cfg index 721730fab8..87ff0b8098 100644 --- a/resources/quality/cartesio/abs/cartesio_0.8_abs_normal.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.8_abs_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.8mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_high.inst.cfg b/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_high.inst.cfg index bf570690cc..5f7dd96ce2 100644 --- a/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_high.inst.cfg +++ b/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_high.inst.cfg @@ -1,59 +1,51 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = dsm_arnitel2045_175 +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = dsm_arnitel2045_175 variant = 0.4mm thermoplastic extruder +weight = 1 [values] +acceleration_enabled = True +acceleration_print = 100 +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 +jerk_enabled = True +jerk_print = 5 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 2 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 25 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 25 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -acceleration_enabled = True -acceleration_print = 100 -jerk_enabled = True -jerk_print = 5 - -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_normal.inst.cfg b/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_normal.inst.cfg index 5c0092404f..da78b6f4ea 100644 --- a/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_normal.inst.cfg +++ b/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_normal.inst.cfg @@ -1,59 +1,51 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = dsm_arnitel2045_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = dsm_arnitel2045_175 variant = 0.4mm thermoplastic extruder +weight = 0 [values] +acceleration_enabled = True +acceleration_print = 100 +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 +jerk_enabled = True +jerk_print = 5 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 2 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 25 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 25 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -acceleration_enabled = True -acceleration_print = 100 -jerk_enabled = True -jerk_print = 5 - -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/cartesio_global_Coarse_Quality.inst.cfg b/resources/quality/cartesio/cartesio_global_Coarse_Quality.inst.cfg index d0be3665ae..081cbdcdd9 100644 --- a/resources/quality/cartesio/cartesio_global_Coarse_Quality.inst.cfg +++ b/resources/quality/cartesio/cartesio_global_Coarse_Quality.inst.cfg @@ -1,37 +1,32 @@ [general] -version = 4 -name = Coarse definition = cartesio +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] -layer_height = 0.4 -layer_height_0 = =layer_height - -skin_angles = [0,90] - -infill_before_walls = False -infill_angles = [0,90] - -speed_slowdown_layers = 1 acceleration_print = 300 acceleration_travel = 300 +adhesion_type = skirt +infill_angles = [0,90] +infill_before_walls = False jerk_print = 10 jerk_travel = 10 - +layer_height = 0.4 +layer_height_0 = =layer_height retraction_combing = off - -support_z_distance = 0 -support_xy_distance = 1 -support_join_distance = 10 +skin_angles = [0,90] +skirt_gap = 1 +speed_slowdown_layers = 1 support_interface_enable = True support_interface_pattern = lines +support_join_distance = 10 +support_xy_distance = 1 +support_z_distance = 0 -adhesion_type = skirt -skirt_gap = 1 diff --git a/resources/quality/cartesio/cartesio_global_Extra_Coarse_Quality.inst.cfg b/resources/quality/cartesio/cartesio_global_Extra_Coarse_Quality.inst.cfg index 9003408f10..fa5af706f8 100644 --- a/resources/quality/cartesio/cartesio_global_Extra_Coarse_Quality.inst.cfg +++ b/resources/quality/cartesio/cartesio_global_Extra_Coarse_Quality.inst.cfg @@ -1,37 +1,32 @@ [general] -version = 4 -name = Extra Coarse definition = cartesio +name = Extra Coarse +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = -4 -global_quality = True [values] -layer_height = 0.6 -layer_height_0 = =layer_height - -skin_angles = [0,90] - -infill_before_walls = False -infill_angles = [0,90] - -speed_slowdown_layers = 1 acceleration_print = 300 acceleration_travel = 300 +adhesion_type = skirt +infill_angles = [0,90] +infill_before_walls = False jerk_print = 10 jerk_travel = 10 - +layer_height = 0.6 +layer_height_0 = =layer_height retraction_combing = off - -support_z_distance = 0 -support_xy_distance = 1 -support_join_distance = 10 +skin_angles = [0,90] +skirt_gap = 1 +speed_slowdown_layers = 1 support_interface_enable = True support_interface_pattern = lines +support_join_distance = 10 +support_xy_distance = 1 +support_z_distance = 0 -adhesion_type = skirt -skirt_gap = 1 diff --git a/resources/quality/cartesio/cartesio_global_High_Quality.inst.cfg b/resources/quality/cartesio/cartesio_global_High_Quality.inst.cfg index ff565e440e..d93f3f5b06 100644 --- a/resources/quality/cartesio/cartesio_global_High_Quality.inst.cfg +++ b/resources/quality/cartesio/cartesio_global_High_Quality.inst.cfg @@ -1,38 +1,33 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.1 -layer_height_0 = =0.2 if min(extruderValues('machine_nozzle_size')) < 0.3 else 0.3 - -skin_angles = [0,90] - -infill_before_walls = False -infill_angles = [0,90] - -speed_slowdown_layers = 1 acceleration_print = 300 acceleration_travel = 300 +adhesion_type = skirt +infill_angles = [0,90] +infill_before_walls = False jerk_print = 10 jerk_travel = 10 - +layer_height = 0.1 +layer_height_0 = =0.2 if min(extruderValues('machine_nozzle_size')) < 0.3 else 0.3 retraction_combing = off - -support_z_distance = 0 -support_xy_distance = 1 -support_join_distance = 10 +skin_angles = [0,90] +skirt_gap = 1 +speed_slowdown_layers = 1 support_interface_enable = True support_interface_height = 0.5 support_interface_pattern = lines +support_join_distance = 10 +support_xy_distance = 1 +support_z_distance = 0 -adhesion_type = skirt -skirt_gap = 1 diff --git a/resources/quality/cartesio/cartesio_global_Normal_Quality.inst.cfg b/resources/quality/cartesio/cartesio_global_Normal_Quality.inst.cfg index 68a1cca4ab..936ca2625b 100644 --- a/resources/quality/cartesio/cartesio_global_Normal_Quality.inst.cfg +++ b/resources/quality/cartesio/cartesio_global_Normal_Quality.inst.cfg @@ -1,37 +1,32 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = =0.2 if min(extruderValues('machine_nozzle_size')) < 0.3 else 0.3 - -skin_angles = [0,90] - -infill_before_walls = False -infill_angles = [0,90] - -speed_slowdown_layers = 1 acceleration_print = 300 acceleration_travel = 300 +adhesion_type = skirt +infill_angles = [0,90] +infill_before_walls = False jerk_print = 10 jerk_travel = 10 - +layer_height = 0.2 +layer_height_0 = =0.2 if min(extruderValues('machine_nozzle_size')) < 0.3 else 0.3 retraction_combing = off - -support_z_distance = 0 -support_xy_distance = 1 -support_join_distance = 10 +skin_angles = [0,90] +skirt_gap = 1 +speed_slowdown_layers = 1 support_interface_enable = True support_interface_pattern = lines +support_join_distance = 10 +support_xy_distance = 1 +support_z_distance = 0 -adhesion_type = skirt -skirt_gap = 1 diff --git a/resources/quality/cartesio/hips/cartesio_0.25_hips_high.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.25_hips_high.inst.cfg index 289e5d4017..9d8e1292eb 100644 --- a/resources/quality/cartesio/hips/cartesio_0.25_hips_high.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.25_hips_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_hips +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_hips variant = 0.25mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/hips/cartesio_0.25_hips_normal.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.25_hips_normal.inst.cfg index 3321a0995c..a008eb7a1d 100644 --- a/resources/quality/cartesio/hips/cartesio_0.25_hips_normal.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.25_hips_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_hips variant = 0.25mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/hips/cartesio_0.4_hips_high.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.4_hips_high.inst.cfg index 6bbddc9bfd..566df9cca4 100644 --- a/resources/quality/cartesio/hips/cartesio_0.4_hips_high.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.4_hips_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_hips +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_hips variant = 0.4mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/hips/cartesio_0.4_hips_normal.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.4_hips_normal.inst.cfg index ebd825933c..e0f1b2e79b 100644 --- a/resources/quality/cartesio/hips/cartesio_0.4_hips_normal.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.4_hips_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_hips variant = 0.4mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/hips/cartesio_0.8_hips_coarse.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.8_hips_coarse.inst.cfg index cf86269407..2046ecd618 100644 --- a/resources/quality/cartesio/hips/cartesio_0.8_hips_coarse.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.8_hips_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Coarse definition = cartesio +name = Coarse +version = 4 [metadata] +material = generic_hips +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 3 -material = generic_hips variant = 0.8mm thermoplastic extruder +weight = 3 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 30 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 30 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/hips/cartesio_0.8_hips_extra_coarse.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.8_hips_extra_coarse.inst.cfg index b1942c6f06..a67bc2c245 100644 --- a/resources/quality/cartesio/hips/cartesio_0.8_hips_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.8_hips_extra_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Extra Coarse definition = cartesio +name = Extra Coarse +version = 4 [metadata] +material = generic_hips +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 4 -material = generic_hips variant = 0.8mm thermoplastic extruder +weight = 4 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 25 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 25 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/hips/cartesio_0.8_hips_high.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.8_hips_high.inst.cfg index 3825154978..be9e8d8e0c 100644 --- a/resources/quality/cartesio/hips/cartesio_0.8_hips_high.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.8_hips_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_hips +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_hips variant = 0.8mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/hips/cartesio_0.8_hips_normal.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.8_hips_normal.inst.cfg index 37c52c3bd1..e8294550cd 100644 --- a/resources/quality/cartesio/hips/cartesio_0.8_hips_normal.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.8_hips_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_hips variant = 0.8mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/nylon/cartesio_0.25_nylon_high.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.25_nylon_high.inst.cfg index 1848df0d50..3f46613a74 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.25_nylon_high.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.25_nylon_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = 0.25mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/nylon/cartesio_0.25_nylon_normal.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.25_nylon_normal.inst.cfg index 9ac8807824..8bd2f3846f 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.25_nylon_normal.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.25_nylon_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = 0.25mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/nylon/cartesio_0.4_nylon_high.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.4_nylon_high.inst.cfg index 5bb9b39c9c..3a461fbb92 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.4_nylon_high.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.4_nylon_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = 0.4mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/nylon/cartesio_0.4_nylon_normal.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.4_nylon_normal.inst.cfg index ed82be22ba..0d6faba1e1 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.4_nylon_normal.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.4_nylon_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = 0.4mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_coarse.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_coarse.inst.cfg index d37daaf206..89af71249f 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_coarse.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Coarse definition = cartesio +name = Coarse +version = 4 [metadata] +material = generic_nylon +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 3 -material = generic_nylon variant = 0.8mm thermoplastic extruder +weight = 3 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 30 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 30 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_extra_coarse.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_extra_coarse.inst.cfg index 6f4ff50143..1431e4a643 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_extra_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Extra Coarse definition = cartesio +name = Extra Coarse +version = 4 [metadata] +material = generic_nylon +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 4 -material = generic_nylon variant = 0.8mm thermoplastic extruder +weight = 4 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 25 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 25 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_high.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_high.inst.cfg index fa070ed327..fe890f115c 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_high.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = 0.8mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_normal.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_normal.inst.cfg index 63e7f9ca83..bdd25adcf8 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_normal.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = 0.8mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pc/cartesio_0.25_pc_high.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.25_pc_high.inst.cfg index 1ec56c4fa2..dd76a9d9c5 100644 --- a/resources/quality/cartesio/pc/cartesio_0.25_pc_high.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.25_pc_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = 0.25mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 20 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 20 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pc/cartesio_0.25_pc_normal.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.25_pc_normal.inst.cfg index 098bc488cb..507fc63460 100644 --- a/resources/quality/cartesio/pc/cartesio_0.25_pc_normal.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.25_pc_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = 0.25mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 20 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 20 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pc/cartesio_0.4_pc_high.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.4_pc_high.inst.cfg index 58104a23c3..405287f054 100644 --- a/resources/quality/cartesio/pc/cartesio_0.4_pc_high.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.4_pc_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = 0.4mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 20 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 20 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pc/cartesio_0.4_pc_normal.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.4_pc_normal.inst.cfg index fd44d72b0e..5a25d339c9 100644 --- a/resources/quality/cartesio/pc/cartesio_0.4_pc_normal.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.4_pc_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = 0.4mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 20 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 20 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pc/cartesio_0.8_pc_coarse.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.8_pc_coarse.inst.cfg index 9cbd53cc00..4a418ab2c7 100644 --- a/resources/quality/cartesio/pc/cartesio_0.8_pc_coarse.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.8_pc_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Coarse definition = cartesio +name = Coarse +version = 4 [metadata] +material = generic_pc +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 3 -material = generic_pc variant = 0.8mm thermoplastic extruder +weight = 3 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 15 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 15 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pc/cartesio_0.8_pc_extra_coarse.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.8_pc_extra_coarse.inst.cfg index 1fcb9f76a1..d1aa41d696 100644 --- a/resources/quality/cartesio/pc/cartesio_0.8_pc_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.8_pc_extra_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Extra Coarse definition = cartesio +name = Extra Coarse +version = 4 [metadata] +material = generic_pc +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 4 -material = generic_pc variant = 0.8mm thermoplastic extruder +weight = 4 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 15 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 15 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pc/cartesio_0.8_pc_high.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.8_pc_high.inst.cfg index 7d2c1fd1f2..1dcd516800 100644 --- a/resources/quality/cartesio/pc/cartesio_0.8_pc_high.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.8_pc_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = 0.8mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 20 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 20 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pc/cartesio_0.8_pc_normal.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.8_pc_normal.inst.cfg index d4fa7c937c..cdc8081515 100644 --- a/resources/quality/cartesio/pc/cartesio_0.8_pc_normal.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.8_pc_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = 0.8mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 20 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 20 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/petg/cartesio_0.25_petg_high.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.25_petg_high.inst.cfg index 9f55db9a25..bfed1a5f14 100644 --- a/resources/quality/cartesio/petg/cartesio_0.25_petg_high.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.25_petg_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.25mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/petg/cartesio_0.25_petg_normal.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.25_petg_normal.inst.cfg index 0af37462cc..a1b7c7b1c4 100644 --- a/resources/quality/cartesio/petg/cartesio_0.25_petg_normal.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.25_petg_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.25mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/petg/cartesio_0.4_petg_high.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.4_petg_high.inst.cfg index 89c2e18737..ef8986a607 100644 --- a/resources/quality/cartesio/petg/cartesio_0.4_petg_high.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.4_petg_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.4mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/petg/cartesio_0.4_petg_normal.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.4_petg_normal.inst.cfg index 8da62dc2d4..585fbc4708 100644 --- a/resources/quality/cartesio/petg/cartesio_0.4_petg_normal.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.4_petg_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.4mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/petg/cartesio_0.8_petg_coarse.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.8_petg_coarse.inst.cfg index 2544846b63..be487160cc 100644 --- a/resources/quality/cartesio/petg/cartesio_0.8_petg_coarse.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.8_petg_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Coarse definition = cartesio +name = Coarse +version = 4 [metadata] +material = generic_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 3 -material = generic_petg variant = 0.8mm thermoplastic extruder +weight = 3 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 30 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 30 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/petg/cartesio_0.8_petg_extra_coarse.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.8_petg_extra_coarse.inst.cfg index e40f01d2bf..6af6feeb48 100644 --- a/resources/quality/cartesio/petg/cartesio_0.8_petg_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.8_petg_extra_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Extra Coarse definition = cartesio +name = Extra Coarse +version = 4 [metadata] +material = generic_petg +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 4 -material = generic_petg variant = 0.8mm thermoplastic extruder +weight = 4 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 25 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 25 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/petg/cartesio_0.8_petg_high.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.8_petg_high.inst.cfg index 4cc2356e85..f3512d1f1c 100644 --- a/resources/quality/cartesio/petg/cartesio_0.8_petg_high.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.8_petg_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.8mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 50 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 50 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/petg/cartesio_0.8_petg_normal.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.8_petg_normal.inst.cfg index cdb7e67a46..1dc7fc5242 100644 --- a/resources/quality/cartesio/petg/cartesio_0.8_petg_normal.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.8_petg_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.8mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pla/cartesio_0.25_pla_high.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.25_pla_high.inst.cfg index bdce5098bb..45d8ae6d6b 100644 --- a/resources/quality/cartesio/pla/cartesio_0.25_pla_high.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.25_pla_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.25mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pla/cartesio_0.25_pla_normal.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.25_pla_normal.inst.cfg index 8ac474090e..b6b2f1e3be 100644 --- a/resources/quality/cartesio/pla/cartesio_0.25_pla_normal.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.25_pla_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.25mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pla/cartesio_0.4_pla_high.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.4_pla_high.inst.cfg index 1edaf3c7df..53a12fc695 100644 --- a/resources/quality/cartesio/pla/cartesio_0.4_pla_high.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.4_pla_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.4mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pla/cartesio_0.4_pla_normal.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.4_pla_normal.inst.cfg index 75df3728ce..436b90600e 100644 --- a/resources/quality/cartesio/pla/cartesio_0.4_pla_normal.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.4_pla_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.4mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pla/cartesio_0.8_pla_coarse.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.8_pla_coarse.inst.cfg index d215697257..e62ce8aa39 100644 --- a/resources/quality/cartesio/pla/cartesio_0.8_pla_coarse.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.8_pla_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Coarse definition = cartesio +name = Coarse +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = generic_pla variant = 0.8mm thermoplastic extruder +weight = -3 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 30 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 30 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pla/cartesio_0.8_pla_extra_coarse.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.8_pla_extra_coarse.inst.cfg index fecca6671f..108c27ba02 100644 --- a/resources/quality/cartesio/pla/cartesio_0.8_pla_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.8_pla_extra_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Extra Coarse definition = cartesio +name = Extra Coarse +version = 4 [metadata] +material = generic_pla +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = -4 -material = generic_pla variant = 0.8mm thermoplastic extruder +weight = -4 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 25 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 25 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pla/cartesio_0.8_pla_high.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.8_pla_high.inst.cfg index e720117ec0..4201ceb3da 100644 --- a/resources/quality/cartesio/pla/cartesio_0.8_pla_high.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.8_pla_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.8mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pla/cartesio_0.8_pla_normal.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.8_pla_normal.inst.cfg index 532942fcd6..bb4978146e 100644 --- a/resources/quality/cartesio/pla/cartesio_0.8_pla_normal.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.8_pla_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.8mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 10 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pva/cartesio_0.25_pva_high.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.25_pva_high.inst.cfg index e9f15c5437..7190da5491 100644 --- a/resources/quality/cartesio/pva/cartesio_0.25_pva_high.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.25_pva_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pva +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pva variant = 0.25mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pva/cartesio_0.25_pva_normal.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.25_pva_normal.inst.cfg index 09668de1e8..6a2c247a11 100644 --- a/resources/quality/cartesio/pva/cartesio_0.25_pva_normal.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.25_pva_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pva variant = 0.25mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.3 - -wall_thickness = 1 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pva/cartesio_0.4_pva_high.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.4_pva_high.inst.cfg index c815cbe1ca..f8baf74451 100644 --- a/resources/quality/cartesio/pva/cartesio_0.4_pva_high.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.4_pva_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pva +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pva variant = 0.4mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pva/cartesio_0.4_pva_normal.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.4_pva_normal.inst.cfg index 7b4f61a853..e40aba3ac5 100644 --- a/resources/quality/cartesio/pva/cartesio_0.4_pva_normal.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.4_pva_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pva variant = 0.4mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.5 - -wall_thickness = 1.2 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 1.2 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pva/cartesio_0.8_pva_coarse.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.8_pva_coarse.inst.cfg index 6aeec98f71..94952d5a8c 100644 --- a/resources/quality/cartesio/pva/cartesio_0.8_pva_coarse.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.8_pva_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Coarse definition = cartesio +name = Coarse +version = 4 [metadata] +material = generic_pva +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 3 -material = generic_pva variant = 0.8mm thermoplastic extruder +weight = 3 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 30 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 30 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pva/cartesio_0.8_pva_extra_coarse.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.8_pva_extra_coarse.inst.cfg index e89f175e05..e55d95ccb5 100644 --- a/resources/quality/cartesio/pva/cartesio_0.8_pva_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.8_pva_extra_coarse.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Extra Coarse definition = cartesio +name = Extra Coarse +version = 4 [metadata] +material = generic_pva +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 4 -material = generic_pva variant = 0.8mm thermoplastic extruder +weight = 4 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = =layer_height * 3 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 25 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 25 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = =layer_height * 3 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pva/cartesio_0.8_pva_high.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.8_pva_high.inst.cfg index 0e8181d83c..39177937da 100644 --- a/resources/quality/cartesio/pva/cartesio_0.8_pva_high.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.8_pva_high.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = High definition = cartesio +name = High +version = 4 [metadata] +material = generic_pva +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pva variant = 0.8mm thermoplastic extruder +weight = 1 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else 15 +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else 15 +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/cartesio/pva/cartesio_0.8_pva_normal.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.8_pva_normal.inst.cfg index eeff640f0f..43e742b3e3 100644 --- a/resources/quality/cartesio/pva/cartesio_0.8_pva_normal.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.8_pva_normal.inst.cfg @@ -1,54 +1,47 @@ [general] -version = 4 -name = Normal definition = cartesio +name = Normal +version = 4 [metadata] +material = generic_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pva variant = 0.8mm thermoplastic extruder +weight = 0 [values] +coasting_enable = True +coasting_min_volume = 0.17 +coasting_speed = 90 +coasting_volume = 0.1 +cool_min_layer_time = 20 +cool_min_layer_time_fan_speed_max = =cool_min_layer_time infill_line_width = 0.9 - -wall_thickness = 2.4 -top_bottom_thickness = 0.8 -wall_0_inset = -0.05 - -infill_sparse_density = 40 infill_pattern = grid - -material_print_temperature_layer_0 = =material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +infill_sparse_density = 40 material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature_layer_0 + 5 +material_print_temperature_layer_0 = =material_print_temperature + 5 +retraction_hop = 1 +retraction_hop_enabled = True retraction_min_travel = =round(line_width * 10) retraction_prime_speed = 8 -switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = =retraction_speed -switch_extruder_prime_speed = =retraction_prime_speed - -speed_print = 50 +skirt_brim_minimal_length = 50 speed_infill = =speed_print speed_layer_0 = =round(speed_print / 5 * 4) -speed_wall = =round(speed_print / 2) -speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +speed_print = 50 +speed_support_interface = =speed_topbottom speed_topbottom = =round(speed_print / 5 * 4) speed_travel = =round(speed_print if magic_spiralize else 150) speed_travel_layer_0 = =speed_travel -speed_support_interface = =speed_topbottom +speed_wall = =round(speed_print / 2) +speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3) +switch_extruder_prime_speed = =retraction_prime_speed +switch_extruder_retraction_amount = 2 +switch_extruder_retraction_speeds = =retraction_speed +top_bottom_thickness = 0.8 +wall_0_inset = -0.05 +wall_thickness = 2.4 -retraction_hop_enabled = True -retraction_hop = 1 - -cool_min_layer_time_fan_speed_max = =cool_min_layer_time -cool_min_layer_time = 20 - -skirt_brim_minimal_length = 50 - -coasting_enable = True -coasting_volume = 0.1 -coasting_min_volume = 0.17 -coasting_speed = 90 diff --git a/resources/quality/coarse.inst.cfg b/resources/quality/coarse.inst.cfg index d28e52ace1..37e8d6edad 100644 --- a/resources/quality/coarse.inst.cfg +++ b/resources/quality/coarse.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse definition = fdmprinter +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] layer_height = 0.4 + diff --git a/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_coarse.inst.cfg b/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_coarse.inst.cfg index 13f177a9e9..f4c10c5e8b 100644 --- a/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_coarse.inst.cfg +++ b/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Coarse Quality definition = crazy3dprint_base +name = Coarse Quality +version = 4 [metadata] +material = generic_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_abs variant = 0.4mm Nozzle [values] @@ -20,4 +20,5 @@ material_print_temperature_layer_0 = 245 speed_infill = =speed_print speed_print = 24 speed_support = 24 -speed_travel = 100 \ No newline at end of file +speed_travel = 100 + diff --git a/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_draft.inst.cfg b/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_draft.inst.cfg index 17bd18fc9d..f2db8e3137 100644 --- a/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_draft.inst.cfg +++ b/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = crazy3dprint_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 100 + diff --git a/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_fine.inst.cfg b/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_fine.inst.cfg index 4fbce7d02d..d437cf65be 100644 --- a/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_fine.inst.cfg +++ b/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine Quality definition = crazy3dprint_base +name = Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 100 + diff --git a/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_normal.inst.cfg b/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_normal.inst.cfg index a55b4d87c9..7e8a29776a 100644 --- a/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_normal.inst.cfg +++ b/resources/quality/crazy3dprint/abs/crazy3dprint_0.40_abs_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal Quality definition = crazy3dprint_base +name = Normal Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 100 + diff --git a/resources/quality/crazy3dprint/crazy3dprint_global_0.10_fine.inst.cfg b/resources/quality/crazy3dprint/crazy3dprint_global_0.10_fine.inst.cfg index 3818d517dd..74e4563449 100644 --- a/resources/quality/crazy3dprint/crazy3dprint_global_0.10_fine.inst.cfg +++ b/resources/quality/crazy3dprint/crazy3dprint_global_0.10_fine.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Fine Quality definition = crazy3dprint_base +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 0 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 70 + diff --git a/resources/quality/crazy3dprint/crazy3dprint_global_0.20_normal.inst.cfg b/resources/quality/crazy3dprint/crazy3dprint_global_0.20_normal.inst.cfg index 83e2d52b87..a36b135bd6 100644 --- a/resources/quality/crazy3dprint/crazy3dprint_global_0.20_normal.inst.cfg +++ b/resources/quality/crazy3dprint/crazy3dprint_global_0.20_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = crazy3dprint_base +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -1 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 70 + diff --git a/resources/quality/crazy3dprint/crazy3dprint_global_0.30_draft.inst.cfg b/resources/quality/crazy3dprint/crazy3dprint_global_0.30_draft.inst.cfg index ea97a71051..621ebcd975 100644 --- a/resources/quality/crazy3dprint/crazy3dprint_global_0.30_draft.inst.cfg +++ b/resources/quality/crazy3dprint/crazy3dprint_global_0.30_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = crazy3dprint_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 70 + diff --git a/resources/quality/crazy3dprint/crazy3dprint_global_0.40_coarse.inst.cfg b/resources/quality/crazy3dprint/crazy3dprint_global_0.40_coarse.inst.cfg index 4f2c9f0074..c11b5fc1e2 100644 --- a/resources/quality/crazy3dprint/crazy3dprint_global_0.40_coarse.inst.cfg +++ b/resources/quality/crazy3dprint/crazy3dprint_global_0.40_coarse.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Coarse Quality definition = crazy3dprint_base +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 70 + diff --git a/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_coarse.inst.cfg b/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_coarse.inst.cfg index ac5aeadfbe..bb72fe12d0 100644 --- a/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_coarse.inst.cfg +++ b/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Coarse Quality definition = crazy3dprint_base +name = Coarse Quality +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 70 + diff --git a/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_draft.inst.cfg b/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_draft.inst.cfg index c973ff04c2..8305dfe76c 100644 --- a/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_draft.inst.cfg +++ b/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = crazy3dprint_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 70 + diff --git a/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_fine.inst.cfg b/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_fine.inst.cfg index f4fc51e31b..cbc4d88b1f 100644 --- a/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_fine.inst.cfg +++ b/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine Quality definition = crazy3dprint_base +name = Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 70 + diff --git a/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_normal.inst.cfg b/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_normal.inst.cfg index 6290daa51d..5d8628edef 100644 --- a/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_normal.inst.cfg +++ b/resources/quality/crazy3dprint/pla/crazy3dprint_0.40_pla_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal Quality definition = crazy3dprint_base +name = Normal Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 24 speed_support = 24 speed_travel = 70 + diff --git a/resources/quality/creality/base/base_0.2_ABS_super.inst.cfg b/resources/quality/creality/base/base_0.2_ABS_super.inst.cfg index 79d230e8f4..e2d531f66b 100644 --- a/resources/quality/creality/base/base_0.2_ABS_super.inst.cfg +++ b/resources/quality/creality/base/base_0.2_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/creality/base/base_0.2_ABS_ultra.inst.cfg b/resources/quality/creality/base/base_0.2_ABS_ultra.inst.cfg index fda63a4ac6..8ff83a455b 100644 --- a/resources/quality/creality/base/base_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/creality/base/base_0.2_ABS_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = creality_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/creality/base/base_0.2_PETG_super.inst.cfg b/resources/quality/creality/base/base_0.2_PETG_super.inst.cfg index cf8fa595ee..4bc9f9a579 100644 --- a/resources/quality/creality/base/base_0.2_PETG_super.inst.cfg +++ b/resources/quality/creality/base/base_0.2_PETG_super.inst.cfg @@ -1,17 +1,16 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 -#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/creality/base/base_0.2_PETG_ultra.inst.cfg b/resources/quality/creality/base/base_0.2_PETG_ultra.inst.cfg index 4daaba88d0..c818c510e5 100644 --- a/resources/quality/creality/base/base_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/creality/base/base_0.2_PETG_ultra.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = creality_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.2_PLA_super.inst.cfg b/resources/quality/creality/base/base_0.2_PLA_super.inst.cfg index 4f9b865902..74349a23bf 100644 --- a/resources/quality/creality/base/base_0.2_PLA_super.inst.cfg +++ b/resources/quality/creality/base/base_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.2_PLA_ultra.inst.cfg b/resources/quality/creality/base/base_0.2_PLA_ultra.inst.cfg index e8ad2fd9a9..c5843b2c3b 100644 --- a/resources/quality/creality/base/base_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/creality/base/base_0.2_PLA_ultra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = creality_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.3_ABS_adaptive.inst.cfg b/resources/quality/creality/base/base_0.3_ABS_adaptive.inst.cfg index ed9a81330f..1574388ea8 100644 --- a/resources/quality/creality/base/base_0.3_ABS_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.3_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.3_ABS_low.inst.cfg b/resources/quality/creality/base/base_0.3_ABS_low.inst.cfg index 2f279a1b2d..43b855e12a 100644 --- a/resources/quality/creality/base/base_0.3_ABS_low.inst.cfg +++ b/resources/quality/creality/base/base_0.3_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.3_ABS_standard.inst.cfg b/resources/quality/creality/base/base_0.3_ABS_standard.inst.cfg index 4881d78d5d..eac5cb8014 100644 --- a/resources/quality/creality/base/base_0.3_ABS_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.3_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.3_ABS_super.inst.cfg b/resources/quality/creality/base/base_0.3_ABS_super.inst.cfg index 2c498f0111..d057e077f5 100644 --- a/resources/quality/creality/base/base_0.3_ABS_super.inst.cfg +++ b/resources/quality/creality/base/base_0.3_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.3_PETG_adaptive.inst.cfg b/resources/quality/creality/base/base_0.3_PETG_adaptive.inst.cfg index 3e461150e5..cf67e57c68 100644 --- a/resources/quality/creality/base/base_0.3_PETG_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.3_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.3_PETG_low.inst.cfg b/resources/quality/creality/base/base_0.3_PETG_low.inst.cfg index ca163341bb..e03f91c7c9 100644 --- a/resources/quality/creality/base/base_0.3_PETG_low.inst.cfg +++ b/resources/quality/creality/base/base_0.3_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.3_PETG_standard.inst.cfg b/resources/quality/creality/base/base_0.3_PETG_standard.inst.cfg index ea032a5d29..a35f9e4e42 100644 --- a/resources/quality/creality/base/base_0.3_PETG_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.3_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.3_PETG_super.inst.cfg b/resources/quality/creality/base/base_0.3_PETG_super.inst.cfg index df502fea89..3b18534051 100644 --- a/resources/quality/creality/base/base_0.3_PETG_super.inst.cfg +++ b/resources/quality/creality/base/base_0.3_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.3_PLA_adaptive.inst.cfg b/resources/quality/creality/base/base_0.3_PLA_adaptive.inst.cfg index 55894a79f4..24a419b440 100644 --- a/resources/quality/creality/base/base_0.3_PLA_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.3_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.3_PLA_low.inst.cfg b/resources/quality/creality/base/base_0.3_PLA_low.inst.cfg index 58a01b030d..69ee2d9a1b 100644 --- a/resources/quality/creality/base/base_0.3_PLA_low.inst.cfg +++ b/resources/quality/creality/base/base_0.3_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.3_PLA_standard.inst.cfg b/resources/quality/creality/base/base_0.3_PLA_standard.inst.cfg index afa44e2f44..ec4c4134d6 100644 --- a/resources/quality/creality/base/base_0.3_PLA_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.3_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.3_PLA_super.inst.cfg b/resources/quality/creality/base/base_0.3_PLA_super.inst.cfg index 03d09baa70..1b2bd5ba63 100644 --- a/resources/quality/creality/base/base_0.3_PLA_super.inst.cfg +++ b/resources/quality/creality/base/base_0.3_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.3_TPU_adaptive.inst.cfg b/resources/quality/creality/base/base_0.3_TPU_adaptive.inst.cfg index adae7da4c5..2a397fe8d3 100644 --- a/resources/quality/creality/base/base_0.3_TPU_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.3_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.3_TPU_standard.inst.cfg b/resources/quality/creality/base/base_0.3_TPU_standard.inst.cfg index b40598b31c..55131b5a9f 100644 --- a/resources/quality/creality/base/base_0.3_TPU_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.3_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.3_TPU_super.inst.cfg b/resources/quality/creality/base/base_0.3_TPU_super.inst.cfg index 822b64e03f..6288ad8281 100644 --- a/resources/quality/creality/base/base_0.3_TPU_super.inst.cfg +++ b/resources/quality/creality/base/base_0.3_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.4_ABS_adaptive.inst.cfg b/resources/quality/creality/base/base_0.4_ABS_adaptive.inst.cfg index 0fae9343bf..9083398116 100644 --- a/resources/quality/creality/base/base_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.4_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.4_ABS_low.inst.cfg b/resources/quality/creality/base/base_0.4_ABS_low.inst.cfg index a3e34f79fb..933d43dc74 100644 --- a/resources/quality/creality/base/base_0.4_ABS_low.inst.cfg +++ b/resources/quality/creality/base/base_0.4_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.4_ABS_standard.inst.cfg b/resources/quality/creality/base/base_0.4_ABS_standard.inst.cfg index a12bd480d7..300af176cd 100644 --- a/resources/quality/creality/base/base_0.4_ABS_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.4_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.4_ABS_super.inst.cfg b/resources/quality/creality/base/base_0.4_ABS_super.inst.cfg index 6a95104804..19d1413a11 100644 --- a/resources/quality/creality/base/base_0.4_ABS_super.inst.cfg +++ b/resources/quality/creality/base/base_0.4_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.4_PETG_adaptive.inst.cfg b/resources/quality/creality/base/base_0.4_PETG_adaptive.inst.cfg index 02eeb19777..e867ada53e 100644 --- a/resources/quality/creality/base/base_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.4_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.4_PETG_low.inst.cfg b/resources/quality/creality/base/base_0.4_PETG_low.inst.cfg index ed53dce4f0..e5d5420828 100644 --- a/resources/quality/creality/base/base_0.4_PETG_low.inst.cfg +++ b/resources/quality/creality/base/base_0.4_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.4_PETG_standard.inst.cfg b/resources/quality/creality/base/base_0.4_PETG_standard.inst.cfg index 1e308bf074..c391b8f458 100644 --- a/resources/quality/creality/base/base_0.4_PETG_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.4_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.4_PETG_super.inst.cfg b/resources/quality/creality/base/base_0.4_PETG_super.inst.cfg index 6d35fadbcb..2f3c95c6a3 100644 --- a/resources/quality/creality/base/base_0.4_PETG_super.inst.cfg +++ b/resources/quality/creality/base/base_0.4_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.4_PLA_adaptive.inst.cfg b/resources/quality/creality/base/base_0.4_PLA_adaptive.inst.cfg index a57b065340..7ae6f82771 100644 --- a/resources/quality/creality/base/base_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.4_PLA_low.inst.cfg b/resources/quality/creality/base/base_0.4_PLA_low.inst.cfg index 29927d4aa0..a99487e4b6 100644 --- a/resources/quality/creality/base/base_0.4_PLA_low.inst.cfg +++ b/resources/quality/creality/base/base_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.4_PLA_standard.inst.cfg b/resources/quality/creality/base/base_0.4_PLA_standard.inst.cfg index 831b20131c..982cb9dbbd 100644 --- a/resources/quality/creality/base/base_0.4_PLA_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.4_PLA_super.inst.cfg b/resources/quality/creality/base/base_0.4_PLA_super.inst.cfg index c5a6ea2486..6b7f17c198 100644 --- a/resources/quality/creality/base/base_0.4_PLA_super.inst.cfg +++ b/resources/quality/creality/base/base_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.4_TPU_adaptive.inst.cfg b/resources/quality/creality/base/base_0.4_TPU_adaptive.inst.cfg index 71b054871b..a412f057da 100644 --- a/resources/quality/creality/base/base_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.4_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.4_TPU_standard.inst.cfg b/resources/quality/creality/base/base_0.4_TPU_standard.inst.cfg index f33585c844..fff702a8d6 100644 --- a/resources/quality/creality/base/base_0.4_TPU_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.4_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.4_TPU_super.inst.cfg b/resources/quality/creality/base/base_0.4_TPU_super.inst.cfg index 5b35b8c097..e36de6d215 100644 --- a/resources/quality/creality/base/base_0.4_TPU_super.inst.cfg +++ b/resources/quality/creality/base/base_0.4_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.5_ABS_adaptive.inst.cfg b/resources/quality/creality/base/base_0.5_ABS_adaptive.inst.cfg index 835526bd5b..a4e1a6b8d6 100644 --- a/resources/quality/creality/base/base_0.5_ABS_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.5_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.5_ABS_low.inst.cfg b/resources/quality/creality/base/base_0.5_ABS_low.inst.cfg index 88e8189b35..eeedc3a3c6 100644 --- a/resources/quality/creality/base/base_0.5_ABS_low.inst.cfg +++ b/resources/quality/creality/base/base_0.5_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.5_ABS_standard.inst.cfg b/resources/quality/creality/base/base_0.5_ABS_standard.inst.cfg index 31a123ec42..e7dcc48cae 100644 --- a/resources/quality/creality/base/base_0.5_ABS_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.5_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.5_ABS_super.inst.cfg b/resources/quality/creality/base/base_0.5_ABS_super.inst.cfg index 55e9aa3f28..41db3e2cbd 100644 --- a/resources/quality/creality/base/base_0.5_ABS_super.inst.cfg +++ b/resources/quality/creality/base/base_0.5_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/creality/base/base_0.5_PETG_adaptive.inst.cfg b/resources/quality/creality/base/base_0.5_PETG_adaptive.inst.cfg index 3965f79706..6cd891a82c 100644 --- a/resources/quality/creality/base/base_0.5_PETG_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.5_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.5_PETG_low.inst.cfg b/resources/quality/creality/base/base_0.5_PETG_low.inst.cfg index ac6bbdc24d..27a5222586 100644 --- a/resources/quality/creality/base/base_0.5_PETG_low.inst.cfg +++ b/resources/quality/creality/base/base_0.5_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.5_PETG_standard.inst.cfg b/resources/quality/creality/base/base_0.5_PETG_standard.inst.cfg index 60a3414378..a8533db065 100644 --- a/resources/quality/creality/base/base_0.5_PETG_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.5_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.5_PETG_super.inst.cfg b/resources/quality/creality/base/base_0.5_PETG_super.inst.cfg index 4e342ed553..d13d93a072 100644 --- a/resources/quality/creality/base/base_0.5_PETG_super.inst.cfg +++ b/resources/quality/creality/base/base_0.5_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.5_PLA_adaptive.inst.cfg b/resources/quality/creality/base/base_0.5_PLA_adaptive.inst.cfg index 456af89b33..61b9880dba 100644 --- a/resources/quality/creality/base/base_0.5_PLA_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.5_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.5_PLA_low.inst.cfg b/resources/quality/creality/base/base_0.5_PLA_low.inst.cfg index 55cd763bc3..f99dfbdac2 100644 --- a/resources/quality/creality/base/base_0.5_PLA_low.inst.cfg +++ b/resources/quality/creality/base/base_0.5_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.5_PLA_standard.inst.cfg b/resources/quality/creality/base/base_0.5_PLA_standard.inst.cfg index 1553d03f47..1b465321be 100644 --- a/resources/quality/creality/base/base_0.5_PLA_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.5_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.5_PLA_super.inst.cfg b/resources/quality/creality/base/base_0.5_PLA_super.inst.cfg index f85609116e..acdb2f3152 100644 --- a/resources/quality/creality/base/base_0.5_PLA_super.inst.cfg +++ b/resources/quality/creality/base/base_0.5_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.5_TPU_adaptive.inst.cfg b/resources/quality/creality/base/base_0.5_TPU_adaptive.inst.cfg index 51e070183d..97ce7d8d9f 100644 --- a/resources/quality/creality/base/base_0.5_TPU_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_0.5_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.5_TPU_standard.inst.cfg b/resources/quality/creality/base/base_0.5_TPU_standard.inst.cfg index b30a73348d..cddea20801 100644 --- a/resources/quality/creality/base/base_0.5_TPU_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.5_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.5_TPU_super.inst.cfg b/resources/quality/creality/base/base_0.5_TPU_super.inst.cfg index 49912b0468..b99db579c2 100644 --- a/resources/quality/creality/base/base_0.5_TPU_super.inst.cfg +++ b/resources/quality/creality/base/base_0.5_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.6_ABS_standard.inst.cfg b/resources/quality/creality/base/base_0.6_ABS_standard.inst.cfg index ff60d28867..1558d95568 100644 --- a/resources/quality/creality/base/base_0.6_ABS_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.6_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/creality/base/base_0.6_PETG_standard.inst.cfg b/resources/quality/creality/base/base_0.6_PETG_standard.inst.cfg index 2a861b45b6..26743ed483 100644 --- a/resources/quality/creality/base/base_0.6_PETG_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.6_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.6mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.6_PLA_draft.inst.cfg b/resources/quality/creality/base/base_0.6_PLA_draft.inst.cfg index df95c12c92..ef313a7b86 100644 --- a/resources/quality/creality/base/base_0.6_PLA_draft.inst.cfg +++ b/resources/quality/creality/base/base_0.6_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.6_PLA_low.inst.cfg b/resources/quality/creality/base/base_0.6_PLA_low.inst.cfg index 2adc14c1be..ad9433801d 100644 --- a/resources/quality/creality/base/base_0.6_PLA_low.inst.cfg +++ b/resources/quality/creality/base/base_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.6_PLA_standard.inst.cfg b/resources/quality/creality/base/base_0.6_PLA_standard.inst.cfg index 67eced1a49..32cf2c66e1 100644 --- a/resources/quality/creality/base/base_0.6_PLA_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.6_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.6_TPU_standard.inst.cfg b/resources/quality/creality/base/base_0.6_TPU_standard.inst.cfg index 1d4ed5b13f..23d45505a5 100644 --- a/resources/quality/creality/base/base_0.6_TPU_standard.inst.cfg +++ b/resources/quality/creality/base/base_0.6_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.8_ABS_draft.inst.cfg b/resources/quality/creality/base/base_0.8_ABS_draft.inst.cfg index 83c1324f1b..2176af7490 100644 --- a/resources/quality/creality/base/base_0.8_ABS_draft.inst.cfg +++ b/resources/quality/creality/base/base_0.8_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/creality/base/base_0.8_PETG_draft.inst.cfg b/resources/quality/creality/base/base_0.8_PETG_draft.inst.cfg index 6083755607..38b59e50e4 100644 --- a/resources/quality/creality/base/base_0.8_PETG_draft.inst.cfg +++ b/resources/quality/creality/base/base_0.8_PETG_draft.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_0.8_PLA_draft.inst.cfg b/resources/quality/creality/base/base_0.8_PLA_draft.inst.cfg index 37312d95e5..dd816a8fd6 100644 --- a/resources/quality/creality/base/base_0.8_PLA_draft.inst.cfg +++ b/resources/quality/creality/base/base_0.8_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_0.8_TPU_draft.inst.cfg b/resources/quality/creality/base/base_0.8_TPU_draft.inst.cfg index 20fd82a670..4f07b8a147 100644 --- a/resources/quality/creality/base/base_0.8_TPU_draft.inst.cfg +++ b/resources/quality/creality/base/base_0.8_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_1.0_ABS_draft.inst.cfg b/resources/quality/creality/base/base_1.0_ABS_draft.inst.cfg index 6678d46039..45429b2cb1 100644 --- a/resources/quality/creality/base/base_1.0_ABS_draft.inst.cfg +++ b/resources/quality/creality/base/base_1.0_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/creality/base/base_1.0_PETG_draft.inst.cfg b/resources/quality/creality/base/base_1.0_PETG_draft.inst.cfg index 668663affe..674b292e19 100644 --- a/resources/quality/creality/base/base_1.0_PETG_draft.inst.cfg +++ b/resources/quality/creality/base/base_1.0_PETG_draft.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 1.0mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/creality/base/base_1.0_PLA_draft.inst.cfg b/resources/quality/creality/base/base_1.0_PLA_draft.inst.cfg index 0a560fc243..00c3bce08a 100644 --- a/resources/quality/creality/base/base_1.0_PLA_draft.inst.cfg +++ b/resources/quality/creality/base/base_1.0_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_1.0_TPU_draft.inst.cfg b/resources/quality/creality/base/base_1.0_TPU_draft.inst.cfg index 095a832b81..3a123e08da 100644 --- a/resources/quality/creality/base/base_1.0_TPU_draft.inst.cfg +++ b/resources/quality/creality/base/base_1.0_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/creality/base/base_global_adaptive.inst.cfg b/resources/quality/creality/base/base_global_adaptive.inst.cfg index fea0b82e0c..b8d6a003e1 100644 --- a/resources/quality/creality/base/base_global_adaptive.inst.cfg +++ b/resources/quality/creality/base/base_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = creality_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/creality/base/base_global_draft.inst.cfg b/resources/quality/creality/base/base_global_draft.inst.cfg index 8c2e65d4fa..6b1d8b23d9 100644 --- a/resources/quality/creality/base/base_global_draft.inst.cfg +++ b/resources/quality/creality/base/base_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = creality_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/creality/base/base_global_low.inst.cfg b/resources/quality/creality/base/base_global_low.inst.cfg index 5ff36a4431..2c9aaeddcd 100644 --- a/resources/quality/creality/base/base_global_low.inst.cfg +++ b/resources/quality/creality/base/base_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = creality_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/creality/base/base_global_standard.inst.cfg b/resources/quality/creality/base/base_global_standard.inst.cfg index c5ad432dd5..c723196ea8 100644 --- a/resources/quality/creality/base/base_global_standard.inst.cfg +++ b/resources/quality/creality/base/base_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = creality_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/creality/base/base_global_super.inst.cfg b/resources/quality/creality/base/base_global_super.inst.cfg index ddae2cca9d..46328ce5b6 100644 --- a/resources/quality/creality/base/base_global_super.inst.cfg +++ b/resources/quality/creality/base/base_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = creality_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/creality/base/base_global_ultra.inst.cfg b/resources/quality/creality/base/base_global_ultra.inst.cfg index b63d135bdf..b5cb285143 100644 --- a/resources/quality/creality/base/base_global_ultra.inst.cfg +++ b/resources/quality/creality/base/base_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = creality_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_fast.inst.cfg index 1073729905..83bc70bdee 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_fast.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Fast definition = dagoma_discoeasy200_bicolor +name = Fast +version = 4 [metadata] +material = chromatik_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 - -speed_print = 60 -speed_travel = 75 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 10 speed_infill = 60 +speed_layer_0 = 17 +speed_print = 60 +speed_topbottom = 60 +speed_travel = 75 speed_wall_0 = 50 speed_wall_x = 60 -speed_topbottom = 60 + diff --git a/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_fine.inst.cfg index e3a5c6eac9..dfef74ffbc 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_fine.inst.cfg @@ -1,22 +1,22 @@ [general] -version = 4 -name = Fine definition = dagoma_discoeasy200_bicolor +name = Fine +version = 4 [metadata] +material = chromatik_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -speed_print = 35 -speed_travel = 50 -speed_layer_0 = 15 speed_infill = 40 +speed_layer_0 = 15 +speed_print = 35 +speed_topbottom = 35 +speed_travel = 50 speed_wall_0 = 25 speed_wall_x = 35 -speed_topbottom = 35 + diff --git a/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_standard.inst.cfg index e1f8934019..fad35c1aab 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_bicolor_pla_standard.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Standard definition = dagoma_discoeasy200_bicolor +name = Standard +version = 4 [metadata] +material = chromatik_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 - -speed_print = 50 -speed_travel = 60 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 5 speed_infill = 50 +speed_layer_0 = 17 +speed_print = 50 +speed_topbottom = 50 +speed_travel = 60 speed_wall_0 = 40 speed_wall_x = 45 -speed_topbottom = 50 + diff --git a/resources/quality/dagoma/dagoma_discoeasy200_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_pla_fast.inst.cfg index f8635d2cc7..828912446e 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_pla_fast.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Fast definition = dagoma_discoeasy200 +name = Fast +version = 4 [metadata] +material = chromatik_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 - -speed_print = 60 -speed_travel = 75 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 10 speed_infill = 60 +speed_layer_0 = 17 +speed_print = 60 +speed_topbottom = 60 +speed_travel = 75 speed_wall_0 = 50 speed_wall_x = 60 -speed_topbottom = 60 + diff --git a/resources/quality/dagoma/dagoma_discoeasy200_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_pla_fine.inst.cfg index 6c0597409c..e7d6a04b58 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_pla_fine.inst.cfg @@ -1,22 +1,22 @@ [general] -version = 4 -name = Fine definition = dagoma_discoeasy200 +name = Fine +version = 4 [metadata] +material = chromatik_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -speed_print = 35 -speed_travel = 50 -speed_layer_0 = 15 speed_infill = 40 +speed_layer_0 = 15 +speed_print = 35 +speed_topbottom = 35 +speed_travel = 50 speed_wall_0 = 25 speed_wall_x = 35 -speed_topbottom = 35 + diff --git a/resources/quality/dagoma/dagoma_discoeasy200_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_pla_standard.inst.cfg index 5254504da5..808bfd510e 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_pla_standard.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Standard definition = dagoma_discoeasy200 +name = Standard +version = 4 [metadata] +material = chromatik_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 - -speed_print = 50 -speed_travel = 60 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 5 speed_infill = 50 +speed_layer_0 = 17 +speed_print = 50 +speed_topbottom = 50 +speed_travel = 60 speed_wall_0 = 40 speed_wall_x = 45 -speed_topbottom = 50 + diff --git a/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_fast.inst.cfg index 5e4467e5ed..fd2af8d8ec 100644 --- a/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_fast.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Fast definition = dagoma_discoultimate_bicolor +name = Fast +version = 4 [metadata] +material = chromatik_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 - -speed_print = 60 -speed_travel = 75 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 10 speed_infill = 60 +speed_layer_0 = 17 +speed_print = 60 +speed_topbottom = 60 +speed_travel = 75 speed_wall_0 = 50 speed_wall_x = 60 -speed_topbottom = 60 + diff --git a/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_fine.inst.cfg index d5d21af6e2..5bcc2ffcfa 100644 --- a/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_fine.inst.cfg @@ -1,22 +1,22 @@ [general] -version = 4 -name = Fine definition = dagoma_discoultimate_bicolor +name = Fine +version = 4 [metadata] +material = chromatik_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -speed_print = 35 -speed_travel = 50 -speed_layer_0 = 15 speed_infill = 40 +speed_layer_0 = 15 +speed_print = 35 +speed_topbottom = 35 +speed_travel = 50 speed_wall_0 = 25 speed_wall_x = 35 -speed_topbottom = 35 + diff --git a/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_standard.inst.cfg index 4163399ccc..68e71e3f39 100644 --- a/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoultimate_bicolor_pla_standard.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Standard definition = dagoma_discoultimate_bicolor +name = Standard +version = 4 [metadata] +material = chromatik_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 - -speed_print = 50 -speed_travel = 60 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 5 speed_infill = 50 +speed_layer_0 = 17 +speed_print = 50 +speed_topbottom = 50 +speed_travel = 60 speed_wall_0 = 40 speed_wall_x = 45 -speed_topbottom = 50 + diff --git a/resources/quality/dagoma/dagoma_discoultimate_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_pla_fast.inst.cfg index 90336926f8..01f3cf063f 100644 --- a/resources/quality/dagoma/dagoma_discoultimate_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoultimate_pla_fast.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Fast definition = dagoma_discoultimate +name = Fast +version = 4 [metadata] +material = chromatik_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 - -speed_print = 60 -speed_travel = 75 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 10 speed_infill = 60 +speed_layer_0 = 17 +speed_print = 60 +speed_topbottom = 60 +speed_travel = 75 speed_wall_0 = 50 speed_wall_x = 60 -speed_topbottom = 60 + diff --git a/resources/quality/dagoma/dagoma_discoultimate_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_pla_fine.inst.cfg index 4b70708d41..7619e9dbab 100644 --- a/resources/quality/dagoma/dagoma_discoultimate_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoultimate_pla_fine.inst.cfg @@ -1,22 +1,22 @@ [general] -version = 4 -name = Fine definition = dagoma_discoultimate +name = Fine +version = 4 [metadata] +material = chromatik_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -speed_print = 35 -speed_travel = 50 -speed_layer_0 = 15 speed_infill = 40 +speed_layer_0 = 15 +speed_print = 35 +speed_topbottom = 35 +speed_travel = 50 speed_wall_0 = 25 speed_wall_x = 35 -speed_topbottom = 35 + diff --git a/resources/quality/dagoma/dagoma_discoultimate_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_pla_standard.inst.cfg index 61b8bb8d2d..686c17d072 100644 --- a/resources/quality/dagoma/dagoma_discoultimate_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoultimate_pla_standard.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Standard definition = dagoma_discoultimate +name = Standard +version = 4 [metadata] +material = chromatik_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 - -speed_print = 50 -speed_travel = 60 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 5 speed_infill = 50 +speed_layer_0 = 17 +speed_print = 50 +speed_topbottom = 50 +speed_travel = 60 speed_wall_0 = 40 speed_wall_x = 45 -speed_topbottom = 50 + diff --git a/resources/quality/dagoma/dagoma_magis_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_magis_pla_fast.inst.cfg index 3fc2e53381..b0299289ef 100644 --- a/resources/quality/dagoma/dagoma_magis_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_magis_pla_fast.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Fast definition = dagoma_magis +name = Fast +version = 4 [metadata] +material = chromatik_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 - -speed_print = 40 -speed_travel = 80 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 10 speed_infill = 40 +speed_layer_0 = 17 +speed_print = 40 +speed_topbottom = 40 +speed_travel = 80 speed_wall_0 = 30 speed_wall_x = 40 -speed_topbottom = 40 + diff --git a/resources/quality/dagoma/dagoma_magis_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_magis_pla_fine.inst.cfg index ee7fec9712..94ebb46c9d 100644 --- a/resources/quality/dagoma/dagoma_magis_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_magis_pla_fine.inst.cfg @@ -1,22 +1,22 @@ [general] -version = 4 -name = Fine definition = dagoma_magis +name = Fine +version = 4 [metadata] +material = chromatik_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -speed_print = 30 -speed_travel = 80 -speed_layer_0 = 17 speed_infill = 30 +speed_layer_0 = 17 +speed_print = 30 +speed_topbottom = 30 +speed_travel = 80 speed_wall_0 = 20 speed_wall_x = 30 -speed_topbottom = 30 + diff --git a/resources/quality/dagoma/dagoma_magis_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_magis_pla_standard.inst.cfg index 6d5890a74c..8924e8844e 100644 --- a/resources/quality/dagoma/dagoma_magis_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_magis_pla_standard.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Standard definition = dagoma_magis +name = Standard +version = 4 [metadata] +material = chromatik_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 - -speed_print = 35 -speed_travel = 80 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 5 speed_infill = 35 +speed_layer_0 = 17 +speed_print = 35 +speed_topbottom = 35 +speed_travel = 80 speed_wall_0 = 25 speed_wall_x = 35 -speed_topbottom = 35 + diff --git a/resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg index d1b723fe0a..c4ef8cdcfd 100644 --- a/resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Fast definition = dagoma_neva +name = Fast +version = 4 [metadata] +material = chromatik_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 - -speed_print = 40 -speed_travel = 80 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 10 speed_infill = 40 +speed_layer_0 = 17 +speed_print = 40 +speed_topbottom = 40 +speed_travel = 80 speed_wall_0 = 30 speed_wall_x = 40 -speed_topbottom = 40 + diff --git a/resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg index a57a833f5c..53559bf186 100644 --- a/resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg @@ -1,22 +1,22 @@ [general] -version = 4 -name = Fine definition = dagoma_neva +name = Fine +version = 4 [metadata] +material = chromatik_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -speed_print = 30 -speed_travel = 80 -speed_layer_0 = 17 speed_infill = 30 +speed_layer_0 = 17 +speed_print = 30 +speed_topbottom = 30 +speed_travel = 80 speed_wall_0 = 20 speed_wall_x = 30 -speed_topbottom = 30 + diff --git a/resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg index c63ec93a63..1d869966bc 100644 --- a/resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg @@ -1,25 +1,24 @@ [general] -version = 4 -name = Standard definition = dagoma_neva +name = Standard +version = 4 [metadata] +material = chromatik_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = chromatik_pla [values] line_width = =machine_nozzle_size * 0.875 - -material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 - -speed_print = 35 -speed_travel = 80 -speed_layer_0 = 17 +material_print_temperature = =default_material_print_temperature + 5 speed_infill = 35 +speed_layer_0 = 17 +speed_print = 35 +speed_topbottom = 35 +speed_travel = 80 speed_wall_0 = 25 speed_wall_x = 35 -speed_topbottom = 35 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_A.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_A.inst.cfg index b72db5fb54..3e69cc1e77 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_A.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_A.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_abs +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_abs variant = DBE 0.25mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 80 \ No newline at end of file +speed_print = 80 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_B.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_B.inst.cfg index f855bb49f0..89ec6dd0da 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_B.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_B.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_abs +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_abs variant = DBE 0.25mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 55 \ No newline at end of file +speed_print = 55 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_C.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_C.inst.cfg index bb3a646e86..96b728af37 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_C.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.25_ABS_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_abs +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_abs variant = DBE 0.25mm [values] @@ -20,3 +20,4 @@ material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 speed_print = 32 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_A.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_A.inst.cfg index ce74dc9933..bfd7361efb 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_A.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_A.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_abs +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_abs variant = DBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_B.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_B.inst.cfg index c50ecc0a7d..c3c91ddb50 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_B.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_B.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_abs +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_abs variant = DBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_C.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_C.inst.cfg index 7ab1e2382e..000d841249 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_C.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_abs +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_abs variant = DBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_D.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_D.inst.cfg index 6c124959c1..c5950be775 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_D.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_abs +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_abs variant = DBE 0.40mm [values] @@ -19,3 +19,4 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_E.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_E.inst.cfg index e096a43c94..76166e19f5 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_E.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.40_ABS_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_abs +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_abs variant = DBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_C.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_C.inst.cfg index e351592e80..281fc4d7f9 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_C.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_abs +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_abs variant = DBE 0.60mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_D.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_D.inst.cfg index 0982ee6a9f..ec565f4697 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_D.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_abs +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_abs variant = DBE 0.60mm [values] @@ -19,3 +19,4 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_E.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_E.inst.cfg index 1cd0249840..8de423bb58 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_E.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_abs +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_abs variant = DBE 0.60mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 65 \ No newline at end of file +speed_print = 65 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_F.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_F.inst.cfg index 0bf2f96b5b..654adbee55 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_F.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_DBE0.60_ABS_F.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_abs +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_abs variant = DBE 0.60mm [values] @@ -20,3 +20,4 @@ material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 speed_print = 45 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_A.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_A.inst.cfg index 51bbf3b90e..7dc642fea5 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_A.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_A.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_abs +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_abs variant = FBE 0.25mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 80 \ No newline at end of file +speed_print = 80 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_B.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_B.inst.cfg index 2cb21c5f7b..863f06763e 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_B.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_B.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_abs +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_abs variant = FBE 0.25mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 55 \ No newline at end of file +speed_print = 55 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_C.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_C.inst.cfg index 7787c83ace..a51fc63b24 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_C.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.25_ABS_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_abs +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_abs variant = FBE 0.25mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 32 \ No newline at end of file +speed_print = 32 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_A.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_A.inst.cfg index 1f01a7a6e4..961d8fca3c 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_A.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_A.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_abs +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_abs variant = FBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_B.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_B.inst.cfg index 0cad1ad669..efad5cd41b 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_B.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_B.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_abs +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_abs variant = FBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_C.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_C.inst.cfg index 42de9f32b7..1999c3083a 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_C.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_abs +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_abs variant = FBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_D.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_D.inst.cfg index 92c036da40..e37bc05497 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_D.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_abs +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_abs variant = FBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_E.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_E.inst.cfg index 9de502fdf8..b23145d5ac 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_E.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.40_ABS_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_abs +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_abs variant = FBE 0.40mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_C.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_C.inst.cfg index 9e039fe737..5142e1bfca 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_C.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_abs +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_abs variant = FBE 0.60mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_D.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_D.inst.cfg index 9737af079c..8ce019eeb0 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_D.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_abs +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_abs variant = FBE 0.60mm [values] @@ -18,4 +18,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_E.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_E.inst.cfg index 8af0d9acb4..21c716f3c8 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_E.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_abs +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_abs variant = FBE 0.60mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 65 \ No newline at end of file +speed_print = 65 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_F.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_F.inst.cfg index a337923914..d567a35b78 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_F.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_FBE0.60_ABS_F.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_abs +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_abs variant = FBE 0.60mm [values] @@ -20,3 +20,4 @@ material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 speed_print = 45 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_D.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_D.inst.cfg index c87dd44354..56e4a2e629 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_D.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_abs +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_abs variant = V-DBE 0.80mm [values] @@ -20,3 +20,4 @@ material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 speed_print = 150 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_E.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_E.inst.cfg index 33e4b9fdf1..7896386d99 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_E.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_abs +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_abs variant = V-DBE 0.80mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 110 \ No newline at end of file +speed_print = 110 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_F.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_F.inst.cfg index 7c5407be50..3e984b8609 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_F.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_F.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_abs +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_abs variant = V-DBE 0.80mm [values] @@ -20,3 +20,4 @@ material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 speed_print = 75 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_G.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_G.inst.cfg index cad559387a..de34ca1df5 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_G.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_VDBE0.80_ABS_G.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = G definition = deltacomb_base +name = G +version = 4 [metadata] +material = generic_abs +quality_type = D060 setting_version = 20 type = quality -quality_type = D060 -material = generic_abs variant = V-DBE 0.80mm [values] @@ -20,3 +20,4 @@ material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 speed_print = 55 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_D.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_D.inst.cfg index 51acbda719..717e412ccf 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_D.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_abs +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_abs variant = V-FBE 0.80mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 150 \ No newline at end of file +speed_print = 150 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_E.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_E.inst.cfg index 4e14b166c5..1edf540584 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_E.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_abs +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_abs variant = V-FBE 0.80mm [values] @@ -19,4 +19,5 @@ cool_fan_speed_min = 0 material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 -speed_print = 110 \ No newline at end of file +speed_print = 110 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_F.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_F.inst.cfg index 7f140aeca6..59e5778d4e 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_F.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_F.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_abs +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_abs variant = V-FBE 0.80mm [values] @@ -20,3 +20,4 @@ material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 speed_print = 75 + diff --git a/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_G.inst.cfg b/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_G.inst.cfg index b2b97ba49d..c2d4e95a3b 100755 --- a/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_G.inst.cfg +++ b/resources/quality/deltacomb/ABS/deltacomb_VFBE0.80_ABS_G.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = G definition = deltacomb_base +name = G +version = 4 [metadata] +material = generic_abs +quality_type = D060 setting_version = 20 type = quality -quality_type = D060 -material = generic_abs variant = V-FBE 0.80mm [values] @@ -20,3 +20,4 @@ material_bed_temperature = 100 material_bed_temperature_layer_0 = 80 material_print_temperature = 240 speed_print = 55 + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_A.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_A.inst.cfg index a034c1ad4c..5f28607f36 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_A.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_A.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_petg +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_petg variant = DBE 0.40mm [values] -material_print_temperature = 225 -layer_height_0 = 0.2 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 +layer_height_0 = 0.2 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 -support_z_distance = =layer_height * 2 \ No newline at end of file +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 +support_z_distance = =layer_height * 2 +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_B.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_B.inst.cfg index a507464dac..4c1976bcae 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_B.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_B.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_petg +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_petg variant = DBE 0.40mm [values] -material_print_temperature = 225 -layer_height_0 = 0.2 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 +layer_height_0 = 0.2 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 support_z_distance = =layer_height * 2 +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_C.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_C.inst.cfg index 0349671c2b..bd7769aa11 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_C.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_C.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_petg +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_petg variant = DBE 0.40mm [values] -material_print_temperature = 225 -layer_height_0 = 0.2 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 +layer_height_0 = 0.2 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 -support_z_distance = =layer_height * 2 \ No newline at end of file +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 +support_z_distance = =layer_height * 2 +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_D.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_D.inst.cfg index 2b64b5ff93..b654147bff 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_D.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_D.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_petg +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_petg variant = DBE 0.40mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_E.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_E.inst.cfg index 2f07700a4f..e7d5bef1a3 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_E.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.40_PETG_E.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_petg +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_petg variant = DBE 0.40mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_C.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_C.inst.cfg index 5b7e3edc50..f351d393fa 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_C.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_C.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_petg +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_petg variant = DBE 0.60mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 -support_z_distance = =layer_height * 2 \ No newline at end of file +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 +support_z_distance = =layer_height * 2 +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_D.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_D.inst.cfg index ab6da9ba12..efdf918693 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_D.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_D.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_petg +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_petg variant = DBE 0.60mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_E.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_E.inst.cfg index e014a8d75d..7337df4ace 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_E.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_E.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_petg +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_petg variant = DBE 0.60mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 40 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.7 -speed_roofing = =speed_print * 0.7 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 40 +speed_roofing = =speed_print * 0.7 +speed_wall_0 = =speed_print * 0.7 travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_F.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_F.inst.cfg index 0a7131b2f9..3a5eae96b7 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_F.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_DBE0.60_PETG_F.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_petg +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_petg variant = DBE 0.60mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 26 -speed_infill = =speed_print -speed_wall_0 = =speed_print -speed_roofing = =speed_print +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 26 +speed_roofing = =speed_print +speed_wall_0 = =speed_print travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_A.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_A.inst.cfg index 9fde1c8c98..9b3649a15b 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_A.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_A.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_petg +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_petg variant = FBE 0.40mm [values] -material_print_temperature = 225 -layer_height_0 = 0.2 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 +layer_height_0 = 0.2 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 -support_z_distance = =layer_height * 2 \ No newline at end of file +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 +support_z_distance = =layer_height * 2 +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_B.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_B.inst.cfg index baa42d8c1f..db8f8ada97 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_B.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_B.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_petg +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_petg variant = FBE 0.40mm [values] -material_print_temperature = 225 -layer_height_0 = 0.2 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 +layer_height_0 = 0.2 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 -support_z_distance = =layer_height * 2 \ No newline at end of file +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 +support_z_distance = =layer_height * 2 +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_C.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_C.inst.cfg index 5f63182ebc..c5ea419061 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_C.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_C.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_petg +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_petg variant = FBE 0.40mm [values] -material_print_temperature = 225 -layer_height_0 = 0.2 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 +layer_height_0 = 0.2 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 -support_z_distance = =layer_height * 2 \ No newline at end of file +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 +support_z_distance = =layer_height * 2 +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_D.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_D.inst.cfg index 676e214994..6202ddab75 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_D.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_D.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_petg +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_petg variant = FBE 0.40mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_E.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_E.inst.cfg index 384dbd09d0..829952a9de 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_E.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.40_PETG_E.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_petg +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_petg variant = FBE 0.40mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_C.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_C.inst.cfg index 2587b9c581..b3197ab218 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_C.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_C.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_petg +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_petg variant = FBE 0.60mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 -support_z_distance = =layer_height * 2 \ No newline at end of file +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 +support_z_distance = =layer_height * 2 +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_D.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_D.inst.cfg index 7ef50cc8f4..750a139fbf 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_D.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_D.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_petg +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_petg variant = FBE 0.60mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 50 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.5 -speed_roofing = =speed_print * 0.5 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 50 +speed_roofing = =speed_print * 0.5 +speed_wall_0 = =speed_print * 0.5 travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_E.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_E.inst.cfg index 6e75353113..9799fbf411 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_E.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_E.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_petg +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_petg variant = FBE 0.60mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 40 -speed_infill = =speed_print -speed_wall_0 = =speed_print * 0.7 -speed_roofing = =speed_print * 0.7 +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 +retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 40 +speed_roofing = =speed_print * 0.7 +speed_wall_0 = =speed_print * 0.7 travel_avoid_other_parts = False -retraction_combing_max_distance = 5 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_F.inst.cfg b/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_F.inst.cfg index c69063b5e3..41a0f00ec8 100644 --- a/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_F.inst.cfg +++ b/resources/quality/deltacomb/PETG/deltacomb_FBE0.60_PETG_F.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_petg +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_petg variant = FBE 0.60mm [values] -material_print_temperature = 225 +coasting_enable = True +coasting_min_volume = 3 +coasting_speed = 70 +coasting_volume = 0.256 cool_fan_full_at_height = 1 cool_fan_speed = 60 cool_fan_speed_max = 100 cool_fan_speed_min = 60 -speed_print = 26 -speed_infill = =speed_print -speed_wall_0 = =speed_print -speed_roofing = =speed_print +infill_enable_travel_optimization = True +initial_layer_line_width_factor = 120 material_bed_temperature = 60 material_bed_temperature_layer_0 = 45 material_flow = 95 -infill_enable_travel_optimization = True -initial_layer_line_width_factor = 120 +material_print_temperature = 225 retraction_amount = 5 -coasting_enable = True -coasting_volume = 0.256 -coasting_min_volume = 3 -coasting_speed = 70 -travel_avoid_other_parts = False retraction_combing_max_distance = 5 +speed_infill = =speed_print +speed_print = 26 +speed_roofing = =speed_print +speed_wall_0 = =speed_print +travel_avoid_other_parts = False + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_A.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_A.inst.cfg index f511700035..598ccab5dd 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_A.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_A.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_pla +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_pla variant = DBE 0.25mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_B.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_B.inst.cfg index a2405cf489..a828f18186 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_B.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_B.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_pla +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_pla variant = DBE 0.25mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 55 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_C.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_C.inst.cfg index dca690724f..b2e5b9d234 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_C.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.25_PLA_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pla +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pla variant = DBE 0.25mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 32 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_A.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_A.inst.cfg index 0675684ff1..f2813aab0c 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_A.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_A.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_pla +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_pla variant = DBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_B.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_B.inst.cfg index 86151e291b..0f03185561 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_B.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_B.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_pla +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_pla variant = DBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_C.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_C.inst.cfg index 755790f6e6..12def78ba0 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_C.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pla +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pla variant = DBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_D.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_D.inst.cfg index 560fc90780..072a11171f 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_D.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pla +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pla variant = DBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_E.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_E.inst.cfg index 08ec8b65b6..19307d6859 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_E.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.40_PLA_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pla +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pla variant = DBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_C.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_C.inst.cfg index d7052bf577..c56591c99a 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_C.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pla +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pla variant = DBE 0.60mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_D.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_D.inst.cfg index 412623cd4f..fd82da04c2 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_D.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pla +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pla variant = DBE 0.60mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_E.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_E.inst.cfg index 44eb3227e4..dff21e738c 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_E.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pla +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pla variant = DBE 0.60mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 65 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_F.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_F.inst.cfg index 3fac5f1b3d..f22c7f8c21 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_F.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_DBE0.60_PLA_F.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_pla +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_pla variant = DBE 0.60mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 45 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_A.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_A.inst.cfg index 26992f049f..7876d3f518 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_A.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_A.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_pla +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_pla variant = FBE 0.25mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_B.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_B.inst.cfg index d3839a4cbe..e6d4d6b39d 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_B.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_B.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_pla +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_pla variant = FBE 0.25mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 55 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_C.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_C.inst.cfg index e00fca0e46..85f9a1c70c 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_C.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.25_PLA_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pla +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pla variant = FBE 0.25mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 32 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_A.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_A.inst.cfg index 60c111e150..bbc9102bea 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_A.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_A.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_pla +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_pla variant = FBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_B.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_B.inst.cfg index 32a549fa5b..b809fb53c0 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_B.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_B.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_pla +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_pla variant = FBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_C.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_C.inst.cfg index 315bacc81d..22df42990f 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_C.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pla +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pla variant = FBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_D.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_D.inst.cfg index ac7dbe969a..9deb25f0e0 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_D.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pla +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pla variant = FBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_E.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_E.inst.cfg index d74a9a1d3a..9fe00dae7e 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_E.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.40_PLA_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pla +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pla variant = FBE 0.40mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_C.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_C.inst.cfg index 4d3b7cc0c2..d8f9465c73 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_C.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_C.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pla +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pla variant = FBE 0.60mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_D.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_D.inst.cfg index 2b4650e055..a7a2a106a8 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_D.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pla +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pla variant = FBE 0.60mm [values] @@ -15,4 +15,5 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 -material_bed_temperature = 45 \ No newline at end of file +material_bed_temperature = 45 + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_E.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_E.inst.cfg index 1a448f923b..3d319b8f16 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_E.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pla +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pla variant = FBE 0.60mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 65 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_F.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_F.inst.cfg index 1f5d55a206..c6bfbef3ed 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_F.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_FBE0.60_PLA_F.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_pla +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_pla variant = FBE 0.60mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 45 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_D.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_D.inst.cfg index ffa886a8d8..cc14963678 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_D.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pla +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pla variant = V-DBE 0.80mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 150 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_E.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_E.inst.cfg index bb6dc1b1d2..54cc590337 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_E.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pla +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pla variant = V-DBE 0.80mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 110 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_F.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_F.inst.cfg index 2ffd71e191..db61932a8a 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_F.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_F.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_pla +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_pla variant = V-DBE 0.80mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 75 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_G.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_G.inst.cfg index 409e7ac399..79de0b8880 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_G.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_VDBE0.80_PLA_G.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = G definition = deltacomb_base +name = G +version = 4 [metadata] +material = generic_pla +quality_type = D060 setting_version = 20 type = quality -quality_type = D060 -material = generic_pla variant = V-DBE 0.80mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 55 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_D.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_D.inst.cfg index ac4e098d47..265ce04e9e 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_D.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_D.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pla +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pla variant = V-FBE 0.80mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 150 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_E.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_E.inst.cfg index 18bc24706c..d29d5c8bfb 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_E.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_E.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pla +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pla variant = V-FBE 0.60mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 110 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_F.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_F.inst.cfg index 012764f64f..9c131f01b5 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_F.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_F.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_pla +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_pla variant = V-FBE 0.80mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 75 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_G.inst.cfg b/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_G.inst.cfg index 3a6536f03d..a9e12aad81 100755 --- a/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_G.inst.cfg +++ b/resources/quality/deltacomb/PLA/deltacomb_VFBE0.80_PLA_G.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = G definition = deltacomb_base +name = G +version = 4 [metadata] +material = generic_pla +quality_type = D060 setting_version = 20 type = quality -quality_type = D060 -material = generic_pla variant = V-FBE 0.80mm [values] @@ -15,5 +15,6 @@ cool_fan_full_at_height = =layer_height * 4 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 100 +material_bed_temperature = 45 speed_print = 55 -material_bed_temperature = 45 \ No newline at end of file + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_A.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_A.inst.cfg index 59e8fd1414..93132491a8 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_A.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_A.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_pva +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_pva variant = DBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_B.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_B.inst.cfg index 42b951cccb..a1237204d8 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_B.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_B.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_pva +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_pva variant = DBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_C.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_C.inst.cfg index b2d5f4d05e..6d6a9ce7ae 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_C.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_C.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pva +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pva variant = DBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_D.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_D.inst.cfg index c49ba53f36..9cba1aa120 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_D.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_D.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pva +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pva variant = DBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_E.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_E.inst.cfg index fb9e59f910..d076bb2997 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_E.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.40_PVA_E.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pva +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pva variant = DBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_C.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_C.inst.cfg index 6c4303807e..7c45c6caf1 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_C.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_C.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pva +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pva variant = DBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_D.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_D.inst.cfg index 2f4e5ce032..5c319d7b08 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_D.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_D.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pva +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pva variant = DBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_E.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_E.inst.cfg index b5f8999bb9..3f86f02228 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_E.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_E.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pva +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pva variant = DBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_F.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_F.inst.cfg index 150216f26c..be15d933de 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_F.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_DBE0.60_PVA_F.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_pva +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_pva variant = DBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_A.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_A.inst.cfg index 81603f50b1..c22f45aebd 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_A.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_A.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = A definition = deltacomb_base +name = A +version = 4 [metadata] +material = generic_pva +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 -material = generic_pva variant = FBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_B.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_B.inst.cfg index 876e730533..9e342f48c7 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_B.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_B.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_pva +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_pva variant = FBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_C.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_C.inst.cfg index 6bdda17069..50f18398b3 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_C.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_C.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pva +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pva variant = FBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_D.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_D.inst.cfg index e7a76a7c94..3921e268a1 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_D.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_D.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pva +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pva variant = FBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_E.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_E.inst.cfg index bf649df21a..533597378f 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_E.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.40_PVA_E.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pva +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pva variant = FBE 0.40mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_C.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_C.inst.cfg index 23a95e6b45..49c225d78c 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_C.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_C.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_pva +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_pva variant = FBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_D.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_D.inst.cfg index be08e711bc..065c96f3d4 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_D.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_D.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pva +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pva variant = FBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_E.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_E.inst.cfg index e085226a2f..7ba424c7b7 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_E.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_E.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pva +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pva variant = FBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_F.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_F.inst.cfg index ec8b9401b2..482778628a 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_F.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_FBE0.60_PVA_F.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_pva +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_pva variant = FBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_D.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_D.inst.cfg index 0af34dc7e9..9852f60c9d 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_D.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_D.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pva +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pva variant = V-DBE 0.80mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_E.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_E.inst.cfg index cb85c2b893..be443fac40 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_E.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_E.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pva +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pva variant = V-DBE 0.80mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_F.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_F.inst.cfg index 58797ff4e6..e363f47c5c 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_F.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_F.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_pva +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_pva variant = V-DBE 0.80mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_G.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_G.inst.cfg index 81a1bb3bf4..1381ea7414 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_G.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_VDBE0.80_PVA_G.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = G definition = deltacomb_base +name = G +version = 4 [metadata] +material = generic_pva +quality_type = D060 setting_version = 20 type = quality -quality_type = D060 -material = generic_pva variant = V-DBE 0.80mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_D.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_D.inst.cfg index 1f3b9fdc1b..bd6de1b933 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_D.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_D.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_pva +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_pva variant = V-FBE 0.80mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_E.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_E.inst.cfg index 583b715e89..0b268c55f5 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_E.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_E.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = E definition = deltacomb_base +name = E +version = 4 [metadata] +material = generic_pva +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 -material = generic_pva variant = V-FBE 0.60mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_F.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_F.inst.cfg index 00f5c73b32..27c456fcfe 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_F.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_F.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = F definition = deltacomb_base +name = F +version = 4 [metadata] +material = generic_pva +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 -material = generic_pva variant = V-FBE 0.80mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_G.inst.cfg b/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_G.inst.cfg index a1b3f04205..333fb68aa8 100644 --- a/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_G.inst.cfg +++ b/resources/quality/deltacomb/PVA/deltacomb_VFBE0.80_PVA_G.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = G definition = deltacomb_base +name = G +version = 4 [metadata] +material = generic_pva +quality_type = D060 setting_version = 20 type = quality -quality_type = D060 -material = generic_pva variant = V-FBE 0.80mm [values] brim_replaces_support = False material_standby_temperature = 100 prime_tower_enable = False -support_brim_enable = True +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_brim_enable = True +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height + diff --git a/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_B.inst.cfg b/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_B.inst.cfg index c2532ef788..4cd35a2121 100644 --- a/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_B.inst.cfg +++ b/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_B.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_tpu +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_tpu variant = DBE 0.40mm [values] +acceleration_travel = 10000 cool_fan_full_at_height = =layer_height * 6 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 70 -speed_print = 25 -speed_travel = 300 -acceleration_travel = 10000 -retraction_amount = 5 -retraction_hop_enabled = False ironing_flow = 5 jerk_ironing = 5 +retraction_amount = 5 +retraction_hop_enabled = False speed_ironing = =speed_print -switch_extruder_retraction_amount = 10 \ No newline at end of file +speed_print = 25 +speed_travel = 300 +switch_extruder_retraction_amount = 10 + diff --git a/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_C.inst.cfg b/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_C.inst.cfg index cc89344995..0bac11137c 100644 --- a/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_C.inst.cfg +++ b/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_C.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_tpu +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_tpu variant = DBE 0.40mm [values] +acceleration_travel = 10000 cool_fan_full_at_height = =layer_height * 6 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 70 -speed_print = 25 -speed_travel = 300 -acceleration_travel = 10000 -retraction_amount = 5 -retraction_hop_enabled = False ironing_flow = 5 jerk_ironing = 5 +retraction_amount = 5 +retraction_hop_enabled = False speed_ironing = =speed_print -switch_extruder_retraction_amount = 10 \ No newline at end of file +speed_print = 25 +speed_travel = 300 +switch_extruder_retraction_amount = 10 + diff --git a/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_D.inst.cfg b/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_D.inst.cfg index 7994e014a8..d3f7d32db4 100644 --- a/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_D.inst.cfg +++ b/resources/quality/deltacomb/TPU/deltacomb_DBE0.40_TPU_D.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_tpu +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_tpu variant = DBE 0.40mm [values] +acceleration_travel = 10000 cool_fan_full_at_height = =layer_height * 6 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 70 -speed_print = 25 -speed_travel = 300 -acceleration_travel = 10000 -retraction_amount = 5 -retraction_hop_enabled = False ironing_flow = 5 jerk_ironing = 5 +retraction_amount = 5 +retraction_hop_enabled = False speed_ironing = =speed_print -switch_extruder_retraction_amount = 10 \ No newline at end of file +speed_print = 25 +speed_travel = 300 +switch_extruder_retraction_amount = 10 + diff --git a/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_B.inst.cfg b/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_B.inst.cfg index 6727cb8ed5..a6d8bde695 100755 --- a/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_B.inst.cfg +++ b/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_B.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = B definition = deltacomb_base +name = B +version = 4 [metadata] +material = generic_tpu +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 -material = generic_tpu variant = FBE 0.40mm [values] +acceleration_travel = 10000 cool_fan_full_at_height = =layer_height * 6 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 70 -speed_print = 25 -speed_travel = 300 -acceleration_travel = 10000 -retraction_amount = 5 -retraction_hop_enabled = False ironing_flow = 5 jerk_ironing = 5 +retraction_amount = 5 +retraction_hop_enabled = False speed_ironing = =speed_print -switch_extruder_retraction_amount = 10 \ No newline at end of file +speed_print = 25 +speed_travel = 300 +switch_extruder_retraction_amount = 10 + diff --git a/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_C.inst.cfg b/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_C.inst.cfg index 425504c187..686f9f40e9 100755 --- a/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_C.inst.cfg +++ b/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_C.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = C definition = deltacomb_base +name = C +version = 4 [metadata] +material = generic_tpu +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 -material = generic_tpu variant = FBE 0.40mm [values] +acceleration_travel = 10000 cool_fan_full_at_height = =layer_height * 6 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 70 -speed_print = 25 -speed_travel = 300 -acceleration_travel = 10000 -retraction_amount = 5 -retraction_hop_enabled = False ironing_flow = 5 jerk_ironing = 5 +retraction_amount = 5 +retraction_hop_enabled = False speed_ironing = =speed_print -switch_extruder_retraction_amount = 10 \ No newline at end of file +speed_print = 25 +speed_travel = 300 +switch_extruder_retraction_amount = 10 + diff --git a/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_D.inst.cfg b/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_D.inst.cfg index f387d0274e..fc963f29fd 100755 --- a/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_D.inst.cfg +++ b/resources/quality/deltacomb/TPU/deltacomb_FBE0.40_TPU_D.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = D definition = deltacomb_base +name = D +version = 4 [metadata] +material = generic_tpu +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 -material = generic_tpu variant = FBE 0.40mm [values] +acceleration_travel = 10000 cool_fan_full_at_height = =layer_height * 6 cool_fan_speed = 100 cool_fan_speed_max = 100 cool_fan_speed_min = 70 -speed_print = 25 -speed_travel = 300 -acceleration_travel = 10000 -retraction_amount = 5 -retraction_hop_enabled = False ironing_flow = 5 jerk_ironing = 5 +retraction_amount = 5 +retraction_hop_enabled = False speed_ironing = =speed_print -switch_extruder_retraction_amount = 10 \ No newline at end of file +speed_print = 25 +speed_travel = 300 +switch_extruder_retraction_amount = 10 + diff --git a/resources/quality/deltacomb/deltacomb_global_A.inst.cfg b/resources/quality/deltacomb/deltacomb_global_A.inst.cfg index e8e41d5936..bc8e16c9ce 100755 --- a/resources/quality/deltacomb/deltacomb_global_A.inst.cfg +++ b/resources/quality/deltacomb/deltacomb_global_A.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Extra Fine definition = deltacomb_base +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = D005 setting_version = 20 type = quality -quality_type = D005 weight = 1 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.05 -layer_height_0 = 0.1 cool_fan_enabled = True cool_min_layer_time = 10 cool_min_layer_time_fan_speed_max = 10 cool_min_speed = 5 +layer_height = 0.05 +layer_height_0 = 0.1 material_print_temperature_layer_0 = =default_material_print_temperature + 5 +prime_tower_brim_enable = False support_angle = 80 -prime_tower_brim_enable = False \ No newline at end of file + diff --git a/resources/quality/deltacomb/deltacomb_global_B.inst.cfg b/resources/quality/deltacomb/deltacomb_global_B.inst.cfg index 220aac4192..e3aa0dd4e6 100755 --- a/resources/quality/deltacomb/deltacomb_global_B.inst.cfg +++ b/resources/quality/deltacomb/deltacomb_global_B.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Fine definition = deltacomb_base +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = D010 setting_version = 20 type = quality -quality_type = D010 weight = 0 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.1 cool_fan_enabled = True cool_min_layer_time = 10 cool_min_layer_time_fan_speed_max = 10 cool_min_speed = 5 +layer_height = 0.1 material_print_temperature_layer_0 = =default_material_print_temperature + 5 +prime_tower_brim_enable = False support_angle = 65 -prime_tower_brim_enable = False \ No newline at end of file + diff --git a/resources/quality/deltacomb/deltacomb_global_C.inst.cfg b/resources/quality/deltacomb/deltacomb_global_C.inst.cfg index 554b9de913..b6ac3e887d 100755 --- a/resources/quality/deltacomb/deltacomb_global_C.inst.cfg +++ b/resources/quality/deltacomb/deltacomb_global_C.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Normal definition = deltacomb_base +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = D015 setting_version = 20 type = quality -quality_type = D015 weight = -1 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.15 cool_fan_enabled = True cool_min_layer_time = 10 cool_min_layer_time_fan_speed_max = 10 cool_min_speed = 5 +layer_height = 0.15 material_print_temperature_layer_0 = =default_material_print_temperature + 5 +prime_tower_brim_enable = False support_angle = 55 -prime_tower_brim_enable = False \ No newline at end of file + diff --git a/resources/quality/deltacomb/deltacomb_global_D.inst.cfg b/resources/quality/deltacomb/deltacomb_global_D.inst.cfg index 4fccf4df50..9fa66749bc 100755 --- a/resources/quality/deltacomb/deltacomb_global_D.inst.cfg +++ b/resources/quality/deltacomb/deltacomb_global_D.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fast definition = deltacomb_base +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = D020 setting_version = 20 type = quality -quality_type = D020 weight = -2 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.2 cool_fan_enabled = True cool_min_layer_time = 10 cool_min_layer_time_fan_speed_max = 10 cool_min_speed = 5 +layer_height = 0.2 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -prime_tower_brim_enable = False \ No newline at end of file +prime_tower_brim_enable = False + diff --git a/resources/quality/deltacomb/deltacomb_global_E.inst.cfg b/resources/quality/deltacomb/deltacomb_global_E.inst.cfg index 330fc2d42c..cd08e4daf5 100755 --- a/resources/quality/deltacomb/deltacomb_global_E.inst.cfg +++ b/resources/quality/deltacomb/deltacomb_global_E.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Extra Fast definition = deltacomb_base +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = D030 setting_version = 20 type = quality -quality_type = D030 weight = -3 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.3 cool_fan_enabled = True cool_min_layer_time = 10 cool_min_layer_time_fan_speed_max = 10 cool_min_speed = 5 +layer_height = 0.3 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -prime_tower_brim_enable = False \ No newline at end of file +prime_tower_brim_enable = False + diff --git a/resources/quality/deltacomb/deltacomb_global_F.inst.cfg b/resources/quality/deltacomb/deltacomb_global_F.inst.cfg index efd87a8296..3a87215f61 100755 --- a/resources/quality/deltacomb/deltacomb_global_F.inst.cfg +++ b/resources/quality/deltacomb/deltacomb_global_F.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Coarse definition = deltacomb_base +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = D045 setting_version = 20 type = quality -quality_type = D045 weight = -4 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.45 cool_fan_enabled = True cool_min_layer_time = 10 cool_min_layer_time_fan_speed_max = 10 cool_min_speed = 5 +layer_height = 0.45 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -prime_tower_brim_enable = False \ No newline at end of file +prime_tower_brim_enable = False + diff --git a/resources/quality/deltacomb/deltacomb_global_G.inst.cfg b/resources/quality/deltacomb/deltacomb_global_G.inst.cfg index c91b2c8e28..590522083d 100755 --- a/resources/quality/deltacomb/deltacomb_global_G.inst.cfg +++ b/resources/quality/deltacomb/deltacomb_global_G.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Extra Coarse definition = deltacomb_base +name = Extra Coarse +version = 4 [metadata] +global_quality = True +quality_type = D060 setting_version = 20 type = quality -quality_type = D060 weight = -5 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.6 cool_fan_enabled = True cool_min_layer_time = 10 cool_min_layer_time_fan_speed_max = 10 cool_min_speed = 5 +layer_height = 0.6 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -prime_tower_brim_enable = False \ No newline at end of file +prime_tower_brim_enable = False + diff --git a/resources/quality/diy220/diy220_draft.inst.cfg b/resources/quality/diy220/diy220_draft.inst.cfg index 8ddc366300..68609b688d 100644 --- a/resources/quality/diy220/diy220_draft.inst.cfg +++ b/resources/quality/diy220/diy220_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft definition = diy220 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/diy220/diy220_fast.inst.cfg b/resources/quality/diy220/diy220_fast.inst.cfg index 0364b94bd9..755c313969 100644 --- a/resources/quality/diy220/diy220_fast.inst.cfg +++ b/resources/quality/diy220/diy220_fast.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = diy220 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/diy220/diy220_high.inst.cfg b/resources/quality/diy220/diy220_high.inst.cfg index a952bc60c0..0176770680 100644 --- a/resources/quality/diy220/diy220_high.inst.cfg +++ b/resources/quality/diy220/diy220_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = diy220 +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 + diff --git a/resources/quality/diy220/diy220_normal.inst.cfg b/resources/quality/diy220/diy220_normal.inst.cfg index 9120f89b7f..6c31e9b796 100644 --- a/resources/quality/diy220/diy220_normal.inst.cfg +++ b/resources/quality/diy220/diy220_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine definition = diy220 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] + diff --git a/resources/quality/draft.inst.cfg b/resources/quality/draft.inst.cfg index c083eb8178..67a0eb03cf 100644 --- a/resources/quality/draft.inst.cfg +++ b/resources/quality/draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft definition = fdmprinter +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg index 92a592c198..70a8dd15a3 100644 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg @@ -1,26 +1,25 @@ [general] -version = 4 -name = Draft definition = elegoo_neptune_2 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] acceleration_enabled = True -jerk_enabled = True -layer_height = 0.28 -layer_height_0 = 0.28 - bottom_layers = =999999 if infill_sparse_density == 100 else math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4)) coasting_enable = False infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) infill_pattern = grid infill_sparse_density = 10.0 +jerk_enabled = True +layer_height = 0.28 +layer_height_0 = 0.28 material_flow_layer_0 = 95 retraction_amount = 6 roofing_layer_count = 1 @@ -36,4 +35,5 @@ wall_0_material_flow = 95 wall_0_wipe_dist = 0.4 wall_thickness = 1.2 z_seam_corner = z_seam_corner_weighted -z_seam_type = sharpest_corner \ No newline at end of file +z_seam_type = sharpest_corner + diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg index afaa645b3e..6070012cce 100644 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg @@ -1,34 +1,34 @@ [general] -version = 4 -name = Fine definition = elegoo_neptune_2 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 1 -global_quality = True [values] acceleration_enabled = True -jerk_enabled = True -layer_height = 0.12 -layer_height_0 = 0.2 -support_enable = False - coasting_enable = False infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) infill_pattern = grid infill_sparse_density = 25 +jerk_enabled = True +layer_height = 0.12 +layer_height_0 = 0.2 material_flow_layer_0 = 95 retraction_amount = 6 skirt_brim_speed = 25.0 speed_layer_0 = 25.0 speed_travel_layer_0 = 125.0 speed_wall_x = 50.0 +support_enable = False top_bottom_thickness = 1 wall_0_material_flow = 95 wall_0_wipe_dist = 0.4 wall_thickness = 1.2 -z_seam_type = sharpest_corner \ No newline at end of file +z_seam_type = sharpest_corner + diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg index bf9c8b8445..f87ef1f896 100644 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg @@ -1,27 +1,25 @@ [general] -version = 4 -name = Normal definition = elegoo_neptune_2 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] acceleration_enabled = True adhesion_type = skirt -jerk_enabled = True -layer_height = 0.2 -layer_height_0 = 0.2 -support_enable = False - coasting_enable = False infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) infill_pattern = grid infill_sparse_density = 25 +jerk_enabled = True +layer_height = 0.2 +layer_height_0 = 0.2 material_flow_layer_0 = 95 retraction_amount = 6 skin_angles = [90 ] @@ -33,6 +31,7 @@ skirt_brim_speed = 25.0 speed_layer_0 = 25.0 speed_travel_layer_0 = 125.0 speed_wall_x = 50.0 +support_enable = False support_xy_distance = 0.2 top_bottom_thickness = 1 wall_0_inset = 0.2 @@ -40,3 +39,4 @@ wall_0_material_flow = 95 wall_0_wipe_dist = 0.4 wall_thickness = 1.2 z_seam_type = sharpest_corner + diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg index 0a5b076baa..92cd8fac45 100644 --- a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg @@ -1,26 +1,25 @@ [general] -version = 4 -name = Draft definition = elegoo_neptune_2D +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] acceleration_enabled = True -jerk_enabled = True -layer_height = 0.28 -layer_height_0 = 0.28 - bottom_layers = =999999 if infill_sparse_density == 100 else math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4)) coasting_enable = False infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) infill_pattern = grid infill_sparse_density = 10.0 +jerk_enabled = True +layer_height = 0.28 +layer_height_0 = 0.28 material_flow_layer_0 = 95 retraction_amount = 6 roofing_layer_count = 1 @@ -36,4 +35,5 @@ wall_0_material_flow = 95 wall_0_wipe_dist = 0.4 wall_thickness = 1.2 z_seam_corner = z_seam_corner_weighted -z_seam_type = sharpest_corner \ No newline at end of file +z_seam_type = sharpest_corner + diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg index 7fb24a1a41..3b42fa179d 100644 --- a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg @@ -1,34 +1,34 @@ [general] -version = 4 -name = Fine definition = elegoo_neptune_2D +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 1 -global_quality = True [values] acceleration_enabled = True -jerk_enabled = True -layer_height = 0.12 -layer_height_0 = 0.2 -support_enable = False - coasting_enable = False infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) infill_pattern = grid infill_sparse_density = 25 +jerk_enabled = True +layer_height = 0.12 +layer_height_0 = 0.2 material_flow_layer_0 = 95 retraction_amount = 6 skirt_brim_speed = 25.0 speed_layer_0 = 25.0 speed_travel_layer_0 = 125.0 speed_wall_x = 50.0 +support_enable = False top_bottom_thickness = 1 wall_0_material_flow = 95 wall_0_wipe_dist = 0.4 wall_thickness = 1.2 -z_seam_type = sharpest_corner \ No newline at end of file +z_seam_type = sharpest_corner + diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg index 2ed5c6ad76..da50643bd8 100644 --- a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg @@ -1,27 +1,25 @@ [general] -version = 4 -name = Normal definition = elegoo_neptune_2D +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] acceleration_enabled = True adhesion_type = skirt -jerk_enabled = True -layer_height = 0.2 -layer_height_0 = 0.2 -support_enable = False - coasting_enable = False infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) infill_pattern = grid infill_sparse_density = 25 +jerk_enabled = True +layer_height = 0.2 +layer_height_0 = 0.2 material_flow_layer_0 = 95 retraction_amount = 6 skin_angles = [90 ] @@ -33,6 +31,7 @@ skirt_brim_speed = 25.0 speed_layer_0 = 25.0 speed_travel_layer_0 = 125.0 speed_wall_x = 50.0 +support_enable = False support_xy_distance = 0.2 top_bottom_thickness = 1 wall_0_inset = 0.2 @@ -40,3 +39,4 @@ wall_0_material_flow = 95 wall_0_wipe_dist = 0.4 wall_thickness = 1.2 z_seam_type = sharpest_corner + diff --git a/resources/quality/eryone_er20/eryone_er20_draft.inst.cfg b/resources/quality/eryone_er20/eryone_er20_draft.inst.cfg index 3cf7e3c1f3..a3389eb955 100644 --- a/resources/quality/eryone_er20/eryone_er20_draft.inst.cfg +++ b/resources/quality/eryone_er20/eryone_er20_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = eryone_er20 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] acceleration_print = 1500 @@ -16,3 +16,4 @@ layer_height = 0.3 layer_height_0 = 0.3 speed_print = 80 speed_support = 60 + diff --git a/resources/quality/eryone_er20/eryone_er20_high.inst.cfg b/resources/quality/eryone_er20/eryone_er20_high.inst.cfg index e8b8fb09e0..d9f1eca336 100644 --- a/resources/quality/eryone_er20/eryone_er20_high.inst.cfg +++ b/resources/quality/eryone_er20/eryone_er20_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = eryone_er20 +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] acceleration_print = 500 @@ -16,3 +16,4 @@ layer_height = 0.15 layer_height_0 = 0.2 speed_print = 50 speed_support = 30 + diff --git a/resources/quality/eryone_er20/eryone_er20_normal.inst.cfg b/resources/quality/eryone_er20/eryone_er20_normal.inst.cfg index 89a8af5b8c..d8218f6da9 100644 --- a/resources/quality/eryone_er20/eryone_er20_normal.inst.cfg +++ b/resources/quality/eryone_er20/eryone_er20_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = eryone_er20 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] acceleration_print = 1000 @@ -16,3 +16,4 @@ layer_height = 0.2 layer_height_0 = 0.2 speed_print = 50 speed_support = 30 + diff --git a/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg index 4b2e7d29fc..ccb651d98a 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Extra Fast definition = eryone_thinker +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -global_quality = True [values] acceleration_print = 1500 acceleration_travel = 3000 +bottom_layers = 2 infill_sparse_density = 10 initial_layer_line_width_factor = 100.0 layer_height = 0.3 skirt_brim_speed = =math.ceil(speed_print * 40 / 50) -speed_print = 100.0 speed_infill = =math.ceil(speed_print * 60 / 50) +speed_layer_0 = =math.ceil(speed_print * 40 / 50) +speed_print = 100.0 speed_topbottom = =math.ceil(speed_print * 40 / 50) speed_travel = =speed_print if magic_spiralize else 150 -speed_layer_0 = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_print * 40 / 50) speed_wall_x = =math.ceil(speed_print * 60 / 50) top_layers = 4 -bottom_layers = 2 wall_line_count = 2 + diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg index b9912cd7a0..e9ea37e539 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fast definition = eryone_thinker +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] acceleration_print = 1500 acceleration_travel = 3000 +bottom_layers = 3 infill_sparse_density = 15 initial_layer_line_width_factor = 110.0 layer_height = 0.25 @@ -21,5 +22,5 @@ speed_topbottom = =math.ceil(speed_print * 40 / 60) speed_travel = =speed_print if magic_spiralize else 150 speed_wall_x = =math.ceil(speed_print * 80 / 60) top_layers = 5 -bottom_layers = 3 -wall_line_count = 2 \ No newline at end of file +wall_line_count = 2 + diff --git a/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg index 858e107bbb..9b732e0b1b 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine definition = eryone_thinker +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 2 -global_quality = True [values] alternate_extra_perimeter = true +bottom_layers = 8 infill_sparse_density = 30 initial_layer_line_width_factor = 130.0 layer_height = 0.1 @@ -19,4 +20,4 @@ speed_print = 40.0 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_travel = =speed_print if magic_spiralize else 100 top_layers = 12 -bottom_layers = 8 + diff --git a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg index 481bb42eaa..a762a91782 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = High definition = eryone_thinker +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] alternate_extra_perimeter = true +bottom_layers = 6 infill_sparse_density = 25 initial_layer_line_width_factor = 125.0 layer_height = 0.15 @@ -19,4 +20,4 @@ speed_print = 50.0 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_travel = =speed_print if magic_spiralize else 100 top_layers = 8 -bottom_layers = 6 + diff --git a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg index 48c787bc3b..9458fe1191 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal definition = eryone_thinker +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] + diff --git a/resources/quality/extra_coarse.inst.cfg b/resources/quality/extra_coarse.inst.cfg index 0f08ddaaef..d6fd2e3aac 100644 --- a/resources/quality/extra_coarse.inst.cfg +++ b/resources/quality/extra_coarse.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Coarse definition = fdmprinter +name = Extra Coarse +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = -4 -global_quality = True [values] layer_height = 0.6 + diff --git a/resources/quality/extra_fast.inst.cfg b/resources/quality/extra_fast.inst.cfg index 70571c423f..bcb25fcc21 100644 --- a/resources/quality/extra_fast.inst.cfg +++ b/resources/quality/extra_fast.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = fdmprinter +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/fabtotum/fabtotum_abs_fast.inst.cfg b/resources/quality/fabtotum/fabtotum_abs_fast.inst.cfg index 641a52be30..3ffb636307 100644 --- a/resources/quality/fabtotum/fabtotum_abs_fast.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_abs_fast.inst.cfg @@ -1,19 +1,18 @@ [general] -version = 4 definition = fabtotum name = Fast Quality +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_abs variant = Lite 0.4 mm +weight = -1 [values] adhesion_type = raft -speed_print = 80 cool_fan_enabled = False cool_fan_full_at_height = 0.4 cool_fan_speed = 50 @@ -21,3 +20,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 50 cool_min_layer_time = 3 cool_min_speed = 20 +speed_print = 80 + diff --git a/resources/quality/fabtotum/fabtotum_abs_high.inst.cfg b/resources/quality/fabtotum/fabtotum_abs_high.inst.cfg index a4e802f37a..d66a613ef1 100644 --- a/resources/quality/fabtotum/fabtotum_abs_high.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_abs_high.inst.cfg @@ -1,19 +1,18 @@ [general] -version = 4 definition = fabtotum name = High Quality +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = Lite 0.4 mm +weight = 1 [values] adhesion_type = raft -speed_print = 45 cool_fan_enabled = False cool_fan_full_at_height = 0.2 cool_fan_speed = 50 @@ -21,3 +20,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 50 cool_min_layer_time = 3 cool_min_speed = 20 +speed_print = 45 + diff --git a/resources/quality/fabtotum/fabtotum_abs_normal.inst.cfg b/resources/quality/fabtotum/fabtotum_abs_normal.inst.cfg index 99f8ec4e56..8d5b058b19 100644 --- a/resources/quality/fabtotum/fabtotum_abs_normal.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_abs_normal.inst.cfg @@ -1,19 +1,18 @@ [general] -version = 4 definition = fabtotum name = Normal Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = Lite 0.4 mm +weight = 0 [values] adhesion_type = raft -speed_print = 60 cool_fan_enabled = False cool_fan_full_at_height = 0.3 cool_fan_speed = 50 @@ -21,3 +20,5 @@ cool_fan_speed_max = 50 cool_fan_speed_min = 50 cool_min_layer_time = 3 cool_min_speed = 20 +speed_print = 60 + diff --git a/resources/quality/fabtotum/fabtotum_nylon_fast.inst.cfg b/resources/quality/fabtotum/fabtotum_nylon_fast.inst.cfg index 9a61677c9d..0d05219ad3 100644 --- a/resources/quality/fabtotum/fabtotum_nylon_fast.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_nylon_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast Quality definition = fabtotum +name = Fast Quality +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_nylon variant = Lite 0.4 mm +weight = -1 [values] adhesion_type = raft @@ -26,9 +26,9 @@ infill_sparse_density = 24 line_width = =machine_nozzle_size material_flow = 100 raft_airgap = 0.22 -raft_base_line_width= =line_width * 2 +raft_base_line_width = =line_width * 2 raft_base_thickness = =layer_height_0 * 2 -raft_interface_line_width = =line_width +raft_interface_line_width = =line_width raft_interface_thickness = =layer_height raft_margin = 5 raft_surface_layers = 2 @@ -54,3 +54,4 @@ support_z_distance = 0.15 top_bottom_thickness = 0.8 wall_thickness = 0.8 z_seam_type = random + diff --git a/resources/quality/fabtotum/fabtotum_nylon_high.inst.cfg b/resources/quality/fabtotum/fabtotum_nylon_high.inst.cfg index 1d1eedf3f4..8e296134e9 100644 --- a/resources/quality/fabtotum/fabtotum_nylon_high.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_nylon_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High Quality definition = fabtotum +name = High Quality +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = Lite 0.4 mm +weight = 1 [values] adhesion_type = raft @@ -26,9 +26,9 @@ infill_sparse_density = 24 line_width = =machine_nozzle_size material_flow = 100 raft_airgap = 0.22 -raft_base_line_width= =line_width * 2 +raft_base_line_width = =line_width * 2 raft_base_thickness = =layer_height_0 * 2 -raft_interface_line_width = =line_width +raft_interface_line_width = =line_width raft_interface_thickness = =layer_height raft_margin = 5 raft_surface_layers = 2 @@ -54,3 +54,4 @@ support_z_distance = 0.15 top_bottom_thickness = 0.8 wall_thickness = 0.8 z_seam_type = random + diff --git a/resources/quality/fabtotum/fabtotum_nylon_normal.inst.cfg b/resources/quality/fabtotum/fabtotum_nylon_normal.inst.cfg index 4920f1750f..5f1dc62c1b 100644 --- a/resources/quality/fabtotum/fabtotum_nylon_normal.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_nylon_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal Quality definition = fabtotum +name = Normal Quality +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = Lite 0.4 mm +weight = 0 [values] adhesion_type = raft @@ -26,9 +26,9 @@ infill_sparse_density = 24 line_width = =machine_nozzle_size material_flow = 100 raft_airgap = 0.22 -raft_base_line_width= =line_width * 2 +raft_base_line_width = =line_width * 2 raft_base_thickness = =layer_height_0 * 2 -raft_interface_line_width = =line_width +raft_interface_line_width = =line_width raft_interface_thickness = =layer_height raft_margin = 5 raft_surface_layers = 2 @@ -54,3 +54,4 @@ support_z_distance = 0.15 top_bottom_thickness = 0.8 wall_thickness = 0.8 z_seam_type = random + diff --git a/resources/quality/fabtotum/fabtotum_pla_fast.inst.cfg b/resources/quality/fabtotum/fabtotum_pla_fast.inst.cfg index 5247ca4719..b3565dd8ac 100644 --- a/resources/quality/fabtotum/fabtotum_pla_fast.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_pla_fast.inst.cfg @@ -1,19 +1,18 @@ [general] -version = 4 definition = fabtotum name = Fast Quality +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = Lite 0.4 mm +weight = -1 [values] adhesion_type = skirt -speed_print = 80 cool_fan_enabled = True cool_fan_full_at_height = 0.4 cool_fan_speed = 100 @@ -21,3 +20,5 @@ cool_fan_speed_max = 100 cool_fan_speed_min = 100 cool_min_layer_time = 5 cool_min_speed = 20 +speed_print = 80 + diff --git a/resources/quality/fabtotum/fabtotum_pla_high.inst.cfg b/resources/quality/fabtotum/fabtotum_pla_high.inst.cfg index 20a2340870..d6032ac5eb 100644 --- a/resources/quality/fabtotum/fabtotum_pla_high.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_pla_high.inst.cfg @@ -1,19 +1,18 @@ [general] -version = 4 definition = fabtotum name = High Quality +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = Lite 0.4 mm +weight = 1 [values] adhesion_type = skirt -speed_print = 45 cool_fan_enabled = True cool_fan_full_at_height = 0.2 cool_fan_speed = 100 @@ -21,3 +20,5 @@ cool_fan_speed_max = 100 cool_fan_speed_min = 100 cool_min_layer_time = 5 cool_min_speed = 20 +speed_print = 45 + diff --git a/resources/quality/fabtotum/fabtotum_pla_normal.inst.cfg b/resources/quality/fabtotum/fabtotum_pla_normal.inst.cfg index ea267e88ac..49bc29f08e 100644 --- a/resources/quality/fabtotum/fabtotum_pla_normal.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_pla_normal.inst.cfg @@ -1,19 +1,18 @@ [general] -version = 4 definition = fabtotum name = Normal Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = Lite 0.4 mm +weight = 0 [values] adhesion_type = skirt -speed_print = 60 cool_fan_enabled = True cool_fan_full_at_height = 0.3 cool_fan_speed = 100 @@ -21,3 +20,5 @@ cool_fan_speed_max = 100 cool_fan_speed_min = 100 cool_min_layer_time = 5 cool_min_speed = 20 +speed_print = 60 + diff --git a/resources/quality/fabtotum/fabtotum_tpu_fast.inst.cfg b/resources/quality/fabtotum/fabtotum_tpu_fast.inst.cfg index ddad87e2d1..4f74669511 100644 --- a/resources/quality/fabtotum/fabtotum_tpu_fast.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_tpu_fast.inst.cfg @@ -1,19 +1,18 @@ [general] -version = 4 definition = fabtotum name = Fast Quality +version = 4 [metadata] -type = quality -setting_version = 20 material = generic_tpu -variant = Lite 0.4 mm quality_type = fast +setting_version = 20 +type = quality +variant = Lite 0.4 mm weight = -1 [values] adhesion_type = skirt -speed_print = 80 cool_fan_enabled = True cool_fan_full_at_height = 0.4 cool_fan_speed = 100 @@ -21,4 +20,5 @@ cool_fan_speed_max = 100 cool_fan_speed_min = 100 cool_min_layer_time = 5 cool_min_speed = 20 +speed_print = 80 diff --git a/resources/quality/fabtotum/fabtotum_tpu_high.inst.cfg b/resources/quality/fabtotum/fabtotum_tpu_high.inst.cfg index 5db8f1172e..049f78f641 100644 --- a/resources/quality/fabtotum/fabtotum_tpu_high.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_tpu_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 definition = fabtotum name = High Quality +version = 4 [metadata] -type = quality -setting_version = 20 material = generic_tpu -variant = Lite 0.4 mm quality_type = high +setting_version = 20 +type = quality +variant = Lite 0.4 mm weight = 1 [values] diff --git a/resources/quality/fabtotum/fabtotum_tpu_normal.inst.cfg b/resources/quality/fabtotum/fabtotum_tpu_normal.inst.cfg index 3f09c8ea16..38b1d06256 100644 --- a/resources/quality/fabtotum/fabtotum_tpu_normal.inst.cfg +++ b/resources/quality/fabtotum/fabtotum_tpu_normal.inst.cfg @@ -1,19 +1,18 @@ [general] -version = 4 definition = fabtotum name = Normal Quality +version = 4 [metadata] -type = quality -setting_version = 20 material = generic_tpu -variant = Lite 0.4 mm quality_type = normal +setting_version = 20 +type = quality +variant = Lite 0.4 mm weight = 0 [values] adhesion_type = skirt -speed_print = 80 cool_fan_enabled = True cool_fan_full_at_height = 0.3 cool_fan_speed = 100 @@ -21,4 +20,5 @@ cool_fan_speed_max = 100 cool_fan_speed_min = 100 cool_min_layer_time = 5 cool_min_speed = 20 +speed_print = 80 diff --git a/resources/quality/fabxpro/fabxpro_abs_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_abs_draft.inst.cfg index cf71e68d00..9cd8bc1da8 100644 --- a/resources/quality/fabxpro/fabxpro_abs_draft.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_abs_draft.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Draft definition = fabxpro +name = Draft +version = 4 [metadata] +global_quality = True +material = redd_abs +quality_type = Draft setting_version = 20 type = quality -quality_type = Draft weight = -2 -material = redd_abs -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.3 layer_height_0 = 0.35 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_abs_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_abs_fine.inst.cfg index 230656ba2b..d42648cf35 100644 --- a/resources/quality/fabxpro/fabxpro_abs_fine.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_abs_fine.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Fine definition = fabxpro +name = Fine +version = 4 [metadata] +global_quality = True +material = redd_abs +quality_type = Fine setting_version = 20 type = quality -quality_type = Fine weight = -2 -material = redd_abs -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.1 layer_height_0 = 0.15 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_abs_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_abs_normal.inst.cfg index ecb065f17d..747d982d50 100644 --- a/resources/quality/fabxpro/fabxpro_abs_normal.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_abs_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal definition = fabxpro +name = Normal +version = 4 [metadata] +global_quality = True +material = redd_abs +quality_type = Normal setting_version = 20 type = quality -quality_type = Normal weight = -2 -material = redd_abs -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.2 layer_height_0 = 0.3 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_asa_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_asa_draft.inst.cfg index 501d0ba59b..ffa467c21e 100644 --- a/resources/quality/fabxpro/fabxpro_asa_draft.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_asa_draft.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Draft definition = fabxpro +name = Draft +version = 4 [metadata] +global_quality = True +material = redd_asa +quality_type = Draft setting_version = 20 type = quality -quality_type = Draft weight = -2 -material = redd_asa -global_quality = True - [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.3 layer_height_0 = 0.35 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_asa_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_asa_fine.inst.cfg index 446d0c3a92..134085a259 100644 --- a/resources/quality/fabxpro/fabxpro_asa_fine.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_asa_fine.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Fine definition = fabxpro +name = Fine +version = 4 [metadata] +global_quality = True +material = redd_asa +quality_type = Fine setting_version = 20 type = quality -quality_type = Fine weight = -2 -material = redd_asa -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.1 layer_height_0 = 0.15 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 diff --git a/resources/quality/fabxpro/fabxpro_asa_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_asa_normal.inst.cfg index eab648ad18..742fc1fcc5 100644 --- a/resources/quality/fabxpro/fabxpro_asa_normal.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_asa_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal definition = fabxpro +name = Normal +version = 4 [metadata] +global_quality = True +material = redd_asa +quality_type = Normal setting_version = 20 type = quality -quality_type = Normal weight = -2 -material = redd_asa -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.2 layer_height_0 = 0.3 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 +support_pattern = lines +support_xy_distance = 0.85 support_z_distance = 0.15 -support_xy_distance = 0.85 \ No newline at end of file + diff --git a/resources/quality/fabxpro/fabxpro_hips_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_hips_draft.inst.cfg index 1e559075aa..e6edb8fcd8 100644 --- a/resources/quality/fabxpro/fabxpro_hips_draft.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_hips_draft.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Draft definition = fabxpro +name = Draft +version = 4 [metadata] +global_quality = True +material = redd_hips +quality_type = Draft setting_version = 20 type = quality -quality_type = Draft weight = -2 -material = redd_hips -global_quality = True - [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.3 layer_height_0 = 0.35 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_hips_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_hips_fine.inst.cfg index 4939b47787..81105b7a2c 100644 --- a/resources/quality/fabxpro/fabxpro_hips_fine.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_hips_fine.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Fine definition = fabxpro +name = Fine +version = 4 [metadata] +global_quality = True +material = redd_hips +quality_type = Fine setting_version = 20 type = quality -quality_type = Fine weight = -2 -material = redd_hips -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.1 layer_height_0 = 0.15 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 diff --git a/resources/quality/fabxpro/fabxpro_hips_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_hips_normal.inst.cfg index ecf4b049bf..8aaf19d2e8 100644 --- a/resources/quality/fabxpro/fabxpro_hips_normal.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_hips_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal definition = fabxpro +name = Normal +version = 4 [metadata] +global_quality = True +material = redd_hips +quality_type = Normal setting_version = 20 type = quality -quality_type = Normal weight = -2 -material = redd_hips -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.2 layer_height_0 = 0.3 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 +support_pattern = lines +support_xy_distance = 0.85 support_z_distance = 0.15 -support_xy_distance = 0.85 \ No newline at end of file + diff --git a/resources/quality/fabxpro/fabxpro_nylon_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_nylon_draft.inst.cfg index 0d2f425761..040c35b835 100644 --- a/resources/quality/fabxpro/fabxpro_nylon_draft.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_nylon_draft.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Draft definition = fabxpro +name = Draft +version = 4 [metadata] +global_quality = True +material = redd_nylon +quality_type = Draft setting_version = 20 type = quality -quality_type = Draft weight = -2 -material = redd_nylon -global_quality = True - [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.3 layer_height_0 = 0.35 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_nylon_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_nylon_fine.inst.cfg index 2881c04058..f6353cda5d 100644 --- a/resources/quality/fabxpro/fabxpro_nylon_fine.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_nylon_fine.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Fine definition = fabxpro +name = Fine +version = 4 [metadata] +global_quality = True +material = redd_nylon +quality_type = Fine setting_version = 20 type = quality -quality_type = Fine weight = -2 -material = redd_nylon -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.1 layer_height_0 = 0.15 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 diff --git a/resources/quality/fabxpro/fabxpro_nylon_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_nylon_normal.inst.cfg index 4a1cdda3fb..1bea56103e 100644 --- a/resources/quality/fabxpro/fabxpro_nylon_normal.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_nylon_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal definition = fabxpro +name = Normal +version = 4 [metadata] +global_quality = True +material = redd_nylon +quality_type = Normal setting_version = 20 type = quality -quality_type = Normal weight = -2 -material = redd_nylon -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.2 layer_height_0 = 0.3 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 +support_pattern = lines +support_xy_distance = 0.85 support_z_distance = 0.15 -support_xy_distance = 0.85 \ No newline at end of file + diff --git a/resources/quality/fabxpro/fabxpro_petg_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_petg_draft.inst.cfg index ca967aa81b..cf85a2cd40 100644 --- a/resources/quality/fabxpro/fabxpro_petg_draft.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_petg_draft.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Draft definition = fabxpro +name = Draft +version = 4 [metadata] +global_quality = True +material = redd_petg +quality_type = Draft setting_version = 20 type = quality -quality_type = Draft weight = -2 -material = redd_petg -global_quality = True - [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.3 layer_height_0 = 0.35 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_petg_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_petg_fine.inst.cfg index feb1cad47d..de4cfad88c 100644 --- a/resources/quality/fabxpro/fabxpro_petg_fine.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_petg_fine.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Fine definition = fabxpro +name = Fine +version = 4 [metadata] +global_quality = True +material = redd_petg +quality_type = Fine setting_version = 20 type = quality -quality_type = Fine weight = -2 -material = redd_petg -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.1 layer_height_0 = 0.15 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 diff --git a/resources/quality/fabxpro/fabxpro_petg_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_petg_normal.inst.cfg index 211549ed58..d3f39ba3ad 100644 --- a/resources/quality/fabxpro/fabxpro_petg_normal.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_petg_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal definition = fabxpro +name = Normal +version = 4 [metadata] +global_quality = True +material = redd_petg +quality_type = Normal setting_version = 20 type = quality -quality_type = Normal weight = -2 -material = redd_petg -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.2 layer_height_0 = 0.3 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 +support_pattern = lines +support_xy_distance = 0.85 support_z_distance = 0.15 -support_xy_distance = 0.85 \ No newline at end of file + diff --git a/resources/quality/fabxpro/fabxpro_pla_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_pla_draft.inst.cfg index ba168e0fb7..5fe07b875d 100644 --- a/resources/quality/fabxpro/fabxpro_pla_draft.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_pla_draft.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 -name = Draft definition = fabxpro +name = Draft +version = 4 [metadata] +global_quality = True +material = redd_pla +quality_type = Draft setting_version = 20 type = quality -quality_type = Draft weight = -2 -material = redd_pla -global_quality = True [values] -layer_height = 0.3 -layer_height_0 = 0.35 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 -retraction_amount = 1 -retraction_speed = 40 adhesion_type = skirt cool_fan_enabled = true -cool_fan_speed = 100 cool_fan_full_at_height = 0.6 +cool_fan_speed = 100 +infill_before_walls = False +initial_layer_line_width_factor = 150 +layer_height = 0.3 +layer_height_0 = 0.35 +retraction_amount = 1 +retraction_speed = 40 +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_pla_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_pla_fine.inst.cfg index 6055def2b3..11d51f0a5f 100644 --- a/resources/quality/fabxpro/fabxpro_pla_fine.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_pla_fine.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 -name = Fine definition = fabxpro +name = Fine +version = 4 [metadata] +global_quality = True +material = redd_pla +quality_type = Fine setting_version = 20 type = quality -quality_type = Fine weight = -2 -material = redd_pla -global_quality = True [values] -layer_height = 0.1 -layer_height_0 = 0.15 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 -retraction_amount = 1 -retraction_speed = 40 adhesion_type = skirt cool_fan_enabled = true -cool_fan_speed = 100 cool_fan_full_at_height = 0.6 +cool_fan_speed = 100 +infill_before_walls = False +initial_layer_line_width_factor = 150 +layer_height = 0.1 +layer_height_0 = 0.15 +retraction_amount = 1 +retraction_speed = 40 +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_pla_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_pla_normal.inst.cfg index 7542e0f623..a595a08a85 100644 --- a/resources/quality/fabxpro/fabxpro_pla_normal.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_pla_normal.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 -name = Normal definition = fabxpro +name = Normal +version = 4 [metadata] +global_quality = True +material = redd_pla +quality_type = Normal setting_version = 20 type = quality -quality_type = Normal weight = -2 -material = redd_pla -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.3 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 55 -speed_travel = 70 -retraction_amount = 1 -retraction_speed = 40 adhesion_type = skirt cool_fan_enabled = true -cool_fan_speed = 100 cool_fan_full_at_height = 0.6 +cool_fan_speed = 100 +infill_before_walls = False +initial_layer_line_width_factor = 150 +layer_height = 0.2 +layer_height_0 = 0.3 +retraction_amount = 1 +retraction_speed = 40 +speed_print = 55 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_tpe_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_tpe_draft.inst.cfg index 2ee918bfb5..a06d8f64b3 100644 --- a/resources/quality/fabxpro/fabxpro_tpe_draft.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_tpe_draft.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Draft definition = fabxpro +name = Draft +version = 4 [metadata] +global_quality = True +material = redd_tpe +quality_type = Draft setting_version = 20 type = quality -quality_type = Draft weight = -2 -material = redd_tpe -global_quality = True - [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.3 layer_height_0 = 0.35 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 35 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 35 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 + diff --git a/resources/quality/fabxpro/fabxpro_tpe_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_tpe_fine.inst.cfg index 38a62e1a49..8dfeb66cc3 100644 --- a/resources/quality/fabxpro/fabxpro_tpe_fine.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_tpe_fine.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Fine definition = fabxpro +name = Fine +version = 4 [metadata] +global_quality = True +material = redd_tpe +quality_type = Fine setting_version = 20 type = quality -quality_type = Fine weight = -2 -material = redd_tpe -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.1 layer_height_0 = 0.15 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 35 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 35 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 -support_z_distance = 0.15 +support_pattern = lines support_xy_distance = 0.85 +support_z_distance = 0.15 diff --git a/resources/quality/fabxpro/fabxpro_tpe_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_tpe_normal.inst.cfg index 56bd479f90..14fab36ec4 100644 --- a/resources/quality/fabxpro/fabxpro_tpe_normal.inst.cfg +++ b/resources/quality/fabxpro/fabxpro_tpe_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal definition = fabxpro +name = Normal +version = 4 [metadata] +global_quality = True +material = redd_tpe +quality_type = Normal setting_version = 20 type = quality -quality_type = Normal weight = -2 -material = redd_tpe -global_quality = True [values] +adhesion_type = raft +cool_fan_enabled = False +infill_before_walls = False +initial_layer_line_width_factor = 150 layer_height = 0.2 layer_height_0 = 0.3 -initial_layer_line_width_factor = 150 -infill_before_walls = False -speed_print = 35 -speed_travel = 70 +raft_airgap = 0.35 +raft_base_thickness = 0.6 +raft_margin = 5 +raft_surface_layers = 1 +raft_surface_line_spacing = 0.6 +raft_surface_thickness = 0.1 retraction_amount = 1 retraction_speed = 40 -adhesion_type = raft -raft_margin = 5 -raft_airgap = 0.35 -raft_surface_layers = 1 -raft_surface_thickness = 0.1 -raft_surface_line_spacing = 0.6 -raft_base_thickness = 0.6 -cool_fan_enabled = False +speed_print = 35 +speed_travel = 70 support_enable = True -support_pattern = lines support_infill_rate = 15 +support_pattern = lines +support_xy_distance = 0.85 support_z_distance = 0.15 -support_xy_distance = 0.85 \ No newline at end of file + diff --git a/resources/quality/fast.inst.cfg b/resources/quality/fast.inst.cfg index 82394ae0ec..2bce9b7e40 100644 --- a/resources/quality/fast.inst.cfg +++ b/resources/quality/fast.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Normal definition = fdmprinter +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] +cool_min_layer_time = 3 infill_sparse_density = 10 layer_height = 0.15 -cool_min_layer_time = 3 -speed_wall_0 = =math.ceil(speed_print * 40 / 60) -speed_wall_x = =math.ceil(speed_print * 80 / 60) speed_infill = =math.ceil(speed_print * 100 / 60) speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall_0 = =math.ceil(speed_print * 40 / 60) +speed_wall_x = =math.ceil(speed_print * 80 / 60) + diff --git a/resources/quality/flashforge/abs/flashforge_0.20_abs_super.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.20_abs_super.inst.cfg index 9bb426a857..4a27cb4d01 100644 --- a/resources/quality/flashforge/abs/flashforge_0.20_abs_super.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.20_abs_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.20_abs_ultra.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.20_abs_ultra.inst.cfg index d530aa0e24..65c33e236e 100644 --- a/resources/quality/flashforge/abs/flashforge_0.20_abs_ultra.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.20_abs_ultra.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Quality definition = flashforge_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] @@ -20,4 +20,5 @@ material_print_temperature_layer_0 = 235 speed_infill = =speed_print speed_print = 30 speed_support = 30 -speed_travel = 100 \ No newline at end of file +speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.30_abs_adaptive.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.30_abs_adaptive.inst.cfg index af039899d9..d990273a2f 100644 --- a/resources/quality/flashforge/abs/flashforge_0.30_abs_adaptive.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.30_abs_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.2mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.30_abs_standard.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.30_abs_standard.inst.cfg index 7398ceb8c8..747e274c28 100644 --- a/resources/quality/flashforge/abs/flashforge_0.30_abs_standard.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.30_abs_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.3mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.30_abs_super.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.30_abs_super.inst.cfg index a1c99c8e7c..69d8c7f3bf 100644 --- a/resources/quality/flashforge/abs/flashforge_0.30_abs_super.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.30_abs_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.3mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.40_abs_adaptive.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.40_abs_adaptive.inst.cfg index f4807e7544..3ca092efe9 100644 --- a/resources/quality/flashforge/abs/flashforge_0.40_abs_adaptive.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.40_abs_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.40_abs_draft.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.40_abs_draft.inst.cfg index 0e9f51816a..76c0054fe2 100644 --- a/resources/quality/flashforge/abs/flashforge_0.40_abs_draft.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.40_abs_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.40_abs_low.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.40_abs_low.inst.cfg index 64f700962a..00814a8cf5 100644 --- a/resources/quality/flashforge/abs/flashforge_0.40_abs_low.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.40_abs_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] @@ -20,4 +20,5 @@ material_print_temperature_layer_0 = 235 speed_infill = =speed_print speed_print = 30 speed_support = 30 -speed_travel = 100 \ No newline at end of file +speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.40_abs_standard.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.40_abs_standard.inst.cfg index 04b92d72fd..480eb98c29 100644 --- a/resources/quality/flashforge/abs/flashforge_0.40_abs_standard.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.40_abs_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.40_abs_super.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.40_abs_super.inst.cfg index 2587735f72..54f47f9872 100644 --- a/resources/quality/flashforge/abs/flashforge_0.40_abs_super.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.40_abs_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.50_abs_adaptive.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.50_abs_adaptive.inst.cfg index 61bb2650c8..13cb578a88 100644 --- a/resources/quality/flashforge/abs/flashforge_0.50_abs_adaptive.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.50_abs_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.50_abs_coarse.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.50_abs_coarse.inst.cfg index 83b10b2063..e50b1d0cf7 100644 --- a/resources/quality/flashforge/abs/flashforge_0.50_abs_coarse.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.50_abs_coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Coarse Quality definition = flashforge_base +name = Coarse Quality +version = 4 [metadata] +material = generic_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_abs variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.50_abs_draft.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.50_abs_draft.inst.cfg index 1e2d501398..99f5975a2b 100644 --- a/resources/quality/flashforge/abs/flashforge_0.50_abs_draft.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.50_abs_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.50_abs_low.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.50_abs_low.inst.cfg index ff64f36855..1a73c1366f 100644 --- a/resources/quality/flashforge/abs/flashforge_0.50_abs_low.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.50_abs_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] @@ -20,4 +20,5 @@ material_print_temperature_layer_0 = 235 speed_infill = =speed_print speed_print = 30 speed_support = 30 -speed_travel = 100 \ No newline at end of file +speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.50_abs_standard.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.50_abs_standard.inst.cfg index f85c4c5b1d..ff020055fd 100644 --- a/resources/quality/flashforge/abs/flashforge_0.50_abs_standard.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.50_abs_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.60_abs_coarse.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.60_abs_coarse.inst.cfg index c48065c478..8a0b1f03c7 100644 --- a/resources/quality/flashforge/abs/flashforge_0.60_abs_coarse.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.60_abs_coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Coarse Quality definition = flashforge_base +name = Coarse Quality +version = 4 [metadata] +material = generic_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_abs variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.60_abs_draft.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.60_abs_draft.inst.cfg index 7f4a96e822..b17343805c 100644 --- a/resources/quality/flashforge/abs/flashforge_0.60_abs_draft.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.60_abs_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.60_abs_extra_coarse.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.60_abs_extra_coarse.inst.cfg index 881fb22cd4..4467fcd4b8 100644 --- a/resources/quality/flashforge/abs/flashforge_0.60_abs_extra_coarse.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.60_abs_extra_coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Coarse Quality definition = flashforge_base +name = Extra Coarse Quality +version = 4 [metadata] +material = generic_abs +quality_type = Xcoarse setting_version = 20 type = quality -quality_type = Xcoarse -material = generic_abs variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/abs/flashforge_0.60_abs_standard.inst.cfg b/resources/quality/flashforge/abs/flashforge_0.60_abs_standard.inst.cfg index 251006534b..645475dbd2 100644 --- a/resources/quality/flashforge/abs/flashforge_0.60_abs_standard.inst.cfg +++ b/resources/quality/flashforge/abs/flashforge_0.60_abs_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/flashforge_global_0.08_ultra.inst.cfg b/resources/quality/flashforge/flashforge_global_0.08_ultra.inst.cfg index 81ed7a0ba0..c173e3fc12 100644 --- a/resources/quality/flashforge/flashforge_global_0.08_ultra.inst.cfg +++ b/resources/quality/flashforge/flashforge_global_0.08_ultra.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = flashforge_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 40 speed_support = 30 speed_travel = 70 + diff --git a/resources/quality/flashforge/flashforge_global_0.12_super.inst.cfg b/resources/quality/flashforge/flashforge_global_0.12_super.inst.cfg index 3ad72e3715..b6b99534e5 100644 --- a/resources/quality/flashforge/flashforge_global_0.12_super.inst.cfg +++ b/resources/quality/flashforge/flashforge_global_0.12_super.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 40 speed_support = 30 speed_travel = 70 + diff --git a/resources/quality/flashforge/flashforge_global_0.16_adaptive.inst.cfg b/resources/quality/flashforge/flashforge_global_0.16_adaptive.inst.cfg index b3cbe28634..440a45d391 100644 --- a/resources/quality/flashforge/flashforge_global_0.16_adaptive.inst.cfg +++ b/resources/quality/flashforge/flashforge_global_0.16_adaptive.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] adaptive_layer_height_enabled = true @@ -25,3 +25,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 70 + diff --git a/resources/quality/flashforge/flashforge_global_0.20_standard.inst.cfg b/resources/quality/flashforge/flashforge_global_0.20_standard.inst.cfg index 208e968b70..c4f1264594 100644 --- a/resources/quality/flashforge/flashforge_global_0.20_standard.inst.cfg +++ b/resources/quality/flashforge/flashforge_global_0.20_standard.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -3 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 70 + diff --git a/resources/quality/flashforge/flashforge_global_0.28_low.inst.cfg b/resources/quality/flashforge/flashforge_global_0.28_low.inst.cfg index d0d1a1d948..94c4909a24 100644 --- a/resources/quality/flashforge/flashforge_global_0.28_low.inst.cfg +++ b/resources/quality/flashforge/flashforge_global_0.28_low.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 70 + diff --git a/resources/quality/flashforge/flashforge_global_0.32_draft.inst.cfg b/resources/quality/flashforge/flashforge_global_0.32_draft.inst.cfg index e9ada8ac1d..be13e3dd2f 100644 --- a/resources/quality/flashforge/flashforge_global_0.32_draft.inst.cfg +++ b/resources/quality/flashforge/flashforge_global_0.32_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 40 speed_support = 30 speed_travel = 70 + diff --git a/resources/quality/flashforge/flashforge_global_0.40_coarse.inst.cfg b/resources/quality/flashforge/flashforge_global_0.40_coarse.inst.cfg index c1d8dc44fc..e4dc7531e7 100644 --- a/resources/quality/flashforge/flashforge_global_0.40_coarse.inst.cfg +++ b/resources/quality/flashforge/flashforge_global_0.40_coarse.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Coarse Quality definition = flashforge_base +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -6 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 70 + diff --git a/resources/quality/flashforge/flashforge_global_0.48_extra_coarse.inst.cfg b/resources/quality/flashforge/flashforge_global_0.48_extra_coarse.inst.cfg index e0823eb167..5f4ea712d2 100644 --- a/resources/quality/flashforge/flashforge_global_0.48_extra_coarse.inst.cfg +++ b/resources/quality/flashforge/flashforge_global_0.48_extra_coarse.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Extra Coarse Quality definition = flashforge_base +name = Extra Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = Xcoarse setting_version = 20 type = quality -quality_type = Xcoarse weight = -7 -global_quality = True [values] adhesion_type = brim @@ -24,3 +24,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 70 + diff --git a/resources/quality/flashforge/petg/flashforge_0.2_petg_super.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.2_petg_super.inst.cfg index 5fed3b0b57..940e7ef2ad 100644 --- a/resources/quality/flashforge/petg/flashforge_0.2_petg_super.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.2_petg_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.2_petg_ultra.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.2_petg_ultra.inst.cfg index 10547949ba..d2c6f6372f 100644 --- a/resources/quality/flashforge/petg/flashforge_0.2_petg_ultra.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.2_petg_ultra.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Quality definition = flashforge_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.30_petg_adaptive.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.30_petg_adaptive.inst.cfg index c99190b58f..17887b480d 100644 --- a/resources/quality/flashforge/petg/flashforge_0.30_petg_adaptive.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.30_petg_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.3mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.30_petg_standard.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.30_petg_standard.inst.cfg index cb9fc3c24c..cb3b9bd599 100644 --- a/resources/quality/flashforge/petg/flashforge_0.30_petg_standard.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.30_petg_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.3mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.30_petg_super.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.30_petg_super.inst.cfg index eb2b4e056e..cd5ffd6477 100644 --- a/resources/quality/flashforge/petg/flashforge_0.30_petg_super.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.30_petg_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.3mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.40_petg_adaptive.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.40_petg_adaptive.inst.cfg index dce639472f..6380017b45 100644 --- a/resources/quality/flashforge/petg/flashforge_0.40_petg_adaptive.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.40_petg_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.40_petg_draft.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.40_petg_draft.inst.cfg index 7158ace797..fe4bc764b3 100644 --- a/resources/quality/flashforge/petg/flashforge_0.40_petg_draft.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.40_petg_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.40_petg_low.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.40_petg_low.inst.cfg index ae51bdf0c5..7d2b7640d2 100644 --- a/resources/quality/flashforge/petg/flashforge_0.40_petg_low.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.40_petg_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.40_petg_standard.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.40_petg_standard.inst.cfg index 86dabcaefe..b88250012a 100644 --- a/resources/quality/flashforge/petg/flashforge_0.40_petg_standard.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.40_petg_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.40_petg_super.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.40_petg_super.inst.cfg index 88efa52504..8d3c774365 100644 --- a/resources/quality/flashforge/petg/flashforge_0.40_petg_super.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.40_petg_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.50_petg_adaptive.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.50_petg_adaptive.inst.cfg index e534296d67..186994bfc0 100644 --- a/resources/quality/flashforge/petg/flashforge_0.50_petg_adaptive.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.50_petg_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.50_petg_coarse.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.50_petg_coarse.inst.cfg index 9e9514a518..817bcb8cf1 100644 --- a/resources/quality/flashforge/petg/flashforge_0.50_petg_coarse.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.50_petg_coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Coarse Quality definition = flashforge_base +name = Coarse Quality +version = 4 [metadata] +material = generic_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_petg variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.50_petg_draft.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.50_petg_draft.inst.cfg index 84f3bfa12c..a00c1f15d4 100644 --- a/resources/quality/flashforge/petg/flashforge_0.50_petg_draft.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.50_petg_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.50_petg_low.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.50_petg_low.inst.cfg index b1baee3fd5..c3557ac29b 100644 --- a/resources/quality/flashforge/petg/flashforge_0.50_petg_low.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.50_petg_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] @@ -20,4 +20,5 @@ material_print_temperature_layer_0 = 240 speed_infill = =speed_print speed_print = 30 speed_support = 30 -speed_travel = 100 \ No newline at end of file +speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.50_petg_standard.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.50_petg_standard.inst.cfg index a1d106b703..f85a4eb5ec 100644 --- a/resources/quality/flashforge/petg/flashforge_0.50_petg_standard.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.50_petg_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.60_petg_draft.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.60_petg_draft.inst.cfg index 4e142c8524..f9040b1cf2 100644 --- a/resources/quality/flashforge/petg/flashforge_0.60_petg_draft.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.60_petg_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.60_petg_extra_coarse.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.60_petg_extra_coarse.inst.cfg index 08eb8c4e9e..53f7563280 100644 --- a/resources/quality/flashforge/petg/flashforge_0.60_petg_extra_coarse.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.60_petg_extra_coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Coarse Quality definition = flashforge_base +name = Extra Coarse Quality +version = 4 [metadata] +material = generic_petg +quality_type = Xcoarse setting_version = 20 type = quality -quality_type = Xcoarse -material = generic_petg variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/petg/flashforge_0.60_petg_standard.inst.cfg b/resources/quality/flashforge/petg/flashforge_0.60_petg_standard.inst.cfg index 110e457298..3deb7c06a3 100644 --- a/resources/quality/flashforge/petg/flashforge_0.60_petg_standard.inst.cfg +++ b/resources/quality/flashforge/petg/flashforge_0.60_petg_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 30 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.20_pla_super.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.20_pla_super.inst.cfg index 1bbff4b595..d712e30b00 100644 --- a/resources/quality/flashforge/pla/flashforge_0.20_pla_super.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.20_pla_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.20_pla_ultra.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.20_pla_ultra.inst.cfg index 869b51e575..ecaf141eab 100644 --- a/resources/quality/flashforge/pla/flashforge_0.20_pla_ultra.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.20_pla_ultra.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Quality definition = flashforge_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.30_pla_adaptive.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.30_pla_adaptive.inst.cfg index 08269811ff..2bf9cbb81d 100644 --- a/resources/quality/flashforge/pla/flashforge_0.30_pla_adaptive.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.30_pla_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.3mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.30_pla_standard.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.30_pla_standard.inst.cfg index 42d9447da9..b49d36c794 100644 --- a/resources/quality/flashforge/pla/flashforge_0.30_pla_standard.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.30_pla_standard.inst.cfg @@ -1,19 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.3mm Nozzle [values] -layer_height_0 = 0.24 cool_fan_speed = 100 cool_fan_speed_0 = 0 +layer_height_0 = 0.24 material_bed_temperature = 35 material_bed_temperature_layer_0 = 40 material_print_temperature = 200 @@ -22,3 +22,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.30_pla_super.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.30_pla_super.inst.cfg index c9526ee2a2..a900f6a1df 100644 --- a/resources/quality/flashforge/pla/flashforge_0.30_pla_super.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.30_pla_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.3mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.40_pla_adaptive.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.40_pla_adaptive.inst.cfg index bcf42cef4b..fef2d7272b 100644 --- a/resources/quality/flashforge/pla/flashforge_0.40_pla_adaptive.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.40_pla_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.40_pla_draft.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.40_pla_draft.inst.cfg index f25c72a72b..1e0bdeb7df 100644 --- a/resources/quality/flashforge/pla/flashforge_0.40_pla_draft.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.40_pla_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.40_pla_low.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.40_pla_low.inst.cfg index f00b5f258b..083618209f 100644 --- a/resources/quality/flashforge/pla/flashforge_0.40_pla_low.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.40_pla_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.40_pla_standard.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.40_pla_standard.inst.cfg index f2b47b98f1..43a48dfccb 100644 --- a/resources/quality/flashforge/pla/flashforge_0.40_pla_standard.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.40_pla_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.40_pla_super.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.40_pla_super.inst.cfg index b59b8d4b75..64356cbb8a 100644 --- a/resources/quality/flashforge/pla/flashforge_0.40_pla_super.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.40_pla_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.50_pla_adaptive.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.50_pla_adaptive.inst.cfg index d35197ef84..9afb00dda6 100644 --- a/resources/quality/flashforge/pla/flashforge_0.50_pla_adaptive.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.50_pla_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.50_pla_coarse.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.50_pla_coarse.inst.cfg index 24782e851c..660a8a72b6 100644 --- a/resources/quality/flashforge/pla/flashforge_0.50_pla_coarse.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.50_pla_coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Coarse Quality definition = flashforge_base +name = Coarse Quality +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_pla variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 40 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.50_pla_draft.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.50_pla_draft.inst.cfg index e85ee1073f..2d8df64969 100644 --- a/resources/quality/flashforge/pla/flashforge_0.50_pla_draft.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.50_pla_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.50_pla_low.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.50_pla_low.inst.cfg index beacdae7b5..f72782c66a 100644 --- a/resources/quality/flashforge/pla/flashforge_0.50_pla_low.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.50_pla_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.50_pla_standard.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.50_pla_standard.inst.cfg index fd3c7dfafe..12a36b1c2b 100644 --- a/resources/quality/flashforge/pla/flashforge_0.50_pla_standard.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.50_pla_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.5mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.60_pla_draft.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.60_pla_draft.inst.cfg index 28a231337b..58f21571e5 100644 --- a/resources/quality/flashforge/pla/flashforge_0.60_pla_draft.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.60_pla_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.60_pla_extra Coarse.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.60_pla_extra Coarse.inst.cfg index 51def4848d..87a6a45f37 100644 --- a/resources/quality/flashforge/pla/flashforge_0.60_pla_extra Coarse.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.60_pla_extra Coarse.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Coarse Quality definition = flashforge_base +name = Extra Coarse Quality +version = 4 [metadata] +material = generic_pla +quality_type = Xcoarse setting_version = 20 type = quality -quality_type = Xcoarse -material = generic_pla variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 40 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/pla/flashforge_0.60_pla_standard.inst.cfg b/resources/quality/flashforge/pla/flashforge_0.60_pla_standard.inst.cfg index 786b3293d4..1257990c05 100644 --- a/resources/quality/flashforge/pla/flashforge_0.60_pla_standard.inst.cfg +++ b/resources/quality/flashforge/pla/flashforge_0.60_pla_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.6mm Nozzle [values] @@ -21,3 +21,4 @@ speed_infill = =speed_print speed_print = 50 speed_support = 30 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_adaptive.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_adaptive.inst.cfg index 440b5c01c1..47ac23c15c 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_adaptive.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_draft.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_draft.inst.cfg index 3b9633ab26..b1747fce2f 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_draft.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.4mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_low.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_low.inst.cfg index 299126b01a..b82aa5439f 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_low.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_tpu +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_tpu variant = 0.4mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_standard.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_standard.inst.cfg index 9b48c0e474..14484fca02 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_standard.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.4mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_super.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_super.inst.cfg index f2df3a8deb..4d45ce4ebf 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.40_tpu_super.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.40_tpu_super.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Quality definition = flashforge_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.50_tpu_adaptive.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.50_tpu_adaptive.inst.cfg index 2b89095d29..f5fe21506d 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.50_tpu_adaptive.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.50_tpu_adaptive.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Dynamic Quality definition = flashforge_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.5mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.50_tpu_draft.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.50_tpu_draft.inst.cfg index c46593163a..6db33aaf6d 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.50_tpu_draft.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.50_tpu_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.5mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.50_tpu_low.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.50_tpu_low.inst.cfg index 00ff19f414..21cf43347c 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.50_tpu_low.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.50_tpu_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_tpu +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_tpu variant = 0.5mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.50_tpu_standard.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.50_tpu_standard.inst.cfg index abd6c1bb59..3376673bf9 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.50_tpu_standard.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.50_tpu_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.5mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.60_tpu_draft.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.60_tpu_draft.inst.cfg index 02f491c354..b2d115633d 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.60_tpu_draft.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.60_tpu_draft.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Draft Quality definition = flashforge_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.6mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.60_tpu_low.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.60_tpu_low.inst.cfg index 70c4b22c92..3ddbb19709 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.60_tpu_low.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.60_tpu_low.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Low Quality definition = flashforge_base +name = Low Quality +version = 4 [metadata] +material = generic_tpu +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_tpu variant = 0.6mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flashforge/tpu/flashforge_0.60_tpu_standard.inst.cfg b/resources/quality/flashforge/tpu/flashforge_0.60_tpu_standard.inst.cfg index e9f6b61f52..fa2bee4243 100644 --- a/resources/quality/flashforge/tpu/flashforge_0.60_tpu_standard.inst.cfg +++ b/resources/quality/flashforge/tpu/flashforge_0.60_tpu_standard.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Standard Quality definition = flashforge_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.6mm Nozzle [values] @@ -18,7 +18,8 @@ material_bed_temperature_layer_0 = 40 material_print_temperature = 230 material_print_temperature_layer_0 = 235 speed_infill = =speed_print -speed_print = 15 speed_layer_0 = 10 +speed_print = 15 speed_support = 15 speed_travel = 100 + diff --git a/resources/quality/flsun_sr/flsun_sr_fine.inst.cfg b/resources/quality/flsun_sr/flsun_sr_fine.inst.cfg index 09973fdbbd..f63bfcf4f3 100644 --- a/resources/quality/flsun_sr/flsun_sr_fine.inst.cfg +++ b/resources/quality/flsun_sr/flsun_sr_fine.inst.cfg @@ -1,81 +1,82 @@ [general] -version = 4 -name = Fine definition = flsun_sr +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 1 -global_quality = True [values] -layer_height = 0.12 -layer_height_0 = 0.2 -retraction_combing = noskin -retraction_combing_max_distance = 10 -speed_slowdown_layers = 5 -travel_retract_before_outer_wall = False +acceleration_enabled = False adhesion_type = skirt -skirt_line_count = 2 brim_width = 4.0 cool_fan_speed = 100 cool_lift_head = False cool_min_layer_time = 4 infill_before_walls = False infill_enable_travel_optimization = False +infill_pattern = grid infill_support_angle = 50 ironing_enabled = False +ironing_only_highest_layer = True +jerk_enabled = False +jerk_travel = 25 +jerk_travel_layer_0 = 20 +jerk_wall_0 = 10 +layer_height = 0.12 +layer_height_0 = 0.2 +material_bed_temperature_layer_0 = 60 +material_final_print_temperature = 210 +material_flow_dependent_temperature = False +material_initial_print_temperature = 210 +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +optimize_wall_printing_order = True retract_at_layer_change = False retraction_amount = 6.5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_hop = 0.3 +retraction_hop_enabled = True retraction_hop_only_when_collides = True +retraction_speed = 40 skin_no_small_gaps_heuristic = True skin_overlap = 10 +skirt_line_count = 2 +small_feature_speed_factor = 60 small_hole_max_size = 5 +speed_infill = 100 +speed_layer_0 = 25 +speed_print = 80 +speed_slowdown_layers = 5 speed_support = 80 -support_enable = True -support_type = everywhere -support_wall_count = 1 +speed_topbottom = 50 +speed_travel = 120 +speed_travel_layer_0 = 40 +speed_z_hop = 50 support_angle = 60 support_brim_enable = True support_brim_width = 4.0 +support_enable = True support_interface_density = 60 support_interface_enable = True support_interface_height = 0.96 support_interface_pattern = grid support_interface_skip_height = 0.12 support_roof_density = 60 +support_type = everywhere +support_wall_count = 1 support_xy_distance = 0.5 support_z_distance = 0.2 top_bottom_thickness = =layer_height*7 -travel_avoid_other_parts = True +travel_avoid_other_parts = True travel_avoid_supports = True -acceleration_enabled = False -jerk_enabled = False -infill_pattern = grid -ironing_only_highest_layer = True -jerk_travel = 25 -jerk_travel_layer_0 = 20 -jerk_wall_0 = 10 -material_flow_dependent_temperature = False -material_initial_print_temperature = 210 -material_final_print_temperature = 210 -material_print_temperature = 210 -material_print_temperature_layer_0 = 210 -material_bed_temperature_layer_0 = 60 -optimize_wall_printing_order = True -retraction_hop = 0.3 -retraction_hop_enabled = True -retraction_speed = 40 -small_feature_speed_factor = 60 -speed_infill = 100 -speed_layer_0 = 25 -speed_print = 80 -speed_topbottom = 50 -speed_travel = 120 -speed_travel_layer_0 = 40 -speed_z_hop = 50 +travel_retract_before_outer_wall = False wall_thickness = =line_width*3 z_seam_corner = z_seam_corner_inner -z_seam_type = sharpest_corner \ No newline at end of file +z_seam_type = sharpest_corner + diff --git a/resources/quality/flsun_sr/flsun_sr_normal.inst.cfg b/resources/quality/flsun_sr/flsun_sr_normal.inst.cfg index 9109a6635a..2b0fd9701a 100644 --- a/resources/quality/flsun_sr/flsun_sr_normal.inst.cfg +++ b/resources/quality/flsun_sr/flsun_sr_normal.inst.cfg @@ -1,81 +1,82 @@ [general] -version = 4 -name = Normal definition = flsun_sr +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.2 -retraction_combing = noskin -retraction_combing_max_distance = 10 -speed_slowdown_layers = 5 -travel_retract_before_outer_wall = False +acceleration_enabled = False adhesion_type = skirt -skirt_line_count = 2 brim_width = 4.0 cool_fan_speed = 100 cool_lift_head = False cool_min_layer_time = 4 infill_before_walls = False infill_enable_travel_optimization = False +infill_pattern = grid infill_support_angle = 50 ironing_enabled = False +ironing_only_highest_layer = True +jerk_enabled = False +jerk_travel = 25 +jerk_travel_layer_0 = 20 +jerk_wall_0 = 10 +layer_height = 0.2 +layer_height_0 = 0.2 +material_bed_temperature_layer_0 = 60 +material_final_print_temperature = 220 +material_flow_dependent_temperature = False +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +optimize_wall_printing_order = True retract_at_layer_change = False retraction_amount = 6.5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_hop = 0.3 +retraction_hop_enabled = True retraction_hop_only_when_collides = True +retraction_speed = 40 skin_no_small_gaps_heuristic = True skin_overlap = 10 +skirt_line_count = 2 +small_feature_speed_factor = 60 small_hole_max_size = 5 +speed_infill = 150 +speed_layer_0 = 25 +speed_print = 150 +speed_slowdown_layers = 5 speed_support = 80 -support_enable = True -support_type = everywhere -support_wall_count = 1 +speed_topbottom = 70 +speed_travel = 180 +speed_travel_layer_0 = 50 +speed_z_hop = 50 support_angle = 60 support_brim_enable = True support_brim_width = 4.0 +support_enable = True support_interface_density = 60 support_interface_enable = True support_interface_height = 0.6 support_interface_pattern = grid support_interface_skip_height = 0.2 support_roof_density = 60 +support_type = everywhere +support_wall_count = 1 support_xy_distance = 0.5 support_z_distance = 0.2 top_bottom_thickness = =layer_height*5 -travel_avoid_other_parts = True +travel_avoid_other_parts = True travel_avoid_supports = True -acceleration_enabled = False -jerk_enabled = False -infill_pattern = grid -ironing_only_highest_layer = True -jerk_travel = 25 -jerk_travel_layer_0 = 20 -jerk_wall_0 = 10 -material_flow_dependent_temperature = False -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_bed_temperature_layer_0 = 60 -optimize_wall_printing_order = True -retraction_hop = 0.3 -retraction_hop_enabled = True -retraction_speed = 40 -small_feature_speed_factor = 60 -speed_infill = 150 -speed_layer_0 = 25 -speed_print = 150 -speed_topbottom = 70 -speed_travel = 180 -speed_travel_layer_0 = 50 -speed_z_hop = 50 +travel_retract_before_outer_wall = False wall_thickness = =line_width*3 z_seam_corner = z_seam_corner_inner -z_seam_type = sharpest_corner \ No newline at end of file +z_seam_type = sharpest_corner + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.25_abs_super.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.25_abs_super.inst.cfg index 9a48f738ae..245750f82c 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.25_abs_super.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.25_abs_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.25mm Nozzle [values] -wall_thickness = =line_width*6 adhesion_type = brim +wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.25_abs_ultra.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.25_abs_ultra.inst.cfg index b0db8faa9d..be17eba6f1 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.25_abs_ultra.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.25_abs_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = flyingbear_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.25mm Nozzle [values] -wall_thickness = =line_width*6 adhesion_type = brim +wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.30_abs_adaptive.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.30_abs_adaptive.inst.cfg index 24dd9e2d4d..2a3d96f9db 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.30_abs_adaptive.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.30_abs_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 adhesion_type = brim +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.30_abs_standard.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.30_abs_standard.inst.cfg index 35ba378079..dcba818fbc 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.30_abs_standard.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.30_abs_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 adhesion_type = brim +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.30_abs_super.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.30_abs_super.inst.cfg index 402a3c3591..1d40f630c6 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.30_abs_super.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.30_abs_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 adhesion_type = brim +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.40_abs_adaptive.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.40_abs_adaptive.inst.cfg index 091800ef56..fcce016b63 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.40_abs_adaptive.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.40_abs_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.40_abs_low.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.40_abs_low.inst.cfg index a5523bd2c2..4c7cbefd61 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.40_abs_low.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.40_abs_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.40_abs_standard.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.40_abs_standard.inst.cfg index e6ed5a4d23..9bccb9b7a5 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.40_abs_standard.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.40_abs_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.40_abs_super.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.40_abs_super.inst.cfg index 2441ee4a2b..df5b21d8f6 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.40_abs_super.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.40_abs_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.50_abs_adaptive.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.50_abs_adaptive.inst.cfg index bd01b3238e..72f769e50d 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.50_abs_adaptive.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.50_abs_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.50_abs_draft.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.50_abs_draft.inst.cfg index 50988bc62b..c14c51a218 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.50_abs_draft.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.50_abs_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.50_abs_low.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.50_abs_low.inst.cfg index 4c0a03880e..2dcb28b8cb 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.50_abs_low.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.50_abs_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.50_abs_standard.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.50_abs_standard.inst.cfg index 58a85dc951..6db4120f6b 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.50_abs_standard.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.50_abs_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.60_abs_draft.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.60_abs_draft.inst.cfg index 211af1abae..55a1db1d0a 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.60_abs_draft.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.60_abs_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 adhesion_type = brim +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.60_abs_low.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.60_abs_low.inst.cfg index 3c81c66264..458341aaab 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.60_abs_low.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.60_abs_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 adhesion_type = brim +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.60_abs_standard.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.60_abs_standard.inst.cfg index b634bc798b..c0fe227ddb 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.60_abs_standard.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.60_abs_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 adhesion_type = brim +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.80_abs_coarse.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.80_abs_coarse.inst.cfg index e5e0688296..0635b39c7c 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.80_abs_coarse.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.80_abs_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse Quality definition = flyingbear_base +name = Coarse Quality +version = 4 [metadata] +material = generic_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_abs variant = 0.8mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = brim +wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/abs/flyingbear_0.80_abs_draft.inst.cfg b/resources/quality/flyingbear/abs/flyingbear_0.80_abs_draft.inst.cfg index 8d04c6b09f..111804e7d5 100644 --- a/resources/quality/flyingbear/abs/flyingbear_0.80_abs_draft.inst.cfg +++ b/resources/quality/flyingbear/abs/flyingbear_0.80_abs_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = brim +wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/flyingbear_global_0.08_ultra.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.08_ultra.inst.cfg index 58435a63c8..c15cf5d2d6 100644 --- a/resources/quality/flyingbear/flyingbear_global_0.08_ultra.inst.cfg +++ b/resources/quality/flyingbear/flyingbear_global_0.08_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = flyingbear_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*6 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/flyingbear/flyingbear_global_0.12_super.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.12_super.inst.cfg index 1f77a6f2c9..4fcae6bc18 100644 --- a/resources/quality/flyingbear/flyingbear_global_0.12_super.inst.cfg +++ b/resources/quality/flyingbear/flyingbear_global_0.12_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.16 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*6 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/flyingbear/flyingbear_global_0.16_adaptive.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.16_adaptive.inst.cfg index 53cb7e90c6..545237d450 100644 --- a/resources/quality/flyingbear/flyingbear_global_0.16_adaptive.inst.cfg +++ b/resources/quality/flyingbear/flyingbear_global_0.16_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*5 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/flyingbear/flyingbear_global_0.20_standard.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.20_standard.inst.cfg index a18d440386..ee636c8ebb 100644 --- a/resources/quality/flyingbear/flyingbear_global_0.20_standard.inst.cfg +++ b/resources/quality/flyingbear/flyingbear_global_0.20_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -3 -global_quality = True [values] layer_height = 0.20 layer_height_0 = 0.20 +support_interface_height = =layer_height*5 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*4 -support_interface_height = =layer_height*5 + diff --git a/resources/quality/flyingbear/flyingbear_global_0.28_low.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.28_low.inst.cfg index 679392cf7e..9a03d5b2b6 100644 --- a/resources/quality/flyingbear/flyingbear_global_0.28_low.inst.cfg +++ b/resources/quality/flyingbear/flyingbear_global_0.28_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/flyingbear/flyingbear_global_0.32_draft.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.32_draft.inst.cfg index 183cfb2f1e..d6cfa97972 100644 --- a/resources/quality/flyingbear/flyingbear_global_0.32_draft.inst.cfg +++ b/resources/quality/flyingbear/flyingbear_global_0.32_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*3 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*3 + diff --git a/resources/quality/flyingbear/flyingbear_global_0.40_coarse.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.40_coarse.inst.cfg index 81221eac6b..82a0234471 100644 --- a/resources/quality/flyingbear/flyingbear_global_0.40_coarse.inst.cfg +++ b/resources/quality/flyingbear/flyingbear_global_0.40_coarse.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Coarse Quality definition = flyingbear_base +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -6 -global_quality = True [values] layer_height = 0.40 layer_height_0 = 0.40 +support_interface_height = =layer_height*2 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*2 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.25_hips_super.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.25_hips_super.inst.cfg index 40fe26cc36..8708cc47bd 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.25_hips_super.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.25_hips_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_hips +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_hips variant = 0.25mm Nozzle [values] -wall_thickness = =line_width*6 adhesion_type = brim +wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.25_hips_ultra.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.25_hips_ultra.inst.cfg index 282a3ae616..695813561c 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.25_hips_ultra.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.25_hips_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = flyingbear_base +name = Ultra Quality +version = 4 [metadata] +material = generic_hips +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_hips variant = 0.25mm Nozzle [values] -wall_thickness = =line_width*6 adhesion_type = brim +wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.30_hips_adaptive.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.30_hips_adaptive.inst.cfg index 447c8dfc26..defd222cdd 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.30_hips_adaptive.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.30_hips_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_hips +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_hips variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 adhesion_type = brim +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.30_hips_standard.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.30_hips_standard.inst.cfg index 8bb462c5c2..181969c92a 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.30_hips_standard.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.30_hips_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_hips variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 adhesion_type = brim +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.30_hips_super.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.30_hips_super.inst.cfg index 662227c87c..8b97244f82 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.30_hips_super.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.30_hips_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_hips +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_hips variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 adhesion_type = brim +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.40_hips_adaptive.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.40_hips_adaptive.inst.cfg index fb7c8e298f..4d98e03f6f 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.40_hips_adaptive.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.40_hips_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_hips +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.40_hips_low.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.40_hips_low.inst.cfg index 1bff97b776..f52a409827 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.40_hips_low.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.40_hips_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_hips +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.40_hips_standard.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.40_hips_standard.inst.cfg index 7830a94a13..606aabab6b 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.40_hips_standard.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.40_hips_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.40_hips_super.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.40_hips_super.inst.cfg index 7e694af8ab..e6c6f0d0df 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.40_hips_super.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.40_hips_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_hips +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.50_hips_adaptive.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.50_hips_adaptive.inst.cfg index 1741cda0b9..ce428380af 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.50_hips_adaptive.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.50_hips_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_hips +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_hips variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.50_hips_draft.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.50_hips_draft.inst.cfg index 3c44beb549..06c689a4d2 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.50_hips_draft.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.50_hips_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_hips +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_hips variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.50_hips_low.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.50_hips_low.inst.cfg index 06e83427bb..f746c2b94b 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.50_hips_low.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.50_hips_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_hips +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_hips variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.50_hips_standard.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.50_hips_standard.inst.cfg index f292cf11ea..4956797bef 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.50_hips_standard.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.50_hips_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_hips variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.60_hips_draft.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.60_hips_draft.inst.cfg index b25514284b..3fb8ae033c 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.60_hips_draft.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.60_hips_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_hips +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_hips variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 adhesion_type = brim +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.60_hips_low.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.60_hips_low.inst.cfg index 9cb5ea67fa..b8efe91a12 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.60_hips_low.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.60_hips_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_hips +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_hips variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 adhesion_type = brim +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.60_hips_standard.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.60_hips_standard.inst.cfg index 3c6cae19af..0feda63da4 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.60_hips_standard.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.60_hips_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_hips variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 adhesion_type = brim +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.80_hips_coarse.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.80_hips_coarse.inst.cfg index 45629b0dc9..d02f629f09 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.80_hips_coarse.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.80_hips_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse Quality definition = flyingbear_base +name = Coarse Quality +version = 4 [metadata] +material = generic_hips +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_hips variant = 0.8mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = brim +wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/hips/flyingbear_0.80_hips_draft.inst.cfg b/resources/quality/flyingbear/hips/flyingbear_0.80_hips_draft.inst.cfg index 665f77ab39..f76b7132e5 100644 --- a/resources/quality/flyingbear/hips/flyingbear_0.80_hips_draft.inst.cfg +++ b/resources/quality/flyingbear/hips/flyingbear_0.80_hips_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_hips +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_hips variant = 0.8mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = brim +wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.25_petg_super.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.25_petg_super.inst.cfg index 3beb72fe59..60a20d77db 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.25_petg_super.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.25_petg_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.25mm Nozzle [values] -wall_thickness = =line_width*6 speed_layer_0 = 15 +wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.25_petg_ultra.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.25_petg_ultra.inst.cfg index 889f587098..24a8f60635 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.25_petg_ultra.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.25_petg_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = flyingbear_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.25mm Nozzle [values] -wall_thickness = =line_width*6 speed_layer_0 = 15 +wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.30_petg_adaptive.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.30_petg_adaptive.inst.cfg index 24f5b1b1de..bbefb1ee05 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.30_petg_adaptive.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.30_petg_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 speed_layer_0 = 15 +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.30_petg_standard.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.30_petg_standard.inst.cfg index eb61570b8b..e15b064a6a 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.30_petg_standard.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.30_petg_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 speed_layer_0 = 15 +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.30_petg_super.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.30_petg_super.inst.cfg index 4d7b2aa069..03025f4ced 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.30_petg_super.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.30_petg_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*5 speed_layer_0 = 15 +wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.40_petg_adaptive.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.40_petg_adaptive.inst.cfg index 263e4bc111..fb1aa530fc 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.40_petg_adaptive.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.40_petg_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.40_petg_low.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.40_petg_low.inst.cfg index e7cc75f763..7d21112ea4 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.40_petg_low.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.40_petg_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.40_petg_standard.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.40_petg_standard.inst.cfg index 7da165d65c..f1b09295f8 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.40_petg_standard.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.40_petg_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.40_petg_super.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.40_petg_super.inst.cfg index 0cd1f2a8fd..0f23947f53 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.40_petg_super.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.40_petg_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.50_petg_adaptive.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.50_petg_adaptive.inst.cfg index 7d22bbaddd..09aa1b532c 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.50_petg_adaptive.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.50_petg_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.50_petg_draft.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.50_petg_draft.inst.cfg index f98d53391c..c31886d614 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.50_petg_draft.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.50_petg_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.50_petg_low.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.50_petg_low.inst.cfg index b5f72aab77..1775f78f44 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.50_petg_low.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.50_petg_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.50_petg_standard.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.50_petg_standard.inst.cfg index 35c2649094..a8f743bb55 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.50_petg_standard.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.50_petg_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.60_petg_draft.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.60_petg_draft.inst.cfg index 534de34176..e07fcf9dee 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.60_petg_draft.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.60_petg_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 speed_layer_0 = 15 +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.60_petg_low.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.60_petg_low.inst.cfg index 8387538c8e..6df5ccbfb1 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.60_petg_low.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.60_petg_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 speed_layer_0 = 15 +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.60_petg_standard.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.60_petg_standard.inst.cfg index 55dabe72ca..94af565b15 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.60_petg_standard.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.60_petg_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 speed_layer_0 = 15 +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.80_petg_coarse.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.80_petg_coarse.inst.cfg index bdefc9750f..30e2a96883 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.80_petg_coarse.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.80_petg_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse Quality definition = flyingbear_base +name = Coarse Quality +version = 4 [metadata] +material = generic_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_petg variant = 0.8mm Nozzle [values] -wall_thickness = =line_width*2 speed_layer_0 = 15 +wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/petg/flyingbear_0.80_petg_draft.inst.cfg b/resources/quality/flyingbear/petg/flyingbear_0.80_petg_draft.inst.cfg index 3a59b5c327..92db7384f9 100644 --- a/resources/quality/flyingbear/petg/flyingbear_0.80_petg_draft.inst.cfg +++ b/resources/quality/flyingbear/petg/flyingbear_0.80_petg_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] -wall_thickness = =line_width*2 speed_layer_0 = 15 +wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.25_pla_super.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.25_pla_super.inst.cfg index 714bcca5a5..8622a77b7b 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.25_pla_super.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.25_pla_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.25mm Nozzle [values] wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.25_pla_ultra.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.25_pla_ultra.inst.cfg index 5d0c476bed..e364770f99 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.25_pla_ultra.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.25_pla_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = flyingbear_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.25mm Nozzle [values] wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.30_pla_adaptive.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.30_pla_adaptive.inst.cfg index 8aaef605e5..203fe4bc53 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.30_pla_adaptive.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.30_pla_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.3mm Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.30_pla_standard.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.30_pla_standard.inst.cfg index 55fb575264..a06251183b 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.30_pla_standard.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.30_pla_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.3mm Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.30_pla_super.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.30_pla_super.inst.cfg index 609aeb542c..635629af87 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.30_pla_super.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.30_pla_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.3mm Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.40_pla_adaptive.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.40_pla_adaptive.inst.cfg index b311b68f23..97195ff1f3 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.40_pla_adaptive.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.40_pla_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.40_pla_low.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.40_pla_low.inst.cfg index 02c954cd4a..d50f84fe05 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.40_pla_low.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.40_pla_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.40_pla_standard.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.40_pla_standard.inst.cfg index 4936321d46..8e4f397f27 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.40_pla_standard.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.40_pla_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.40_pla_super.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.40_pla_super.inst.cfg index d425e51db2..fa40572221 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.40_pla_super.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.40_pla_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.50_pla_adaptive.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.50_pla_adaptive.inst.cfg index b59a49d175..6430a2130c 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.50_pla_adaptive.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.50_pla_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.50_pla_draft.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.50_pla_draft.inst.cfg index 79da2e980b..36bf136685 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.50_pla_draft.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.50_pla_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.50_pla_low.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.50_pla_low.inst.cfg index 9ccdd46534..86b99061be 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.50_pla_low.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.50_pla_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.50_pla_standard.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.50_pla_standard.inst.cfg index 9168a08656..5adff934e4 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.50_pla_standard.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.50_pla_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.60_pla_draft.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.60_pla_draft.inst.cfg index c14020ac8b..f49e6a205b 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.60_pla_draft.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.60_pla_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.60_pla_low.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.60_pla_low.inst.cfg index b61fdece93..6de347dd22 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.60_pla_low.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.60_pla_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.60_pla_standard.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.60_pla_standard.inst.cfg index 49b47f35e4..8b2a32f0ff 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.60_pla_standard.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.60_pla_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.80_pla_coarse.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.80_pla_coarse.inst.cfg index e8c7156aa1..66ff665d2c 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.80_pla_coarse.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.80_pla_coarse.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse Quality definition = flyingbear_base +name = Coarse Quality +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_pla variant = 0.8mm Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/pla/flyingbear_0.80_pla_draft.inst.cfg b/resources/quality/flyingbear/pla/flyingbear_0.80_pla_draft.inst.cfg index d28c317730..c49b2dc2ab 100644 --- a/resources/quality/flyingbear/pla/flyingbear_0.80_pla_draft.inst.cfg +++ b/resources/quality/flyingbear/pla/flyingbear_0.80_pla_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.25_plapro_super.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.25_plapro_super.inst.cfg index 03f81a6c6a..f62cebd17a 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.25_plapro_super.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.25_plapro_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = super setting_version = 20 type = quality -quality_type = super -material = eSUN_PLA_PRO_Black variant = 0.25mm Nozzle [values] wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.25_plapro_ultra.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.25_plapro_ultra.inst.cfg index 8b98387322..8a6c57b24a 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.25_plapro_ultra.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.25_plapro_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = flyingbear_base +name = Ultra Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = eSUN_PLA_PRO_Black variant = 0.25mm Nozzle [values] wall_thickness = =line_width*6 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_adaptive.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_adaptive.inst.cfg index 6635ddb642..5bdd334131 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_adaptive.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = eSUN_PLA_PRO_Black variant = 0.3mm Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_standard.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_standard.inst.cfg index 34b99229df..9661f33b7b 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_standard.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = eSUN_PLA_PRO_Black variant = 0.3mm Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_super.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_super.inst.cfg index af62fe0d8f..126975e718 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_super.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.30_plapro_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = super setting_version = 20 type = quality -quality_type = super -material = eSUN_PLA_PRO_Black variant = 0.3mm Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_adaptive.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_adaptive.inst.cfg index 8ae4a3c278..2bb3812bff 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_adaptive.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = eSUN_PLA_PRO_Black variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_low.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_low.inst.cfg index 33bd7adf64..2518a0a972 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_low.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = low setting_version = 20 type = quality -quality_type = low -material = eSUN_PLA_PRO_Black variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_standard.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_standard.inst.cfg index 533e12135b..202157f9e8 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_standard.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = eSUN_PLA_PRO_Black variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_super.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_super.inst.cfg index 4c69c388e0..dec991afca 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_super.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.40_plapro_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = super setting_version = 20 type = quality -quality_type = super -material = eSUN_PLA_PRO_Black variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_adaptive.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_adaptive.inst.cfg index c0593652f1..85f34a39e2 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_adaptive.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = eSUN_PLA_PRO_Black variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_draft.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_draft.inst.cfg index 6ba0d41d7d..d753ca1d15 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_draft.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = eSUN_PLA_PRO_Black variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_low.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_low.inst.cfg index eb63ee07e7..f637e89f3d 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_low.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = low setting_version = 20 type = quality -quality_type = low -material = eSUN_PLA_PRO_Black variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_standard.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_standard.inst.cfg index 77a38c1f98..c9ac4222eb 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_standard.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.50_plapro_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = eSUN_PLA_PRO_Black variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_draft.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_draft.inst.cfg index e041927278..8b8507e507 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_draft.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = eSUN_PLA_PRO_Black variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_low.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_low.inst.cfg index 56bc3e3743..41ac93e773 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_low.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = low setting_version = 20 type = quality -quality_type = low -material = eSUN_PLA_PRO_Black variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_standard.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_standard.inst.cfg index 39e15492a4..e48f463f89 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_standard.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.60_plapro_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = eSUN_PLA_PRO_Black variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.80_plapro_coarse.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.80_plapro_coarse.inst.cfg index af43ec60a9..582e9d5e01 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.80_plapro_coarse.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.80_plapro_coarse.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse Quality definition = flyingbear_base +name = Coarse Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = eSUN_PLA_PRO_Black variant = 0.8mm Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/plapro/flyingbear_0.80_plapro_draft.inst.cfg b/resources/quality/flyingbear/plapro/flyingbear_0.80_plapro_draft.inst.cfg index 01e97fbdbf..1a0a2affbb 100644 --- a/resources/quality/flyingbear/plapro/flyingbear_0.80_plapro_draft.inst.cfg +++ b/resources/quality/flyingbear/plapro/flyingbear_0.80_plapro_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = eSUN_PLA_PRO_Black +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = eSUN_PLA_PRO_Black variant = 0.8mm Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_adaptive.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_adaptive.inst.cfg index e794d16e73..10dcb70773 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_adaptive.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_adaptive.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_low.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_low.inst.cfg index d2bab94bf6..836118ae22 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_low.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_low.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_tpu +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_tpu variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_standard.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_standard.inst.cfg index 5604fcb2da..7b28c33279 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_standard.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_super.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_super.inst.cfg index 2b9d3c7392..dcbdd90d4f 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_super.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.40_tpu_super.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Super Quality definition = flyingbear_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_adaptive.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_adaptive.inst.cfg index 31a1e86d1d..4ca7270efc 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_adaptive.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_adaptive.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Dynamic Quality definition = flyingbear_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_draft.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_draft.inst.cfg index 38fa653761..39f192ddd5 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_draft.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_low.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_low.inst.cfg index 78befe7feb..daceaf39a7 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_low.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_low.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_tpu +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_tpu variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_standard.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_standard.inst.cfg index 4757e159ef..9814112b0f 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_standard.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.50_tpu_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_draft.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_draft.inst.cfg index d5b9a73c55..a58f95a7c3 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_draft.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_low.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_low.inst.cfg index 1edbb27e4e..a1aaa73fc9 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_low.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_low.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Low Quality definition = flyingbear_base +name = Low Quality +version = 4 [metadata] +material = generic_tpu +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_tpu variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_standard.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_standard.inst.cfg index 9594e31e24..dc37f4693a 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_standard.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.60_tpu_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = flyingbear_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*3 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*3 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.80_tpu_coarse.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.80_tpu_coarse.inst.cfg index 2fc7527bd2..aba6966c9c 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.80_tpu_coarse.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.80_tpu_coarse.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Coarse Quality definition = flyingbear_base +name = Coarse Quality +version = 4 [metadata] +material = generic_tpu +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -material = generic_tpu variant = 0.8mm Nozzle [values] -wall_thickness = =line_width*2 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*2 + diff --git a/resources/quality/flyingbear/tpu/flyingbear_0.80_tpu_draft.inst.cfg b/resources/quality/flyingbear/tpu/flyingbear_0.80_tpu_draft.inst.cfg index 1d4e9255d4..4d3124ecc7 100644 --- a/resources/quality/flyingbear/tpu/flyingbear_0.80_tpu_draft.inst.cfg +++ b/resources/quality/flyingbear/tpu/flyingbear_0.80_tpu_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = flyingbear_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] -wall_thickness = =line_width*2 -speed_print = 20 speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*2 + diff --git a/resources/quality/fusedform/base/base_PVA_draft.inst.cfg b/resources/quality/fusedform/base/base_PVA_draft.inst.cfg index 9201fbd33b..0152401cfc 100644 --- a/resources/quality/fusedform/base/base_PVA_draft.inst.cfg +++ b/resources/quality/fusedform/base/base_PVA_draft.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Draft quality definition = fusedform_base +name = Draft quality +version = 4 [metadata] +material = generic_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_pva [values] -material_print_temperature = 190 material_bed_temperature = 60 +material_print_temperature = 190 speed_infill = =speed_print speed_layer_0 = 20 speed_print = 25 speed_topbottom = 20 speed_travel = 70 speed_wall = 20 -speed_wall_x = 25 \ No newline at end of file +speed_wall_x = 25 + diff --git a/resources/quality/fusedform/base/base_PVA_high.inst.cfg b/resources/quality/fusedform/base/base_PVA_high.inst.cfg index a5402a795c..17a4d1312f 100644 --- a/resources/quality/fusedform/base/base_PVA_high.inst.cfg +++ b/resources/quality/fusedform/base/base_PVA_high.inst.cfg @@ -1,18 +1,18 @@ [general] -version = 4 -name = High Quality definition = fusedform_base +name = High Quality +version = 4 [metadata] +material = generic_pva +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -1 -material = generic_pva [values] -material_print_temperature = 190 material_bed_temperature = 60 +material_print_temperature = 190 speed_infill = =speed_print speed_layer_0 = 20 speed_print = 25 @@ -20,3 +20,4 @@ speed_topbottom = 20 speed_travel = 70 speed_wall = 20 speed_wall_x = 25 + diff --git a/resources/quality/fusedform/base/base_PVA_normal.inst.cfg b/resources/quality/fusedform/base/base_PVA_normal.inst.cfg index 4f17f6cf75..29cd97d867 100644 --- a/resources/quality/fusedform/base/base_PVA_normal.inst.cfg +++ b/resources/quality/fusedform/base/base_PVA_normal.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Normal quality definition = fusedform_base +name = Normal quality +version = 4 [metadata] +material = generic_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -material = generic_pva [values] -material_print_temperature = 190 material_bed_temperature = 60 +material_print_temperature = 190 speed_infill = =speed_print speed_layer_0 = 20 speed_print = 25 speed_topbottom = 20 speed_travel = 70 speed_wall = 20 -speed_wall_x = 25 \ No newline at end of file +speed_wall_x = 25 + diff --git a/resources/quality/fusedform/base/base_abs_draft.inst.cfg b/resources/quality/fusedform/base/base_abs_draft.inst.cfg index 48dc85e292..1b9abd9354 100644 --- a/resources/quality/fusedform/base/base_abs_draft.inst.cfg +++ b/resources/quality/fusedform/base/base_abs_draft.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Draft Quality definition = fusedform_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 100 material_bed_temperature_layer_0 = 90 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_abs_high.inst.cfg b/resources/quality/fusedform/base/base_abs_high.inst.cfg index c2e55b351c..43178ca264 100644 --- a/resources/quality/fusedform/base/base_abs_high.inst.cfg +++ b/resources/quality/fusedform/base/base_abs_high.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = High Quality definition = fusedform_base +name = High Quality +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -1 -material = generic_abs - [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 100 material_bed_temperature_layer_0 = 90 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_abs_normal.inst.cfg b/resources/quality/fusedform/base/base_abs_normal.inst.cfg index d81eb35575..8cf8884985 100644 --- a/resources/quality/fusedform/base/base_abs_normal.inst.cfg +++ b/resources/quality/fusedform/base/base_abs_normal.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Normal Quality definition = fusedform_base +name = Normal Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -material = generic_abs [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 100 material_bed_temperature_layer_0 = 90 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_abs_ultra_high.inst.cfg b/resources/quality/fusedform/base/base_abs_ultra_high.inst.cfg index 62691f3f8c..13618188cd 100644 --- a/resources/quality/fusedform/base/base_abs_ultra_high.inst.cfg +++ b/resources/quality/fusedform/base/base_abs_ultra_high.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Ultra High Quality definition = fusedform_base +name = Ultra High Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra high setting_version = 20 type = quality -quality_type =ultra high weight = -1 -material = generic_abs [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 100 material_bed_temperature_layer_0 = 90 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_draft.inst.cfg b/resources/quality/fusedform/base/base_draft.inst.cfg index 5757381181..993b543dd3 100644 --- a/resources/quality/fusedform/base/base_draft.inst.cfg +++ b/resources/quality/fusedform/base/base_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = fusedform_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -4 -global_quality=True [values] layer_height = 0.25 + diff --git a/resources/quality/fusedform/base/base_flex_high.inst.cfg b/resources/quality/fusedform/base/base_flex_high.inst.cfg index 1c28457d5b..5e597fef3e 100644 --- a/resources/quality/fusedform/base/base_flex_high.inst.cfg +++ b/resources/quality/fusedform/base/base_flex_high.inst.cfg @@ -1,19 +1,19 @@ [general] -version = 4 -name = High Quality definition = fusedform_base +name = High Quality +version = 4 [metadata] +material = generic_tpu +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -1 -material = generic_tpu [values] layer_height_0 = 0.25 -material_print_temperature = 220 material_bed_temperature = 60 +material_print_temperature = 220 speed_infill = =speed_print speed_layer_0 = 20 speed_print = 25 @@ -21,3 +21,4 @@ speed_topbottom = 20 speed_travel = 70 speed_wall = 20 speed_wall_x = 25 + diff --git a/resources/quality/fusedform/base/base_flex_normal.inst.cfg b/resources/quality/fusedform/base/base_flex_normal.inst.cfg index c4f00888f7..96566457d1 100644 --- a/resources/quality/fusedform/base/base_flex_normal.inst.cfg +++ b/resources/quality/fusedform/base/base_flex_normal.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Normal quality definition = fusedform_base +name = Normal quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -material = generic_tpu [values] layer_height_0 = 0.25 -material_print_temperature = 220 material_bed_temperature = 60 +material_print_temperature = 220 speed_infill = =speed_print speed_layer_0 = 20 speed_print = 25 speed_topbottom = 20 speed_travel = 70 speed_wall = 20 -speed_wall_x = 25 \ No newline at end of file +speed_wall_x = 25 + diff --git a/resources/quality/fusedform/base/base_high.inst.cfg b/resources/quality/fusedform/base/base_high.inst.cfg index 2de5753c1e..ae7fffdf0e 100644 --- a/resources/quality/fusedform/base/base_high.inst.cfg +++ b/resources/quality/fusedform/base/base_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High Quality definition = fusedform_base +name = High Quality +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -1 -global_quality=True - [values] layer_height = 0.1 + diff --git a/resources/quality/fusedform/base/base_hips_draft.inst.cfg b/resources/quality/fusedform/base/base_hips_draft.inst.cfg index 37628dac70..f7776c927d 100644 --- a/resources/quality/fusedform/base/base_hips_draft.inst.cfg +++ b/resources/quality/fusedform/base/base_hips_draft.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Draft Quality definition = fusedform_base +name = Draft Quality +version = 4 [metadata] +material = generic_hips +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_hips [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 100 material_bed_temperature_layer_0 = 90 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_hips_high.inst.cfg b/resources/quality/fusedform/base/base_hips_high.inst.cfg index 10e6ce3181..6683d561af 100644 --- a/resources/quality/fusedform/base/base_hips_high.inst.cfg +++ b/resources/quality/fusedform/base/base_hips_high.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = High Quality definition = fusedform_base +name = High Quality +version = 4 [metadata] +material = generic_hips +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -1 -material = generic_hips - [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 100 material_bed_temperature_layer_0 = 90 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_hips_normal.inst.cfg b/resources/quality/fusedform/base/base_hips_normal.inst.cfg index 8b88d73813..228d2f552e 100644 --- a/resources/quality/fusedform/base/base_hips_normal.inst.cfg +++ b/resources/quality/fusedform/base/base_hips_normal.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Normal Quality definition = fusedform_base +name = Normal Quality +version = 4 [metadata] +material = generic_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -material = generic_hips [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 100 material_bed_temperature_layer_0 = 90 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_hips_ultra_high.inst.cfg b/resources/quality/fusedform/base/base_hips_ultra_high.inst.cfg index 12d9177645..fb6288f33c 100644 --- a/resources/quality/fusedform/base/base_hips_ultra_high.inst.cfg +++ b/resources/quality/fusedform/base/base_hips_ultra_high.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Ultra High Quality definition = fusedform_base +name = Ultra High Quality +version = 4 [metadata] +material = generic_hips +quality_type = ultra high setting_version = 20 type = quality -quality_type =ultra high weight = -1 -material = generic_hips [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 100 material_bed_temperature_layer_0 = 90 -material_print_temperature = 240 \ No newline at end of file +material_print_temperature = 240 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_normal.inst.cfg b/resources/quality/fusedform/base/base_normal.inst.cfg index 22cb56f6c8..f41e46ba8c 100644 --- a/resources/quality/fusedform/base/base_normal.inst.cfg +++ b/resources/quality/fusedform/base/base_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal Quality definition = fusedform_base +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -global_quality=True [values] layer_height = 0.15 + diff --git a/resources/quality/fusedform/base/base_nylon_draft.inst.cfg b/resources/quality/fusedform/base/base_nylon_draft.inst.cfg index 84fbd83b51..49db2b0f45 100644 --- a/resources/quality/fusedform/base/base_nylon_draft.inst.cfg +++ b/resources/quality/fusedform/base/base_nylon_draft.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Draft Quality definition = fusedform_base +name = Draft Quality +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_nylon [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 40 material_bed_temperature_layer_0 = 40 -material_print_temperature = 265 \ No newline at end of file +material_print_temperature = 265 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_nylon_high.inst.cfg b/resources/quality/fusedform/base/base_nylon_high.inst.cfg index 4e412c3931..40750131ab 100644 --- a/resources/quality/fusedform/base/base_nylon_high.inst.cfg +++ b/resources/quality/fusedform/base/base_nylon_high.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = High Quality definition = fusedform_base +name = High Quality +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -1 -material = generic_nylon [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 40 material_bed_temperature_layer_0 = 40 -material_print_temperature = 265 \ No newline at end of file +material_print_temperature = 265 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_nylon_normal.inst.cfg b/resources/quality/fusedform/base/base_nylon_normal.inst.cfg index ab109a6f16..2405fe0aad 100644 --- a/resources/quality/fusedform/base/base_nylon_normal.inst.cfg +++ b/resources/quality/fusedform/base/base_nylon_normal.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Normal Quality definition = fusedform_base +name = Normal Quality +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -material = generic_nylon [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 40 material_bed_temperature_layer_0 = 40 -material_print_temperature = 265 \ No newline at end of file +material_print_temperature = 265 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_nylon_ultra_high.inst.cfg b/resources/quality/fusedform/base/base_nylon_ultra_high.inst.cfg index c68a26587c..0f36c7f860 100644 --- a/resources/quality/fusedform/base/base_nylon_ultra_high.inst.cfg +++ b/resources/quality/fusedform/base/base_nylon_ultra_high.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Ultra High Quality definition = fusedform_base +name = Ultra High Quality +version = 4 [metadata] +material = generic_nylon +quality_type = ultra high setting_version = 20 type = quality -quality_type =ultra high weight = -1 -material = generic_nylon [values] -cool_fan_enabled = False -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = False material_bed_temperature = 40 material_bed_temperature_layer_0 = 40 -material_print_temperature = 265 \ No newline at end of file +material_print_temperature = 265 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_petg_high.inst.cfg b/resources/quality/fusedform/base/base_petg_high.inst.cfg index 5e5b928a63..7018141781 100644 --- a/resources/quality/fusedform/base/base_petg_high.inst.cfg +++ b/resources/quality/fusedform/base/base_petg_high.inst.cfg @@ -1,22 +1,21 @@ [general] -version = 4 -name = High Quality definition = fusedform_base +name = High Quality +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -1 -material = generic_petg [values] -cool_fan_enabled = True -cool_fan_speed=30 -cool_fan_speed_max=40 -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = True +cool_fan_speed = 30 +cool_fan_speed_max = 40 material_bed_temperature = 70 material_print_temperature = 245 speed_infill = =speed_print @@ -25,4 +24,6 @@ speed_print = 30 speed_topbottom = 30 speed_travel = 70 speed_wall = 28 -speed_wall_x = 30 \ No newline at end of file +speed_wall_x = 30 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_petg_normal.inst.cfg b/resources/quality/fusedform/base/base_petg_normal.inst.cfg index 7c95a7540b..9119d5a69f 100644 --- a/resources/quality/fusedform/base/base_petg_normal.inst.cfg +++ b/resources/quality/fusedform/base/base_petg_normal.inst.cfg @@ -1,22 +1,21 @@ [general] -version = 4 -name = Normal Quality definition = fusedform_base +name = Normal Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -material = generic_petg [values] -cool_fan_enabled = True -cool_fan_speed=30 -cool_fan_speed_max=40 -brim_width = 12 -support_brim_enable = True adhesion_type = brim +brim_width = 12 +cool_fan_enabled = True +cool_fan_speed = 30 +cool_fan_speed_max = 40 material_bed_temperature = 70 material_print_temperature = 245 speed_infill = =speed_print @@ -25,4 +24,6 @@ speed_print = 30 speed_topbottom = 30 speed_travel = 70 speed_wall = 28 -speed_wall_x = 30 \ No newline at end of file +speed_wall_x = 30 +support_brim_enable = True + diff --git a/resources/quality/fusedform/base/base_pla_draft.inst.cfg b/resources/quality/fusedform/base/base_pla_draft.inst.cfg index 71d1b67d36..34d94f8d66 100644 --- a/resources/quality/fusedform/base/base_pla_draft.inst.cfg +++ b/resources/quality/fusedform/base/base_pla_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = fusedform_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -4 -material = generic_pla [values] material_bed_temperature = 60 -material_print_temperature = 210 \ No newline at end of file +material_print_temperature = 210 + diff --git a/resources/quality/fusedform/base/base_pla_high.inst.cfg b/resources/quality/fusedform/base/base_pla_high.inst.cfg index c449420a71..55e356fc47 100644 --- a/resources/quality/fusedform/base/base_pla_high.inst.cfg +++ b/resources/quality/fusedform/base/base_pla_high.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = High Quality definition = fusedform_base +name = High Quality +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -1 -material = generic_pla [values] material_bed_temperature = 60 material_print_temperature = 210 + diff --git a/resources/quality/fusedform/base/base_pla_normal.inst.cfg b/resources/quality/fusedform/base/base_pla_normal.inst.cfg index 8af209b4fd..c46a0f2b93 100644 --- a/resources/quality/fusedform/base/base_pla_normal.inst.cfg +++ b/resources/quality/fusedform/base/base_pla_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal Quality definition = fusedform_base +name = Normal Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -2 -material = generic_pla [values] material_bed_temperature = 60 -material_print_temperature = 210 \ No newline at end of file +material_print_temperature = 210 + diff --git a/resources/quality/fusedform/base/base_pla_ultra_high.inst.cfg b/resources/quality/fusedform/base/base_pla_ultra_high.inst.cfg index 3042202a1d..8555fd139b 100644 --- a/resources/quality/fusedform/base/base_pla_ultra_high.inst.cfg +++ b/resources/quality/fusedform/base/base_pla_ultra_high.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name =Ultra High Quality definition = fusedform_base +name = Ultra High Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra high setting_version = 20 type = quality -quality_type =ultra high weight = -2 -material = generic_pla [values] material_bed_temperature = 60 material_print_temperature = 210 + diff --git a/resources/quality/fusedform/base/base_ultra_high.inst.cfg b/resources/quality/fusedform/base/base_ultra_high.inst.cfg index cb1542bb92..d902003d45 100644 --- a/resources/quality/fusedform/base/base_ultra_high.inst.cfg +++ b/resources/quality/fusedform/base/base_ultra_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra High Quality definition = fusedform_base +name = Ultra High Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra high setting_version = 20 type = quality -quality_type =ultra high weight = -1 -global_quality=True [values] -layer_height = 0.08 \ No newline at end of file +layer_height = 0.08 + diff --git a/resources/quality/gmax15plus/gmax15plus_global_dual_normal.inst.cfg b/resources/quality/gmax15plus/gmax15plus_global_dual_normal.inst.cfg index 91f7f39f67..466ccf153f 100644 --- a/resources/quality/gmax15plus/gmax15plus_global_dual_normal.inst.cfg +++ b/resources/quality/gmax15plus/gmax15plus_global_dual_normal.inst.cfg @@ -1,70 +1,61 @@ [general] -version = 4 -name = gMax 1.5+ Dual Normal Layers definition = gmax15plus_dual +name = gMax 1.5+ Dual Normal Layers +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.28 - -infill_before_walls = False -infill_overlap = 20 -infill_pattern = grid - -speed_slowdown_layers = 1 acceleration_enabled = True acceleration_print = 400 acceleration_travel = 700 - +adhesion_type = skirt +bottom_layers = 2 coasting_enable = False coasting_volume = 0.0625 - -retraction_combing = off -retraction_amount = 0.75 -retraction_speed = 70 -material_flow = 98 - -support_use_towers = False -support_z_distance = 0.2 -support_xy_distance = 1.5 -support_join_distance = 10 -support_interface_enable = True -support_interface_pattern = lines - -adhesion_type = skirt -skirt_gap = 2 - cool_fan_speed = 70 cool_fan_speed_max = 85 -skin_overlap = 10 -speed_print = 50 -speed_infill = =math.ceil(speed_print * 0.85) -speed_layer_0 = =math.ceil(speed_print * 0.45) -speed_topbottom = =math.ceil(speed_print * 0.75) -speed_wall = =math.ceil(speed_print * 0.5) -speed_wall_x = =math.ceil(speed_print * 0.7) - -top_bottom_pattern = lines -top_layers = 4 -top_thickness = 1 -bottom_layers = 2 -wall_line_count = 2 -z_seam_corner = z_seam_corner_none - +infill_before_walls = False +infill_overlap = 20 +infill_pattern = grid +layer_height = 0.2 +layer_height_0 = 0.28 +material_flow = 98 +material_standby_temperature = =material_print_temperature - 10 ooze_shield_angle = 20 ooze_shield_dist = 4 ooze_shield_enabled = True prime_tower_enable = False prime_tower_position_x = 350 prime_tower_position_y = 350 +retraction_amount = 0.75 +retraction_combing = off +retraction_speed = 70 +skin_overlap = 10 +skirt_gap = 2 +speed_infill = =math.ceil(speed_print * 0.85) +speed_layer_0 = =math.ceil(speed_print * 0.45) +speed_print = 50 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 0.75) +speed_wall = =math.ceil(speed_print * 0.5) +speed_wall_x = =math.ceil(speed_print * 0.7) +support_interface_enable = True +support_interface_pattern = lines +support_join_distance = 10 +support_use_towers = False +support_xy_distance = 1.5 +support_z_distance = 0.2 switch_extruder_retraction_amount = 6 switch_extruder_retraction_speeds = 60 +top_bottom_pattern = lines +top_layers = 4 +top_thickness = 1 +wall_line_count = 2 +z_seam_corner = z_seam_corner_none -material_standby_temperature = =material_print_temperature - 10 diff --git a/resources/quality/gmax15plus/gmax15plus_global_dual_thick.inst.cfg b/resources/quality/gmax15plus/gmax15plus_global_dual_thick.inst.cfg index ab00a33d59..5079a67b69 100644 --- a/resources/quality/gmax15plus/gmax15plus_global_dual_thick.inst.cfg +++ b/resources/quality/gmax15plus/gmax15plus_global_dual_thick.inst.cfg @@ -1,70 +1,61 @@ [general] -version = 4 -name = gMax 1.5+ Dual Thick Layers definition = gmax15plus_dual +name = gMax 1.5+ Dual Thick Layers +version = 4 [metadata] +global_quality = True +quality_type = course setting_version = 20 type = quality -quality_type = course weight = -2 -global_quality = True [values] -layer_height = 0.28 -layer_height_0 = 0.32 - -infill_before_walls = False -infill_overlap = 20 -infill_pattern = grid - -speed_slowdown_layers = 1 acceleration_enabled = True acceleration_print = 400 acceleration_travel = 700 - +adhesion_type = skirt +bottom_layers = 2 coasting_enable = False coasting_volume = 0.0625 - -retraction_combing = off -retraction_amount = 0.75 -retraction_speed = 70 -material_flow = 98 - -support_use_towers = False -support_z_distance = 0.2 -support_xy_distance = 1.5 -support_join_distance = 10 -support_interface_enable = True -support_interface_pattern = lines - -adhesion_type = skirt -skirt_gap = 2 - cool_fan_speed = 70 cool_fan_speed_max = 85 -skin_overlap = 10 -speed_print = 40 -speed_infill = =math.ceil(speed_print * 0.85) -speed_layer_0 = =math.ceil(speed_print * 0.5) -speed_topbottom = =math.ceil(speed_print * 0.75) -speed_wall = =math.ceil(speed_print * 0.5) -speed_wall_x = =math.ceil(speed_print * 0.7) - -top_bottom_pattern = lines -top_layers = 3 -top_thickness = 1 -bottom_layers = 2 -wall_line_count = 2 -z_seam_corner = z_seam_corner_none - +infill_before_walls = False +infill_overlap = 20 +infill_pattern = grid +layer_height = 0.28 +layer_height_0 = 0.32 +material_flow = 98 +material_standby_temperature = =material_print_temperature - 10 ooze_shield_angle = 20 ooze_shield_dist = 4 ooze_shield_enabled = True prime_tower_enable = False prime_tower_position_x = 350 prime_tower_position_y = 350 +retraction_amount = 0.75 +retraction_combing = off +retraction_speed = 70 +skin_overlap = 10 +skirt_gap = 2 +speed_infill = =math.ceil(speed_print * 0.85) +speed_layer_0 = =math.ceil(speed_print * 0.5) +speed_print = 40 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 0.75) +speed_wall = =math.ceil(speed_print * 0.5) +speed_wall_x = =math.ceil(speed_print * 0.7) +support_interface_enable = True +support_interface_pattern = lines +support_join_distance = 10 +support_use_towers = False +support_xy_distance = 1.5 +support_z_distance = 0.2 switch_extruder_retraction_amount = 6 switch_extruder_retraction_speeds = 60 +top_bottom_pattern = lines +top_layers = 3 +top_thickness = 1 +wall_line_count = 2 +z_seam_corner = z_seam_corner_none -material_standby_temperature = =material_print_temperature - 10 diff --git a/resources/quality/gmax15plus/gmax15plus_global_dual_thin.inst.cfg b/resources/quality/gmax15plus/gmax15plus_global_dual_thin.inst.cfg index ffa7341558..d0ab84e7cd 100644 --- a/resources/quality/gmax15plus/gmax15plus_global_dual_thin.inst.cfg +++ b/resources/quality/gmax15plus/gmax15plus_global_dual_thin.inst.cfg @@ -1,70 +1,61 @@ [general] -version = 4 -name = gMax 1.5+ Dual Thin Layers definition = gmax15plus_dual +name = gMax 1.5+ Dual Thin Layers +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.2 - -infill_before_walls = False -infill_overlap = 20 -infill_pattern = grid - -speed_slowdown_layers = 1 acceleration_enabled = True acceleration_print = 400 acceleration_travel = 700 - +adhesion_type = skirt +bottom_layers = 2 coasting_enable = False coasting_volume = 0.0625 - -retraction_combing = off -retraction_amount = 0.75 -retraction_speed = 70 -material_flow = 98 - -support_use_towers = False -support_z_distance = 0.2 -support_xy_distance = 1.5 -support_join_distance = 10 -support_interface_enable = True -support_interface_pattern = lines - -adhesion_type = skirt -skirt_gap = 2 - cool_fan_speed = 70 cool_fan_speed_max = 85 -skin_overlap = 10 -speed_print = 40 -speed_infill = =math.ceil(speed_print * 0.85) -speed_layer_0 = =math.ceil(speed_print * 0.4) -speed_topbottom = =math.ceil(speed_print * 0.75) -speed_wall = =math.ceil(speed_print * 0.5) -speed_wall_x = =math.ceil(speed_print * 0.7) - -top_bottom_pattern = lines -top_layers = 4 -top_thickness = 1 -bottom_layers = 2 -wall_line_count = 2 -z_seam_corner = z_seam_corner_none - +infill_before_walls = False +infill_overlap = 20 +infill_pattern = grid +layer_height = 0.16 +layer_height_0 = 0.2 +material_flow = 98 +material_standby_temperature = =material_print_temperature - 10 ooze_shield_angle = 20 ooze_shield_dist = 4 ooze_shield_enabled = True prime_tower_enable = False prime_tower_position_x = 350 prime_tower_position_y = 350 +retraction_amount = 0.75 +retraction_combing = off +retraction_speed = 70 +skin_overlap = 10 +skirt_gap = 2 +speed_infill = =math.ceil(speed_print * 0.85) +speed_layer_0 = =math.ceil(speed_print * 0.4) +speed_print = 40 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 0.75) +speed_wall = =math.ceil(speed_print * 0.5) +speed_wall_x = =math.ceil(speed_print * 0.7) +support_interface_enable = True +support_interface_pattern = lines +support_join_distance = 10 +support_use_towers = False +support_xy_distance = 1.5 +support_z_distance = 0.2 switch_extruder_retraction_amount = 6 switch_extruder_retraction_speeds = 60 +top_bottom_pattern = lines +top_layers = 4 +top_thickness = 1 +wall_line_count = 2 +z_seam_corner = z_seam_corner_none -material_standby_temperature = =material_print_temperature - 10 diff --git a/resources/quality/gmax15plus/gmax15plus_global_dual_very_thick.inst.cfg b/resources/quality/gmax15plus/gmax15plus_global_dual_very_thick.inst.cfg index b748cf1e36..b24a40b77a 100644 --- a/resources/quality/gmax15plus/gmax15plus_global_dual_very_thick.inst.cfg +++ b/resources/quality/gmax15plus/gmax15plus_global_dual_very_thick.inst.cfg @@ -1,69 +1,60 @@ [general] -version = 4 -name = gMax 1.5+ Dual Very Thick Layers definition = gmax15plus_dual +name = gMax 1.5+ Dual Very Thick Layers +version = 4 [metadata] +global_quality = True +quality_type = extra_course setting_version = 20 type = quality -quality_type = extra_course weight = -3 -global_quality = True [values] -layer_height = 0.32 - -infill_before_walls = False -infill_overlap = 20 -infill_pattern = grid - -speed_slowdown_layers = 1 acceleration_enabled = True acceleration_print = 400 acceleration_travel = 700 - +adhesion_type = skirt +bottom_layers = 2 coasting_enable = False coasting_volume = 0.0625 - -retraction_combing = off -retraction_amount = 0.75 -retraction_speed = 70 -material_flow = 98 - -support_use_towers = False -support_z_distance = 0.2 -support_xy_distance = 1.5 -support_join_distance = 10 -support_interface_enable = True -support_interface_pattern = lines - -adhesion_type = skirt -skirt_gap = 2 - cool_fan_speed = 70 cool_fan_speed_max = 85 -skin_overlap = 10 -speed_print = 40 -speed_infill = =math.ceil(speed_print * 0.85) -speed_layer_0 = =math.ceil(speed_print * 0.45) -speed_topbottom = =math.ceil(speed_print * 0.75) -speed_wall = =math.ceil(speed_print * 0.5) -speed_wall_x = =math.ceil(speed_print * 0.7) - -top_bottom_pattern = lines -top_layers = 3 -top_thickness = 1 -bottom_layers = 2 -wall_line_count = 2 -z_seam_corner = z_seam_corner_none - +infill_before_walls = False +infill_overlap = 20 +infill_pattern = grid +layer_height = 0.32 +material_flow = 98 +material_standby_temperature = =material_print_temperature - 10 ooze_shield_angle = 20 ooze_shield_dist = 4 ooze_shield_enabled = True prime_tower_enable = False prime_tower_position_x = 350 prime_tower_position_y = 350 +retraction_amount = 0.75 +retraction_combing = off +retraction_speed = 70 +skin_overlap = 10 +skirt_gap = 2 +speed_infill = =math.ceil(speed_print * 0.85) +speed_layer_0 = =math.ceil(speed_print * 0.45) +speed_print = 40 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 0.75) +speed_wall = =math.ceil(speed_print * 0.5) +speed_wall_x = =math.ceil(speed_print * 0.7) +support_interface_enable = True +support_interface_pattern = lines +support_join_distance = 10 +support_use_towers = False +support_xy_distance = 1.5 +support_z_distance = 0.2 switch_extruder_retraction_amount = 6 switch_extruder_retraction_speeds = 60 +top_bottom_pattern = lines +top_layers = 3 +top_thickness = 1 +wall_line_count = 2 +z_seam_corner = z_seam_corner_none -material_standby_temperature = =material_print_temperature - 10 diff --git a/resources/quality/gmax15plus/gmax15plus_global_normal.inst.cfg b/resources/quality/gmax15plus/gmax15plus_global_normal.inst.cfg index 0bbaea9af4..712534057b 100644 --- a/resources/quality/gmax15plus/gmax15plus_global_normal.inst.cfg +++ b/resources/quality/gmax15plus/gmax15plus_global_normal.inst.cfg @@ -1,61 +1,52 @@ [general] -version = 4 -name = gMax 1.5+ Normal Layers definition = gmax15plus +name = gMax 1.5+ Normal Layers +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.28 - -infill_before_walls = False -infill_overlap = 20 -infill_pattern = grid - -speed_slowdown_layers = 1 acceleration_enabled = True acceleration_print = 400 acceleration_travel = 700 - +adhesion_type = skirt +bottom_layers = 2 coasting_enable = False coasting_volume = 0.0625 - -retraction_combing = off -retraction_amount = 0.75 -retraction_speed = 70 -material_flow = 98 - -support_use_towers = False -support_z_distance = 0.2 -support_xy_distance = 1.5 -support_join_distance = 10 -support_interface_enable = True -support_interface_pattern = lines - -adhesion_type = skirt -skirt_gap = 2 - cool_fan_speed = 70 cool_fan_speed_max = 85 +infill_before_walls = False +infill_overlap = 20 +infill_pattern = grid +layer_height = 0.2 +layer_height_0 = 0.28 +material_flow = 98 +retraction_amount = 0.75 +retraction_combing = off +retraction_speed = 70 skin_overlap = 10 -speed_print = 50 +skirt_gap = 2 speed_infill = =math.ceil(speed_print * 0.85) speed_layer_0 = =math.ceil(speed_print * 0.6) +speed_print = 50 +speed_slowdown_layers = 1 speed_topbottom = =math.ceil(speed_print * 0.75) speed_wall = =math.ceil(speed_print * 0.5) speed_wall_x = =math.ceil(speed_wall * 0.7) - +support_interface_enable = True +support_interface_pattern = lines +support_join_distance = 10 +support_use_towers = False +support_xy_distance = 1.5 +support_z_distance = 0.2 top_bottom_pattern = lines top_layers = 4 top_thickness = 1 -bottom_layers = 2 wall_line_count = 2 z_seam_corner = z_seam_corner_none - diff --git a/resources/quality/gmax15plus/gmax15plus_global_thick.inst.cfg b/resources/quality/gmax15plus/gmax15plus_global_thick.inst.cfg index 23192818dc..870a3d9618 100644 --- a/resources/quality/gmax15plus/gmax15plus_global_thick.inst.cfg +++ b/resources/quality/gmax15plus/gmax15plus_global_thick.inst.cfg @@ -1,59 +1,52 @@ [general] -version = 4 -name = gMax 1.5+ Thick Layers definition = gmax15plus +name = gMax 1.5+ Thick Layers +version = 4 [metadata] +global_quality = True +quality_type = course setting_version = 20 type = quality -quality_type = course weight = -2 -global_quality = True [values] -layer_height = 0.28 -layer_height_0 = 0.32 - -infill_before_walls = False -infill_overlap = 20 -infill_pattern = grid - -speed_slowdown_layers = 1 acceleration_enabled = True acceleration_print = 400 acceleration_travel = 700 - +adhesion_type = skirt +bottom_layers = 2 coasting_enable = False coasting_volume = 0.0625 - -retraction_combing = off -retraction_amount = 0.75 -retraction_speed = 70 -material_flow = 98 - -support_use_towers = False -support_z_distance = 0.2 -support_xy_distance = 1.5 -support_join_distance = 10 -support_interface_enable = True -support_interface_pattern = lines - -adhesion_type = skirt -skirt_gap = 2 - cool_fan_speed = 70 cool_fan_speed_max = 85 +infill_before_walls = False +infill_overlap = 20 +infill_pattern = grid +layer_height = 0.28 +layer_height_0 = 0.32 +material_flow = 98 +retraction_amount = 0.75 +retraction_combing = off +retraction_speed = 70 skin_overlap = 10 -speed_print = 50 +skirt_gap = 2 speed_infill = =math.ceil(speed_print * 0.85) speed_layer_0 = =math.ceil(speed_print * 0.6) +speed_print = 50 +speed_slowdown_layers = 1 speed_topbottom = =math.ceil(speed_print * 0.75) speed_wall = =math.ceil(speed_print * 0.5) speed_wall_x = =math.ceil(speed_wall * 0.7) - +support_interface_enable = True +support_interface_pattern = lines +support_join_distance = 10 +support_use_towers = False +support_xy_distance = 1.5 +support_z_distance = 0.2 top_bottom_pattern = lines top_layers = 3 top_thickness = 1 -bottom_layers = 2 wall_line_count = 2 -z_seam_corner = z_seam_corner_none \ No newline at end of file +z_seam_corner = z_seam_corner_none + diff --git a/resources/quality/gmax15plus/gmax15plus_global_thin.inst.cfg b/resources/quality/gmax15plus/gmax15plus_global_thin.inst.cfg index f398920b06..8faf38bb27 100644 --- a/resources/quality/gmax15plus/gmax15plus_global_thin.inst.cfg +++ b/resources/quality/gmax15plus/gmax15plus_global_thin.inst.cfg @@ -1,59 +1,52 @@ [general] -version = 4 -name = gMax 1.5+ Thin Layers definition = gmax15plus +name = gMax 1.5+ Thin Layers +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.2 - -infill_before_walls = False -infill_overlap = 20 -infill_pattern = grid - -speed_slowdown_layers = 1 acceleration_enabled = True acceleration_print = 400 acceleration_travel = 700 - +adhesion_type = skirt +bottom_layers = 3 coasting_enable = False coasting_volume = 0.0625 - -retraction_combing = off -retraction_amount = 0.75 -retraction_speed = 70 -material_flow = 98 - -support_use_towers = False -support_z_distance = 0.2 -support_xy_distance = 1.5 -support_join_distance = 10 -support_interface_enable = True -support_interface_pattern = lines - -adhesion_type = skirt -skirt_gap = 2 - cool_fan_speed = 70 cool_fan_speed_max = 85 +infill_before_walls = False +infill_overlap = 20 +infill_pattern = grid +layer_height = 0.16 +layer_height_0 = 0.2 +material_flow = 98 +retraction_amount = 0.75 +retraction_combing = off +retraction_speed = 70 skin_overlap = 10 -speed_print = 55 +skirt_gap = 2 speed_infill = =math.ceil(speed_print * 0.85) speed_layer_0 = =math.ceil(speed_print * 0.6) +speed_print = 55 +speed_slowdown_layers = 1 speed_topbottom = =math.ceil(speed_print * 0.75) speed_wall = =math.ceil(speed_print * 0.5) speed_wall_x = =math.ceil(speed_wall * 0.7) - +support_interface_enable = True +support_interface_pattern = lines +support_join_distance = 10 +support_use_towers = False +support_xy_distance = 1.5 +support_z_distance = 0.2 top_bottom_pattern = lines top_layers = 5 top_thickness = 1 -bottom_layers = 3 wall_line_count = 2 -z_seam_corner = z_seam_corner_none \ No newline at end of file +z_seam_corner = z_seam_corner_none + diff --git a/resources/quality/gmax15plus/gmax15plus_global_very_thick.inst.cfg b/resources/quality/gmax15plus/gmax15plus_global_very_thick.inst.cfg index a9c33a1e4e..ef97deeaae 100644 --- a/resources/quality/gmax15plus/gmax15plus_global_very_thick.inst.cfg +++ b/resources/quality/gmax15plus/gmax15plus_global_very_thick.inst.cfg @@ -1,58 +1,51 @@ [general] -version = 4 -name = gMax 1.5+ Very Thick Layers definition = gmax15plus +name = gMax 1.5+ Very Thick Layers +version = 4 [metadata] +global_quality = True +quality_type = extra_course setting_version = 20 type = quality -quality_type = extra_course weight = -3 -global_quality = True [values] -layer_height = 0.32 - -infill_before_walls = False -infill_overlap = 20 -infill_pattern = grid - -speed_slowdown_layers = 1 acceleration_enabled = True acceleration_print = 400 acceleration_travel = 700 - +adhesion_type = skirt +bottom_layers = 2 coasting_enable = False coasting_volume = 0.0625 - -retraction_combing = off -retraction_amount = 0.75 -retraction_speed = 70 -material_flow = 98 - -support_use_towers = False -support_z_distance = 0.2 -support_xy_distance = 1.5 -support_join_distance = 10 -support_interface_enable = True -support_interface_pattern = lines - -adhesion_type = skirt -skirt_gap = 2 - cool_fan_speed = 70 cool_fan_speed_max = 85 +infill_before_walls = False +infill_overlap = 20 +infill_pattern = grid +layer_height = 0.32 +material_flow = 98 +retraction_amount = 0.75 +retraction_combing = off +retraction_speed = 70 skin_overlap = 10 -speed_print = 45 +skirt_gap = 2 speed_infill = =math.ceil(speed_print * 0.85) speed_layer_0 = =math.ceil(speed_print * 0.6) +speed_print = 45 +speed_slowdown_layers = 1 speed_topbottom = =math.ceil(speed_print * 0.75) speed_wall = =math.ceil(speed_print * 0.6) speed_wall_x = =math.ceil(speed_wall * 0.7) - +support_interface_enable = True +support_interface_pattern = lines +support_join_distance = 10 +support_use_towers = False +support_xy_distance = 1.5 +support_z_distance = 0.2 top_bottom_pattern = lines top_layers = 3 top_thickness = 1 -bottom_layers = 2 wall_line_count = 2 -z_seam_corner = z_seam_corner_none \ No newline at end of file +z_seam_corner = z_seam_corner_none + diff --git a/resources/quality/goofoo/abs/goofoo_far_0.40_abs_fine.inst.cfg b/resources/quality/goofoo/abs/goofoo_far_0.40_abs_fine.inst.cfg index 5310152781..a8bffce9b4 100644 --- a/resources/quality/goofoo/abs/goofoo_far_0.40_abs_fine.inst.cfg +++ b/resources/quality/goofoo/abs/goofoo_far_0.40_abs_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim cool_fan_enabled = False -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/abs/goofoo_far_0.40_abs_standard.inst.cfg b/resources/quality/goofoo/abs/goofoo_far_0.40_abs_standard.inst.cfg index f590763021..2b80e8ad36 100644 --- a/resources/quality/goofoo/abs/goofoo_far_0.40_abs_standard.inst.cfg +++ b/resources/quality/goofoo/abs/goofoo_far_0.40_abs_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim cool_fan_enabled = False -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/abs/goofoo_near_0.40_abs_fine.inst.cfg b/resources/quality/goofoo/abs/goofoo_near_0.40_abs_fine.inst.cfg index 9c9ae6a9ec..57b9625f81 100644 --- a/resources/quality/goofoo/abs/goofoo_near_0.40_abs_fine.inst.cfg +++ b/resources/quality/goofoo/abs/goofoo_near_0.40_abs_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim cool_fan_enabled = False -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/abs/goofoo_near_0.40_abs_standard.inst.cfg b/resources/quality/goofoo/abs/goofoo_near_0.40_abs_standard.inst.cfg index 46198f3c78..faf404c62e 100644 --- a/resources/quality/goofoo/abs/goofoo_near_0.40_abs_standard.inst.cfg +++ b/resources/quality/goofoo/abs/goofoo_near_0.40_abs_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim cool_fan_enabled = False -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/asa/goofoo_far_0.40_asa_fine.inst.cfg b/resources/quality/goofoo/asa/goofoo_far_0.40_asa_fine.inst.cfg index ffe7c1d027..14233366a8 100644 --- a/resources/quality/goofoo/asa/goofoo_far_0.40_asa_fine.inst.cfg +++ b/resources/quality/goofoo/asa/goofoo_far_0.40_asa_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_asa +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_asa variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim cool_fan_enabled = False -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/asa/goofoo_far_0.40_asa_standard.inst.cfg b/resources/quality/goofoo/asa/goofoo_far_0.40_asa_standard.inst.cfg index bde0a20503..b45dabf6c2 100644 --- a/resources/quality/goofoo/asa/goofoo_far_0.40_asa_standard.inst.cfg +++ b/resources/quality/goofoo/asa/goofoo_far_0.40_asa_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_asa +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_asa variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim cool_fan_enabled = False -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/asa/goofoo_near_0.40_asa_fine.inst.cfg b/resources/quality/goofoo/asa/goofoo_near_0.40_asa_fine.inst.cfg index 9e6edbf539..19fe4b1e6d 100644 --- a/resources/quality/goofoo/asa/goofoo_near_0.40_asa_fine.inst.cfg +++ b/resources/quality/goofoo/asa/goofoo_near_0.40_asa_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_asa +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_asa variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim cool_fan_enabled = False -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/asa/goofoo_near_0.40_asa_standard.inst.cfg b/resources/quality/goofoo/asa/goofoo_near_0.40_asa_standard.inst.cfg index 7bc73b3eef..52f0129066 100644 --- a/resources/quality/goofoo/asa/goofoo_near_0.40_asa_standard.inst.cfg +++ b/resources/quality/goofoo/asa/goofoo_near_0.40_asa_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_asa +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_asa variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim cool_fan_enabled = False -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/goofoo_far_global_0.15_fine.inst.cfg b/resources/quality/goofoo/goofoo_far_global_0.15_fine.inst.cfg index 7f87312a42..1a7b67a0af 100644 --- a/resources/quality/goofoo/goofoo_far_global_0.15_fine.inst.cfg +++ b/resources/quality/goofoo/goofoo_far_global_0.15_fine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = -1 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.15 layer_height_0 = 0.25 +retraction_speed = 60 +support_interface_height = =layer_height*8 top_bottom_thickness = 0.8 wall_thickness = =line_width*6 -support_interface_height = =layer_height*8 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_far_global_0.1_efine.inst.cfg b/resources/quality/goofoo/goofoo_far_global_0.1_efine.inst.cfg index 841da4bef1..7ff321a88c 100644 --- a/resources/quality/goofoo/goofoo_far_global_0.1_efine.inst.cfg +++ b/resources/quality/goofoo/goofoo_far_global_0.1_efine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = efine setting_version = 20 type = quality -quality_type = efine weight = 0 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.1 layer_height_0 = 0.15 +retraction_speed = 60 +support_interface_height = =layer_height*12 top_bottom_thickness = 0.8 wall_thickness = =line_width*6 -support_interface_height = =layer_height*12 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_far_global_0.20_standard.inst.cfg b/resources/quality/goofoo/goofoo_far_global_0.20_standard.inst.cfg index 870ef0ab18..a1e02a0ef8 100644 --- a/resources/quality/goofoo/goofoo_far_global_0.20_standard.inst.cfg +++ b/resources/quality/goofoo/goofoo_far_global_0.20_standard.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -3 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.20 layer_height_0 = 0.3 +retraction_speed = 60 +support_interface_height = =layer_height*5 top_bottom_thickness = 0.8 wall_thickness = =line_width*4 -support_interface_height = =layer_height*5 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_far_global_0.3_draft.inst.cfg b/resources/quality/goofoo/goofoo_far_global_0.3_draft.inst.cfg index 6cddac0852..5ab205bd74 100644 --- a/resources/quality/goofoo/goofoo_far_global_0.3_draft.inst.cfg +++ b/resources/quality/goofoo/goofoo_far_global_0.3_draft.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true +cool_fan_enabled = True layer_height = 0.3 layer_height_0 = 0.3 +retraction_speed = 60 +support_interface_height = =layer_height*6 top_bottom_thickness = 0.8 wall_thickness = =line_width*5 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_near_global_0.15_fine.inst.cfg b/resources/quality/goofoo/goofoo_near_global_0.15_fine.inst.cfg index f258efac56..b4a16b654a 100644 --- a/resources/quality/goofoo/goofoo_near_global_0.15_fine.inst.cfg +++ b/resources/quality/goofoo/goofoo_near_global_0.15_fine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = -1 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.15 layer_height_0 = 0.25 +retraction_speed = 60 +support_interface_height = =layer_height*8 top_bottom_thickness = 0.8 wall_thickness = =line_width*6 -support_interface_height = =layer_height*8 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_near_global_0.1_efine.inst.cfg b/resources/quality/goofoo/goofoo_near_global_0.1_efine.inst.cfg index 3ff7c2f4e7..b18cb3ef26 100644 --- a/resources/quality/goofoo/goofoo_near_global_0.1_efine.inst.cfg +++ b/resources/quality/goofoo/goofoo_near_global_0.1_efine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = efine setting_version = 20 type = quality -quality_type = efine weight = 0 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.1 layer_height_0 = 0.15 +retraction_speed = 60 +support_interface_height = =layer_height*12 top_bottom_thickness = 0.8 wall_thickness = =line_width*6 -support_interface_height = =layer_height*12 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_near_global_0.20_standard.inst.cfg b/resources/quality/goofoo/goofoo_near_global_0.20_standard.inst.cfg index 4d9442c8b6..a708a49c6c 100644 --- a/resources/quality/goofoo/goofoo_near_global_0.20_standard.inst.cfg +++ b/resources/quality/goofoo/goofoo_near_global_0.20_standard.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -3 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.20 layer_height_0 = 0.3 +retraction_speed = 60 +support_interface_height = =layer_height*5 top_bottom_thickness = 0.8 wall_thickness = =line_width*4 -support_interface_height = =layer_height*5 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_near_global_0.3_draft.inst.cfg b/resources/quality/goofoo/goofoo_near_global_0.3_draft.inst.cfg index 675cef3560..32fd847fe5 100644 --- a/resources/quality/goofoo/goofoo_near_global_0.3_draft.inst.cfg +++ b/resources/quality/goofoo/goofoo_near_global_0.3_draft.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true +cool_fan_enabled = True layer_height = 0.3 layer_height_0 = 0.3 +retraction_speed = 60 +support_interface_height = =layer_height*6 top_bottom_thickness = 0.8 wall_thickness = =line_width*5 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_open_global_0.15_fine.inst.cfg b/resources/quality/goofoo/goofoo_open_global_0.15_fine.inst.cfg index 611905c280..9d759041f3 100644 --- a/resources/quality/goofoo/goofoo_open_global_0.15_fine.inst.cfg +++ b/resources/quality/goofoo/goofoo_open_global_0.15_fine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_open +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = -1 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.15 layer_height_0 = 0.25 +retraction_speed = 60 +support_interface_height = =layer_height*8 top_bottom_thickness = 0.8 wall_thickness = =line_width*6 -support_interface_height = =layer_height*8 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_open_global_0.1_efine.inst.cfg b/resources/quality/goofoo/goofoo_open_global_0.1_efine.inst.cfg index d54b52e54e..8f254dd777 100644 --- a/resources/quality/goofoo/goofoo_open_global_0.1_efine.inst.cfg +++ b/resources/quality/goofoo/goofoo_open_global_0.1_efine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_open +name = Extra Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = efine setting_version = 20 type = quality -quality_type = efine weight = 0 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.1 layer_height_0 = 0.15 +retraction_speed = 60 +support_interface_height = =layer_height*12 top_bottom_thickness = 0.8 wall_thickness = =line_width*6 -support_interface_height = =layer_height*12 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_open_global_0.20_standard.inst.cfg b/resources/quality/goofoo/goofoo_open_global_0.20_standard.inst.cfg index 31925f365c..5c20153515 100644 --- a/resources/quality/goofoo/goofoo_open_global_0.20_standard.inst.cfg +++ b/resources/quality/goofoo/goofoo_open_global_0.20_standard.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_open +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -3 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.20 layer_height_0 = 0.3 +retraction_speed = 60 +support_interface_height = =layer_height*5 top_bottom_thickness = 0.8 wall_thickness = =line_width*4 -support_interface_height = =layer_height*5 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_open_global_0.3_draft.inst.cfg b/resources/quality/goofoo/goofoo_open_global_0.3_draft.inst.cfg index a43f0b8359..ab5ca40649 100644 --- a/resources/quality/goofoo/goofoo_open_global_0.3_draft.inst.cfg +++ b/resources/quality/goofoo/goofoo_open_global_0.3_draft.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_open +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true +cool_fan_enabled = True layer_height = 0.3 layer_height_0 = 0.3 +retraction_speed = 60 +support_interface_height = =layer_height*6 top_bottom_thickness = 0.8 wall_thickness = =line_width*5 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_small_global_0.15_fine.inst.cfg b/resources/quality/goofoo/goofoo_small_global_0.15_fine.inst.cfg index d176f3e64e..b02db01026 100644 --- a/resources/quality/goofoo/goofoo_small_global_0.15_fine.inst.cfg +++ b/resources/quality/goofoo/goofoo_small_global_0.15_fine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_small +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = -1 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.15 layer_height_0 = 0.25 +retraction_speed = 60 +support_interface_height = =layer_height*8 top_bottom_thickness = 0.8 wall_thickness = =line_width*6 -support_interface_height = =layer_height*8 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_small_global_0.1_efine.inst.cfg b/resources/quality/goofoo/goofoo_small_global_0.1_efine.inst.cfg index 924adf4fdd..335065096c 100644 --- a/resources/quality/goofoo/goofoo_small_global_0.1_efine.inst.cfg +++ b/resources/quality/goofoo/goofoo_small_global_0.1_efine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_small +name = Extra Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = efine setting_version = 20 type = quality -quality_type = efine weight = 0 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.1 layer_height_0 = 0.15 +retraction_speed = 60 +support_interface_height = =layer_height*12 top_bottom_thickness = 0.8 wall_thickness = =line_width*6 -support_interface_height = =layer_height*12 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_small_global_0.20_standard.inst.cfg b/resources/quality/goofoo/goofoo_small_global_0.20_standard.inst.cfg index 46ea7b288a..72915d96d9 100644 --- a/resources/quality/goofoo/goofoo_small_global_0.20_standard.inst.cfg +++ b/resources/quality/goofoo/goofoo_small_global_0.20_standard.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_small +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -3 -global_quality = True [values] +cool_fan_enabled = True layer_height = 0.20 layer_height_0 = 0.3 +retraction_speed = 60 +support_interface_height = =layer_height*5 top_bottom_thickness = 0.8 wall_thickness = =line_width*4 -support_interface_height = =layer_height*5 -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/goofoo_small_global_0.3_draft.inst.cfg b/resources/quality/goofoo/goofoo_small_global_0.3_draft.inst.cfg index 063fb9faa8..5efa4555af 100644 --- a/resources/quality/goofoo/goofoo_small_global_0.3_draft.inst.cfg +++ b/resources/quality/goofoo/goofoo_small_global_0.3_draft.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_small +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true +cool_fan_enabled = True layer_height = 0.3 layer_height_0 = 0.3 +retraction_speed = 60 +support_interface_height = =layer_height*6 top_bottom_thickness = 0.8 wall_thickness = =line_width*5 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true -retraction_speed = 60 -cool_fan_enabled = True \ No newline at end of file + diff --git a/resources/quality/goofoo/hips/goofoo_far_0.40_hips_draft.inst.cfg b/resources/quality/goofoo/hips/goofoo_far_0.40_hips_draft.inst.cfg index 71f89c77e4..68ffbea722 100644 --- a/resources/quality/goofoo/hips/goofoo_far_0.40_hips_draft.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_far_0.40_hips_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_far_0.40_hips_efine.inst.cfg b/resources/quality/goofoo/hips/goofoo_far_0.40_hips_efine.inst.cfg index b01d68fea3..ba44bf42d6 100644 --- a/resources/quality/goofoo/hips/goofoo_far_0.40_hips_efine.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_far_0.40_hips_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_far_0.40_hips_fine.inst.cfg b/resources/quality/goofoo/hips/goofoo_far_0.40_hips_fine.inst.cfg index 540cdbd631..b5cada3bae 100644 --- a/resources/quality/goofoo/hips/goofoo_far_0.40_hips_fine.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_far_0.40_hips_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_far_0.40_hips_standard.inst.cfg b/resources/quality/goofoo/hips/goofoo_far_0.40_hips_standard.inst.cfg index b9648ede31..54309c9450 100644 --- a/resources/quality/goofoo/hips/goofoo_far_0.40_hips_standard.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_far_0.40_hips_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_near_0.40_hips_draft.inst.cfg b/resources/quality/goofoo/hips/goofoo_near_0.40_hips_draft.inst.cfg index dc9982a4c3..1c69be7be9 100644 --- a/resources/quality/goofoo/hips/goofoo_near_0.40_hips_draft.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_near_0.40_hips_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_near_0.40_hips_efine.inst.cfg b/resources/quality/goofoo/hips/goofoo_near_0.40_hips_efine.inst.cfg index af6d3c8517..fdf56e8013 100644 --- a/resources/quality/goofoo/hips/goofoo_near_0.40_hips_efine.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_near_0.40_hips_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_near_0.40_hips_fine.inst.cfg b/resources/quality/goofoo/hips/goofoo_near_0.40_hips_fine.inst.cfg index a5b5312217..8c0a1a64f0 100644 --- a/resources/quality/goofoo/hips/goofoo_near_0.40_hips_fine.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_near_0.40_hips_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_near_0.40_hips_standard.inst.cfg b/resources/quality/goofoo/hips/goofoo_near_0.40_hips_standard.inst.cfg index 43fd98bae8..09c9dedc0c 100644 --- a/resources/quality/goofoo/hips/goofoo_near_0.40_hips_standard.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_near_0.40_hips_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_open_0.40_hips_draft.inst.cfg b/resources/quality/goofoo/hips/goofoo_open_0.40_hips_draft.inst.cfg index e27eb1fcb4..8268cf9dcd 100644 --- a/resources/quality/goofoo/hips/goofoo_open_0.40_hips_draft.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_open_0.40_hips_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_open +name = Draft Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_open_0.40_hips_efine.inst.cfg b/resources/quality/goofoo/hips/goofoo_open_0.40_hips_efine.inst.cfg index 0b8e808ab5..857f7dd195 100644 --- a/resources/quality/goofoo/hips/goofoo_open_0.40_hips_efine.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_open_0.40_hips_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_open +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_open_0.40_hips_fine.inst.cfg b/resources/quality/goofoo/hips/goofoo_open_0.40_hips_fine.inst.cfg index f00e02dfb5..7040025061 100644 --- a/resources/quality/goofoo/hips/goofoo_open_0.40_hips_fine.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_open_0.40_hips_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_open +name = Fine Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/hips/goofoo_open_0.40_hips_standard.inst.cfg b/resources/quality/goofoo/hips/goofoo_open_0.40_hips_standard.inst.cfg index a57b85233c..5f613ccbf9 100644 --- a/resources/quality/goofoo/hips/goofoo_open_0.40_hips_standard.inst.cfg +++ b/resources/quality/goofoo/hips/goofoo_open_0.40_hips_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_open +name = Standard Quality +version = 4 [metadata] +material = goofoo_hips +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_hips variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pa/goofoo_far_0.40_pa_fine.inst.cfg b/resources/quality/goofoo/pa/goofoo_far_0.40_pa_fine.inst.cfg index c228b80485..0402528a49 100644 --- a/resources/quality/goofoo/pa/goofoo_far_0.40_pa_fine.inst.cfg +++ b/resources/quality/goofoo/pa/goofoo_far_0.40_pa_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_pa +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pa variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pa/goofoo_far_0.40_pa_standard.inst.cfg b/resources/quality/goofoo/pa/goofoo_far_0.40_pa_standard.inst.cfg index 4947ea6aaa..c577a901d9 100644 --- a/resources/quality/goofoo/pa/goofoo_far_0.40_pa_standard.inst.cfg +++ b/resources/quality/goofoo/pa/goofoo_far_0.40_pa_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_pa +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pa variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pa/goofoo_near_0.40_pa_fine.inst.cfg b/resources/quality/goofoo/pa/goofoo_near_0.40_pa_fine.inst.cfg index d2de67c419..d5f9ce9050 100644 --- a/resources/quality/goofoo/pa/goofoo_near_0.40_pa_fine.inst.cfg +++ b/resources/quality/goofoo/pa/goofoo_near_0.40_pa_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_pa +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pa variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pa/goofoo_near_0.40_pa_standard.inst.cfg b/resources/quality/goofoo/pa/goofoo_near_0.40_pa_standard.inst.cfg index 46f1a8807c..b08f96c79a 100644 --- a/resources/quality/goofoo/pa/goofoo_near_0.40_pa_standard.inst.cfg +++ b/resources/quality/goofoo/pa/goofoo_near_0.40_pa_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_pa +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pa variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pa_cf/goofoo_far_0.40_pa_cf_fine.inst.cfg b/resources/quality/goofoo/pa_cf/goofoo_far_0.40_pa_cf_fine.inst.cfg index 27dbeb658b..37fd3aea2b 100644 --- a/resources/quality/goofoo/pa_cf/goofoo_far_0.40_pa_cf_fine.inst.cfg +++ b/resources/quality/goofoo/pa_cf/goofoo_far_0.40_pa_cf_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_pa_cf +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pa_cf variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pa_cf/goofoo_far_0.40_pa_cf_standard.inst.cfg b/resources/quality/goofoo/pa_cf/goofoo_far_0.40_pa_cf_standard.inst.cfg index 4060c34061..a1c4000189 100644 --- a/resources/quality/goofoo/pa_cf/goofoo_far_0.40_pa_cf_standard.inst.cfg +++ b/resources/quality/goofoo/pa_cf/goofoo_far_0.40_pa_cf_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_pa_cf +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pa_cf variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pa_cf/goofoo_near_0.40_pa_cf_fine.inst.cfg b/resources/quality/goofoo/pa_cf/goofoo_near_0.40_pa_cf_fine.inst.cfg index 36f89305f6..8f77923928 100644 --- a/resources/quality/goofoo/pa_cf/goofoo_near_0.40_pa_cf_fine.inst.cfg +++ b/resources/quality/goofoo/pa_cf/goofoo_near_0.40_pa_cf_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_pa_cf +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pa_cf variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pa_cf/goofoo_near_0.40_pa_cf_standard.inst.cfg b/resources/quality/goofoo/pa_cf/goofoo_near_0.40_pa_cf_standard.inst.cfg index 64a7e52dbe..4115abeda6 100644 --- a/resources/quality/goofoo/pa_cf/goofoo_near_0.40_pa_cf_standard.inst.cfg +++ b/resources/quality/goofoo/pa_cf/goofoo_near_0.40_pa_cf_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_pa_cf +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pa_cf variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 adhesion_type = brim -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pc/goofoo_far_0.40_pc_draft.inst.cfg b/resources/quality/goofoo/pc/goofoo_far_0.40_pc_draft.inst.cfg index 3c78d139b3..646de7c093 100644 --- a/resources/quality/goofoo/pc/goofoo_far_0.40_pc_draft.inst.cfg +++ b/resources/quality/goofoo/pc/goofoo_far_0.40_pc_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pc variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pc/goofoo_far_0.40_pc_efine.inst.cfg b/resources/quality/goofoo/pc/goofoo_far_0.40_pc_efine.inst.cfg index 9190f3c060..a84005a46f 100644 --- a/resources/quality/goofoo/pc/goofoo_far_0.40_pc_efine.inst.cfg +++ b/resources/quality/goofoo/pc/goofoo_far_0.40_pc_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pc +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pc variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pc/goofoo_far_0.40_pc_fine.inst.cfg b/resources/quality/goofoo/pc/goofoo_far_0.40_pc_fine.inst.cfg index a569cbb2f2..0ce7ac630f 100644 --- a/resources/quality/goofoo/pc/goofoo_far_0.40_pc_fine.inst.cfg +++ b/resources/quality/goofoo/pc/goofoo_far_0.40_pc_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_pc +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pc variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pc/goofoo_far_0.40_pc_standard.inst.cfg b/resources/quality/goofoo/pc/goofoo_far_0.40_pc_standard.inst.cfg index 718eed3083..a50b2621b3 100644 --- a/resources/quality/goofoo/pc/goofoo_far_0.40_pc_standard.inst.cfg +++ b/resources/quality/goofoo/pc/goofoo_far_0.40_pc_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pc variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pc/goofoo_near_0.40_pc_draft.inst.cfg b/resources/quality/goofoo/pc/goofoo_near_0.40_pc_draft.inst.cfg index c5611599d0..f5f9b809e6 100644 --- a/resources/quality/goofoo/pc/goofoo_near_0.40_pc_draft.inst.cfg +++ b/resources/quality/goofoo/pc/goofoo_near_0.40_pc_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pc variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pc/goofoo_near_0.40_pc_efine.inst.cfg b/resources/quality/goofoo/pc/goofoo_near_0.40_pc_efine.inst.cfg index e72c2b21f1..c4e93e924e 100644 --- a/resources/quality/goofoo/pc/goofoo_near_0.40_pc_efine.inst.cfg +++ b/resources/quality/goofoo/pc/goofoo_near_0.40_pc_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pc +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pc variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pc/goofoo_near_0.40_pc_fine.inst.cfg b/resources/quality/goofoo/pc/goofoo_near_0.40_pc_fine.inst.cfg index 3877431669..a8372e618a 100644 --- a/resources/quality/goofoo/pc/goofoo_near_0.40_pc_fine.inst.cfg +++ b/resources/quality/goofoo/pc/goofoo_near_0.40_pc_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_pc +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pc variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pc/goofoo_near_0.40_pc_standard.inst.cfg b/resources/quality/goofoo/pc/goofoo_near_0.40_pc_standard.inst.cfg index 1354b13743..83416ba82b 100644 --- a/resources/quality/goofoo/pc/goofoo_near_0.40_pc_standard.inst.cfg +++ b/resources/quality/goofoo/pc/goofoo_near_0.40_pc_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pc variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/peek/goofoo_far_0.40_peek_draft.inst.cfg b/resources/quality/goofoo/peek/goofoo_far_0.40_peek_draft.inst.cfg index 04bdfbe9b8..c8bf15e2b3 100644 --- a/resources/quality/goofoo/peek/goofoo_far_0.40_peek_draft.inst.cfg +++ b/resources/quality/goofoo/peek/goofoo_far_0.40_peek_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_peek +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_peek variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt cool_fan_enabled = False -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/peek/goofoo_far_0.40_peek_efine.inst.cfg b/resources/quality/goofoo/peek/goofoo_far_0.40_peek_efine.inst.cfg index c0fc826844..3fae26b9b0 100644 --- a/resources/quality/goofoo/peek/goofoo_far_0.40_peek_efine.inst.cfg +++ b/resources/quality/goofoo/peek/goofoo_far_0.40_peek_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_peek +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_peek variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt cool_fan_enabled = False -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/peek/goofoo_far_0.40_peek_fine.inst.cfg b/resources/quality/goofoo/peek/goofoo_far_0.40_peek_fine.inst.cfg index aad19e3e3b..40c20eb5b5 100644 --- a/resources/quality/goofoo/peek/goofoo_far_0.40_peek_fine.inst.cfg +++ b/resources/quality/goofoo/peek/goofoo_far_0.40_peek_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_peek +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_peek variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt cool_fan_enabled = False -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/peek/goofoo_far_0.40_peek_standard.inst.cfg b/resources/quality/goofoo/peek/goofoo_far_0.40_peek_standard.inst.cfg index e918865fbc..bff8800567 100644 --- a/resources/quality/goofoo/peek/goofoo_far_0.40_peek_standard.inst.cfg +++ b/resources/quality/goofoo/peek/goofoo_far_0.40_peek_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_peek +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_peek variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt cool_fan_enabled = False -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/peek/goofoo_near_0.40_peek_draft.inst.cfg b/resources/quality/goofoo/peek/goofoo_near_0.40_peek_draft.inst.cfg index 7968d41021..09a99a276b 100644 --- a/resources/quality/goofoo/peek/goofoo_near_0.40_peek_draft.inst.cfg +++ b/resources/quality/goofoo/peek/goofoo_near_0.40_peek_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_peek +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_peek variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt cool_fan_enabled = False -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/peek/goofoo_near_0.40_peek_efine.inst.cfg b/resources/quality/goofoo/peek/goofoo_near_0.40_peek_efine.inst.cfg index 8ca078bf55..f05a6a961c 100644 --- a/resources/quality/goofoo/peek/goofoo_near_0.40_peek_efine.inst.cfg +++ b/resources/quality/goofoo/peek/goofoo_near_0.40_peek_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_peek +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_peek variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt cool_fan_enabled = False -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/peek/goofoo_near_0.40_peek_fine.inst.cfg b/resources/quality/goofoo/peek/goofoo_near_0.40_peek_fine.inst.cfg index 2f76c7564e..08139e1e88 100644 --- a/resources/quality/goofoo/peek/goofoo_near_0.40_peek_fine.inst.cfg +++ b/resources/quality/goofoo/peek/goofoo_near_0.40_peek_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_peek +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_peek variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt cool_fan_enabled = False -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/peek/goofoo_near_0.40_peek_standard.inst.cfg b/resources/quality/goofoo/peek/goofoo_near_0.40_peek_standard.inst.cfg index 1f6ce72596..7024ad8a5d 100644 --- a/resources/quality/goofoo/peek/goofoo_near_0.40_peek_standard.inst.cfg +++ b/resources/quality/goofoo/peek/goofoo_near_0.40_peek_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_peek +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_peek variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt cool_fan_enabled = False -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/petg/goofoo_far_0.40_petg_fine.inst.cfg b/resources/quality/goofoo/petg/goofoo_far_0.40_petg_fine.inst.cfg index 059b769eab..887ed658fb 100644 --- a/resources/quality/goofoo/petg/goofoo_far_0.40_petg_fine.inst.cfg +++ b/resources/quality/goofoo/petg/goofoo_far_0.40_petg_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_layer_0 = 15 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/petg/goofoo_far_0.40_petg_standard.inst.cfg b/resources/quality/goofoo/petg/goofoo_far_0.40_petg_standard.inst.cfg index bf13b05e29..1f56b3d33f 100644 --- a/resources/quality/goofoo/petg/goofoo_far_0.40_petg_standard.inst.cfg +++ b/resources/quality/goofoo/petg/goofoo_far_0.40_petg_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_layer_0 = 15 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/petg/goofoo_near_0.40_petg_fine.inst.cfg b/resources/quality/goofoo/petg/goofoo_near_0.40_petg_fine.inst.cfg index 7a2efa0472..9469675139 100644 --- a/resources/quality/goofoo/petg/goofoo_near_0.40_petg_fine.inst.cfg +++ b/resources/quality/goofoo/petg/goofoo_near_0.40_petg_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_layer_0 = 15 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/petg/goofoo_near_0.40_petg_standard.inst.cfg b/resources/quality/goofoo/petg/goofoo_near_0.40_petg_standard.inst.cfg index eaa03ff0e3..b3e9061be1 100644 --- a/resources/quality/goofoo/petg/goofoo_near_0.40_petg_standard.inst.cfg +++ b/resources/quality/goofoo/petg/goofoo_near_0.40_petg_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_layer_0 = 15 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/petg/goofoo_open_0.40_petg_fine.inst.cfg b/resources/quality/goofoo/petg/goofoo_open_0.40_petg_fine.inst.cfg index 55a160b2c0..80193c33e0 100644 --- a/resources/quality/goofoo/petg/goofoo_open_0.40_petg_fine.inst.cfg +++ b/resources/quality/goofoo/petg/goofoo_open_0.40_petg_fine.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_open +name = Fine Quality +version = 4 [metadata] +material = goofoo_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_layer_0 = 15 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/petg/goofoo_open_0.40_petg_standard.inst.cfg b/resources/quality/goofoo/petg/goofoo_open_0.40_petg_standard.inst.cfg index 0fddb5a354..fcb68ac6d6 100644 --- a/resources/quality/goofoo/petg/goofoo_open_0.40_petg_standard.inst.cfg +++ b/resources/quality/goofoo/petg/goofoo_open_0.40_petg_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_open +name = Standard Quality +version = 4 [metadata] +material = goofoo_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_layer_0 = 15 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/petg/goofoo_small_0.40_petg_fine.inst.cfg b/resources/quality/goofoo/petg/goofoo_small_0.40_petg_fine.inst.cfg index 66fff53b13..fd8c8b80c8 100644 --- a/resources/quality/goofoo/petg/goofoo_small_0.40_petg_fine.inst.cfg +++ b/resources/quality/goofoo/petg/goofoo_small_0.40_petg_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_small +name = Fine Quality +version = 4 [metadata] +material = goofoo_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_layer_0 = 15 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/petg/goofoo_small_0.40_petg_standard.inst.cfg b/resources/quality/goofoo/petg/goofoo_small_0.40_petg_standard.inst.cfg index 63c47f0643..cbc9b5114b 100644 --- a/resources/quality/goofoo/petg/goofoo_small_0.40_petg_standard.inst.cfg +++ b/resources/quality/goofoo/petg/goofoo_small_0.40_petg_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_small +name = Standard Quality +version = 4 [metadata] +material = goofoo_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_petg variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_layer_0 = 15 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +speed_layer_0 = 15 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/pla/goofoo_far_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_0.40_pla_draft.inst.cfg index 6f99afce0d..b46f227273 100644 --- a/resources/quality/goofoo/pla/goofoo_far_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_0.40_pla_efine.inst.cfg index 4d3b145927..f438be0e55 100644 --- a/resources/quality/goofoo/pla/goofoo_far_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_0.40_pla_fine.inst.cfg index 2609ef1a8a..0728f556db 100644 --- a/resources/quality/goofoo/pla/goofoo_far_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_0.40_pla_standard.inst.cfg index 744013dcb1..298f85f5ce 100644 --- a/resources/quality/goofoo/pla/goofoo_far_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_draft.inst.cfg index c77a95b347..0be39a211f 100644 --- a/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_bronze_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_bronze_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft retraction_amount = 1 retraction_speed = 10 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_efine.inst.cfg index 393500208c..e682a2fe63 100644 --- a/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_bronze_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_bronze_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft retraction_amount = 1 -retraction_speed = 10 \ No newline at end of file +retraction_speed = 10 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_fine.inst.cfg index 2fe48702fc..32c228963d 100644 --- a/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_bronze_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_bronze_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft retraction_amount = 1 -retraction_speed = 10 \ No newline at end of file +retraction_speed = 10 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_standard.inst.cfg index aada43d286..b06e12e6cc 100644 --- a/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_bronze_0.40_pla_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_bronze_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_bronze_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft retraction_amount = 1 -retraction_speed = 10 \ No newline at end of file +retraction_speed = 10 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_draft.inst.cfg index 21d00a1aa9..3f133ea56f 100644 --- a/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_efine.inst.cfg index cc01a886d2..4d1ac99b52 100644 --- a/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_fine.inst.cfg index aa62a0fd79..b8216498b2 100644 --- a/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_standard.inst.cfg index dc002b883b..89502bf88d 100644 --- a/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_emarble_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_draft.inst.cfg index 9223d75e6c..cdaed8a751 100644 --- a/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_efine.inst.cfg index eb5a14a58e..d60f33e345 100644 --- a/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_fine.inst.cfg index fff7786d4a..b461cd8433 100644 --- a/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_standard.inst.cfg index bb1f4edefa..c286d2f988 100644 --- a/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_esilk_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_draft.inst.cfg index cc39f4bc2a..3005e55859 100644 --- a/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_efine.inst.cfg index 25173342e9..d22db05250 100644 --- a/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_fine.inst.cfg index 2668bef8bf..1c370ad04c 100644 --- a/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_standard.inst.cfg index b18b53e6e3..e13698965f 100644 --- a/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_far_wood_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_0.40_pla_draft.inst.cfg index 1f0583ccc7..307614e8e0 100644 --- a/resources/quality/goofoo/pla/goofoo_near_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_0.40_pla_efine.inst.cfg index 2c1b73883a..ec5590da84 100644 --- a/resources/quality/goofoo/pla/goofoo_near_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_0.40_pla_fine.inst.cfg index ca3dd2b8c6..24da8c3799 100644 --- a/resources/quality/goofoo/pla/goofoo_near_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_0.40_pla_standard.inst.cfg index 0d50224596..617c4949ae 100644 --- a/resources/quality/goofoo/pla/goofoo_near_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_draft.inst.cfg index 0e8556cff0..f9bb94da6b 100644 --- a/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_bronze_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_bronze_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt retraction_amount = 1 retraction_speed = 10 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_efine.inst.cfg index 2b41a1b425..48450bfac6 100644 --- a/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_bronze_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_bronze_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt retraction_amount = 1 -retraction_speed = 10 \ No newline at end of file +retraction_speed = 10 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_fine.inst.cfg index e283869fd4..77258001d7 100644 --- a/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_bronze_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_bronze_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt retraction_amount = 1 -retraction_speed = 10 \ No newline at end of file +retraction_speed = 10 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_standard.inst.cfg index 1d0947d1b7..24cf03bd3c 100644 --- a/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_bronze_0.40_pla_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_bronze_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_bronze_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt retraction_amount = 1 -retraction_speed = 10 \ No newline at end of file +retraction_speed = 10 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_draft.inst.cfg index 075623f612..b0b384133f 100644 --- a/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_efine.inst.cfg index 3df1d30d61..57f8936e24 100644 --- a/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_fine.inst.cfg index 919d01c93b..05ff430f4f 100644 --- a/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_standard.inst.cfg index 7e84a89f63..18f30d52c8 100644 --- a/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_emarble_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_draft.inst.cfg index ed68461916..99c5bbe65b 100644 --- a/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_efine.inst.cfg index 6fad24ecc0..75fc3a017d 100644 --- a/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_fine.inst.cfg index f2296e71dc..deb6d07f10 100644 --- a/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_standard.inst.cfg index 8410c5b53f..e0225b3161 100644 --- a/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_esilk_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 4.5 \ No newline at end of file +retraction_amount = 4.5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_draft.inst.cfg index 31a19502bd..5ee299b703 100644 --- a/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 5 \ No newline at end of file +retraction_amount = 5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_efine.inst.cfg index a60634dc51..8d47164374 100644 --- a/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 5 \ No newline at end of file +retraction_amount = 5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_fine.inst.cfg index 9b537af455..e7ada1b36e 100644 --- a/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 5 \ No newline at end of file +retraction_amount = 5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_standard.inst.cfg index 6037d5bbb8..9f85e3f27b 100644 --- a/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_near_wood_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt -retraction_amount = 5 \ No newline at end of file +retraction_amount = 5 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_0.40_pla_draft.inst.cfg index b83b4b4606..efbaec3d09 100644 --- a/resources/quality/goofoo/pla/goofoo_open_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_0.40_pla_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_open +name = Draft Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 60 retraction_amount = 6 -material_bed_temperature = 60 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_0.40_pla_efine.inst.cfg index 072f29034e..8a45fb82af 100644 --- a/resources/quality/goofoo/pla/goofoo_open_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_0.40_pla_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_open +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 60 retraction_amount = 6 -material_bed_temperature = 60 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_0.40_pla_fine.inst.cfg index fa03b3f912..31d8c02799 100644 --- a/resources/quality/goofoo/pla/goofoo_open_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_0.40_pla_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_open +name = Fine Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 60 retraction_amount = 6 -material_bed_temperature = 60 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_0.40_pla_standard.inst.cfg index 38d4c19539..d041fb6270 100644 --- a/resources/quality/goofoo/pla/goofoo_open_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_0.40_pla_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_open +name = Standard Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 60 retraction_amount = 6 -material_bed_temperature = 60 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_draft.inst.cfg index cebccc7cd6..6690eb5b14 100644 --- a/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_open +name = Draft Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_efine.inst.cfg index 5474f72d77..b2209aeadb 100644 --- a/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_open +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_fine.inst.cfg index 58dd3eb550..18efc55f99 100644 --- a/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_open +name = Fine Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_standard.inst.cfg index 4b3f7c0c78..1cd2034b8f 100644 --- a/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_emarble_0.40_pla_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_open +name = Standard Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_draft.inst.cfg index bfc7040a94..7b972d8942 100644 --- a/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_open +name = Draft Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_efine.inst.cfg index a498e7140e..34a3ea96e6 100644 --- a/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_open +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_fine.inst.cfg index 2bea6a8c09..ef2aed6560 100644 --- a/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_open +name = Fine Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_standard.inst.cfg index 86f3f66ab8..e0b3aa379f 100644 --- a/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_esilk_0.40_pla_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_open +name = Standard Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 70 retraction_amount = 6 -material_bed_temperature = 70 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_draft.inst.cfg index 9a149d619b..d7322010c3 100644 --- a/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_open +name = Draft Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 60 retraction_amount = 6 -material_bed_temperature = 60 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_efine.inst.cfg index 2dbfdbd6ac..c0e2411528 100644 --- a/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_open +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 60 retraction_amount = 6 -material_bed_temperature = 60 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_fine.inst.cfg index c4beac9b4c..14643055f8 100644 --- a/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_open +name = Fine Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 60 retraction_amount = 6 -material_bed_temperature = 60 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_standard.inst.cfg index 28a7eecb47..bc2891a9a3 100644 --- a/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_open_wood_0.40_pla_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_open +name = Standard Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = skirt +material_bed_temperature = 60 retraction_amount = 6 -material_bed_temperature = 60 \ No newline at end of file +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_0.40_pla_draft.inst.cfg index 664fc336d4..d243e5a85d 100644 --- a/resources/quality/goofoo/pla/goofoo_small_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_small +name = Draft Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_0.40_pla_efine.inst.cfg index 805c457f18..d8fc75fecf 100644 --- a/resources/quality/goofoo/pla/goofoo_small_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_small +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_0.40_pla_fine.inst.cfg index e8e92fa461..0b12d6474a 100644 --- a/resources/quality/goofoo/pla/goofoo_small_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_small +name = Fine Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_0.40_pla_standard.inst.cfg index 1444b2dd00..24befe8a60 100644 --- a/resources/quality/goofoo/pla/goofoo_small_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_small +name = Standard Quality +version = 4 [metadata] +material = goofoo_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_0.70_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_0.70_pla_standard.inst.cfg index 219d1b2dc4..94c4b36d7b 100644 --- a/resources/quality/goofoo/pla/goofoo_small_0.70_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_0.70_pla_standard.inst.cfg @@ -1,17 +1,18 @@ -[general] -version = 4 -name = Standard Quality -definition = goofoo_small - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -material = goofoo_pla -variant = 0.7mm Nozzle - -[values] -retraction_amount = 6 -infill_pattern = cubic -top_bottom_thickness = 1.6 -wall_thickness = 1.4 \ No newline at end of file +[general] +definition = goofoo_small +name = Standard Quality +version = 4 + +[metadata] +material = goofoo_pla +quality_type = normal +setting_version = 20 +type = quality +variant = 0.7mm Nozzle + +[values] +infill_pattern = cubic +retraction_amount = 6 +top_bottom_thickness = 1.6 +wall_thickness = 1.4 + diff --git a/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_draft.inst.cfg index 097a501614..8e7e9b08f9 100644 --- a/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_small +name = Draft Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_efine.inst.cfg index 78a7b62ae6..f6171db6f4 100644 --- a/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_small +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_fine.inst.cfg index 89defc68f3..a355619b67 100644 --- a/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_small +name = Fine Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_standard.inst.cfg index 0dee621106..7a36c28aa2 100644 --- a/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_emarble_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_small +name = Standard Quality +version = 4 [metadata] +material = goofoo_emarble_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_emarble_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_draft.inst.cfg index 44109a1be3..29becbf717 100644 --- a/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_small +name = Draft Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_efine.inst.cfg index c7e54cb2c1..32e712947b 100644 --- a/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_small +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_fine.inst.cfg index 69d9e6ddb7..0cbeb43412 100644 --- a/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_small +name = Fine Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_standard.inst.cfg index 54f7692e8f..66688d62f0 100644 --- a/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_esilk_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_small +name = Standard Quality +version = 4 [metadata] +material = goofoo_esilk_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_esilk_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_draft.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_draft.inst.cfg index e136aae747..ddea99bc0b 100644 --- a/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_draft.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_small +name = Draft Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_efine.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_efine.inst.cfg index 28f852d5b0..edb7592a78 100644 --- a/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_efine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_efine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_small +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_fine.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_fine.inst.cfg index 4a24e0c1bf..e40621a272 100644 --- a/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_fine.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_small +name = Fine Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_standard.inst.cfg index 3ec9ff53b5..b67b2d2b00 100644 --- a/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_wood_0.40_pla_standard.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_small +name = Standard Quality +version = 4 [metadata] +material = goofoo_wood_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_wood_pla variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = raft -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_far_0.40_pva_draft.inst.cfg b/resources/quality/goofoo/pva/goofoo_far_0.40_pva_draft.inst.cfg index e21d9901db..254e189550 100644 --- a/resources/quality/goofoo/pva/goofoo_far_0.40_pva_draft.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_far_0.40_pva_draft.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 support_brim_enable = True -support_interface_enable = True support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_far_0.40_pva_efine.inst.cfg b/resources/quality/goofoo/pva/goofoo_far_0.40_pva_efine.inst.cfg index 7581f9a274..39ea3ae4ff 100644 --- a/resources/quality/goofoo/pva/goofoo_far_0.40_pva_efine.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_far_0.40_pva_efine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 support_brim_enable = True -support_interface_enable = True support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_far_0.40_pva_fine.inst.cfg b/resources/quality/goofoo/pva/goofoo_far_0.40_pva_fine.inst.cfg index b05fba760f..8e377be345 100644 --- a/resources/quality/goofoo/pva/goofoo_far_0.40_pva_fine.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_far_0.40_pva_fine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 support_brim_enable = True -support_interface_enable = True support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_far_0.40_pva_standard.inst.cfg b/resources/quality/goofoo/pva/goofoo_far_0.40_pva_standard.inst.cfg index 550f8742aa..7f11b2da92 100644 --- a/resources/quality/goofoo/pva/goofoo_far_0.40_pva_standard.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_far_0.40_pva_standard.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 support_brim_enable = True -support_interface_enable = True support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_near_0.40_pva_draft.inst.cfg b/resources/quality/goofoo/pva/goofoo_near_0.40_pva_draft.inst.cfg index b774b9cfdb..44945d1a47 100644 --- a/resources/quality/goofoo/pva/goofoo_near_0.40_pva_draft.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_near_0.40_pva_draft.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 support_brim_enable = True -support_interface_enable = True support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_near_0.40_pva_efine.inst.cfg b/resources/quality/goofoo/pva/goofoo_near_0.40_pva_efine.inst.cfg index 01f57ba2ef..cb49d717d8 100644 --- a/resources/quality/goofoo/pva/goofoo_near_0.40_pva_efine.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_near_0.40_pva_efine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 support_brim_enable = True -support_interface_enable = True support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_near_0.40_pva_fine.inst.cfg b/resources/quality/goofoo/pva/goofoo_near_0.40_pva_fine.inst.cfg index 3e352dd2ed..a69ab06bfb 100644 --- a/resources/quality/goofoo/pva/goofoo_near_0.40_pva_fine.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_near_0.40_pva_fine.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 support_brim_enable = True -support_interface_enable = True support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_near_0.40_pva_standard.inst.cfg b/resources/quality/goofoo/pva/goofoo_near_0.40_pva_standard.inst.cfg index 4c42f15f93..93ace4df9a 100644 --- a/resources/quality/goofoo/pva/goofoo_near_0.40_pva_standard.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_near_0.40_pva_standard.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 support_brim_enable = True -support_interface_enable = True support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_open_0.40_pva_draft.inst.cfg b/resources/quality/goofoo/pva/goofoo_open_0.40_pva_draft.inst.cfg index ee71ef40d7..e51ffdc5e4 100644 --- a/resources/quality/goofoo/pva/goofoo_open_0.40_pva_draft.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_open_0.40_pva_draft.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_open +name = Draft Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 -support_brim_enable = True -support_interface_enable = True -support_enable = True material_bed_temperature = 70 +support_brim_enable = True +support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_open_0.40_pva_efine.inst.cfg b/resources/quality/goofoo/pva/goofoo_open_0.40_pva_efine.inst.cfg index 3529f69d75..85c5d33800 100644 --- a/resources/quality/goofoo/pva/goofoo_open_0.40_pva_efine.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_open_0.40_pva_efine.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_open +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 -support_brim_enable = True -support_interface_enable = True -support_enable = True material_bed_temperature = 70 +support_brim_enable = True +support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_open_0.40_pva_fine.inst.cfg b/resources/quality/goofoo/pva/goofoo_open_0.40_pva_fine.inst.cfg index 418c2eb348..66dbbd69b3 100644 --- a/resources/quality/goofoo/pva/goofoo_open_0.40_pva_fine.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_open_0.40_pva_fine.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_open +name = Fine Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 -support_brim_enable = True -support_interface_enable = True -support_enable = True material_bed_temperature = 70 +support_brim_enable = True +support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/pva/goofoo_open_0.40_pva_standard.inst.cfg b/resources/quality/goofoo/pva/goofoo_open_0.40_pva_standard.inst.cfg index cd71e25506..54820d6f88 100644 --- a/resources/quality/goofoo/pva/goofoo_open_0.40_pva_standard.inst.cfg +++ b/resources/quality/goofoo/pva/goofoo_open_0.40_pva_standard.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_open +name = Standard Quality +version = 4 [metadata] +material = goofoo_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_pva variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*2 adhesion_type = none -support_pattern = grid -support_infill_rate = 50 -support_brim_enable = True -support_interface_enable = True -support_enable = True material_bed_temperature = 70 +support_brim_enable = True +support_enable = True +support_infill_rate = 50 +support_interface_enable = True +support_pattern = grid +wall_thickness = =line_width*2 + diff --git a/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_draft.inst.cfg b/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_draft.inst.cfg index aed77e1aff..d18529284a 100644 --- a/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_draft.inst.cfg +++ b/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_tpe_83a +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_tpe_83a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_efine.inst.cfg b/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_efine.inst.cfg index 68cc4f51a3..ea6e8d9a70 100644 --- a/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_efine.inst.cfg +++ b/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_tpe_83a +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_tpe_83a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_fine.inst.cfg b/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_fine.inst.cfg index e8bfdbd3cb..fad1ffd88b 100644 --- a/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_fine.inst.cfg +++ b/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_tpe_83a +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_tpe_83a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_standard.inst.cfg b/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_standard.inst.cfg index 121a3c7083..82198ac225 100644 --- a/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_standard.inst.cfg +++ b/resources/quality/goofoo/tpe/goofoo_far_0.40_tpe_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_tpe_83a +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_tpe_83a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_draft.inst.cfg b/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_draft.inst.cfg index e4b5cac9a6..fdd42e869d 100644 --- a/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_draft.inst.cfg +++ b/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_tpe_83a +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_tpe_83a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_efine.inst.cfg b/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_efine.inst.cfg index 63f65b83b1..e81158c976 100644 --- a/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_efine.inst.cfg +++ b/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_tpe_83a +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_tpe_83a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_fine.inst.cfg b/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_fine.inst.cfg index 67403affc6..5dfa3d5b30 100644 --- a/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_fine.inst.cfg +++ b/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_tpe_83a +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_tpe_83a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_standard.inst.cfg b/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_standard.inst.cfg index 4d594ff4bb..49c8ecaaa5 100644 --- a/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_standard.inst.cfg +++ b/resources/quality/goofoo/tpe/goofoo_near_0.40_tpe_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_tpe_83a +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_tpe_83a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_draft.inst.cfg b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_draft.inst.cfg index fb37dc9adb..c3707e961c 100644 --- a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_draft.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_tpu_87a +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_tpu_87a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 -speed_layer_0 = 10 adhesion_type = skirt +speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_fine.inst.cfg b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_fine.inst.cfg index fbd4dc8db2..43632da7ca 100644 --- a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_fine.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_tpu_87a +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_tpu_87a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*3 -speed_print = 20 -speed_layer_0 = 10 adhesion_type = skirt +speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*3 + diff --git a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_standard.inst.cfg b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_standard.inst.cfg index ed188595b9..329cf25ef4 100644 --- a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_standard.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_87a_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_tpu_87a +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_tpu_87a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 -speed_layer_0 = 10 adhesion_type = skirt +speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_draft.inst.cfg b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_draft.inst.cfg index 6d63271509..78583a5395 100644 --- a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_draft.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_far +name = Draft Quality +version = 4 [metadata] +material = goofoo_tpu_95a +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_tpu_95a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*3 -speed_print = 20 -speed_layer_0 = 10 adhesion_type = skirt +speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*3 + diff --git a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_efine.inst.cfg b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_efine.inst.cfg index d743038326..6dc53186ff 100644 --- a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_efine.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_far +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_tpu_95a +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_tpu_95a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_fine.inst.cfg b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_fine.inst.cfg index f0b0dcc7d7..0ca549a0df 100644 --- a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_fine.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_far +name = Fine Quality +version = 4 [metadata] +material = goofoo_tpu_95a +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_tpu_95a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_standard.inst.cfg b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_standard.inst.cfg index ee90e21960..53959d93c8 100644 --- a/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_standard.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_far_0.40_tpu_95a_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_far +name = Standard Quality +version = 4 [metadata] +material = goofoo_tpu_95a +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_tpu_95a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_draft.inst.cfg b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_draft.inst.cfg index d58f1c8b15..ecc123bef1 100644 --- a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_draft.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_tpu_87a +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_tpu_87a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 -speed_layer_0 = 10 adhesion_type = skirt +speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_fine.inst.cfg b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_fine.inst.cfg index 93f441b2e7..cddb7e9d42 100644 --- a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_fine.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_tpu_87a +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_tpu_87a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*3 -speed_print = 20 -speed_layer_0 = 10 adhesion_type = skirt +speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*3 + diff --git a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_standard.inst.cfg b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_standard.inst.cfg index b2cea10f58..2e25749d31 100644 --- a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_standard.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_87a_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_tpu_87a +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_tpu_87a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 -speed_layer_0 = 10 adhesion_type = skirt +speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_draft.inst.cfg b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_draft.inst.cfg index ff681d0b78..2cdf0ea7f6 100644 --- a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_draft.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = goofoo_near +name = Draft Quality +version = 4 [metadata] +material = goofoo_tpu_95a +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = goofoo_tpu_95a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*3 -speed_print = 20 -speed_layer_0 = 10 adhesion_type = skirt +speed_layer_0 = 10 +speed_print = 20 +wall_thickness = =line_width*3 + diff --git a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_efine.inst.cfg b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_efine.inst.cfg index cde2370db4..fc07cc6bb3 100644 --- a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_efine.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_efine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = goofoo_near +name = Extra Fine Quality +version = 4 [metadata] +material = goofoo_tpu_95a +quality_type = efine setting_version = 20 type = quality -quality_type = efine -material = goofoo_tpu_95a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_fine.inst.cfg b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_fine.inst.cfg index 6b20d5bf96..ac636a4df5 100644 --- a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_fine.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = goofoo_near +name = Fine Quality +version = 4 [metadata] +material = goofoo_tpu_95a +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = goofoo_tpu_95a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_standard.inst.cfg b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_standard.inst.cfg index d45def63be..e2312513ea 100644 --- a/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_standard.inst.cfg +++ b/resources/quality/goofoo/tpu/goofoo_near_0.40_tpu_95a_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = goofoo_near +name = Standard Quality +version = 4 [metadata] +material = goofoo_tpu_95a +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = goofoo_tpu_95a variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 -speed_print = 20 +adhesion_type = skirt speed_layer_0 = 10 -adhesion_type = skirt \ No newline at end of file +speed_print = 20 +wall_thickness = =line_width*4 + diff --git a/resources/quality/high.inst.cfg b/resources/quality/high.inst.cfg index c3c58808d2..de85224f08 100644 --- a/resources/quality/high.inst.cfg +++ b/resources/quality/high.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Extra Fine definition = fdmprinter +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 -speed_topbottom = =math.ceil(speed_print * 15 / 60) speed_infill = =math.ceil(speed_print * 80 / 60) +speed_topbottom = =math.ceil(speed_print * 15 / 60) + diff --git a/resources/quality/hms434/hms434_global_Coarse_Quality.inst.cfg b/resources/quality/hms434/hms434_global_Coarse_Quality.inst.cfg index 73efd76062..4826d3a52b 100644 --- a/resources/quality/hms434/hms434_global_Coarse_Quality.inst.cfg +++ b/resources/quality/hms434/hms434_global_Coarse_Quality.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse definition = hms434 +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -global_quality = True [values] layer_height = 0.4 layer_height_0 = 0.2 + diff --git a/resources/quality/hms434/hms434_global_High_Quality.inst.cfg b/resources/quality/hms434/hms434_global_High_Quality.inst.cfg index 3282c89e43..b5c7462c07 100644 --- a/resources/quality/hms434/hms434_global_High_Quality.inst.cfg +++ b/resources/quality/hms434/hms434_global_High_Quality.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = hms434 +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.1 diff --git a/resources/quality/hms434/hms434_global_Normal_Quality.inst.cfg b/resources/quality/hms434/hms434_global_Normal_Quality.inst.cfg index cea899ffef..e61a34fa44 100644 --- a/resources/quality/hms434/hms434_global_Normal_Quality.inst.cfg +++ b/resources/quality/hms434/hms434_global_Normal_Quality.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal definition = hms434 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 + diff --git a/resources/quality/hms434/pla/hms434_0.4_pla_high.inst.cfg b/resources/quality/hms434/pla/hms434_0.4_pla_high.inst.cfg index acddac2235..fb4b2b5494 100644 --- a/resources/quality/hms434/pla/hms434_0.4_pla_high.inst.cfg +++ b/resources/quality/hms434/pla/hms434_0.4_pla_high.inst.cfg @@ -1,34 +1,30 @@ [general] -version = 4 -name = High definition = hms434 +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.4mm TP extruder +weight = 1 [values] - -wall_0_wipe_dist = 0.0 -ironing_enabled = true - +coasting_min_volume = 0.17 +coasting_speed = 100 +coasting_volume = 0.05 infill_overlap_mm = -0.1 infill_wipe_dist = 0 - +ironing_enabled = true material_bed_temperature_layer_0 = =material_bed_temperature + 10 material_flow = 100 retraction_amount = 1.5 -retraction_speed = 40 -retraction_prime_speed = 8 retraction_extra_prime_amount = 0 -switch_extruder_retraction_amount = 2 - +retraction_prime_speed = 8 +retraction_speed = 40 speed_print = 50 +switch_extruder_retraction_amount = 2 +wall_0_wipe_dist = 0.0 -coasting_volume = 0.05 -coasting_min_volume = 0.17 -coasting_speed = 100 diff --git a/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_coarse.inst.cfg b/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_coarse.inst.cfg index 5b8194438a..3822cd489b 100644 --- a/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_coarse.inst.cfg +++ b/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse definition = imade3d_jellybox +name = Coarse +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_petg variant = 0.4 mm +weight = -1 [values] speed_print = 45 + diff --git a/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_fine.inst.cfg b/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_fine.inst.cfg index b94412b68f..b95f5d06e1 100644 --- a/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_fine.inst.cfg +++ b/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_fine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine definition = imade3d_jellybox +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.4 mm +weight = 1 [values] -speed_print = 50 \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_medium.inst.cfg b/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_medium.inst.cfg index 6cccabefe0..fdd2734322 100644 --- a/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_medium.inst.cfg +++ b/resources/quality/imade3d_jellybox/PETG/jbo_generic_petg_0.4_medium.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Medium definition = imade3d_jellybox +name = Medium +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.4 mm +weight = 0 [values] -speed_print = 45 \ No newline at end of file +speed_print = 45 + diff --git a/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_coarse.inst.cfg b/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_coarse.inst.cfg index 455d846407..a38486b6d9 100644 --- a/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_coarse.inst.cfg +++ b/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse definition = imade3d_jellybox +name = Coarse +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = 0.4 mm +weight = -1 [values] -speed_print = 45 \ No newline at end of file +speed_print = 45 + diff --git a/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_fine.inst.cfg b/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_fine.inst.cfg index 574ed002e5..0a5d68e0f3 100644 --- a/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_fine.inst.cfg +++ b/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_fine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine definition = imade3d_jellybox +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.4 mm +weight = 1 [values] -speed_print = 50 \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_medium.inst.cfg b/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_medium.inst.cfg index b9c310189f..f7fe1b26e1 100644 --- a/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_medium.inst.cfg +++ b/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_medium.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Medium definition = imade3d_jellybox +name = Medium +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.4 mm +weight = 0 [values] -speed_print = 45 \ No newline at end of file +speed_print = 45 + diff --git a/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_ultrafine.inst.cfg b/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_ultrafine.inst.cfg index c9559966c7..e21630abf0 100644 --- a/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_ultrafine.inst.cfg +++ b/resources/quality/imade3d_jellybox/PLA/jbo_generic_pla_0.4_ultrafine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = UltraFine definition = imade3d_jellybox +name = UltraFine +version = 4 [metadata] +material = generic_pla +quality_type = ultrahigh setting_version = 20 type = quality -quality_type = ultrahigh -weight = 2 -material = generic_pla variant = 0.4 mm +weight = 2 [values] -speed_print = 55 \ No newline at end of file +speed_print = 55 + diff --git a/resources/quality/imade3d_jellybox/imade3d_jellybox_coarse.inst.cfg b/resources/quality/imade3d_jellybox/imade3d_jellybox_coarse.inst.cfg index 060c382336..128ad0acac 100644 --- a/resources/quality/imade3d_jellybox/imade3d_jellybox_coarse.inst.cfg +++ b/resources/quality/imade3d_jellybox/imade3d_jellybox_coarse.inst.cfg @@ -1,29 +1,35 @@ [general] -version = 4 -name = Coarse definition = imade3d_jellybox +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.3 -layer_height_0 = 0.3 -retraction_hop = 0.2 bottom_thickness = =top_bottom_thickness +bridge_enable_more_layers = False +bridge_settings_enabled = True +bridge_skin_material_flow = 85 +bridge_skin_speed = 20 +bridge_wall_material_flow = 85 +bridge_wall_speed = 20 coasting_enable = True coasting_min_volume = 2 coasting_volume = 0.032 cool_fan_speed_max = =cool_fan_speed infill_before_walls = False +infill_enable_travel_optimization = True infill_line_width = =round(line_width * 1.5, 2) infill_pattern = zigzag infill_sparse_density = 25 +layer_height = 0.3 +layer_height_0 = 0.3 line_width = =machine_nozzle_size material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature + 5 @@ -32,6 +38,8 @@ material_print_temperature_layer_0 = =material_print_temperature + 5 print_sequence = all_at_once retract_at_layer_change = True retraction_combing = noskin +retraction_combing_max_distance = 50 +retraction_hop = 0.2 retraction_hop_enabled = True retraction_min_travel = =machine_nozzle_size * 3 retraction_retract_speed = =retraction_speed @@ -65,11 +73,4 @@ support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0.2 travel_retract_before_outer_wall = True wall_0_wipe_dist = =round(line_width * 1.2,1) -bridge_settings_enabled = True -bridge_enable_more_layers = False -bridge_skin_material_flow = 85 -bridge_skin_speed = 20 -bridge_wall_material_flow = 85 -bridge_wall_speed = 20 -infill_enable_travel_optimization = True -retraction_combing_max_distance = 50 \ No newline at end of file + diff --git a/resources/quality/imade3d_jellybox/imade3d_jellybox_fine.inst.cfg b/resources/quality/imade3d_jellybox/imade3d_jellybox_fine.inst.cfg index 80d818bd5b..077da429f3 100644 --- a/resources/quality/imade3d_jellybox/imade3d_jellybox_fine.inst.cfg +++ b/resources/quality/imade3d_jellybox/imade3d_jellybox_fine.inst.cfg @@ -1,29 +1,35 @@ [general] -version = 4 -name = Fine definition = imade3d_jellybox +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.1 -layer_height_0 = 0.3 -retraction_hop = 0.1 bottom_thickness = =top_bottom_thickness +bridge_enable_more_layers = False +bridge_settings_enabled = True +bridge_skin_material_flow = 85 +bridge_skin_speed = 20 +bridge_wall_material_flow = 85 +bridge_wall_speed = 20 coasting_enable = True coasting_min_volume = 2 coasting_volume = 0.032 cool_fan_speed_max = =cool_fan_speed infill_before_walls = False +infill_enable_travel_optimization = True infill_line_width = =round(line_width * 1.5, 2) infill_pattern = zigzag infill_sparse_density = 25 +layer_height = 0.1 +layer_height_0 = 0.3 line_width = =machine_nozzle_size material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature + 5 @@ -32,6 +38,8 @@ material_print_temperature_layer_0 = =material_print_temperature + 5 print_sequence = all_at_once retract_at_layer_change = True retraction_combing = noskin +retraction_combing_max_distance = 50 +retraction_hop = 0.1 retraction_hop_enabled = True retraction_min_travel = =machine_nozzle_size * 3 retraction_retract_speed = =retraction_speed @@ -65,11 +73,4 @@ support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0.2 travel_retract_before_outer_wall = True wall_0_wipe_dist = =round(line_width * 1.2,1) -bridge_settings_enabled = True -bridge_enable_more_layers = False -bridge_skin_material_flow = 85 -bridge_skin_speed = 20 -bridge_wall_material_flow = 85 -bridge_wall_speed = 20 -infill_enable_travel_optimization = True -retraction_combing_max_distance = 50 \ No newline at end of file + diff --git a/resources/quality/imade3d_jellybox/imade3d_jellybox_normal.inst.cfg b/resources/quality/imade3d_jellybox/imade3d_jellybox_normal.inst.cfg index cf6a3bde70..b1c120cba9 100644 --- a/resources/quality/imade3d_jellybox/imade3d_jellybox_normal.inst.cfg +++ b/resources/quality/imade3d_jellybox/imade3d_jellybox_normal.inst.cfg @@ -1,29 +1,35 @@ [general] -version = 4 -name = Medium definition = imade3d_jellybox +name = Medium +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.2 -layer_height_0 = 0.3 -retraction_hop = 0.2 bottom_thickness = =top_bottom_thickness +bridge_enable_more_layers = False +bridge_settings_enabled = True +bridge_skin_material_flow = 85 +bridge_skin_speed = 20 +bridge_wall_material_flow = 85 +bridge_wall_speed = 20 coasting_enable = True coasting_min_volume = 2 coasting_volume = 0.032 cool_fan_speed_max = =cool_fan_speed infill_before_walls = False +infill_enable_travel_optimization = True infill_line_width = =round(line_width * 1.5, 2) infill_pattern = zigzag infill_sparse_density = 25 +layer_height = 0.2 +layer_height_0 = 0.3 line_width = =machine_nozzle_size material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature + 5 @@ -32,6 +38,8 @@ material_print_temperature_layer_0 = =material_print_temperature + 5 print_sequence = all_at_once retract_at_layer_change = True retraction_combing = noskin +retraction_combing_max_distance = 50 +retraction_hop = 0.2 retraction_hop_enabled = True retraction_min_travel = =machine_nozzle_size * 3 retraction_retract_speed = =retraction_speed @@ -65,11 +73,4 @@ support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0.2 travel_retract_before_outer_wall = True wall_0_wipe_dist = =round(line_width * 1.2,1) -bridge_settings_enabled = True -bridge_enable_more_layers = False -bridge_skin_material_flow = 85 -bridge_skin_speed = 20 -bridge_wall_material_flow = 85 -bridge_wall_speed = 20 -infill_enable_travel_optimization = True -retraction_combing_max_distance = 50 \ No newline at end of file + diff --git a/resources/quality/imade3d_jellybox/imade3d_jellybox_ultrafine.inst.cfg b/resources/quality/imade3d_jellybox/imade3d_jellybox_ultrafine.inst.cfg index f23ab17b4e..9ac381b0b1 100644 --- a/resources/quality/imade3d_jellybox/imade3d_jellybox_ultrafine.inst.cfg +++ b/resources/quality/imade3d_jellybox/imade3d_jellybox_ultrafine.inst.cfg @@ -1,29 +1,35 @@ [general] -version = 4 -name = UltraFine definition = imade3d_jellybox +name = UltraFine +version = 4 [metadata] +global_quality = True +quality_type = ultrahigh setting_version = 20 type = quality -quality_type = ultrahigh weight = 2 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.05 -layer_height_0 = 0.3 -retraction_hop = 0.1 bottom_thickness = =top_bottom_thickness +bridge_enable_more_layers = False +bridge_settings_enabled = True +bridge_skin_material_flow = 85 +bridge_skin_speed = 20 +bridge_wall_material_flow = 85 +bridge_wall_speed = 20 coasting_enable = True coasting_min_volume = 2 coasting_volume = 0.032 cool_fan_speed_max = =cool_fan_speed infill_before_walls = False +infill_enable_travel_optimization = True infill_line_width = =round(line_width * 1.5, 2) infill_pattern = zigzag infill_sparse_density = 25 +layer_height = 0.05 +layer_height_0 = 0.3 line_width = =machine_nozzle_size material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature + 5 @@ -32,6 +38,8 @@ material_print_temperature_layer_0 = =material_print_temperature + 5 print_sequence = all_at_once retract_at_layer_change = True retraction_combing = noskin +retraction_combing_max_distance = 50 +retraction_hop = 0.1 retraction_hop_enabled = True retraction_min_travel = =machine_nozzle_size * 3 retraction_retract_speed = =retraction_speed @@ -65,11 +73,4 @@ support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0.2 travel_retract_before_outer_wall = True wall_0_wipe_dist = =round(line_width * 1.2,1) -bridge_settings_enabled = True -bridge_enable_more_layers = False -bridge_skin_material_flow = 85 -bridge_skin_speed = 20 -bridge_wall_material_flow = 85 -bridge_wall_speed = 20 -infill_enable_travel_optimization = True -retraction_combing_max_distance = 50 \ No newline at end of file + diff --git a/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_coarse.inst.cfg b/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_coarse.inst.cfg index 2aeb2f804c..c49c1cdce7 100644 --- a/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_coarse.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse definition = imade3d_jellybox_2 +name = Coarse +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_petg variant = 0.4 mm +weight = -1 [values] speed_print = 45 + diff --git a/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_fine.inst.cfg b/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_fine.inst.cfg index 1b08ae372f..09a24a1459 100644 --- a/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_fine.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_fine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine definition = imade3d_jellybox_2 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.4 mm +weight = 1 [values] -speed_print = 50 \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_medium.inst.cfg b/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_medium.inst.cfg index ec8aab201d..228b1928b2 100644 --- a/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_medium.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/PETG/jb2_generic_petg_0.4_medium.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Medium definition = imade3d_jellybox_2 +name = Medium +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.4 mm +weight = 0 [values] -speed_print = 45 \ No newline at end of file +speed_print = 45 + diff --git a/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_coarse.inst.cfg b/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_coarse.inst.cfg index 751177cdc0..e431fc40ad 100644 --- a/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_coarse.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_coarse.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse definition = imade3d_jellybox_2 +name = Coarse +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = 0.4 mm +weight = -1 [values] -speed_print = 45 \ No newline at end of file +speed_print = 45 + diff --git a/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_fine.inst.cfg b/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_fine.inst.cfg index 0d0c626d7c..bf5a81ab81 100644 --- a/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_fine.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_fine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine definition = imade3d_jellybox_2 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.4 mm +weight = 1 [values] -speed_print = 50 \ No newline at end of file +speed_print = 50 + diff --git a/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_medium.inst.cfg b/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_medium.inst.cfg index 9d7d30e7e2..031379f410 100644 --- a/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_medium.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_medium.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Medium definition = imade3d_jellybox_2 +name = Medium +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.4 mm +weight = 0 [values] -speed_print = 45 \ No newline at end of file +speed_print = 45 + diff --git a/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_ultrafine.inst.cfg b/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_ultrafine.inst.cfg index c99140271a..058af7d192 100644 --- a/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_ultrafine.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/PLA/jb2_generic_pla_0.4_ultrafine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = UltraFine definition = imade3d_jellybox_2 +name = UltraFine +version = 4 [metadata] +material = generic_pla +quality_type = ultrahigh setting_version = 20 type = quality -quality_type = ultrahigh -weight = 2 -material = generic_pla variant = 0.4 mm +weight = 2 [values] -speed_print = 55 \ No newline at end of file +speed_print = 55 + diff --git a/resources/quality/imade3d_jellybox_2/jb2_global_coarse.inst.cfg b/resources/quality/imade3d_jellybox_2/jb2_global_coarse.inst.cfg index c0d7c8f3cf..79daef8395 100644 --- a/resources/quality/imade3d_jellybox_2/jb2_global_coarse.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/jb2_global_coarse.inst.cfg @@ -1,29 +1,35 @@ [general] -version = 4 -name = Coarse definition = imade3d_jellybox_2 +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.3 -layer_height_0 = 0.3 -retraction_hop = 0.2 bottom_thickness = =top_bottom_thickness +bridge_enable_more_layers = False +bridge_settings_enabled = True +bridge_skin_material_flow = 85 +bridge_skin_speed = 20 +bridge_wall_material_flow = 85 +bridge_wall_speed = 20 coasting_enable = True coasting_min_volume = 2 coasting_volume = 0.032 cool_fan_speed_max = =cool_fan_speed infill_before_walls = False +infill_enable_travel_optimization = True infill_line_width = =round(line_width * 1.5, 2) infill_pattern = zigzag infill_sparse_density = 25 +layer_height = 0.3 +layer_height_0 = 0.3 line_width = =machine_nozzle_size material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature + 5 @@ -32,6 +38,8 @@ material_print_temperature_layer_0 = =material_print_temperature + 5 print_sequence = all_at_once retract_at_layer_change = True retraction_combing = noskin +retraction_combing_max_distance = 50 +retraction_hop = 0.2 retraction_hop_enabled = True retraction_min_travel = =machine_nozzle_size * 3 retraction_retract_speed = =retraction_speed @@ -65,11 +73,4 @@ support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0.2 travel_retract_before_outer_wall = True wall_0_wipe_dist = =round(line_width * 1.2,1) -bridge_settings_enabled = True -bridge_enable_more_layers = False -bridge_skin_material_flow = 85 -bridge_skin_speed = 20 -bridge_wall_material_flow = 85 -bridge_wall_speed = 20 -infill_enable_travel_optimization = True -retraction_combing_max_distance = 50 \ No newline at end of file + diff --git a/resources/quality/imade3d_jellybox_2/jb2_global_fine.inst.cfg b/resources/quality/imade3d_jellybox_2/jb2_global_fine.inst.cfg index 2f6e83f7dc..c8ac68ada5 100644 --- a/resources/quality/imade3d_jellybox_2/jb2_global_fine.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/jb2_global_fine.inst.cfg @@ -1,29 +1,35 @@ [general] -version = 4 -name = Fine definition = imade3d_jellybox_2 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.1 -layer_height_0 = 0.3 -retraction_hop = 0.1 bottom_thickness = =top_bottom_thickness +bridge_enable_more_layers = False +bridge_settings_enabled = True +bridge_skin_material_flow = 85 +bridge_skin_speed = 20 +bridge_wall_material_flow = 85 +bridge_wall_speed = 20 coasting_enable = True coasting_min_volume = 2 coasting_volume = 0.032 cool_fan_speed_max = =cool_fan_speed infill_before_walls = False +infill_enable_travel_optimization = True infill_line_width = =round(line_width * 1.5, 2) infill_pattern = zigzag infill_sparse_density = 25 +layer_height = 0.1 +layer_height_0 = 0.3 line_width = =machine_nozzle_size material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature + 5 @@ -32,6 +38,8 @@ material_print_temperature_layer_0 = =material_print_temperature + 5 print_sequence = all_at_once retract_at_layer_change = True retraction_combing = noskin +retraction_combing_max_distance = 50 +retraction_hop = 0.1 retraction_hop_enabled = True retraction_min_travel = =machine_nozzle_size * 3 retraction_retract_speed = =retraction_speed @@ -65,11 +73,4 @@ support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0.2 travel_retract_before_outer_wall = True wall_0_wipe_dist = =round(line_width * 1.2,1) -bridge_settings_enabled = True -bridge_enable_more_layers = False -bridge_skin_material_flow = 85 -bridge_skin_speed = 20 -bridge_wall_material_flow = 85 -bridge_wall_speed = 20 -infill_enable_travel_optimization = True -retraction_combing_max_distance = 50 \ No newline at end of file + diff --git a/resources/quality/imade3d_jellybox_2/jb2_global_normal.inst.cfg b/resources/quality/imade3d_jellybox_2/jb2_global_normal.inst.cfg index e32efa2c0c..bebff86c2e 100644 --- a/resources/quality/imade3d_jellybox_2/jb2_global_normal.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/jb2_global_normal.inst.cfg @@ -1,29 +1,35 @@ [general] -version = 4 -name = Medium definition = imade3d_jellybox_2 +name = Medium +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.2 -layer_height_0 = 0.3 -retraction_hop = 0.2 bottom_thickness = =top_bottom_thickness +bridge_enable_more_layers = False +bridge_settings_enabled = True +bridge_skin_material_flow = 85 +bridge_skin_speed = 20 +bridge_wall_material_flow = 85 +bridge_wall_speed = 20 coasting_enable = True coasting_min_volume = 2 coasting_volume = 0.032 cool_fan_speed_max = =cool_fan_speed infill_before_walls = False +infill_enable_travel_optimization = True infill_line_width = =round(line_width * 1.5, 2) infill_pattern = zigzag infill_sparse_density = 25 +layer_height = 0.2 +layer_height_0 = 0.3 line_width = =machine_nozzle_size material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature + 5 @@ -32,6 +38,8 @@ material_print_temperature_layer_0 = =material_print_temperature + 5 print_sequence = all_at_once retract_at_layer_change = True retraction_combing = noskin +retraction_combing_max_distance = 50 +retraction_hop = 0.2 retraction_hop_enabled = True retraction_min_travel = =machine_nozzle_size * 3 retraction_retract_speed = =retraction_speed @@ -65,11 +73,4 @@ support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0.2 travel_retract_before_outer_wall = True wall_0_wipe_dist = =round(line_width * 1.2,1) -bridge_settings_enabled = True -bridge_enable_more_layers = False -bridge_skin_material_flow = 85 -bridge_skin_speed = 20 -bridge_wall_material_flow = 85 -bridge_wall_speed = 20 -infill_enable_travel_optimization = True -retraction_combing_max_distance = 50 \ No newline at end of file + diff --git a/resources/quality/imade3d_jellybox_2/jb2_global_ultrafine.inst.cfg b/resources/quality/imade3d_jellybox_2/jb2_global_ultrafine.inst.cfg index 5f8cfd7fc3..1ab7c2934b 100644 --- a/resources/quality/imade3d_jellybox_2/jb2_global_ultrafine.inst.cfg +++ b/resources/quality/imade3d_jellybox_2/jb2_global_ultrafine.inst.cfg @@ -1,29 +1,35 @@ [general] -version = 4 -name = UltraFine definition = imade3d_jellybox_2 +name = UltraFine +version = 4 [metadata] +global_quality = True +quality_type = ultrahigh setting_version = 20 type = quality -quality_type = ultrahigh weight = 2 -global_quality = True [values] adhesion_type = skirt -layer_height = 0.05 -layer_height_0 = 0.3 -retraction_hop = 0.1 bottom_thickness = =top_bottom_thickness +bridge_enable_more_layers = False +bridge_settings_enabled = True +bridge_skin_material_flow = 85 +bridge_skin_speed = 20 +bridge_wall_material_flow = 85 +bridge_wall_speed = 20 coasting_enable = True coasting_min_volume = 2 coasting_volume = 0.032 cool_fan_speed_max = =cool_fan_speed infill_before_walls = False +infill_enable_travel_optimization = True infill_line_width = =round(line_width * 1.5, 2) infill_pattern = zigzag infill_sparse_density = 25 +layer_height = 0.05 +layer_height_0 = 0.3 line_width = =machine_nozzle_size material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature + 5 @@ -32,6 +38,8 @@ material_print_temperature_layer_0 = =material_print_temperature + 5 print_sequence = all_at_once retract_at_layer_change = True retraction_combing = noskin +retraction_combing_max_distance = 50 +retraction_hop = 0.1 retraction_hop_enabled = True retraction_min_travel = =machine_nozzle_size * 3 retraction_retract_speed = =retraction_speed @@ -65,11 +73,4 @@ support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0.2 travel_retract_before_outer_wall = True wall_0_wipe_dist = =round(line_width * 1.2,1) -bridge_settings_enabled = True -bridge_enable_more_layers = False -bridge_skin_material_flow = 85 -bridge_skin_speed = 20 -bridge_wall_material_flow = 85 -bridge_wall_speed = 20 -infill_enable_travel_optimization = True -retraction_combing_max_distance = 50 \ No newline at end of file + diff --git a/resources/quality/inat/inat_base_advanced_materials.inst.cfg b/resources/quality/inat/inat_base_advanced_materials.inst.cfg index 0aa30f2641..4422e9663d 100644 --- a/resources/quality/inat/inat_base_advanced_materials.inst.cfg +++ b/resources/quality/inat/inat_base_advanced_materials.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Advanced materials definition = inat_base +name = Advanced materials +version = 4 [metadata] +global_quality = True +quality_type = normal_advanced setting_version = 20 type = quality -quality_type = normal_advanced weight = -1 -global_quality = True [values] -layer_height = 0.2 adhesion_type = brim +brim_width = =30*skirt_brim_line_width*initial_layer_line_width_factor/100.0 +layer_height = 0.2 speed_layer_0 = 20 speed_print = 60 speed_travel = 100 xy_offset_layer_0 = 0 -brim_width = =30*skirt_brim_line_width*initial_layer_line_width_factor/100.0 + diff --git a/resources/quality/inat/inat_base_draft.inst.cfg b/resources/quality/inat/inat_base_draft.inst.cfg index f0e4e8496d..924bd52652 100644 --- a/resources/quality/inat/inat_base_draft.inst.cfg +++ b/resources/quality/inat/inat_base_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft definition = inat_base +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = 0 -global_quality = True [values] -layer_height = 0.32 infill_sparse_density = 15 +layer_height = 0.32 speed_print = 80 + diff --git a/resources/quality/inat/inat_base_fine.inst.cfg b/resources/quality/inat/inat_base_fine.inst.cfg index b0a2ce1bb0..fff76ca7f5 100644 --- a/resources/quality/inat/inat_base_fine.inst.cfg +++ b/resources/quality/inat/inat_base_fine.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = inat_base +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 1 -global_quality = True [values] -layer_height = 0.12 \ No newline at end of file +layer_height = 0.12 + diff --git a/resources/quality/inat/inat_base_standard.inst.cfg b/resources/quality/inat/inat_base_standard.inst.cfg index aa472432c0..7531f8c744 100644 --- a/resources/quality/inat/inat_base_standard.inst.cfg +++ b/resources/quality/inat/inat_base_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard definition = inat_base +name = Standard +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = 0 -global_quality = True [values] speed_print = 80 + diff --git a/resources/quality/inat/inat_base_strong.inst.cfg b/resources/quality/inat/inat_base_strong.inst.cfg index 0221059e0e..f2c8f152a9 100644 --- a/resources/quality/inat/inat_base_strong.inst.cfg +++ b/resources/quality/inat/inat_base_strong.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Strong definition = inat_base +name = Strong +version = 4 [metadata] +global_quality = True +quality_type = strong setting_version = 20 type = quality -quality_type = strong weight = -3 -global_quality = True [values] -speed_print = 50 -speed_layer_0 = 20 -wall_thickness = =8*wall_line_width -top_bottom_thickness = 2.0 +adhesion_type = brim alternate_extra_perimeter = True -infill_sparse_density = 80 cool_fan_enabled = False -adhesion_type = brim \ No newline at end of file +infill_sparse_density = 80 +speed_layer_0 = 20 +speed_print = 50 +top_bottom_thickness = 2.0 +wall_thickness = =8*wall_line_width + diff --git a/resources/quality/inat/inat_base_tree_support.inst.cfg b/resources/quality/inat/inat_base_tree_support.inst.cfg index aa811aaa6e..d04a3d50cf 100644 --- a/resources/quality/inat/inat_base_tree_support.inst.cfg +++ b/resources/quality/inat/inat_base_tree_support.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Tree supports definition = inat_base +name = Tree supports +version = 4 [metadata] +global_quality = True +quality_type = normal_tree_supp setting_version = 20 type = quality -quality_type = normal_tree_supp weight = -2 -global_quality = True [values] -support_structure = tree -support_type = buildplate support_enable = True -support_top_distance = 0.4 \ No newline at end of file +support_structure = tree +support_top_distance = 0.4 +support_type = buildplate + 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 index a35a405f50..07701b9a0a 100644 --- a/resources/quality/jgaurora_a6/jgaurora_a6_0.12_detail.inst.cfg +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.12_detail.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = Detail 0.12 definition = jgaurora_a6 +name = Detail 0.12 +version = 4 [metadata] -setting_version = 20 +global_quality = true quality_type = detail +setting_version = 20 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 +infill_before_walls = true +initial_layer_line_width_factor = 150 jerk_enabled = True +layer_height = 0.12 +layer_height_0 = 0.2 +retraction_amount = 4 retraction_combing = infill +speed_print = 50 +speed_travel = 80 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 index 1dc8582180..b412dff0a5 100644 --- a/resources/quality/jgaurora_a6/jgaurora_a6_0.16_optimal.inst.cfg +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.16_optimal.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = Optimal 0.16 definition = jgaurora_a6 +name = Optimal 0.16 +version = 4 [metadata] +global_quality = true quality_type = optimal setting_version = 20 type = quality weight = -1 -global_quality = true [values] +acceleration_enabled = True +adhesion_type = skirt +infill_before_walls = true +initial_layer_line_width_factor = 150 +jerk_enabled = True layer_height = 0.16 layer_height_0 = 0.2 -initial_layer_line_width_factor = 150 -infill_before_walls = true +retraction_amount = 4 +retraction_combing = infill speed_print = 55 speed_travel = 80 -retraction_amount = 4 -adhesion_type = skirt -acceleration_enabled = True -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 index e39dbf08d2..6fc99dae09 100644 --- a/resources/quality/jgaurora_a6/jgaurora_a6_0.24_draft.inst.cfg +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.24_draft.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Draft 0.24 definition = jgaurora_a6 +name = Draft 0.24 +version = 4 [metadata] +global_quality = true quality_type = draft setting_version = 20 type = quality weight = -3 -global_quality = true [values] +adhesion_type = skirt layer_height = 0.24 layer_height_0 = 0.24 -speed_print = 60 retraction_amount = 4 -adhesion_type = skirt retraction_combing = infill +speed_print = 60 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 index 658fc02936..4ed91b02b8 100644 --- a/resources/quality/jgaurora_a6/jgaurora_a6_0.2_normal.inst.cfg +++ b/resources/quality/jgaurora_a6/jgaurora_a6_0.2_normal.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Normal 0.20 definition = jgaurora_a6 +name = Normal 0.20 +version = 4 [metadata] +global_quality = true quality_type = normal setting_version = 20 type = quality weight = -2 -global_quality = true [values] +adhesion_type = skirt layer_height = 0.2 layer_height_0 = 0.2 +retraction_combing = infill speed_print = 60 speed_travel = 100 -adhesion_type = skirt -retraction_combing = infill support_enable = False travel_retract_before_outer_wall = True + diff --git a/resources/quality/katihal/alya3dp_normal.inst.cfg b/resources/quality/katihal/alya3dp_normal.inst.cfg index bb35bdb895..09753dfc78 100644 --- a/resources/quality/katihal/alya3dp_normal.inst.cfg +++ b/resources/quality/katihal/alya3dp_normal.inst.cfg @@ -1,36 +1,32 @@ [general] -version = 4 -name = Normal definition = alya3dp +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = alya_normal setting_version = 20 type = quality -quality_type = alya_normal weight = 0 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.1 adhesion_type = raft -skirt_line_count = 2 -skirt_gap = 2 fill_outline_gaps = True infill_angles = [0,90 ] -infill_sparse_density = 15 -retraction_min_travel = 0.8 -skin_angles = [0,90] -top_layers = 6 -wall_line_count = 2 +infill_line_width = 0.4 infill_pattern = grid -skin_line_width = 0.4 +infill_sparse_density = 15 +layer_height = 0.16 +layer_height_0 = 0.1 +line_width = 0.4 +optimize_wall_printing_order = True raft_base_line_spacing = 2.6 raft_base_line_width = 1.2 raft_base_thickness = 0.3 +raft_interface_line_spacing = 0.8 raft_interface_line_width = 0.4 raft_interface_thickness = 0.3 -raft_interface_line_spacing = 0.8 raft_margin = 5 raft_surface_layers = 3 raft_surface_line_width = 0.4 @@ -38,20 +34,25 @@ raft_surface_thickness = 0.2 retract_at_layer_change = true retraction_hop = 0.5 retraction_hop_enabled = true -support_type = everywhere -support_interface_pattern =lines -support_top_distance = 0.15 -support_z_distance = 0.25 +retraction_min_travel = 0.8 +skin_angles = [0,90] +skin_line_width = 0.4 +skirt_gap = 2 +skirt_line_count = 2 +support_angle = 70 support_bottom_distance = 0.15 support_brim_width = 6 support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 +support_initial_layer_line_distance = 2.7 +support_interface_pattern = lines support_line_distance = 1.7 support_line_width = 0.25 -support_initial_layer_line_distance = 2.7 +support_top_distance = 0.15 +support_type = everywhere support_xy_distance = 0.7 -infill_line_width = 0.4 -line_width = 0.4 -optimize_wall_printing_order = True -support_angle = 70 +support_z_distance = 0.25 +top_layers = 6 +wall_line_count = 2 +wall_line_width_0 = 0.35 wall_line_width_x = 0.4 -wall_line_width_0 = 0.35 \ No newline at end of file + diff --git a/resources/quality/katihal/alya3dp_normal_generic_pla.inst.cfg b/resources/quality/katihal/alya3dp_normal_generic_pla.inst.cfg index 8265363e0c..b6000d11eb 100644 --- a/resources/quality/katihal/alya3dp_normal_generic_pla.inst.cfg +++ b/resources/quality/katihal/alya3dp_normal_generic_pla.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 definition = alya3dp name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = alya_normal setting_version = 20 type = quality -quality_type = alya_normal weight = 3 -material = generic_pla [values] -speed_print = 40 -speed_topbottom = 30 -speed_wall_0 = 35 +cool_fan_speed = 100 +cool_fan_speed_0 = 100 +layer_0_z_overlap = 0.04 +raft_airgap = 0.15 +raft_base_fan_speed = 0 +raft_base_speed = 15 +raft_interface_fan_speed = 0 +raft_interface_speed = 20 +raft_surface_fan_speed = 100 +raft_surface_speed = 35 speed_infill = 45 speed_layer_0 = 25 +speed_print = 40 speed_support = 45 speed_support_interface = 35 +speed_topbottom = 30 speed_travel = 60 -raft_airgap = 0.15 -layer_0_z_overlap = 0.04 -raft_base_speed = 15 -raft_interface_speed = 20 -raft_surface_speed = 35 -raft_surface_fan_speed = 100 -raft_base_fan_speed = 0 -raft_interface_fan_speed = 0 -cool_fan_speed = 100 -cool_fan_speed_0 = 100 \ No newline at end of file +speed_wall_0 = 35 + diff --git a/resources/quality/katihal/alyanx3dp_normal.inst.cfg b/resources/quality/katihal/alyanx3dp_normal.inst.cfg index d57573e3b7..9ea6ca5605 100644 --- a/resources/quality/katihal/alyanx3dp_normal.inst.cfg +++ b/resources/quality/katihal/alyanx3dp_normal.inst.cfg @@ -1,36 +1,32 @@ [general] -version = 4 -name = Normal definition = alyanx3dp +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = alyanx_normal setting_version = 20 type = quality -quality_type = alyanx_normal weight = 0 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.1 adhesion_type = raft -skirt_line_count = 2 -skirt_gap = 2 fill_outline_gaps = True infill_angles = [0,90 ] -infill_sparse_density = 15 -retraction_min_travel = 0.8 -skin_angles = [0,90] -top_layers = 6 -wall_line_count = 2 +infill_line_width = 0.4 infill_pattern = grid -skin_line_width = 0.4 +infill_sparse_density = 15 +layer_height = 0.16 +layer_height_0 = 0.1 +line_width = 0.4 +optimize_wall_printing_order = True raft_base_line_spacing = 2.6 raft_base_line_width = 1.2 raft_base_thickness = 0.3 +raft_interface_line_spacing = 0.8 raft_interface_line_width = 0.4 raft_interface_thickness = 0.3 -raft_interface_line_spacing = 0.8 raft_margin = 5 raft_surface_layers = 3 raft_surface_line_width = 0.4 @@ -38,20 +34,25 @@ raft_surface_thickness = 0.2 retract_at_layer_change = true retraction_hop = 0.5 retraction_hop_enabled = true -support_type = everywhere -support_interface_pattern =lines -support_top_distance = 0.15 -support_z_distance = 0.25 +retraction_min_travel = 0.8 +skin_angles = [0,90] +skin_line_width = 0.4 +skirt_gap = 2 +skirt_line_count = 2 +support_angle = 70 support_bottom_distance = 0.15 support_brim_width = 6 support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 +support_initial_layer_line_distance = 2.7 +support_interface_pattern = lines support_line_distance = 1.7 support_line_width = 0.25 -support_initial_layer_line_distance = 2.7 +support_top_distance = 0.15 +support_type = everywhere support_xy_distance = 0.7 -infill_line_width = 0.4 -line_width = 0.4 -optimize_wall_printing_order = True -support_angle = 70 +support_z_distance = 0.25 +top_layers = 6 +wall_line_count = 2 +wall_line_width_0 = 0.35 wall_line_width_x = 0.4 -wall_line_width_0 = 0.35 \ No newline at end of file + diff --git a/resources/quality/katihal/alyanx3dp_normal_generic_pla.inst.cfg b/resources/quality/katihal/alyanx3dp_normal_generic_pla.inst.cfg index 5e1666d0ed..e6f1fd1302 100644 --- a/resources/quality/katihal/alyanx3dp_normal_generic_pla.inst.cfg +++ b/resources/quality/katihal/alyanx3dp_normal_generic_pla.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 definition = alyanx3dp name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = alyanx_normal setting_version = 20 type = quality -quality_type = alyanx_normal weight = 2 -material = generic_pla [values] -speed_print = 40 -speed_topbottom = 30 -speed_wall_0 = 35 +cool_fan_speed = 100 +cool_fan_speed_0 = 100 +layer_0_z_overlap = 0.04 +raft_airgap = 0.15 +raft_base_fan_speed = 0 +raft_base_speed = 15 +raft_interface_fan_speed = 0 +raft_interface_speed = 20 +raft_surface_fan_speed = 100 +raft_surface_speed = 35 speed_infill = 45 speed_layer_0 = 25 +speed_print = 40 speed_support = 45 speed_support_interface = 35 +speed_topbottom = 30 speed_travel = 60 -raft_airgap = 0.15 -layer_0_z_overlap = 0.04 -raft_base_speed = 15 -raft_interface_speed = 20 -raft_surface_speed = 35 -raft_surface_fan_speed = 100 -raft_base_fan_speed = 0 -raft_interface_fan_speed = 0 -cool_fan_speed = 100 -cool_fan_speed_0 = 100 \ No newline at end of file +speed_wall_0 = 35 + diff --git a/resources/quality/katihal/kupido_normal.inst.cfg b/resources/quality/katihal/kupido_normal.inst.cfg index 77ce2e65ef..6c0040418e 100644 --- a/resources/quality/katihal/kupido_normal.inst.cfg +++ b/resources/quality/katihal/kupido_normal.inst.cfg @@ -1,36 +1,32 @@ [general] -version = 4 -name = Normal definition = kupido +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = kupido_normal setting_version = 20 type = quality -quality_type = kupido_normal weight = 0 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.1 adhesion_type = raft -skirt_line_count = 2 -skirt_gap = 2 fill_outline_gaps = True infill_angles = [0,90 ] -infill_sparse_density = 15 -retraction_min_travel = 0.8 -skin_angles = [0,90] -top_layers = 6 -wall_line_count = 2 +infill_line_width = 0.4 infill_pattern = grid -skin_line_width = 0.4 +infill_sparse_density = 15 +layer_height = 0.16 +layer_height_0 = 0.1 +line_width = 0.4 +optimize_wall_printing_order = True raft_base_line_spacing = 2.6 raft_base_line_width = 1.2 raft_base_thickness = 0.3 +raft_interface_line_spacing = 0.8 raft_interface_line_width = 0.4 raft_interface_thickness = 0.3 -raft_interface_line_spacing = 0.8 raft_margin = 5 raft_surface_layers = 3 raft_surface_line_width = 0.4 @@ -38,20 +34,25 @@ raft_surface_thickness = 0.2 retract_at_layer_change = true retraction_hop = 0.5 retraction_hop_enabled = true -support_type = everywhere -support_interface_pattern =lines -support_top_distance = 0.15 -support_z_distance = 0.25 +retraction_min_travel = 0.8 +skin_angles = [0,90] +skin_line_width = 0.4 +skirt_gap = 2 +skirt_line_count = 2 +support_angle = 70 support_bottom_distance = 0.15 support_brim_width = 6 support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 +support_initial_layer_line_distance = 2.7 +support_interface_pattern = lines support_line_distance = 1.7 support_line_width = 0.25 -support_initial_layer_line_distance = 2.7 +support_top_distance = 0.15 +support_type = everywhere support_xy_distance = 0.7 -infill_line_width = 0.4 -line_width = 0.4 -optimize_wall_printing_order = True -support_angle = 70 +support_z_distance = 0.25 +top_layers = 6 +wall_line_count = 2 +wall_line_width_0 = 0.35 wall_line_width_x = 0.4 -wall_line_width_0 = 0.35 \ No newline at end of file + diff --git a/resources/quality/katihal/kupido_normal_generic_abs.inst.cfg b/resources/quality/katihal/kupido_normal_generic_abs.inst.cfg index 42bedfc8d6..9d665085c9 100644 --- a/resources/quality/katihal/kupido_normal_generic_abs.inst.cfg +++ b/resources/quality/katihal/kupido_normal_generic_abs.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 definition = kupido name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = kupido_normal setting_version = 20 type = quality -quality_type = kupido_normal weight = 3 -material = generic_abs [values] -speed_print = 40 -speed_topbottom = 30 -speed_wall_0 = 35 +cool_fan_speed = 30 +cool_fan_speed_0 = 30 +layer_0_z_overlap = 0.04 +raft_airgap = 0.1 +raft_base_fan_speed = 0 +raft_base_speed = 15 +raft_interface_fan_speed = 0 +raft_interface_speed = 20 +raft_surface_fan_speed = 100 +raft_surface_speed = 35 speed_infill = 45 speed_layer_0 = 25 +speed_print = 40 speed_support = 45 speed_support_interface = 35 +speed_topbottom = 30 speed_travel = 60 -raft_airgap = 0.1 -layer_0_z_overlap = 0.04 -raft_base_speed = 15 -raft_interface_speed = 20 -raft_surface_speed = 35 -raft_surface_fan_speed = 100 -raft_base_fan_speed = 0 -raft_interface_fan_speed = 0 -cool_fan_speed = 30 -cool_fan_speed_0 = 30 \ No newline at end of file +speed_wall_0 = 35 + diff --git a/resources/quality/katihal/kupido_normal_generic_pla.inst.cfg b/resources/quality/katihal/kupido_normal_generic_pla.inst.cfg index 0f25ab269e..514a2fe6ca 100644 --- a/resources/quality/katihal/kupido_normal_generic_pla.inst.cfg +++ b/resources/quality/katihal/kupido_normal_generic_pla.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 definition = kupido name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = kupido_normal setting_version = 20 type = quality -quality_type = kupido_normal weight = 3 -material = generic_pla [values] -speed_print = 40 -speed_topbottom = 30 -speed_wall_0 = 35 +cool_fan_speed = 100 +cool_fan_speed_0 = 100 +layer_0_z_overlap = 0.04 +raft_airgap = 0.15 +raft_base_fan_speed = 0 +raft_base_speed = 15 +raft_interface_fan_speed = 0 +raft_interface_speed = 20 +raft_surface_fan_speed = 100 +raft_surface_speed = 35 speed_infill = 45 speed_layer_0 = 25 +speed_print = 40 speed_support = 45 speed_support_interface = 35 +speed_topbottom = 30 speed_travel = 60 -raft_airgap = 0.15 -layer_0_z_overlap = 0.04 -raft_base_speed = 15 -raft_interface_speed = 20 -raft_surface_speed = 35 -raft_surface_fan_speed = 100 -raft_base_fan_speed = 0 -raft_interface_fan_speed = 0 -cool_fan_speed = 100 -cool_fan_speed_0 = 100 \ No newline at end of file +speed_wall_0 = 35 + diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_draft.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_draft.inst.cfg index 34a05fce25..8d8e5e27d7 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_draft.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_draft.inst.cfg @@ -1,41 +1,37 @@ [general] -version = 4 -name = Draft definition = kemiq_q2_beta +name = Draft +version = 4 [metadata] +material = generic_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -material = generic_abs [values] +adhesion_type = raft +cool_fan_enabled = False layer_height = 0.35 layer_height_0 = 0.3 - -speed_print = 70 -speed_infill = =math.ceil(speed_print * 60 / 70) -speed_layer_0 = =math.ceil(speed_print * 20 / 70) -speed_wall_0 = =math.ceil(speed_print * 30 / 70) -speed_wall_x = =math.ceil(speed_print * 50 / 70) -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_travel = 120 - -material_print_temperature = 246 material_bed_temperature = 85 - -retraction_speed = 50 -retraction_amount = 1.5 - -adhesion_type = raft +material_print_temperature = 246 raft_airgap = 0.25 -raft_margin = 10 -raft_surface_layers = 3 -raft_interface_line_spacing = 2 -raft_speed = 20 raft_base_line_width = 0.8 raft_base_thickness = 0.36 +raft_interface_line_spacing = 2 +raft_margin = 10 +raft_speed = 20 +raft_surface_layers = 3 raft_surface_line_spacing = 0.4 +retraction_amount = 1.5 +retraction_speed = 50 +speed_infill = =math.ceil(speed_print * 60 / 70) +speed_layer_0 = =math.ceil(speed_print * 20 / 70) +speed_print = 70 +speed_topbottom = =math.ceil(speed_print * 30 / 70) +speed_travel = 120 +speed_wall_0 = =math.ceil(speed_print * 30 / 70) +speed_wall_x = =math.ceil(speed_print * 50 / 70) -cool_fan_enabled = False diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_extra_fine.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_extra_fine.inst.cfg index 0cbe13fd52..404ea1a8c4 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_extra_fine.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_extra_fine.inst.cfg @@ -1,41 +1,37 @@ [general] -version = 4 -name = Extra Fine definition = kemiq_q2_beta +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_abs [values] +adhesion_type = raft +cool_fan_enabled = False layer_height = 0.06 layer_height_0 = 0.3 - -speed_print = 40 -speed_infill = =math.ceil(speed_print * 50 / 40) -speed_layer_0 = =math.ceil(speed_print * 15 / 40) -speed_wall_0 = =math.ceil(speed_print * 20 / 40) -speed_wall_x = =speed_print -speed_topbottom = =math.ceil(speed_print * 20 / 40) -speed_travel = 120 - -material_print_temperature = 246 material_bed_temperature = 85 - -retraction_speed = 50 -retraction_amount = 1.5 - -adhesion_type = raft +material_print_temperature = 246 raft_airgap = 0.25 -raft_margin = 10 -raft_surface_layers = 3 -raft_interface_line_spacing = 2 -raft_speed = 20 raft_base_line_width = 0.8 raft_base_thickness = 0.36 +raft_interface_line_spacing = 2 +raft_margin = 10 +raft_speed = 20 +raft_surface_layers = 3 raft_surface_line_spacing = 0.4 +retraction_amount = 1.5 +retraction_speed = 50 +speed_infill = =math.ceil(speed_print * 50 / 40) +speed_layer_0 = =math.ceil(speed_print * 15 / 40) +speed_print = 40 +speed_topbottom = =math.ceil(speed_print * 20 / 40) +speed_travel = 120 +speed_wall_0 = =math.ceil(speed_print * 20 / 40) +speed_wall_x = =speed_print -cool_fan_enabled = False diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_fine.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_fine.inst.cfg index fcf821ccee..7ed75ee9f5 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_fine.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_fine.inst.cfg @@ -1,41 +1,37 @@ [general] -version = 4 -name = Fine definition = kemiq_q2_beta +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_abs [values] +adhesion_type = raft +cool_fan_enabled = False layer_height = 0.1 layer_height_0 = 0.3 - -speed_print = 50 -speed_infill = =math.ceil(speed_print * 60 / 50) -speed_layer_0 = =math.ceil(speed_print * 20 / 50) -speed_wall_0 = =math.ceil(speed_print * 25 / 50) -speed_wall_x = =math.ceil(speed_print * 45 / 50) -speed_topbottom = =math.ceil(speed_print * 30 / 50) -speed_travel = 120 - -material_print_temperature = 246 material_bed_temperature = 85 - -retraction_speed = 50 -retraction_amount = 1.5 - -adhesion_type = raft +material_print_temperature = 246 raft_airgap = 0.25 -raft_margin = 10 -raft_surface_layers = 3 -raft_interface_line_spacing = 2 -raft_speed = 20 raft_base_line_width = 0.8 raft_base_thickness = 0.36 +raft_interface_line_spacing = 2 +raft_margin = 10 +raft_speed = 20 +raft_surface_layers = 3 raft_surface_line_spacing = 0.4 +retraction_amount = 1.5 +retraction_speed = 50 +speed_infill = =math.ceil(speed_print * 60 / 50) +speed_layer_0 = =math.ceil(speed_print * 20 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 30 / 50) +speed_travel = 120 +speed_wall_0 = =math.ceil(speed_print * 25 / 50) +speed_wall_x = =math.ceil(speed_print * 45 / 50) -cool_fan_enabled = False diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_low.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_low.inst.cfg index bb9af57335..e44e4d4acf 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_low.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_low.inst.cfg @@ -1,41 +1,37 @@ [general] -version = 4 -name = Low definition = kemiq_q2_beta +name = Low +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_abs [values] +adhesion_type = raft +cool_fan_enabled = False layer_height = 0.2 layer_height_0 = 0.3 - -speed_print = 70 -speed_infill = =math.ceil(speed_print * 60 / 70) -speed_layer_0 = =math.ceil(speed_print * 20 / 70) -speed_wall_0 = =math.ceil(speed_print * 30 / 70) -speed_wall_x = =math.ceil(speed_print * 50 / 70) -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_travel = 120 - -material_print_temperature = 246 material_bed_temperature = 85 - -retraction_speed = 50 -retraction_amount = 1.5 - -adhesion_type = raft +material_print_temperature = 246 raft_airgap = 0.25 -raft_margin = 10 -raft_surface_layers = 3 -raft_interface_line_spacing = 2 -raft_speed = 20 raft_base_line_width = 0.8 raft_base_thickness = 0.36 +raft_interface_line_spacing = 2 +raft_margin = 10 +raft_speed = 20 +raft_surface_layers = 3 raft_surface_line_spacing = 0.4 +retraction_amount = 1.5 +retraction_speed = 50 +speed_infill = =math.ceil(speed_print * 60 / 70) +speed_layer_0 = =math.ceil(speed_print * 20 / 70) +speed_print = 70 +speed_topbottom = =math.ceil(speed_print * 30 / 70) +speed_travel = 120 +speed_wall_0 = =math.ceil(speed_print * 30 / 70) +speed_wall_x = =math.ceil(speed_print * 50 / 70) -cool_fan_enabled = False diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg index 62c12a0bca..babbe8463a 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg @@ -1,41 +1,37 @@ [general] -version = 4 -name = Normal definition = kemiq_q2_beta +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_abs [values] +adhesion_type = raft +cool_fan_enabled = False layer_height = 0.15 layer_height_0 = 0.3 - -speed_print = 60 -speed_infill = =math.ceil(speed_print * 50 / 60) -speed_layer_0 = =math.ceil(speed_print * 15 / 60) -speed_wall_0 = =math.ceil(speed_print * 20 / 60) -speed_wall_x = =math.ceil(speed_print * 40 / 60) -speed_topbottom = =math.ceil(speed_print * 20 / 60) -speed_travel = 120 - -material_print_temperature = 246 material_bed_temperature = 85 - -retraction_speed = 50 -retraction_amount = 1.5 - -adhesion_type = raft +material_print_temperature = 246 raft_airgap = 0.25 -raft_margin = 10 -raft_surface_layers = 3 -raft_interface_line_spacing = 2 -raft_speed = 20 raft_base_line_width = 0.8 raft_base_thickness = 0.36 +raft_interface_line_spacing = 2 +raft_margin = 10 +raft_speed = 20 +raft_surface_layers = 3 raft_surface_line_spacing = 0.4 +retraction_amount = 1.5 +retraction_speed = 50 +speed_infill = =math.ceil(speed_print * 50 / 60) +speed_layer_0 = =math.ceil(speed_print * 15 / 60) +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * 20 / 60) +speed_travel = 120 +speed_wall_0 = =math.ceil(speed_print * 20 / 60) +speed_wall_x = =math.ceil(speed_print * 40 / 60) -cool_fan_enabled = False diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_draft.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_draft.inst.cfg index b4ab881229..3285ef7ecc 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_draft.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_draft.inst.cfg @@ -1,25 +1,22 @@ [general] -version = 4 -name = Draft definition = kemiq_q2_beta +name = Draft +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -material = generic_pla [values] -layer_height = 0.35 adhesion_type = skirt - +layer_height = 0.35 +material_bed_temperature = 60 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_print = 60 -material_print_temperature = 214 -material_bed_temperature = 60 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_extra_fine.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_extra_fine.inst.cfg index 430f0bd5a4..9f7585e0c0 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_extra_fine.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_extra_fine.inst.cfg @@ -1,25 +1,22 @@ [general] -version = 4 -name = Extra Fine definition = kemiq_q2_beta +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla [values] -layer_height = 0.06 adhesion_type = skirt - +layer_height = 0.06 +material_bed_temperature = 60 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_print = 30 -material_print_temperature = 214 -material_bed_temperature = 60 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_fine.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_fine.inst.cfg index 6632469324..b6f7938667 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_fine.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_fine.inst.cfg @@ -1,25 +1,22 @@ [general] -version = 4 -name = Fine definition = kemiq_q2_beta +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -layer_height = 0.1 adhesion_type = skirt - +layer_height = 0.1 +material_bed_temperature = 60 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_print = 40 -material_print_temperature = 214 -material_bed_temperature = 60 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_low.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_low.inst.cfg index afb3a001ef..d0c52f9f8a 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_low.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_low.inst.cfg @@ -1,25 +1,22 @@ [general] -version = 4 -name = Low definition = kemiq_q2_beta +name = Low +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_pla [values] -layer_height = 0.2 adhesion_type = skirt - +layer_height = 0.2 +material_bed_temperature = 60 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_print = 60 -material_print_temperature = 214 -material_bed_temperature = 60 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_normal.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_normal.inst.cfg index deba2117ac..78e7f56640 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_beta_pla_normal.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_beta_pla_normal.inst.cfg @@ -1,25 +1,22 @@ [general] -version = 4 -name = Normal definition = kemiq_q2_beta +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_pla [values] -layer_height = 0.15 adhesion_type = skirt - +layer_height = 0.15 +material_bed_temperature = 60 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_print = 50 -material_print_temperature = 214 -material_bed_temperature = 60 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_draft.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_draft.inst.cfg index c9cc625a5f..eba22ed98e 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_draft.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_draft.inst.cfg @@ -1,24 +1,21 @@ [general] -version = 4 -name = Draft definition = kemiq_q2_gama +name = Draft +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -material = generic_pla [values] -layer_height = 0.35 adhesion_type = raft - +layer_height = 0.35 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_print = 60 -material_print_temperature = 214 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_extra_fine.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_extra_fine.inst.cfg index 9aa8b6e2b2..f939f9c0ce 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_extra_fine.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_extra_fine.inst.cfg @@ -1,30 +1,27 @@ [general] -version = 4 -name = Extra Fine definition = kemiq_q2_gama +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla [values] -layer_height = 0.06 adhesion_type = skirt - -speed_print = 40 +layer_height = 0.06 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_infill = =math.ceil(speed_print * 50 / 40) speed_layer_0 = =math.ceil(speed_print * 15 / 40) -speed_wall_0 = =math.ceil(speed_print * 20 / 40) -speed_wall_x = =speed_print +speed_print = 40 speed_topbottom = =math.ceil(speed_print * 20 / 40) speed_travel = 120 +speed_wall_0 = =math.ceil(speed_print * 20 / 40) +speed_wall_x = =speed_print -material_print_temperature = 214 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_fine.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_fine.inst.cfg index 46014a9c23..5f36f30bfa 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_fine.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_fine.inst.cfg @@ -1,30 +1,27 @@ [general] -version = 4 -name = Fine definition = kemiq_q2_gama +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -layer_height = 0.1 adhesion_type = skirt - -speed_print = 50 +layer_height = 0.1 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_infill = =math.ceil(speed_print * 60 / 50) speed_layer_0 = =math.ceil(speed_print * 20 / 50) -speed_wall_0 = =math.ceil(speed_print * 25 / 50) -speed_wall_x = =math.ceil(speed_print * 45 / 50) +speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_travel = 120 +speed_wall_0 = =math.ceil(speed_print * 25 / 50) +speed_wall_x = =math.ceil(speed_print * 45 / 50) -material_print_temperature = 214 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_low.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_low.inst.cfg index 09d49dac0d..b959a33341 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_low.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_low.inst.cfg @@ -1,24 +1,21 @@ [general] -version = 4 -name = Low definition = kemiq_q2_gama +name = Low +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_pla [values] -layer_height = 0.2 adhesion_type = raft - +layer_height = 0.2 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_print = 60 -material_print_temperature = 214 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_normal.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_normal.inst.cfg index 9756d4e924..a9c4a0fa68 100644 --- a/resources/quality/kemiq_q2/kemiq_q2_gama_pla_normal.inst.cfg +++ b/resources/quality/kemiq_q2/kemiq_q2_gama_pla_normal.inst.cfg @@ -1,30 +1,27 @@ [general] -version = 4 -name = Normal definition = kemiq_q2_gama +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_pla [values] -layer_height = 0.15 adhesion_type = skirt - -speed_print = 60 +layer_height = 0.15 +material_print_temperature = 214 +raft_airgap = 0.25 +retraction_amount = 2.15 +retraction_speed = 40 speed_infill = =math.ceil(speed_print * 50 / 60) speed_layer_0 = =math.ceil(speed_print * 15 / 60) -speed_wall_0 = =math.ceil(speed_print * 20 / 60) -speed_wall_x = =math.ceil(speed_print * 40 / 60) +speed_print = 60 speed_topbottom = =math.ceil(speed_print * 20 / 60) speed_travel = 120 +speed_wall_0 = =math.ceil(speed_print * 20 / 60) +speed_wall_x = =math.ceil(speed_print * 40 / 60) -material_print_temperature = 214 - -retraction_speed = 40 -retraction_amount = 2.15 - -raft_airgap = 0.25 diff --git a/resources/quality/key3d/key3d_tyro_best.inst.cfg b/resources/quality/key3d/key3d_tyro_best.inst.cfg index 9a73786941..ef27b1602c 100644 --- a/resources/quality/key3d/key3d_tyro_best.inst.cfg +++ b/resources/quality/key3d/key3d_tyro_best.inst.cfg @@ -1,119 +1,120 @@ [general] -version = 4 -name = Best Quality definition = key3d_tyro +name = Best Quality +version = 4 [metadata] +global_quality = True +quality_type = best setting_version = 20 type = quality -quality_type = best weight = 1 -global_quality = True [values] -layer_height = 0.08 -layer_height_0 = 0.24 -line_width = 0.4 -wall_line_width_0 = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 20 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 0 -material_bed_temperature = 0 -build_volume_temperature = 0 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 30 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +build_volume_temperature = 0 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.24 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.24 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.2 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 0 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 20 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.08 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 0 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 30 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.2 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_line_width_0 = 0.4 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/key3d/key3d_tyro_fast.inst.cfg b/resources/quality/key3d/key3d_tyro_fast.inst.cfg index bfc155c5cb..aa1e762076 100644 --- a/resources/quality/key3d/key3d_tyro_fast.inst.cfg +++ b/resources/quality/key3d/key3d_tyro_fast.inst.cfg @@ -1,118 +1,119 @@ [general] -version = 4 -name = Fast Quality definition = key3d_tyro +name = Fast Quality +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] -layer_height = 0.24 -layer_height_0 = 0.24 -line_width = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 15 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 0 -material_bed_temperature = 0 -build_volume_temperature = 0 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 60 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +build_volume_temperature = 0 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.48 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.48 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 0 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 15 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.24 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 0 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 60 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/key3d/key3d_tyro_normal.inst.cfg b/resources/quality/key3d/key3d_tyro_normal.inst.cfg index 06293319d8..8901631b75 100644 --- a/resources/quality/key3d/key3d_tyro_normal.inst.cfg +++ b/resources/quality/key3d/key3d_tyro_normal.inst.cfg @@ -1,118 +1,119 @@ [general] -version = 4 -name = Normal Quality definition = key3d_tyro +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.24 -line_width = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 20 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 0 -material_bed_temperature = 0 -build_volume_temperature = 0 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 50 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +build_volume_temperature = 0 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.32 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.32 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.21 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 0 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 20 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.16 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 0 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 50 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.21 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/kingroon/ABS/kingroon_0.2_ABS_super.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.2_ABS_super.inst.cfg index d109cb2227..f5986aece3 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.2_ABS_super.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.2_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.2_ABS_ultra.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.2_ABS_ultra.inst.cfg index ebbefee199..4843bceda2 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.2_ABS_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = kingroon_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.3_ABS_adaptive.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.3_ABS_adaptive.inst.cfg index 7e2eb25f0a..4a9b60c0a4 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.3_ABS_adaptive.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.3_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.3_ABS_low.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.3_ABS_low.inst.cfg index 22bf30f809..728295063a 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.3_ABS_low.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.3_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.3_ABS_standard.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.3_ABS_standard.inst.cfg index dcdc90630f..2212665f50 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.3_ABS_standard.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.3_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.3_ABS_super.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.3_ABS_super.inst.cfg index 91a9d59da2..5822c5c159 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.3_ABS_super.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.3_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.4_ABS_adaptive.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.4_ABS_adaptive.inst.cfg index 118fb76839..71d9af8b18 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.4_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.4_ABS_low.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.4_ABS_low.inst.cfg index 72ca7a3c1b..3145131481 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.4_ABS_low.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.4_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.4_ABS_standard.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.4_ABS_standard.inst.cfg index 32fff4e17b..3f69bbc438 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.4_ABS_standard.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.4_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.4_ABS_super.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.4_ABS_super.inst.cfg index eddcfd9eb3..858dd871a7 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.4_ABS_super.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.4_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.5_ABS_adaptive.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.5_ABS_adaptive.inst.cfg index 58409d5a6c..3e8a769011 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.5_ABS_adaptive.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.5_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.5_ABS_low.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.5_ABS_low.inst.cfg index adde82cc70..2c1ae97c8f 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.5_ABS_low.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.5_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.5_ABS_standard.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.5_ABS_standard.inst.cfg index 2dba767782..dcc58746f6 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.5_ABS_standard.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.5_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.5_ABS_super.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.5_ABS_super.inst.cfg index cb321b3199..ccd59a3ebb 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.5_ABS_super.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.5_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.6_ABS_standard.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.6_ABS_standard.inst.cfg index 380d51b97e..5b88a1a745 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.6_ABS_standard.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.6_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/kingroon/ABS/kingroon_0.8_ABS_draft.inst.cfg b/resources/quality/kingroon/ABS/kingroon_0.8_ABS_draft.inst.cfg index 234fc69d4d..30b40e9cbd 100644 --- a/resources/quality/kingroon/ABS/kingroon_0.8_ABS_draft.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_0.8_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/kingroon/ABS/kingroon_1.0_ABS_draft.inst.cfg b/resources/quality/kingroon/ABS/kingroon_1.0_ABS_draft.inst.cfg index 81b14e730b..2a71a5b3f6 100644 --- a/resources/quality/kingroon/ABS/kingroon_1.0_ABS_draft.inst.cfg +++ b/resources/quality/kingroon/ABS/kingroon_1.0_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.2_PETG_super.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.2_PETG_super.inst.cfg index f30d23ba6a..1d87d19a1f 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.2_PETG_super.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.2_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.2_PETG_ultra.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.2_PETG_ultra.inst.cfg index f09229b892..e77d52c92a 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.2_PETG_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = kingroon_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.3_PETG_adaptive.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.3_PETG_adaptive.inst.cfg index eec351b01a..fb4c0a0990 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.3_PETG_adaptive.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.3_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.3_PETG_low.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.3_PETG_low.inst.cfg index b40a538772..55bd773e5c 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.3_PETG_low.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.3_PETG_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.3_PETG_standard.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.3_PETG_standard.inst.cfg index 17bc371da8..5e9238503e 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.3_PETG_standard.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.3_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.3_PETG_super.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.3_PETG_super.inst.cfg index 690398403d..d3d9621cad 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.3_PETG_super.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.3_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.4_PETG_adaptive.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.4_PETG_adaptive.inst.cfg index 4eceb853ff..6c7cd49fb2 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.4_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.4_PETG_low.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.4_PETG_low.inst.cfg index b70ec0538f..da698ea949 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.4_PETG_low.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.4_PETG_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.4_PETG_standard.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.4_PETG_standard.inst.cfg index 852e83add8..b80ce4da35 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.4_PETG_standard.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.4_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.4_PETG_super.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.4_PETG_super.inst.cfg index 428644a62a..07ae2c6067 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.4_PETG_super.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.4_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.5_PETG_adaptive.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.5_PETG_adaptive.inst.cfg index 465ceb3070..2dd3a86c02 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.5_PETG_adaptive.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.5_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.5_PETG_low.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.5_PETG_low.inst.cfg index 2b05d15f74..462f4d9e68 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.5_PETG_low.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.5_PETG_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.5_PETG_standard.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.5_PETG_standard.inst.cfg index 9ef42acde3..b1df1538b2 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.5_PETG_standard.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.5_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.5_PETG_super.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.5_PETG_super.inst.cfg index 477506576f..8366b301df 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.5_PETG_super.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.5_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.6_PETG_standard.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.6_PETG_standard.inst.cfg index cde00aa511..7c492f3e49 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.6_PETG_standard.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.6_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.6mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/kingroon/PETG/kingroon_0.8_PETG_draft.inst.cfg b/resources/quality/kingroon/PETG/kingroon_0.8_PETG_draft.inst.cfg index aca8cb49d4..b2da429b53 100644 --- a/resources/quality/kingroon/PETG/kingroon_0.8_PETG_draft.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_0.8_PETG_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/kingroon/PETG/kingroon_1.0_PETG_draft.inst.cfg b/resources/quality/kingroon/PETG/kingroon_1.0_PETG_draft.inst.cfg index 5a6ea072d9..7edf5359be 100644 --- a/resources/quality/kingroon/PETG/kingroon_1.0_PETG_draft.inst.cfg +++ b/resources/quality/kingroon/PETG/kingroon_1.0_PETG_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 1.0mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/kingroon/PLA/kingroon_0.2_PLA_super.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.2_PLA_super.inst.cfg index e9e906d7a1..2629ffa856 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.2_PLA_super.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.2_PLA_ultra.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.2_PLA_ultra.inst.cfg index 636eebd521..d2ffb90500 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.2_PLA_ultra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = kingroon_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.3_PLA_adaptive.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.3_PLA_adaptive.inst.cfg index c2f418c8ba..12678ae92e 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.3_PLA_adaptive.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.3_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.3_PLA_low.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.3_PLA_low.inst.cfg index fdc61cda38..f7c7e3a15c 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.3_PLA_low.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.3_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.3_PLA_standard.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.3_PLA_standard.inst.cfg index 9ca11a7027..7e8f740cc4 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.3_PLA_standard.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.3_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.3_PLA_super.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.3_PLA_super.inst.cfg index f689be5979..f4c40f4c2d 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.3_PLA_super.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.3_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.4_PLA_adaptive.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.4_PLA_adaptive.inst.cfg index 8a52537d6c..5aaf093e28 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.4_PLA_low.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.4_PLA_low.inst.cfg index 3503e7b784..ba6f01da3f 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.4_PLA_low.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.4_PLA_standard.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.4_PLA_standard.inst.cfg index e39cf7dc98..63c1dd29aa 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.4_PLA_standard.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.4_PLA_super.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.4_PLA_super.inst.cfg index fe26d8db8a..c88e98c261 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.4_PLA_super.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.5_PLA_adaptive.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.5_PLA_adaptive.inst.cfg index 9f3640bfbc..63dddce608 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.5_PLA_adaptive.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.5_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.5_PLA_low.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.5_PLA_low.inst.cfg index 78a52ddf98..e9433cece9 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.5_PLA_low.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.5_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.5_PLA_standard.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.5_PLA_standard.inst.cfg index 788b09df38..d905cd9513 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.5_PLA_standard.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.5_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.5_PLA_super.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.5_PLA_super.inst.cfg index ba8bced2cd..da25445afd 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.5_PLA_super.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.5_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.6_PLA_draft.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.6_PLA_draft.inst.cfg index 3991169f5a..da84b6bb41 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.6_PLA_draft.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.6_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.6_PLA_low.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.6_PLA_low.inst.cfg index 76f5107cdd..00bc0e8665 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.6_PLA_low.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.6_PLA_standard.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.6_PLA_standard.inst.cfg index ce66046f90..365bf14102 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.6_PLA_standard.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.6_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_0.8_PLA_draft.inst.cfg b/resources/quality/kingroon/PLA/kingroon_0.8_PLA_draft.inst.cfg index 28421a1513..cd4e4212ee 100644 --- a/resources/quality/kingroon/PLA/kingroon_0.8_PLA_draft.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_0.8_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/kingroon/PLA/kingroon_1.0_PLA_draft.inst.cfg b/resources/quality/kingroon/PLA/kingroon_1.0_PLA_draft.inst.cfg index e7a16b06c7..424d53eb8b 100644 --- a/resources/quality/kingroon/PLA/kingroon_1.0_PLA_draft.inst.cfg +++ b/resources/quality/kingroon/PLA/kingroon_1.0_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.3_TPU_adaptive.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.3_TPU_adaptive.inst.cfg index f86f6b470d..52e3ea1416 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.3_TPU_adaptive.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.3_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.3_TPU_standard.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.3_TPU_standard.inst.cfg index 1b1565fd7e..9c045853c2 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.3_TPU_standard.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.3_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.3_TPU_super.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.3_TPU_super.inst.cfg index 5f37ed7749..2d8a7a9c7b 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.3_TPU_super.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.3_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.4_TPU_adaptive.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.4_TPU_adaptive.inst.cfg index 8ba5abef53..7875bc0704 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.4_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.4_TPU_standard.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.4_TPU_standard.inst.cfg index 69e57121f2..fed93c7162 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.4_TPU_standard.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.4_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.4_TPU_super.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.4_TPU_super.inst.cfg index 8addcebc1f..2c7e74ad2e 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.4_TPU_super.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.4_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.5_TPU_adaptive.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.5_TPU_adaptive.inst.cfg index d3c697091f..96ea42f10c 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.5_TPU_adaptive.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.5_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.5_TPU_standard.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.5_TPU_standard.inst.cfg index 6f20b95722..30daddf9c2 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.5_TPU_standard.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.5_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.5_TPU_super.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.5_TPU_super.inst.cfg index 00e204ee65..8cd7c44c86 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.5_TPU_super.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.5_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.6_TPU_standard.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.6_TPU_standard.inst.cfg index 1bc445c1ff..9d0aef9119 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.6_TPU_standard.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.6_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_0.8_TPU_draft.inst.cfg b/resources/quality/kingroon/TPU/kingroon_0.8_TPU_draft.inst.cfg index cbea0a8307..f95414492f 100644 --- a/resources/quality/kingroon/TPU/kingroon_0.8_TPU_draft.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_0.8_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/kingroon/TPU/kingroon_1.0_TPU_draft.inst.cfg b/resources/quality/kingroon/TPU/kingroon_1.0_TPU_draft.inst.cfg index 7bb373d68a..8c3f3226b0 100644 --- a/resources/quality/kingroon/TPU/kingroon_1.0_TPU_draft.inst.cfg +++ b/resources/quality/kingroon/TPU/kingroon_1.0_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/kingroon/kingroon_global_adaptive.inst.cfg b/resources/quality/kingroon/kingroon_global_adaptive.inst.cfg index 9a7c3d1637..0da901fa56 100644 --- a/resources/quality/kingroon/kingroon_global_adaptive.inst.cfg +++ b/resources/quality/kingroon/kingroon_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = kingroon_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/kingroon/kingroon_global_draft.inst.cfg b/resources/quality/kingroon/kingroon_global_draft.inst.cfg index 8dbcd492ee..4b8a32caf3 100644 --- a/resources/quality/kingroon/kingroon_global_draft.inst.cfg +++ b/resources/quality/kingroon/kingroon_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = kingroon_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/kingroon/kingroon_global_low.inst.cfg b/resources/quality/kingroon/kingroon_global_low.inst.cfg index 4d80829296..8e774f81aa 100644 --- a/resources/quality/kingroon/kingroon_global_low.inst.cfg +++ b/resources/quality/kingroon/kingroon_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = kingroon_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/kingroon/kingroon_global_standard.inst.cfg b/resources/quality/kingroon/kingroon_global_standard.inst.cfg index 18d10a1a90..4803784564 100644 --- a/resources/quality/kingroon/kingroon_global_standard.inst.cfg +++ b/resources/quality/kingroon/kingroon_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = kingroon_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*5 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*5 + diff --git a/resources/quality/kingroon/kingroon_global_super.inst.cfg b/resources/quality/kingroon/kingroon_global_super.inst.cfg index 7b825abe0e..83f943ea26 100644 --- a/resources/quality/kingroon/kingroon_global_super.inst.cfg +++ b/resources/quality/kingroon/kingroon_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = kingroon_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/kingroon/kingroon_global_ultra.inst.cfg b/resources/quality/kingroon/kingroon_global_ultra.inst.cfg index add210d87d..105a8bdc3b 100644 --- a/resources/quality/kingroon/kingroon_global_ultra.inst.cfg +++ b/resources/quality/kingroon/kingroon_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = kingroon_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/koonovo/koonovo_base_global_draft.inst.cfg b/resources/quality/koonovo/koonovo_base_global_draft.inst.cfg index 0fc2a6fb6b..b8eccda163 100644 --- a/resources/quality/koonovo/koonovo_base_global_draft.inst.cfg +++ b/resources/quality/koonovo/koonovo_base_global_draft.inst.cfg @@ -1,17 +1,18 @@ -[general] -version = 4 -name = Draft Quality -definition = koonovo_base - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -global_quality = True - -[values] -layer_height = 0.25 -layer_height_0 = 0.25 -top_bottom_thickness = =layer_height_0+layer_height*3 -wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 +[general] +definition = koonovo_base +name = Draft Quality +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality + +[values] +layer_height = 0.25 +layer_height_0 = 0.25 +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/koonovo/koonovo_base_global_standard.inst.cfg b/resources/quality/koonovo/koonovo_base_global_standard.inst.cfg index ac3843c972..74ce2eb07e 100644 --- a/resources/quality/koonovo/koonovo_base_global_standard.inst.cfg +++ b/resources/quality/koonovo/koonovo_base_global_standard.inst.cfg @@ -1,18 +1,19 @@ -[general] -version = 4 -name = Standard Quality -definition = koonovo_base - -[metadata] -setting_version = 20 -type = quality -quality_type = standard -weight = -3 -global_quality = True - -[values] -layer_height = 0.2 -layer_height_0 = 0.2 -top_bottom_thickness = =layer_height_0+layer_height*3 -wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 +[general] +definition = koonovo_base +name = Standard Quality +version = 4 + +[metadata] +global_quality = True +quality_type = standard +setting_version = 20 +type = quality +weight = -3 + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/koonovo/koovono_base_global_high.inst.cfg b/resources/quality/koonovo/koovono_base_global_high.inst.cfg index 05d4dc206a..7f3b90d19d 100644 --- a/resources/quality/koonovo/koovono_base_global_high.inst.cfg +++ b/resources/quality/koonovo/koovono_base_global_high.inst.cfg @@ -1,18 +1,19 @@ -[general] -version = 4 -name = Super Quality -definition = koonovo_base - -[metadata] -setting_version = 20 -type = quality -quality_type = high -weight = -1 -global_quality = True - -[values] -layer_height = 0.12 -layer_height_0 = 0.12 -top_bottom_thickness = =layer_height_0+layer_height*6 -wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 +[general] +definition = koonovo_base +name = Super Quality +version = 4 + +[metadata] +global_quality = True +quality_type = high +setting_version = 20 +type = quality +weight = -1 + +[values] +layer_height = 0.12 +layer_height_0 = 0.12 +support_interface_height = =layer_height*8 +top_bottom_thickness = =layer_height_0+layer_height*6 +wall_thickness = =line_width*3 + diff --git a/resources/quality/liquid/liquid_global_Draft_Quality.inst.cfg b/resources/quality/liquid/liquid_global_Draft_Quality.inst.cfg index 88609bcbfa..50e0c172f8 100644 --- a/resources/quality/liquid/liquid_global_Draft_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_global_Draft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/liquid/liquid_global_Fast_Quality.inst.cfg b/resources/quality/liquid/liquid_global_Fast_Quality.inst.cfg index a9105f6485..40cbb30a62 100644 --- a/resources/quality/liquid/liquid_global_Fast_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_global_Fast_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/liquid/liquid_global_High_Quality.inst.cfg b/resources/quality/liquid/liquid_global_High_Quality.inst.cfg index 3261cd4f44..6add90a1d4 100644 --- a/resources/quality/liquid/liquid_global_High_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = liquid +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 + diff --git a/resources/quality/liquid/liquid_global_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_global_Normal_Quality.inst.cfg index 2a60625f2e..92c974e18b 100644 --- a/resources/quality/liquid/liquid_global_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/liquid/liquid_global_Superdraft_Quality.inst.cfg b/resources/quality/liquid/liquid_global_Superdraft_Quality.inst.cfg index cfe95c7341..5ddeaf7291 100644 --- a/resources/quality/liquid/liquid_global_Superdraft_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_global_Superdraft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Sprint definition = liquid +name = Sprint +version = 4 [metadata] +global_quality = True +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -4 -global_quality = True [values] layer_height = 0.4 + diff --git a/resources/quality/liquid/liquid_global_Verydraft_Quality.inst.cfg b/resources/quality/liquid/liquid_global_Verydraft_Quality.inst.cfg index f06b44fd7b..6b7f732ccb 100644 --- a/resources/quality/liquid/liquid_global_Verydraft_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_global_Verydraft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = liquid +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/liquid/liquid_vo0.4_ABS_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_ABS_Draft_Print.inst.cfg index 348665dc50..12dcd51e5d 100644 --- a/resources/quality/liquid/liquid_vo0.4_ABS_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_ABS_Draft_Print.inst.cfg @@ -1,31 +1,30 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = VO 0.4 +weight = -2 [values] +infill_line_width = =round(line_width * 0.4 / 0.35, 2) machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature + 20 -material_initial_print_temperature = =material_print_temperature - 15 material_final_print_temperature = =material_print_temperature - 20 +material_initial_print_temperature = =material_print_temperature - 15 +material_print_temperature = =default_material_print_temperature + 20 prime_tower_enable = False skin_overlap = 20 -speed_print = 60 +speed_infill = =math.ceil(speed_print * 50 / 60) speed_layer_0 = =math.ceil(speed_print * 20 / 60) +speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) wall_thickness = 1 -infill_line_width = =round(line_width * 0.4 / 0.35, 2) -speed_infill = =math.ceil(speed_print * 50 / 60) - diff --git a/resources/quality/liquid/liquid_vo0.4_ABS_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_ABS_Fast_Print.inst.cfg index d1511e7907..a92e00e684 100644 --- a/resources/quality/liquid/liquid_vo0.4_ABS_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_ABS_Fast_Print.inst.cfg @@ -1,30 +1,29 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_abs variant = VO 0.4 +weight = -1 [values] cool_min_speed = 7 +infill_line_width = =round(line_width * 0.4 / 0.35, 2) machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature + 15 -material_initial_print_temperature = =material_print_temperature - 15 material_final_print_temperature = =material_print_temperature - 20 +material_initial_print_temperature = =material_print_temperature - 15 +material_print_temperature = =default_material_print_temperature + 15 prime_tower_enable = False -speed_print = 60 +speed_infill = =math.ceil(speed_print * 45 / 60) speed_layer_0 = =math.ceil(speed_print * 20 / 60) +speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -infill_line_width = =round(line_width * 0.4 / 0.35, 2) -speed_infill = =math.ceil(speed_print * 45 / 60) - diff --git a/resources/quality/liquid/liquid_vo0.4_ABS_High_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_ABS_High_Quality.inst.cfg index c9395452d5..51a520a529 100644 --- a/resources/quality/liquid/liquid_vo0.4_ABS_High_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_ABS_High_Quality.inst.cfg @@ -1,29 +1,28 @@ [general] -version = 4 -name = Extra Fine definition = liquid +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = VO 0.4 +weight = 1 [values] cool_min_speed = 12 +infill_line_width = =round(line_width * 0.4 / 0.35, 2) machine_nozzle_cool_down_speed = 0.8 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature - 15 material_final_print_temperature = =material_print_temperature - 20 +material_initial_print_temperature = =material_print_temperature - 15 +material_print_temperature = =default_material_print_temperature + 5 prime_tower_enable = False -speed_print = 50 +speed_infill = =math.ceil(speed_print * 40 / 50) speed_layer_0 = =math.ceil(speed_print * 20 / 50) +speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) -infill_line_width = =round(line_width * 0.4 / 0.35, 2) -speed_infill = =math.ceil(speed_print * 40 / 50) - diff --git a/resources/quality/liquid/liquid_vo0.4_ABS_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_ABS_Normal_Quality.inst.cfg index 7ab043eccf..74e3c7735f 100644 --- a/resources/quality/liquid/liquid_vo0.4_ABS_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_ABS_Normal_Quality.inst.cfg @@ -1,27 +1,27 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = VO 0.4 +weight = 0 [values] +infill_line_width = =round(line_width * 0.4 / 0.35, 2) machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 15 material_final_print_temperature = =material_print_temperature - 20 +material_initial_print_temperature = =material_print_temperature - 15 +material_print_temperature = =default_material_print_temperature + 10 prime_tower_enable = False -speed_print = 55 +speed_infill = =math.ceil(speed_print * 40 / 55) speed_layer_0 = =math.ceil(speed_print * 20 / 55) +speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) -infill_line_width = =round(line_width * 0.4 / 0.35, 2) -speed_infill = =math.ceil(speed_print * 40 / 55) diff --git a/resources/quality/liquid/liquid_vo0.4_CPE_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_CPE_Draft_Print.inst.cfg index f62016d6ed..d58e736ad9 100644 --- a/resources/quality/liquid/liquid_vo0.4_CPE_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_CPE_Draft_Print.inst.cfg @@ -1,28 +1,28 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe variant = VO 0.4 +weight = -2 [values] -material_print_temperature = =default_material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 +infill_pattern = triangles material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 10 retraction_combing_max_distance = 50 skin_overlap = 20 -speed_print = 60 +speed_infill = =math.ceil(speed_print * 50 / 60) speed_layer_0 = =math.ceil(speed_print * 20 / 60) +speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) wall_thickness = 1 -infill_pattern = triangles -speed_infill = =math.ceil(speed_print * 50 / 60) diff --git a/resources/quality/liquid/liquid_vo0.4_CPE_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_CPE_Fast_Print.inst.cfg index 0e536f2935..b1101ab295 100644 --- a/resources/quality/liquid/liquid_vo0.4_CPE_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_CPE_Fast_Print.inst.cfg @@ -1,27 +1,27 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +material = generic_cpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe variant = VO 0.4 +weight = -1 [values] cool_min_speed = 7 -material_print_temperature = =default_material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature - 5 +infill_pattern = triangles material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 5 retraction_combing_max_distance = 50 -speed_print = 60 +speed_infill = =math.ceil(speed_print * 50 / 60) speed_layer_0 = =math.ceil(speed_print * 20 / 60) +speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -infill_pattern = triangles -speed_infill = =math.ceil(speed_print * 50 / 60) \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_CPE_High_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_CPE_High_Quality.inst.cfg index e066b88082..cc7a356023 100644 --- a/resources/quality/liquid/liquid_vo0.4_CPE_High_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_CPE_High_Quality.inst.cfg @@ -1,28 +1,28 @@ [general] -version = 4 -name = Extra Fine definition = liquid +name = Extra Fine +version = 4 [metadata] +material = generic_cpe +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe variant = VO 0.4 +weight = 1 [values] cool_min_speed = 12 +infill_pattern = triangles machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature - 5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature - 5 retraction_combing_max_distance = 50 -speed_print = 50 +speed_infill = =math.ceil(speed_print * 40 / 50) speed_layer_0 = =math.ceil(speed_print * 20 / 50) +speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) -infill_pattern = triangles -speed_infill = =math.ceil(speed_print * 40 / 50) \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_CPE_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_CPE_Normal_Quality.inst.cfg index eed9bb563c..14d3854594 100644 --- a/resources/quality/liquid/liquid_vo0.4_CPE_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_CPE_Normal_Quality.inst.cfg @@ -1,26 +1,26 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = VO 0.4 +weight = 0 [values] +infill_pattern = triangles machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 retraction_combing_max_distance = 50 -speed_print = 55 +speed_infill = =math.ceil(speed_print * 45 / 55) speed_layer_0 = =math.ceil(speed_print * 20 / 55) +speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) -infill_pattern = triangles -speed_infill = =math.ceil(speed_print * 45 / 55) \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_Nylon_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_Nylon_Draft_Print.inst.cfg index 945957e1fa..740f51973d 100644 --- a/resources/quality/liquid/liquid_vo0.4_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_Nylon_Draft_Print.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_nylon variant = VO 0.4 +weight = -2 [values] adhesion_type = brim cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 infill_line_width = =round(line_width * 0.5 / 0.4, 2) +jerk_travel = 20 line_width = =machine_nozzle_size -material_print_temperature = =default_material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 ooze_shield_angle = 40 raft_acceleration = =acceleration_layer_0 @@ -35,4 +36,3 @@ switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 wall_line_width_x = =wall_line_width -jerk_travel = 20 diff --git a/resources/quality/liquid/liquid_vo0.4_Nylon_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_Nylon_Fast_Print.inst.cfg index c276d703aa..da8251a3fa 100644 --- a/resources/quality/liquid/liquid_vo0.4_Nylon_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_Nylon_Fast_Print.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_nylon variant = VO 0.4 +weight = -1 [values] adhesion_type = brim cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 infill_line_width = =round(line_width * 0.5 / 0.4, 2) +jerk_travel = 20 line_width = =machine_nozzle_size -material_print_temperature = =default_material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 5 material_standby_temperature = 100 ooze_shield_angle = 40 raft_acceleration = =acceleration_layer_0 @@ -35,4 +36,3 @@ switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 wall_line_width_x = =wall_line_width -jerk_travel = 20 diff --git a/resources/quality/liquid/liquid_vo0.4_Nylon_High_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_Nylon_High_Quality.inst.cfg index b084a33478..98ee2ef17d 100644 --- a/resources/quality/liquid/liquid_vo0.4_Nylon_High_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_Nylon_High_Quality.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Extra Fine definition = liquid +name = Extra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = VO 0.4 +weight = 1 [values] adhesion_type = brim cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 15 infill_line_width = =round(line_width * 0.5 / 0.4, 2) +jerk_travel = 20 line_width = =machine_nozzle_size -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 material_standby_temperature = 100 ooze_shield_angle = 40 raft_acceleration = =acceleration_layer_0 @@ -34,4 +35,3 @@ switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 wall_line_width_x = =wall_line_width -jerk_travel = 20 diff --git a/resources/quality/liquid/liquid_vo0.4_Nylon_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_Nylon_Normal_Quality.inst.cfg index a566abe46e..0a8dd0b310 100644 --- a/resources/quality/liquid/liquid_vo0.4_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_Nylon_Normal_Quality.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = VO 0.4 +weight = 0 [values] adhesion_type = brim cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 12 infill_line_width = =round(line_width * 0.5 / 0.4, 2) +jerk_travel = 20 line_width = =machine_nozzle_size -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 material_standby_temperature = 100 ooze_shield_angle = 40 raft_acceleration = =acceleration_layer_0 @@ -34,4 +35,3 @@ switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 wall_line_width_x = =wall_line_width -jerk_travel = 20 diff --git a/resources/quality/liquid/liquid_vo0.4_PC_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PC_Draft_Print.inst.cfg index af4457e606..2ece0b433c 100644 --- a/resources/quality/liquid/liquid_vo0.4_PC_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PC_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pc variant = VO 0.4 +weight = -2 [values] acceleration_enabled = True @@ -61,3 +61,4 @@ switch_extruder_retraction_speeds = 35 wall_0_inset = 0 wall_line_width_x = =round(line_width * 0.4 / 0.35, 2) wall_thickness = 1.2 + diff --git a/resources/quality/liquid/liquid_vo0.4_PC_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PC_Fast_Print.inst.cfg index e9ee45eac7..61b9a0cebb 100644 --- a/resources/quality/liquid/liquid_vo0.4_PC_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PC_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pc variant = VO 0.4 +weight = -1 [values] acceleration_enabled = True @@ -49,7 +49,6 @@ skin_overlap = 30 speed_layer_0 = =math.ceil(speed_print * 25 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) - speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 25 / 40) support_bottom_distance = =support_z_distance @@ -61,3 +60,4 @@ switch_extruder_retraction_speeds = 35 wall_0_inset = 0 wall_line_width_x = =round(line_width * 0.4 / 0.35, 2) wall_thickness = 1.2 + diff --git a/resources/quality/liquid/liquid_vo0.4_PC_High_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PC_High_Quality.inst.cfg index ce5ef3353c..fe3cdbbd22 100644 --- a/resources/quality/liquid/liquid_vo0.4_PC_High_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PC_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = liquid +name = Extra Fine +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = VO 0.4 +weight = 1 [values] acceleration_enabled = True @@ -50,7 +50,6 @@ skin_overlap = 30 speed_layer_0 = =math.ceil(speed_print * 25 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) - speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 25 / 40) support_bottom_distance = =support_z_distance @@ -62,3 +61,4 @@ switch_extruder_retraction_speeds = 35 wall_0_inset = 0 wall_line_width_x = =round(line_width * 0.4 / 0.35, 2) wall_thickness = 1.2 + diff --git a/resources/quality/liquid/liquid_vo0.4_PC_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PC_Normal_Quality.inst.cfg index bb74a493a1..c54f18ea60 100644 --- a/resources/quality/liquid/liquid_vo0.4_PC_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PC_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = VO 0.4 +weight = 0 [values] acceleration_enabled = True @@ -48,7 +48,6 @@ skin_overlap = 30 speed_layer_0 = =math.ceil(speed_print * 25 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) - speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 25 / 40) support_bottom_distance = =support_z_distance @@ -60,3 +59,4 @@ switch_extruder_retraction_speeds = 35 wall_0_inset = 0 wall_line_width_x = =round(line_width * 0.4 / 0.35, 2) wall_thickness = 1.2 + diff --git a/resources/quality/liquid/liquid_vo0.4_PETG_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PETG_Draft_Print.inst.cfg index fa4eca93b2..a4cb2fc953 100644 --- a/resources/quality/liquid/liquid_vo0.4_PETG_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PETG_Draft_Print.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = VO 0.4 +weight = -2 [values] +acceleration_wall = 2000 +acceleration_wall_0 = 2000 cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +infill_sparse_density = 15 +jerk_travel = 20 +layer_height_0 = 0.2 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature + 5 material_standby_temperature = 100 prime_tower_enable = False skin_overlap = 20 -speed_print = 70 speed_layer_0 = =math.ceil(speed_print * 20 / 70) +speed_print = 70 speed_topbottom = =math.ceil(speed_print * 40 / 70) speed_wall = =math.ceil(speed_print * 55 / 70) speed_wall_0 = =math.ceil(speed_wall * 45 / 50) top_bottom_thickness = 0.8 wall_thickness = 0.8 -jerk_travel = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) -infill_sparse_density = 15 -layer_height_0 = 0.2 -acceleration_wall = 2000 -acceleration_wall_0 = 2000 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_PETG_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PETG_Fast_Print.inst.cfg index d7704dbee6..99a48b631c 100644 --- a/resources/quality/liquid/liquid_vo0.4_PETG_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PETG_Fast_Print.inst.cfg @@ -1,31 +1,31 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_petg variant = VO 0.4 +weight = -1 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +jerk_travel = 20 +layer_height_0 = 0.2 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 prime_tower_enable = False -speed_print = 60 speed_layer_0 = =math.ceil(speed_print * 20 / 60) +speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 60) top_bottom_thickness = 1 wall_thickness = 1 -jerk_travel = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) -layer_height_0 = 0.2 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_PETG_High_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PETG_High_Quality.inst.cfg index bf7607dc20..f473fd292c 100644 --- a/resources/quality/liquid/liquid_vo0.4_PETG_High_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PETG_High_Quality.inst.cfg @@ -1,33 +1,33 @@ [general] -version = 4 -name = Extra Fine definition = liquid +name = Extra Fine +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = VO 0.4 +weight = 1 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +jerk_travel = 20 +layer_height_0 = 0.2 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 prime_tower_enable = False skin_overlap = 10 -speed_print = 50 speed_layer_0 = =math.ceil(speed_print * 20 / 50) +speed_print = 50 speed_topbottom = =math.ceil(speed_print * 35 / 50) speed_wall = =math.ceil(speed_print * 35 / 50) top_bottom_thickness = 1 wall_thickness = 1 -jerk_travel = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) -layer_height_0 = 0.2 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_PETG_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PETG_Normal_Quality.inst.cfg index b3bada5dfe..b47bd80f35 100644 --- a/resources/quality/liquid/liquid_vo0.4_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PETG_Normal_Quality.inst.cfg @@ -1,20 +1,23 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = VO 0.4 +weight = 0 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +jerk_travel = 20 +layer_height_0 = 0.2 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 @@ -24,6 +27,3 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 70) top_bottom_thickness = 1 wall_thickness = 1 -jerk_travel = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) -layer_height_0 = 0.2 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_PLA_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PLA_Draft_Print.inst.cfg index f86d5454b5..bb039fc9b6 100644 --- a/resources/quality/liquid/liquid_vo0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PLA_Draft_Print.inst.cfg @@ -1,36 +1,36 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = VO 0.4 +weight = -2 [values] +acceleration_wall = 2000 +acceleration_wall_0 = 2000 cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +infill_sparse_density = 15 +jerk_travel = 20 +layer_height_0 = 0.2 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature + 5 material_standby_temperature = 100 prime_tower_enable = False skin_overlap = 20 -speed_print = 70 speed_layer_0 = =math.ceil(speed_print * 20 / 70) +speed_print = 70 speed_topbottom = =math.ceil(speed_print * 40 / 70) speed_wall = =math.ceil(speed_print * 55 / 70) speed_wall_0 = =math.ceil(speed_wall * 45 / 50) top_bottom_thickness = 0.8 wall_thickness = 0.8 -jerk_travel = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) -infill_sparse_density = 15 -layer_height_0 = 0.2 -acceleration_wall = 2000 -acceleration_wall_0 = 2000 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_PLA_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PLA_Fast_Print.inst.cfg index 0145169641..fe49db4357 100644 --- a/resources/quality/liquid/liquid_vo0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PLA_Fast_Print.inst.cfg @@ -1,31 +1,31 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = VO 0.4 +weight = -1 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +jerk_travel = 20 +layer_height_0 = 0.2 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 prime_tower_enable = False -speed_print = 60 speed_layer_0 = =math.ceil(speed_print * 20 / 60) +speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 60) top_bottom_thickness = 1 wall_thickness = 1 -jerk_travel = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) -layer_height_0 = 0.2 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_PLA_High_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PLA_High_Quality.inst.cfg index 20fe9f0e49..eca5c67612 100644 --- a/resources/quality/liquid/liquid_vo0.4_PLA_High_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PLA_High_Quality.inst.cfg @@ -1,33 +1,33 @@ [general] -version = 4 -name = Extra Fine definition = liquid +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = VO 0.4 +weight = 1 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +jerk_travel = 20 +layer_height_0 = 0.2 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 prime_tower_enable = False skin_overlap = 10 -speed_print = 50 speed_layer_0 = =math.ceil(speed_print * 20 / 50) +speed_print = 50 speed_topbottom = =math.ceil(speed_print * 35 / 50) speed_wall = =math.ceil(speed_print * 35 / 50) top_bottom_thickness = 1 wall_thickness = 1 -jerk_travel = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) -layer_height_0 = 0.2 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_PLA_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PLA_Normal_Quality.inst.cfg index 57ba006c79..dcb263cefe 100644 --- a/resources/quality/liquid/liquid_vo0.4_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PLA_Normal_Quality.inst.cfg @@ -1,20 +1,23 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = VO 0.4 +weight = 0 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +jerk_travel = 20 +layer_height_0 = 0.2 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 @@ -24,6 +27,3 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 70) top_bottom_thickness = 1 wall_thickness = 1 -jerk_travel = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) -layer_height_0 = 0.2 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.4_PP_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PP_Draft_Print.inst.cfg index 3d2d6d8521..53fe71bf15 100644 --- a/resources/quality/liquid/liquid_vo0.4_PP_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = VO 0.4 +weight = -2 [values] acceleration_enabled = True @@ -59,3 +59,4 @@ switch_extruder_retraction_speeds = 35 wall_0_inset = 0 wall_line_width_x = =line_width wall_thickness = =line_width * 3 + diff --git a/resources/quality/liquid/liquid_vo0.4_PP_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PP_Fast_Print.inst.cfg index d8afd5b4a6..9e38c03a7f 100644 --- a/resources/quality/liquid/liquid_vo0.4_PP_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PP_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +material = generic_pp +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pp variant = VO 0.4 +weight = -1 [values] acceleration_enabled = True @@ -49,7 +49,6 @@ retraction_prime_speed = 18 speed_layer_0 = =math.ceil(speed_print * 15 / 25) speed_print = 25 speed_topbottom = =math.ceil(speed_print * 25 / 25) - speed_travel_layer_0 = 50 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 25) @@ -61,3 +60,4 @@ top_bottom_thickness = 1.1 wall_0_inset = 0 wall_line_width_x = =line_width wall_thickness = =line_width * 3 + diff --git a/resources/quality/liquid/liquid_vo0.4_PP_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_PP_Normal_Quality.inst.cfg index d0f94a4c53..5163a5e947 100644 --- a/resources/quality/liquid/liquid_vo0.4_PP_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_PP_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = VO 0.4 +weight = 0 [values] acceleration_enabled = True @@ -49,7 +49,6 @@ retraction_prime_speed = 18 speed_layer_0 = =math.ceil(speed_print * 15 / 25) speed_print = 25 speed_topbottom = =math.ceil(speed_print * 25 / 25) - speed_travel_layer_0 = 50 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 25) @@ -61,3 +60,4 @@ top_bottom_thickness = 1 wall_0_inset = 0 wall_line_width_x = =line_width wall_thickness = =line_width * 3 + diff --git a/resources/quality/liquid/liquid_vo0.4_TPU_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_TPU_Draft_Print.inst.cfg index 9b1969266e..48afd85244 100644 --- a/resources/quality/liquid/liquid_vo0.4_TPU_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_TPU_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tpu variant = VO 0.4 +weight = -2 [values] acceleration_enabled = True @@ -48,7 +48,6 @@ skin_overlap = 5 speed_layer_0 = =math.ceil(speed_print * 18 / 25) speed_print = 25 speed_topbottom = =math.ceil(speed_print * 25 / 25) - speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 25) support_angle = 50 @@ -60,3 +59,4 @@ travel_avoid_distance = 1.5 wall_0_inset = 0 wall_line_width_x = =line_width wall_thickness = 0.76 + diff --git a/resources/quality/liquid/liquid_vo0.4_TPU_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.4_TPU_Fast_Print.inst.cfg index cd61d4efc9..e85d3364cb 100644 --- a/resources/quality/liquid/liquid_vo0.4_TPU_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_TPU_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +material = generic_tpu +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tpu variant = VO 0.4 +weight = -1 [values] acceleration_enabled = True @@ -48,7 +48,6 @@ skin_overlap = 5 speed_layer_0 = =math.ceil(speed_print * 18 / 25) speed_print = 25 speed_topbottom = =math.ceil(speed_print * 25 / 25) - speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 25) support_angle = 50 diff --git a/resources/quality/liquid/liquid_vo0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/liquid/liquid_vo0.4_TPU_Normal_Quality.inst.cfg index fe233e4222..ea03856b51 100644 --- a/resources/quality/liquid/liquid_vo0.4_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.4_TPU_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = liquid +name = Fine +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tpu variant = VO 0.4 +weight = 0 [values] acceleration_enabled = True @@ -47,7 +47,6 @@ skin_overlap = 5 speed_layer_0 = =math.ceil(speed_print * 18 / 25) speed_print = 25 speed_topbottom = =math.ceil(speed_print * 25 / 25) - speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 25) support_angle = 50 diff --git a/resources/quality/liquid/liquid_vo0.6_CFFCPE_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.6_CFFCPE_Draft_Print.inst.cfg index 2d029aac50..003711cd38 100644 --- a/resources/quality/liquid/liquid_vo0.6_CFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.6_CFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_cffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffcpe variant = VO 0.6 +weight = -2 [values] adhesion_type = skirt @@ -29,3 +29,4 @@ support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 wall_line_width_x = =line_width + diff --git a/resources/quality/liquid/liquid_vo0.6_CFFPA_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.6_CFFPA_Draft_Print.inst.cfg index 3bb3b3f216..ad8567aa26 100644 --- a/resources/quality/liquid/liquid_vo0.6_CFFPA_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.6_CFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_cffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffpa variant = VO 0.6 +weight = -2 [values] adhesion_type = skirt @@ -29,3 +29,4 @@ support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 wall_line_width_x = =line_width + diff --git a/resources/quality/liquid/liquid_vo0.6_GFFCPE_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.6_GFFCPE_Draft_Print.inst.cfg index 48faaa65e1..92b1bc6255 100644 --- a/resources/quality/liquid/liquid_vo0.6_GFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.6_GFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_gffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffcpe variant = VO 0.6 +weight = -2 [values] adhesion_type = brim @@ -29,3 +29,4 @@ support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 wall_line_width_x = =line_width + diff --git a/resources/quality/liquid/liquid_vo0.6_GFFPA_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.6_GFFPA_Draft_Print.inst.cfg index a6a52fb04d..0cd31f32ee 100644 --- a/resources/quality/liquid/liquid_vo0.6_GFFPA_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.6_GFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_gffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffpa variant = VO 0.6 +weight = -2 [values] adhesion_type = brim @@ -29,3 +29,4 @@ support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 wall_line_width_x = =line_width + diff --git a/resources/quality/liquid/liquid_vo0.6_PETG_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.6_PETG_Draft_Print.inst.cfg index 0b72c825e1..6635cc36cb 100644 --- a/resources/quality/liquid/liquid_vo0.6_PETG_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.6_PETG_Draft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +is_experimental = True +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -3 -material = generic_petg variant = VO 0.6 -is_experimental = True +weight = -3 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -31,8 +31,8 @@ retract_at_layer_change = False speed_print = 45 speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_pattern = ='triangles' @@ -41,3 +41,4 @@ top_bottom_thickness = =layer_height * 4 wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x + diff --git a/resources/quality/liquid/liquid_vo0.6_PETG_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.6_PETG_Fast_Print.inst.cfg index a404cdc16b..991bf8a242 100644 --- a/resources/quality/liquid/liquid_vo0.6_PETG_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.6_PETG_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +is_experimental = True +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -2 -material = generic_petg variant = VO 0.6 -is_experimental = True +weight = -2 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -31,8 +31,8 @@ retract_at_layer_change = False speed_print = 45 speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_pattern = ='triangles' @@ -41,3 +41,4 @@ top_bottom_thickness = =layer_height * 4 wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x + diff --git a/resources/quality/liquid/liquid_vo0.6_PLA_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.6_PLA_Draft_Print.inst.cfg index 8e7e4effdb..3dd57ef0d8 100644 --- a/resources/quality/liquid/liquid_vo0.6_PLA_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.6_PLA_Draft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -3 -material = generic_pla variant = VO 0.6 -is_experimental = True +weight = -3 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -31,8 +31,8 @@ retract_at_layer_change = False speed_print = 45 speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_pattern = ='triangles' @@ -41,3 +41,4 @@ top_bottom_thickness = =layer_height * 4 wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x + diff --git a/resources/quality/liquid/liquid_vo0.6_PLA_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.6_PLA_Fast_Print.inst.cfg index 290d1fe6c9..13966c1b19 100644 --- a/resources/quality/liquid/liquid_vo0.6_PLA_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.6_PLA_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Normal definition = liquid +name = Normal +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -2 -material = generic_pla variant = VO 0.6 -is_experimental = True +weight = -2 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -31,8 +31,8 @@ retract_at_layer_change = False speed_print = 45 speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_pattern = ='triangles' @@ -41,3 +41,4 @@ top_bottom_thickness = =layer_height * 4 wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x + diff --git a/resources/quality/liquid/liquid_vo0.8_ABS_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_ABS_Draft_Print.inst.cfg index fe5802a25f..55da51dabd 100644 --- a/resources/quality/liquid/liquid_vo0.8_ABS_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_ABS_Draft_Print.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = VO 0.8 +weight = -2 [values] line_width = =machine_nozzle_size * 0.875 material_print_temperature = =default_material_print_temperature + 20 material_standby_temperature = 100 +retract_at_layer_change = False speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -retract_at_layer_change = False + diff --git a/resources/quality/liquid/liquid_vo0.8_ABS_Superdraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_ABS_Superdraft_Print.inst.cfg index d9c7ac25b1..ea9fac453f 100644 --- a/resources/quality/liquid/liquid_vo0.8_ABS_Superdraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_ABS_Superdraft_Print.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Sprint definition = liquid +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_abs variant = VO 0.8 +weight = -4 [values] line_width = =machine_nozzle_size * 0.875 material_print_temperature = =default_material_print_temperature + 25 material_standby_temperature = 100 +retract_at_layer_change = False speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -retract_at_layer_change = False + diff --git a/resources/quality/liquid/liquid_vo0.8_ABS_Verydraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_ABS_Verydraft_Print.inst.cfg index 79cf8b496d..2d9dbf99e9 100644 --- a/resources/quality/liquid/liquid_vo0.8_ABS_Verydraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_ABS_Verydraft_Print.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Extra Fast definition = liquid +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_abs variant = VO 0.8 +weight = -3 [values] line_width = =machine_nozzle_size * 0.875 material_print_temperature = =default_material_print_temperature + 22 material_standby_temperature = 100 +retract_at_layer_change = False speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -retract_at_layer_change = False + diff --git a/resources/quality/liquid/liquid_vo0.8_CPE_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_CPE_Draft_Print.inst.cfg index f4b258a4ee..17dd636e06 100644 --- a/resources/quality/liquid/liquid_vo0.8_CPE_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_CPE_Draft_Print.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe variant = VO 0.8 +weight = -2 [values] brim_width = 15 +jerk_travel = 20 line_width = =machine_nozzle_size * 0.875 material_print_temperature = =default_material_print_temperature + 15 material_standby_temperature = 100 @@ -22,4 +23,3 @@ speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) -jerk_travel = 20 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.8_CPE_Superdraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_CPE_Superdraft_Print.inst.cfg index 70aa171e5b..cc06c11014 100644 --- a/resources/quality/liquid/liquid_vo0.8_CPE_Superdraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_CPE_Superdraft_Print.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Sprint definition = liquid +name = Sprint +version = 4 [metadata] +material = generic_cpe +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_cpe variant = VO 0.8 +weight = -4 [values] brim_width = 15 +jerk_travel = 20 line_width = =machine_nozzle_size * 0.875 material_print_temperature = =default_material_print_temperature + 20 material_standby_temperature = 100 @@ -23,4 +24,3 @@ speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -jerk_travel = 20 \ No newline at end of file diff --git a/resources/quality/liquid/liquid_vo0.8_CPE_Verydraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_CPE_Verydraft_Print.inst.cfg index 4c4950c4a1..e34aad6bfe 100644 --- a/resources/quality/liquid/liquid_vo0.8_CPE_Verydraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_CPE_Verydraft_Print.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Extra Fast definition = liquid +name = Extra Fast +version = 4 [metadata] +material = generic_cpe +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_cpe variant = VO 0.8 +weight = -3 [values] brim_width = 15 +jerk_travel = 20 line_width = =machine_nozzle_size * 0.875 material_print_temperature = =default_material_print_temperature + 17 material_standby_temperature = 100 @@ -22,4 +23,3 @@ speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) -jerk_travel = 20 diff --git a/resources/quality/liquid/liquid_vo0.8_Nylon_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_Nylon_Draft_Print.inst.cfg index 250f56436e..40d3def10b 100644 --- a/resources/quality/liquid/liquid_vo0.8_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_Nylon_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_nylon variant = VO 0.8 +weight = -2 [values] brim_width = 5.6 @@ -33,3 +33,4 @@ support_xy_distance = =wall_line_width_0 * 1.5 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/liquid/liquid_vo0.8_Nylon_Superdraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_Nylon_Superdraft_Print.inst.cfg index b5ab20871a..3263c0f0a3 100644 --- a/resources/quality/liquid/liquid_vo0.8_Nylon_Superdraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_Nylon_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = liquid +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_nylon variant = VO 0.8 +weight = -4 [values] brim_width = 5.6 @@ -33,3 +33,4 @@ support_xy_distance = =wall_line_width_0 * 1.5 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/liquid/liquid_vo0.8_Nylon_Verydraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_Nylon_Verydraft_Print.inst.cfg index 369a81c674..9ced2d8e13 100644 --- a/resources/quality/liquid/liquid_vo0.8_Nylon_Verydraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_Nylon_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = liquid +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_nylon variant = VO 0.8 +weight = -3 [values] brim_width = 5.6 @@ -33,3 +33,4 @@ support_xy_distance = =wall_line_width_0 * 1.5 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/liquid/liquid_vo0.8_PC_Fast_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PC_Fast_Print.inst.cfg index 4add029aa1..a4ac2f0fe6 100644 --- a/resources/quality/liquid/liquid_vo0.8_PC_Fast_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PC_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast - Experimental definition = liquid +name = Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pc variant = VO 0.8 -is_experimental = True +weight = -2 [values] brim_width = 14 @@ -30,3 +30,4 @@ speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) support_line_width = =round(line_width * 0.6 / 0.7, 2) + diff --git a/resources/quality/liquid/liquid_vo0.8_PC_Superdraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PC_Superdraft_Print.inst.cfg index d38bad5748..1ed974d8ac 100644 --- a/resources/quality/liquid/liquid_vo0.8_PC_Superdraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PC_Superdraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Sprint - Experimental definition = liquid +name = Sprint - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pc variant = VO 0.8 -is_experimental = True +weight = -4 [values] brim_width = 14 @@ -29,3 +29,4 @@ speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) support_line_width = =round(line_width * 0.6 / 0.7, 2) + diff --git a/resources/quality/liquid/liquid_vo0.8_PC_Verydraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PC_Verydraft_Print.inst.cfg index d2a2f5833e..b51c42d9c4 100644 --- a/resources/quality/liquid/liquid_vo0.8_PC_Verydraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PC_Verydraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = liquid +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pc variant = VO 0.8 -is_experimental = True +weight = -3 [values] brim_width = 14 @@ -30,3 +30,4 @@ speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) support_line_width = =round(line_width * 0.6 / 0.7, 2) + diff --git a/resources/quality/liquid/liquid_vo0.8_PETG_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PETG_Draft_Print.inst.cfg index d937f462f3..a686b526e1 100644 --- a/resources/quality/liquid/liquid_vo0.8_PETG_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PETG_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = VO 0.8 +weight = -2 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -17,6 +17,8 @@ cool_fan_speed_max = =100 cool_min_speed = 2 gradual_infill_step_height = =3 * layer_height infill_line_width = =round(line_width * 0.65 / 0.75, 2) +infill_sparse_density = 15 +layer_height_0 = 0.4 line_width = =machine_nozzle_size * 0.9375 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 @@ -24,6 +26,12 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 prime_tower_enable = True +retract_at_layer_change = False +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_xy_distance = =wall_line_width_0 * 1.5 @@ -32,11 +40,3 @@ wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x -retract_at_layer_change = False -speed_print = 45 -speed_topbottom = =math.ceil(speed_print * 35 / 45) -speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall -speed_wall_0 = =math.ceil(speed_wall * 35 / 40) -infill_sparse_density = 15 -layer_height_0 = 0.4 diff --git a/resources/quality/liquid/liquid_vo0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PETG_Superdraft_Print.inst.cfg index 2fc973a474..e49ff3abe4 100644 --- a/resources/quality/liquid/liquid_vo0.8_PETG_Superdraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PETG_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = liquid +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_petg variant = VO 0.8 +weight = -4 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -17,6 +17,8 @@ cool_fan_speed_max = =100 cool_min_speed = 2 gradual_infill_step_height = =3 * layer_height infill_line_width = =round(line_width * 0.65 / 0.75, 2) +infill_sparse_density = 15 +layer_height_0 = 0.4 line_width = =machine_nozzle_size * 0.9375 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 @@ -25,6 +27,12 @@ material_initial_print_temperature = =max(-273.15, material_print_temperature - material_print_temperature = =default_material_print_temperature + 15 prime_tower_enable = True raft_margin = 10 +retract_at_layer_change = False +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_xy_distance = =wall_line_width_0 * 1.5 @@ -32,11 +40,4 @@ top_bottom_thickness = =layer_height * 4 wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x -retract_at_layer_change = False -speed_print = 45 -speed_topbottom = =math.ceil(speed_print * 35 / 45) -speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall -speed_wall_0 = =math.ceil(speed_wall * 35 / 40) -infill_sparse_density = 15 -layer_height_0 = 0.4 + diff --git a/resources/quality/liquid/liquid_vo0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PETG_Verydraft_Print.inst.cfg index 72e4629575..b85601a3b7 100644 --- a/resources/quality/liquid/liquid_vo0.8_PETG_Verydraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PETG_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = liquid +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_petg variant = VO 0.8 +weight = -3 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -17,6 +17,8 @@ cool_fan_speed_max = =100 cool_min_speed = 2 gradual_infill_step_height = =3 * layer_height infill_line_width = =round(line_width * 0.65 / 0.75, 2) +infill_sparse_density = 15 +layer_height_0 = 0.4 line_width = =machine_nozzle_size * 0.9375 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 @@ -24,6 +26,12 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 prime_tower_enable = True +retract_at_layer_change = False +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_xy_distance = =wall_line_width_0 * 1.5 @@ -31,11 +39,4 @@ top_bottom_thickness = =layer_height * 4 wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x -retract_at_layer_change = False -speed_print = 45 -speed_topbottom = =math.ceil(speed_print * 35 / 45) -speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall -speed_wall_0 = =math.ceil(speed_wall * 35 / 40) -infill_sparse_density = 15 -layer_height_0 = 0.4 + diff --git a/resources/quality/liquid/liquid_vo0.8_PLA_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PLA_Draft_Print.inst.cfg index e022304ad9..f2720fc62b 100644 --- a/resources/quality/liquid/liquid_vo0.8_PLA_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = VO 0.8 +weight = -2 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -17,6 +17,8 @@ cool_fan_speed_max = =100 cool_min_speed = 2 gradual_infill_step_height = =3 * layer_height infill_line_width = =round(line_width * 0.65 / 0.75, 2) +infill_sparse_density = 15 +layer_height_0 = 0.4 line_width = =machine_nozzle_size * 0.9375 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 @@ -24,6 +26,12 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 prime_tower_enable = True +retract_at_layer_change = False +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_xy_distance = =wall_line_width_0 * 1.5 @@ -32,11 +40,3 @@ wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x -retract_at_layer_change = False -speed_print = 45 -speed_topbottom = =math.ceil(speed_print * 35 / 45) -speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall -speed_wall_0 = =math.ceil(speed_wall * 35 / 40) -infill_sparse_density = 15 -layer_height_0 = 0.4 diff --git a/resources/quality/liquid/liquid_vo0.8_PLA_Superdraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PLA_Superdraft_Print.inst.cfg index b480b737fa..10fab63709 100644 --- a/resources/quality/liquid/liquid_vo0.8_PLA_Superdraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PLA_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = liquid +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pla variant = VO 0.8 +weight = -4 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -17,6 +17,8 @@ cool_fan_speed_max = =100 cool_min_speed = 2 gradual_infill_step_height = =3 * layer_height infill_line_width = =round(line_width * 0.65 / 0.75, 2) +infill_sparse_density = 15 +layer_height_0 = 0.4 line_width = =machine_nozzle_size * 0.9375 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 @@ -25,6 +27,12 @@ material_initial_print_temperature = =max(-273.15, material_print_temperature - material_print_temperature = =default_material_print_temperature + 15 prime_tower_enable = True raft_margin = 10 +retract_at_layer_change = False +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_xy_distance = =wall_line_width_0 * 1.5 @@ -32,11 +40,4 @@ top_bottom_thickness = =layer_height * 4 wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x -retract_at_layer_change = False -speed_print = 45 -speed_topbottom = =math.ceil(speed_print * 35 / 45) -speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall -speed_wall_0 = =math.ceil(speed_wall * 35 / 40) -infill_sparse_density = 15 -layer_height_0 = 0.4 + diff --git a/resources/quality/liquid/liquid_vo0.8_PLA_Verydraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PLA_Verydraft_Print.inst.cfg index 93c718cc0f..597f174478 100644 --- a/resources/quality/liquid/liquid_vo0.8_PLA_Verydraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PLA_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = liquid +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pla variant = VO 0.8 +weight = -3 [values] cool_fan_full_at_height = =layer_height_0 + 2 * layer_height @@ -17,6 +17,8 @@ cool_fan_speed_max = =100 cool_min_speed = 2 gradual_infill_step_height = =3 * layer_height infill_line_width = =round(line_width * 0.65 / 0.75, 2) +infill_sparse_density = 15 +layer_height_0 = 0.4 line_width = =machine_nozzle_size * 0.9375 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 @@ -24,6 +26,12 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 prime_tower_enable = True +retract_at_layer_change = False +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 support_line_width = =line_width * 0.75 support_xy_distance = =wall_line_width_0 * 1.5 @@ -31,11 +39,4 @@ top_bottom_thickness = =layer_height * 4 wall_line_width = =round(line_width * 0.75 / 0.75, 2) wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2) wall_thickness = =wall_line_width_0 + wall_line_width_x -retract_at_layer_change = False -speed_print = 45 -speed_topbottom = =math.ceil(speed_print * 35 / 45) -speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall -speed_wall_0 = =math.ceil(speed_wall * 35 / 40) -infill_sparse_density = 15 -layer_height_0 = 0.4 + diff --git a/resources/quality/liquid/liquid_vo0.8_PP_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PP_Draft_Print.inst.cfg index 69d2e67de1..3a504af58d 100644 --- a/resources/quality/liquid/liquid_vo0.8_PP_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PP_Draft_Print.inst.cfg @@ -1,21 +1,20 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = VO 0.8 +weight = -2 [values] brim_width = 25 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 17 -top_skin_expand_distance = =line_width * 2 infill_before_walls = True infill_line_width = =round(line_width * 0.7 / 0.8, 2) infill_pattern = tetrahedral @@ -37,7 +36,6 @@ retraction_hop = 0.5 retraction_min_travel = 1.5 retraction_prime_speed = 15 skin_line_width = =round(line_width * 0.78 / 0.8, 2) - speed_wall_x = =math.ceil(speed_wall * 30 / 30) support_bottom_distance = =support_z_distance support_line_width = =round(line_width * 0.7 / 0.8, 2) @@ -46,6 +44,8 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 +top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 wall_line_width_x = =round(line_width * 0.8 / 0.8, 2) wall_thickness = 1.6 + diff --git a/resources/quality/liquid/liquid_vo0.8_PP_Superdraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PP_Superdraft_Print.inst.cfg index b2388332fa..383b26542c 100644 --- a/resources/quality/liquid/liquid_vo0.8_PP_Superdraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PP_Superdraft_Print.inst.cfg @@ -1,21 +1,20 @@ [general] -version = 4 -name = Sprint definition = liquid +name = Sprint +version = 4 [metadata] +material = generic_pp +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pp variant = VO 0.8 +weight = -4 [values] brim_width = 25 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 17 -top_skin_expand_distance = =line_width * 2 infill_before_walls = True infill_line_width = =round(line_width * 0.7 / 0.8, 2) infill_pattern = tetrahedral @@ -37,7 +36,6 @@ retraction_hop = 0.5 retraction_min_travel = 1.5 retraction_prime_speed = 15 skin_line_width = =round(line_width * 0.78 / 0.8, 2) - speed_wall_x = =math.ceil(speed_wall * 30 / 30) support_bottom_distance = =support_z_distance support_line_width = =round(line_width * 0.7 / 0.8, 2) @@ -46,6 +44,8 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 +top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 wall_line_width_x = =round(line_width * 0.8 / 0.8, 2) wall_thickness = 1.6 + diff --git a/resources/quality/liquid/liquid_vo0.8_PP_Verydraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_PP_Verydraft_Print.inst.cfg index 9e7babac08..8e4d943f5b 100644 --- a/resources/quality/liquid/liquid_vo0.8_PP_Verydraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_PP_Verydraft_Print.inst.cfg @@ -1,21 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = liquid +name = Extra Fast +version = 4 [metadata] +material = generic_pp +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pp variant = VO 0.8 +weight = -3 [values] brim_width = 25 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 17 -top_skin_expand_distance = =line_width * 2 infill_before_walls = True infill_line_width = =round(line_width * 0.7 / 0.8, 2) infill_pattern = tetrahedral @@ -36,7 +35,6 @@ retraction_hop = 0.5 retraction_min_travel = 1.5 retraction_prime_speed = 15 skin_line_width = =round(line_width * 0.78 / 0.8, 2) - speed_wall_x = =math.ceil(speed_wall * 30 / 30) support_bottom_distance = =support_z_distance support_line_width = =round(line_width * 0.7 / 0.8, 2) @@ -45,6 +43,8 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 +top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 wall_line_width_x = =round(line_width * 0.8 / 0.8, 2) wall_thickness = 1.6 + diff --git a/resources/quality/liquid/liquid_vo0.8_TPU_Draft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_TPU_Draft_Print.inst.cfg index 5182f97446..fc15416bb3 100644 --- a/resources/quality/liquid/liquid_vo0.8_TPU_Draft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_TPU_Draft_Print.inst.cfg @@ -1,25 +1,25 @@ [general] -version = 4 -name = Fast definition = liquid +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tpu variant = VO 0.8 +weight = -2 [values] brim_width = 8.75 cool_min_layer_time_fan_speed_max = 6 -top_skin_expand_distance = =line_width * 2 infill_before_walls = True infill_line_width = =round(line_width * 0.7 / 0.8, 2) infill_pattern = cross_3d jerk_prime_tower = =math.ceil(jerk_print * 25 / 15) jerk_support = =math.ceil(jerk_print * 25 / 15) +jerk_travel = 20 jerk_wall_0 = =math.ceil(jerk_wall * 15 / 15) machine_nozzle_cool_down_speed = 0.5 machine_nozzle_heat_up_speed = 2.5 @@ -42,7 +42,6 @@ retraction_prime_speed = 15 skin_line_width = =round(line_width * 0.78 / 0.8, 2) speed_print = 30 speed_topbottom = =math.ceil(speed_print * 25 / 30) - speed_wall = =math.ceil(speed_print * 30 / 30) speed_wall_x = =math.ceil(speed_wall * 30 / 30) support_angle = 50 @@ -53,9 +52,9 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 +top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 wall_line_width_x = =round(line_width * 0.6 / 0.8, 2) wall_thickness = 1.3 -jerk_travel = 20 diff --git a/resources/quality/liquid/liquid_vo0.8_TPU_Superdraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_TPU_Superdraft_Print.inst.cfg index 430fce9b9a..2c3347a011 100644 --- a/resources/quality/liquid/liquid_vo0.8_TPU_Superdraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_TPU_Superdraft_Print.inst.cfg @@ -1,26 +1,26 @@ [general] -version = 4 -name = Sprint definition = liquid +name = Sprint +version = 4 [metadata] +material = generic_tpu +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_tpu variant = VO 0.8 +weight = -4 [values] brim_width = 8.75 cool_min_layer_time_fan_speed_max = 6 -top_skin_expand_distance = =line_width * 2 infill_before_walls = True infill_line_width = =round(line_width * 0.7 / 0.8, 2) infill_pattern = cross_3d infill_sparse_density = 10 jerk_prime_tower = =math.ceil(jerk_print * 25 / 15) jerk_support = =math.ceil(jerk_print * 25 / 15) +jerk_travel = 20 jerk_wall_0 = =math.ceil(jerk_wall * 15 / 15) machine_nozzle_cool_down_speed = 0.5 machine_nozzle_heat_up_speed = 2.5 @@ -43,7 +43,6 @@ retraction_prime_speed = 15 skin_line_width = =round(line_width * 0.78 / 0.8, 2) speed_print = 30 speed_topbottom = =math.ceil(speed_print * 20 / 30) - speed_wall = =math.ceil(speed_print * 30 / 30) speed_wall_x = =math.ceil(speed_wall * 30 / 30) support_angle = 50 @@ -54,9 +53,9 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 +top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 wall_line_width_x = =round(line_width * 0.6 / 0.8, 2) wall_thickness = 1.3 -jerk_travel = 20 diff --git a/resources/quality/liquid/liquid_vo0.8_TPU_Verydraft_Print.inst.cfg b/resources/quality/liquid/liquid_vo0.8_TPU_Verydraft_Print.inst.cfg index d6ec2a09d6..43573551ae 100644 --- a/resources/quality/liquid/liquid_vo0.8_TPU_Verydraft_Print.inst.cfg +++ b/resources/quality/liquid/liquid_vo0.8_TPU_Verydraft_Print.inst.cfg @@ -1,26 +1,26 @@ [general] -version = 4 -name = Extra Fast definition = liquid +name = Extra Fast +version = 4 [metadata] +material = generic_tpu +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tpu variant = VO 0.8 +weight = -3 [values] brim_width = 8.75 cool_min_layer_time_fan_speed_max = 6 -top_skin_expand_distance = =line_width * 2 infill_before_walls = True infill_line_width = =round(line_width * 0.7 / 0.8, 2) infill_pattern = cross_3d infill_sparse_density = 10 jerk_prime_tower = =math.ceil(jerk_print * 25 / 15) jerk_support = =math.ceil(jerk_print * 25 / 15) +jerk_travel = 20 jerk_wall_0 = =math.ceil(jerk_wall * 15 / 15) machine_nozzle_cool_down_speed = 0.5 machine_nozzle_heat_up_speed = 2.5 @@ -42,7 +42,6 @@ retraction_prime_speed = 15 skin_line_width = =round(line_width * 0.78 / 0.8, 2) speed_print = 30 speed_topbottom = =math.ceil(speed_print * 23 / 30) - speed_wall = =math.ceil(speed_print * 30 / 30) speed_wall_x = =math.ceil(speed_wall * 30 / 30) support_angle = 50 @@ -53,9 +52,9 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 +top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 wall_line_width_x = =round(line_width * 0.6 / 0.8, 2) wall_thickness = 1.3 -jerk_travel = 20 diff --git a/resources/quality/longer/ABS/longer_0.4_ABS_adaptive.inst.cfg b/resources/quality/longer/ABS/longer_0.4_ABS_adaptive.inst.cfg index 0f5a71dd15..c42c59ba22 100644 --- a/resources/quality/longer/ABS/longer_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/longer/ABS/longer_0.4_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = longer_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/longer/ABS/longer_0.4_ABS_low.inst.cfg b/resources/quality/longer/ABS/longer_0.4_ABS_low.inst.cfg index e1d1e550ee..5a456d4d83 100644 --- a/resources/quality/longer/ABS/longer_0.4_ABS_low.inst.cfg +++ b/resources/quality/longer/ABS/longer_0.4_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = longer_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/longer/ABS/longer_0.4_ABS_standard.inst.cfg b/resources/quality/longer/ABS/longer_0.4_ABS_standard.inst.cfg index 24c3a99de9..d35967e3fc 100644 --- a/resources/quality/longer/ABS/longer_0.4_ABS_standard.inst.cfg +++ b/resources/quality/longer/ABS/longer_0.4_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = longer_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/longer/ABS/longer_0.4_ABS_super.inst.cfg b/resources/quality/longer/ABS/longer_0.4_ABS_super.inst.cfg index d442802860..51f65b548d 100644 --- a/resources/quality/longer/ABS/longer_0.4_ABS_super.inst.cfg +++ b/resources/quality/longer/ABS/longer_0.4_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = longer_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/longer/PETG/longer_0.4_PETG_adaptive.inst.cfg b/resources/quality/longer/PETG/longer_0.4_PETG_adaptive.inst.cfg index 6907e4ceeb..92336f9dc2 100644 --- a/resources/quality/longer/PETG/longer_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/longer/PETG/longer_0.4_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = longer_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/longer/PETG/longer_0.4_PETG_low.inst.cfg b/resources/quality/longer/PETG/longer_0.4_PETG_low.inst.cfg index 2b54a084c7..0a5c7060b7 100644 --- a/resources/quality/longer/PETG/longer_0.4_PETG_low.inst.cfg +++ b/resources/quality/longer/PETG/longer_0.4_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = longer_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/longer/PETG/longer_0.4_PETG_standard.inst.cfg b/resources/quality/longer/PETG/longer_0.4_PETG_standard.inst.cfg index 305f1ed66d..d672e8e80d 100644 --- a/resources/quality/longer/PETG/longer_0.4_PETG_standard.inst.cfg +++ b/resources/quality/longer/PETG/longer_0.4_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = longer_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/longer/PETG/longer_0.4_PETG_super.inst.cfg b/resources/quality/longer/PETG/longer_0.4_PETG_super.inst.cfg index 143898a48c..74f03b15cd 100644 --- a/resources/quality/longer/PETG/longer_0.4_PETG_super.inst.cfg +++ b/resources/quality/longer/PETG/longer_0.4_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = longer_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/longer/PLA/longer_0.4_PLA_adaptive.inst.cfg b/resources/quality/longer/PLA/longer_0.4_PLA_adaptive.inst.cfg index d46c54fab6..72c9bdb07c 100644 --- a/resources/quality/longer/PLA/longer_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/longer/PLA/longer_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = longer_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/longer/PLA/longer_0.4_PLA_low.inst.cfg b/resources/quality/longer/PLA/longer_0.4_PLA_low.inst.cfg index 90ce5c57c5..05dd3dfd9a 100644 --- a/resources/quality/longer/PLA/longer_0.4_PLA_low.inst.cfg +++ b/resources/quality/longer/PLA/longer_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = longer_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/longer/PLA/longer_0.4_PLA_standard.inst.cfg b/resources/quality/longer/PLA/longer_0.4_PLA_standard.inst.cfg index 559ba90d4b..f32ce760e1 100644 --- a/resources/quality/longer/PLA/longer_0.4_PLA_standard.inst.cfg +++ b/resources/quality/longer/PLA/longer_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = longer_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/longer/PLA/longer_0.4_PLA_super.inst.cfg b/resources/quality/longer/PLA/longer_0.4_PLA_super.inst.cfg index c02157c342..5f8908d721 100644 --- a/resources/quality/longer/PLA/longer_0.4_PLA_super.inst.cfg +++ b/resources/quality/longer/PLA/longer_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = longer_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/longer/TPU/longer_0.4_TPU_adaptive.inst.cfg b/resources/quality/longer/TPU/longer_0.4_TPU_adaptive.inst.cfg index 0f70a2255c..a7023b3bd2 100644 --- a/resources/quality/longer/TPU/longer_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/longer/TPU/longer_0.4_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = longer_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/longer/TPU/longer_0.4_TPU_standard.inst.cfg b/resources/quality/longer/TPU/longer_0.4_TPU_standard.inst.cfg index 193b0ea940..4c1be2b603 100644 --- a/resources/quality/longer/TPU/longer_0.4_TPU_standard.inst.cfg +++ b/resources/quality/longer/TPU/longer_0.4_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = longer_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/longer/TPU/longer_0.4_TPU_super.inst.cfg b/resources/quality/longer/TPU/longer_0.4_TPU_super.inst.cfg index c91b16a21e..9eaa3cc109 100644 --- a/resources/quality/longer/TPU/longer_0.4_TPU_super.inst.cfg +++ b/resources/quality/longer/TPU/longer_0.4_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = longer_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/longer/longer_global_adaptive.inst.cfg b/resources/quality/longer/longer_global_adaptive.inst.cfg index adb36960f7..be5e161688 100644 --- a/resources/quality/longer/longer_global_adaptive.inst.cfg +++ b/resources/quality/longer/longer_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = longer_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/longer/longer_global_draft.inst.cfg b/resources/quality/longer/longer_global_draft.inst.cfg index e0eebdef16..17e8d5d337 100644 --- a/resources/quality/longer/longer_global_draft.inst.cfg +++ b/resources/quality/longer/longer_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = longer_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/longer/longer_global_low.inst.cfg b/resources/quality/longer/longer_global_low.inst.cfg index 12f79f089e..9fb6042fec 100644 --- a/resources/quality/longer/longer_global_low.inst.cfg +++ b/resources/quality/longer/longer_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = longer_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/longer/longer_global_standard.inst.cfg b/resources/quality/longer/longer_global_standard.inst.cfg index 47e8c3ee00..ed98ba78b7 100644 --- a/resources/quality/longer/longer_global_standard.inst.cfg +++ b/resources/quality/longer/longer_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = longer_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/longer/longer_global_super.inst.cfg b/resources/quality/longer/longer_global_super.inst.cfg index 8d39e4fa0f..d64cd3dac0 100644 --- a/resources/quality/longer/longer_global_super.inst.cfg +++ b/resources/quality/longer/longer_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = longer_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/longer/longer_global_ultra.inst.cfg b/resources/quality/longer/longer_global_ultra.inst.cfg index ce76293bea..675bccbd23 100644 --- a/resources/quality/longer/longer_global_ultra.inst.cfg +++ b/resources/quality/longer/longer_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = longer_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/makeblock/makeblock_mcreate_pla_normal.inst.cfg b/resources/quality/makeblock/makeblock_mcreate_pla_normal.inst.cfg index fd23af15a1..21db1f0e90 100644 --- a/resources/quality/makeblock/makeblock_mcreate_pla_normal.inst.cfg +++ b/resources/quality/makeblock/makeblock_mcreate_pla_normal.inst.cfg @@ -1,20 +1,21 @@ [general] -version = 4 -name = Fine definition = makeblock_mcreate +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] +adhesion_type = skirt default_material_print_temperature = 190 -material_initial_print_temperature = 190 material_final_print_temperature = 185 material_flow = 94 +material_initial_print_temperature = 190 retraction_speed = 55 skirt_line_count = 2 -adhesion_type = skirt + diff --git a/resources/quality/malyan_m200/abs/malyan_m200_abs_draft.inst.cfg b/resources/quality/malyan_m200/abs/malyan_m200_abs_draft.inst.cfg index c1736a9e3f..56d7999c74 100644 --- a/resources/quality/malyan_m200/abs/malyan_m200_abs_draft.inst.cfg +++ b/resources/quality/malyan_m200/abs/malyan_m200_abs_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast definition = malyan_m200 +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/malyan_m200/abs/malyan_m200_abs_fast.inst.cfg b/resources/quality/malyan_m200/abs/malyan_m200_abs_fast.inst.cfg index 8a5c3e43a7..ca6f73c4f6 100644 --- a/resources/quality/malyan_m200/abs/malyan_m200_abs_fast.inst.cfg +++ b/resources/quality/malyan_m200/abs/malyan_m200_abs_fast.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal definition = malyan_m200 +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/malyan_m200/abs/malyan_m200_abs_high.inst.cfg b/resources/quality/malyan_m200/abs/malyan_m200_abs_high.inst.cfg index b6de1bfcbe..ae1c2c9b2e 100644 --- a/resources/quality/malyan_m200/abs/malyan_m200_abs_high.inst.cfg +++ b/resources/quality/malyan_m200/abs/malyan_m200_abs_high.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Finer definition = malyan_m200 +name = Finer +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/malyan_m200/abs/malyan_m200_abs_normal.inst.cfg b/resources/quality/malyan_m200/abs/malyan_m200_abs_normal.inst.cfg index 7ff2cc5bf5..a5cc61d446 100644 --- a/resources/quality/malyan_m200/abs/malyan_m200_abs_normal.inst.cfg +++ b/resources/quality/malyan_m200/abs/malyan_m200_abs_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine definition = malyan_m200 +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/malyan_m200/abs/malyan_m200_abs_superdraft.inst.cfg b/resources/quality/malyan_m200/abs/malyan_m200_abs_superdraft.inst.cfg index 85ed8e562b..7ae4cfc214 100644 --- a/resources/quality/malyan_m200/abs/malyan_m200_abs_superdraft.inst.cfg +++ b/resources/quality/malyan_m200/abs/malyan_m200_abs_superdraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Lowest Quality Draft definition = malyan_m200 +name = Lowest Quality Draft +version = 4 [metadata] +material = generic_abs +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/malyan_m200/abs/malyan_m200_abs_thickerdraft.inst.cfg b/resources/quality/malyan_m200/abs/malyan_m200_abs_thickerdraft.inst.cfg index d59ba3501b..5faae7cf95 100644 --- a/resources/quality/malyan_m200/abs/malyan_m200_abs_thickerdraft.inst.cfg +++ b/resources/quality/malyan_m200/abs/malyan_m200_abs_thickerdraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft definition = malyan_m200 +name = Draft +version = 4 [metadata] +material = generic_abs +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/malyan_m200/abs/malyan_m200_abs_ultra.inst.cfg b/resources/quality/malyan_m200/abs/malyan_m200_abs_ultra.inst.cfg index baef7c9df8..65759d68ee 100644 --- a/resources/quality/malyan_m200/abs/malyan_m200_abs_ultra.inst.cfg +++ b/resources/quality/malyan_m200/abs/malyan_m200_abs_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Fine definition = malyan_m200 +name = Ultra Fine +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/malyan_m200/abs/malyan_m200_abs_verydraft.inst.cfg b/resources/quality/malyan_m200/abs/malyan_m200_abs_verydraft.inst.cfg index 461b2f5d2e..feab11ed9d 100644 --- a/resources/quality/malyan_m200/abs/malyan_m200_abs_verydraft.inst.cfg +++ b/resources/quality/malyan_m200/abs/malyan_m200_abs_verydraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Detail Draft definition = malyan_m200 +name = Low Detail Draft +version = 4 [metadata] +material = generic_abs +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/malyan_m200/malyan_m200_global_Draft_Quality.inst.cfg b/resources/quality/malyan_m200/malyan_m200_global_Draft_Quality.inst.cfg index 7048d1ee68..23e113fc8a 100644 --- a/resources/quality/malyan_m200/malyan_m200_global_Draft_Quality.inst.cfg +++ b/resources/quality/malyan_m200/malyan_m200_global_Draft_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Fast definition = malyan_m200 +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] -layer_height = 0.21875 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.21875 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/malyan_m200/malyan_m200_global_Fast_Quality.inst.cfg b/resources/quality/malyan_m200/malyan_m200_global_Fast_Quality.inst.cfg index 3058c2aa32..1b40adf07f 100644 --- a/resources/quality/malyan_m200/malyan_m200_global_Fast_Quality.inst.cfg +++ b/resources/quality/malyan_m200/malyan_m200_global_Fast_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Normal definition = malyan_m200 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] -layer_height = 0.175 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.175 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/malyan_m200/malyan_m200_global_High_Quality.inst.cfg b/resources/quality/malyan_m200/malyan_m200_global_High_Quality.inst.cfg index a962f5f791..f6c2d13a7c 100644 --- a/resources/quality/malyan_m200/malyan_m200_global_High_Quality.inst.cfg +++ b/resources/quality/malyan_m200/malyan_m200_global_High_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Finer definition = malyan_m200 +name = Finer +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.0875 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.0875 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/malyan_m200/malyan_m200_global_Normal_Quality.inst.cfg b/resources/quality/malyan_m200/malyan_m200_global_Normal_Quality.inst.cfg index 7ca6519a4e..426c8e8cad 100644 --- a/resources/quality/malyan_m200/malyan_m200_global_Normal_Quality.inst.cfg +++ b/resources/quality/malyan_m200/malyan_m200_global_Normal_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Fine definition = malyan_m200 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.13125 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.13125 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/malyan_m200/malyan_m200_global_SuperDraft_Quality.inst.cfg b/resources/quality/malyan_m200/malyan_m200_global_SuperDraft_Quality.inst.cfg index 0a1ab8eafd..12b3795566 100644 --- a/resources/quality/malyan_m200/malyan_m200_global_SuperDraft_Quality.inst.cfg +++ b/resources/quality/malyan_m200/malyan_m200_global_SuperDraft_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Lowest Quality Draft definition = malyan_m200 +name = Lowest Quality Draft +version = 4 [metadata] +global_quality = True +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -global_quality = True [values] -layer_height = 0.35 -layer_height_0 = 0.35 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.35 +layer_height_0 = 0.35 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/malyan_m200/malyan_m200_global_ThickerDraft_Quality.inst.cfg b/resources/quality/malyan_m200/malyan_m200_global_ThickerDraft_Quality.inst.cfg index b6a34e660e..5e17177bd0 100644 --- a/resources/quality/malyan_m200/malyan_m200_global_ThickerDraft_Quality.inst.cfg +++ b/resources/quality/malyan_m200/malyan_m200_global_ThickerDraft_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Draft definition = malyan_m200 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -global_quality = True [values] -layer_height = 0.2625 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.2625 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/malyan_m200/malyan_m200_global_Ultra_Quality.inst.cfg b/resources/quality/malyan_m200/malyan_m200_global_Ultra_Quality.inst.cfg index 846bd79a64..2df3381529 100644 --- a/resources/quality/malyan_m200/malyan_m200_global_Ultra_Quality.inst.cfg +++ b/resources/quality/malyan_m200/malyan_m200_global_Ultra_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Ultra Fine definition = malyan_m200 +name = Ultra Fine +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -global_quality = True [values] -layer_height = 0.04375 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.04375 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/malyan_m200/malyan_m200_global_VeryDraft_Quality.inst.cfg b/resources/quality/malyan_m200/malyan_m200_global_VeryDraft_Quality.inst.cfg index 2cc1158e3d..c27e3272ce 100644 --- a/resources/quality/malyan_m200/malyan_m200_global_VeryDraft_Quality.inst.cfg +++ b/resources/quality/malyan_m200/malyan_m200_global_VeryDraft_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Low Detail Draft definition = malyan_m200 +name = Low Detail Draft +version = 4 [metadata] +global_quality = True +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -global_quality = True [values] -layer_height = 0.30625 -layer_height_0 = 0.30625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.30625 +layer_height_0 = 0.30625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/malyan_m200/petg/malyan_m200_petg_draft.inst.cfg b/resources/quality/malyan_m200/petg/malyan_m200_petg_draft.inst.cfg index 6a4b184b1c..7ae8941b99 100644 --- a/resources/quality/malyan_m200/petg/malyan_m200_petg_draft.inst.cfg +++ b/resources/quality/malyan_m200/petg/malyan_m200_petg_draft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Fast definition = malyan_m200 +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_petg + diff --git a/resources/quality/malyan_m200/petg/malyan_m200_petg_fast.inst.cfg b/resources/quality/malyan_m200/petg/malyan_m200_petg_fast.inst.cfg index 02ddbfb826..5a3a263da2 100644 --- a/resources/quality/malyan_m200/petg/malyan_m200_petg_fast.inst.cfg +++ b/resources/quality/malyan_m200/petg/malyan_m200_petg_fast.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Normal definition = malyan_m200 +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_petg + diff --git a/resources/quality/malyan_m200/petg/malyan_m200_petg_high.inst.cfg b/resources/quality/malyan_m200/petg/malyan_m200_petg_high.inst.cfg index bc1ce677b8..ce7d7e7390 100644 --- a/resources/quality/malyan_m200/petg/malyan_m200_petg_high.inst.cfg +++ b/resources/quality/malyan_m200/petg/malyan_m200_petg_high.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Finer definition = malyan_m200 +name = Finer +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_petg + diff --git a/resources/quality/malyan_m200/petg/malyan_m200_petg_normal.inst.cfg b/resources/quality/malyan_m200/petg/malyan_m200_petg_normal.inst.cfg index 24f085d156..61b788b98a 100644 --- a/resources/quality/malyan_m200/petg/malyan_m200_petg_normal.inst.cfg +++ b/resources/quality/malyan_m200/petg/malyan_m200_petg_normal.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Fine definition = malyan_m200 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_petg + diff --git a/resources/quality/malyan_m200/petg/malyan_m200_petg_superdraft.inst.cfg b/resources/quality/malyan_m200/petg/malyan_m200_petg_superdraft.inst.cfg index 851c111173..dbd7f30118 100644 --- a/resources/quality/malyan_m200/petg/malyan_m200_petg_superdraft.inst.cfg +++ b/resources/quality/malyan_m200/petg/malyan_m200_petg_superdraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Lowest Quality Draft definition = malyan_m200 +name = Lowest Quality Draft +version = 4 [metadata] +material = generic_petg +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -material = generic_petg + diff --git a/resources/quality/malyan_m200/petg/malyan_m200_petg_thickerdraft.inst.cfg b/resources/quality/malyan_m200/petg/malyan_m200_petg_thickerdraft.inst.cfg index d445b465ea..27695d5322 100644 --- a/resources/quality/malyan_m200/petg/malyan_m200_petg_thickerdraft.inst.cfg +++ b/resources/quality/malyan_m200/petg/malyan_m200_petg_thickerdraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Draft definition = malyan_m200 +name = Draft +version = 4 [metadata] +material = generic_petg +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -material = generic_petg + diff --git a/resources/quality/malyan_m200/petg/malyan_m200_petg_ultra.inst.cfg b/resources/quality/malyan_m200/petg/malyan_m200_petg_ultra.inst.cfg index d4cd1f2f0a..20eb19dcff 100644 --- a/resources/quality/malyan_m200/petg/malyan_m200_petg_ultra.inst.cfg +++ b/resources/quality/malyan_m200/petg/malyan_m200_petg_ultra.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Ultra Fine definition = malyan_m200 +name = Ultra Fine +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -material = generic_petg + diff --git a/resources/quality/malyan_m200/petg/malyan_m200_petg_verydraft.inst.cfg b/resources/quality/malyan_m200/petg/malyan_m200_petg_verydraft.inst.cfg index 3f5ff9fd3b..11b1e6845f 100644 --- a/resources/quality/malyan_m200/petg/malyan_m200_petg_verydraft.inst.cfg +++ b/resources/quality/malyan_m200/petg/malyan_m200_petg_verydraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Low Detail Draft definition = malyan_m200 +name = Low Detail Draft +version = 4 [metadata] +material = generic_petg +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -material = generic_petg + diff --git a/resources/quality/malyan_m200/pla/malyan_m200_pla_draft.inst.cfg b/resources/quality/malyan_m200/pla/malyan_m200_pla_draft.inst.cfg index 54ba134c9e..da18913f68 100644 --- a/resources/quality/malyan_m200/pla/malyan_m200_pla_draft.inst.cfg +++ b/resources/quality/malyan_m200/pla/malyan_m200_pla_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast definition = malyan_m200 +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_pla [values] material_bed_temperature = 60 material_bed_temperature_layer_0 = 60 + diff --git a/resources/quality/malyan_m200/pla/malyan_m200_pla_fast.inst.cfg b/resources/quality/malyan_m200/pla/malyan_m200_pla_fast.inst.cfg index 5d6e756ff8..696ed33136 100644 --- a/resources/quality/malyan_m200/pla/malyan_m200_pla_fast.inst.cfg +++ b/resources/quality/malyan_m200/pla/malyan_m200_pla_fast.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal definition = malyan_m200 +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_pla [values] material_bed_temperature = 60 material_bed_temperature_layer_0 = 60 + diff --git a/resources/quality/malyan_m200/pla/malyan_m200_pla_high.inst.cfg b/resources/quality/malyan_m200/pla/malyan_m200_pla_high.inst.cfg index 00b7c88ceb..e76e0be282 100644 --- a/resources/quality/malyan_m200/pla/malyan_m200_pla_high.inst.cfg +++ b/resources/quality/malyan_m200/pla/malyan_m200_pla_high.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Finer definition = malyan_m200 +name = Finer +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla [values] material_bed_temperature = 60 material_bed_temperature_layer_0 = 60 + diff --git a/resources/quality/malyan_m200/pla/malyan_m200_pla_normal.inst.cfg b/resources/quality/malyan_m200/pla/malyan_m200_pla_normal.inst.cfg index 9900785a02..b2d36662be 100644 --- a/resources/quality/malyan_m200/pla/malyan_m200_pla_normal.inst.cfg +++ b/resources/quality/malyan_m200/pla/malyan_m200_pla_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine definition = malyan_m200 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] material_bed_temperature = 60 material_bed_temperature_layer_0 = 60 + diff --git a/resources/quality/malyan_m200/pla/malyan_m200_pla_superdraft.inst.cfg b/resources/quality/malyan_m200/pla/malyan_m200_pla_superdraft.inst.cfg index 8b0ed84d0b..5be981b7b8 100644 --- a/resources/quality/malyan_m200/pla/malyan_m200_pla_superdraft.inst.cfg +++ b/resources/quality/malyan_m200/pla/malyan_m200_pla_superdraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Lowest Quality Draft definition = malyan_m200 +name = Lowest Quality Draft +version = 4 [metadata] +material = generic_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -material = generic_pla [values] material_bed_temperature = 60 material_bed_temperature_layer_0 = 60 + diff --git a/resources/quality/malyan_m200/pla/malyan_m200_pla_thickerdraft.inst.cfg b/resources/quality/malyan_m200/pla/malyan_m200_pla_thickerdraft.inst.cfg index e750a3798c..98ead23059 100644 --- a/resources/quality/malyan_m200/pla/malyan_m200_pla_thickerdraft.inst.cfg +++ b/resources/quality/malyan_m200/pla/malyan_m200_pla_thickerdraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft definition = malyan_m200 +name = Draft +version = 4 [metadata] +material = generic_pla +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -material = generic_pla [values] material_bed_temperature = 60 material_bed_temperature_layer_0 = 60 + diff --git a/resources/quality/malyan_m200/pla/malyan_m200_pla_ultra.inst.cfg b/resources/quality/malyan_m200/pla/malyan_m200_pla_ultra.inst.cfg index 54c97ce6a1..43ad6354b0 100644 --- a/resources/quality/malyan_m200/pla/malyan_m200_pla_ultra.inst.cfg +++ b/resources/quality/malyan_m200/pla/malyan_m200_pla_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Fine definition = malyan_m200 +name = Ultra Fine +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -material = generic_pla [values] material_bed_temperature = 60 material_bed_temperature_layer_0 = 60 + diff --git a/resources/quality/malyan_m200/pla/malyan_m200_pla_verydraft.inst.cfg b/resources/quality/malyan_m200/pla/malyan_m200_pla_verydraft.inst.cfg index d28d87748f..9ac0e062c4 100644 --- a/resources/quality/malyan_m200/pla/malyan_m200_pla_verydraft.inst.cfg +++ b/resources/quality/malyan_m200/pla/malyan_m200_pla_verydraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Detail Draft definition = malyan_m200 +name = Low Detail Draft +version = 4 [metadata] +material = generic_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -material = generic_pla [values] material_bed_temperature = 60 material_bed_temperature_layer_0 = 60 + diff --git a/resources/quality/mingda/ABS/mingda_0.2_ABS_super.inst.cfg b/resources/quality/mingda/ABS/mingda_0.2_ABS_super.inst.cfg index a290d894e0..839c3f0a7b 100644 --- a/resources/quality/mingda/ABS/mingda_0.2_ABS_super.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.2_ABS_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*8 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.2_ABS_ultra.inst.cfg b/resources/quality/mingda/ABS/mingda_0.2_ABS_ultra.inst.cfg index 7b4f45bbb9..5bbd340f9e 100644 --- a/resources/quality/mingda/ABS/mingda_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.2_ABS_ultra.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = mingda_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*8 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.3_ABS_adaptive.inst.cfg b/resources/quality/mingda/ABS/mingda_0.3_ABS_adaptive.inst.cfg index aea32319cd..e31ce94061 100644 --- a/resources/quality/mingda/ABS/mingda_0.3_ABS_adaptive.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.3_ABS_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.3mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.3_ABS_low.inst.cfg b/resources/quality/mingda/ABS/mingda_0.3_ABS_low.inst.cfg index dcc0c48812..8ad2f698d1 100644 --- a/resources/quality/mingda/ABS/mingda_0.3_ABS_low.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.3_ABS_low.inst.cfg @@ -1,18 +1,18 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*4 - raft_airgap = 0.1 raft_interface_thickness = 0.2 raft_surface_thickness = 0.2 +wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/ABS/mingda_0.3_ABS_standard.inst.cfg b/resources/quality/mingda/ABS/mingda_0.3_ABS_standard.inst.cfg index 687a605422..ff9ff7d18a 100644 --- a/resources/quality/mingda/ABS/mingda_0.3_ABS_standard.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.3_ABS_standard.inst.cfg @@ -1,17 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.3mm Nozzle [values] -wall_thickness = =line_width*4 - raft_airgap = 0.1 raft_interface_thickness = =round(layer_height, 2) +wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/ABS/mingda_0.3_ABS_super.inst.cfg b/resources/quality/mingda/ABS/mingda_0.3_ABS_super.inst.cfg index c67c5e9ea6..2a7ccb1f2f 100644 --- a/resources/quality/mingda/ABS/mingda_0.3_ABS_super.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.3_ABS_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.3mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.4_ABS_adaptive.inst.cfg b/resources/quality/mingda/ABS/mingda_0.4_ABS_adaptive.inst.cfg index cd3ba80866..e74d24fffd 100644 --- a/resources/quality/mingda/ABS/mingda_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.4_ABS_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.4_ABS_low.inst.cfg b/resources/quality/mingda/ABS/mingda_0.4_ABS_low.inst.cfg index 2f335102fe..790c610f22 100644 --- a/resources/quality/mingda/ABS/mingda_0.4_ABS_low.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.4_ABS_low.inst.cfg @@ -1,17 +1,17 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 - raft_airgap = 0.1 raft_interface_thickness = 0.3 +wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/ABS/mingda_0.4_ABS_standard.inst.cfg b/resources/quality/mingda/ABS/mingda_0.4_ABS_standard.inst.cfg index fcf26711f7..55339dceea 100644 --- a/resources/quality/mingda/ABS/mingda_0.4_ABS_standard.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.4_ABS_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.4_ABS_super.inst.cfg b/resources/quality/mingda/ABS/mingda_0.4_ABS_super.inst.cfg index f18e33b7bd..f7cbdb839a 100644 --- a/resources/quality/mingda/ABS/mingda_0.4_ABS_super.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.4_ABS_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.5_ABS_adaptive.inst.cfg b/resources/quality/mingda/ABS/mingda_0.5_ABS_adaptive.inst.cfg index 71f24f53dd..dcb0bcbee5 100644 --- a/resources/quality/mingda/ABS/mingda_0.5_ABS_adaptive.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.5_ABS_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.5mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.5_ABS_low.inst.cfg b/resources/quality/mingda/ABS/mingda_0.5_ABS_low.inst.cfg index 8a7f59c5d3..ca88324a9b 100644 --- a/resources/quality/mingda/ABS/mingda_0.5_ABS_low.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.5_ABS_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.5_ABS_standard.inst.cfg b/resources/quality/mingda/ABS/mingda_0.5_ABS_standard.inst.cfg index 7a9bc4b647..e69c7a4201 100644 --- a/resources/quality/mingda/ABS/mingda_0.5_ABS_standard.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.5_ABS_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.5mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.5_ABS_super.inst.cfg b/resources/quality/mingda/ABS/mingda_0.5_ABS_super.inst.cfg index 4604328d8c..8df60bbdb3 100644 --- a/resources/quality/mingda/ABS/mingda_0.5_ABS_super.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.5_ABS_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.5mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*4 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.6_ABS_standard.inst.cfg b/resources/quality/mingda/ABS/mingda_0.6_ABS_standard.inst.cfg index 6dad91e842..f078f0d6c9 100644 --- a/resources/quality/mingda/ABS/mingda_0.6_ABS_standard.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.6_ABS_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.6mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*3 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_0.8_ABS_draft.inst.cfg b/resources/quality/mingda/ABS/mingda_0.8_ABS_draft.inst.cfg index 4c2df1ef24..3de299156e 100644 --- a/resources/quality/mingda/ABS/mingda_0.8_ABS_draft.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_0.8_ABS_draft.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*3 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/ABS/mingda_1.0_ABS_draft.inst.cfg b/resources/quality/mingda/ABS/mingda_1.0_ABS_draft.inst.cfg index 5c38398af0..a17b2fdaf6 100644 --- a/resources/quality/mingda/ABS/mingda_1.0_ABS_draft.inst.cfg +++ b/resources/quality/mingda/ABS/mingda_1.0_ABS_draft.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 1.0mm Nozzle [values] +raft_airgap = 0.1 wall_thickness = =line_width*3 -raft_airgap = 0.1 diff --git a/resources/quality/mingda/PETG/mingda_0.2_PETG_super.inst.cfg b/resources/quality/mingda/PETG/mingda_0.2_PETG_super.inst.cfg index add589b0fa..b204da5105 100644 --- a/resources/quality/mingda/PETG/mingda_0.2_PETG_super.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.2_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 + diff --git a/resources/quality/mingda/PETG/mingda_0.2_PETG_ultra.inst.cfg b/resources/quality/mingda/PETG/mingda_0.2_PETG_ultra.inst.cfg index f4a1390a39..8490ee8531 100644 --- a/resources/quality/mingda/PETG/mingda_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.2_PETG_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = mingda_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 + diff --git a/resources/quality/mingda/PETG/mingda_0.3_PETG_adaptive.inst.cfg b/resources/quality/mingda/PETG/mingda_0.3_PETG_adaptive.inst.cfg index c9c045aeee..9009c2c8d6 100644 --- a/resources/quality/mingda/PETG/mingda_0.3_PETG_adaptive.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.3_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.3_PETG_low.inst.cfg b/resources/quality/mingda/PETG/mingda_0.3_PETG_low.inst.cfg index a6f2784f8d..db962dc5d5 100644 --- a/resources/quality/mingda/PETG/mingda_0.3_PETG_low.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.3_PETG_low.inst.cfg @@ -1,18 +1,18 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.3mm Nozzle [values] +raft_interface_thickness = 0.2 +raft_surface_thickness = 0.2 speed_layer_0 = 15 wall_thickness = =line_width*4 -raft_interface_thickness = 0.2 -raft_surface_thickness = 0.2 diff --git a/resources/quality/mingda/PETG/mingda_0.3_PETG_standard.inst.cfg b/resources/quality/mingda/PETG/mingda_0.3_PETG_standard.inst.cfg index f57e3db198..dc46500bfb 100644 --- a/resources/quality/mingda/PETG/mingda_0.3_PETG_standard.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.3_PETG_standard.inst.cfg @@ -1,17 +1,17 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.3mm Nozzle [values] +raft_interface_thickness = =round(layer_height, 2) speed_layer_0 = 15 wall_thickness = =line_width*4 -raft_interface_thickness = =round(layer_height, 2) diff --git a/resources/quality/mingda/PETG/mingda_0.3_PETG_super.inst.cfg b/resources/quality/mingda/PETG/mingda_0.3_PETG_super.inst.cfg index a12ec007d5..c2d40333b3 100644 --- a/resources/quality/mingda/PETG/mingda_0.3_PETG_super.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.3_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.4_PETG_adaptive.inst.cfg b/resources/quality/mingda/PETG/mingda_0.4_PETG_adaptive.inst.cfg index dbf9ba1673..92ca425cf7 100644 --- a/resources/quality/mingda/PETG/mingda_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.4_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.4_PETG_low.inst.cfg b/resources/quality/mingda/PETG/mingda_0.4_PETG_low.inst.cfg index e2b1d88690..e0edd4290f 100644 --- a/resources/quality/mingda/PETG/mingda_0.4_PETG_low.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.4_PETG_low.inst.cfg @@ -1,17 +1,17 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] +raft_interface_thickness = 0.3 speed_layer_0 = 15 wall_thickness = =line_width*4 -raft_interface_thickness = 0.3 diff --git a/resources/quality/mingda/PETG/mingda_0.4_PETG_standard.inst.cfg b/resources/quality/mingda/PETG/mingda_0.4_PETG_standard.inst.cfg index 2945f57d32..378d2e43e7 100644 --- a/resources/quality/mingda/PETG/mingda_0.4_PETG_standard.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.4_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.4_PETG_super.inst.cfg b/resources/quality/mingda/PETG/mingda_0.4_PETG_super.inst.cfg index fedb5ce674..f44352145c 100644 --- a/resources/quality/mingda/PETG/mingda_0.4_PETG_super.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.4_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.5_PETG_adaptive.inst.cfg b/resources/quality/mingda/PETG/mingda_0.5_PETG_adaptive.inst.cfg index b0539c81f0..ee06f04cd4 100644 --- a/resources/quality/mingda/PETG/mingda_0.5_PETG_adaptive.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.5_PETG_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.5_PETG_low.inst.cfg b/resources/quality/mingda/PETG/mingda_0.5_PETG_low.inst.cfg index 3138ed5c91..2d4bb2af87 100644 --- a/resources/quality/mingda/PETG/mingda_0.5_PETG_low.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.5_PETG_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.5_PETG_standard.inst.cfg b/resources/quality/mingda/PETG/mingda_0.5_PETG_standard.inst.cfg index 5eeefa8103..47cb96106a 100644 --- a/resources/quality/mingda/PETG/mingda_0.5_PETG_standard.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.5_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.5_PETG_super.inst.cfg b/resources/quality/mingda/PETG/mingda_0.5_PETG_super.inst.cfg index 78b583913b..778ace3878 100644 --- a/resources/quality/mingda/PETG/mingda_0.5_PETG_super.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.5_PETG_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 + diff --git a/resources/quality/mingda/PETG/mingda_0.6_PETG_standard.inst.cfg b/resources/quality/mingda/PETG/mingda_0.6_PETG_standard.inst.cfg index 8df0421d84..34b7c93efc 100644 --- a/resources/quality/mingda/PETG/mingda_0.6_PETG_standard.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.6_PETG_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.6mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/mingda/PETG/mingda_0.8_PETG_draft.inst.cfg b/resources/quality/mingda/PETG/mingda_0.8_PETG_draft.inst.cfg index 1e94e2e887..1c6c1e5b24 100644 --- a/resources/quality/mingda/PETG/mingda_0.8_PETG_draft.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_0.8_PETG_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/mingda/PETG/mingda_1.0_PETG_draft.inst.cfg b/resources/quality/mingda/PETG/mingda_1.0_PETG_draft.inst.cfg index 4581ee5047..8579f30837 100644 --- a/resources/quality/mingda/PETG/mingda_1.0_PETG_draft.inst.cfg +++ b/resources/quality/mingda/PETG/mingda_1.0_PETG_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 1.0mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 + diff --git a/resources/quality/mingda/PLA/mingda_0.2_PLA_super.inst.cfg b/resources/quality/mingda/PLA/mingda_0.2_PLA_super.inst.cfg index 09bbf768fc..424141628f 100644 --- a/resources/quality/mingda/PLA/mingda_0.2_PLA_super.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.2_PLA_ultra.inst.cfg b/resources/quality/mingda/PLA/mingda_0.2_PLA_ultra.inst.cfg index 62b59cf986..30ecb5e363 100644 --- a/resources/quality/mingda/PLA/mingda_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.2_PLA_ultra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = mingda_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.3_PLA_adaptive.inst.cfg b/resources/quality/mingda/PLA/mingda_0.3_PLA_adaptive.inst.cfg index 0ad767091b..f2ab826437 100644 --- a/resources/quality/mingda/PLA/mingda_0.3_PLA_adaptive.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.3_PLA_adaptive.inst.cfg @@ -1,12 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 + [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.3_PLA_low.inst.cfg b/resources/quality/mingda/PLA/mingda_0.3_PLA_low.inst.cfg index 73143d9c9d..4daf4255fa 100644 --- a/resources/quality/mingda/PLA/mingda_0.3_PLA_low.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.3_PLA_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.3mm Nozzle [values] raft_interface_thickness = 0.2 raft_surface_thickness = 0.2 + diff --git a/resources/quality/mingda/PLA/mingda_0.3_PLA_standard.inst.cfg b/resources/quality/mingda/PLA/mingda_0.3_PLA_standard.inst.cfg index 0da6cf8201..c8961e7986 100644 --- a/resources/quality/mingda/PLA/mingda_0.3_PLA_standard.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.3_PLA_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.3mm Nozzle [values] raft_interface_thickness = =round(layer_height, 2) + diff --git a/resources/quality/mingda/PLA/mingda_0.3_PLA_super.inst.cfg b/resources/quality/mingda/PLA/mingda_0.3_PLA_super.inst.cfg index b282a96ecd..c005c17f6b 100644 --- a/resources/quality/mingda/PLA/mingda_0.3_PLA_super.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.3_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.4_PLA_adaptive.inst.cfg b/resources/quality/mingda/PLA/mingda_0.4_PLA_adaptive.inst.cfg index 521d667ff6..a3b8a56991 100644 --- a/resources/quality/mingda/PLA/mingda_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.4_PLA_low.inst.cfg b/resources/quality/mingda/PLA/mingda_0.4_PLA_low.inst.cfg index c8970c8d0c..c0a2d3295f 100644 --- a/resources/quality/mingda/PLA/mingda_0.4_PLA_low.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.4_PLA_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] raft_interface_thickness = 0.3 + diff --git a/resources/quality/mingda/PLA/mingda_0.4_PLA_standard.inst.cfg b/resources/quality/mingda/PLA/mingda_0.4_PLA_standard.inst.cfg index 9623aecf06..aff83c70f5 100644 --- a/resources/quality/mingda/PLA/mingda_0.4_PLA_standard.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.4_PLA_super.inst.cfg b/resources/quality/mingda/PLA/mingda_0.4_PLA_super.inst.cfg index bd8f1dd177..800e25ac79 100644 --- a/resources/quality/mingda/PLA/mingda_0.4_PLA_super.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.5_PLA_adaptive.inst.cfg b/resources/quality/mingda/PLA/mingda_0.5_PLA_adaptive.inst.cfg index 84b254bdfa..4bb343162a 100644 --- a/resources/quality/mingda/PLA/mingda_0.5_PLA_adaptive.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.5_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.5_PLA_low.inst.cfg b/resources/quality/mingda/PLA/mingda_0.5_PLA_low.inst.cfg index b9d7afacdc..bf80e0e722 100644 --- a/resources/quality/mingda/PLA/mingda_0.5_PLA_low.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.5_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.5_PLA_standard.inst.cfg b/resources/quality/mingda/PLA/mingda_0.5_PLA_standard.inst.cfg index 5e3b10ece0..abd68d5c00 100644 --- a/resources/quality/mingda/PLA/mingda_0.5_PLA_standard.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.5_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.5_PLA_super.inst.cfg b/resources/quality/mingda/PLA/mingda_0.5_PLA_super.inst.cfg index c5526da793..da19022e2d 100644 --- a/resources/quality/mingda/PLA/mingda_0.5_PLA_super.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.5_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.6_PLA_draft.inst.cfg b/resources/quality/mingda/PLA/mingda_0.6_PLA_draft.inst.cfg index caba25f84d..1fe6594eb3 100644 --- a/resources/quality/mingda/PLA/mingda_0.6_PLA_draft.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.6_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.6_PLA_low.inst.cfg b/resources/quality/mingda/PLA/mingda_0.6_PLA_low.inst.cfg index c78f5fa0ea..b6c38121cc 100644 --- a/resources/quality/mingda/PLA/mingda_0.6_PLA_low.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.6_PLA_standard.inst.cfg b/resources/quality/mingda/PLA/mingda_0.6_PLA_standard.inst.cfg index 9d00a1b364..3b6b6b68a6 100644 --- a/resources/quality/mingda/PLA/mingda_0.6_PLA_standard.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.6_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_0.8_PLA_draft.inst.cfg b/resources/quality/mingda/PLA/mingda_0.8_PLA_draft.inst.cfg index 60c45c2100..ad38828f33 100644 --- a/resources/quality/mingda/PLA/mingda_0.8_PLA_draft.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_0.8_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/mingda/PLA/mingda_1.0_PLA_draft.inst.cfg b/resources/quality/mingda/PLA/mingda_1.0_PLA_draft.inst.cfg index 9dc0023c5c..cd36c8a3e1 100644 --- a/resources/quality/mingda/PLA/mingda_1.0_PLA_draft.inst.cfg +++ b/resources/quality/mingda/PLA/mingda_1.0_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.3_TPU_adaptive.inst.cfg b/resources/quality/mingda/TPU/mingda_0.3_TPU_adaptive.inst.cfg index 8705744072..14d94407b2 100644 --- a/resources/quality/mingda/TPU/mingda_0.3_TPU_adaptive.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.3_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.3_TPU_standard.inst.cfg b/resources/quality/mingda/TPU/mingda_0.3_TPU_standard.inst.cfg index b2a607705f..06ca1c610e 100644 --- a/resources/quality/mingda/TPU/mingda_0.3_TPU_standard.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.3_TPU_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.3mm Nozzle [values] raft_interface_thickness = =round(layer_height, 2) + diff --git a/resources/quality/mingda/TPU/mingda_0.3_TPU_super.inst.cfg b/resources/quality/mingda/TPU/mingda_0.3_TPU_super.inst.cfg index b2be126343..9a05cf1edf 100644 --- a/resources/quality/mingda/TPU/mingda_0.3_TPU_super.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.3_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.4_TPU_adaptive.inst.cfg b/resources/quality/mingda/TPU/mingda_0.4_TPU_adaptive.inst.cfg index 5dde34a112..5d57350659 100644 --- a/resources/quality/mingda/TPU/mingda_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.4_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.4_TPU_standard.inst.cfg b/resources/quality/mingda/TPU/mingda_0.4_TPU_standard.inst.cfg index 397541f1ca..03aebbd14a 100644 --- a/resources/quality/mingda/TPU/mingda_0.4_TPU_standard.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.4_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.4_TPU_super.inst.cfg b/resources/quality/mingda/TPU/mingda_0.4_TPU_super.inst.cfg index cacbe479e2..7e03a31537 100644 --- a/resources/quality/mingda/TPU/mingda_0.4_TPU_super.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.4_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.5_TPU_adaptive.inst.cfg b/resources/quality/mingda/TPU/mingda_0.5_TPU_adaptive.inst.cfg index e8550a6ff4..b98bb9fb4b 100644 --- a/resources/quality/mingda/TPU/mingda_0.5_TPU_adaptive.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.5_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.5_TPU_standard.inst.cfg b/resources/quality/mingda/TPU/mingda_0.5_TPU_standard.inst.cfg index f6c4e9998a..40a4d2292a 100644 --- a/resources/quality/mingda/TPU/mingda_0.5_TPU_standard.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.5_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.5_TPU_super.inst.cfg b/resources/quality/mingda/TPU/mingda_0.5_TPU_super.inst.cfg index 86c10513e0..9144171b15 100644 --- a/resources/quality/mingda/TPU/mingda_0.5_TPU_super.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.5_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.6_TPU_standard.inst.cfg b/resources/quality/mingda/TPU/mingda_0.6_TPU_standard.inst.cfg index b84ddafd99..e83efd7b23 100644 --- a/resources/quality/mingda/TPU/mingda_0.6_TPU_standard.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.6_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_0.8_TPU_draft.inst.cfg b/resources/quality/mingda/TPU/mingda_0.8_TPU_draft.inst.cfg index 990475987a..1cd168cb4a 100644 --- a/resources/quality/mingda/TPU/mingda_0.8_TPU_draft.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_0.8_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/mingda/TPU/mingda_1.0_TPU_draft.inst.cfg b/resources/quality/mingda/TPU/mingda_1.0_TPU_draft.inst.cfg index 111684bb61..fff3ca7922 100644 --- a/resources/quality/mingda/TPU/mingda_1.0_TPU_draft.inst.cfg +++ b/resources/quality/mingda/TPU/mingda_1.0_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/mingda/mingda_global_adaptive.inst.cfg b/resources/quality/mingda/mingda_global_adaptive.inst.cfg index 7fcfaa3c96..153a8faec2 100644 --- a/resources/quality/mingda/mingda_global_adaptive.inst.cfg +++ b/resources/quality/mingda/mingda_global_adaptive.inst.cfg @@ -1,33 +1,31 @@ [general] -version = 4 -name = Dynamic Quality definition = mingda_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.20 -top_bottom_thickness = =layer_height_0+layer_height*4 -wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 adaptive_layer_height_enabled = true - infill_line_width = =round(line_width * 0.4 / 0.35, 2) infill_sparse_density = 20 - -speed_print = 60 -speed_layer_0 = 10 -speed_topbottom = =math.ceil(speed_print * 30 / 60) -speed_wall = =math.ceil(speed_print * 40 / 60) -speed_wall_0 = =math.ceil(speed_wall * 30 / 40) - jerk_travel = 50 +layer_height = 0.16 +layer_height_0 = 0.20 raft_airgap = 0.18 raft_base_thickness = =round(layer_height*1.5, 2) raft_interface_thickness = =round(layer_height*1.2, 2) +speed_layer_0 = 10 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 40 / 60) +speed_wall_0 = =math.ceil(speed_wall * 30 / 40) +support_interface_height = =layer_height*6 +top_bottom_thickness = =layer_height_0+layer_height*4 +wall_thickness = =line_width*3 + diff --git a/resources/quality/mingda/mingda_global_draft.inst.cfg b/resources/quality/mingda/mingda_global_draft.inst.cfg index bb6ae41101..e29bdceebe 100644 --- a/resources/quality/mingda/mingda_global_draft.inst.cfg +++ b/resources/quality/mingda/mingda_global_draft.inst.cfg @@ -1,36 +1,32 @@ [general] -version = 4 -name = Draft Quality definition = mingda_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] -layer_height = 0.32 -layer_height_0 = 0.32 -top_bottom_thickness = =layer_height_0+layer_height*3 -wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 - -jerk_travel = 20 acceleration_print = 2000 -acceleration_wall = 1500 -acceleration_wall_0 = 1000 acceleration_topbottom = 1000 acceleration_travel = 2000 - -infill_sparse_density = 10 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 infill_line_width = =line_width*1 - -speed_print = 50 -speed_wall = 50 - +infill_sparse_density = 10 +jerk_travel = 20 +layer_height = 0.32 +layer_height_0 = 0.32 raft_airgap = 0.18 raft_base_thickness = =round(layer_height*1.5, 2) raft_interface_thickness = =round(layer_height*1.2, 2) +speed_print = 50 +speed_wall = 50 +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 diff --git a/resources/quality/mingda/mingda_global_low.inst.cfg b/resources/quality/mingda/mingda_global_low.inst.cfg index 080e5da12b..5742dc6ff4 100644 --- a/resources/quality/mingda/mingda_global_low.inst.cfg +++ b/resources/quality/mingda/mingda_global_low.inst.cfg @@ -1,35 +1,32 @@ [general] -version = 4 -name = Low Quality definition = mingda_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] -layer_height = 0.28 -layer_height_0 = 0.28 -top_bottom_thickness = =layer_height_0+layer_height*3 -wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 - -jerk_travel = 20 acceleration_print = 2000 -acceleration_wall = 1500 -acceleration_wall_0 = 1000 acceleration_topbottom = 1000 acceleration_travel = 2000 - -infill_sparse_density = 10 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 infill_line_width = =line_width*1 - -speed_print = 50 -speed_wall = 50 - +infill_sparse_density = 10 +jerk_travel = 20 +layer_height = 0.28 +layer_height_0 = 0.28 raft_airgap = 0.18 raft_base_thickness = =round(layer_height*1.5, 2) raft_interface_thickness = =round(layer_height*1.2, 2) +speed_print = 50 +speed_wall = 50 +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/mingda/mingda_global_standard.inst.cfg b/resources/quality/mingda/mingda_global_standard.inst.cfg index e59e66882d..a8bd00d674 100644 --- a/resources/quality/mingda/mingda_global_standard.inst.cfg +++ b/resources/quality/mingda/mingda_global_standard.inst.cfg @@ -1,35 +1,32 @@ [general] -version = 4 -name = Standard Quality definition = mingda_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.2 -top_bottom_thickness = =layer_height_0+layer_height*3 -wall_thickness = =line_width*3 -support_interface_height = =layer_height*5 - -infill_line_width = =round(line_width * 0.4 / 0.35, 2) -infill_sparse_density = 20 - -speed_print = 60 -speed_layer_0 = 10 -speed_topbottom = =math.ceil(speed_print * 30 / 60) -speed_wall = =math.ceil(speed_print * 40 / 60) -speed_wall_0 = =math.ceil(speed_wall * 30 / 40) - acceleration_wall = 2000 acceleration_wall_0 = 2000 +infill_line_width = =round(line_width * 0.4 / 0.35, 2) +infill_sparse_density = 20 jerk_travel = 50 - +layer_height = 0.2 +layer_height_0 = 0.2 raft_airgap = 0.18 raft_base_thickness = =round(layer_height*1.5, 2) raft_interface_thickness = =round(layer_height*1.2, 2) +speed_layer_0 = 10 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 40 / 60) +speed_wall_0 = =math.ceil(speed_wall * 30 / 40) +support_interface_height = =layer_height*5 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*3 + diff --git a/resources/quality/mingda/mingda_global_super.inst.cfg b/resources/quality/mingda/mingda_global_super.inst.cfg index ce20114662..cdb375d891 100644 --- a/resources/quality/mingda/mingda_global_super.inst.cfg +++ b/resources/quality/mingda/mingda_global_super.inst.cfg @@ -1,26 +1,25 @@ [general] -version = 4 -name = Super Quality definition = mingda_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] -layer_height = 0.12 -layer_height_0 = 0.12 -top_bottom_thickness = =layer_height_0+layer_height*6 -wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 - infill_line_width = =round(line_width * 0.42 / 0.35, 2) infill_sparse_density = 20 - jerk_travel = 50 +layer_height = 0.12 +layer_height_0 = 0.12 raft_airgap = 0.18 raft_base_thickness = =round(layer_height*1.5, 2) raft_interface_thickness = =round(layer_height*1.2, 2) +support_interface_height = =layer_height*8 +top_bottom_thickness = =layer_height_0+layer_height*6 +wall_thickness = =line_width*3 + diff --git a/resources/quality/mingda/mingda_global_ultra.inst.cfg b/resources/quality/mingda/mingda_global_ultra.inst.cfg index c2b616cb1a..a7382fd1df 100644 --- a/resources/quality/mingda/mingda_global_ultra.inst.cfg +++ b/resources/quality/mingda/mingda_global_ultra.inst.cfg @@ -1,31 +1,29 @@ [general] -version = 4 -name = Ultra Quality definition = mingda_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] -layer_height = 0.08 -layer_height_0 = 0.12 -top_bottom_thickness = =layer_height_0+layer_height*10 -wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 - -skin_overlap = 10 -speed_print = 50 -speed_layer_0 = 10 -speed_topbottom = =math.ceil(speed_print * 35 / 50) -speed_wall = =math.ceil(speed_print * 35 / 50) -top_bottom_thickness = 1 - infill_line_width = =round(line_width * 0.42 / 0.35, 2) jerk_travel = 50 +layer_height = 0.08 +layer_height_0 = 0.12 raft_airgap = 0.18 raft_base_thickness = =round(layer_height*1.5, 2) raft_interface_thickness = =round(layer_height*1.2, 2) +skin_overlap = 10 +speed_layer_0 = 10 +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 35 / 50) +speed_wall = =math.ceil(speed_print * 35 / 50) +support_interface_height = =layer_height*12 +top_bottom_thickness = =layer_height_0+layer_height*10 +wall_thickness = =line_width*3 + diff --git a/resources/quality/mixware_hyper_s/mixware_hyper_s_draft.inst.cfg b/resources/quality/mixware_hyper_s/mixware_hyper_s_draft.inst.cfg index ac188f75cc..43f6f3c3ca 100644 --- a/resources/quality/mixware_hyper_s/mixware_hyper_s_draft.inst.cfg +++ b/resources/quality/mixware_hyper_s/mixware_hyper_s_draft.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Draft definition = mixware_hyper_s +name = Draft +version = 4 [metadata] -type = quality -quality_type = draft global_quality = True +quality_type = draft setting_version = 20 +type = quality [values] +acceleration_enabled = false +infill_before_walls = false +infill_overlap = 30.0 +infill_wipe_dist = 0.0 layer_height = 0.15 retraction_combing = all retraction_extrusion_window = 10 retraction_min_travel = 1.5 -infill_wipe_dist = 0.0 skin_overlap = 10.0 -infill_overlap = 30.0 -wall_0_wipe_dist = 0.0 -support_wall_count = 1 support_brim_enable = false -infill_before_walls = false -acceleration_enabled = false support_enable = true +support_wall_count = 1 +wall_0_wipe_dist = 0.0 + diff --git a/resources/quality/mixware_hyper_s/mixware_hyper_s_extra_fast.inst.cfg b/resources/quality/mixware_hyper_s/mixware_hyper_s_extra_fast.inst.cfg index d0ae456269..528334a879 100644 --- a/resources/quality/mixware_hyper_s/mixware_hyper_s_extra_fast.inst.cfg +++ b/resources/quality/mixware_hyper_s/mixware_hyper_s_extra_fast.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Coarse definition = mixware_hyper_s +name = Coarse +version = 4 [metadata] -type = quality +global_quality = True quality_type = coarse setting_version = 20 -global_quality = True +type = quality [values] +acceleration_enabled = false +infill_before_walls = false +infill_overlap = 30.0 +infill_wipe_dist = 0.0 layer_height = 0.2 retraction_combing = all retraction_extrusion_window = 10 retraction_min_travel = 1.5 -infill_wipe_dist = 0.0 skin_overlap = 10.0 -infill_overlap = 30.0 -wall_0_wipe_dist = 0.0 -support_wall_count = 1 support_brim_enable = false -infill_before_walls = false -acceleration_enabled = false support_enable = true +support_wall_count = 1 +wall_0_wipe_dist = 0.0 + diff --git a/resources/quality/mixware_hyper_s/mixware_hyper_s_normal.inst.cfg b/resources/quality/mixware_hyper_s/mixware_hyper_s_normal.inst.cfg index 396f331b3c..f5ef08b36b 100644 --- a/resources/quality/mixware_hyper_s/mixware_hyper_s_normal.inst.cfg +++ b/resources/quality/mixware_hyper_s/mixware_hyper_s_normal.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Fine definition = mixware_hyper_s +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal -global_quality = True [values] +acceleration_enabled = false +infill_before_walls = false +infill_overlap = 30.0 +infill_wipe_dist = 0.0 layer_height = 0.1 retraction_combing = all retraction_extrusion_window = 10 retraction_min_travel = 1.5 -infill_wipe_dist = 0.0 skin_overlap = 10.0 -infill_overlap = 30.0 -wall_0_wipe_dist = 0.0 -support_wall_count = 1 support_brim_enable = false -infill_before_walls = false -acceleration_enabled = false support_enable = true +support_wall_count = 1 +wall_0_wipe_dist = 0.0 + diff --git a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_draft.inst.cfg b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_draft.inst.cfg index 01274a427d..6ffcb70492 100644 --- a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_draft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast definition = monoprice_select_mini_v2 +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_fast.inst.cfg b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_fast.inst.cfg index 7f27b83d35..582ea502a7 100644 --- a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_fast.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_fast.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal definition = monoprice_select_mini_v2 +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_high.inst.cfg b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_high.inst.cfg index 4d23f0184b..e259b81da1 100644 --- a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_high.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_high.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Finer definition = monoprice_select_mini_v2 +name = Finer +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_normal.inst.cfg b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_normal.inst.cfg index 28a3fa24e9..37ec986bfc 100644 --- a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_normal.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine definition = monoprice_select_mini_v2 +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_superdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_superdraft.inst.cfg index 1f87b6954c..3bfe0e0a03 100644 --- a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_superdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_superdraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Lowest Quality Draft definition = monoprice_select_mini_v2 +name = Lowest Quality Draft +version = 4 [metadata] +material = generic_abs +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_thickerdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_thickerdraft.inst.cfg index 3e1e0d6fa0..3e9ab526e5 100644 --- a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_thickerdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_thickerdraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft definition = monoprice_select_mini_v2 +name = Draft +version = 4 [metadata] +material = generic_abs +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_ultra.inst.cfg b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_ultra.inst.cfg index 380e0dd002..7140d94ced 100644 --- a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_ultra.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Fine definition = monoprice_select_mini_v2 +name = Ultra Fine +version = 4 [metadata] +material = generic_abs +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = 2 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_verydraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_verydraft.inst.cfg index f648b02b16..10a8d2d027 100644 --- a/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_verydraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/abs/monoprice_select_mini_v2_abs_verydraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Detail Draft definition = monoprice_select_mini_v2 +name = Low Detail Draft +version = 4 [metadata] +material = generic_abs +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -material = generic_abs [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Draft_Quality.inst.cfg b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Draft_Quality.inst.cfg index 2b303c5d25..900eb6ec0a 100644 --- a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Draft_Quality.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Draft_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Fast definition = monoprice_select_mini_v2 +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] -layer_height = 0.21875 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.21875 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Fast_Quality.inst.cfg b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Fast_Quality.inst.cfg index 8bbb1eb4c1..c0eeca91a5 100644 --- a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Fast_Quality.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Fast_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Normal definition = monoprice_select_mini_v2 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] -layer_height = 0.175 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.175 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_High_Quality.inst.cfg b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_High_Quality.inst.cfg index 3de8da13a6..0b6edb037f 100644 --- a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_High_Quality.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_High_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Finer definition = monoprice_select_mini_v2 +name = Finer +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.0875 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.0875 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Normal_Quality.inst.cfg b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Normal_Quality.inst.cfg index d807aabefe..638fca9253 100644 --- a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Normal_Quality.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Normal_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Fine definition = monoprice_select_mini_v2 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.13125 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.13125 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_SuperDraft_Quality.inst.cfg b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_SuperDraft_Quality.inst.cfg index 2e349bd617..18154d0f17 100644 --- a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_SuperDraft_Quality.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_SuperDraft_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Lowest Quality Draft definition = monoprice_select_mini_v2 +name = Lowest Quality Draft +version = 4 [metadata] +global_quality = True +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -global_quality = True [values] -layer_height = 0.35 -layer_height_0 = 0.35 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.35 +layer_height_0 = 0.35 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_ThickerDraft_Quality.inst.cfg b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_ThickerDraft_Quality.inst.cfg index a9a5d2bf1f..92e2c875a4 100644 --- a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_ThickerDraft_Quality.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_ThickerDraft_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Draft definition = monoprice_select_mini_v2 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -global_quality = True [values] -layer_height = 0.2625 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.2625 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Ultra_Quality.inst.cfg b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Ultra_Quality.inst.cfg index 38e5ea7037..36ae72d4b2 100644 --- a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Ultra_Quality.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_Ultra_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Ultra Fine definition = monoprice_select_mini_v2 +name = Ultra Fine +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -global_quality = True [values] -layer_height = 0.04375 -layer_height_0 = 0.2625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.04375 +layer_height_0 = 0.2625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_VeryDraft_Quality.inst.cfg b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_VeryDraft_Quality.inst.cfg index d6f046ed23..51ae4a7fae 100644 --- a/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_VeryDraft_Quality.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/monoprice_select_mini_v2_global_VeryDraft_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Low Detail Draft definition = monoprice_select_mini_v2 +name = Low Detail Draft +version = 4 [metadata] +global_quality = True +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -global_quality = True [values] -layer_height = 0.30625 -layer_height_0 = 0.30625 -wall_thickness = 1.05 -top_bottom_thickness = 0.72 -infill_sparse_density = 22 -speed_print = 50 -speed_layer_0 = =round(speed_print * 30 / 50) -speed_topbottom = =math.ceil(speed_print * 20 / 50) cool_min_layer_time = 5 cool_min_speed = 10 +infill_sparse_density = 22 +layer_height = 0.30625 +layer_height_0 = 0.30625 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 20 / 50) +top_bottom_thickness = 0.72 +wall_thickness = 1.05 + diff --git a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_draft.inst.cfg b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_draft.inst.cfg index 6b4ae9829d..3c191d1324 100644 --- a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_draft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_draft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Fast definition = monoprice_select_mini_v2 +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_nylon + diff --git a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_fast.inst.cfg b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_fast.inst.cfg index d608b051fa..ebafdae56a 100644 --- a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_fast.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_fast.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Normal definition = monoprice_select_mini_v2 +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_nylon + diff --git a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_high.inst.cfg b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_high.inst.cfg index 32b924e2c6..bd05d47ef2 100644 --- a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_high.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_high.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Finer definition = monoprice_select_mini_v2 +name = Finer +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_nylon + diff --git a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_normal.inst.cfg b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_normal.inst.cfg index abe9c19631..18c554fef7 100644 --- a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_normal.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_normal.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Fine definition = monoprice_select_mini_v2 +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_nylon + diff --git a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_superdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_superdraft.inst.cfg index b183379536..b7038260fe 100644 --- a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_superdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_superdraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Lowest Quality Draft definition = monoprice_select_mini_v2 +name = Lowest Quality Draft +version = 4 [metadata] +material = generic_nylon +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -material = generic_nylon + diff --git a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_thickerdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_thickerdraft.inst.cfg index 3fa7846a2d..2f66211709 100644 --- a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_thickerdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_thickerdraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Draft definition = monoprice_select_mini_v2 +name = Draft +version = 4 [metadata] +material = generic_nylon +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -material = generic_nylon + diff --git a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_ultra.inst.cfg b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_ultra.inst.cfg index 43c37757f8..b5018d6cc7 100644 --- a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_ultra.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_ultra.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Ultra Fine definition = monoprice_select_mini_v2 +name = Ultra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -material = generic_nylon + diff --git a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_verydraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_verydraft.inst.cfg index ea4214ab35..78f5d8b972 100644 --- a/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_verydraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/nylon/monoprice_select_mini_v2_nylon_verydraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Low Detail Draft definition = monoprice_select_mini_v2 +name = Low Detail Draft +version = 4 [metadata] +material = generic_nylon +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -material = generic_nylon + diff --git a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_draft.inst.cfg b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_draft.inst.cfg index 9909193823..c4091dcca7 100644 --- a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_draft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast definition = monoprice_select_mini_v2 +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_pc [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_fast.inst.cfg b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_fast.inst.cfg index 3088c2a0bb..a9f823bea2 100644 --- a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_fast.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_fast.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal definition = monoprice_select_mini_v2 +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_pc [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_high.inst.cfg b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_high.inst.cfg index 7d654d698c..8da55d5a5e 100644 --- a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_high.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_high.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Finer definition = monoprice_select_mini_v2 +name = Finer +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pc [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_normal.inst.cfg b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_normal.inst.cfg index ded324237c..ada1b368a5 100644 --- a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_normal.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine definition = monoprice_select_mini_v2 +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pc [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_superdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_superdraft.inst.cfg index ba1df40803..0d695acb45 100644 --- a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_superdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_superdraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Lowest Quality Draft definition = monoprice_select_mini_v2 +name = Lowest Quality Draft +version = 4 [metadata] +material = generic_pc +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -material = generic_pc [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_thickerdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_thickerdraft.inst.cfg index b36c9c86c5..480ec105b5 100644 --- a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_thickerdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_thickerdraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft definition = monoprice_select_mini_v2 +name = Draft +version = 4 [metadata] +material = generic_pc +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -material = generic_pc [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_ultra.inst.cfg b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_ultra.inst.cfg index ddc7085fc0..8bc61868a4 100644 --- a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_ultra.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Fine definition = monoprice_select_mini_v2 +name = Ultra Fine +version = 4 [metadata] +material = generic_pc +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -material = generic_pc [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_verydraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_verydraft.inst.cfg index cddd7cf1a1..f505041a5c 100644 --- a/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_verydraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pc/monoprice_select_mini_v2_pc_verydraft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Detail Draft definition = monoprice_select_mini_v2 +name = Low Detail Draft +version = 4 [metadata] +material = generic_pc +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -material = generic_pc [values] material_bed_temperature = 70 material_bed_temperature_layer_0 = 70 + diff --git a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_draft.inst.cfg b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_draft.inst.cfg index cfcfd0eda8..f09e696c54 100644 --- a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_draft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_draft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Fast definition = monoprice_select_mini_v2 +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_petg + diff --git a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_fast.inst.cfg b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_fast.inst.cfg index 7772c13ab9..89906c059d 100644 --- a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_fast.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_fast.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Normal definition = monoprice_select_mini_v2 +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -material = generic_petg + diff --git a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_high.inst.cfg b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_high.inst.cfg index c43a58be2c..834133f038 100644 --- a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_high.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_high.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Finer definition = monoprice_select_mini_v2 +name = Finer +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_petg + diff --git a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_normal.inst.cfg b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_normal.inst.cfg index bef9fdfe82..f9d44894f1 100644 --- a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_normal.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_normal.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Fine definition = monoprice_select_mini_v2 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_petg + diff --git a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_superdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_superdraft.inst.cfg index 5a72cc7977..4c97eca1d9 100644 --- a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_superdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_superdraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Lowest Quality Draft definition = monoprice_select_mini_v2 +name = Lowest Quality Draft +version = 4 [metadata] +material = generic_petg +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -material = generic_petg + diff --git a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_thickerdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_thickerdraft.inst.cfg index e2a4de1c61..d0e40f597d 100644 --- a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_thickerdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_thickerdraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Draft definition = monoprice_select_mini_v2 +name = Draft +version = 4 [metadata] +material = generic_petg +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -material = generic_petg + diff --git a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_ultra.inst.cfg b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_ultra.inst.cfg index fa04dead85..886e8e2941 100644 --- a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_ultra.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_ultra.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Ultra Fine definition = monoprice_select_mini_v2 +name = Ultra Fine +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -material = generic_petg + diff --git a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_verydraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_verydraft.inst.cfg index 81ea798071..034b5a583a 100644 --- a/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_verydraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/petg/monoprice_select_mini_v2_petg_verydraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Low Detail Draft definition = monoprice_select_mini_v2 +name = Low Detail Draft +version = 4 [metadata] +material = generic_petg +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -material = generic_petg + diff --git a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_draft.inst.cfg b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_draft.inst.cfg index c0aca37d92..ad6c82c4dd 100644 --- a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_draft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_draft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Fast definition = monoprice_select_mini_v2 +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -material = generic_pla + diff --git a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_fast.inst.cfg b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_fast.inst.cfg index 8ed542e038..b42f208548 100644 --- a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_fast.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_fast.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Normal definition = monoprice_select_mini_v2 +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = 0 -material = generic_pla + diff --git a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_high.inst.cfg b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_high.inst.cfg index 7dad8fc3ce..edb2587911 100644 --- a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_high.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_high.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Finer definition = monoprice_select_mini_v2 +name = Finer +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = generic_pla + diff --git a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_normal.inst.cfg b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_normal.inst.cfg index 8b7becabcc..96aa6a078a 100644 --- a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_normal.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_normal.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Fine definition = monoprice_select_mini_v2 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla + diff --git a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_superdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_superdraft.inst.cfg index 871da63427..52025f16ae 100644 --- a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_superdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_superdraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Lowest Quality Draft definition = monoprice_select_mini_v2 +name = Lowest Quality Draft +version = 4 [metadata] +material = generic_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -5 -material = generic_pla + diff --git a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_thickerdraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_thickerdraft.inst.cfg index 0bb365b701..7d9cff7632 100644 --- a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_thickerdraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_thickerdraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Draft definition = monoprice_select_mini_v2 +name = Draft +version = 4 [metadata] +material = generic_pla +quality_type = thickerdraft setting_version = 20 type = quality -quality_type = thickerdraft weight = -3 -material = generic_pla + diff --git a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_ultra.inst.cfg b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_ultra.inst.cfg index 26c9a97cd4..d26b4e5fb3 100644 --- a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_ultra.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_ultra.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Ultra Fine definition = monoprice_select_mini_v2 +name = Ultra Fine +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 2 -material = generic_pla + diff --git a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_verydraft.inst.cfg b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_verydraft.inst.cfg index 2e3d7ee4b8..790a2ae891 100644 --- a/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_verydraft.inst.cfg +++ b/resources/quality/monoprice_select_mini_v2/pla/monoprice_select_mini_v2_pla_verydraft.inst.cfg @@ -1,11 +1,12 @@ [general] -version = 4 -name = Low Detail Draft definition = monoprice_select_mini_v2 +name = Low Detail Draft +version = 4 [metadata] +material = generic_pla +quality_type = verydraft setting_version = 20 type = quality -material = generic_pla weight = 0 -quality_type = verydraft + diff --git a/resources/quality/normal.inst.cfg b/resources/quality/normal.inst.cfg index 5e4fa02320..5a5989a55b 100644 --- a/resources/quality/normal.inst.cfg +++ b/resources/quality/normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine definition = fdmprinter +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] + diff --git a/resources/quality/nps/nps_ABS_A.inst.cfg b/resources/quality/nps/nps_ABS_A.inst.cfg index e920d95be1..a2b8c31503 100644 --- a/resources/quality/nps/nps_ABS_A.inst.cfg +++ b/resources/quality/nps/nps_ABS_A.inst.cfg @@ -1,46 +1,47 @@ -[general] -version = 4 -name = A -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = a -weight = 1 -material = generic_abs - -[values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 35 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 19 * layer_height -cool_min_speed = 10 -support_angle = 65 -material_print_temperature = =default_material_print_temperature + 10 -material_print_temperature_layer_0 = =240 -material_bed_temperature = 100 -material_flow = 100 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 10 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 \ No newline at end of file +[general] +definition = nps +name = A +version = 4 + +[metadata] +material = generic_abs +quality_type = a +setting_version = 20 +type = quality +weight = 1 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 19 * layer_height +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_bed_temperature = 100 +material_flow = 100 +material_print_temperature = =default_material_print_temperature + 10 +material_print_temperature_layer_0 = =240 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 +support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/nps/nps_ABS_B.inst.cfg b/resources/quality/nps/nps_ABS_B.inst.cfg index cf57c8afdc..d40ed349f0 100644 --- a/resources/quality/nps/nps_ABS_B.inst.cfg +++ b/resources/quality/nps/nps_ABS_B.inst.cfg @@ -1,42 +1,43 @@ -[general] -version = 4 -name = B -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = b -weight = 0 -material = generic_abs - -[values] -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 35 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height -cool_min_speed = 10 -support_angle = 60 -material_print_temperature = =default_material_print_temperature + 13 -material_print_temperature_layer_0 = =243 -material_bed_temperature = 100 -material_flow = 96 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 15 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +[general] +definition = nps +name = B +version = 4 + +[metadata] +material = generic_abs +quality_type = b +setting_version = 20 +type = quality +weight = 0 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 100 +material_flow = 96 +material_print_temperature = =default_material_print_temperature + 13 +material_print_temperature_layer_0 = =243 +prime_tower_enable = True +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 +support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height + diff --git a/resources/quality/nps/nps_ABS_C.inst.cfg b/resources/quality/nps/nps_ABS_C.inst.cfg index b0e435d9bc..6d0c9785a6 100644 --- a/resources/quality/nps/nps_ABS_C.inst.cfg +++ b/resources/quality/nps/nps_ABS_C.inst.cfg @@ -1,42 +1,43 @@ -[general] -version = 4 -name = C -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = c -weight = -1 -material = generic_abs - -[values] -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 35 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height -cool_min_speed = 10 -support_angle = 55 -material_print_temperature = =default_material_print_temperature + 15 -material_print_temperature_layer_0 = =245 -material_bed_temperature = 100 -material_flow = 91 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 20 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +[general] +definition = nps +name = C +version = 4 + +[metadata] +material = generic_abs +quality_type = c +setting_version = 20 +type = quality +weight = -1 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 100 +material_flow = 91 +material_print_temperature = =default_material_print_temperature + 15 +material_print_temperature_layer_0 = =245 +prime_tower_enable = True +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 +support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height + diff --git a/resources/quality/nps/nps_PC_A.inst.cfg b/resources/quality/nps/nps_PC_A.inst.cfg index 96a84784ab..7fd2a7cf6d 100644 --- a/resources/quality/nps/nps_PC_A.inst.cfg +++ b/resources/quality/nps/nps_PC_A.inst.cfg @@ -1,56 +1,55 @@ -[general] -version = 4 -name = A -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = a -weight = 1 -material = generic_pc - -[values] -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 10 -cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 -support_angle = 60 -cool_lift_head = true -material_print_temperature = =default_material_print_temperature + 10 -material_print_temperature_layer_0 = =280 -material_bed_temperature = 110 -material_flow = 100 -wall_line_count = 3 -retraction_extra_prime_amount = 0.1 -retraction_speed = 30 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 10 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 - +[general] +definition = nps +name = A +version = 4 + +[metadata] +material = generic_pc +quality_type = a +setting_version = 20 +type = quality +weight = 1 + +[values] +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed = 10 +cool_fan_speed_max = 10 +cool_lift_head = true +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +material_bed_temperature = 110 +material_flow = 100 +material_print_temperature = =default_material_print_temperature + 10 +material_print_temperature_layer_0 = =280 +prime_tower_enable = True +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 +skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 60 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height +wall_line_count = 3 + diff --git a/resources/quality/nps/nps_PC_B.inst.cfg b/resources/quality/nps/nps_PC_B.inst.cfg index 4700d063a1..dc38ceea79 100644 --- a/resources/quality/nps/nps_PC_B.inst.cfg +++ b/resources/quality/nps/nps_PC_B.inst.cfg @@ -1,56 +1,55 @@ -[general] -version = 4 -name = B -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = b -weight = 0 -material = generic_pc - -[values] -speed_print = 35 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 10 -cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 -cool_lift_head = true -support_angle = 60 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = 275 -material_bed_temperature = 110 -material_flow = 88 -wall_line_count = 3 -retraction_speed = 30 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 15 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True - -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 +[general] +definition = nps +name = B +version = 4 + +[metadata] +material = generic_pc +quality_type = b +setting_version = 20 +type = quality +weight = 0 + +[values] +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed = 10 +cool_fan_speed_max = 10 +cool_lift_head = true +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +material_bed_temperature = 110 +material_flow = 88 +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = 275 +prime_tower_enable = True +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 +skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height +wall_line_count = 3 + diff --git a/resources/quality/nps/nps_PC_C.inst.cfg b/resources/quality/nps/nps_PC_C.inst.cfg index 7e85fe319c..3ee9c53f40 100644 --- a/resources/quality/nps/nps_PC_C.inst.cfg +++ b/resources/quality/nps/nps_PC_C.inst.cfg @@ -1,56 +1,55 @@ -[general] -version = 4 -name = C -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = c -weight = -1 -material = generic_pc - -[values] -speed_print = 35 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 10 -cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 -support_angle = 60 -cool_lift_head = true -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = 275 -material_bed_temperature = 110 -material_flow = 88 -wall_line_count = 3 -retraction_speed = 30 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 20 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True - -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 +[general] +definition = nps +name = C +version = 4 + +[metadata] +material = generic_pc +quality_type = c +setting_version = 20 +type = quality +weight = -1 + +[values] +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed = 10 +cool_fan_speed_max = 10 +cool_lift_head = true +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +material_bed_temperature = 110 +material_flow = 88 +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = 275 +prime_tower_enable = True +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 +skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 60 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height +wall_line_count = 3 + diff --git a/resources/quality/nps/nps_PETG_A.inst.cfg b/resources/quality/nps/nps_PETG_A.inst.cfg index 1881d25206..db6832763e 100644 --- a/resources/quality/nps/nps_PETG_A.inst.cfg +++ b/resources/quality/nps/nps_PETG_A.inst.cfg @@ -1,42 +1,43 @@ -[general] -version = 4 -name = A -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = a -weight = 1 -material = generic_petg - -[values] -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 50 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height -cool_min_speed = 10 -support_angle = 65 -material_print_temperature = =default_material_print_temperature + 20 -material_print_temperature_layer_0 = =230 -material_bed_temperature = 80 -material_flow = 98 -retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 10 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +[general] +definition = nps +name = A +version = 4 + +[metadata] +material = generic_petg +quality_type = a +setting_version = 20 +type = quality +weight = 1 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_fan_speed = 50 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 80 +material_flow = 98 +material_print_temperature = =default_material_print_temperature + 20 +material_print_temperature_layer_0 = =230 +prime_tower_enable = True +retraction_extra_prime_amount = 0 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_PETG_B.inst.cfg b/resources/quality/nps/nps_PETG_B.inst.cfg index 156959e020..972c374255 100644 --- a/resources/quality/nps/nps_PETG_B.inst.cfg +++ b/resources/quality/nps/nps_PETG_B.inst.cfg @@ -1,42 +1,43 @@ -[general] -version = 4 -name = B -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = b -weight = 0 -material = generic_petg - -[values] -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 50 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height -cool_min_speed = 10 -support_angle = 60 -material_print_temperature = =default_material_print_temperature + 20 -material_print_temperature_layer_0 = =230 -material_bed_temperature = 80 -material_flow = 95 -retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 15 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +[general] +definition = nps +name = B +version = 4 + +[metadata] +material = generic_petg +quality_type = b +setting_version = 20 +type = quality +weight = 0 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_fan_speed = 50 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 80 +material_flow = 95 +material_print_temperature = =default_material_print_temperature + 20 +material_print_temperature_layer_0 = =230 +prime_tower_enable = True +retraction_extra_prime_amount = 0 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_PETG_C.inst.cfg b/resources/quality/nps/nps_PETG_C.inst.cfg index d84858e55a..41f8b11806 100644 --- a/resources/quality/nps/nps_PETG_C.inst.cfg +++ b/resources/quality/nps/nps_PETG_C.inst.cfg @@ -1,41 +1,42 @@ -[general] -version = 4 -name = C -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = c -weight = -1 -material = generic_petg - -[values] -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 50 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height -cool_min_speed = 10 -support_angle = 55 -material_print_temperature = =default_material_print_temperature + 20 -material_print_temperature_layer_0 = =230 -material_bed_temperature = 80 -material_flow = 91 -retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 20 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 \ No newline at end of file +[general] +definition = nps +name = C +version = 4 + +[metadata] +material = generic_petg +quality_type = c +setting_version = 20 +type = quality +weight = -1 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_fan_speed = 50 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 80 +material_flow = 91 +material_print_temperature = =default_material_print_temperature + 20 +material_print_temperature_layer_0 = =230 +retraction_extra_prime_amount = 0 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_PLA_A.inst.cfg b/resources/quality/nps/nps_PLA_A.inst.cfg index 3c9d8e8b20..620b0f638e 100644 --- a/resources/quality/nps/nps_PLA_A.inst.cfg +++ b/resources/quality/nps/nps_PLA_A.inst.cfg @@ -1,41 +1,42 @@ -[general] -version = 4 -name = A -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = a -weight = 1 -material = generic_pla - -[values] -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 100 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 10 -support_angle = 65 -material_print_temperature = =default_material_print_temperature + 15 -material_print_temperature_layer_0 = =210 -material_bed_temperature = 60 -material_flow = 98 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 10 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 \ No newline at end of file +[general] +definition = nps +name = A +version = 4 + +[metadata] +material = generic_pla +quality_type = a +setting_version = 20 +type = quality +weight = 1 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed = 100 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 60 +material_flow = 98 +material_print_temperature = =default_material_print_temperature + 15 +material_print_temperature_layer_0 = =210 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_PLA_B.inst.cfg b/resources/quality/nps/nps_PLA_B.inst.cfg index e870274500..3b9b82c659 100644 --- a/resources/quality/nps/nps_PLA_B.inst.cfg +++ b/resources/quality/nps/nps_PLA_B.inst.cfg @@ -1,41 +1,42 @@ -[general] -version = 4 -name = B -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = b -weight = 0 -material = generic_pla - -[values] -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 100 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 10 -support_angle = 60 -material_print_temperature = =default_material_print_temperature + 15 -material_print_temperature_layer_0 = =220 -material_bed_temperature = 60 -material_flow = 100 -retraction_extra_prime_amount = 0.0 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 15 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 \ No newline at end of file +[general] +definition = nps +name = B +version = 4 + +[metadata] +material = generic_pla +quality_type = b +setting_version = 20 +type = quality +weight = 0 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed = 100 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 60 +material_flow = 100 +material_print_temperature = =default_material_print_temperature + 15 +material_print_temperature_layer_0 = =220 +retraction_extra_prime_amount = 0.0 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_PLA_C.inst.cfg b/resources/quality/nps/nps_PLA_C.inst.cfg index 955ea3875c..f81d59a8d6 100644 --- a/resources/quality/nps/nps_PLA_C.inst.cfg +++ b/resources/quality/nps/nps_PLA_C.inst.cfg @@ -1,41 +1,42 @@ -[general] -version = 4 -name = C -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = c -weight = -1 -material = generic_pla - -[values] -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 -cool_fan_enabled = True -cool_fan_speed = 100 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 10 -support_angle = 55 -material_print_temperature = =default_material_print_temperature + 15 -material_print_temperature_layer_0 = =220 -material_bed_temperature = 60 -material_flow = 91 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 20 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 \ No newline at end of file +[general] +definition = nps +name = C +version = 4 + +[metadata] +material = generic_pla +quality_type = c +setting_version = 20 +type = quality +weight = -1 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed = 100 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 60 +material_flow = 91 +material_print_temperature = =default_material_print_temperature + 15 +material_print_temperature_layer_0 = =220 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_TPU_A.inst.cfg b/resources/quality/nps/nps_TPU_A.inst.cfg index 679b6f8e31..de6d14d4de 100644 --- a/resources/quality/nps/nps_TPU_A.inst.cfg +++ b/resources/quality/nps/nps_TPU_A.inst.cfg @@ -1,41 +1,42 @@ -[general] -version = 4 -name = A -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = a -weight = 1 -material = generic_tpu - -[values] -speed_print = 30 -speed_wall = =math.ceil(speed_print * 30/30) -speed_wall_0 = =math.ceil(speed_print * 25/30) -speed_topbottom = =math.ceil(speed_print * 25/30) -speed_layer_0 = =math.ceil(speed_print * 20/30) -speed_slowdown_layers = 1 -cool_fan_enabled = True -cool_fan_speed = 50 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height -cool_min_speed = 10 -support_angle = 50 -material_print_temperature = =default_material_print_temperature - 13 -material_print_temperature_layer_0 = =215 -material_bed_temperature = 45 -material_flow = 107 -retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = False -skin_overlap = 5 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 2.5 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 \ No newline at end of file +[general] +definition = nps +name = A +version = 4 + +[metadata] +material = generic_tpu +quality_type = a +setting_version = 20 +type = quality +weight = 1 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_fan_speed = 50 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 45 +material_flow = 107 +material_print_temperature = =default_material_print_temperature - 13 +material_print_temperature_layer_0 = =215 +retraction_extra_prime_amount = 0.2 +retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 20/30) +speed_print = 30 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 25/30) +speed_wall = =math.ceil(speed_print * 30/30) +speed_wall_0 = =math.ceil(speed_print * 25/30) +support_angle = 50 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 +support_xy_distance = =line_width * 2.5 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_TPU_B.inst.cfg b/resources/quality/nps/nps_TPU_B.inst.cfg index af4c9f26bf..cf1467435f 100644 --- a/resources/quality/nps/nps_TPU_B.inst.cfg +++ b/resources/quality/nps/nps_TPU_B.inst.cfg @@ -1,41 +1,42 @@ -[general] -version = 4 -name = B -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = b -weight = 0 -material = generic_tpu - -[values] -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_print * 27/35) -speed_topbottom = =math.ceil(speed_print * 25/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 -cool_fan_enabled = True -cool_fan_speed = 50 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height -cool_min_speed = 10 -support_angle = 50 -material_print_temperature = =default_material_print_temperature - 13 -material_print_temperature_layer_0 = =210 -material_bed_temperature = 45 -material_flow = 103 -retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = False -skin_overlap = 5 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 2.5 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 \ No newline at end of file +[general] +definition = nps +name = B +version = 4 + +[metadata] +material = generic_tpu +quality_type = b +setting_version = 20 +type = quality +weight = 0 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_fan_speed = 50 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 45 +material_flow = 103 +material_print_temperature = =default_material_print_temperature - 13 +material_print_temperature_layer_0 = =210 +retraction_extra_prime_amount = 0.2 +retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 25/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_print * 27/35) +support_angle = 50 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 +support_xy_distance = =line_width * 2.5 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_TPU_C.inst.cfg b/resources/quality/nps/nps_TPU_C.inst.cfg index 809ffc91b6..15c2babe0b 100644 --- a/resources/quality/nps/nps_TPU_C.inst.cfg +++ b/resources/quality/nps/nps_TPU_C.inst.cfg @@ -1,41 +1,42 @@ -[general] -version = 4 -name = C -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = c -weight = -1 -material = generic_tpu - -[values] -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/40) -speed_wall_0 = =math.ceil(speed_print * 30/40) -speed_topbottom = =math.ceil(speed_print * 27/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 1 -cool_fan_enabled = True -cool_fan_speed = 50 -cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height -cool_min_speed = 10 -support_angle = 50 -material_print_temperature = =default_material_print_temperature - 13 -material_print_temperature_layer_0 = =215 -material_bed_temperature = 45 -material_flow = 101 -retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = False -skin_overlap = 5 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 2.5 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 +[general] +definition = nps +name = C +version = 4 + +[metadata] +material = generic_tpu +quality_type = c +setting_version = 20 +type = quality +weight = -1 + +[values] +cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_fan_speed = 50 +cool_fan_speed_max = 100 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 10 +material_bed_temperature = 45 +material_flow = 101 +material_print_temperature = =default_material_print_temperature - 13 +material_print_temperature_layer_0 = =215 +retraction_extra_prime_amount = 0.2 +retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 27/40) +speed_wall = =math.ceil(speed_print * 40/40) +speed_wall_0 = =math.ceil(speed_print * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 +support_xy_distance = =line_width * 2.5 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 + diff --git a/resources/quality/nps/nps_global_A.inst.cfg b/resources/quality/nps/nps_global_A.inst.cfg index aa3ba1c71a..7a776973b4 100644 --- a/resources/quality/nps/nps_global_A.inst.cfg +++ b/resources/quality/nps/nps_global_A.inst.cfg @@ -1,15 +1,16 @@ -[general] -version = 4 -name = Extra Fine Qualité -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = a -weight = 0 -global_quality = True - -[values] -layer_height = 0.1 -top_bottom_thickness = =5*layer_height \ No newline at end of file +[general] +definition = nps +name = Extra Fine Qualité +version = 4 + +[metadata] +global_quality = True +quality_type = a +setting_version = 20 +type = quality +weight = 0 + +[values] +layer_height = 0.1 +top_bottom_thickness = =5*layer_height + diff --git a/resources/quality/nps/nps_global_B.inst.cfg b/resources/quality/nps/nps_global_B.inst.cfg index fcc9a5cc0b..e7dee60cf4 100644 --- a/resources/quality/nps/nps_global_B.inst.cfg +++ b/resources/quality/nps/nps_global_B.inst.cfg @@ -1,15 +1,16 @@ -[general] -version = 4 -name = Fine Qualité -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = b -weight = 0 -global_quality = True - -[values] -layer_height = 0.16 -top_bottom_thickness = =3*layer_height \ No newline at end of file +[general] +definition = nps +name = Fine Qualité +version = 4 + +[metadata] +global_quality = True +quality_type = b +setting_version = 20 +type = quality +weight = 0 + +[values] +layer_height = 0.16 +top_bottom_thickness = =3*layer_height + diff --git a/resources/quality/nps/nps_global_C.inst.cfg b/resources/quality/nps/nps_global_C.inst.cfg index d5870296a3..1bebfd1cdd 100644 --- a/resources/quality/nps/nps_global_C.inst.cfg +++ b/resources/quality/nps/nps_global_C.inst.cfg @@ -1,15 +1,16 @@ -[general] -version = 4 -name = Haute qualité -definition = nps - -[metadata] -setting_version = 20 -type = quality -quality_type = c -weight = 0 -global_quality = True - -[values] -layer_height = 0.25 -top_bottom_thickness = =5*layer_height \ No newline at end of file +[general] +definition = nps +name = Haute qualité +version = 4 + +[metadata] +global_quality = True +quality_type = c +setting_version = 20 +type = quality +weight = 0 + +[values] +layer_height = 0.25 +top_bottom_thickness = =5*layer_height + diff --git a/resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg b/resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg index 7ae006b606..39460a466d 100644 --- a/resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg +++ b/resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg @@ -1,119 +1,119 @@ - [general] -version = 4 -name = Best Quality definition = nwa3d_a31 +name = Best Quality +version = 4 [metadata] +global_quality = True +quality_type = best setting_version = 20 type = quality -quality_type = best weight = 1 -global_quality = True [values] -layer_height = 0.08 -layer_height_0 = 0.24 -line_width = 0.4 -wall_line_width_0 = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 20 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 50 -material_bed_temperature = 50 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 30 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.24 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.24 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.2 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 50 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 20 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.08 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 50 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 30 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.2 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_line_width_0 = 0.4 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg b/resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg index 2d6c3617bf..0b361a1718 100644 --- a/resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg +++ b/resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg @@ -1,115 +1,116 @@ [general] -version = 4 -name = 0.6 Engineering Quality definition = nwa3d_a31 +name = 0.6 Engineering Quality +version = 4 [metadata] +global_quality = True +quality_type = Engineering setting_version = 20 type = quality -quality_type = Engineering weight = -2 -global_quality = True [values] -layer_height = 0.28 -layer_height_0 = 0.4 -line_width = 0.6 -wall_line_width_0 = 0.6 -initial_layer_line_width_factor = 100 -wall_thickness = 1.2 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 1.2 -top_layers = 5 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 15 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.15 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 50 -material_bed_temperature = 50 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 1.2 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 40 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 40 -speed_slowdown_layers = 2 acceleration_enabled = False -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_layer = 3 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_layer = 3 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =10 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 10 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.34 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 50 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = .45 -support_roof_density = 45 -support_roof_pattern = grid -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 15 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.15 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.28 +layer_height_0 = 0.4 +limit_support_retractions = True +line_width = 0.6 +material_bed_temperature = 50 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 1.2 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 40 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 40 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =10 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 10 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = .45 +support_roof_pattern = grid +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.34 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 1.2 +top_layers = 5 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_line_width_0 = 0.6 +wall_thickness = 1.2 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg b/resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg index aad794f91c..f5ae176bc2 100644 --- a/resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg +++ b/resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg @@ -1,119 +1,119 @@ - [general] -version = 4 -name = Fast Quality definition = nwa3d_a31 +name = Fast Quality +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] -layer_height = 0.24 -layer_height_0 = 0.24 -line_width = 0.4 -wall_line_width_0 = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 15 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 50 -material_bed_temperature = 50 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 60 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.48 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.48 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 50 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 15 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.24 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 50 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 60 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_line_width_0 = 0.4 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg b/resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg index c0aa59f1d0..e568857eba 100644 --- a/resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg +++ b/resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg @@ -1,118 +1,119 @@ [general] -version = 4 -name = Normal Quality definition = nwa3d_a31 +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.24 -line_width = 0.4 -wall_line_width_0 = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 20 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 50 -material_bed_temperature = 50 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 50 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.32 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.32 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.21 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 50 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 20 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.16 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 50 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 50 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.21 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_line_width_0 = 0.4 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg index 1e2b316efc..606d958306 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg @@ -1,122 +1,118 @@ [general] -version = 4 -name = Best Quality definition = nwa3d_a5 +name = Best Quality +version = 4 [metadata] +global_quality = True +quality_type = best setting_version = 20 type = quality -quality_type = best weight = 1 -global_quality = True [values] -layer_height = 0.08 -layer_height_0 = 0.24 -line_width = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 20 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 0 -material_bed_temperature = 0 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 30 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.24 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.24 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.18 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 0 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 20 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.08 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 0 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False - - - - +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 30 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.18 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg index 9fd4d77ed9..5fcfc53622 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg @@ -1,117 +1,118 @@ [general] -version = 4 -name = Fast Quality definition = nwa3d_a5 +name = Fast Quality +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] -layer_height = 0.24 -layer_height_0 = 0.24 -line_width = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 15 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 0 -material_bed_temperature = 0 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 60 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.48 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.48 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.3 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 0 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 15 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.24 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 0 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 60 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.3 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg index e1825dfd42..cf700921ad 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg @@ -1,117 +1,118 @@ [general] -version = 4 -name = Normal Quality definition = nwa3d_a5 +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.16 -layer_height_0 = 0.24 -line_width = 0.4 -initial_layer_line_width_factor = 100 -wall_thickness = 0.8 -wall_0_wipe_dist = 0.2 -roofing_layer_count = 1 -top_bottom_thickness = 0.6 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.6 -bottom_layers = 3 -top_bottom_pattern = lines -top_bottom_pattern_0 = lines -wall_0_inset = 0 -optimize_wall_printing_order = False -alternate_extra_perimeter = False -fill_outline_gaps = True -xy_offset = 0 -skin_no_small_gaps_heuristic = True -skin_outline_count = 1 -ironing_enabled = False -infill_sparse_density = 20 -zig_zaggify_infill = False -infill_multiplier = 1 -infill_wall_line_count = 0 -infill_overlap = 10 -skin_overlap = 5 -infill_wipe_dist = 0.1 -gradual_infill_steps = 0 -infill_before_walls = False -infill_support_enabled = False -max_skin_angle_for_expansion = 90 -default_material_print_temperature = 220 -material_print_temperature = 220 -material_print_temperature_layer_0 = 220 -material_initial_print_temperature = 220 -material_final_print_temperature = 220 -default_material_bed_temperature = 0 -material_bed_temperature = 0 -material_flow = 100 -retraction_enable = True -retract_at_layer_change = False -retraction_amount = 5 -retraction_speed = 45 -retraction_extra_prime_amount = 0 -retraction_min_travel = 0.8 -retraction_count_max = 90 -retraction_extrusion_window = 5 -limit_support_retractions = True -switch_extruder_retraction_amount = 16 -switch_extruder_retraction_speeds = 20 -speed_print = 50 -speed_travel = 150 -speed_layer_0 = 10 -speed_travel_layer_0 = 50 -speed_slowdown_layers = 2 acceleration_enabled = False acceleration_roofing = 3000 -jerk_enabled = False -retraction_combing = off -travel_retract_before_outer_wall = False -retraction_hop_enabled = False +adhesion_type = skirt +alternate_extra_perimeter = False +bottom_layers = 3 +bottom_thickness = 0.6 +carve_multiple_volumes = False cool_fan_enabled = True +cool_fan_full_at_height = 0.32 cool_fan_speed = 100 cool_fan_speed_0 = 0 -cool_fan_full_at_height = 0.32 cool_lift_head = False -support_enable = True -support_type = everywhere -support_angle = 50 -support_pattern = grid -support_wall_count = 0 -zig_zaggify_support = False -support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 -support_infill_angles = [0] -support_brim_enable = True -support_brim_line_count = 5 -support_z_distance = 0.21 -support_xy_distance = 0.7 -support_xy_distance_overhang = 0.2 -support_bottom_stair_step_height = 0.3 -support_bottom_stair_step_width = 5.0 -support_join_distance = 2.0 -support_offset = 0.2 +default_material_bed_temperature = 0 +default_material_print_temperature = 220 +fill_outline_gaps = True +gradual_infill_steps = 0 gradual_support_infill_steps = 0 -support_roof_enable = True -support_bottom_enable = False -support_roof_height = 0.45 -support_roof_density = 45 -support_roof_pattern = lines -support_fan_enable = False -support_use_towers = True -support_tower_diameter = 3 -support_tower_roof_angle = 65 -adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 3 -meshfix_union_all = True -meshfix_union_all_remove_holes = False +infill_before_walls = False +infill_multiplier = 1 +infill_overlap = 10 +infill_sparse_density = 20 +infill_support_enabled = False +infill_wall_line_count = 0 +infill_wipe_dist = 0.1 +initial_layer_line_width_factor = 100 +ironing_enabled = False +jerk_enabled = False +layer_height = 0.16 +layer_height_0 = 0.24 +limit_support_retractions = True +line_width = 0.4 +material_bed_temperature = 0 +material_final_print_temperature = 220 +material_flow = 100 +material_initial_print_temperature = 220 +material_print_temperature = 220 +material_print_temperature_layer_0 = 220 +max_skin_angle_for_expansion = 90 meshfix_extensive_stitching = False meshfix_keep_open_polygons = False +meshfix_union_all = True +meshfix_union_all_remove_holes = False multiple_mesh_overlap = 0.16 -carve_multiple_volumes = False +optimize_wall_printing_order = False +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = off +retraction_count_max = 90 +retraction_enable = True +retraction_extra_prime_amount = 0 +retraction_extrusion_window = 5 +retraction_hop_enabled = False +retraction_min_travel = 0.8 +retraction_speed = 45 +roofing_layer_count = 1 +skin_no_small_gaps_heuristic = True +skin_outline_count = 1 +skin_overlap = 5 +skirt_gap = 3 +skirt_line_count = 2 +speed_layer_0 = 10 +speed_print = 50 +speed_slowdown_layers = 2 +speed_travel = 150 +speed_travel_layer_0 = 50 +support_angle = 50 +support_bottom_enable = False +support_bottom_stair_step_height = 0.3 +support_bottom_stair_step_width = 5.0 +support_brim_enable = True +support_brim_line_count = 5 +support_enable = True +support_fan_enable = False +support_infill_angles = [0] +support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20 +support_join_distance = 2.0 +support_offset = 0.2 +support_pattern = grid +support_roof_density = 45 +support_roof_enable = True +support_roof_height = 0.45 +support_roof_pattern = lines +support_tower_diameter = 3 +support_tower_roof_angle = 65 +support_type = everywhere +support_use_towers = True +support_wall_count = 0 +support_xy_distance = 0.7 +support_xy_distance_overhang = 0.2 +support_z_distance = 0.21 +switch_extruder_retraction_amount = 16 +switch_extruder_retraction_speeds = 20 +top_bottom_pattern = lines +top_bottom_pattern_0 = lines +top_bottom_thickness = 0.6 +top_layers = 5 +top_thickness = 0.8 +travel_retract_before_outer_wall = False +wall_0_inset = 0 +wall_0_wipe_dist = 0.2 +wall_thickness = 0.8 +xy_offset = 0 +zig_zaggify_infill = False +zig_zaggify_support = False + diff --git a/resources/quality/peopoly_moai/peopoly_moai_coarse.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_coarse.inst.cfg index f2dc8c271f..912366c5bb 100644 --- a/resources/quality/peopoly_moai/peopoly_moai_coarse.inst.cfg +++ b/resources/quality/peopoly_moai/peopoly_moai_coarse.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Coarse definition = peopoly_moai +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = 3 -global_quality = True [values] layer_height = 0.08 @@ -16,3 +16,4 @@ speed_print = 90 speed_travel = 120 speed_travel_layer_0 = 100 speed_wall = 90 + diff --git a/resources/quality/peopoly_moai/peopoly_moai_draft.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_draft.inst.cfg index 1297a02efa..3ff1981c1b 100644 --- a/resources/quality/peopoly_moai/peopoly_moai_draft.inst.cfg +++ b/resources/quality/peopoly_moai/peopoly_moai_draft.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Draft definition = peopoly_moai +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.1 speed_print = 85 +speed_slowdown_layers = 2 speed_travel = 120 speed_travel_layer_0 = 100 speed_wall = 85 -speed_slowdown_layers = 2 + diff --git a/resources/quality/peopoly_moai/peopoly_moai_extra_high.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_extra_high.inst.cfg index 3e3c888bb9..40bebda1c7 100644 --- a/resources/quality/peopoly_moai/peopoly_moai_extra_high.inst.cfg +++ b/resources/quality/peopoly_moai/peopoly_moai_extra_high.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Extra High definition = peopoly_moai +name = Extra High +version = 4 [metadata] +global_quality = True +quality_type = extra_high setting_version = 20 type = quality -quality_type = extra_high weight = 0 -global_quality = True [values] layer_height = 0.02 speed_print = 185 +speed_slowdown_layers = 5 speed_travel = 185 speed_travel_layer_0 = 100 speed_wall = 185 -speed_slowdown_layers = 5 + diff --git a/resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg index 8deddf8fa4..7f70613091 100644 --- a/resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg +++ b/resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = High definition = peopoly_moai +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.04 speed_print = 140 +speed_slowdown_layers = 4 speed_travel = 140 speed_travel_layer_0 = 100 speed_wall = 140 -speed_slowdown_layers = 4 + diff --git a/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg index 902f762c13..2c6500a654 100644 --- a/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg +++ b/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = peopoly_moai +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.06 @@ -16,3 +16,4 @@ speed_print = 120 speed_travel = 120 speed_travel_layer_0 = 100 speed_wall = 120 + diff --git a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_adaptive.inst.cfg b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_adaptive.inst.cfg index 91485b44c7..16fadf3eb4 100644 --- a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_adaptive.inst.cfg +++ b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = rigid3d_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs [values] cool_fan_enabled = False -default_material_print_temperature = 240 default_material_bed_temperature = 100 +default_material_print_temperature = 240 + diff --git a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_good.inst.cfg b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_good.inst.cfg index 223f2866f9..e160c683e7 100644 --- a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_good.inst.cfg +++ b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_good.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Good Quality definition = rigid3d_base +name = Good Quality +version = 4 [metadata] +material = generic_abs +quality_type = good setting_version = 20 type = quality -quality_type = good -material = generic_abs variant = 0.4mm Nozzle [values] cool_fan_enabled = False +default_material_bed_temperature = 100 default_material_print_temperature = 235 -default_material_bed_temperature = 100 \ No newline at end of file + diff --git a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_low.inst.cfg b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_low.inst.cfg index b194edea3a..528953db9c 100644 --- a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_low.inst.cfg +++ b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_low.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Low Quality definition = rigid3d_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] cool_fan_enabled = False -default_material_print_temperature = 240 default_material_bed_temperature = 100 +default_material_print_temperature = 240 + diff --git a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_standard.inst.cfg b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_standard.inst.cfg index 22ac39071c..c78e59a850 100644 --- a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_standard.inst.cfg +++ b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = rigid3d_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs [values] cool_fan_enabled = False -default_material_print_temperature = 235 default_material_bed_temperature = 100 +default_material_print_temperature = 235 + diff --git a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_super.inst.cfg b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_super.inst.cfg index feff17d39a..1d234d88bf 100644 --- a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_super.inst.cfg +++ b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = rigid3d_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs [values] cool_fan_enabled = False -default_material_print_temperature = 235 default_material_bed_temperature = 100 +default_material_print_temperature = 235 + diff --git a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_ultra.inst.cfg b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_ultra.inst.cfg index 929a9fd2e3..55223b424f 100644 --- a/resources/quality/rigid3d_base/abs/rigid3d_base_abs_ultra.inst.cfg +++ b/resources/quality/rigid3d_base/abs/rigid3d_base_abs_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = rigid3d_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs [values] cool_fan_enabled = False -default_material_print_temperature = 235 default_material_bed_temperature = 100 +default_material_print_temperature = 235 + diff --git a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_adaptive.inst.cfg b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_adaptive.inst.cfg index e9f02fa466..8465bdbd22 100644 --- a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_adaptive.inst.cfg +++ b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_adaptive.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Dynamic Quality definition = rigid3d_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_nylon +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_nylon [values] -default_material_print_temperature = 250 -default_material_bed_temperature = 90 -retraction_amount = 3 cool_fan_enabled = False -retraction_speed = 40 \ No newline at end of file +default_material_bed_temperature = 90 +default_material_print_temperature = 250 +retraction_amount = 3 +retraction_speed = 40 + diff --git a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_good.inst.cfg b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_good.inst.cfg index 34acb85391..4b0c3da5a7 100644 --- a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_good.inst.cfg +++ b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_good.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Good Quality definition = rigid3d_base +name = Good Quality +version = 4 [metadata] +material = generic_nylon +quality_type = good setting_version = 20 type = quality -quality_type = good -material = generic_nylon [values] -default_material_print_temperature = 245 -default_material_bed_temperature = 90 -retraction_amount = 3 cool_fan_enabled = False -retraction_speed = 40 \ No newline at end of file +default_material_bed_temperature = 90 +default_material_print_temperature = 245 +retraction_amount = 3 +retraction_speed = 40 + diff --git a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_low.inst.cfg b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_low.inst.cfg index 456ec74c68..664f5e2e51 100644 --- a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_low.inst.cfg +++ b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_low.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Low Quality definition = rigid3d_base +name = Low Quality +version = 4 [metadata] +material = generic_nylon +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_nylon [values] -default_material_print_temperature = 250 -default_material_bed_temperature = 90 -retraction_amount = 3 cool_fan_enabled = False -retraction_speed = 40 \ No newline at end of file +default_material_bed_temperature = 90 +default_material_print_temperature = 250 +retraction_amount = 3 +retraction_speed = 40 + diff --git a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_standard.inst.cfg b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_standard.inst.cfg index 071e60661f..6d4d99be81 100644 --- a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_standard.inst.cfg +++ b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = rigid3d_base +name = Standard Quality +version = 4 [metadata] +material = generic_nylon +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_nylon [values] -default_material_print_temperature = 245 -default_material_bed_temperature = 90 -retraction_amount = 3 cool_fan_enabled = False -retraction_speed = 40 \ No newline at end of file +default_material_bed_temperature = 90 +default_material_print_temperature = 245 +retraction_amount = 3 +retraction_speed = 40 + diff --git a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_super.inst.cfg b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_super.inst.cfg index 35a317a26f..0ebe089855 100644 --- a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_super.inst.cfg +++ b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_super.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Super Quality definition = rigid3d_base +name = Super Quality +version = 4 [metadata] +material = generic_nylon +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_nylon [values] -default_material_print_temperature = 245 -default_material_bed_temperature = 90 -retraction_amount = 3 cool_fan_enabled = False -retraction_speed = 40 \ No newline at end of file +default_material_bed_temperature = 90 +default_material_print_temperature = 245 +retraction_amount = 3 +retraction_speed = 40 + diff --git a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_ultra.inst.cfg b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_ultra.inst.cfg index 8f622b08c4..c77de14dfd 100644 --- a/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_ultra.inst.cfg +++ b/resources/quality/rigid3d_base/nylon/rigid3d_base_nylon_ultra.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Ultra Quality definition = rigid3d_base +name = Ultra Quality +version = 4 [metadata] +material = generic_nylon +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_nylon [values] -default_material_print_temperature = 245 -default_material_bed_temperature = 90 -retraction_amount = 3 cool_fan_enabled = False +default_material_bed_temperature = 90 +default_material_print_temperature = 245 +retraction_amount = 3 retraction_speed = 40 + diff --git a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_adaptive.inst.cfg b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_adaptive.inst.cfg index e45d965bbc..c46ccf0b37 100644 --- a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_adaptive.inst.cfg +++ b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = rigid3d_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg [values] -retraction_amount = 2 -default_material_print_temperature = 250 default_material_bed_temperature = 85 +default_material_print_temperature = 250 +retraction_amount = 2 + diff --git a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_good.inst.cfg b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_good.inst.cfg index 1cb3ddd594..b8f6424d66 100644 --- a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_good.inst.cfg +++ b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_good.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Good Quality definition = rigid3d_base +name = Good Quality +version = 4 [metadata] +material = generic_petg +quality_type = good setting_version = 20 type = quality -quality_type = good -material = generic_petg [values] -retraction_amount = 2 -default_material_print_temperature = 245 default_material_bed_temperature = 85 +default_material_print_temperature = 245 +retraction_amount = 2 + diff --git a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_low.inst.cfg b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_low.inst.cfg index 142dab0fa5..dc926ed484 100644 --- a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_low.inst.cfg +++ b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = rigid3d_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg [values] -retraction_amount = 2 -default_material_print_temperature = 250 default_material_bed_temperature = 85 +default_material_print_temperature = 250 +retraction_amount = 2 + diff --git a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_standard.inst.cfg b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_standard.inst.cfg index 9970ea80d5..1c75948842 100644 --- a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_standard.inst.cfg +++ b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = rigid3d_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg [values] -retraction_amount = 2 -default_material_print_temperature = 245 default_material_bed_temperature = 85 +default_material_print_temperature = 245 +retraction_amount = 2 + diff --git a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_super.inst.cfg b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_super.inst.cfg index d9b88d6f06..90c3ea0968 100644 --- a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_super.inst.cfg +++ b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = rigid3d_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg [values] -retraction_amount = 2 -default_material_print_temperature = 245 default_material_bed_temperature = 85 +default_material_print_temperature = 245 +retraction_amount = 2 + diff --git a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_ultra.inst.cfg b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_ultra.inst.cfg index a2cd29e814..52c1b3e990 100644 --- a/resources/quality/rigid3d_base/petg/rigid3d_base_petg_ultra.inst.cfg +++ b/resources/quality/rigid3d_base/petg/rigid3d_base_petg_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = rigid3d_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg [values] -retraction_amount = 2 -default_material_print_temperature = 245 default_material_bed_temperature = 85 +default_material_print_temperature = 245 +retraction_amount = 2 + diff --git a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_adaptive.inst.cfg b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_adaptive.inst.cfg index b5717639ec..c1f7c9051a 100644 --- a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_adaptive.inst.cfg +++ b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = rigid3d_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla [values] -default_material_print_temperature = 210 default_material_bed_temperature = 55 +default_material_print_temperature = 210 + diff --git a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_good.inst.cfg b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_good.inst.cfg index af26bebec3..092801063d 100644 --- a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_good.inst.cfg +++ b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_good.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Good Quality definition = rigid3d_base +name = Good Quality +version = 4 [metadata] +material = generic_pla +quality_type = good setting_version = 20 type = quality -quality_type = good -material = generic_pla [values] -default_material_print_temperature = 205 default_material_bed_temperature = 55 +default_material_print_temperature = 205 + diff --git a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_low.inst.cfg b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_low.inst.cfg index 39902dcd0d..8b67c8c276 100644 --- a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_low.inst.cfg +++ b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = rigid3d_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla [values] -default_material_print_temperature = 210 default_material_bed_temperature = 55 +default_material_print_temperature = 210 + diff --git a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_standard.inst.cfg b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_standard.inst.cfg index f4d2a94bb7..6aa1939aa0 100644 --- a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_standard.inst.cfg +++ b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = rigid3d_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla [values] -default_material_print_temperature = 205 default_material_bed_temperature = 55 +default_material_print_temperature = 205 + diff --git a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_super.inst.cfg b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_super.inst.cfg index 2c99771ee3..47f71d0ec2 100644 --- a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_super.inst.cfg +++ b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = rigid3d_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla [values] -default_material_print_temperature = 205 default_material_bed_temperature = 55 +default_material_print_temperature = 205 + diff --git a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_ultra.inst.cfg b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_ultra.inst.cfg index 55c658b6f7..00061cb90f 100644 --- a/resources/quality/rigid3d_base/pla/rigid3d_base_pla_ultra.inst.cfg +++ b/resources/quality/rigid3d_base/pla/rigid3d_base_pla_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = rigid3d_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla [values] -default_material_print_temperature = 205 default_material_bed_temperature = 55 +default_material_print_temperature = 205 + diff --git a/resources/quality/rigid3d_base/rigid3d_base_global_adaptive.inst.cfg b/resources/quality/rigid3d_base/rigid3d_base_global_adaptive.inst.cfg index a066a1d526..eb641b1d24 100644 --- a/resources/quality/rigid3d_base/rigid3d_base_global_adaptive.inst.cfg +++ b/resources/quality/rigid3d_base/rigid3d_base_global_adaptive.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Dynamic Quality definition = rigid3d_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -6 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.24 layer_height_0 = 0.20 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/rigid3d_base/rigid3d_base_global_good.inst.cfg b/resources/quality/rigid3d_base/rigid3d_base_global_good.inst.cfg index f6fbe8def0..3040e12e8a 100644 --- a/resources/quality/rigid3d_base/rigid3d_base_global_good.inst.cfg +++ b/resources/quality/rigid3d_base/rigid3d_base_global_good.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Good Quality definition = rigid3d_base +name = Good Quality +version = 4 [metadata] +global_quality = True +quality_type = good setting_version = 20 type = quality -quality_type = good weight = -2 -global_quality = True [values] layer_height = 0.16 layer_height_0 = 0.20 + diff --git a/resources/quality/rigid3d_base/rigid3d_base_global_low.inst.cfg b/resources/quality/rigid3d_base/rigid3d_base_global_low.inst.cfg index 52a376ea65..e2dca6acf4 100644 --- a/resources/quality/rigid3d_base/rigid3d_base_global_low.inst.cfg +++ b/resources/quality/rigid3d_base/rigid3d_base_global_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = rigid3d_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.2 + diff --git a/resources/quality/rigid3d_base/rigid3d_base_global_standard.inst.cfg b/resources/quality/rigid3d_base/rigid3d_base_global_standard.inst.cfg index 28b1e7c974..67f551dcfc 100644 --- a/resources/quality/rigid3d_base/rigid3d_base_global_standard.inst.cfg +++ b/resources/quality/rigid3d_base/rigid3d_base_global_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = rigid3d_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 + diff --git a/resources/quality/rigid3d_base/rigid3d_base_global_super.inst.cfg b/resources/quality/rigid3d_base/rigid3d_base_global_super.inst.cfg index 1dbebd0301..601cfbbc5d 100644 --- a/resources/quality/rigid3d_base/rigid3d_base_global_super.inst.cfg +++ b/resources/quality/rigid3d_base/rigid3d_base_global_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = rigid3d_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.20 + diff --git a/resources/quality/rigid3d_base/rigid3d_base_global_ultra.inst.cfg b/resources/quality/rigid3d_base/rigid3d_base_global_ultra.inst.cfg index 35a7a8f91e..c0da146214 100644 --- a/resources/quality/rigid3d_base/rigid3d_base_global_ultra.inst.cfg +++ b/resources/quality/rigid3d_base/rigid3d_base_global_ultra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = rigid3d_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.06 layer_height_0 = 0.20 + diff --git a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_adaptive.inst.cfg b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_adaptive.inst.cfg index fa8319ac06..d754ca5415 100644 --- a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_adaptive.inst.cfg +++ b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_adaptive.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Dynamic Quality definition = rigid3d_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu [values] -default_material_print_temperature = 250 default_material_bed_temperature = 70 -speed_print = 20 +default_material_print_temperature = 250 +retraction_amount = 3 retraction_speed = 20 -retraction_amount = 3 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_good.inst.cfg b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_good.inst.cfg index 62b5a4bfd5..5cceadf18f 100644 --- a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_good.inst.cfg +++ b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_good.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Good Quality definition = rigid3d_base +name = Good Quality +version = 4 [metadata] +material = generic_tpu +quality_type = good setting_version = 20 type = quality -quality_type = good -material = generic_tpu [values] -default_material_print_temperature = 245 default_material_bed_temperature = 70 -speed_print = 20 +default_material_print_temperature = 245 +retraction_amount = 3 retraction_speed = 20 -retraction_amount = 3 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_low.inst.cfg b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_low.inst.cfg index cd903e1bed..afc6c21ac7 100644 --- a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_low.inst.cfg +++ b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_low.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Low Quality definition = rigid3d_base +name = Low Quality +version = 4 [metadata] +material = generic_tpu +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_tpu [values] -default_material_print_temperature = 250 default_material_bed_temperature = 70 -speed_print = 20 +default_material_print_temperature = 250 +retraction_amount = 3 retraction_speed = 20 -retraction_amount = 3 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_standard.inst.cfg b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_standard.inst.cfg index cec20319d9..0af35bdc37 100644 --- a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_standard.inst.cfg +++ b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_standard.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Standard Quality definition = rigid3d_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu [values] -default_material_print_temperature = 245 default_material_bed_temperature = 70 -speed_print = 20 +default_material_print_temperature = 245 +retraction_amount = 3 retraction_speed = 20 -retraction_amount = 3 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_super.inst.cfg b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_super.inst.cfg index 4fc51a05a7..d379c53494 100644 --- a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_super.inst.cfg +++ b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_super.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Super Quality definition = rigid3d_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu [values] -default_material_print_temperature = 245 default_material_bed_temperature = 70 -speed_print = 20 +default_material_print_temperature = 245 +retraction_amount = 3 retraction_speed = 20 -retraction_amount = 3 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_ultra.inst.cfg b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_ultra.inst.cfg index d5cc27b4fd..85256877ad 100644 --- a/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_ultra.inst.cfg +++ b/resources/quality/rigid3d_base/tpu/rigid3d_base_tpu_ultra.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Ultra Quality definition = rigid3d_base +name = Ultra Quality +version = 4 [metadata] +material = generic_tpu +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_tpu [values] -default_material_print_temperature = 245 default_material_bed_temperature = 70 -speed_print = 20 +default_material_print_temperature = 245 +retraction_amount = 3 retraction_speed = 20 -retraction_amount = 3 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/skriware_2/sk2_advanced.inst.cfg b/resources/quality/skriware_2/sk2_advanced.inst.cfg index 22d941c394..61cfb5fc4a 100644 --- a/resources/quality/skriware_2/sk2_advanced.inst.cfg +++ b/resources/quality/skriware_2/sk2_advanced.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Advanced definition = skriware_2 +name = Advanced +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.2 -speed_travel = 80 -acceleration_travel = 400 -jerk_travel = 10 acceleration_layer_0 = 200 acceleration_print_layer_0 = 200 +acceleration_travel = 400 acceleration_travel_layer_0 = 200 jerk_layer_0 = 2 jerk_print_layer_0 = 2 +jerk_travel = 10 jerk_travel_layer_0 = 2 -raft_interface_line_spacing = 0.8 -raft_interface_line_width = 0.6 -raft_interface_speed = 40 -raft_interface_thickness = 0.2 +layer_height = 0.2 +layer_height_0 = 0.2 raft_base_line_spacing = 1.5 raft_base_line_width = 0.8 raft_base_speed = 20 raft_base_thickness = 0.3 +raft_interface_line_spacing = 0.8 +raft_interface_line_width = 0.6 +raft_interface_speed = 40 +raft_interface_thickness = 0.2 raft_surface_layers = 1 raft_surface_line_spacing = 0.6 raft_surface_speed = 60 +speed_travel = 80 + diff --git a/resources/quality/skriware_2/sk2_fast.inst.cfg b/resources/quality/skriware_2/sk2_fast.inst.cfg index 533a7289e6..bc7f5abfc5 100644 --- a/resources/quality/skriware_2/sk2_fast.inst.cfg +++ b/resources/quality/skriware_2/sk2_fast.inst.cfg @@ -1,63 +1,64 @@ [general] -version = 4 -name = Fast definition = skriware_2 +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] -layer_height = 0.3 -layer_height_0 = 0.3 -support_infill_sparse_thickness = 0.3 -speed_travel = 100 +acceleration_infill = 400 +acceleration_layer_0 = 200 +acceleration_print = 400 +acceleration_print_layer_0 = 200 +acceleration_roofing = 400 +acceleration_support = 400 +acceleration_topbottom = 400 acceleration_travel = 400 -jerk_travel = 10 -speed_wall = 40 -speed_wall_0 = 30 -speed_wall_x = 40 +acceleration_travel_layer_0 = 200 acceleration_wall = 400 acceleration_wall_0 = 400 acceleration_wall_x = 400 +jerk_infill = 10 +jerk_layer_0 = 5 +jerk_print = 10 +jerk_print_layer_0 = 2 +jerk_roofing = 10 +jerk_support = 10 +jerk_topbottom = 10 +jerk_travel = 10 +jerk_travel_layer_0 = 10 jerk_wall = 10 jerk_wall_0 = 10 jerk_wall_x = 10 -speed_infill = 80 -acceleration_infill = 400 -jerk_infill = 10 -speed_roofing = 30 -acceleration_roofing = 400 -jerk_roofing = 10 -speed_topbottom = 30 -acceleration_topbottom = 400 -jerk_topbottom = 10 -speed_support = 50 -acceleration_support = 400 -jerk_support = 10 -speed_travel_layer_0 = 80 -speed_print_layer_0 = 20 -speed_layer_0 = 10 -acceleration_layer_0 = 200 -acceleration_print_layer_0 = 200 -acceleration_travel_layer_0 = 200 -jerk_layer_0 = 5 -jerk_print_layer_0 = 2 -jerk_travel_layer_0 = 10 -speed_print = 40 -acceleration_print = 400 -jerk_print = 10 -raft_interface_line_spacing = 0.8 -raft_interface_line_width = 0.6 -raft_interface_speed = 40 -raft_interface_thickness = 0.2 +layer_height = 0.3 +layer_height_0 = 0.3 raft_base_line_spacing = 1.5 raft_base_line_width = 0.8 raft_base_speed = 20 raft_base_thickness = 0.3 +raft_interface_line_spacing = 0.8 +raft_interface_line_width = 0.6 +raft_interface_speed = 40 +raft_interface_thickness = 0.2 raft_surface_layers = 1 raft_surface_line_spacing = 0.6 raft_surface_speed = 60 +speed_infill = 80 +speed_layer_0 = 10 +speed_print = 40 +speed_print_layer_0 = 20 +speed_roofing = 30 +speed_support = 50 +speed_topbottom = 30 +speed_travel = 100 +speed_travel_layer_0 = 80 +speed_wall = 40 +speed_wall_0 = 30 +speed_wall_x = 40 +support_infill_sparse_thickness = 0.3 + diff --git a/resources/quality/skriware_2/sk2_precise.inst.cfg b/resources/quality/skriware_2/sk2_precise.inst.cfg index 3cc506aa63..2f4cbf0617 100644 --- a/resources/quality/skriware_2/sk2_precise.inst.cfg +++ b/resources/quality/skriware_2/sk2_precise.inst.cfg @@ -1,63 +1,63 @@ [general] -version = 4 -name = Precise definition = skriware_2 +name = Precise +version = 4 [metadata] +global_quality = True +quality_type = best setting_version = 20 type = quality -quality_type = best weight = -1 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.2 -speed_print = 20 -speed_travel = 80 +acceleration_infill = 400 +acceleration_layer_0 = 200 +acceleration_print = 400 +acceleration_print_layer_0 = 200 +acceleration_roofing = 400 +acceleration_support = 400 +acceleration_topbottom = 400 acceleration_travel = 400 -jerk_travel = 10 -speed_wall = 20 -speed_wall_0 = 20 -speed_wall_x = 20 +acceleration_travel_layer_0 = 200 acceleration_wall = 400 acceleration_wall_0 = 200 acceleration_wall_x = 200 +jerk_infill = 10 +jerk_layer_0 = 10 +jerk_print = 10 +jerk_print_layer_0 = 10 +jerk_roofing = 10 +jerk_support = 10 +jerk_topbottom = 10 +jerk_travel = 10 +jerk_travel_layer_0 = 10 jerk_wall = 10 jerk_wall_0 = 5 jerk_wall_x = 10 -speed_infill = 80 -acceleration_infill = 400 -jerk_infill = 10 -speed_roofing = 20 -acceleration_roofing = 400 -jerk_roofing = 10 -speed_topbottom = 20 -acceleration_topbottom = 400 -jerk_topbottom = 10 -speed_support = 50 -acceleration_support = 400 -jerk_support = 10 -speed_travel_layer_0 = 80 -speed_print_layer_0 = 20 -speed_layer_0 = 20 -acceleration_layer_0 = 200 -acceleration_print_layer_0 = 200 -acceleration_travel_layer_0 = 200 -jerk_layer_0 = 10 -jerk_print_layer_0 = 10 -jerk_travel_layer_0 = 10 -speed_print = 20 -acceleration_print = 400 -jerk_print = 10 -raft_interface_line_spacing = 0.8 -raft_interface_line_width = 0.6 -raft_interface_speed = 40 -raft_interface_thickness = 0.2 +layer_height = 0.2 +layer_height_0 = 0.2 raft_base_line_spacing = 1.5 raft_base_line_width = 0.8 raft_base_speed = 20 raft_base_thickness = 0.3 +raft_interface_line_spacing = 0.8 +raft_interface_line_width = 0.6 +raft_interface_speed = 40 +raft_interface_thickness = 0.2 raft_surface_layers = 1 raft_surface_line_spacing = 0.6 raft_surface_speed = 60 +speed_infill = 80 +speed_layer_0 = 20 +speed_print = 20 +speed_print_layer_0 = 20 +speed_roofing = 20 +speed_support = 50 +speed_topbottom = 20 +speed_travel = 80 +speed_travel_layer_0 = 80 +speed_wall = 20 +speed_wall_0 = 20 +speed_wall_x = 20 + diff --git a/resources/quality/snapmaker2/snapmaker2_fast.inst.cfg b/resources/quality/snapmaker2/snapmaker2_fast.inst.cfg index f3576e3060..c45bdd237d 100644 --- a/resources/quality/snapmaker2/snapmaker2_fast.inst.cfg +++ b/resources/quality/snapmaker2/snapmaker2_fast.inst.cfg @@ -1,65 +1,58 @@ -[general] -version = 4 -name = Fast -definition = snapmaker2 - -[metadata] -setting_version = 20 -type = quality -quality_type = fast -weight = -2 -global_quality = True - -[values] -layer_height = 0.24 -layer_height_0 = 0.2 -initial_layer_line_width_factor = 100 - -wall_thickness = 0.8 -wall_line_count = 2 -top_thickness = 0.8 -top_layers = 4 -bottom_thickness = 0.8 -bottom_layers = 4 -skin_outline_count = 0 - -; infill_line_distance = 8 -infill_sparse_density = 15 -infill_sparse_thickness = 0.24 -skin_preshrink = 0.8 -top_skin_preshrink = 0.8 -bottom_skin_preshrink = 0.8 -expand_skins_expand_distance = 0.8 -top_skin_expand_distance = 0.8 -bottom_skin_expand_distance = 0.8 - -speed_travel = 80 -speed_topbottom = 30 -speed_wall_x = 25 -speed_wall_0 = 20 -speed_wall = 40 -speed_infill = 60 -speed_print = 60 -speed_print_layer_0 = 18 -speed_travel_layer_0 = 24 -skirt_brim_speed = 18 - -retraction_hop = 1 -retraction_hop_enabled = False - -magic_spiralize = False -magic_mesh_surface_mode = normal - -adhesion_type = skirt -skirt_line_count = 1 -brim_width = 8 -brim_line_count = 20 -raft_margin = 15 - -support_enable = False -support_type = everywhere -support_pattern = zigzag -support_angle = 50 -support_infill_rate = 15 -support_line_distance = 2.66 -support_initial_layer_line_distance = 2.66 +[general] +definition = snapmaker2 +name = Fast +version = 4 + +[metadata] +global_quality = True +quality_type = fast +setting_version = 20 +type = quality +weight = -2 + +[values] +adhesion_type = skirt +bottom_layers = 4 +bottom_skin_expand_distance = 0.8 +bottom_skin_preshrink = 0.8 +bottom_thickness = 0.8 +brim_line_count = 20 +brim_width = 8 +expand_skins_expand_distance = 0.8 +infill_sparse_density = 15 +infill_sparse_thickness = 0.24 +initial_layer_line_width_factor = 100 +layer_height = 0.24 +layer_height_0 = 0.2 +magic_mesh_surface_mode = normal +magic_spiralize = False +raft_margin = 15 +retraction_hop = 1 +retraction_hop_enabled = False +skin_outline_count = 0 +skin_preshrink = 0.8 +skirt_brim_speed = 18 +skirt_line_count = 1 +speed_infill = 60 +speed_print = 60 +speed_print_layer_0 = 18 +speed_topbottom = 30 +speed_travel = 80 +speed_travel_layer_0 = 24 +speed_wall = 40 +speed_wall_0 = 20 +speed_wall_x = 25 +support_angle = 50 +support_enable = False +support_infill_rate = 15 +support_initial_layer_line_distance = 2.66 +support_line_distance = 2.66 +support_pattern = zigzag +support_type = everywhere +top_layers = 4 +top_skin_expand_distance = 0.8 +top_skin_preshrink = 0.8 +top_thickness = 0.8 +wall_line_count = 2 +wall_thickness = 0.8 + diff --git a/resources/quality/snapmaker2/snapmaker2_high.inst.cfg b/resources/quality/snapmaker2/snapmaker2_high.inst.cfg index a4ff9e9ad6..d9855bd506 100644 --- a/resources/quality/snapmaker2/snapmaker2_high.inst.cfg +++ b/resources/quality/snapmaker2/snapmaker2_high.inst.cfg @@ -1,64 +1,57 @@ [general] -version = 4 -name = High definition = snapmaker2 +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.08 -layer_height_0 = 0.15 -initial_layer_line_width_factor = 100 - -wall_thickness = 1.2 -wall_line_count = 3 -top_thickness = 0.8 -top_layers = 10 -bottom_thickness = 0.8 +adhesion_type = skirt bottom_layers = 10 -skin_outline_count = 1 - -; infill_line_distance = 8 +bottom_skin_expand_distance = 1.2 +bottom_skin_preshrink = 1.2 +bottom_thickness = 0.8 +brim_line_count = 20 +brim_width = 8 +expand_skins_expand_distance = 1.2 infill_sparse_density = 15 infill_sparse_thickness = 0.08 +initial_layer_line_width_factor = 100 +layer_height = 0.08 +layer_height_0 = 0.15 +magic_mesh_surface_mode = normal +magic_spiralize = False +raft_margin = 15 +retraction_hop = 1 +retraction_hop_enabled = False +skin_outline_count = 1 skin_preshrink = 1.2 -top_skin_preshrink = 1.2 -bottom_skin_preshrink = 1.2 -expand_skins_expand_distance = 1.2 -top_skin_expand_distance = 1.2 -bottom_skin_expand_distance = 1.2 - -speed_travel = 60 -speed_topbottom = 20 -speed_wall_x = 15 -speed_wall_0 = 10 -speed_wall = 30 +skirt_brim_speed = 18 +skirt_line_count = 1 speed_infill = 40 speed_print = 40 speed_print_layer_0 = 18 +speed_topbottom = 20 +speed_travel = 60 speed_travel_layer_0 = 24 -skirt_brim_speed = 18 - -retraction_hop = 1 -retraction_hop_enabled = False - -magic_spiralize = False -magic_mesh_surface_mode = normal - -adhesion_type = skirt -skirt_line_count = 1 -brim_width = 8 -brim_line_count = 20 -raft_margin = 15 - -support_enable = False -support_type = everywhere -support_pattern = zigzag +speed_wall = 30 +speed_wall_0 = 10 +speed_wall_x = 15 support_angle = 50 +support_enable = False support_infill_rate = 15 support_line_distance = 2.66 +support_pattern = zigzag +support_type = everywhere +top_layers = 10 +top_skin_expand_distance = 1.2 +top_skin_preshrink = 1.2 +top_thickness = 0.8 +wall_line_count = 3 +wall_thickness = 1.2 + diff --git a/resources/quality/snapmaker2/snapmaker2_normal.inst.cfg b/resources/quality/snapmaker2/snapmaker2_normal.inst.cfg index 9221a7e15e..aabc9e71cb 100644 --- a/resources/quality/snapmaker2/snapmaker2_normal.inst.cfg +++ b/resources/quality/snapmaker2/snapmaker2_normal.inst.cfg @@ -1,65 +1,58 @@ -[general] -version = 4 -name = Normal -definition = snapmaker2 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -global_quality = True - -[values] -layer_height = 0.16 -layer_height_0 = 0.2 -initial_layer_line_width_factor = 100 - -wall_thickness = 1.2 -wall_line_count = 3 -top_thickness = 0.8 -top_layers = 5 -bottom_thickness = 0.8 -bottom_layers = 5 -skin_outline_count = 0 - -; infill_line_distance = 8 -infill_sparse_density = 15 -infill_sparse_thickness = 0.16 -skin_preshrink = 1.2 -top_skin_preshrink = 1.2 -bottom_skin_preshrink = 1.2 -expand_skins_expand_distance = 1.2 -top_skin_expand_distance = 1.2 -bottom_skin_expand_distance = 1.2 - -speed_travel = 70 -speed_topbottom = 25 -speed_wall_x = 20 -speed_wall_0 = 15 -speed_wall = 30 -speed_infill = 50 -speed_print = 50 -speed_print_layer_0 = 18 -speed_travel_layer_0 = 24 -skirt_brim_speed = 18 - -retraction_hop = 1 -retraction_hop_enabled = False - -magic_spiralize = False -magic_mesh_surface_mode = normal - -adhesion_type = skirt -skirt_line_count = 1 -brim_width = 8 -brim_line_count = 20 -raft_margin = 15 - -support_enable = False -support_type = everywhere -support_pattern = zigzag -support_angle = 50 -support_infill_rate = 15 -support_line_distance = 2.66 -support_initial_layer_line_distance = 2.66 +[general] +definition = snapmaker2 +name = Normal +version = 4 + +[metadata] +global_quality = True +quality_type = normal +setting_version = 20 +type = quality +weight = 0 + +[values] +adhesion_type = skirt +bottom_layers = 5 +bottom_skin_expand_distance = 1.2 +bottom_skin_preshrink = 1.2 +bottom_thickness = 0.8 +brim_line_count = 20 +brim_width = 8 +expand_skins_expand_distance = 1.2 +infill_sparse_density = 15 +infill_sparse_thickness = 0.16 +initial_layer_line_width_factor = 100 +layer_height = 0.16 +layer_height_0 = 0.2 +magic_mesh_surface_mode = normal +magic_spiralize = False +raft_margin = 15 +retraction_hop = 1 +retraction_hop_enabled = False +skin_outline_count = 0 +skin_preshrink = 1.2 +skirt_brim_speed = 18 +skirt_line_count = 1 +speed_infill = 50 +speed_print = 50 +speed_print_layer_0 = 18 +speed_topbottom = 25 +speed_travel = 70 +speed_travel_layer_0 = 24 +speed_wall = 30 +speed_wall_0 = 15 +speed_wall_x = 20 +support_angle = 50 +support_enable = False +support_infill_rate = 15 +support_initial_layer_line_distance = 2.66 +support_line_distance = 2.66 +support_pattern = zigzag +support_type = everywhere +top_layers = 5 +top_skin_expand_distance = 1.2 +top_skin_preshrink = 1.2 +top_thickness = 0.8 +wall_line_count = 3 +wall_thickness = 1.2 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_A.inst.cfg index 0c57098f3d..b63834ad71 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_absx +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_absx variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 19 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 19 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_B.inst.cfg index c6aa37e242..5e4e926b09 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_absx +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_absx variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_C.inst.cfg index 7bbc4ec5ea..2e0aaba847 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_absx +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_absx variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_A.inst.cfg index 7285f7b098..d9627197cb 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_abs +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_abs variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 19 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 19 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_B.inst.cfg index 2861e0b3a1..4a3bec193a 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_abs +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_abs variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 1 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_C.inst.cfg index 31c7afc2af..b81744b129 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_abs +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_abs variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature +3 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_A.inst.cfg index 37bdacf7c1..a808108318 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_acetate +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_acetate variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 10 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 10 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 98 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_B.inst.cfg index b41f0679ea..1bd0283581 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_acetate +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_acetate variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 27/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 7 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 7 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 2 material_print_temperature_layer_0 = =default_material_print_temperature + 0 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 27/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_C.inst.cfg index 8badb65f02..5992c2d751 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_acetate +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_acetate variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 45/60) -speed_wall_0 = =math.ceil(speed_wall * 33/45) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 5 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 5 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 93 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 93 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 45/60) +speed_wall_0 = =math.ceil(speed_wall * 33/45) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_A.inst.cfg index c8c9a7b4df..720fcc4d23 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_asax +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_asax variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 19 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 19 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_B.inst.cfg index 67eaf24f1c..c118741029 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_asax +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_asax variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_C.inst.cfg index 4873838d1a..a6a7ffae29 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_asax +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_asax variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 7 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_A.inst.cfg index 0295f9aa64..75e2db1c44 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_A.inst.cfg @@ -1,62 +1,63 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_copa +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_copa variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 8 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 8 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 2 cool_lift_head = True -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 2 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 10 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 8 -bridge_wall_material_flow = 50 -bridge_skin_speed = 8 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_B.inst.cfg index d0069461e8..50979e49c3 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_B.inst.cfg @@ -1,62 +1,63 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_copa +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_copa variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 8 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 8 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 2 cool_lift_head = True -support_angle = 60 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 2 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 15 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 8 -bridge_wall_material_flow = 50 -bridge_skin_speed = 8 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_C.inst.cfg index 23accc5834..c90c17470c 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_C.inst.cfg @@ -1,62 +1,63 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_copa +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_copa variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 8 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 8 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 2 cool_lift_head = True -support_angle = 60 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 2 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 20 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 8 -bridge_wall_material_flow = 50 -bridge_skin_speed = 8 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_A.inst.cfg index 950e441276..83ba4b0e86 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_A.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_hips +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_hips variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_B.inst.cfg index b00876c6de..b962121810 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_hips +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_hips variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_C.inst.cfg index 2d3d5b5484..1a53bcbe36 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_hips +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_hips variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_A.inst.cfg index d6dc3014dd..ac27390fdf 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_A.inst.cfg @@ -1,61 +1,60 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_pc +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_pc variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 10 cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 -support_angle = 60 cool_lift_head = true +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 88 material_print_temperature = 260 material_print_temperature_layer_0 = 265 -material_flow = 88 -wall_line_count = 3 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_speed = 30 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_B.inst.cfg index 0f059e05e9..10e8216d57 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_B.inst.cfg @@ -1,61 +1,60 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pc +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pc variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 10 cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 cool_lift_head = true -support_angle = 60 +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 88 material_print_temperature = 270 material_print_temperature_layer_0 = 275 -material_flow = 88 -wall_line_count = 3 -retraction_speed = 30 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_C.inst.cfg index 4b86632a66..c8cc7afd8b 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_C.inst.cfg @@ -1,61 +1,60 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pc +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_pc variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 10 cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 -support_angle = 60 cool_lift_head = true +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 88 material_print_temperature = 270 material_print_temperature_layer_0 = 275 -material_flow = 88 -wall_line_count = 3 -retraction_speed = 30 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 skin_overlap = 20 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PEKK_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PEKK_B.inst.cfg index 5ed9308482..7df38e1c2b 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PEKK_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PEKK_B.inst.cfg @@ -1,58 +1,59 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pekk +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pekk variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -initial_layer_line_width_factor = 120 -material_flow_layer_0 = 120 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = 10 -speed_travel_layer_0 = 100 -skirt_brim_speed = 5 -speed_slowdown_layers = 2 +bridge_enable_more_layers = False +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_material_flow = =bridge_wall_material_flow +bridge_skin_speed = =bridge_wall_speed +bridge_wall_material_flow = 185 +bridge_wall_speed = 5 cool_fan_enabled = True +cool_fan_full_layer = 2 cool_fan_speed = 30 cool_fan_speed_max = 30 -cool_min_layer_time_fan_speed_max = 10 cool_min_layer_time = 11 -cool_fan_full_layer = 2 +cool_min_layer_time_fan_speed_max = 10 cool_min_speed = 5 -support_angle = 45 +initial_layer_line_width_factor = 120 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 105 +material_flow_layer_0 = 120 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature + 15 -material_flow = 105 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height +skirt_brim_speed = 5 +speed_layer_0 = 10 +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_travel_layer_0 = 100 +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 105 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 105 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_speed = 5 -bridge_wall_material_flow = 185 -bridge_skin_speed = =bridge_wall_speed -bridge_skin_material_flow = =bridge_wall_material_flow -bridge_fan_speed = 100 -bridge_enable_more_layers = False +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_A.inst.cfg index 5656a3edb0..a3762ee855 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_petg +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_petg variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 98 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_B.inst.cfg index f5315c9b0b..6ef25e48bd 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_petg +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_petg variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_C.inst.cfg index d9dc021e53..54a3536352 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_petg +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_petg variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature +5 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_A.inst.cfg index 41b6a05de9..fc7d9bcf87 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_pla +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_pla variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 98 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -5 -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_B.inst.cfg index 95123fb54d..5f15c488ac 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pla +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pla variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_C.inst.cfg index 8c9289ebe1..1fdc3ff627 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pla +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_pla variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_A.inst.cfg index fca7a3f152..bdd9a45d25 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_A.inst.cfg @@ -1,55 +1,56 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_pla_hr_870 variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 30 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 4 -support_angle = 65 -material_print_temperature = =default_material_print_temperature + 5 -material_print_temperature_layer_0 = =default_material_print_temperature + 10 -material_initial_print_temperature = =default_material_print_temperature + 5 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature + 5 material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature + 5 +material_print_temperature = =default_material_print_temperature + 5 +material_print_temperature_layer_0 = =default_material_print_temperature + 10 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_amount = 2 retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 10 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 30 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_B.inst.cfg index 9f659c54a6..a52be89712 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_B.inst.cfg @@ -1,54 +1,55 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pla_hr_870 variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 4 -support_angle = 60 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_amount = 2 retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 15 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_C.inst.cfg index 5507ffa799..f208d523c9 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_C.inst.cfg @@ -1,54 +1,55 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_pla_hr_870 variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 4 -support_angle = 55 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_amount = 2 retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 20 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_A.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_A.inst.cfg index f914fd3527..9c73467de3 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_A.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_tpu98a variant = High temp 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 30 -speed_wall = =math.ceil(speed_print * 30/30) -speed_wall_0 = =math.ceil(speed_print * 25/30) -speed_topbottom = =math.ceil(speed_print * 25/30) -speed_layer_0 = =math.ceil(speed_print * 20/30) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +material_flow = 107 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature - 3 -material_flow = 107 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/30) +speed_print = 30 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 25/30) +speed_wall = =math.ceil(speed_print * 30/30) +speed_wall_0 = =math.ceil(speed_print * 25/30) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_B.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_B.inst.cfg index bb9cd6a2b3..4179f2349d 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_B.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_tpu98a variant = High temp 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_print * 27/35) -speed_topbottom = =math.ceil(speed_print * 25/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +material_flow = 103 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 103 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 25/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_print * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 + diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_C.inst.cfg b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_C.inst.cfg index 46a9f6c63a..439d2dff2f 100644 --- a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_C.inst.cfg +++ b/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_tpu98a variant = High temp 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/40) -speed_wall_0 = =math.ceil(speed_print * 30/40) -speed_topbottom = =math.ceil(speed_print * 27/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +material_flow = 101 material_print_temperature = =default_material_print_temperature + 7 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 101 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 27/40) +speed_wall = =math.ceil(speed_print * 40/40) +speed_wall_0 = =math.ceil(speed_print * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_A.inst.cfg index 19dcd3dff8..f324b4cd8e 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_absx +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_absx variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 19 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 19 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_B.inst.cfg index d2a8379c93..05b0ca9ffb 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_absx +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_absx variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_C.inst.cfg index c953946d10..31b70858c8 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_absx +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_absx variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_A.inst.cfg index 64bcba1151..dc6595a5ac 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_abs +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_abs variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 19 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 19 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_B.inst.cfg index e2691fadbe..79de4319db 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_abs +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_abs variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 1 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_C.inst.cfg index fc6d90e37a..87bb0ee0d5 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_abs +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_abs variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature +3 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_A.inst.cfg index 38c217a922..a67ca99b75 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_acetate +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_acetate variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 10 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 10 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 98 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_B.inst.cfg index 3114babdcf..ee822b1a91 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_acetate +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_acetate variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 27/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 7 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 7 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 2 material_print_temperature_layer_0 = =default_material_print_temperature + 0 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 27/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_C.inst.cfg index 5245b7abb9..7bcc716461 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_acetate +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_acetate variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 45/60) -speed_wall_0 = =math.ceil(speed_wall * 33/45) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 5 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 5 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 93 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 93 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 45/60) +speed_wall_0 = =math.ceil(speed_wall * 33/45) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_A.inst.cfg index 3fa1a22a28..7509b70a8f 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_asax +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_asax variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 19 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 19 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_B.inst.cfg index 5006d0d5ff..30af644e74 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_asax +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_asax variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_C.inst.cfg index 1243b4ccc0..7dac975c5c 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_asax +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_asax variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 7 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_A.inst.cfg index d96fe75972..c92c18f7e9 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_A.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_bvoh variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_B.inst.cfg index 21f87e0abf..cf553e5458 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_bvoh variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_C.inst.cfg index 336cf8627b..967e6ca967 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_bvoh variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_A.inst.cfg index 3d579a6f78..3650959b61 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_A.inst.cfg @@ -1,62 +1,63 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_copa +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_copa variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 8 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 8 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 2 cool_lift_head = True -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 2 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 10 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 8 -bridge_wall_material_flow = 50 -bridge_skin_speed = 8 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_B.inst.cfg index 17a7e20691..fd7979000a 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_B.inst.cfg @@ -1,62 +1,63 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_copa +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_copa variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 8 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 8 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 2 cool_lift_head = True -support_angle = 60 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 2 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 15 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 8 -bridge_wall_material_flow = 50 -bridge_skin_speed = 8 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_C.inst.cfg index b52b34c3a5..c088d92a77 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_C.inst.cfg @@ -1,62 +1,63 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_copa +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_copa variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 8 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 8 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 2 cool_lift_head = True -support_angle = 60 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 2 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 20 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 8 -bridge_wall_material_flow = 50 -bridge_skin_speed = 8 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_A.inst.cfg index 644a55b307..97647276ce 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_A.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_hips +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_hips variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_B.inst.cfg index 6eeff451a7..235c91b3c4 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_hips +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_hips variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_C.inst.cfg index e1aae2bbff..29658407fb 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_hips +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_hips variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_A.inst.cfg index 7db31bb2fe..502a4d4f49 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_A.inst.cfg @@ -1,61 +1,60 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_pc +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_pc variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 10 cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 -support_angle = 60 cool_lift_head = true +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 88 material_print_temperature = 260 material_print_temperature_layer_0 = 265 -material_flow = 88 -wall_line_count = 3 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_speed = 30 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_B.inst.cfg index f0cc4d5918..0308deef89 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_B.inst.cfg @@ -1,61 +1,60 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pc +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pc variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 10 cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 cool_lift_head = true -support_angle = 60 +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 88 material_print_temperature = 270 material_print_temperature_layer_0 = 275 -material_flow = 88 -wall_line_count = 3 -retraction_speed = 30 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_C.inst.cfg index c7c3e22b9b..6fc108c547 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_C.inst.cfg @@ -1,61 +1,60 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pc +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_pc variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 +adhesion_type = brim +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 100 +bridge_skin_speed = 12.5 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 10 cool_fan_speed_max = 10 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 -support_angle = 60 cool_lift_head = true +cool_min_layer_time = 2 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 88 material_print_temperature = 270 material_print_temperature_layer_0 = 275 -material_flow = 88 -wall_line_count = 3 -retraction_speed = 30 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +retraction_speed = 30 skin_overlap = 20 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -adhesion_type = brim - -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12.5 -bridge_skin_material_flow = 100 -bridge_skin_density = 80 -bridge_fan_speed = 100 diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_A.inst.cfg index 3ee7392285..d9df15b1b2 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_petg +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_petg variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 98 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_B.inst.cfg index 0912abb272..3df350a4e8 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_petg +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_petg variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_C.inst.cfg index ae0b946069..d2da75d031 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_petg +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_petg variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature +5 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_A.inst.cfg index ce99127268..470329e5d7 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_pla +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_pla variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 65 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 98 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -5 -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_B.inst.cfg index b92a6c6196..d90fae569e 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pla +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pla variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_C.inst.cfg index 6e3d42528f..d689743f45 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pla +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_pla variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_A.inst.cfg index 0c4b34c748..21ac5f153c 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_A.inst.cfg @@ -1,55 +1,56 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_pla_hr_870 variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 30 -speed_wall = =math.ceil(speed_print * 35/50) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 4 -support_angle = 65 -material_print_temperature = =default_material_print_temperature + 5 -material_print_temperature_layer_0 = =default_material_print_temperature + 10 -material_initial_print_temperature = =default_material_print_temperature + 5 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature + 5 material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature + 5 +material_print_temperature = =default_material_print_temperature + 5 +material_print_temperature_layer_0 = =default_material_print_temperature + 10 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_amount = 2 retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 10 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 30 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 35/50) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 65 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_B.inst.cfg index 260f7cde66..d0fb8b0cb8 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_B.inst.cfg @@ -1,54 +1,55 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pla_hr_870 variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 37/55) -speed_wall_0 = =math.ceil(speed_wall * 33/37) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 4 -support_angle = 60 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_amount = 2 retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 15 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 37/55) +speed_wall_0 = =math.ceil(speed_wall * 33/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_C.inst.cfg index 49cce02b03..ca3c3411a9 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_C.inst.cfg @@ -1,54 +1,55 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_pla_hr_870 variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/60) -speed_wall_0 = =math.ceil(speed_wall * 35/40) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 2 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 4 -support_angle = 55 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_amount = 2 retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 92 skin_overlap = 20 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 40/60) +speed_wall_0 = =math.ceil(speed_wall * 35/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_A.inst.cfg index 295013a5b1..38a448d646 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_A.inst.cfg @@ -1,50 +1,51 @@ - [general] -version = 4 -name = A +[general] definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_pva-m variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_B.inst.cfg index 8984f88369..c23f33ebc0 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pva-m variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_C.inst.cfg index 15b70f99d6..c2b31fc2a2 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_pva-m variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_A.inst.cfg index 47d9f1c471..34be469af4 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_A.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_pva-s variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 14 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_B.inst.cfg index 3aeb4cd7c3..2f71a0ef59 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_pva-s variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_C.inst.cfg index 8c1ec211ec..a6ec061371 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_pva-s variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_A.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_A.inst.cfg index a5851bb08a..7f9718d83e 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_A.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_A.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = A definition = strateo3d +name = A +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = a setting_version = 20 type = quality -quality_type = a -weight = 1 -material = emotiontech_tpu98a variant = Standard 0.4 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 30 -speed_wall = =math.ceil(speed_print * 30/30) -speed_wall_0 = =math.ceil(speed_print * 25/30) -speed_topbottom = =math.ceil(speed_print * 25/30) -speed_layer_0 = =math.ceil(speed_print * 20/30) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +material_flow = 107 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature - 3 -material_flow = 107 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/30) +speed_print = 30 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 25/30) +speed_wall = =math.ceil(speed_print * 30/30) +speed_wall_0 = =math.ceil(speed_print * 25/30) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_B.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_B.inst.cfg index 7122c0ab00..50551c25b9 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 0 -material = emotiontech_tpu98a variant = Standard 0.4 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_print * 27/35) -speed_topbottom = =math.ceil(speed_print * 25/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +material_flow = 103 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 103 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 25/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_print * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 + diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_C.inst.cfg b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_C.inst.cfg index 90ca2a2569..d261ada993 100644 --- a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = -1 -material = emotiontech_tpu98a variant = Standard 0.4 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/40) -speed_wall_0 = =math.ceil(speed_print * 30/40) -speed_topbottom = =math.ceil(speed_print * 27/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +material_flow = 101 material_print_temperature = =default_material_print_temperature + 7 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 101 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 27/40) +speed_wall = =math.ceil(speed_print * 40/40) +speed_wall_0 = =math.ceil(speed_print * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.5 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.5 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_B.inst.cfg index afabd0c36e..c7baf8b128 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_absx +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_absx variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 27/43) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 27/43) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_C.inst.cfg index 19578873a9..e3d11c3032 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_absx +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_absx variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/55) -speed_layer_0 = =math.ceil(speed_print * 23/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 98 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 23/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_D.inst.cfg index c9227d4688..f2fa1294bc 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_absx +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_absx variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 43/60) -speed_wall_0 = =math.ceil(speed_wall * 33/43) -speed_topbottom = =math.ceil(speed_print * 37/60) -speed_layer_0 = =math.ceil(speed_print * 25/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/60) +speed_wall = =math.ceil(speed_print * 43/60) +speed_wall_0 = =math.ceil(speed_wall * 33/43) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_B.inst.cfg index 0834364f06..d5191b521e 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_abs +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_abs variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 27/43) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 20/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 27/43) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_C.inst.cfg index 392341e8ac..4cc2641df5 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_abs +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_abs variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/55) -speed_layer_0 = =math.ceil(speed_print * 23/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 98 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 1 -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 23/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_D.inst.cfg index 93f3e180af..faa8223291 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_abs +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_abs variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 43/60) -speed_wall_0 = =math.ceil(speed_wall * 33/43) -speed_topbottom = =math.ceil(speed_print * 37/60) -speed_layer_0 = =math.ceil(speed_print * 25/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/60) +speed_wall = =math.ceil(speed_print * 43/60) +speed_wall_0 = =math.ceil(speed_wall * 33/43) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_B.inst.cfg index 557c650a5b..44a553cdfc 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_acetate +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_acetate variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_C.inst.cfg index b179a77935..991e81e6f8 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_acetate +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_acetate variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 27/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 93 material_print_temperature = =default_material_print_temperature + 2 material_print_temperature_layer_0 = =default_material_print_temperature + 0 -material_flow = 93 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 27/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_D.inst.cfg index d0e92c138c..d676eb927b 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_acetate +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_acetate variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 45/60) -speed_wall_0 = =math.ceil(speed_wall * 33/45) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 45/60) +speed_wall_0 = =math.ceil(speed_wall * 33/45) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_B.inst.cfg index 4a38b97d3e..299624df90 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_asax +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_asax variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 101 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 101 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 60 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_C.inst.cfg index 5f111cfdb8..9e6bde48fc 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_asax +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_asax variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 33/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 25/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 99 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 99 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 33/40) +support_angle = 55 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_D.inst.cfg index 9da0a57200..3345b7030e 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_asax +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_asax variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 43/60) -speed_wall_0 = =math.ceil(speed_wall * 35/45) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 25/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 7 -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 43/60) +speed_wall_0 = =math.ceil(speed_wall * 35/45) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_B.inst.cfg index d56f2386fe..438db52bd0 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_bvoh variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_C.inst.cfg index 259cb146bd..910e730fd1 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_bvoh variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_D.inst.cfg index b65acc22ba..a77f8d10a4 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_bvoh variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_B.inst.cfg index d65b84bb98..40eb9139e1 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_B.inst.cfg @@ -1,64 +1,65 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_copa +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_copa variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 4 cool_lift_head = True -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 4 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_final_print_temperature = =default_material_print_temperature material_flow = 90 -skin_material_flow = 92 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 5 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 prime_tower_enable = True retraction_amount = 3 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width retraction_speed = 35 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 50 -bridge_skin_speed = 10 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +skin_material_flow = 92 +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 45 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_C.inst.cfg index 94ec3e6142..2e40fa4052 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_C.inst.cfg @@ -1,64 +1,65 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_copa +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_copa variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 27/55) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 4 cool_lift_head = True -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 4 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_final_print_temperature = =default_material_print_temperature material_flow = 90 -skin_material_flow = 92 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 5 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 prime_tower_enable = True retraction_amount = 3 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width retraction_speed = 35 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 50 -bridge_skin_speed = 10 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +skin_material_flow = 92 +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 27/55) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_D.inst.cfg index 6ace0cb5b6..6d14d61282 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_D.inst.cfg @@ -1,64 +1,65 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_copa +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_copa variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 3 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 43/60) -speed_wall_0 = =math.ceil(speed_wall * 33/43) -speed_topbottom = =math.ceil(speed_print * 37/60) -speed_layer_0 = =math.ceil(speed_print * 25/60) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height -cool_min_speed = 4 cool_lift_head = True -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 4 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_final_print_temperature = =default_material_print_temperature material_flow = 91 -skin_material_flow = 92 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 5 -support_z_distance = =layer_height*2 -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 prime_tower_enable = True retraction_amount = 3 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width retraction_speed = 35 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 50 -bridge_skin_speed = 10 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +skin_material_flow = 92 +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 25/60) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/60) +speed_wall = =math.ceil(speed_print * 43/60) +speed_wall_0 = =math.ceil(speed_wall * 33/43) +support_angle = 45 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 3 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_B.inst.cfg index 078ca75737..02fc70be02 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_hips +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_hips variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_C.inst.cfg index 7549e513b8..c8717c411e 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_hips +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_hips variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_D.inst.cfg index 2b97793cec..80e9f7bc38 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_hips +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_hips variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_Nylon-1030_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_Nylon-1030_C.inst.cfg index 8069983655..57f87b982f 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_Nylon-1030_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_Nylon-1030_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_nylon_1030 +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_nylon_1030 variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/55) -speed_layer_0 = =math.ceil(speed_print * 23/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 93 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 93 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 30 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 23/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_B.inst.cfg index 8725b701d4..1464ac2f8c 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_B.inst.cfg @@ -1,59 +1,59 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pc +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_pc variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 100 +bridge_skin_material_flow = 80 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 75 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 20 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 8 cool_lift_head = true -support_angle = 60 -material_print_temperature = 270 -material_print_temperature_layer_0 = 275 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 8 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_flow = 87 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 5 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 +material_print_temperature = 270 +material_print_temperature_layer_0 = 275 prime_tower_enable = True retraction_amount = 2 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width retraction_speed = 25 +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 60 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 75 -bridge_skin_speed = 10 -bridge_skin_material_flow = 80 -bridge_skin_density = 100 -bridge_fan_speed = 100 \ No newline at end of file diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_C.inst.cfg index 243f705f11..d338308101 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_C.inst.cfg @@ -1,59 +1,59 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pc +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_pc variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 27/55) -speed_slowdown_layers = 2 +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 100 +bridge_skin_material_flow = 80 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 75 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 20 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 8 cool_lift_head = true -support_angle = 60 -material_print_temperature = 270 -material_print_temperature_layer_0 = 275 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 8 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_flow = 87 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 5 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 +material_print_temperature = 270 +material_print_temperature_layer_0 = 275 prime_tower_enable = True retraction_amount = 2 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width retraction_speed = 25 +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 27/55) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 60 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 75 -bridge_skin_speed = 10 -bridge_skin_material_flow = 80 -bridge_skin_density = 100 -bridge_fan_speed = 100 \ No newline at end of file diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_D.inst.cfg index 113e15f27e..53510dc971 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_D.inst.cfg @@ -1,59 +1,59 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pc +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_pc variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 43/60) -speed_wall_0 = =math.ceil(speed_wall * 33/43) -speed_topbottom = =math.ceil(speed_print * 37/60) -speed_layer_0 = =math.ceil(speed_print * 25/60) -speed_slowdown_layers = 2 +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 100 +bridge_skin_material_flow = 80 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 75 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 20 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height -cool_min_speed = 8 cool_lift_head = true -support_angle = 60 -material_print_temperature = 270 -material_print_temperature_layer_0 = 275 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 8 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_flow = 87 -retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width -retraction_hop_only_when_collides = True -skin_overlap = 5 -support_z_distance = =layer_height -support_bottom_distance = =support_z_distance*0.5 -support_xy_distance = =line_width * 1.7 -support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 +material_print_temperature = 270 +material_print_temperature_layer_0 = 275 prime_tower_enable = True retraction_amount = 2 +retraction_extra_prime_amount = 0.1 +retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width retraction_speed = 25 +skin_overlap = 5 +speed_layer_0 = =math.ceil(speed_print * 25/60) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/60) +speed_wall = =math.ceil(speed_print * 43/60) +speed_wall_0 = =math.ceil(speed_wall * 33/43) +support_angle = 60 +support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 +support_xy_distance = =line_width * 1.7 +support_xy_distance_overhang = =wall_line_width_0 +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 75 -bridge_skin_speed = 10 -bridge_skin_material_flow = 80 -bridge_skin_density = 100 -bridge_fan_speed = 100 \ No newline at end of file diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_B.inst.cfg index 6849955c59..9ce468bfdc 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_petg +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_petg variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 33/45) -speed_wall_0 = =math.ceil(speed_wall * 23/33) -speed_topbottom = =math.ceil(speed_print * 30/45) -speed_layer_0 = =math.ceil(speed_print * 23/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 93 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 93 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 23/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 30/45) +speed_wall = =math.ceil(speed_print * 33/45) +speed_wall_0 = =math.ceil(speed_wall * 23/33) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_C.inst.cfg index 300997493b..37f4271374 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_petg +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_petg variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 25/37) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 92 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 92 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 25/37) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_D.inst.cfg index 6bbb554f17..577cd3f88c 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_petg +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_petg variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 27/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 27/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature +5 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 27/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 27/40) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_B.inst.cfg index 95b70cc1d2..5c5d8975d1 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_B.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pla +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_pla variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 60 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 93 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 93 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_C.inst.cfg index ef05e13339..53164cc4b5 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pla +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_pla variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 55 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 27/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 92 material_print_temperature = =default_material_print_temperature + 8 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 92 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 27/55) +speed_print = 55 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_D.inst.cfg index 02f327d85b..9fd5c2b54c 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pla +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_pla variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 60 -speed_wall = =math.ceil(speed_print * 45/60) -speed_wall_0 = =math.ceil(speed_wall * 33/45) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 91 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 91 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 60 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 45/60) +speed_wall_0 = =math.ceil(speed_wall * 33/45) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_B.inst.cfg index c70411d6f2..4378f418d8 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_B.inst.cfg @@ -1,53 +1,54 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_pla_hr_870 variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 33/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 2 -support_angle = 60 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_final_print_temperature = =default_material_print_temperature material_flow = 90 -skin_material_flow = 91 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 91 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_C.inst.cfg index 14854403d9..f0e008aec6 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_C.inst.cfg @@ -1,53 +1,54 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_pla_hr_870 variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/55) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 37/55) -speed_layer_0 = =math.ceil(speed_print * 27/55) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 2 -support_angle = 55 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_final_print_temperature = =default_material_print_temperature material_flow = 90 -skin_material_flow = 91 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 91 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 27/55) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 37/55) +speed_wall = =math.ceil(speed_print * 40/55) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_D.inst.cfg index 86b318a446..8ea237b405 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_D.inst.cfg @@ -1,53 +1,54 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_pla_hr_870 variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 45/60) -speed_wall_0 = =math.ceil(speed_wall * 33/45) -speed_topbottom = =math.ceil(speed_print * 40/60) -speed_layer_0 = =math.ceil(speed_print * 30/60) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 2 -support_angle = 50 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 material_final_print_temperature = =default_material_print_temperature material_flow = 90 -skin_material_flow = 91 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width +skin_material_flow = 91 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 30/60) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 40/60) +speed_wall = =math.ceil(speed_print * 45/60) +speed_wall_0 = =math.ceil(speed_wall * 33/45) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_B.inst.cfg index 5bd704010d..6820f41a71 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_pva-m variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_C.inst.cfg index 6fe95c8ae7..7df8acfe87 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_pva-m variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_D.inst.cfg index fade22ca39..fbd6d78d39 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_pva-m variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_B.inst.cfg index 9079b5e607..1019b58a5e 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_B.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_pva-s variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_C.inst.cfg index b4076bdab9..0af6757139 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_pva-s variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_D.inst.cfg index cfa80a2d8a..4977ab4d4d 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_pva-s variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.6 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.6 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_B.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_B.inst.cfg index 24baf961d0..f6a55286df 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_B.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_B.inst.cfg @@ -1,48 +1,49 @@ [general] -version = 4 -name = B definition = strateo3d +name = B +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = b setting_version = 20 type = quality -quality_type = b -weight = 1 -material = emotiontech_tpu98a variant = Standard 0.6 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 30/35) -speed_topbottom = =math.ceil(speed_print * 25/35) -speed_support = =speed_wall_0 -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +material_flow = 105 material_print_temperature = =default_material_print_temperature + 2 material_print_temperature_layer_0 = =default_material_print_temperature - 2 -material_flow = 105 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_support = =speed_wall_0 +speed_topbottom = =math.ceil(speed_print * 25/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 30/35) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.55 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_C.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_C.inst.cfg index aae048a512..ebf49e3d01 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_C.inst.cfg @@ -1,48 +1,49 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 0 -material = emotiontech_tpu98a variant = Standard 0.6 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 27/40) -speed_support = =speed_wall_0 -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +material_flow = 103 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 103 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 1 +speed_support = =speed_wall_0 +speed_topbottom = =math.ceil(speed_print * 27/40) +speed_wall = =math.ceil(speed_print * 40/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.55 + diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_D.inst.cfg b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_D.inst.cfg index f4c2a1d03b..1d68001c4f 100644 --- a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = -1 -material = emotiontech_tpu98a variant = Standard 0.6 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.55 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 45 -speed_wall = =math.ceil(speed_print * 45/45) -speed_wall_0 = =math.ceil(speed_wall * 33/45) -speed_topbottom = =math.ceil(speed_print * 30/45) -speed_layer_0 = =math.ceil(speed_print * 20/45) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +material_flow = 101 material_print_temperature = =default_material_print_temperature + 7 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 101 +prime_tower_enable = True retraction_extra_prime_amount = 0.2 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =3*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/45) +speed_print = 45 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 30/45) +speed_wall = =math.ceil(speed_print * 45/45) +speed_wall_0 = =math.ceil(speed_wall * 33/45) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.55 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_C.inst.cfg index ad01e7c4a2..b55269e464 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_absx +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_absx variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 1 -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 55 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_D.inst.cfg index 7926f5e019..a175aca88d 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_absx +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_absx variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 7 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 50 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_E.inst.cfg index 7b6319067f..9a3341197d 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_absx +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_absx variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_C.inst.cfg index 05585acf45..1b3b01d5ae 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_abs +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_abs variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 2 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 55 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_D.inst.cfg index c4d5eecee5..22f658dc1d 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_abs +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_abs variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 2 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 50 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_E.inst.cfg index bcc4e4c899..dfdfb859e1 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_abs +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_abs variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 37/50) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 7 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 37/50) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_C.inst.cfg index a6593d9206..29c6129b3e 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_asax +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_asax variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 33/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 33/40) +support_angle = 55 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_D.inst.cfg index dcf6d1232e..94aca33b1f 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_asax +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_asax variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 33/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 96 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 96 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 33/40) +support_angle = 50 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_E.inst.cfg index 87cb8ddc6a..10ad6719a5 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_asax +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_asax variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 33/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 7 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 33/40) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_C.inst.cfg index 8ef8c7df18..3c95c9edd4 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_bvoh variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_D.inst.cfg index da523e962e..58485c0968 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_bvoh variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_E.inst.cfg index 928a433551..0329d3bf55 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_E.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_bvoh variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_C.inst.cfg index eb791525c5..457144afa9 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_C.inst.cfg @@ -1,65 +1,66 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_copa +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_copa variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 4 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 4 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 8 cool_lift_head = True -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 4 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 8 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 material_final_print_temperature = =default_material_print_temperature material_flow = 93 -skin_material_flow = 94 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width -retraction_hop_only_when_collides = True -retraction_hop_enabled = True retraction_hop = 2 +retraction_hop_enabled = True +retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width retraction_speed = 35 +skin_material_flow = 94 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 50 -bridge_skin_speed = 10 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 4 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_D.inst.cfg index 5df7d47802..591c72b275 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_D.inst.cfg @@ -1,65 +1,66 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_copa +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_copa variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 4 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 4 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 8 cool_lift_head = True -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 4 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 8 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 material_final_print_temperature = =default_material_print_temperature material_flow = 93 -skin_material_flow = 94 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width -retraction_hop_only_when_collides = True -retraction_hop_enabled = True retraction_hop = 2 +retraction_hop_enabled = True +retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width retraction_speed = 35 +skin_material_flow = 94 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 50 -bridge_skin_speed = 10 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 4 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_E.inst.cfg index b9ac1024ec..e5c76ecb26 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_E.inst.cfg @@ -1,65 +1,66 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_copa +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_copa variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 4 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 80 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 10 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 10 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 20 cool_fan_speed_max = 80 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 4 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 8 cool_lift_head = True -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +cool_min_layer_time = 4 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 8 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 material_final_print_temperature = =default_material_print_temperature material_flow = 93 -skin_material_flow = 94 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width -retraction_hop_only_when_collides = True -retraction_hop_enabled = True retraction_hop = 2 +retraction_hop_enabled = True +retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width retraction_speed = 35 +skin_material_flow = 94 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 10 -bridge_wall_material_flow = 50 -bridge_skin_speed = 10 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 80 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 4 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_C.inst.cfg index b47193ccab..eaa8190e06 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_hips +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_hips variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_D.inst.cfg index ec5ae4da52..2325339356 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_hips +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_hips variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_E.inst.cfg index 5aa458e850..578be1d325 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_E.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_hips +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_hips variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 9 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_C.inst.cfg index 14b53258f7..654e5f1832 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_C.inst.cfg @@ -1,60 +1,60 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pc +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_pc variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 12 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 50 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 cool_lift_head = True -support_angle = 60 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 89 material_print_temperature = 280 material_print_temperature_layer_0 = 285 -material_flow = 89 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 retraction_min_travel = =2*line_width retraction_speed = 35 skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 100 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_D.inst.cfg index fd782db11b..def3d0f9c9 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_D.inst.cfg @@ -1,61 +1,60 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pc +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_pc variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 12 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 50 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 cool_lift_head = True -support_angle = 60 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 89 material_print_temperature = 280 material_print_temperature_layer_0 = 285 -material_flow = 89 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 retraction_min_travel = =2*line_width retraction_speed = 35 - skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 100 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_E.inst.cfg index f6be3bd828..07abf8e210 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_E.inst.cfg @@ -1,60 +1,60 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_pc +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_pc variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -wall_line_count = 2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 +bridge_fan_speed = 100 +bridge_settings_enabled = True +bridge_skin_density = 80 +bridge_skin_material_flow = 60 +bridge_skin_speed = 12 +bridge_wall_coast = 50 +bridge_wall_material_flow = 50 +bridge_wall_speed = 12 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 50 -cool_min_layer_time_fan_speed_max = 20 -cool_min_layer_time = 3 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height -cool_min_speed = 12 cool_lift_head = True -support_angle = 60 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 20 +cool_min_speed = 12 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 89 material_print_temperature = 280 material_print_temperature_layer_0 = 285 -material_flow = 89 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 retraction_min_travel = =2*line_width retraction_speed = 35 skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 60 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_count = 2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -bridge_settings_enabled = True -bridge_wall_coast = 50 -bridge_wall_speed = 12 -bridge_wall_material_flow = 50 -bridge_skin_speed = 12 -bridge_skin_material_flow = 60 -bridge_skin_density = 80 -bridge_fan_speed = 100 -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 \ No newline at end of file diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_C.inst.cfg index a2f71573d7..6bf784b468 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_petg +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_petg variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 75 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.4 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_D.inst.cfg index 328469316a..bfdbbe8da1 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_petg +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_petg variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 75 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.4 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_E.inst.cfg index abb7e6d75f..10488c8b96 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_petg +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_petg variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 75 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 93 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature +5 -material_flow = 93 +prime_tower_enable = True retraction_extra_prime_amount = 0.4 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_C.inst.cfg index a17825c4b8..460e194a4c 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pla +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_pla variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 55 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 99 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 99 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_D.inst.cfg index 3336e377fa..4f6b5b662d 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pla +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_pla variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 98 material_print_temperature = =default_material_print_temperature + 7 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 98 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_E.inst.cfg index 8b849dd51b..23d2fc58be 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_pla +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_pla variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_C.inst.cfg index 838fb43f78..b452ae3585 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_C.inst.cfg @@ -1,51 +1,52 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_pla_hr_870 variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 4 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 2 -support_angle = 55 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 material_final_print_temperature = =default_material_print_temperature material_flow = 93 -skin_material_flow = 94 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width +skin_material_flow = 94 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 55 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -cool_lift_head = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_D.inst.cfg index 133c99571b..686f9718c3 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_D.inst.cfg @@ -1,53 +1,54 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_pla_hr_870 variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 4 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 2 -support_angle = 50 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 material_final_print_temperature = =default_material_print_temperature material_flow = 93 -skin_material_flow = 94 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width +skin_material_flow = 94 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_E.inst.cfg index 8607c506b7..fc0420eb7c 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_E.inst.cfg @@ -1,53 +1,54 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_pla_hr_870 +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_pla_hr_870 variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 +cool_lift_head = True cool_min_layer_time = 4 -cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 2 -support_angle = 45 -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_initial_print_temperature = =default_material_print_temperature +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 material_final_print_temperature = =default_material_print_temperature material_flow = 93 -skin_material_flow = 94 +material_initial_print_temperature = =default_material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =default_material_print_temperature + 5 +meshfix_maximum_deviation = 0.04 +meshfix_maximum_resolution = 0.5 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width +skin_material_flow = 94 skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance*0.5 +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True -meshfix_maximum_resolution = 0.5 -meshfix_maximum_deviation = 0.04 -cool_lift_head = True +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_C.inst.cfg index d5ba4b0f17..1bcf0841c2 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_pva-m variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_D.inst.cfg index 543a0635bb..a2f571c7fb 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_pva-m variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_E.inst.cfg index 8746a59c69..a5697247a9 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_E.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_pva-m variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_C.inst.cfg index a5efacc14d..30ff27cce3 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_C.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_pva-s variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_D.inst.cfg index 6ca1c58e59..572821c58b 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_pva-s variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_E.inst.cfg index abd3ada59b..098b2b426e 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_E.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_pva-s variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.8 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.8 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_C.inst.cfg index a621644dde..b34250eddb 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_tpu98a variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +material_flow = 105 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 105 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_D.inst.cfg index a802f1fae1..aa5c98468e 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_tpu98a variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +material_flow = 103 material_print_temperature = =default_material_print_temperature + 6 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 103 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_E.inst.cfg index 8644e67409..ca7745fcc9 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_tpu98a variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +material_flow = 101 material_print_temperature = =default_material_print_temperature + 9 material_print_temperature_layer_0 = =default_material_print_temperature +5 -material_flow = 101 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_C.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_C.inst.cfg index f7190f1f92..f914f3c569 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_C.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_C.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = C definition = strateo3d +name = C +version = 4 [metadata] +material = emotiontech_tpu +quality_type = c setting_version = 20 type = quality -quality_type = c -weight = 1 -material = emotiontech_tpu variant = Standard 0.8 +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_D.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_D.inst.cfg index eef2b6a58a..396152907f 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_tpu +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 0 -material = emotiontech_tpu variant = Standard 0.8 +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 + diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_E.inst.cfg b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_E.inst.cfg index f9f8b76a39..989f1093f2 100644 --- a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_tpu +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = -1 -material = emotiontech_tpu variant = Standard 0.8 +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 4 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 4 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 7 material_print_temperature_layer_0 = =default_material_print_temperature +3 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.1 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height*2 +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True \ No newline at end of file +support_z_distance = =layer_height*2 +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.7 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.7 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_D.inst.cfg index 6e6dca7892..cec853f4a2 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_abs +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_abs variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 37/45) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 37/45) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 50 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_E.inst.cfg index 1a83890147..e0383410f5 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_abs +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = 0 -material = emotiontech_abs variant = Standard 1.0 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 37/45) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 37/45) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_F.inst.cfg index 26b1603c08..36c111a35d 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_abs +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_abs variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 37/45) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature +5 -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 37/45) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_D.inst.cfg index d69d428563..ca0957c939 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_asax +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_asax variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 37/45) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.4 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 37/45) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 50 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_E.inst.cfg index 2fecb18776..1b2c222e7b 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_asax +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = 0 -material = emotiontech_asax variant = Standard 1.0 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 37/45) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.4 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 37/45) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_F.inst.cfg index 877e3a8c6c..ea36b60d8e 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_asax +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_asax variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 37/45) -speed_wall_0 = =math.ceil(speed_wall * 30/37) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 7 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.4 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 37/45) +speed_wall_0 = =math.ceil(speed_wall * 30/37) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_D.inst.cfg index 91dbe1228b..afb8eab3e0 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_bvoh variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_E.inst.cfg index 6388f1d78d..984014e2ed 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_E.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = 0 -material = emotiontech_bvoh variant = Standard 1.0 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_F.inst.cfg index ab12549af0..78fe42e28d 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_F.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_bvoh variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_D.inst.cfg index 061cf8b9df..0ffd684c04 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_hips +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_hips variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_E.inst.cfg index 6807ca0d37..675dee5392 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_E.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_hips +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = 0 -material = emotiontech_hips variant = Standard 1.0 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_F.inst.cfg index 4d13fb530b..82bead6fbf 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_F.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_hips +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_hips variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_D.inst.cfg index 5d1908d6e5..f4e96619a0 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_petg +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_petg variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 40/45) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 95 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 40/45) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_E.inst.cfg index d61fbb4893..4cc97f860e 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_petg +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = 0 -material = emotiontech_petg variant = Standard 1.0 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 40/45) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 40/45) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_F.inst.cfg index a82b191d0e..de1a81e71f 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_petg +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_petg variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 40/45) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/45) -speed_layer_0 = =math.ceil(speed_print * 25/45) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/45) +speed_print = 45 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/45) +speed_wall = =math.ceil(speed_print * 40/45) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_D.inst.cfg index 30f8e02537..f7cab6a2b5 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pla +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_pla variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_E.inst.cfg index 2f3d2e968d..791905d5af 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_pla +quality_type = e setting_version = 20 type = quality -quality_type = e +variant = Standard 1.0 Experimental weight = 0 -material = emotiontech_pla -variant = Standard 1.0 Experimental [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_F.inst.cfg index f3c9e225c1..42c1f1ea76 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_pla +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_pla variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 50 -speed_wall = =math.ceil(speed_print * 40/50) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 35/50) -speed_layer_0 = =math.ceil(speed_print * 25/50) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature +5 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/50) +speed_print = 50 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/50) +speed_wall = =math.ceil(speed_print * 40/50) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.95 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_D.inst.cfg index 1d586b37a0..c396b28e62 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_pva-m variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_E.inst.cfg index eded361bc9..12ab11ecb3 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_E.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = 0 -material = emotiontech_pva-m variant = Standard 1.0 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_F.inst.cfg index 8aa787ba9e..63750e26db 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_F.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_pva-m variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_D.inst.cfg index 0b6504acfe..9765ed6d63 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_D.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_pva-s variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_E.inst.cfg index 18090c7765..fa933480fd 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_E.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = 0 -material = emotiontech_pva-s variant = Standard 1.0 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_F.inst.cfg index 77c2838306..5ba523e7a8 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_F.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_pva-s variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 47 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +material_flow = 97 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 97 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 47 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.0 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.0 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_D.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_D.inst.cfg index 36932cc955..29793b84dc 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_D.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_D.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = D definition = strateo3d +name = D +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = d setting_version = 20 type = quality -quality_type = d -weight = 1 -material = emotiontech_tpu98a variant = Standard 1.0 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.9 +material_flow = 107 material_print_temperature = =default_material_print_temperature + 2 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 107 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.9 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_E.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_E.inst.cfg index 1b30e0f37f..0c0e9f79d1 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_E.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_E.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = E definition = strateo3d +name = E +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = e setting_version = 20 type = quality -quality_type = e -weight = 0 -material = emotiontech_tpu98a variant = Standard 1.0 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.9 +material_flow = 107 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 107 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.9 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_F.inst.cfg b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_F.inst.cfg index 7f0e5a0aa4..abacbbf13f 100644 --- a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = -1 -material = emotiontech_tpu98a variant = Standard 1.0 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 50 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*0.9 +material_flow = 107 material_print_temperature = =default_material_print_temperature + 8 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 107 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 50 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 0.7 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 0.7 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.9 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.9 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_F.inst.cfg index b05e4bbef4..0b4a8aa29a 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_abs +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_abs variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_print * 25/40) -speed_topbottom = =math.ceil(speed_print * 35/40) -speed_layer_0 = =math.ceil(speed_print * 25/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 103 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 103 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_print * 25/40) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_G.inst.cfg index 702bd79c19..581189040b 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_G.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_abs +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_abs variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 37 -speed_wall = =math.ceil(speed_print * 30/37) -speed_wall_0 = =math.ceil(speed_print * 25/37) -speed_topbottom = =math.ceil(speed_print * 33/37) -speed_layer_0 = =math.ceil(speed_print * 25/37) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 102 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 102 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/37) +speed_print = 37 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/37) +speed_wall = =math.ceil(speed_print * 30/37) +speed_wall_0 = =math.ceil(speed_print * 25/37) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_H.inst.cfg index 9af1330256..6dcbaf02ae 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_H.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_abs +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_abs variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 27/35) -speed_wall_0 = =math.ceil(speed_print * 23/35) -speed_topbottom = =math.ceil(speed_print * 30/35) -speed_layer_0 = =math.ceil(speed_print * 25/35) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 101 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature +5 -material_flow = 101 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/35) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 30/35) +speed_wall = =math.ceil(speed_print * 27/35) +speed_wall_0 = =math.ceil(speed_print * 23/35) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_F.inst.cfg index 6c8250a030..8e7c62f88a 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_asax +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_asax variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_print * 25/40) -speed_topbottom = =math.ceil(speed_print * 35/40) -speed_layer_0 = =math.ceil(speed_print * 25/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 1 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_print * 25/40) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_G.inst.cfg index 45af3610a5..fd6dc67ccb 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_G.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_asax +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_asax variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 37 -speed_wall = =math.ceil(speed_print * 30/37) -speed_wall_0 = =math.ceil(speed_print * 25/37) -speed_topbottom = =math.ceil(speed_print * 33/37) -speed_layer_0 = =math.ceil(speed_print * 25/37) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/37) +speed_print = 37 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/37) +speed_wall = =math.ceil(speed_print * 30/37) +speed_wall_0 = =math.ceil(speed_print * 25/37) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_H.inst.cfg index 18b0a02971..f3825567a6 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_H.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_asax +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_asax variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 27/35) -speed_wall_0 = =math.ceil(speed_print * 23/35) -speed_topbottom = =math.ceil(speed_print * 30/35) -speed_layer_0 = =math.ceil(speed_print * 25/35) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 40 cool_fan_speed_max = 75 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 7 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/35) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 30/35) +speed_wall = =math.ceil(speed_print * 27/35) +speed_wall_0 = =math.ceil(speed_print * 23/35) +support_angle = 45 support_bottom_distance = =layer_height +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_F.inst.cfg index b4389f3b46..445d23bece 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_F.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_bvoh variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_G.inst.cfg index cd027171ed..1adb875373 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_G.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_bvoh variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_H.inst.cfg index d32db692be..b165bec0cb 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_H.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_bvoh +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_bvoh variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 25/30) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 25/30) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_F.inst.cfg index 9e60fa0481..54732a802f 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_F.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_hips +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_hips variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 103 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 103 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_G.inst.cfg index 531a98e7b4..53a05eddd8 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_G.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_hips +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_hips variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 102 material_print_temperature = =default_material_print_temperature + 3 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 102 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_H.inst.cfg index 87f77831d9..de66271b96 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_H.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_hips +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_hips variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 101 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 101 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_F.inst.cfg index 354e353f09..a14507d610 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_petg +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_petg variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_print * 25/40) -speed_topbottom = =math.ceil(speed_print * 35/40) -speed_layer_0 = =math.ceil(speed_print * 25/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_print * 25/40) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_G.inst.cfg index c89807e8ea..716ae76dd8 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_G.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_petg +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_petg variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 37 -speed_wall = =math.ceil(speed_print * 30/37) -speed_wall_0 = =math.ceil(speed_print * 25/37) -speed_topbottom = =math.ceil(speed_print * 33/37) -speed_layer_0 = =math.ceil(speed_print * 25/37) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/37) +speed_print = 37 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/37) +speed_wall = =math.ceil(speed_print * 30/37) +speed_wall_0 = =math.ceil(speed_print * 25/37) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_H.inst.cfg index ffac68a7f3..51b45b2f0c 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_H.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_petg +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_petg variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 27/35) -speed_wall_0 = =math.ceil(speed_print * 23/35) -speed_topbottom = =math.ceil(speed_print * 30/35) -speed_layer_0 = =math.ceil(speed_print * 25/35) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 70 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 95 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 95 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/35) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 30/35) +speed_wall = =math.ceil(speed_print * 27/35) +speed_wall_0 = =math.ceil(speed_print * 23/35) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_F.inst.cfg index 153a782aaf..94b5d07243 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_pla +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_pla variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_print * 25/40) -speed_topbottom = =math.ceil(speed_print * 35/40) -speed_layer_0 = =math.ceil(speed_print * 25/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 107 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 107 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 35/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_print * 25/40) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_G.inst.cfg index 46ce0b58c1..6f42f65543 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_G.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_pla +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_pla variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 37 -speed_wall = =math.ceil(speed_print * 30/37) -speed_wall_0 = =math.ceil(speed_print * 25/37) -speed_topbottom = =math.ceil(speed_print * 33/37) -speed_layer_0 = =math.ceil(speed_print * 25/37) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 105 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 105 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =2*line_width skin_overlap = 5 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/37) +speed_print = 37 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/37) +speed_wall = =math.ceil(speed_print * 30/37) +speed_wall_0 = =math.ceil(speed_print * 25/37) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_H.inst.cfg index 13c7657339..7aa07a0ddf 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_H.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_pla +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_pla variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 35 -speed_wall = =math.ceil(speed_print * 27/35) -speed_wall_0 = =math.ceil(speed_print * 23/35) -speed_topbottom = =math.ceil(speed_print * 30/35) -speed_layer_0 = =math.ceil(speed_print * 25/35) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 3 * layer_height cool_fan_speed = 100 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 3 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 103 material_print_temperature = =default_material_print_temperature + 10 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 103 +prime_tower_enable = True retraction_extra_prime_amount = 0.5 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 15 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 25/35) +speed_print = 35 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 30/35) +speed_wall = =math.ceil(speed_print * 27/35) +speed_wall_0 = =math.ceil(speed_print * 23/35) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 1.7 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.15 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_F.inst.cfg index 0bb86eecd0..06a56466b5 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_F.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_pva-m variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 37 -speed_wall = =math.ceil(speed_print * 30/37) -speed_wall_0 = =math.ceil(speed_print * 25/37) -speed_topbottom = =math.ceil(speed_print * 33/37) -speed_layer_0 = =math.ceil(speed_print * 25/37) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 25/37) +speed_print = 37 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 33/37) +speed_wall = =math.ceil(speed_print * 30/37) +speed_wall_0 = =math.ceil(speed_print * 25/37) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_G.inst.cfg index 4481bc1fd2..d4c90a99ec 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_G.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_pva-m variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_H.inst.cfg index 061681923f..c05c5697fd 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_H.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_pva-m +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_pva-m variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_F.inst.cfg index 150cb78b28..ef4ba55266 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_F.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_pva-s variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_G.inst.cfg index 1ec15cecb2..8f22c79540 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_G.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_pva-s variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_H.inst.cfg index 28be984377..6222a92c6c 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_H.inst.cfg @@ -1,50 +1,51 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_pva-s +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_pva-s variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 -wall_0_wipe_dist = =machine_nozzle_size/2 -speed_print = 40 -speed_wall = =math.ceil(speed_print * 30/40) -speed_wall_0 = =math.ceil(speed_wall * 30/40) -speed_topbottom = =math.ceil(speed_print * 20/40) -speed_layer_0 = =math.ceil(speed_print * 20/40) -speed_slowdown_layers = 2 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +material_flow = 100 material_print_temperature = =default_material_print_temperature material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 100 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =3*line_width retraction_hop_only_when_collides = True +retraction_min_travel = =3*line_width skin_overlap = 10 +speed_layer_0 = =math.ceil(speed_print * 20/40) +speed_print = 40 +speed_slowdown_layers = 2 +speed_topbottom = =math.ceil(speed_print * 20/40) +speed_wall = =math.ceil(speed_print * 30/40) +speed_wall_0 = =math.ceil(speed_wall * 30/40) +support_angle = 45 +support_bottom_distance = =support_z_distance support_bottom_stair_step_height = 0 support_bottom_stair_step_width = 0 -support_z_distance = =layer_height-layer_height -support_bottom_distance = =support_z_distance -support_xy_distance = =line_width * 0.5 -support_xy_distance_overhang = =line_width*0 +support_interface_density = 100 support_offset = 3 support_pattern = grid -support_interface_density = 100 -prime_tower_enable = True +support_xy_distance = =line_width * 0.5 +support_xy_distance_overhang = =line_width*0 +support_z_distance = =layer_height-layer_height +wall_0_wipe_dist = =machine_nozzle_size/2 +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.2 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.2 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_F.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_F.inst.cfg index d56727d5fb..4ca8c758da 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_F.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_F.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = F definition = strateo3d +name = F +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = f setting_version = 20 type = quality -quality_type = f -weight = 1 -material = emotiontech_tpu98a variant = Standard 1.2 Experimental +weight = 1 [values] -layer_height_0 = =round(0.5*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.5*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.1 +material_flow = 111 material_print_temperature = =default_material_print_temperature + 2 material_print_temperature_layer_0 = =default_material_print_temperature -material_flow = 111 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.1 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_G.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_G.inst.cfg index 9dc2029122..35aca049cf 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_G.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_G.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = G definition = strateo3d +name = G +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = g setting_version = 20 type = quality -quality_type = g -weight = 0 -material = emotiontech_tpu98a variant = Standard 1.2 Experimental +weight = 0 [values] -layer_height_0 = =round(0.67*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.67*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.1 +material_flow = 111 material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =default_material_print_temperature + 3 -material_flow = 111 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.1 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_H.inst.cfg b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_H.inst.cfg index 11987cb51d..97aecc9587 100644 --- a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_H.inst.cfg +++ b/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_H.inst.cfg @@ -1,47 +1,48 @@ [general] -version = 4 -name = H definition = strateo3d +name = H +version = 4 [metadata] +material = emotiontech_tpu98a +quality_type = h setting_version = 20 type = quality -quality_type = h -weight = -1 -material = emotiontech_tpu98a variant = Standard 1.2 Experimental +weight = -1 [values] -layer_height_0 = =round(0.75*machine_nozzle_size, 2) -line_width = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 -wall_0_wipe_dist = =machine_nozzle_size -speed_print = 35 -speed_wall = =math.ceil(speed_print * 35/35) -speed_wall_0 = =math.ceil(speed_wall * 27/35) -speed_topbottom = =math.ceil(speed_print * 23/35) -speed_layer_0 = =math.ceil(speed_print * 20/35) -speed_slowdown_layers = 1 cool_fan_enabled = True +cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 50 cool_fan_speed_max = 100 -cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time = 11 -cool_fan_full_at_height = =layer_height_0 + 6 * layer_height +cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -support_angle = 45 +layer_height_0 = =round(0.75*machine_nozzle_size, 2) +line_width = =machine_nozzle_size/machine_nozzle_size*1.1 +material_flow = 111 material_print_temperature = =default_material_print_temperature + 8 material_print_temperature_layer_0 = =default_material_print_temperature + 5 -material_flow = 111 +prime_tower_enable = True retraction_extra_prime_amount = 0.3 -retraction_min_travel = =2*line_width retraction_hop_only_when_collides = False +retraction_min_travel = =2*line_width skin_overlap = 10 -support_z_distance = =layer_height +speed_layer_0 = =math.ceil(speed_print * 20/35) +speed_print = 35 +speed_slowdown_layers = 1 +speed_topbottom = =math.ceil(speed_print * 23/35) +speed_wall = =math.ceil(speed_print * 35/35) +speed_wall_0 = =math.ceil(speed_wall * 27/35) +support_angle = 45 support_bottom_distance = =support_z_distance +support_interface_density = 100 +support_offset = 1 support_xy_distance = =line_width * 2.5 support_xy_distance_overhang = =wall_line_width_0 -support_offset = 1 -support_interface_density = 100 -prime_tower_enable = True +support_z_distance = =layer_height +wall_0_wipe_dist = =machine_nozzle_size +wall_line_width = =machine_nozzle_size/machine_nozzle_size*1.1 +wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*1.1 + diff --git a/resources/quality/strateo3d/s3d_global_A.inst.cfg b/resources/quality/strateo3d/s3d_global_A.inst.cfg index f6e897828b..b6fcea4f2c 100644 --- a/resources/quality/strateo3d/s3d_global_A.inst.cfg +++ b/resources/quality/strateo3d/s3d_global_A.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Extra Fine Quality definition = strateo3d +name = Extra Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = a setting_version = 20 type = quality -quality_type = a weight = 0 -global_quality = True [values] layer_height = 0.1 -top_bottom_thickness = =10*layer_height \ No newline at end of file +top_bottom_thickness = =10*layer_height + diff --git a/resources/quality/strateo3d/s3d_global_B.inst.cfg b/resources/quality/strateo3d/s3d_global_B.inst.cfg index 97e115f5d4..21cb677fcc 100644 --- a/resources/quality/strateo3d/s3d_global_B.inst.cfg +++ b/resources/quality/strateo3d/s3d_global_B.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine Quality definition = strateo3d +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = b setting_version = 20 type = quality -quality_type = b weight = 0 -global_quality = True [values] layer_height = 0.2 -top_bottom_thickness = =7*layer_height \ No newline at end of file +top_bottom_thickness = =7*layer_height + diff --git a/resources/quality/strateo3d/s3d_global_C.inst.cfg b/resources/quality/strateo3d/s3d_global_C.inst.cfg index efab8b6554..0624841b7b 100644 --- a/resources/quality/strateo3d/s3d_global_C.inst.cfg +++ b/resources/quality/strateo3d/s3d_global_C.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = High Quality definition = strateo3d +name = High Quality +version = 4 [metadata] +global_quality = True +quality_type = c setting_version = 20 type = quality -quality_type = c weight = 0 -global_quality = True [values] layer_height = 0.3 -top_bottom_thickness = =5*layer_height \ No newline at end of file +top_bottom_thickness = =5*layer_height + diff --git a/resources/quality/strateo3d/s3d_global_D.inst.cfg b/resources/quality/strateo3d/s3d_global_D.inst.cfg index e11e265230..9d98443f9a 100644 --- a/resources/quality/strateo3d/s3d_global_D.inst.cfg +++ b/resources/quality/strateo3d/s3d_global_D.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Medium Quality definition = strateo3d +name = Medium Quality +version = 4 [metadata] +global_quality = True +quality_type = d setting_version = 20 type = quality -quality_type = d weight = 0 -global_quality = True [values] layer_height = 0.4 -top_bottom_thickness = =5*layer_height \ No newline at end of file +top_bottom_thickness = =5*layer_height + diff --git a/resources/quality/strateo3d/s3d_global_E.inst.cfg b/resources/quality/strateo3d/s3d_global_E.inst.cfg index 49113ac9d4..02273f4b1b 100644 --- a/resources/quality/strateo3d/s3d_global_E.inst.cfg +++ b/resources/quality/strateo3d/s3d_global_E.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = strateo3d +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = e setting_version = 20 type = quality -quality_type = e weight = 0 -global_quality = True [values] layer_height = 0.5 -top_bottom_thickness = =4*layer_height \ No newline at end of file +top_bottom_thickness = =4*layer_height + diff --git a/resources/quality/strateo3d/s3d_global_F.inst.cfg b/resources/quality/strateo3d/s3d_global_F.inst.cfg index 9251b994a6..5dfb52dcef 100644 --- a/resources/quality/strateo3d/s3d_global_F.inst.cfg +++ b/resources/quality/strateo3d/s3d_global_F.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Coarse Quality definition = strateo3d +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = f setting_version = 20 type = quality -quality_type = f weight = 0 -global_quality = True [values] layer_height = 0.6 top_bottom_thickness = =4*layer_height + diff --git a/resources/quality/strateo3d/s3d_global_G.inst.cfg b/resources/quality/strateo3d/s3d_global_G.inst.cfg index 63af58d5fe..21636a43d5 100644 --- a/resources/quality/strateo3d/s3d_global_G.inst.cfg +++ b/resources/quality/strateo3d/s3d_global_G.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Extra Coarse Quality definition = strateo3d +name = Extra Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = g setting_version = 20 type = quality -quality_type = g weight = 0 -global_quality = True [values] layer_height = 0.7 top_bottom_thickness = =3*layer_height + diff --git a/resources/quality/strateo3d/s3d_global_H.inst.cfg b/resources/quality/strateo3d/s3d_global_H.inst.cfg index 72fe2471e4..2b6f77d919 100644 --- a/resources/quality/strateo3d/s3d_global_H.inst.cfg +++ b/resources/quality/strateo3d/s3d_global_H.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Coarse Quality definition = strateo3d +name = Ultra Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = h setting_version = 20 type = quality -quality_type = h weight = 0 -global_quality = True [values] layer_height = 0.8 top_bottom_thickness = =3*layer_height + diff --git a/resources/quality/tank_m_base_global_draft.inst.cfg b/resources/quality/tank_m_base_global_draft.inst.cfg index cd5d1a23c0..0553984a58 100644 --- a/resources/quality/tank_m_base_global_draft.inst.cfg +++ b/resources/quality/tank_m_base_global_draft.inst.cfg @@ -1,17 +1,18 @@ -[general] -version = 4 -name = Draft Quality -definition = tank_m_base - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -global_quality = True - -[values] -layer_height = 0.24 -layer_height_0 = 0.24 -top_bottom_thickness = =layer_height_0+layer_height*3 -wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 +[general] +definition = tank_m_base +name = Draft Quality +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality + +[values] +layer_height = 0.24 +layer_height_0 = 0.24 +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/tank_m_base_global_high.inst.cfg b/resources/quality/tank_m_base_global_high.inst.cfg index 26af4239b1..4d5ac5eb13 100644 --- a/resources/quality/tank_m_base_global_high.inst.cfg +++ b/resources/quality/tank_m_base_global_high.inst.cfg @@ -1,18 +1,19 @@ -[general] -version = 4 -name = Super Quality -definition = tank_m_base - -[metadata] -setting_version = 20 -type = quality -quality_type = high -weight = -1 -global_quality = True - -[values] -layer_height = 0.12 -layer_height_0 = 0.12 -top_bottom_thickness = =layer_height_0+layer_height*6 -wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 +[general] +definition = tank_m_base +name = Super Quality +version = 4 + +[metadata] +global_quality = True +quality_type = high +setting_version = 20 +type = quality +weight = -1 + +[values] +layer_height = 0.12 +layer_height_0 = 0.12 +support_interface_height = =layer_height*8 +top_bottom_thickness = =layer_height_0+layer_height*6 +wall_thickness = =line_width*3 + diff --git a/resources/quality/tank_m_base_global_standard.inst.cfg b/resources/quality/tank_m_base_global_standard.inst.cfg index eb7984c7ec..99d2bc6943 100644 --- a/resources/quality/tank_m_base_global_standard.inst.cfg +++ b/resources/quality/tank_m_base_global_standard.inst.cfg @@ -1,18 +1,19 @@ -[general] -version = 4 -name = Standard Quality -definition = tank_m_base - -[metadata] -setting_version = 20 -type = quality -quality_type = standard -weight = -3 -global_quality = True - -[values] -layer_height = 0.2 -layer_height_0 = 0.2 -top_bottom_thickness = =layer_height_0+layer_height*3 -wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 +[general] +definition = tank_m_base +name = Standard Quality +version = 4 + +[metadata] +global_quality = True +quality_type = standard +setting_version = 20 +type = quality +weight = -3 + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/tevo_blackwidow/tevo_blackwidow_draft.inst.cfg b/resources/quality/tevo_blackwidow/tevo_blackwidow_draft.inst.cfg index cfa4f9d8b8..1a58f27d30 100644 --- a/resources/quality/tevo_blackwidow/tevo_blackwidow_draft.inst.cfg +++ b/resources/quality/tevo_blackwidow/tevo_blackwidow_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = tevo_blackwidow +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] brim_width = 4.0 @@ -30,3 +30,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tevo_blackwidow/tevo_blackwidow_high.inst.cfg b/resources/quality/tevo_blackwidow/tevo_blackwidow_high.inst.cfg index 26591b50fe..03f4801740 100644 --- a/resources/quality/tevo_blackwidow/tevo_blackwidow_high.inst.cfg +++ b/resources/quality/tevo_blackwidow/tevo_blackwidow_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = tevo_blackwidow +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] brim_width = 4.0 @@ -30,3 +30,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tevo_blackwidow/tevo_blackwidow_normal.inst.cfg b/resources/quality/tevo_blackwidow/tevo_blackwidow_normal.inst.cfg index 7e0bd21d85..759a00b33a 100644 --- a/resources/quality/tevo_blackwidow/tevo_blackwidow_normal.inst.cfg +++ b/resources/quality/tevo_blackwidow/tevo_blackwidow_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = tevo_blackwidow +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] brim_width = 4.0 @@ -30,3 +30,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_e10_draft.inst.cfg b/resources/quality/tinyboy/tinyboy_e10_draft.inst.cfg index 40d417edfd..2827758d78 100644 --- a/resources/quality/tinyboy/tinyboy_e10_draft.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_e10_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = tinyboy_e10 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = 0 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_e10_high.inst.cfg b/resources/quality/tinyboy/tinyboy_e10_high.inst.cfg index e25f53364f..532693f4ac 100644 --- a/resources/quality/tinyboy/tinyboy_e10_high.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_e10_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = tinyboy_e10 +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 2 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_e10_normal.inst.cfg b/resources/quality/tinyboy/tinyboy_e10_normal.inst.cfg index 8190c8e93b..7a90130457 100644 --- a/resources/quality/tinyboy/tinyboy_e10_normal.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_e10_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = tinyboy_e10 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 1 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_e16_draft.inst.cfg b/resources/quality/tinyboy/tinyboy_e16_draft.inst.cfg index 4c2346e507..f7f4e84803 100644 --- a/resources/quality/tinyboy/tinyboy_e16_draft.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_e16_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = tinyboy_e16 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = 0 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_e16_high.inst.cfg b/resources/quality/tinyboy/tinyboy_e16_high.inst.cfg index a8c2e0d7b4..d360b19ad9 100644 --- a/resources/quality/tinyboy/tinyboy_e16_high.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_e16_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = tinyboy_e16 +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 2 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_e16_normal.inst.cfg b/resources/quality/tinyboy/tinyboy_e16_normal.inst.cfg index e0de549db8..d39208ffd3 100644 --- a/resources/quality/tinyboy/tinyboy_e16_normal.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_e16_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = tinyboy_e16 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 1 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_fabrikator15_draft.inst.cfg b/resources/quality/tinyboy/tinyboy_fabrikator15_draft.inst.cfg index cf6c5a01fd..d8a992b737 100644 --- a/resources/quality/tinyboy/tinyboy_fabrikator15_draft.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_fabrikator15_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = tinyboy_fabrikator15 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = 0 -global_quality = True [values] acceleration_enabled = True @@ -56,3 +56,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_fabrikator15_high.inst.cfg b/resources/quality/tinyboy/tinyboy_fabrikator15_high.inst.cfg index f458a2b6fb..36d7e3da9d 100644 --- a/resources/quality/tinyboy/tinyboy_fabrikator15_high.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_fabrikator15_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = tinyboy_fabrikator15 +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 2 -global_quality = True [values] acceleration_enabled = True @@ -56,3 +56,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_fabrikator15_normal.inst.cfg b/resources/quality/tinyboy/tinyboy_fabrikator15_normal.inst.cfg index 21f06c3bff..2b9624eda7 100644 --- a/resources/quality/tinyboy/tinyboy_fabrikator15_normal.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_fabrikator15_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = tinyboy_fabrikator15 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 1 -global_quality = True [values] acceleration_enabled = True @@ -56,3 +56,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_ra20_draft.inst.cfg b/resources/quality/tinyboy/tinyboy_ra20_draft.inst.cfg index 5bca9cd870..e170e4f3ec 100644 --- a/resources/quality/tinyboy/tinyboy_ra20_draft.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_ra20_draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = tinyboy_ra20 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = 0 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_ra20_high.inst.cfg b/resources/quality/tinyboy/tinyboy_ra20_high.inst.cfg index bdf1717fe3..e262588409 100644 --- a/resources/quality/tinyboy/tinyboy_ra20_high.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_ra20_high.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = High definition = tinyboy_ra20 +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 2 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tinyboy/tinyboy_ra20_normal.inst.cfg b/resources/quality/tinyboy/tinyboy_ra20_normal.inst.cfg index 03a67f7f8b..e1e7c9660e 100644 --- a/resources/quality/tinyboy/tinyboy_ra20_normal.inst.cfg +++ b/resources/quality/tinyboy/tinyboy_ra20_normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = tinyboy_ra20 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 1 -global_quality = True [values] acceleration_enabled = True @@ -58,3 +58,4 @@ support_use_towers = False support_xy_distance = 0.7 top_bottom_thickness = 1.2 wall_thickness = 1.2 + diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.2_abs_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.2_abs_high.inst.cfg index a4a3cc585f..27d0e95bab 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.2_abs_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.2_abs_high.inst.cfg @@ -1,16 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.2mm +weight = 1 [values] - diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.3_abs_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.3_abs_high.inst.cfg index 41ef93fa02..f7d7654e75 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.3_abs_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.3_abs_high.inst.cfg @@ -1,16 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.3mm +weight = 1 [values] - diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.4_abs_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.4_abs_high.inst.cfg index bf8ae72e3d..0353dd4fbe 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.4_abs_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.4_abs_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.4mm +weight = 1 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.4_abs_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.4_abs_normal.inst.cfg index 2cabac821f..89fdacbe81 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.4_abs_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.4_abs_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.4mm +weight = 0 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_draft.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_draft.inst.cfg index 231947c3f0..571e666e36 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_draft.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = tizyx_evy +name = Coarse +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = 0.5mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_high.inst.cfg index 3ae4c0fd39..66c68fdda1 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.5mm +weight = 1 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_normal.inst.cfg index 78b3c82d16..5a81b9ee1f 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.5_abs_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.5mm +weight = 0 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_coarse.inst.cfg index e5e1ba63ac..449df5702f 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = tizyx_evy +name = Coarse +version = 4 [metadata] +material = generic_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -2 -material = generic_abs variant = 0.6mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_high.inst.cfg index 4611feee97..f9329ade59 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.6mm +weight = 1 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_normal.inst.cfg index 47d8295e76..a6a1660f3b 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.6_abs_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.6mm +weight = 0 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_extra_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_extra_coarse.inst.cfg index 6bf8fddeb8..66296fc59f 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_extra_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_extra_coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = tizyx_evy +name = Coarse +version = 4 [metadata] +material = generic_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -2 -material = generic_abs variant = 0.8mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_high.inst.cfg index 2c6fcd4c91..cd35bb8a83 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.8mm +weight = 1 [values] diff --git a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_normal.inst.cfg index 788977b879..2e62df1b4e 100644 --- a/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/abs/tizyx_evy_0.8_abs_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.8mm +weight = 0 [values] diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.2_flex_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.2_flex_high.inst.cfg index 653b295db1..2fb3527443 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.2_flex_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.2_flex_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_flex +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_flex variant = 0.2mm +weight = 1 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.3_flex_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.3_flex_high.inst.cfg index 3450aeae89..21a6a4aa10 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.3_flex_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.3_flex_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_flex +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_flex variant = 0.3mm +weight = 1 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.4_flex_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.4_flex_high.inst.cfg index df89a0752f..bd0fcc31f8 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.4_flex_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.4_flex_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_flex +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_flex variant = 0.4mm +weight = 1 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.4_flex_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.4_flex_normal.inst.cfg index fcf892ac5a..3026dca422 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.4_flex_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.4_flex_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = tizyx_flex +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_flex variant = 0.4mm +weight = 0 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_draft.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_draft.inst.cfg index e9a93be3a8..0ae854c193 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_draft.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = tizyx_flex +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = tizyx_flex variant = 0.5mm +weight = -2 [values] speed_infill = 25 diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_high.inst.cfg index d86fd060b5..21d9c47c9b 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_flex +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_flex variant = 0.5mm +weight = 1 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_normal.inst.cfg index 41e6dc80fe..3d3d91c2b5 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.5_flex_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = tizyx_flex +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_flex variant = 0.5mm +weight = 0 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_coarse.inst.cfg index b96af951d9..63b5a0cd0f 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = tizyx_flex +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -2 -material = tizyx_flex variant = 0.6mm +weight = -2 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_high.inst.cfg index 5aff229a5c..7a75200f6d 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_flex +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_flex variant = 0.6mm +weight = 1 [values] speed_infill = 25 diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_normal.inst.cfg index b3ffaced4d..19cc16f9df 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.6_flex_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = tizyx_flex +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_flex variant = 0.6mm +weight = 0 [values] speed_infill = 25 diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_extra_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_extra_coarse.inst.cfg index 95f44f8d87..8cf4b1847d 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_extra_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_extra_coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = tizyx_flex +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = -2 -material = tizyx_flex variant = 0.8mm +weight = -2 [values] speed_infill = 25 diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_high.inst.cfg index 6a9078795d..57f548d2c1 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_flex +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_flex variant = 0.8mm +weight = 1 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_normal.inst.cfg index a0940d2614..a03ef9db14 100644 --- a/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/flex/tizyx_evy_0.8_flex_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = tizyx_flex +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_flex variant = 0.8mm +weight = 0 [values] speed_infill = 25 @@ -18,3 +18,4 @@ speed_print = 30 speed_topbottom = 25 speed_wall_0 = 20 speed_wall_x = 20 + diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.2_petg_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.2_petg_high.inst.cfg index 877bf4702b..f6c995b274 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.2_petg_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.2_petg_high.inst.cfg @@ -1,16 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.2mm +weight = 1 [values] - diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.3_petg_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.3_petg_high.inst.cfg index 65e464d18a..e17a1104cd 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.3_petg_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.3_petg_high.inst.cfg @@ -1,16 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.3mm +weight = 1 [values] - diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.4_petg_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.4_petg_high.inst.cfg index 285e9ca6fc..ba02e838c7 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.4_petg_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.4_petg_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.4mm +weight = 1 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.4_petg_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.4_petg_normal.inst.cfg index 6c4e1ab358..a9eabd107b 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.4_petg_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.4_petg_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.4mm +weight = 0 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_draft.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_draft.inst.cfg index c14de315f1..7d27443348 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_draft.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = tizyx_evy +name = Coarse +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = 0.5mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_high.inst.cfg index d4d315f3e9..a91cd120f9 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.5mm +weight = 1 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_normal.inst.cfg index f5cb1d1323..407f20691b 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.5_petg_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.5mm +weight = 0 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_coarse.inst.cfg index f0ad843e3f..8d6bd85fb0 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = tizyx_evy +name = Coarse +version = 4 [metadata] +material = generic_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -2 -material = generic_petg variant = 0.6mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_high.inst.cfg index 929f10a186..88feb7b6bd 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.6mm +weight = 1 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_normal.inst.cfg index a70078f8b8..c8b312fbbd 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.6_petg_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.6mm +weight = 0 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_extra_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_extra_coarse.inst.cfg index e9a165b668..91b02dca20 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_extra_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_extra_coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = tizyx_evy +name = Coarse +version = 4 [metadata] +material = generic_petg +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = -2 -material = generic_petg variant = 0.8mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_high.inst.cfg index 2c7cde39f8..0424396e4a 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.8mm +weight = 1 [values] diff --git a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_normal.inst.cfg index 2e2516f110..8f3581ee0f 100644 --- a/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/petg/tizyx_evy_0.8_petg_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.8mm +weight = 0 [values] diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.2_pla_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.2_pla_high.inst.cfg index 2e3cc240ac..0c6e22e638 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.2_pla_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.2_pla_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.2mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.3_pla_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.3_pla_high.inst.cfg index c60cf04161..128c5faec4 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.3_pla_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.3_pla_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.3mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.4_pla_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.4_pla_high.inst.cfg index 36cda26610..fb298572c6 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.4_pla_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.4_pla_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.4mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.4_pla_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.4_pla_normal.inst.cfg index 4f26254a60..c234437fb6 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.4_pla_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.4_pla_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.4mm +weight = 0 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_draft.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_draft.inst.cfg index c45ba6d574..00ddac0066 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_draft.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = 0.5mm +weight = -2 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_high.inst.cfg index 549f3abf5e..15810daca1 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.5mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_normal.inst.cfg index b51b5043ca..4af9dd7af3 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.5_pla_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.5mm +weight = 0 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_coarse.inst.cfg index 360ad97678..d58964b5ee 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_coarse.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -2 -material = generic_pla variant = 0.6mm +weight = -2 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_high.inst.cfg index 0fb0c69c81..50de20ba44 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.6mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_normal.inst.cfg index f1d5d994cc..eeaf667d6e 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.6_pla_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.6mm +weight = 0 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_extra_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_extra_coarse.inst.cfg index d4bdccc8ad..d945eaa77c 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_extra_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_extra_coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = generic_pla +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = -2 -material = generic_pla variant = 0.8mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_high.inst.cfg index 759b9e5aa7..80dae153df 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.8mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_normal.inst.cfg index e85c0e6fdb..d64c42e472 100644 --- a/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla/tizyx_evy_0.8_pla_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.8mm +weight = 0 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.2_pla_bois_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.2_pla_bois_high.inst.cfg index a6bd360e9d..a6586d905b 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.2_pla_bois_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.2_pla_bois_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_pla_bois variant = 0.2mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.3_pla_bois_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.3_pla_bois_high.inst.cfg index ed4e92570a..73f04ada61 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.3_pla_bois_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.3_pla_bois_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_pla_bois variant = 0.3mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.4_pla_bois_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.4_pla_bois_high.inst.cfg index 47b22b926d..7a90215b73 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.4_pla_bois_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.4_pla_bois_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_pla_bois variant = 0.4mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.4_pla_bois_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.4_pla_bois_normal.inst.cfg index a01f816ea7..c1c012dbd5 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.4_pla_bois_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.4_pla_bois_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_pla_bois variant = 0.4mm +weight = 0 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_draft.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_draft.inst.cfg index 442e949948..8b78fde096 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_draft.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = tizyx_pla_bois variant = 0.5mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_high.inst.cfg index 51c7b2facc..c269192771 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_pla_bois variant = 0.5mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_normal.inst.cfg index d95f294ebf..75df0eeae7 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.5_pla_bois_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_pla_bois variant = 0.5mm +weight = 0 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_coarse.inst.cfg index 0b21a7789c..083b3c4143 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_coarse.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -2 -material = tizyx_pla_bois variant = 0.6mm +weight = -2 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_high.inst.cfg index 8ba7d2fab0..139fdfa4f2 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_pla_bois variant = 0.6mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_normal.inst.cfg index c055711c94..b57dd1e8cf 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.6_pla_bois_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_pla_bois variant = 0.6mm +weight = 0 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_extra_coarse.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_extra_coarse.inst.cfg index c6a66926e6..cf16ec8358 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_extra_coarse.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_extra_coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = -2 -material = tizyx_pla_bois variant = 0.8mm +weight = -2 [values] diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_high.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_high.inst.cfg index 87ae5777c2..e74c50ee5b 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_pla_bois variant = 0.8mm +weight = 1 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_normal.inst.cfg index 9ba555be30..e620152cc9 100644 --- a/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/pla_bois/tizyx_evy_0.8_pla_bois_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_pla_bois variant = 0.8mm +weight = 0 [values] + diff --git a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Coarse_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Coarse_Quality.inst.cfg index cf1620cf12..de84ea5149 100644 --- a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Coarse_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Coarse_Quality.inst.cfg @@ -1,44 +1,45 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -2 -global_quality = True [values] -layer_height = 0.3 -layer_height_0 = =layer_height -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 -retraction_amount = 5 -retraction_speed = 60 -speed_wall_0 = 45 -speed_wall_x = 50 -speed_topbottom = 45 -support_enable= True -support_angle = 70 adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 +coasting_enable = False cool_fan_speed_0 = 10 cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 +layer_height = 0.3 +layer_height_0 = =layer_height layer_start_x = 250 layer_start_y = 250 -coasting_enable = False +material_final_print_temperature = =material_print_temperature +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True +retraction_amount = 5 +retraction_min_travel = 2 +retraction_speed = 60 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 +speed_wall_0 = 45 +speed_wall_x = 50 +support_angle = 70 +support_enable = True wall_line_count = 2 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Draft_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Draft_Quality.inst.cfg index dca9945e0e..19afd4fadc 100644 --- a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Draft_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Draft_Quality.inst.cfg @@ -1,44 +1,45 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] -layer_height = 0.25 -layer_height_0 = =layer_height -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 -retraction_amount = 5 -retraction_speed = 60 -speed_wall_0 = 45 -speed_wall_x = 50 -speed_topbottom = 45 -support_enable= True -support_angle = 70 adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 +coasting_enable = False cool_fan_speed_0 = 10 cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 +layer_height = 0.25 +layer_height_0 = =layer_height layer_start_x = 250 layer_start_y = 250 -coasting_enable = False +material_final_print_temperature = =material_print_temperature +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True +retraction_amount = 5 +retraction_min_travel = 2 +retraction_speed = 60 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 +speed_wall_0 = 45 +speed_wall_x = 50 +support_angle = 70 +support_enable = True wall_line_count = 2 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Extra_Coarse_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Extra_Coarse_Quality.inst.cfg index 6839760843..57c6a94461 100644 --- a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Extra_Coarse_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Extra_Coarse_Quality.inst.cfg @@ -1,44 +1,45 @@ [general] -version = 4 -name = Draft definition = tizyx_evy +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = -2 -global_quality = True [values] -layer_height = 0.4 -layer_height_0 = =layer_height -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 -retraction_amount = 5 -retraction_speed = 60 -speed_wall_0 = 45 -speed_wall_x = 50 -speed_topbottom = 45 -support_enable= True -support_angle = 70 adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 +coasting_enable = False cool_fan_speed_0 = 10 cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 +layer_height = 0.4 +layer_height_0 = =layer_height layer_start_x = 250 layer_start_y = 250 -coasting_enable = False +material_final_print_temperature = =material_print_temperature +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True +retraction_amount = 5 +retraction_min_travel = 2 +retraction_speed = 60 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 +speed_wall_0 = 45 +speed_wall_x = 50 +support_angle = 70 +support_enable = True wall_line_count = 2 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_High_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_High_Quality.inst.cfg index 313fc8e774..b8e3789279 100644 --- a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_High_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_High_Quality.inst.cfg @@ -1,44 +1,45 @@ [general] -version = 4 -name = High definition = tizyx_evy +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.1 -layer_height_0 = 0.1 -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 -retraction_amount = 5 -retraction_speed = 60 -speed_wall_0 = 45 -speed_wall_x = 50 -speed_topbottom = 45 -support_enable= True -support_angle = 70 adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 +coasting_enable = False cool_fan_speed_0 = 10 cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 +layer_height = 0.1 +layer_height_0 = 0.1 layer_start_x = 250 layer_start_y = 250 -coasting_enable = False +material_final_print_temperature = =material_print_temperature +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True +retraction_amount = 5 +retraction_min_travel = 2 +retraction_speed = 60 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 +speed_wall_0 = 45 +speed_wall_x = 50 +support_angle = 70 +support_enable = True wall_line_count = 2 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Normal_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Normal_Quality.inst.cfg index 22f6e52139..d8c441706d 100644 --- a/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Normal_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy/tizyx_evy_global_Normal_Quality.inst.cfg @@ -1,44 +1,45 @@ [general] -version = 4 -name = Normal definition = tizyx_evy +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.25 -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 -retraction_amount = 5 -retraction_speed = 60 -speed_wall_0 = 45 -speed_wall_x = 50 -speed_topbottom = 45 -support_enable= True -support_angle = 70 adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 +coasting_enable = False cool_fan_speed_0 = 10 cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 +layer_height = 0.2 +layer_height_0 = 0.25 layer_start_x = 250 layer_start_y = 250 -coasting_enable = False +material_final_print_temperature = =material_print_temperature +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True +retraction_amount = 5 +retraction_min_travel = 2 +retraction_speed = 60 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 +speed_wall_0 = 45 +speed_wall_x = 50 +support_angle = 70 +support_enable = True wall_line_count = 2 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_classic_abs_high.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_classic_abs_high.inst.cfg index 8ac155c871..0f1b3cfbfd 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_classic_abs_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_classic_abs_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = Classic Extruder +weight = 1 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_classic_abs_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_classic_abs_normal.inst.cfg index 4f07cb96c1..2f32f2d135 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_classic_abs_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_classic_abs_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = Classic Extruder +weight = 0 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_direct_drive_abs_high.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_direct_drive_abs_high.inst.cfg index 3901df9143..5eb47f921b 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_direct_drive_abs_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_direct_drive_abs_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = Direct Drive +weight = 1 [values] default_material_print_temperature = 210 @@ -28,3 +28,4 @@ retraction_hop_only_when_collides = False skirt_brim_minimal_length = 100 switch_extruder_retraction_amount = 72 switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_direct_drive_abs_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_direct_drive_abs_normal.inst.cfg index cc20f3a9d6..390c7240d7 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_direct_drive_abs_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/abs/tizyx_evy_dual_direct_drive_abs_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = Direct Drive +weight = 0 [values] default_material_print_temperature = 210 @@ -27,4 +27,5 @@ retraction_hop_enabled = True retraction_hop_only_when_collides = False skirt_brim_minimal_length = 100 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_classic_flex_flex.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_classic_flex_flex.inst.cfg index 8748dd4e3a..18a4a84263 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_classic_flex_flex.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_classic_flex_flex.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Flex and PLA definition = tizyx_evy_dual +name = Flex and PLA +version = 4 [metadata] +material = tizyx_flex +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = tizyx_flex variant = Classic Extruder +weight = -2 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_classic_flex_flex_only.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_classic_flex_flex_only.inst.cfg index 78a37cf084..18350794ce 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_classic_flex_flex_only.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_classic_flex_flex_only.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Flex Only definition = tizyx_evy_dual +name = Flex Only +version = 4 [metadata] +material = tizyx_flex +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = tizyx_flex variant = Classic Extruder +weight = -3 [values] switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_direct_drive_flex_flex.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_direct_drive_flex_flex.inst.cfg index 7be2c19ecf..db67983b86 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_direct_drive_flex_flex.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_direct_drive_flex_flex.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Flex and PLA definition = tizyx_evy_dual +name = Flex and PLA +version = 4 [metadata] +material = tizyx_flex +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = tizyx_flex variant = Direct Drive +weight = -2 [values] default_material_print_temperature = 210 @@ -25,7 +25,8 @@ retraction_enable = True retraction_extra_prime_amount = 0 retraction_hop_enabled = True retraction_hop_only_when_collides = False -speed_print = 30 skirt_brim_minimal_length = 100 +speed_print = 30 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_direct_drive_flex_flex_only.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_direct_drive_flex_flex_only.inst.cfg index 25c57ed31e..de74b6bd04 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_direct_drive_flex_flex_only.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/flex/tizyx_evy_dual_direct_drive_flex_flex_only.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Flex Only definition = tizyx_evy_dual +name = Flex Only +version = 4 [metadata] +material = tizyx_flex +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = tizyx_flex variant = Direct Drive +weight = -3 [values] switch_extruder_retraction_amount = 72 switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_classic_petg_high.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_classic_petg_high.inst.cfg index 5cd19e868c..b08c1be8bf 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_classic_petg_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_classic_petg_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = Classic Extruder +weight = 1 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_classic_petg_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_classic_petg_normal.inst.cfg index af566e7368..c70cdf38e8 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_classic_petg_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_classic_petg_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = Classic Extruder +weight = 0 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_direct_drive_petg_high.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_direct_drive_petg_high.inst.cfg index 204afef935..eec1011053 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_direct_drive_petg_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_direct_drive_petg_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = Direct Drive +weight = 1 [values] default_material_print_temperature = 210 @@ -27,4 +27,5 @@ retraction_hop_enabled = True retraction_hop_only_when_collides = False skirt_brim_minimal_length = 100 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_direct_drive_petg_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_direct_drive_petg_normal.inst.cfg index 118e35d09a..d57eb7fef2 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_direct_drive_petg_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/petg/tizyx_evy_dual_direct_drive_petg_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = Direct Drive +weight = 0 [values] default_material_print_temperature = 210 @@ -27,4 +27,5 @@ retraction_hop_enabled = True retraction_hop_only_when_collides = False skirt_brim_minimal_length = 100 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_flex.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_flex.inst.cfg index 9d4e3d8888..4154d44f73 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_flex.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_flex.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Flex and PLA definition = tizyx_evy_dual +name = Flex and PLA +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = Classic Extruder +weight = -2 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_flex_only.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_flex_only.inst.cfg index 55c548ce5c..8ada5ea9c9 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_flex_only.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_flex_only.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Flex Only definition = tizyx_evy_dual +name = Flex Only +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = generic_pla variant = Classic Extruder +weight = -3 [values] + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_high.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_high.inst.cfg index bbb665eff3..abfddcb9c2 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = Classic Extruder +weight = 1 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_normal.inst.cfg index 9cbc603c3b..a868726328 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = Classic Extruder +weight = 0 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_pva.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_pva.inst.cfg index 43067f894b..24097765e9 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_pva.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_classic_pla_pva.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = PVA and PLA definition = tizyx_evy_dual +name = PVA and PLA +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = Classic Extruder +weight = -2 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_flex.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_flex.inst.cfg index eee9b9055e..8e7984aacc 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_flex.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_flex.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Flex and PLA definition = tizyx_evy_dual +name = Flex and PLA +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = Direct Drive +weight = -2 [values] default_material_print_temperature = 210 @@ -25,7 +25,8 @@ retraction_enable = True retraction_extra_prime_amount = 0 retraction_hop_enabled = True retraction_hop_only_when_collides = False -speed_print = 30 skirt_brim_minimal_length = 100 +speed_print = 30 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_flex_only.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_flex_only.inst.cfg index 1c63e80837..67e79db08d 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_flex_only.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_flex_only.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Flex Only definition = tizyx_evy_dual +name = Flex Only +version = 4 [metadata] +material = generic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = generic_pla variant = Direct Drive +weight = -3 [values] + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_high.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_high.inst.cfg index 9b4968c9af..f44160f5b0 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = Direct Drive +weight = 1 [values] default_material_print_temperature = 210 @@ -28,3 +28,4 @@ retraction_hop_only_when_collides = False skirt_brim_minimal_length = 100 switch_extruder_retraction_amount = 72 switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_normal.inst.cfg index 3b699edd27..c59ecab5bc 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = Direct Drive +weight = 0 [values] default_material_print_temperature = 210 @@ -27,4 +27,5 @@ retraction_hop_enabled = True retraction_hop_only_when_collides = False skirt_brim_minimal_length = 100 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_pva.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_pva.inst.cfg index 24e00e4d62..22f15d0eda 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_pva.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla/tizyx_evy_dual_direct_drive_pla_pva.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = PVA and PLA definition = tizyx_evy_dual +name = PVA and PLA +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = Direct Drive +weight = -2 [values] default_material_print_temperature = 210 @@ -25,7 +25,8 @@ retraction_enable = True retraction_extra_prime_amount = 0 retraction_hop_enabled = True retraction_hop_only_when_collides = False -speed_print = 30 skirt_brim_minimal_length = 100 +speed_print = 30 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_flex.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_flex.inst.cfg index 0a0c5674b5..2499298b27 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_flex.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_flex.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Flex and PLA definition = tizyx_evy_dual +name = Flex and PLA +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = tizyx_pla_bois variant = Classic Extruder +weight = -2 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_high.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_high.inst.cfg index f2c3ce468a..e21777f9cd 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_pla_bois variant = Classic Extruder +weight = 1 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_normal.inst.cfg index e9e906ffdf..74970e34bf 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_classic_pla_bois_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_pla_bois variant = Classic Extruder +weight = 0 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_flex.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_flex.inst.cfg index 809c276c41..243eaa4fd0 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_flex.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_flex.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Flex and PLA definition = tizyx_evy_dual +name = Flex and PLA +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = tizyx_pla_bois variant = Direct Drive +weight = -2 [values] default_material_print_temperature = 210 @@ -25,7 +25,8 @@ retraction_enable = True retraction_extra_prime_amount = 0 retraction_hop_enabled = True retraction_hop_only_when_collides = False -speed_print = 30 skirt_brim_minimal_length = 100 +speed_print = 30 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_high.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_high.inst.cfg index e8dadd1fed..ada642c73d 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = tizyx_pla_bois variant = Direct Drive +weight = 1 [values] default_material_print_temperature = 210 @@ -28,3 +28,4 @@ retraction_hop_only_when_collides = False skirt_brim_minimal_length = 100 switch_extruder_retraction_amount = 72 switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_normal.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_normal.inst.cfg index 87f079ccf9..7a00a4c4b0 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pla_bois/tizyx_evy_dual_direct_drive_pla_bois_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +material = tizyx_pla_bois +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = tizyx_pla_bois variant = Direct Drive +weight = 0 [values] default_material_print_temperature = 210 @@ -27,4 +27,5 @@ retraction_hop_enabled = True retraction_hop_only_when_collides = False skirt_brim_minimal_length = 100 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pva/tizyx_evy_dual_classic_pva_pva.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pva/tizyx_evy_dual_classic_pva_pva.inst.cfg index 2dafcf4cdc..5c860bd0ed 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pva/tizyx_evy_dual_classic_pva_pva.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pva/tizyx_evy_dual_classic_pva_pva.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = PVA and PLA definition = tizyx_evy_dual +name = PVA and PLA +version = 4 [metadata] +material = tizyx_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = tizyx_pva variant = Classic Extruder +weight = -2 [values] cool_fan_speed_0 = 100 @@ -34,7 +34,8 @@ skirt_line_count = 2 speed_print = 60 speed_topbottom = 50 speed_wall_0 = 40 +switch_extruder_retraction_amount = 100 +switch_extruder_retraction_speeds = 70 top_layers = 4 wall_line_count = 2 -switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/pva/tizyx_evy_dual_direct_drive_pva_pva.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/pva/tizyx_evy_dual_direct_drive_pva_pva.inst.cfg index 5c6fc24736..3f4a425427 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/pva/tizyx_evy_dual_direct_drive_pva_pva.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/pva/tizyx_evy_dual_direct_drive_pva_pva.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = PVA and PLA definition = tizyx_evy_dual +name = PVA and PLA +version = 4 [metadata] +material = tizyx_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = tizyx_pva variant = Direct Drive +weight = -2 [values] default_material_print_temperature = 210 @@ -25,7 +25,8 @@ retraction_enable = True retraction_extra_prime_amount = 0 retraction_hop_enabled = True retraction_hop_only_when_collides = False -speed_print = 30 skirt_brim_minimal_length = 100 +speed_print = 30 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Flex_Only_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Flex_Only_Quality.inst.cfg index 3a78a26d7e..c0ed8955f6 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Flex_Only_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Flex_Only_Quality.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Flex Only definition = tizyx_evy_dual +name = Flex Only +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] -layer_height = 0.2 -layer_height_0 = 0.25 adhesion_extruder_nr = 1 adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 2 +cool_min_layer_time = 11 fill_outline_gaps = True infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 30 -speed_topbottom = 50 -speed_wall_0 = 40 -top_layers = 4 -wall_line_count = 2 -cool_min_layer_time = 11 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -support_enable = True +layer_height = 0.2 +layer_height_0 = 0.25 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True prime_tower_enable = True +prime_tower_flow = 110 prime_tower_position_x = 127.5 prime_tower_position_y = =math.ceil(250-prime_tower_size) prime_tower_size = 35 -prime_tower_flow = 110 +retraction_min_travel = 2 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 30 +speed_topbottom = 50 +speed_wall_0 = 40 +support_enable = True +top_layers = 4 +wall_line_count = 2 z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True + diff --git a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Flex_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Flex_Quality.inst.cfg index 3df1f2f3f9..6c609f520d 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Flex_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Flex_Quality.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Flex and PLA definition = tizyx_evy_dual +name = Flex and PLA +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] adhesion_extruder_nr = 0 adhesion_type = skirt layer_height = 0.2 layer_height_0 = 0.25 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True prime_tower_enable = True +prime_tower_flow = 110 prime_tower_position_x = 127.5 prime_tower_position_y = =math.ceil(250-prime_tower_size) prime_tower_size = 35 -prime_tower_flow = 110 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature +retraction_hop_enabled = False support_enable = True z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True -retraction_hop_enabled = False + diff --git a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_High_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_High_Quality.inst.cfg index ab9ca9c82d..dbf6a2d14f 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_High_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_High_Quality.inst.cfg @@ -1,52 +1,53 @@ [general] -version = 4 -name = High definition = tizyx_evy_dual +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] adhesion_extruder_nr = 0 adhesion_type = skirt +coasting_enable = False +cool_fan_speed_0 = 10 +cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 layer_height = 0.1 layer_height_0 = 0.1 +layer_start_x = 250 +layer_start_y = 250 +material_final_print_temperature = =material_print_temperature +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True prime_tower_enable = True +prime_tower_flow = 110 prime_tower_position_x = 127.5 prime_tower_position_y = =math.ceil(250-prime_tower_size) prime_tower_size = 35 -prime_tower_flow = 110 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -support_enable = True -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 retraction_amount = 5 +retraction_hop_enabled = False +retraction_min_travel = 2 retraction_speed = 60 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 speed_wall_0 = 45 speed_wall_x = 50 -speed_topbottom = 45 support_angle = 70 -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 -cool_fan_speed_0 = 10 -cool_min_layer_time = 12 -layer_start_x = 250 -layer_start_y = 250 -coasting_enable = False +support_enable = True top_layers = 4 wall_line_count = 2 z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True -retraction_hop_enabled = False \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Normal_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Normal_Quality.inst.cfg index 5ffc19f532..56dbff79b6 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Normal_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_Normal_Quality.inst.cfg @@ -1,52 +1,53 @@ [general] -version = 4 -name = Normal definition = tizyx_evy_dual +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] adhesion_extruder_nr = 0 adhesion_type = skirt +coasting_enable = False +cool_fan_speed_0 = 10 +cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 layer_height = 0.2 layer_height_0 = 0.25 +layer_start_x = 250 +layer_start_y = 250 +material_final_print_temperature = =material_print_temperature +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True prime_tower_enable = True +prime_tower_flow = 110 prime_tower_position_x = 127.5 prime_tower_position_y = =math.ceil(250-prime_tower_size) prime_tower_size = 35 -prime_tower_flow = 110 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -support_enable = True -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 retraction_amount = 5 +retraction_hop_enabled = False +retraction_min_travel = 2 retraction_speed = 60 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 speed_wall_0 = 45 speed_wall_x = 50 -speed_topbottom = 45 support_angle = 70 -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 -cool_fan_speed_0 = 10 -cool_min_layer_time = 12 -layer_start_x = 250 -layer_start_y = 250 -coasting_enable = False +support_enable = True top_layers = 4 wall_line_count = 2 z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True -retraction_hop_enabled = False \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_PVA_Quality.inst.cfg b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_PVA_Quality.inst.cfg index e98452b57b..b7cab8b398 100644 --- a/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_PVA_Quality.inst.cfg +++ b/resources/quality/tizyx/tizyx_evy_dual/tizyx_evy_dual_global_PVA_Quality.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = PVA and PLA definition = tizyx_evy_dual +name = PVA and PLA +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] adhesion_extruder_nr = 0 adhesion_type = skirt layer_height = 0.2 layer_height_0 = 0.25 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +optimize_wall_printing_order = True prime_tower_enable = True +prime_tower_flow = 110 prime_tower_position_x = 127.5 prime_tower_position_y = =math.ceil(250-prime_tower_size) prime_tower_size = 35 -prime_tower_flow = 110 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature +retraction_hop_enabled = False support_enable = True z_seam_corner = z_seam_corner_none -optimize_wall_printing_order = True -retraction_hop_enabled = False \ No newline at end of file + diff --git a/resources/quality/tizyx/tizyx_k25/tizyx_k25_high.inst.cfg b/resources/quality/tizyx/tizyx_k25/tizyx_k25_high.inst.cfg index 1368427a4a..48a506a6d0 100644 --- a/resources/quality/tizyx/tizyx_k25/tizyx_k25_high.inst.cfg +++ b/resources/quality/tizyx/tizyx_k25/tizyx_k25_high.inst.cfg @@ -1,40 +1,41 @@ [general] -version = 4 -name = High definition = tizyx_k25 +name = High +version = 4 [metadata] +global_quality = True quality_type = draft setting_version = 20 type = quality -global_quality = True [values] -layer_height = 0.1 -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 -speed_wall_0 = 45 -speed_wall_x = 50 -speed_topbottom = 45 -support_enable= True -support_angle = 70 adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 +coasting_enable = False cool_fan_speed_0 = 10 cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 +layer_height = 0.1 layer_start_x = 250 layer_start_y = 250 -coasting_enable = False -wall_line_count = 2 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -z_seam_corner = z_seam_corner_none +material_final_print_temperature = =material_print_temperature +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature optimize_wall_printing_order = True +retraction_min_travel = 2 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 +speed_wall_0 = 45 +speed_wall_x = 50 +support_angle = 70 +support_enable = True +wall_line_count = 2 +z_seam_corner = z_seam_corner_none + diff --git a/resources/quality/tizyx/tizyx_k25/tizyx_k25_normal.inst.cfg b/resources/quality/tizyx/tizyx_k25/tizyx_k25_normal.inst.cfg index 199ebb5393..3fb4d9b63a 100644 --- a/resources/quality/tizyx/tizyx_k25/tizyx_k25_normal.inst.cfg +++ b/resources/quality/tizyx/tizyx_k25/tizyx_k25_normal.inst.cfg @@ -1,40 +1,41 @@ [general] -version = 4 -name = Normal definition = tizyx_k25 +name = Normal +version = 4 [metadata] +global_quality = True quality_type = normal setting_version = 20 type = quality -global_quality = True [values] -layer_height = 0.2 -initial_layer_line_width_factor = 90 -infill_overlap = 15 -material_flow_layer_0 = 93 -material_flow = 99 -speed_wall_0 = 45 -speed_wall_x = 50 -speed_topbottom = 45 -support_enable= True -support_angle = 70 adhesion_type = skirt -skirt_line_count = 2 -skirt_gap = 2 -fill_outline_gaps = True -infill_sparse_density = 15 -retraction_min_travel = 2 -speed_print = 60 +coasting_enable = False cool_fan_speed_0 = 10 cool_min_layer_time = 12 +fill_outline_gaps = True +infill_overlap = 15 +infill_sparse_density = 15 +initial_layer_line_width_factor = 90 +layer_height = 0.2 layer_start_x = 250 layer_start_y = 250 -coasting_enable = False -wall_line_count = 2 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -z_seam_corner = z_seam_corner_none +material_flow = 99 +material_flow_layer_0 = 93 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature optimize_wall_printing_order = True +retraction_min_travel = 2 +skirt_gap = 2 +skirt_line_count = 2 +speed_print = 60 +speed_topbottom = 45 +speed_wall_0 = 45 +speed_wall_x = 50 +support_angle = 70 +support_enable = True +wall_line_count = 2 +z_seam_corner = z_seam_corner_none + diff --git a/resources/quality/trimaker_cosmosII/trimaker_cosmosII_fast.inst.cfg b/resources/quality/trimaker_cosmosII/trimaker_cosmosII_fast.inst.cfg index 070a95fa80..4446992aa9 100644 --- a/resources/quality/trimaker_cosmosII/trimaker_cosmosII_fast.inst.cfg +++ b/resources/quality/trimaker_cosmosII/trimaker_cosmosII_fast.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast definition = trimaker_cosmosII +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = 1 -global_quality = True [values] layer_height = 0.3 -speed_print = 60 \ No newline at end of file +speed_print = 60 + diff --git a/resources/quality/trimaker_cosmosII/trimaker_cosmosII_normal.inst.cfg b/resources/quality/trimaker_cosmosII/trimaker_cosmosII_normal.inst.cfg index dfa1c3afbe..88ae2287c8 100644 --- a/resources/quality/trimaker_cosmosII/trimaker_cosmosII_normal.inst.cfg +++ b/resources/quality/trimaker_cosmosII/trimaker_cosmosII_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal definition = trimaker_cosmosII +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 speed_print = 45 + diff --git a/resources/quality/trimaker_cosmosII/trimaker_cosmosII_slow.inst.cfg b/resources/quality/trimaker_cosmosII/trimaker_cosmosII_slow.inst.cfg index 23adf9c3e7..0f923b8bed 100644 --- a/resources/quality/trimaker_cosmosII/trimaker_cosmosII_slow.inst.cfg +++ b/resources/quality/trimaker_cosmosII/trimaker_cosmosII_slow.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Slow definition = trimaker_cosmosII +name = Slow +version = 4 [metadata] +global_quality = True +quality_type = slow setting_version = 20 type = quality -quality_type = slow weight = -1 -global_quality = True [values] layer_height = 0.1 -speed_print = 30 \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/trimaker_nebula/trimaker_nebula_fast.inst.cfg b/resources/quality/trimaker_nebula/trimaker_nebula_fast.inst.cfg index b5110ffca4..ee60c6c5ce 100644 --- a/resources/quality/trimaker_nebula/trimaker_nebula_fast.inst.cfg +++ b/resources/quality/trimaker_nebula/trimaker_nebula_fast.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast definition = trimaker_nebula +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = 1 -global_quality = True [values] layer_height = 0.3 -speed_print = 60 \ No newline at end of file +speed_print = 60 + diff --git a/resources/quality/trimaker_nebula/trimaker_nebula_normal.inst.cfg b/resources/quality/trimaker_nebula/trimaker_nebula_normal.inst.cfg index 8569442703..2d08352384 100644 --- a/resources/quality/trimaker_nebula/trimaker_nebula_normal.inst.cfg +++ b/resources/quality/trimaker_nebula/trimaker_nebula_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal definition = trimaker_nebula +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 speed_print = 45 + diff --git a/resources/quality/trimaker_nebula/trimaker_nebula_slow.inst.cfg b/resources/quality/trimaker_nebula/trimaker_nebula_slow.inst.cfg index 782b876425..22622608e9 100644 --- a/resources/quality/trimaker_nebula/trimaker_nebula_slow.inst.cfg +++ b/resources/quality/trimaker_nebula/trimaker_nebula_slow.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Slow definition = trimaker_nebula +name = Slow +version = 4 [metadata] +global_quality = True +quality_type = slow setting_version = 20 type = quality -quality_type = slow weight = -1 -global_quality = True [values] layer_height = 0.1 -speed_print = 30 \ No newline at end of file +speed_print = 30 + diff --git a/resources/quality/tronxy/tronxy_0.2_ABS_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.2_ABS_extra.inst.cfg index a006b27907..0e38e4e995 100644 --- a/resources/quality/tronxy/tronxy_0.2_ABS_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_ABS_extra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_abs variant = 0.2mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*8 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.2_ABS_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.2_ABS_fine.inst.cfg index 7095910071..7dd28b2f06 100644 --- a/resources/quality/tronxy/tronxy_0.2_ABS_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_ABS_fine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = 0.2mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*8 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.2_ABS_super.inst.cfg b/resources/quality/tronxy/tronxy_0.2_ABS_super.inst.cfg index 2559055437..dc69badea1 100644 --- a/resources/quality/tronxy/tronxy_0.2_ABS_super.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_ABS_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Fine Quality definition = tronxy_x +name = Super Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*8 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.2_PETG_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.2_PETG_extra.inst.cfg index e3a854b92a..d29348ec72 100644 --- a/resources/quality/tronxy/tronxy_0.2_PETG_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_PETG_extra.inst.cfg @@ -1,18 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_petg +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_petg variant = 0.2mm Nozzle [values] layer_height_0 = 0.14 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 diff --git a/resources/quality/tronxy/tronxy_0.2_PETG_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.2_PETG_fine.inst.cfg index fcfe0a0252..6618d38789 100644 --- a/resources/quality/tronxy/tronxy_0.2_PETG_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_PETG_fine.inst.cfg @@ -1,18 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg variant = 0.2mm Nozzle [values] layer_height_0 = 0.14 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 diff --git a/resources/quality/tronxy/tronxy_0.2_PETG_super.inst.cfg b/resources/quality/tronxy/tronxy_0.2_PETG_super.inst.cfg index c0ad31fbff..45b429eb0f 100644 --- a/resources/quality/tronxy/tronxy_0.2_PETG_super.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_PETG_super.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Super Fine Quality definition = tronxy_x +name = Super Fine Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] layer_height_0 = 0.14 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.2_PLA_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.2_PLA_extra.inst.cfg index bbec003448..9a95b339e3 100644 --- a/resources/quality/tronxy/tronxy_0.2_PLA_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_PLA_extra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.2_PLA_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.2_PLA_fine.inst.cfg index aaf66e1127..2c7fff6ce7 100644 --- a/resources/quality/tronxy/tronxy_0.2_PLA_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_PLA_fine.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.2_PLA_super.inst.cfg b/resources/quality/tronxy/tronxy_0.2_PLA_super.inst.cfg index 436135531e..10aa08894c 100644 --- a/resources/quality/tronxy/tronxy_0.2_PLA_super.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Fine Quality definition = tronxy_x +name = Super Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.3_ABS_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.3_ABS_extra.inst.cfg index b9f8e634ac..cc3d48379d 100644 --- a/resources/quality/tronxy/tronxy_0.3_ABS_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_ABS_extra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_abs variant = 0.3mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.3_ABS_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.3_ABS_fine.inst.cfg index 719ee2c12b..501cfa9737 100644 --- a/resources/quality/tronxy/tronxy_0.3_ABS_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_ABS_fine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = 0.3mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.3_ABS_low.inst.cfg b/resources/quality/tronxy/tronxy_0.3_ABS_low.inst.cfg index f0d1101f6e..a3b737506d 100644 --- a/resources/quality/tronxy/tronxy_0.3_ABS_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_ABS_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.3mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.3_ABS_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.3_ABS_normal.inst.cfg index 6ca53f0dda..9bd313e9d2 100644 --- a/resources/quality/tronxy/tronxy_0.3_ABS_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_ABS_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.3mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.3_PETG_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.3_PETG_extra.inst.cfg index 10b4fedb35..5f7302897b 100644 --- a/resources/quality/tronxy/tronxy_0.3_PETG_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_PETG_extra.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_petg +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_petg variant = 0.3mm Nozzle [values] layer_height_0 = 0.18 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.3_PETG_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.3_PETG_fine.inst.cfg index 5100bd1ec1..f054dc8190 100644 --- a/resources/quality/tronxy/tronxy_0.3_PETG_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_PETG_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg variant = 0.3mm Nozzle [values] layer_height_0 = 0.18 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.3_PETG_low.inst.cfg b/resources/quality/tronxy/tronxy_0.3_PETG_low.inst.cfg index ce84236a85..7b65917764 100644 --- a/resources/quality/tronxy/tronxy_0.3_PETG_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_PETG_low.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.3mm Nozzle [values] layer_height_0 = 0.18 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.3_PETG_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.3_PETG_normal.inst.cfg index acb9f8148e..bcc770178d 100644 --- a/resources/quality/tronxy/tronxy_0.3_PETG_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_PETG_normal.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.3mm Nozzle [values] layer_height_0 = 0.18 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.3_PLA_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.3_PLA_extra.inst.cfg index e01e547d74..444c89c31a 100644 --- a/resources/quality/tronxy/tronxy_0.3_PLA_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_PLA_extra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.3_PLA_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.3_PLA_fine.inst.cfg index 3ef0a39f54..806c755232 100644 --- a/resources/quality/tronxy/tronxy_0.3_PLA_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_PLA_fine.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.3_PLA_low.inst.cfg b/resources/quality/tronxy/tronxy_0.3_PLA_low.inst.cfg index a84745f8f5..2f88bb720f 100644 --- a/resources/quality/tronxy/tronxy_0.3_PLA_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.3_PLA_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.3_PLA_normal.inst.cfg index f1b287540d..81cf9e1614 100644 --- a/resources/quality/tronxy/tronxy_0.3_PLA_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_PLA_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.3_TPU_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.3_TPU_extra.inst.cfg index d35548a0e8..596d4d758b 100644 --- a/resources/quality/tronxy/tronxy_0.3_TPU_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_TPU_extra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_tpu +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.3_TPU_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.3_TPU_fine.inst.cfg index d3534c2a15..1e9234911f 100644 --- a/resources/quality/tronxy/tronxy_0.3_TPU_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_TPU_fine.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_tpu +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.3_TPU_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.3_TPU_normal.inst.cfg index 4a923641ec..e90e41f2c5 100644 --- a/resources/quality/tronxy/tronxy_0.3_TPU_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.3_TPU_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.4_ABS_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.4_ABS_extra.inst.cfg index bd223d714a..a0cb05f123 100644 --- a/resources/quality/tronxy/tronxy_0.4_ABS_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_ABS_extra.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_abs variant = 0.4mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.4_ABS_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.4_ABS_fine.inst.cfg index e28b5c2918..f1575dabbd 100644 --- a/resources/quality/tronxy/tronxy_0.4_ABS_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_ABS_fine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = 0.4mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.4_ABS_low.inst.cfg b/resources/quality/tronxy/tronxy_0.4_ABS_low.inst.cfg index 446c6e36f5..089eb49777 100644 --- a/resources/quality/tronxy/tronxy_0.4_ABS_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_ABS_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.4_ABS_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.4_ABS_normal.inst.cfg index 19f02a0035..1064ea03f8 100644 --- a/resources/quality/tronxy/tronxy_0.4_ABS_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_ABS_normal.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 cool_fan_enabled = False cool_fan_speed = 0.0 -cool_fan_speed_min = 0.0 \ No newline at end of file +cool_fan_speed_min = 0.0 +wall_thickness = =line_width*4 + diff --git a/resources/quality/tronxy/tronxy_0.4_ABS_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.4_ABS_rough.inst.cfg index 7a520728da..8102f8f7c5 100644 --- a/resources/quality/tronxy/tronxy_0.4_ABS_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_ABS_rough.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_abs +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_abs variant = 0.4mm Nozzle [values] -wall_thickness = =line_width*4 cool_fan_enabled = False +wall_thickness = =line_width*4 + diff --git a/resources/quality/tronxy/tronxy_0.4_PETG_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PETG_extra.inst.cfg index 76eec53379..4e7564ea01 100644 --- a/resources/quality/tronxy/tronxy_0.4_PETG_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PETG_extra.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_petg +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_petg variant = 0.4mm Nozzle [values] layer_height_0 = 0.25 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.4_PETG_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PETG_fine.inst.cfg index 7c62df111d..e454bc9fc1 100644 --- a/resources/quality/tronxy/tronxy_0.4_PETG_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PETG_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg variant = 0.4mm Nozzle [values] layer_height_0 = 0.25 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.4_PETG_low.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PETG_low.inst.cfg index ac35008aa8..2b2502c55e 100644 --- a/resources/quality/tronxy/tronxy_0.4_PETG_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PETG_low.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] layer_height_0 = 0.25 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.4_PETG_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PETG_normal.inst.cfg index a6b7cb8ec5..2d85e464ea 100644 --- a/resources/quality/tronxy/tronxy_0.4_PETG_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PETG_normal.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.4mm Nozzle [values] layer_height_0 = 0.25 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.4_PETG_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PETG_rough.inst.cfg index a64b012484..2add1f8a1d 100644 --- a/resources/quality/tronxy/tronxy_0.4_PETG_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PETG_rough.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_petg +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_petg variant = 0.4mm Nozzle [values] layer_height_0 = 0.25 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.4_PLA_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PLA_extra.inst.cfg index c40af7ac79..2f7a5bc55a 100644 --- a/resources/quality/tronxy/tronxy_0.4_PLA_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PLA_extra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.4_PLA_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PLA_fine.inst.cfg index f92f9b5c9b..4fed10092b 100644 --- a/resources/quality/tronxy/tronxy_0.4_PLA_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PLA_fine.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.4_PLA_low.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PLA_low.inst.cfg index 5a56b8faef..c502494eaf 100644 --- a/resources/quality/tronxy/tronxy_0.4_PLA_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.4_PLA_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PLA_normal.inst.cfg index 193b62d23b..dd15accffa 100644 --- a/resources/quality/tronxy/tronxy_0.4_PLA_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PLA_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.4_PLA_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.4_PLA_rough.inst.cfg index ee4e3e35dc..de13748aa3 100644 --- a/resources/quality/tronxy/tronxy_0.4_PLA_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_PLA_rough.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_pla +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.4_TPU_extra.inst.cfg b/resources/quality/tronxy/tronxy_0.4_TPU_extra.inst.cfg index 5f9792fd46..4b51706cea 100644 --- a/resources/quality/tronxy/tronxy_0.4_TPU_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_TPU_extra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +material = generic_tpu +quality_type = extra setting_version = 20 type = quality -quality_type = extra -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.4_TPU_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.4_TPU_fine.inst.cfg index 9cb094b7d7..502502e235 100644 --- a/resources/quality/tronxy/tronxy_0.4_TPU_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_TPU_fine.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_tpu +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.4_TPU_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.4_TPU_normal.inst.cfg index d121d448f5..c6769022da 100644 --- a/resources/quality/tronxy/tronxy_0.4_TPU_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.4_TPU_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.5_ABS_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.5_ABS_fine.inst.cfg index cc9d519300..f97a287d76 100644 --- a/resources/quality/tronxy/tronxy_0.5_ABS_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_ABS_fine.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = 0.5mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.5_ABS_low.inst.cfg b/resources/quality/tronxy/tronxy_0.5_ABS_low.inst.cfg index becdfb5ab9..c8cd33ed14 100644 --- a/resources/quality/tronxy/tronxy_0.5_ABS_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_ABS_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.5_ABS_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.5_ABS_normal.inst.cfg index 6474914ab0..c06a7685fb 100644 --- a/resources/quality/tronxy/tronxy_0.5_ABS_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_ABS_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.5mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.5_ABS_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.5_ABS_rapid.inst.cfg index d98ed92c68..a9e12ce779 100644 --- a/resources/quality/tronxy/tronxy_0.5_ABS_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_ABS_rapid.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_abs +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_abs variant = 0.5mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.5_ABS_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.5_ABS_rough.inst.cfg index cdca6d471f..99ca4b7e80 100644 --- a/resources/quality/tronxy/tronxy_0.5_ABS_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_ABS_rough.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_abs +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_abs variant = 0.5mm Nozzle [values] -wall_thickness = =line_width*4 cool_fan_enabled = False +wall_thickness = =line_width*4 + diff --git a/resources/quality/tronxy/tronxy_0.5_PETG_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PETG_fine.inst.cfg index aeb39736ac..9ced746c76 100644 --- a/resources/quality/tronxy/tronxy_0.5_PETG_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PETG_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg variant = 0.5mm Nozzle [values] layer_height_0 = 0.3 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.5_PETG_low.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PETG_low.inst.cfg index dfc36aec6a..3646635880 100644 --- a/resources/quality/tronxy/tronxy_0.5_PETG_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PETG_low.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] layer_height_0 = 0.3 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.5_PETG_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PETG_normal.inst.cfg index 109e10b206..d918e306c7 100644 --- a/resources/quality/tronxy/tronxy_0.5_PETG_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PETG_normal.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.5mm Nozzle [values] layer_height_0 = 0.3 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.5_PETG_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PETG_rapid.inst.cfg index a2d85141a0..043d6fa52f 100644 --- a/resources/quality/tronxy/tronxy_0.5_PETG_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PETG_rapid.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_petg +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_petg variant = 0.5mm Nozzle [values] +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.5_PETG_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PETG_rough.inst.cfg index 35882a4003..4d696b91e8 100644 --- a/resources/quality/tronxy/tronxy_0.5_PETG_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PETG_rough.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_petg +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_petg variant = 0.5mm Nozzle [values] layer_height_0 = 0.25 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.5_PLA_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PLA_fine.inst.cfg index deeed2a841..d0009fa2d7 100644 --- a/resources/quality/tronxy/tronxy_0.5_PLA_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PLA_fine.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.5_PLA_low.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PLA_low.inst.cfg index 974d87a753..3bbf249008 100644 --- a/resources/quality/tronxy/tronxy_0.5_PLA_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.5_PLA_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PLA_normal.inst.cfg index 64cd5298bd..41c8eab044 100644 --- a/resources/quality/tronxy/tronxy_0.5_PLA_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PLA_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.5_PLA_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PLA_rapid.inst.cfg index 92131afa62..d0b52ff2c5 100644 --- a/resources/quality/tronxy/tronxy_0.5_PLA_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PLA_rapid.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_pla +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.5_PLA_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.5_PLA_rough.inst.cfg index b8595e68ad..c651849de8 100644 --- a/resources/quality/tronxy/tronxy_0.5_PLA_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_PLA_rough.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_pla +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.5_TPU_fine.inst.cfg b/resources/quality/tronxy/tronxy_0.5_TPU_fine.inst.cfg index 4014a44bab..02dcc52db4 100644 --- a/resources/quality/tronxy/tronxy_0.5_TPU_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_TPU_fine.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +material = generic_tpu +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.5_TPU_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.5_TPU_normal.inst.cfg index 0dd03b99dd..7c636c6e9e 100644 --- a/resources/quality/tronxy/tronxy_0.5_TPU_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_TPU_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.5_TPU_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.5_TPU_rapid.inst.cfg index 1fc3de5d64..547dd69d24 100644 --- a/resources/quality/tronxy/tronxy_0.5_TPU_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.5_TPU_rapid.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_tpu +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_tpu variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.6_ABS_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.6_ABS_normal.inst.cfg index c7d0dda244..7622581df9 100644 --- a/resources/quality/tronxy/tronxy_0.6_ABS_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_ABS_normal.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = 0.6mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*3 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.6_ABS_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.6_ABS_rapid.inst.cfg index 9bb5552d36..e1ba65564e 100644 --- a/resources/quality/tronxy/tronxy_0.6_ABS_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_ABS_rapid.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_abs +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_abs variant = 0.6mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*4 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.6_ABS_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.6_ABS_rough.inst.cfg index c08d405097..a4d938c395 100644 --- a/resources/quality/tronxy/tronxy_0.6_ABS_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_ABS_rough.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_abs +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_abs variant = 0.6mm Nozzle [values] -wall_thickness = =line_width*4 cool_fan_enabled = False +wall_thickness = =line_width*4 + diff --git a/resources/quality/tronxy/tronxy_0.6_PETG_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.6_PETG_normal.inst.cfg index be593398b0..197b3f4bbb 100644 --- a/resources/quality/tronxy/tronxy_0.6_PETG_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_PETG_normal.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = 0.6mm Nozzle [values] layer_height_0 = 0.4 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*3 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.6_PETG_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.6_PETG_rapid.inst.cfg index ee10d3266d..884f66b43b 100644 --- a/resources/quality/tronxy/tronxy_0.6_PETG_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_PETG_rapid.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_petg +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_petg variant = 0.6mm Nozzle [values] +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.6_PETG_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.6_PETG_rough.inst.cfg index 15b9d3a9d7..4fe90c91df 100644 --- a/resources/quality/tronxy/tronxy_0.6_PETG_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_PETG_rough.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_petg +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_petg variant = 0.6mm Nozzle [values] layer_height_0 = 0.25 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*4 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.6_PLA_low.inst.cfg b/resources/quality/tronxy/tronxy_0.6_PLA_low.inst.cfg index 589e307e1a..73c97ef391 100644 --- a/resources/quality/tronxy/tronxy_0.6_PLA_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.6_PLA_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.6_PLA_normal.inst.cfg index b1f143d897..35ad15637f 100644 --- a/resources/quality/tronxy/tronxy_0.6_PLA_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_PLA_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.6_PLA_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.6_PLA_rapid.inst.cfg index 318f67eaba..531b50b59c 100644 --- a/resources/quality/tronxy/tronxy_0.6_PLA_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_PLA_rapid.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_pla +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.6_PLA_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.6_PLA_rough.inst.cfg index aa79f1b367..ef071f8aab 100644 --- a/resources/quality/tronxy/tronxy_0.6_PLA_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_PLA_rough.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_pla +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.6_TPU_normal.inst.cfg b/resources/quality/tronxy/tronxy_0.6_TPU_normal.inst.cfg index 3c2ccad01f..9945de580f 100644 --- a/resources/quality/tronxy/tronxy_0.6_TPU_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_TPU_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_tpu variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.6_TPU_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.6_TPU_rapid.inst.cfg index a01cd631a4..21d3045fb3 100644 --- a/resources/quality/tronxy/tronxy_0.6_TPU_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.6_TPU_rapid.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_tpu +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_tpu variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.8_ABS_low.inst.cfg b/resources/quality/tronxy/tronxy_0.8_ABS_low.inst.cfg index 0c1ce75772..3825d72413 100644 --- a/resources/quality/tronxy/tronxy_0.8_ABS_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_ABS_low.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Low definition = tronxy_x +name = Low +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.8mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*3 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.8_ABS_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.8_ABS_rapid.inst.cfg index 991b561447..b4b5c1698f 100644 --- a/resources/quality/tronxy/tronxy_0.8_ABS_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_ABS_rapid.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_abs +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_abs variant = 0.8mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*3 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.8_ABS_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.8_ABS_rough.inst.cfg index a2cf2da8e8..f920a0ef7b 100644 --- a/resources/quality/tronxy/tronxy_0.8_ABS_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_ABS_rough.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_abs +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_abs variant = 0.8mm Nozzle [values] +cool_fan_enabled = False wall_thickness = =line_width*3 -cool_fan_enabled = False \ No newline at end of file + diff --git a/resources/quality/tronxy/tronxy_0.8_PETG_low.inst.cfg b/resources/quality/tronxy/tronxy_0.8_PETG_low.inst.cfg index 63c7aa4533..1f1a9a00fe 100644 --- a/resources/quality/tronxy/tronxy_0.8_PETG_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_PETG_low.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Low definition = tronxy_x +name = Low +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.8mm Nozzle [values] layer_height_0 = 0.5 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*3 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.8_PETG_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.8_PETG_rapid.inst.cfg index 4ac1aed6b4..73bb94d51f 100644 --- a/resources/quality/tronxy/tronxy_0.8_PETG_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_PETG_rapid.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_petg +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_petg variant = 0.8mm Nozzle [values] layer_height_0 = 0.5 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*3 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.8_PETG_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.8_PETG_rough.inst.cfg index a1a39da8bd..9ea64a77fb 100644 --- a/resources/quality/tronxy/tronxy_0.8_PETG_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_PETG_rough.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_petg +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_petg variant = 0.8mm Nozzle [values] layer_height_0 = 0.5 +retraction_extra_prime_amount = 0.25 speed_layer_0 = 15 wall_thickness = =line_width*3 -retraction_extra_prime_amount = 0.25 + diff --git a/resources/quality/tronxy/tronxy_0.8_PLA_low.inst.cfg b/resources/quality/tronxy/tronxy_0.8_PLA_low.inst.cfg index 830d35254d..448500b450 100644 --- a/resources/quality/tronxy/tronxy_0.8_PLA_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low definition = tronxy_x +name = Low +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.8_PLA_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.8_PLA_rapid.inst.cfg index 346b83a8ef..8cd699247c 100644 --- a/resources/quality/tronxy/tronxy_0.8_PLA_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_PLA_rapid.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_pla +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.8_PLA_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.8_PLA_rough.inst.cfg index 07be90d1ff..dfd176a5f6 100644 --- a/resources/quality/tronxy/tronxy_0.8_PLA_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_PLA_rough.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_pla +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.8_TPU_low.inst.cfg b/resources/quality/tronxy/tronxy_0.8_TPU_low.inst.cfg index 6d301f38ba..971af86701 100644 --- a/resources/quality/tronxy/tronxy_0.8_TPU_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_TPU_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low definition = tronxy_x +name = Low +version = 4 [metadata] +material = generic_tpu +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.8_TPU_rapid.inst.cfg b/resources/quality/tronxy/tronxy_0.8_TPU_rapid.inst.cfg index 5bfb7673f6..216078413c 100644 --- a/resources/quality/tronxy/tronxy_0.8_TPU_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_TPU_rapid.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +material = generic_tpu +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_0.8_TPU_rough.inst.cfg b/resources/quality/tronxy/tronxy_0.8_TPU_rough.inst.cfg index 8482d36170..240e1cdd08 100644 --- a/resources/quality/tronxy/tronxy_0.8_TPU_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_0.8_TPU_rough.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +material = generic_tpu +quality_type = rough setting_version = 20 type = quality -quality_type = rough -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/tronxy/tronxy_global_extra.inst.cfg b/resources/quality/tronxy/tronxy_global_extra.inst.cfg index 573de7d6d2..d905d0d3de 100644 --- a/resources/quality/tronxy/tronxy_global_extra.inst.cfg +++ b/resources/quality/tronxy/tronxy_global_extra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Extra Fine Quality definition = tronxy_x +name = Extra Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = extra setting_version = 20 type = quality -quality_type = extra weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/tronxy/tronxy_global_fine.inst.cfg b/resources/quality/tronxy/tronxy_global_fine.inst.cfg index 93122201d9..30b873ee56 100644 --- a/resources/quality/tronxy/tronxy_global_fine.inst.cfg +++ b/resources/quality/tronxy/tronxy_global_fine.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fine Quality definition = tronxy_x +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.15 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/tronxy/tronxy_global_low.inst.cfg b/resources/quality/tronxy/tronxy_global_low.inst.cfg index 0404b6c590..050c136809 100644 --- a/resources/quality/tronxy/tronxy_global_low.inst.cfg +++ b/resources/quality/tronxy/tronxy_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = tronxy_x +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.25 layer_height_0 = 0.25 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/tronxy/tronxy_global_normal.inst.cfg b/resources/quality/tronxy/tronxy_global_normal.inst.cfg index 94139c2e64..81e2aae47b 100644 --- a/resources/quality/tronxy/tronxy_global_normal.inst.cfg +++ b/resources/quality/tronxy/tronxy_global_normal.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Normal Quality definition = tronxy_x +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/tronxy/tronxy_global_rapid.inst.cfg b/resources/quality/tronxy/tronxy_global_rapid.inst.cfg index 928b841356..b0058ff484 100644 --- a/resources/quality/tronxy/tronxy_global_rapid.inst.cfg +++ b/resources/quality/tronxy/tronxy_global_rapid.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Rough/Fast Quality definition = tronxy_x +name = Rough/Fast Quality +version = 4 [metadata] +global_quality = True +quality_type = rapid setting_version = 20 type = quality -quality_type = rapid weight = -5 -global_quality = True [values] layer_height = 0.375 layer_height_0 = 0.3 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/tronxy/tronxy_global_rough.inst.cfg b/resources/quality/tronxy/tronxy_global_rough.inst.cfg index 61fdeda2ab..2584da5ae4 100644 --- a/resources/quality/tronxy/tronxy_global_rough.inst.cfg +++ b/resources/quality/tronxy/tronxy_global_rough.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Rough Quality definition = tronxy_x +name = Rough Quality +version = 4 [metadata] +global_quality = True +quality_type = rough setting_version = 20 type = quality -quality_type = rough weight = -5 -global_quality = True [values] layer_height = 0.3 layer_height_0 = 0.3 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/tronxy/tronxy_global_super.inst.cfg b/resources/quality/tronxy/tronxy_global_super.inst.cfg index 7c67a42717..3d19cf1806 100644 --- a/resources/quality/tronxy/tronxy_global_super.inst.cfg +++ b/resources/quality/tronxy/tronxy_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Fine Quality definition = tronxy_x +name = Super Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/twotrees/abs/two_trees_0.2_ABS_super.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.2_ABS_super.inst.cfg index 9f3f44f131..873c124d9b 100644 --- a/resources/quality/twotrees/abs/two_trees_0.2_ABS_super.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.2_ABS_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.2_ABS_ultra.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.2_ABS_ultra.inst.cfg index bfdfde10a8..cc88e374a8 100644 --- a/resources/quality/twotrees/abs/two_trees_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.2_ABS_ultra.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Ultra Quality definition = two_trees_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.3_ABS_adaptive.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.3_ABS_adaptive.inst.cfg index a2184712d3..6cd9f98a38 100644 --- a/resources/quality/twotrees/abs/two_trees_0.3_ABS_adaptive.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.3_ABS_adaptive.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.3mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.3_ABS_low.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.3_ABS_low.inst.cfg index e33cbe5ca7..d0c7c5734e 100644 --- a/resources/quality/twotrees/abs/two_trees_0.3_ABS_low.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.3_ABS_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.3mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.3_ABS_standard.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.3_ABS_standard.inst.cfg index bc94cd25bf..d6d86c4dcf 100644 --- a/resources/quality/twotrees/abs/two_trees_0.3_ABS_standard.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.3_ABS_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.3mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.3_ABS_super.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.3_ABS_super.inst.cfg index 92337b8515..d86759a9d1 100644 --- a/resources/quality/twotrees/abs/two_trees_0.3_ABS_super.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.3_ABS_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.3mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.4_ABS_adaptive.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.4_ABS_adaptive.inst.cfg index 3413006ab5..4044d7091d 100644 --- a/resources/quality/twotrees/abs/two_trees_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.4_ABS_adaptive.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.4_ABS_low.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.4_ABS_low.inst.cfg index f130baf47a..235c471662 100644 --- a/resources/quality/twotrees/abs/two_trees_0.4_ABS_low.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.4_ABS_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.4_ABS_standard.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.4_ABS_standard.inst.cfg index 56d7a094db..4b70897c44 100644 --- a/resources/quality/twotrees/abs/two_trees_0.4_ABS_standard.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.4_ABS_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.4_ABS_super.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.4_ABS_super.inst.cfg index c23654fcba..9e387e0f66 100644 --- a/resources/quality/twotrees/abs/two_trees_0.4_ABS_super.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.4_ABS_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.5_ABS_adaptive.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.5_ABS_adaptive.inst.cfg index 3f61d53aaf..ceb6494124 100644 --- a/resources/quality/twotrees/abs/two_trees_0.5_ABS_adaptive.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.5_ABS_adaptive.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.5mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.5_ABS_low.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.5_ABS_low.inst.cfg index 68a7f9e6d7..ce12082ccc 100644 --- a/resources/quality/twotrees/abs/two_trees_0.5_ABS_low.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.5_ABS_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.5_ABS_standard.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.5_ABS_standard.inst.cfg index 7c50c3b1b4..6bc129a4de 100644 --- a/resources/quality/twotrees/abs/two_trees_0.5_ABS_standard.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.5_ABS_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.5mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.5_ABS_super.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.5_ABS_super.inst.cfg index 41b32d064c..804094d66b 100644 --- a/resources/quality/twotrees/abs/two_trees_0.5_ABS_super.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.5_ABS_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.5mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.6_ABS_standard.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.6_ABS_standard.inst.cfg index 470ba364c2..1bab40f6fb 100644 --- a/resources/quality/twotrees/abs/two_trees_0.6_ABS_standard.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.6_ABS_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.6mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_0.8_ABS_draft.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.8_ABS_draft.inst.cfg index ff5440db3f..521089d3d0 100644 --- a/resources/quality/twotrees/abs/two_trees_0.8_ABS_draft.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_0.8_ABS_draft.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/abs/two_trees_1.0_ABS_draft.inst.cfg b/resources/quality/twotrees/abs/two_trees_1.0_ABS_draft.inst.cfg index 92ce9a5fca..e990eb0841 100644 --- a/resources/quality/twotrees/abs/two_trees_1.0_ABS_draft.inst.cfg +++ b/resources/quality/twotrees/abs/two_trees_1.0_ABS_draft.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 1.0mm Nozzle [values] -material_bed_temperature = 100 -material_print_temperature_layer_0 = 245 -material_print_temperature = 240 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = False +material_bed_temperature = 100 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 240 +material_print_temperature_layer_0 = 245 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.2_PETG_super.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.2_PETG_super.inst.cfg index 70051b2c31..abfa630321 100644 --- a/resources/quality/twotrees/petg/two_trees_0.2_PETG_super.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.2_PETG_super.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.2_PETG_ultra.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.2_PETG_ultra.inst.cfg index 7405a270df..65738cc9f0 100644 --- a/resources/quality/twotrees/petg/two_trees_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.2_PETG_ultra.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Ultra Quality definition = two_trees_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.3_PETG_adaptive.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.3_PETG_adaptive.inst.cfg index 61e2f82046..f45f9b7679 100644 --- a/resources/quality/twotrees/petg/two_trees_0.3_PETG_adaptive.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.3_PETG_adaptive.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.3mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.3_PETG_low.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.3_PETG_low.inst.cfg index 2b8aff662c..b88dd7d824 100644 --- a/resources/quality/twotrees/petg/two_trees_0.3_PETG_low.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.3_PETG_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.3mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.3_PETG_standard.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.3_PETG_standard.inst.cfg index 6ead273e63..dd2dd890c5 100644 --- a/resources/quality/twotrees/petg/two_trees_0.3_PETG_standard.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.3_PETG_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.3mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.3_PETG_super.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.3_PETG_super.inst.cfg index 4aafba3846..6f7718978e 100644 --- a/resources/quality/twotrees/petg/two_trees_0.3_PETG_super.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.3_PETG_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.3mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.4_PETG_adaptive.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.4_PETG_adaptive.inst.cfg index a66dcc5f86..7b1c337701 100644 --- a/resources/quality/twotrees/petg/two_trees_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.4_PETG_adaptive.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/twotrees/petg/two_trees_0.4_PETG_low.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.4_PETG_low.inst.cfg index af33a87f32..9ae37cf6e9 100644 --- a/resources/quality/twotrees/petg/two_trees_0.4_PETG_low.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.4_PETG_low.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 retraction_hop_only_when_collides = True -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/twotrees/petg/two_trees_0.4_PETG_standard.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.4_PETG_standard.inst.cfg index c3e80864bf..200fd30997 100644 --- a/resources/quality/twotrees/petg/two_trees_0.4_PETG_standard.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.4_PETG_standard.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 retraction_hop_only_when_collides = True -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/twotrees/petg/two_trees_0.4_PETG_super.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.4_PETG_super.inst.cfg index 6c151b5302..66e9d6a5c6 100644 --- a/resources/quality/twotrees/petg/two_trees_0.4_PETG_super.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.4_PETG_super.inst.cfg @@ -1,23 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/twotrees/petg/two_trees_0.5_PETG_adaptive.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.5_PETG_adaptive.inst.cfg index 9ff213bdb6..764985f69d 100644 --- a/resources/quality/twotrees/petg/two_trees_0.5_PETG_adaptive.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.5_PETG_adaptive.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.5mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.5_PETG_low.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.5_PETG_low.inst.cfg index 16ce1a9cb8..2c1e05f584 100644 --- a/resources/quality/twotrees/petg/two_trees_0.5_PETG_low.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.5_PETG_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.5_PETG_standard.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.5_PETG_standard.inst.cfg index dc6b5df289..141335211e 100644 --- a/resources/quality/twotrees/petg/two_trees_0.5_PETG_standard.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.5_PETG_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.5mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.5_PETG_super.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.5_PETG_super.inst.cfg index 7ab27818ea..47231eaba8 100644 --- a/resources/quality/twotrees/petg/two_trees_0.5_PETG_super.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.5_PETG_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.5mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.6_PETG_standard.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.6_PETG_standard.inst.cfg index e1336b8fd6..662e1e751e 100644 --- a/resources/quality/twotrees/petg/two_trees_0.6_PETG_standard.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.6_PETG_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.6mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.8_PETG_draft.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.8_PETG_draft.inst.cfg index f4bda8e470..f7189b394b 100644 --- a/resources/quality/twotrees/petg/two_trees_0.8_PETG_draft.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_0.8_PETG_draft.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_1.0_PETG_draft.inst.cfg b/resources/quality/twotrees/petg/two_trees_1.0_PETG_draft.inst.cfg index 8668d1fd4f..6aa4e88920 100644 --- a/resources/quality/twotrees/petg/two_trees_1.0_PETG_draft.inst.cfg +++ b/resources/quality/twotrees/petg/two_trees_1.0_PETG_draft.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 1.0mm Nozzle [values] -material_bed_temperature = 80 -material_print_temperature_layer_0 = 225 -material_print_temperature = 220 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 80 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 220 +material_print_temperature_layer_0 = 225 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.2_PLA_super.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.2_PLA_super.inst.cfg index 5997cd25c2..32a0c83383 100644 --- a/resources/quality/twotrees/pla/two_trees_0.2_PLA_super.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.2_PLA_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.2_PLA_ultra.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.2_PLA_ultra.inst.cfg index 972c1517f4..4c0b634367 100644 --- a/resources/quality/twotrees/pla/two_trees_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.2_PLA_ultra.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Ultra Quality definition = two_trees_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.3_PLA_adaptive.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.3_PLA_adaptive.inst.cfg index 9e1247beb2..8718f21525 100644 --- a/resources/quality/twotrees/pla/two_trees_0.3_PLA_adaptive.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.3_PLA_adaptive.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.3mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.3_PLA_low.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.3_PLA_low.inst.cfg index 0145f0286a..1540cf7e94 100644 --- a/resources/quality/twotrees/pla/two_trees_0.3_PLA_low.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.3_PLA_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.3mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.3_PLA_standard.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.3_PLA_standard.inst.cfg index c042e712cb..e76c3c470e 100644 --- a/resources/quality/twotrees/pla/two_trees_0.3_PLA_standard.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.3_PLA_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.3mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.3_PLA_super.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.3_PLA_super.inst.cfg index d2a116ba08..8ab756a24b 100644 --- a/resources/quality/twotrees/pla/two_trees_0.3_PLA_super.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.3_PLA_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.3mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.4_PLA_adaptive.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.4_PLA_adaptive.inst.cfg index ef212a821a..e7726a6f87 100644 --- a/resources/quality/twotrees/pla/two_trees_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.4_PLA_adaptive.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.4_PLA_low.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.4_PLA_low.inst.cfg index c63e900988..fd46b8d74e 100644 --- a/resources/quality/twotrees/pla/two_trees_0.4_PLA_low.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.4_PLA_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.4_PLA_standard.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.4_PLA_standard.inst.cfg index ba41f9aa84..98a05cf1bf 100644 --- a/resources/quality/twotrees/pla/two_trees_0.4_PLA_standard.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.4_PLA_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.4_PLA_super.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.4_PLA_super.inst.cfg index cbb507f87d..fe8e880298 100644 --- a/resources/quality/twotrees/pla/two_trees_0.4_PLA_super.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.4_PLA_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.5_PLA_adaptive.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.5_PLA_adaptive.inst.cfg index 3ff70c24ee..9d34634486 100644 --- a/resources/quality/twotrees/pla/two_trees_0.5_PLA_adaptive.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.5_PLA_adaptive.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.5mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.5_PLA_low.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.5_PLA_low.inst.cfg index 68b8fd6cf3..f1d5947664 100644 --- a/resources/quality/twotrees/pla/two_trees_0.5_PLA_low.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.5_PLA_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.5_PLA_standard.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.5_PLA_standard.inst.cfg index 5db1da8667..235188223e 100644 --- a/resources/quality/twotrees/pla/two_trees_0.5_PLA_standard.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.5_PLA_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.5mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.5_PLA_super.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.5_PLA_super.inst.cfg index 89c685a149..7394f3226b 100644 --- a/resources/quality/twotrees/pla/two_trees_0.5_PLA_super.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.5_PLA_super.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.5mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.2 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.6_PLA_draft.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.6_PLA_draft.inst.cfg index 9f2df02e7c..44e9356948 100644 --- a/resources/quality/twotrees/pla/two_trees_0.6_PLA_draft.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.6_PLA_draft.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.6_PLA_low.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.6_PLA_low.inst.cfg index 00d634cd58..cf78799ca6 100644 --- a/resources/quality/twotrees/pla/two_trees_0.6_PLA_low.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.6_PLA_low.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.6_PLA_standard.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.6_PLA_standard.inst.cfg index 3cb70a94b7..ac495c416e 100644 --- a/resources/quality/twotrees/pla/two_trees_0.6_PLA_standard.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.6_PLA_standard.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.6mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.3 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_0.8_PLA_draft.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.8_PLA_draft.inst.cfg index 512efad800..8b8836a3eb 100644 --- a/resources/quality/twotrees/pla/two_trees_0.8_PLA_draft.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_0.8_PLA_draft.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/pla/two_trees_1.0_PLA_draft.inst.cfg b/resources/quality/twotrees/pla/two_trees_1.0_PLA_draft.inst.cfg index 27c2d7fbcc..6280251bf5 100644 --- a/resources/quality/twotrees/pla/two_trees_1.0_PLA_draft.inst.cfg +++ b/resources/quality/twotrees/pla/two_trees_1.0_PLA_draft.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 1.0mm Nozzle [values] -material_bed_temperature = 60 -material_print_temperature_layer_0 = 195 -material_print_temperature = 190 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 60 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 190 +material_print_temperature_layer_0 = 195 +material_standby_temperature = =material_print_temperature retraction_hop = 0.4 -retraction_hop_only_when_collides = True \ No newline at end of file +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg index 5039db8121..03bb352b17 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.3mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg index 650150fc7d..3b0465afba 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.3mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.4 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg index 6d2c8a17e6..1d694f0459 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.3mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg index 6b7053a97c..ea7f2af869 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg index f38faa8f47..d9c9ff173f 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.3 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg index 7bea507d9c..f70e3fcf87 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg index 588ab9d5f2..98c45d0f28 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.5mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg index 50e43883e7..d8cfda0e53 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.5mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.3 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg index d9f9fd2990..c20f9427dd 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.5mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg index 42ec5e7a4c..3f786ac0d0 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.6mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.3 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg index ecd64d1231..b7af53eba3 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.4 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg b/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg index a3e3f2f391..fbb82f4491 100644 --- a/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 1.0mm Nozzle [values] -material_bed_temperature = 0 -material_print_temperature_layer_0 = 210 -material_print_temperature = 210 -material_standby_temperature = =material_print_temperature -material_initial_print_temperature= =material_print_temperature -material_final_print_temperature= =material_print_temperature cool_fan_enabled = True +material_bed_temperature = 0 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = 210 +material_print_temperature_layer_0 = 210 +material_standby_temperature = =material_print_temperature +retraction_amount = 7 retraction_hop = 0.4 retraction_hop_only_when_collides = True -speed_print = 20 retraction_speed = 40 -retraction_amount = 7 \ No newline at end of file +speed_print = 20 + diff --git a/resources/quality/twotrees/two_trees_global_adaptive.inst.cfg b/resources/quality/twotrees/two_trees_global_adaptive.inst.cfg index 1ed3987563..b29ee926b6 100644 --- a/resources/quality/twotrees/two_trees_global_adaptive.inst.cfg +++ b/resources/quality/twotrees/two_trees_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = two_trees_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.2 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/twotrees/two_trees_global_draft.inst.cfg b/resources/quality/twotrees/two_trees_global_draft.inst.cfg index dd8122df7b..233f15bdf6 100644 --- a/resources/quality/twotrees/two_trees_global_draft.inst.cfg +++ b/resources/quality/twotrees/two_trees_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = two_trees_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/twotrees/two_trees_global_low.inst.cfg b/resources/quality/twotrees/two_trees_global_low.inst.cfg index e90ad4125a..9ae5001888 100644 --- a/resources/quality/twotrees/two_trees_global_low.inst.cfg +++ b/resources/quality/twotrees/two_trees_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = two_trees_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/twotrees/two_trees_global_standard.inst.cfg b/resources/quality/twotrees/two_trees_global_standard.inst.cfg index 59913e3631..ea1c5756c5 100644 --- a/resources/quality/twotrees/two_trees_global_standard.inst.cfg +++ b/resources/quality/twotrees/two_trees_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = two_trees_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/twotrees/two_trees_global_super.inst.cfg b/resources/quality/twotrees/two_trees_global_super.inst.cfg index 83a10a0fc2..e300773d2d 100644 --- a/resources/quality/twotrees/two_trees_global_super.inst.cfg +++ b/resources/quality/twotrees/two_trees_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = two_trees_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.2 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/twotrees/two_trees_global_ultra.inst.cfg b/resources/quality/twotrees/two_trees_global_ultra.inst.cfg index 4dc7bcec10..1303e7a9be 100644 --- a/resources/quality/twotrees/two_trees_global_ultra.inst.cfg +++ b/resources/quality/twotrees/two_trees_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = two_trees_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/ultimaker2/um2_draft.inst.cfg b/resources/quality/ultimaker2/um2_draft.inst.cfg index b986603b55..534b4610c1 100644 --- a/resources/quality/ultimaker2/um2_draft.inst.cfg +++ b/resources/quality/ultimaker2/um2_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft definition = ultimaker2 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/ultimaker2/um2_fast.inst.cfg b/resources/quality/ultimaker2/um2_fast.inst.cfg index 8daf9ed499..e4c2b000c6 100644 --- a/resources/quality/ultimaker2/um2_fast.inst.cfg +++ b/resources/quality/ultimaker2/um2_fast.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/ultimaker2/um2_high.inst.cfg b/resources/quality/ultimaker2/um2_high.inst.cfg index 13c83048bb..c38605530f 100644 --- a/resources/quality/ultimaker2/um2_high.inst.cfg +++ b/resources/quality/ultimaker2/um2_high.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2 +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 + diff --git a/resources/quality/ultimaker2/um2_normal.inst.cfg b/resources/quality/ultimaker2/um2_normal.inst.cfg index dc102ed605..205e605d26 100644 --- a/resources/quality/ultimaker2/um2_normal.inst.cfg +++ b/resources/quality/ultimaker2/um2_normal.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Fine definition = ultimaker2 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] + diff --git a/resources/quality/ultimaker2_plus/pla_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.25_normal.inst.cfg index 17368a6f3e..c73858ec4c 100644 --- a/resources/quality/ultimaker2_plus/pla_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/pla_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.25 mm +weight = 1 [values] cool_min_layer_time = 5 @@ -18,3 +18,4 @@ infill_sparse_density = 22 speed_layer_0 = =round(speed_print * 30 / 30) speed_print = 30 top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus/pla_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.4_fast.inst.cfg index 9d89812565..8d2ddbc649 100644 --- a/resources/quality/ultimaker2_plus/pla_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/pla_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = 0.4 mm +weight = -1 [values] cool_min_layer_time = 5 @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_travel = 150 speed_wall = =math.ceil(speed_print * 50 / 60) top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus/pla_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.4_high.inst.cfg index a5f788b631..4040a35907 100644 --- a/resources/quality/ultimaker2_plus/pla_0.4_high.inst.cfg +++ b/resources/quality/ultimaker2_plus/pla_0.4_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.4 mm +weight = 1 [values] cool_min_layer_time = 5 @@ -19,3 +19,4 @@ speed_layer_0 = =round(speed_print * 30 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 20 / 50) top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus/pla_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.4_normal.inst.cfg index 6f810a8f3a..40ec223213 100644 --- a/resources/quality/ultimaker2_plus/pla_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/pla_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.4 mm +weight = 0 [values] cool_min_layer_time = 5 @@ -19,3 +19,4 @@ speed_layer_0 = =round(speed_print * 30 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 20 / 50) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker2_plus/pla_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.6_normal.inst.cfg index 345d524be9..4e38457e34 100644 --- a/resources/quality/ultimaker2_plus/pla_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/pla_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_pla variant = 0.6 mm +weight = 0 [values] cool_min_layer_time = 5 @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 20 / 55) speed_wall = =math.ceil(speed_print * 40 / 55) speed_wall_0 = =math.ceil(speed_print * 25 / 55) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/pla_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/pla_0.8_normal.inst.cfg index 252dc2d25f..97d514c819 100644 --- a/resources/quality/ultimaker2_plus/pla_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/pla_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_pla variant = 0.8 mm +weight = -1 [values] cool_min_layer_time = 5 @@ -19,3 +19,4 @@ speed_layer_0 = =round(speed_print * 30 / 40) speed_print = 40 speed_wall_0 = =math.ceil(speed_print * 25 / 40) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.25_normal.inst.cfg index b71cb1818e..249984318b 100644 --- a/resources/quality/ultimaker2_plus/um2p_abs_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_abs_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.25 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -19,3 +19,4 @@ cool_min_speed = 10 infill_sparse_density = 22 speed_print = 30 top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.4_fast.inst.cfg index 636d80f88c..1470182aad 100644 --- a/resources/quality/ultimaker2_plus/um2p_abs_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_abs_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_abs variant = 0.4 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -17,11 +17,12 @@ cool_min_layer_time = 3 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 18 +speed_infill = =math.ceil(speed_print * 100 / 55) speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 55) -top_bottom_thickness = 0.75 speed_wall_0 = =math.ceil(speed_print * 40 / 55) speed_wall_x = =math.ceil(speed_print * 80 / 55) -speed_infill = =math.ceil(speed_print * 100 / 55) +top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.4_high.inst.cfg index 0b379b030f..34392a830b 100644 --- a/resources/quality/ultimaker2_plus/um2p_abs_0.4_high.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_abs_0.4_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.4 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -17,8 +17,9 @@ cool_min_layer_time = 3 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 22 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 15 / 45) speed_wall = =math.ceil(speed_print * 30 / 45) top_bottom_thickness = 0.72 -speed_topbottom = =math.ceil(speed_print * 15 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.4_normal.inst.cfg index 7c53dbae9b..b617a14541 100644 --- a/resources/quality/ultimaker2_plus/um2p_abs_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_abs_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.4 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -20,3 +20,4 @@ infill_sparse_density = 20 speed_print = 45 speed_wall = =math.ceil(speed_print * 30 / 45) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.6_normal.inst.cfg index 88d9cfd75f..d81e61607d 100644 --- a/resources/quality/ultimaker2_plus/um2p_abs_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_abs_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_abs variant = 0.6 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.5 @@ -20,3 +20,4 @@ infill_sparse_density = 20 speed_infill = =math.ceil(speed_print * 55 / 40) speed_print = 40 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_abs_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_abs_0.8_normal.inst.cfg index 13dff6de33..e61afa871f 100644 --- a/resources/quality/ultimaker2_plus/um2p_abs_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_abs_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_abs variant = 0.8 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.5 @@ -19,3 +19,4 @@ cool_min_speed = 15 infill_sparse_density = 20 speed_print = 40 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.25_normal.inst.cfg index 0e67f00011..183fb8b576 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpe_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpe_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_cpe +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe variant = 0.25 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -19,3 +19,4 @@ cool_min_speed = 15 infill_sparse_density = 22 speed_print = 30 top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_fast.inst.cfg index bcd95dcfe2..4bfac562f5 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_cpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe variant = 0.4 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -17,11 +17,12 @@ cool_min_layer_time = 3 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 18 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 45) -top_bottom_thickness = 0.75 speed_wall_0 = =math.ceil(speed_print * 30 / 45) -speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall_x = =math.ceil(speed_print * 40 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) +top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_high.inst.cfg index 1bcbd78cf4..7fbb5fe24a 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_high.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_cpe +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe variant = 0.4 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -17,8 +17,9 @@ cool_min_layer_time = 2 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 15 infill_sparse_density = 22 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 15 / 45) speed_wall = =math.ceil(speed_print * 30 / 45) top_bottom_thickness = 0.72 -speed_topbottom = =math.ceil(speed_print * 15 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_normal.inst.cfg index 51695edcb6..9417d38a91 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpe_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpe_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = 0.4 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -20,3 +20,4 @@ infill_sparse_density = 20 speed_print = 45 speed_wall = =math.ceil(speed_print * 30 / 45) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.6_normal.inst.cfg index 6fc2e01428..2e7bfbe72a 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpe_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpe_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_cpe variant = 0.6 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -19,3 +19,4 @@ cool_min_speed = 8 infill_sparse_density = 20 speed_print = 40 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpe_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpe_0.8_normal.inst.cfg index 771f0acb92..4e5244ee19 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpe_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpe_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_cpe variant = 0.8 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -19,3 +19,4 @@ cool_min_speed = 8 infill_sparse_density = 20 speed_print = 40 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.4_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.4_draft.inst.cfg index fa23153639..8c613976cb 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpep_0.4_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpep_0.4_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe_plus variant = 0.4 mm +weight = -2 [values] adhesion_type = raft @@ -29,3 +29,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.5 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.4_normal.inst.cfg index dea75d9ed9..bb2d9f6620 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpep_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpep_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_cpe_plus variant = 0.4 mm +weight = 0 [values] adhesion_type = raft @@ -29,3 +29,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.5 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.6_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.6_draft.inst.cfg index 6474270331..0642fb0795 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpep_0.6_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpep_0.6_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -2 -material = generic_cpe_plus variant = 0.6 mm +weight = -2 [values] adhesion_type = raft @@ -20,7 +20,6 @@ cool_min_speed = 8 infill_overlap = =0 if infill_sparse_density > 80 else 5 infill_sparse_density = 35 layer_0_z_overlap = 0.22 - raft_airgap = 0.37 speed_print = 25 speed_topbottom = =math.ceil(speed_print * 20 / 25) @@ -31,3 +30,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.22 top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.6_normal.inst.cfg index 615d33e045..9ef0197132 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpep_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpep_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_cpe_plus variant = 0.6 mm +weight = 0 [values] adhesion_type = raft @@ -20,7 +20,6 @@ cool_min_speed = 8 infill_overlap = =0 if infill_sparse_density > 80 else 5 infill_sparse_density = 35 layer_0_z_overlap = 0.22 - raft_airgap = 0.37 speed_print = 35 speed_topbottom = =math.ceil(speed_print * 20 / 35) @@ -31,3 +30,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.22 top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.8_draft.inst.cfg index 8892494cdd..c20222ba11 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpep_0.8_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpep_0.8_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -2 -material = generic_cpe_plus variant = 0.8 mm +weight = -2 [values] adhesion_type = raft @@ -29,3 +29,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_cpep_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_cpep_0.8_normal.inst.cfg index f8772fd96c..f3b7f5a56d 100644 --- a/resources/quality/ultimaker2_plus/um2p_cpep_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_cpep_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_cpe_plus variant = 0.8 mm +weight = 0 [values] adhesion_type = raft @@ -29,3 +29,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_global_Coarse_Quality.inst.cfg b/resources/quality/ultimaker2_plus/um2p_global_Coarse_Quality.inst.cfg index f1ebc4d1dd..1971ac56c7 100644 --- a/resources/quality/ultimaker2_plus/um2p_global_Coarse_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_global_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse Quality definition = ultimaker2_plus +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -4 -global_quality = True [values] layer_height = 0.4 + diff --git a/resources/quality/ultimaker2_plus/um2p_global_Draft_Quality.inst.cfg b/resources/quality/ultimaker2_plus/um2p_global_Draft_Quality.inst.cfg index f5d13298f5..662120cb2f 100644 --- a/resources/quality/ultimaker2_plus/um2p_global_Draft_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_global_Draft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = ultimaker2_plus +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_global_Extra_Coarse_Quality.inst.cfg b/resources/quality/ultimaker2_plus/um2p_global_Extra_Coarse_Quality.inst.cfg index 3850ec551c..08e2966530 100644 --- a/resources/quality/ultimaker2_plus/um2p_global_Extra_Coarse_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_global_Extra_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Coarse Quality definition = ultimaker2_plus +name = Extra Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = extracoarse setting_version = 20 type = quality -quality_type = extracoarse weight = -3 -global_quality = True [values] layer_height = 0.6 + diff --git a/resources/quality/ultimaker2_plus/um2p_global_Fast_Quality.inst.cfg b/resources/quality/ultimaker2_plus/um2p_global_Fast_Quality.inst.cfg index 94d11dea2b..9966b0d05a 100644 --- a/resources/quality/ultimaker2_plus/um2p_global_Fast_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_global_Fast_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/ultimaker2_plus/um2p_global_High_Quality.inst.cfg b/resources/quality/ultimaker2_plus/um2p_global_High_Quality.inst.cfg index e30aa178c4..a2c379b145 100644 --- a/resources/quality/ultimaker2_plus/um2p_global_High_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 + diff --git a/resources/quality/ultimaker2_plus/um2p_global_Normal_Quality.inst.cfg b/resources/quality/ultimaker2_plus/um2p_global_Normal_Quality.inst.cfg index 56867a3212..0effaf7f07 100644 --- a/resources/quality/ultimaker2_plus/um2p_global_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/ultimaker2_plus/um2p_global_Slightly_Coarse_Quality.inst.cfg b/resources/quality/ultimaker2_plus/um2p_global_Slightly_Coarse_Quality.inst.cfg index 631fc2bcf3..73e5c40d98 100644 --- a/resources/quality/ultimaker2_plus/um2p_global_Slightly_Coarse_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_global_Slightly_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse Quality definition = ultimaker2_plus +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse weight = -4 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.25_high.inst.cfg index 601a7a8c89..77b8466a4c 100644 --- a/resources/quality/ultimaker2_plus/um2p_nylon_0.25_high.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_nylon_0.25_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = 0.25 mm +weight = 1 [values] adhesion_type = raft @@ -22,6 +22,7 @@ infill_sparse_density = 25 layer_0_z_overlap = 0.1 raft_airgap = 0.15 retraction_hop_enabled = 0.2 +speed_infill = =math.ceil(speed_print * 40 / 40) speed_print = 40 speed_support = 40 speed_topbottom = =math.ceil(speed_print * 35 / 40) @@ -31,4 +32,4 @@ speed_wall_x = =speed_print support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 -speed_infill = =math.ceil(speed_print * 40 / 40) + diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.25_normal.inst.cfg index 2d7a1b9fbf..d8f5f0d1be 100644 --- a/resources/quality/ultimaker2_plus/um2p_nylon_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_nylon_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = 0.25 mm +weight = 0 [values] adhesion_type = raft @@ -31,3 +31,4 @@ speed_wall_x = =speed_print support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.4_fast.inst.cfg index ad9b46daf5..9229c2b724 100644 --- a/resources/quality/ultimaker2_plus/um2p_nylon_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_nylon_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_nylon variant = 0.4 mm +weight = -1 [values] adhesion_type = raft @@ -20,14 +20,15 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5 infill_sparse_density = 30 layer_0_z_overlap = 0.22 raft_airgap = 0.57 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 speed_topbottom = =math.ceil(speed_print * 20 / 45) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_print * 30 / 45) +speed_wall_x = =math.ceil(speed_print * 40 / 45) support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 0.75 -speed_wall_0 = =math.ceil(speed_print * 30 / 45) -speed_wall_x = =math.ceil(speed_print * 40 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.4_normal.inst.cfg index 6a6af68820..5044fd364a 100644 --- a/resources/quality/ultimaker2_plus/um2p_nylon_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_nylon_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_nylon variant = 0.4 mm +weight = 0 [values] adhesion_type = raft @@ -27,3 +27,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.6_fast.inst.cfg index 3b913494f9..522aaf8b47 100644 --- a/resources/quality/ultimaker2_plus/um2p_nylon_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_nylon_0.6_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -1 -material = generic_nylon variant = 0.6 mm +weight = -1 [values] adhesion_type = raft @@ -21,6 +21,7 @@ infill_sparse_density = 35 layer_0_z_overlap = 0.22 raft_airgap = 0.44 retraction_hop_enabled = 0.2 +speed_infill = =math.ceil(speed_print * 55 / 55) speed_print = 55 speed_support = 40 speed_topbottom = =math.ceil(speed_print * 35 / 55) @@ -31,4 +32,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.55 top_bottom_thickness = 1.2 -speed_infill = =math.ceil(speed_print * 55 / 55) + diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.6_normal.inst.cfg index 793368305e..f1e5971291 100644 --- a/resources/quality/ultimaker2_plus/um2p_nylon_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_nylon_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_nylon variant = 0.6 mm +weight = 0 [values] adhesion_type = raft @@ -31,3 +31,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.8_draft.inst.cfg index 9c2c83a3e8..8934dcb9fb 100644 --- a/resources/quality/ultimaker2_plus/um2p_nylon_0.8_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_nylon_0.8_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -2 -material = generic_nylon variant = 0.8 mm +weight = -2 [values] adhesion_type = raft @@ -28,7 +28,8 @@ speed_travel = 150 speed_wall_0 = =math.ceil(speed_print * 15 / 55) speed_wall_x = =math.ceil(speed_print * 40 / 55) support_angle = 45 +support_bottom_distance = 0.65 support_enable = True support_z_distance = 0.5 -support_bottom_distance = 0.65 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_nylon_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_nylon_0.8_normal.inst.cfg index 58910f9ee1..6c7684ba74 100644 --- a/resources/quality/ultimaker2_plus/um2p_nylon_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_nylon_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_nylon variant = 0.8 mm +weight = 0 [values] adhesion_type = raft @@ -33,3 +33,4 @@ support_enable = True support_top_distance = 0.5 support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.25_high.inst.cfg index 1d86f0e63f..0e824b8aff 100644 --- a/resources/quality/ultimaker2_plus/um2p_pc_0.25_high.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pc_0.25_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = 0.25 mm +weight = 1 [values] adhesion_type = raft @@ -22,8 +22,9 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5 infill_sparse_density = 25 layer_0_z_overlap = 0.2 raft_airgap = 0.25 +speed_infill = =math.ceil(speed_print * 80 / 30) speed_print = 30 +speed_topbottom = =math.ceil(speed_print * 15 / 30) support_enable = True support_z_distance = 0.19 -speed_topbottom = =math.ceil(speed_print * 15 / 30) -speed_infill = =math.ceil(speed_print * 80 / 30) + diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.25_normal.inst.cfg index aad6d28b15..7e638e064e 100644 --- a/resources/quality/ultimaker2_plus/um2p_pc_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pc_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = 0.25 mm +weight = 0 [values] adhesion_type = raft @@ -25,3 +25,4 @@ raft_airgap = 0.25 speed_print = 30 support_enable = True support_z_distance = 0.19 + diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.4_fast.inst.cfg index 4b0cef2987..52283c7d19 100644 --- a/resources/quality/ultimaker2_plus/um2p_pc_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pc_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_pc variant = 0.4 mm +weight = -1 [values] adhesion_type = raft @@ -21,11 +21,12 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5 infill_sparse_density = 30 layer_0_z_overlap = 0.3 raft_airgap = 0.35 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall_0 = =math.ceil(speed_print * 20 / 45) speed_wall_x = =math.ceil(speed_print * 30 / 45) support_angle = 45 support_enable = True support_z_distance = 0.19 -speed_topbottom = =math.ceil(speed_print * 30 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.4_normal.inst.cfg index 3bfce297fc..d1edaf4fa8 100644 --- a/resources/quality/ultimaker2_plus/um2p_pc_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pc_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = 0.4 mm +weight = 0 [values] adhesion_type = raft @@ -27,3 +27,4 @@ speed_wall_x = =math.ceil(speed_print * 30 / 45) support_angle = 45 support_enable = True support_z_distance = 0.19 + diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg index 5f876392cc..5d87ec78ff 100644 --- a/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -1 -material = generic_pc variant = 0.6 mm +weight = -1 [values] adhesion_type = raft @@ -21,6 +21,7 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5 infill_sparse_density = 35 layer_0_z_overlap = 0.22 raft_airgap = 0.52 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 speed_topbottom = =math.ceil(speed_print * 20 / 45) speed_travel = 150 @@ -30,4 +31,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.21 top_bottom_thickness = 0.75 -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.6_normal.inst.cfg index 278a79a883..95a86c873d 100644 --- a/resources/quality/ultimaker2_plus/um2p_pc_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pc_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_pc variant = 0.6 mm +weight = 0 [values] adhesion_type = raft @@ -30,3 +30,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.21 top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.8_draft.inst.cfg index eeb3980a83..026b126e4d 100644 --- a/resources/quality/ultimaker2_plus/um2p_pc_0.8_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pc_0.8_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = extracoarse setting_version = 20 type = quality -quality_type = extracoarse -weight = -2 -material = generic_pc variant = 0.8 mm +weight = -2 [values] adhesion_type = raft @@ -26,3 +26,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 2.0 + diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.8_normal.inst.cfg index a464366220..3cb7b4fbea 100644 --- a/resources/quality/ultimaker2_plus/um2p_pc_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pc_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_pc variant = 0.8 mm +weight = 0 [values] adhesion_type = raft @@ -26,3 +26,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.4_fast.inst.cfg index 12343fc6f9..559e0809e3 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_pp +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pp variant = 0.4 mm +weight = -1 [values] acceleration_enabled = True @@ -35,6 +35,7 @@ retraction_hop_only_when_collides = True retraction_min_travel = 0.5 retraction_prime_speed = 15 skin_overlap = 10 +speed_infill = =math.ceil(speed_print * 25 / 25) speed_prime_tower = =speed_topbottom speed_print = 25 speed_support_interface = =speed_topbottom @@ -42,10 +43,10 @@ speed_topbottom = =math.ceil(speed_print * 25 / 25) speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) +speed_wall_x = =math.ceil(speed_print * 25 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 travel_avoid_distance = 3 wall_0_inset = 0 -speed_wall_x = =math.ceil(speed_print * 25 / 25) -speed_infill = =math.ceil(speed_print * 25 / 25) + diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.4_normal.inst.cfg index 317e519f28..ac977dc4e3 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = 0.4 mm +weight = 0 [values] acceleration_enabled = True @@ -43,7 +43,8 @@ speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg index 709d5e9be6..d73d80c817 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = 0.6 mm +weight = -2 [values] acceleration_enabled = True @@ -42,8 +42,9 @@ speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 top_bottom_thickness = 1.1 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg index 781efbeb66..c63eea967d 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_pp +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pp variant = 0.6 mm +weight = -1 [values] acceleration_enabled = True @@ -34,6 +34,7 @@ retraction_hop_enabled = True retraction_hop_only_when_collides = True retraction_prime_speed = 15 skin_overlap = 10 +speed_infill = =math.ceil(speed_print * 25 / 25) speed_prime_tower = =speed_topbottom speed_print = 25 speed_support_interface = =speed_topbottom @@ -41,11 +42,11 @@ speed_topbottom = =math.ceil(speed_print * 25 / 25) speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) +speed_wall_x = =math.ceil(speed_print * 25 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 top_bottom_thickness = 1.1 travel_avoid_distance = 3 wall_0_inset = 0 -speed_wall_x = =math.ceil(speed_print * 25 / 25) -speed_infill = =math.ceil(speed_print * 25 / 25) + diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg index 6e11c55e5a..60929a784a 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = 0.8 mm +weight = -2 [values] acceleration_enabled = True @@ -42,8 +42,9 @@ speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 top_bottom_thickness = 1.5 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg index e123522dc6..7c70118f7a 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker2_plus +name = Extra Fast +version = 4 [metadata] +material = generic_pp +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -3 -material = generic_pp variant = 0.8 mm +weight = -3 [values] acceleration_enabled = True @@ -42,8 +42,9 @@ speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 top_bottom_thickness = 1.5 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker2_plus/um2p_tpu_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus/um2p_tpu_0.25_high.inst.cfg index bbc8553caf..ee3aface25 100644 --- a/resources/quality/ultimaker2_plus/um2p_tpu_0.25_high.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_tpu_0.25_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus +name = Extra Fine +version = 4 [metadata] +material = generic_tpu +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_tpu variant = 0.25 mm +weight = 1 [values] adhesion_type = brim @@ -23,6 +23,7 @@ layer_0_z_overlap = 0.1 raft_airgap = 0.2 retraction_count_max = 15 retraction_hop_enabled = 0.2 +speed_infill = =math.ceil(speed_print * 40 / 40) speed_print = 40 speed_support = 40 speed_topbottom = =math.ceil(speed_print * 35 / 40) @@ -33,4 +34,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 -speed_infill = =math.ceil(speed_print * 40 / 40) + diff --git a/resources/quality/ultimaker2_plus/um2p_tpu_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus/um2p_tpu_0.4_normal.inst.cfg index 9db8ba979b..f9726f162e 100644 --- a/resources/quality/ultimaker2_plus/um2p_tpu_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_tpu_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus +name = Fine +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tpu variant = 0.4 mm +weight = 0 [values] adhesion_type = brim @@ -31,3 +31,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg index 85cfcadeca..4e2020ceda 100644 --- a/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus +name = Normal +version = 4 [metadata] +material = generic_tpu +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tpu variant = 0.6 mm +weight = -1 [values] adhesion_type = brim @@ -22,6 +22,7 @@ layer_0_z_overlap = 0.12 raft_airgap = 0.24 retraction_count_max = 15 retraction_hop_enabled = 0.2 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 speed_support = 40 speed_topbottom = =math.ceil(speed_print * 35 / 45) @@ -32,4 +33,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.25_normal.inst.cfg index 8de70e8bb4..49ed112fca 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.25 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -19,3 +19,4 @@ cool_min_speed = 10 infill_sparse_density = 20 speed_print = 30 top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_fast.inst.cfg index 69901fb504..d5b4cfdd32 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_abs variant = 0.4 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -17,9 +17,10 @@ cool_min_layer_time = 3 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 20 -top_bottom_thickness = 0.75 +speed_infill = =math.ceil(speed_print * 55 / 55) speed_print = 55 +speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 55) -speed_topbottom = =math.ceil(speed_print * 30 / 55) -speed_infill = =math.ceil(speed_print * 55 / 55) +top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_high.inst.cfg index d8c0c750af..24810d1f52 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_high.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = 0.4 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -17,8 +17,9 @@ cool_min_layer_time = 3 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 20 -top_bottom_thickness = 0.72 -speed_print = 45 -speed_wall = =math.ceil(speed_print * 30 / 45) -speed_topbottom = =math.ceil(speed_print * 15 / 45) speed_infill = =math.ceil(speed_print * 45 / 45) +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 15 / 45) +speed_wall = =math.ceil(speed_print * 30 / 45) +top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_normal.inst.cfg index c460fc345e..06e8a2a943 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = 0.4 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -17,8 +17,9 @@ cool_min_layer_time = 3 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 20 -top_bottom_thickness = 0.8 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 -speed_wall = =math.ceil(speed_print * 30 / 45) speed_topbottom = =math.ceil(speed_print * 20 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) \ No newline at end of file +speed_wall = =math.ceil(speed_print * 30 / 45) +top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.6_normal.inst.cfg index 343dcbde31..6a26a18094 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_abs variant = 0.6 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.5 @@ -20,3 +20,4 @@ infill_sparse_density = 20 speed_infill = =math.ceil(speed_print * 55 / 40) speed_print = 40 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.8_normal.inst.cfg index eeb7eeb9ad..a307064d42 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_abs_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_abs variant = 0.8 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.5 @@ -19,3 +19,4 @@ cool_min_speed = 15 infill_sparse_density = 20 speed_print = 40 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.25_normal.inst.cfg index 59183e1226..2154030565 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_cpe +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe variant = 0.25 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -18,4 +18,5 @@ cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 15 infill_sparse_density = 20 speed_print = 30 -top_bottom_thickness = 0.72 \ No newline at end of file +top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_fast.inst.cfg index 131196e4f2..0485a67e74 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_cpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe variant = 0.4 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -18,11 +18,12 @@ cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 20 retraction_prime_speed = =retraction_speed +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 45) -top_bottom_thickness = 0.75 speed_wall_0 = =math.ceil(speed_print * 30 / 45) -speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall_x = =math.ceil(speed_print * 40 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) \ No newline at end of file +top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_high.inst.cfg index 21e4815242..7f8e6c1199 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_high.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_cpe +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe variant = 0.4 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -18,8 +18,9 @@ cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 15 infill_sparse_density = 20 retraction_prime_speed = =retraction_speed +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 15 / 45) speed_wall = =math.ceil(speed_print * 30 / 45) top_bottom_thickness = 0.72 -speed_topbottom = =math.ceil(speed_print * 15 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) \ No newline at end of file + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_normal.inst.cfg index a5bc52107a..ba08ff62bf 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = 0.4 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -21,3 +21,4 @@ retraction_prime_speed = =retraction_speed speed_print = 45 speed_wall = =math.ceil(speed_print * 30 / 45) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.6_normal.inst.cfg index f9bb6000df..184cd4f418 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_cpe variant = 0.6 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -20,3 +20,4 @@ infill_sparse_density = 20 retraction_prime_speed = =retraction_speed speed_print = 40 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.8_normal.inst.cfg index ab3546eda5..60aeec3154 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_cpe variant = 0.8 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -18,4 +18,5 @@ cool_min_layer_time_fan_speed_max = 25 cool_min_speed = 8 infill_sparse_density = 20 speed_print = 40 -top_bottom_thickness = 1.2 \ No newline at end of file +top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_draft.inst.cfg index 1a617d5a7b..c170d189a5 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe_plus variant = 0.4 mm +weight = -2 [values] cool_fan_speed = 50 @@ -29,3 +29,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.5 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_normal.inst.cfg index e7b4596e32..9269b27fac 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_cpe_plus variant = 0.4 mm +weight = 0 [values] cool_fan_speed = 50 @@ -29,3 +29,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.5 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_draft.inst.cfg index d8390ebf5e..6bc57d10f9 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -2 -material = generic_cpe_plus variant = 0.6 mm +weight = -2 [values] cool_fan_speed = 45 @@ -30,3 +30,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.22 top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_normal.inst.cfg index 780e81c8ec..0781301fe7 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_cpe_plus variant = 0.6 mm +weight = 0 [values] cool_fan_speed = 45 @@ -30,3 +30,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.22 top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_draft.inst.cfg index 1fcd6241b0..57b681c6b1 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -2 -material = generic_cpe_plus variant = 0.8 mm +weight = -2 [values] brim_line_count = 10 @@ -27,4 +27,5 @@ speed_wall_x = =speed_print support_angle = 45 support_enable = True support_z_distance = 0.26 -top_bottom_thickness = 1.2 \ No newline at end of file +top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_normal.inst.cfg index 156c0cb434..4949cce616 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_cpe_plus variant = 0.8 mm +weight = 0 [values] brim_line_count = 10 @@ -28,3 +28,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_global_Coarse_Quality.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_global_Coarse_Quality.inst.cfg index 2fa3c80a01..7987e30e16 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_global_Coarse_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_global_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse Quality definition = ultimaker2_plus_connect +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -4 -global_quality = True [values] layer_height = 0.4 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_global_Draft_Quality.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_global_Draft_Quality.inst.cfg index 59feaf6573..2f79a0b701 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_global_Draft_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_global_Draft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = ultimaker2_plus_connect +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_global_Extra_Coarse_Quality.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_global_Extra_Coarse_Quality.inst.cfg index af664876b1..86b479c596 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_global_Extra_Coarse_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_global_Extra_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Coarse Quality definition = ultimaker2_plus_connect +name = Extra Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = extracoarse setting_version = 20 type = quality -quality_type = extracoarse weight = -3 -global_quality = True [values] layer_height = 0.6 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_global_Fast_Quality.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_global_Fast_Quality.inst.cfg index ad1c0c9c20..383d19bdeb 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_global_Fast_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_global_Fast_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_global_High_Quality.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_global_High_Quality.inst.cfg index c907d4a7ec..f3bab11754 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_global_High_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_global_Normal_Quality.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_global_Normal_Quality.inst.cfg index 45d0adef7d..24bb30c870 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_global_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_global_Slightly_Coarse_Quality.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_global_Slightly_Coarse_Quality.inst.cfg index 4886ab1d02..3e1c0cc88c 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_global_Slightly_Coarse_Quality.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_global_Slightly_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse Quality definition = ultimaker2_plus_connect +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse weight = -4 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_high.inst.cfg index 6524490255..9ef8ceba94 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_high.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = 0.25 mm +weight = 1 [values] brim_line_count = 8 @@ -21,6 +21,7 @@ infill_sparse_density = 20 layer_0_z_overlap = 0.1 raft_airgap = 0.15 retraction_hop_enabled = 0.2 +speed_infill = =math.ceil(speed_print * 40 / 40) speed_print = 40 speed_support = 40 speed_topbottom = =math.ceil(speed_print * 35 / 40) @@ -30,4 +31,4 @@ speed_wall_x = =speed_print support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 -speed_infill = =math.ceil(speed_print * 40 / 40) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_normal.inst.cfg index 2d06b19389..2dd408cf24 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = 0.25 mm +weight = 0 [values] brim_line_count = 8 @@ -30,3 +30,4 @@ speed_wall_x = =speed_print support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_fast.inst.cfg index c17d9a62c9..68134f5979 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_nylon variant = 0.4 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.35 @@ -20,14 +20,15 @@ infill_sparse_density = 20 layer_0_z_overlap = 0.22 raft_airgap = 0.57 retraction_prime_speed = =retraction_speed +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 speed_topbottom = =math.ceil(speed_print * 20 / 45) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_print * 30 / 45) +speed_wall_x = =math.ceil(speed_print * 40 / 45) support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 0.75 -speed_wall_0 = =math.ceil(speed_print * 30 / 45) -speed_wall_x = =math.ceil(speed_print * 40 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_normal.inst.cfg index edeacb4f46..885fe0d7a5 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_nylon variant = 0.4 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.35 @@ -27,3 +27,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_fast.inst.cfg index ce30e7a0c3..b2fe2d748b 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -1 -material = generic_nylon variant = 0.6 mm +weight = -1 [values] brim_line_count = 8 @@ -21,6 +21,7 @@ layer_0_z_overlap = 0.22 raft_airgap = 0.44 retraction_hop_enabled = 0.2 retraction_prime_speed = =retraction_speed +speed_infill = =math.ceil(speed_print * 55 / 55) speed_print = 55 speed_support = 40 speed_topbottom = =math.ceil(speed_print * 35 / 55) @@ -31,4 +32,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.55 top_bottom_thickness = 1.2 -speed_infill = =math.ceil(speed_print * 55 / 55) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_normal.inst.cfg index e5b8b1127e..e4b83ea1c8 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_nylon variant = 0.6 mm +weight = 0 [values] brim_line_count = 8 @@ -31,3 +31,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.8_draft.inst.cfg index fc949cbbaf..bdc3cd3329 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.8_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.8_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -2 -material = generic_nylon variant = 0.8 mm +weight = -2 [values] brim_line_count = 8 @@ -27,7 +27,8 @@ speed_travel = 150 speed_wall_0 = =math.ceil(speed_print * 15 / 55) speed_wall_x = =math.ceil(speed_print * 40 / 55) support_angle = 45 +support_bottom_distance = 0.65 support_enable = True support_z_distance = 0.5 -support_bottom_distance = 0.65 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.8_normal.inst.cfg index 505aa6e130..01c114cf3e 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_nylon variant = 0.8 mm +weight = 0 [values] brim_line_count = 8 @@ -32,3 +32,4 @@ support_enable = True support_top_distance = 0.5 support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.25_high.inst.cfg index 9b99b78ae7..8b4cf4ca38 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.25_high.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.25_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = 0.25 mm +weight = 1 [values] brim_line_count = 32 @@ -22,6 +22,7 @@ infill_sparse_density = 20 layer_0_z_overlap = 0.2 raft_airgap = 0.25 speed_print = 30 +speed_topbottom = =math.ceil(speed_print * 15 / 30) support_enable = True support_z_distance = 0.19 -speed_topbottom = =math.ceil(speed_print * 15 / 30) \ No newline at end of file + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.25_normal.inst.cfg index 806d75813b..f9060e9205 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = 0.25 mm +weight = 0 [values] brim_line_count = 32 @@ -24,3 +24,4 @@ raft_airgap = 0.25 speed_print = 30 support_enable = True support_z_distance = 0.19 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.4_fast.inst.cfg index c4226d776a..2315c767bf 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_pc variant = 0.4 mm +weight = -1 [values] cool_fan_speed = 50 @@ -20,11 +20,12 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5 infill_sparse_density = 20 layer_0_z_overlap = 0.3 raft_airgap = 0.35 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall_0 = =math.ceil(speed_print * 20 / 45) speed_wall_x = =math.ceil(speed_print * 30 / 45) support_angle = 45 support_enable = True support_z_distance = 0.19 -speed_topbottom = =math.ceil(speed_print * 30 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.4_normal.inst.cfg index b9f3b55207..b96e2b0d60 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = 0.4 mm +weight = 0 [values] cool_fan_speed = 50 @@ -26,3 +26,4 @@ speed_wall_x = =math.ceil(speed_print * 30 / 45) support_angle = 45 support_enable = True support_z_distance = 0.19 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.6_fast.inst.cfg index 3e9f3d0deb..a46ee93e50 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.6_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -1 -material = generic_pc variant = 0.6 mm +weight = -1 [values] cool_fan_speed = 50 @@ -20,6 +20,7 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5 infill_sparse_density = 20 layer_0_z_overlap = 0.22 raft_airgap = 0.52 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 speed_topbottom = =math.ceil(speed_print * 20 / 45) speed_travel = 150 @@ -29,4 +30,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.21 top_bottom_thickness = 0.75 -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.6_normal.inst.cfg index a4d35b8323..5d0da48645 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_pc variant = 0.6 mm +weight = 0 [values] cool_fan_speed = 50 @@ -29,3 +29,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.21 top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.8_normal.inst.cfg index 8969be2004..83a68d0fa4 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pc_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_pc variant = 0.8 mm +weight = 0 [values] brim_line_count = 10 @@ -25,3 +25,4 @@ support_angle = 45 support_enable = True support_z_distance = 0.26 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.25_normal.inst.cfg index 6aaf960862..d29c38d8b8 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = 0.25 mm +weight = 1 [values] cool_fan_speed_min = =cool_fan_speed * 0.2 @@ -18,4 +18,5 @@ cool_min_layer_time_fan_speed_max = 25 cool_min_speed = 15 infill_sparse_density = 20 speed_print = 30 -top_bottom_thickness = 0.72 \ No newline at end of file +top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_draft.inst.cfg index 4880801cc4..bde8d5917d 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = 0.4 mm +weight = -2 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -17,11 +17,12 @@ cool_min_layer_time = 3 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 20 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 45) -top_bottom_thickness = 0.75 speed_wall_0 = =math.ceil(speed_print * 30 / 45) -speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall_x = =math.ceil(speed_print * 40 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) \ No newline at end of file +top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_fast.inst.cfg index 242094359e..0cff366bbc 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_petg variant = 0.4 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -17,11 +17,12 @@ cool_min_layer_time = 3 cool_min_layer_time_fan_speed_max = 15 cool_min_speed = 10 infill_sparse_density = 20 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 45) -top_bottom_thickness = 0.75 speed_wall_0 = =math.ceil(speed_print * 30 / 45) -speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall_x = =math.ceil(speed_print * 40 / 45) -speed_infill = =math.ceil(speed_print * 45 / 45) \ No newline at end of file +top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_normal.inst.cfg index 9eabf0f070..464c2adc61 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = 0.4 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -19,4 +19,5 @@ cool_min_speed = 10 infill_sparse_density = 20 speed_print = 45 speed_wall = =math.ceil(speed_print * 30 / 45) -top_bottom_thickness = 0.8 \ No newline at end of file +top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.6_normal.inst.cfg index fa4835b5e0..39df9004fa 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_petg variant = 0.6 mm +weight = 0 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -18,4 +18,5 @@ cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 8 infill_sparse_density = 20 speed_print = 40 -top_bottom_thickness = 1.2 \ No newline at end of file +top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.8_normal.inst.cfg index e816088c5e..49c898628d 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_petg_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_petg variant = 0.8 mm +weight = -1 [values] cool_fan_speed_min = =cool_fan_speed * 0.8 @@ -18,4 +18,5 @@ cool_min_layer_time_fan_speed_max = 25 cool_min_speed = 8 infill_sparse_density = 20 speed_print = 40 -top_bottom_thickness = 1.2 \ No newline at end of file +top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.25_normal.inst.cfg index bddaf0b110..631e7805c6 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.25 mm +weight = 1 [values] cool_min_layer_time = 5 @@ -17,3 +17,4 @@ cool_min_speed = 10 infill_sparse_density = 20 speed_print = 30 top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_draft.inst.cfg index 03ae96c36f..9a76478fb6 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = 0.4 mm +weight = -2 [values] cool_min_layer_time = 5 @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_travel = 150 speed_wall = =math.ceil(speed_print * 50 / 60) top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_fast.inst.cfg index 8f8f854d8f..23514b25ca 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = 0.4 mm +weight = -1 [values] cool_min_layer_time = 5 @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_travel = 150 speed_wall = =math.ceil(speed_print * 50 / 60) top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_high.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_high.inst.cfg index 7080b95b0b..c43b869c9c 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_high.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = 0.4 mm +weight = 1 [values] cool_min_layer_time = 5 @@ -19,3 +19,4 @@ retraction_prime_speed = =retraction_speed speed_print = 50 speed_topbottom = =math.ceil(speed_print * 20 / 50) top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_normal.inst.cfg index 902eb481e5..e38e92819c 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = 0.4 mm +weight = 0 [values] cool_min_layer_time = 5 @@ -19,3 +19,4 @@ retraction_prime_speed = =retraction_speed speed_print = 50 speed_topbottom = =math.ceil(speed_print * 20 / 50) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.6_normal.inst.cfg index e4ea633592..9498af5202 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_pla variant = 0.6 mm +weight = 0 [values] cool_min_layer_time = 5 @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 20 / 55) speed_wall = =math.ceil(speed_print * 40 / 55) speed_wall_0 = =math.ceil(speed_print * 25 / 55) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.8_normal.inst.cfg index 9d2d858c32..b0d4e0ad18 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pla_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_pla variant = 0.8 mm +weight = -1 [values] cool_min_layer_time = 5 @@ -18,3 +18,4 @@ infill_sparse_density = 20 speed_print = 40 speed_wall_0 = =math.ceil(speed_print * 25 / 40) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_fast.inst.cfg index 37a63d3aa1..d9783d7fd1 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_pp +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pp variant = 0.4 mm +weight = -1 [values] acceleration_enabled = True @@ -34,6 +34,7 @@ retraction_hop_enabled = True retraction_hop_only_when_collides = True retraction_min_travel = 0.5 skin_overlap = 10 +speed_infill = =math.ceil(speed_print * 25 / 25) speed_prime_tower = =speed_topbottom speed_print = 25 speed_support_interface = =speed_topbottom @@ -41,10 +42,10 @@ speed_topbottom = =math.ceil(speed_print * 25 / 25) speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) +speed_wall_x = =math.ceil(speed_print * 25 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 travel_avoid_distance = 3 wall_0_inset = 0 -speed_wall_x = =math.ceil(speed_print * 25 / 25) -speed_infill = =math.ceil(speed_print * 25 / 25) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_normal.inst.cfg index f854fd3f1a..0b9ee0865a 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = 0.4 mm +weight = 0 [values] acceleration_enabled = True @@ -42,7 +42,8 @@ speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_draft.inst.cfg index bc011fc04e..b8f832047f 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = 0.6 mm +weight = -2 [values] acceleration_enabled = True @@ -41,8 +41,9 @@ speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 top_bottom_thickness = 1.1 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_fast.inst.cfg index 25dfb54159..1beb7a972f 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_pp +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pp variant = 0.6 mm +weight = -1 [values] acceleration_enabled = True @@ -33,6 +33,7 @@ retraction_hop = 0.15 retraction_hop_enabled = True retraction_hop_only_when_collides = True skin_overlap = 10 +speed_infill = =math.ceil(speed_print * 25 / 25) speed_prime_tower = =speed_topbottom speed_print = 25 speed_support_interface = =speed_topbottom @@ -40,11 +41,11 @@ speed_topbottom = =math.ceil(speed_print * 25 / 25) speed_travel = 250 speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 20 / 25) +speed_wall_x = =math.ceil(speed_print * 25 / 25) support_angle = 60 -support_z_distance = =layer_height * 2 support_bottom_distance = =support_z_distance / 2 +support_z_distance = =layer_height * 2 top_bottom_thickness = 1.1 travel_avoid_distance = 3 wall_0_inset = 0 -speed_wall_x = =math.ceil(speed_print * 25 / 25) -speed_infill = =math.ceil(speed_print * 25 / 25) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.8_draft.inst.cfg index df8cd3a5a6..e86deb2229 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.8_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.8_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = 0.8 mm +weight = -2 [values] acceleration_enabled = True @@ -48,3 +48,4 @@ support_z_distance = =layer_height * 2 top_bottom_thickness = 1.5 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.8_verydraft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.8_verydraft.inst.cfg index 459244683a..9b41aea1bd 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.8_verydraft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_pp_0.8_verydraft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker2_plus_connect +name = Extra Fast +version = 4 [metadata] +material = generic_pp +quality_type = slightlycoarse setting_version = 20 type = quality -quality_type = slightlycoarse -weight = -3 -material = generic_pp variant = 0.8 mm +weight = -3 [values] acceleration_enabled = True @@ -48,3 +48,4 @@ support_z_distance = =layer_height * 2 top_bottom_thickness = 1.5 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.25_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.25_normal.inst.cfg index 20e86a3c3e..2825af26c8 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.25_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.25_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_tough_pla variant = 0.25 mm +weight = 1 [values] cool_min_layer_time = 5 @@ -17,3 +17,4 @@ cool_min_speed = 10 infill_sparse_density = 20 speed_print = 30 top_bottom_thickness = 0.72 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_draft.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_draft.inst.cfg index 18663a8b66..a587f89df9 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker2_plus_connect +name = Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tough_pla variant = 0.4 mm +weight = -2 [values] cool_min_layer_time = 5 @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_travel = 150 speed_wall = =math.ceil(speed_print * 40 / 50) top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_fast.inst.cfg index 09b2f6b210..2f2ab1d7e5 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_tough_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tough_pla variant = 0.4 mm +weight = -1 [values] cool_min_layer_time = 5 @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 40) speed_travel = 150 speed_wall = =math.ceil(speed_print * 30 / 40) top_bottom_thickness = 0.75 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_normal.inst.cfg index 4e61dbc2f5..01a78033af 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tough_pla variant = 0.4 mm +weight = 0 [values] cool_min_layer_time = 5 @@ -20,3 +20,4 @@ speed_print = 40 speed_topbottom = =math.ceil(speed_print * 20 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.6_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.6_normal.inst.cfg index 6a9a55ff57..1b79f1c74b 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.6_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.6_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = 0 -material = generic_tough_pla variant = 0.6 mm +weight = 0 [values] cool_min_layer_time = 5 @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 20 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_print * 30 / 50) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.8_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.8_normal.inst.cfg index 4954006e74..e10c02c411 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.8_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpla_0.8_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_tough_pla variant = 0.8 mm +weight = -1 [values] cool_min_layer_time = 5 @@ -18,3 +18,4 @@ infill_sparse_density = 20 speed_print = 40 speed_wall_0 = =math.ceil(speed_print * 25 / 40) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.25_high.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.25_high.inst.cfg index e33248cc93..0090163f2c 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.25_high.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.25_high.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker2_plus_connect +name = Extra Fine +version = 4 [metadata] +material = generic_tpu +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_tpu variant = 0.25 mm +weight = 1 [values] adhesion_type = brim @@ -23,6 +23,7 @@ layer_0_z_overlap = 0.1 raft_airgap = 0.2 retraction_count_max = 15 retraction_hop_enabled = 0.2 +speed_infill = =math.ceil(speed_print * 40 / 40) speed_print = 40 speed_support = 40 speed_topbottom = =math.ceil(speed_print * 35 / 40) @@ -33,4 +34,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 -speed_infill = =math.ceil(speed_print * 40 / 40) + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.4_normal.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.4_normal.inst.cfg index 8541c3bf97..5bfcc6b3e2 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.4_normal.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.4_normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker2_plus_connect +name = Fine +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tpu variant = 0.4 mm +weight = 0 [values] adhesion_type = brim @@ -31,3 +31,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.6_fast.inst.cfg index 0ca418bb82..bb4c98dd93 100644 --- a/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus_connect/um2pc_tpu_0.6_fast.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker2_plus_connect +name = Normal +version = 4 [metadata] +material = generic_tpu +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tpu variant = 0.6 mm +weight = -1 [values] adhesion_type = brim @@ -22,6 +22,7 @@ layer_0_z_overlap = 0.12 raft_airgap = 0.24 retraction_count_max = 15 retraction_hop_enabled = 0.2 +speed_infill = =math.ceil(speed_print * 45 / 45) speed_print = 45 speed_support = 40 speed_topbottom = =math.ceil(speed_print * 35 / 45) @@ -32,4 +33,4 @@ support_angle = 45 support_enable = True support_z_distance = =layer_height * 2 top_bottom_thickness = 1.2 -speed_infill = =math.ceil(speed_print * 45 / 45) + diff --git a/resources/quality/ultimaker3/um3_aa0.25_ABS_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_ABS_Normal_Quality.inst.cfg index 13423278e2..043e8e5b89 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_ABS_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_ABS_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = AA 0.25 +weight = 0 [values] cool_fan_speed = 40 @@ -17,3 +17,4 @@ infill_overlap = =0 if infill_sparse_density > 80 else 15 material_final_print_temperature = =material_print_temperature - 5 retraction_prime_speed = 25 speed_topbottom = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker3/um3_aa0.25_CPE_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_CPE_Normal_Quality.inst.cfg index a24b18563d..af70683a38 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_CPE_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_CPE_Normal_Quality.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = AA 0.25 +weight = 0 [values] speed_infill = =math.ceil(speed_print * 40 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker3/um3_aa0.25_Nylon_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_Nylon_Normal_Quality.inst.cfg index 7cb72ef3e0..6edb9c30e2 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_Nylon_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = AA 0.25 +weight = 0 [values] cool_min_layer_time_fan_speed_max = 20 @@ -26,3 +26,4 @@ speed_wall = =math.ceil(speed_print * 30 / 70) switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker3/um3_aa0.25_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_PC_Normal_Quality.inst.cfg index ba388dc90f..b74f0144cf 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_PC_Normal_Quality.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fine - Experimental definition = ultimaker3 +name = Fine - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = AA 0.25 -is_experimental = True +weight = 0 [values] adhesion_type = brim @@ -41,3 +41,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.25_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_PETG_Normal_Quality.inst.cfg index c9a96ecf1c..90259e19cb 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_PETG_Normal_Quality.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = AA 0.25 +weight = 0 [values] +material_print_temperature = =default_material_print_temperature - 5 +retraction_combing = all speed_infill = =math.ceil(speed_print * 40 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55) top_bottom_thickness = 0.8 -material_print_temperature = =default_material_print_temperature - 5 -retraction_combing = all + diff --git a/resources/quality/ultimaker3/um3_aa0.25_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_PLA_Normal_Quality.inst.cfg index 063d8acd7c..3a66f71ef9 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_PLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = AA 0.25 +weight = 0 [values] brim_width = 8 @@ -30,3 +30,4 @@ top_bottom_thickness = 0.72 travel_avoid_distance = 0.4 wall_0_inset = 0.015 wall_0_wipe_dist = 0.25 + diff --git a/resources/quality/ultimaker3/um3_aa0.25_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_PP_Normal_Quality.inst.cfg index 9a30ad71bd..24f86ab617 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_PP_Normal_Quality.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fine - Experimental definition = ultimaker3 +name = Fine - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = AA 0.25 -is_experimental = True +weight = 0 [values] brim_width = 10 @@ -44,3 +44,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.25_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_TPLA_Normal_Quality.inst.cfg index 667123dd52..4b179fa8e1 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_TPLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tough_pla variant = AA 0.25 +weight = 0 [values] brim_width = 8 @@ -29,3 +29,4 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 30) top_bottom_thickness = 0.72 wall_0_inset = 0.015 wall_0_wipe_dist = 0.25 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_ABS_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_ABS_Draft_Print.inst.cfg index 747f2b3567..624c43a868 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_ABS_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_ABS_Draft_Print.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = AA 0.4 +weight = -2 [values] machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 10 prime_tower_enable = False skin_overlap = 20 speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) + diff --git a/resources/quality/ultimaker3/um3_aa0.4_ABS_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_ABS_Fast_Print.inst.cfg index 8361839ecb..17c22a389e 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_ABS_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_ABS_Fast_Print.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_abs variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 5 prime_tower_enable = False speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker3/um3_aa0.4_ABS_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_ABS_High_Quality.inst.cfg index 522ae7a37a..28c9827383 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_ABS_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_ABS_High_Quality.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker3 +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = AA 0.4 +weight = 1 [values] cool_min_speed = 12 machine_nozzle_cool_down_speed = 0.8 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature - 5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature - 5 prime_tower_enable = False speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) + diff --git a/resources/quality/ultimaker3/um3_aa0.4_ABS_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_ABS_Normal_Quality.inst.cfg index 9ec2372730..3f8b59fc39 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_ABS_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_ABS_Normal_Quality.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = AA 0.4 +weight = 0 [values] machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 prime_tower_enable = False speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg index 6dcc71dd4a..c0d5c16708 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_bam +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_bam variant = AA 0.4 +weight = -2 [values] brim_replaces_support = False @@ -17,16 +17,16 @@ cool_fan_speed_max = =cool_fan_speed machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature + 5 -# prime_tower_enable: see CURA-4248 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 skin_overlap = 20 speed_topbottom = =math.ceil(speed_print * 35 / 70) speed_wall = =math.ceil(speed_print * 50 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 50) -top_bottom_thickness = 1 -support_brim_enable = True -support_interface_enable = True -support_interface_density = =min(extruderValues('material_surface_energy')) -support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height support_angle = 45 +support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_brim_enable = True +support_interface_density = =min(extruderValues('material_surface_energy')) +support_interface_enable = True +support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg index 4267cb7eab..0f02db1240 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg @@ -1,32 +1,32 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_bam +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_bam variant = AA 0.4 +weight = -1 [values] -support_infill_sparse_thickness = =2*layer_height brim_replaces_support = False cool_fan_speed_max = =cool_fan_speed machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 -# prime_tower_enable: see CURA-4248 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 speed_print = 80 speed_topbottom = =math.ceil(speed_print * 30 / 80) speed_wall = =math.ceil(speed_print * 40 / 80) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -top_bottom_thickness = 1 -support_brim_enable = True -support_interface_enable = True -support_interface_density = =min(extruderValues('material_surface_energy')) -support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height -support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height support_angle = 45 +support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_brim_enable = True +support_infill_sparse_thickness = =2*layer_height +support_interface_density = =min(extruderValues('material_surface_energy')) +support_interface_enable = True +support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height +top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg index ac99f45ed2..3730f4896e 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg @@ -1,18 +1,17 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_bam +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_bam variant = AA 0.4 +weight = 0 [values] -support_infill_sparse_thickness = =2*layer_height brim_replaces_support = False cool_fan_speed_max = =cool_fan_speed cool_min_speed = 7 @@ -20,10 +19,12 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 skin_overlap = 10 -support_brim_enable = True -support_interface_enable = True -support_interface_density = =min(extruderValues('material_surface_energy')) -support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height -support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height support_angle = 45 +support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_brim_enable = True +support_infill_sparse_thickness = =2*layer_height +support_interface_density = =min(extruderValues('material_surface_energy')) +support_interface_enable = True +support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Draft_Print.inst.cfg index 2b3acb9b00..803198ad40 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe_plus variant = AA 0.4 +weight = -2 [values] cool_fan_speed_max = 80 @@ -36,3 +36,4 @@ speed_wall = =math.ceil(speed_print * 50 / 50) speed_wall_0 = =math.ceil(speed_wall * 40 / 50) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Fast_Print.inst.cfg index 05cc9f63ba..d815b74c8a 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_cpe_plus +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe_plus variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = 80 @@ -36,3 +36,4 @@ speed_wall = =math.ceil(speed_print * 45 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPEP_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPEP_High_Quality.inst.cfg index 1a7b681d54..b8ad5cc5ae 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPEP_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPEP_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker3 +name = Extra Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe_plus variant = AA 0.4 +weight = 1 [values] cool_fan_speed_max = 50 @@ -38,3 +38,4 @@ speed_wall = =math.ceil(speed_print * 35 / 40) speed_wall_0 = =math.ceil(speed_wall * 30 / 35) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Normal_Quality.inst.cfg index c44ecbffe4..678f025daa 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe_plus variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = 50 @@ -37,3 +37,4 @@ speed_wall = =math.ceil(speed_print * 35 / 40) speed_wall_0 = =math.ceil(speed_wall * 30 / 35) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPE_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPE_Draft_Print.inst.cfg index 0cda32b1f5..9a12fe7b66 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPE_Draft_Print.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe variant = AA 0.4 +weight = -2 [values] -material_print_temperature = =default_material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 10 skin_overlap = 20 speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) + diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPE_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPE_Fast_Print.inst.cfg index 348a7d3510..3ed0013d2c 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPE_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPE_Fast_Print.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_cpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 -material_print_temperature = =default_material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 5 speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPE_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPE_High_Quality.inst.cfg index a83d597f8d..87cc2a36e1 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPE_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPE_High_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker3 +name = Extra Fine +version = 4 [metadata] +material = generic_cpe +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe variant = AA 0.4 +weight = 1 [values] cool_min_speed = 12 machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature - 5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature - 5 speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) + diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPE_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPE_Normal_Quality.inst.cfg index 7c1d03f592..0a00769674 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPE_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPE_Normal_Quality.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = AA 0.4 +weight = 0 [values] machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker3/um3_aa0.4_Nylon_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_Nylon_Draft_Print.inst.cfg index af122af470..19eb056ebb 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_Nylon_Draft_Print.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_nylon variant = AA 0.4 +weight = -2 [values] adhesion_type = brim cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -material_print_temperature = =default_material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 10 ooze_shield_angle = 40 raft_airgap = 0.25 skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_Nylon_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_Nylon_Fast_Print.inst.cfg index 74087e7b13..590aee330e 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_Nylon_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_Nylon_Fast_Print.inst.cfg @@ -1,26 +1,27 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_nylon variant = AA 0.4 +weight = -1 [values] adhesion_type = brim cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 -material_print_temperature = =default_material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature + 5 ooze_shield_angle = 40 raft_airgap = 0.25 skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_Nylon_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_Nylon_High_Quality.inst.cfg index 6b081c5bd7..673efb37ca 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_Nylon_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_Nylon_High_Quality.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker3 +name = Extra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = AA 0.4 +weight = 1 [values] adhesion_type = brim cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 15 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 ooze_shield_angle = 40 raft_airgap = 0.25 skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_Nylon_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_Nylon_Normal_Quality.inst.cfg index ef63c3afe0..5479c59155 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_Nylon_Normal_Quality.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = AA 0.4 +weight = 0 [values] adhesion_type = brim cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 12 -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 ooze_shield_angle = 40 raft_airgap = 0.25 skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PC_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PC_Draft_Print.inst.cfg index 81812e7ea2..d74e1c1764 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PC_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PC_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pc variant = AA 0.4 +weight = -2 [values] adhesion_type = raft @@ -17,7 +17,6 @@ brim_width = 20 cool_fan_speed_max = 90 cool_min_layer_time_fan_speed_max = 5 cool_min_speed = 6 - infill_overlap = 0 infill_overlap_mm = =0 if infill_sparse_density > 80 else 0.05 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -49,3 +48,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PC_Fast_Print.inst.cfg index 8a0a874aff..bb8eb1e7b2 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PC_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pc variant = AA 0.4 +weight = -1 [values] adhesion_type = raft @@ -47,3 +47,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PC_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PC_High_Quality.inst.cfg index 81707cdc26..17b7a1d706 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PC_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PC_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker3 +name = Extra Fine +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = AA 0.4 +weight = 1 [values] adhesion_type = raft @@ -17,7 +17,6 @@ brim_width = 20 cool_fan_speed_max = 50 cool_min_layer_time_fan_speed_max = 5 cool_min_speed = 8 - infill_overlap = 0 infill_overlap_mm = =0 if infill_sparse_density > 80 else 0.05 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -49,3 +48,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PC_Normal_Quality.inst.cfg index 67a45c439f..6a33a444f8 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PC_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = AA 0.4 +weight = 0 [values] adhesion_type = raft @@ -17,7 +17,6 @@ brim_width = 20 cool_fan_speed_max = 50 cool_min_layer_time_fan_speed_max = 5 cool_min_speed = 5 - infill_overlap = 0 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' infill_wipe_dist = 0.1 @@ -46,3 +45,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PETG_Draft_Print.inst.cfg index 398f4be2a0..0eda31a404 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PETG_Draft_Print.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = AA 0.4 +weight = -2 [values] -material_print_temperature = =default_material_print_temperature + 5 -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature - 5 +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature + 5 +retraction_combing = all skin_overlap = 20 speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) -retraction_combing = all + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PETG_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PETG_Fast_Print.inst.cfg index 292389472c..693e97ebc0 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PETG_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PETG_Fast_Print.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_petg variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 -material_print_temperature = =default_material_print_temperature -material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature = =default_material_print_temperature +retraction_combing = all +speed_infill = =math.ceil(speed_print * 50 / 60) speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -speed_infill = =math.ceil(speed_print * 50 / 60) -retraction_combing = all + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PETG_Normal_Quality.inst.cfg index 69bff08818..20af1130c7 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PETG_Normal_Quality.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = AA 0.4 +weight = 0 [values] machine_nozzle_cool_down_speed = 0.85 machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature - 5 -material_initial_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 15 +material_initial_print_temperature = =material_print_temperature - 10 +material_print_temperature = =default_material_print_temperature - 5 +retraction_combing = all +speed_infill = =math.ceil(speed_print * 45 / 55) speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) -speed_infill = =math.ceil(speed_print * 45 / 55) -retraction_combing = all + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PLA_Draft_Print.inst.cfg index 707a7fa097..af2805a5fb 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = AA 0.4 +weight = -2 [values] cool_fan_speed_max = =cool_fan_speed @@ -22,3 +22,4 @@ speed_topbottom = =math.ceil(speed_print * 40 / 70) speed_wall = =math.ceil(speed_print * 55 / 70) speed_wall_0 = =math.ceil(speed_wall * 45 / 50) top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PLA_Fast_Print.inst.cfg index 972963a1a1..1b66447ba9 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PLA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = =cool_fan_speed @@ -21,3 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 80) speed_wall = =math.ceil(speed_print * 40 / 80) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PLA_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PLA_High_Quality.inst.cfg index 458915a78d..e74f1fd0e8 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PLA_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker3 +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = AA 0.4 +weight = 1 [values] cool_fan_speed_max = =cool_fan_speed @@ -23,3 +23,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 30 / 60) top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PLA_Normal_Quality.inst.cfg index e22c5ee79e..e1c1b61130 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = =cool_fan_speed @@ -19,3 +19,4 @@ machine_nozzle_heat_up_speed = 1.6 prime_tower_enable = False skin_overlap = 10 top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PP_Draft_Print.inst.cfg index a2e6e5e86a..dd923d0711 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = AA 0.4 +weight = -2 [values] brim_width = 20 @@ -17,7 +17,6 @@ cool_fan_speed_max = 100 cool_min_layer_time = 7 cool_min_layer_time_fan_speed_max = 7 cool_min_speed = 2.5 - infill_overlap = 0 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral' infill_wipe_dist = 0.1 @@ -49,3 +48,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PP_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PP_Fast_Print.inst.cfg index bec4a32c6d..bf095428bb 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PP_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_pp +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pp variant = AA 0.4 +weight = -1 [values] brim_width = 20 @@ -17,7 +17,6 @@ cool_fan_speed_max = 100 cool_min_layer_time = 7 cool_min_layer_time_fan_speed_max = 7 cool_min_speed = 2.5 - infill_overlap = 0 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral' infill_wipe_dist = 0.1 @@ -49,3 +48,4 @@ switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1.1 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PP_Normal_Quality.inst.cfg index f665bad106..828f9701e0 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PP_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = AA 0.4 +weight = 0 [values] brim_width = 20 @@ -17,7 +17,6 @@ cool_fan_speed_max = 100 cool_min_layer_time = 7 cool_min_layer_time_fan_speed_max = 7 cool_min_speed = 2.5 - infill_overlap = 0 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral' infill_wipe_dist = 0.1 @@ -48,3 +47,4 @@ switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPLA_Draft_Print.inst.cfg index 8edb6d184b..ce45fa5825 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tough_pla variant = AA 0.4 +weight = -2 [values] cool_fan_speed_max = =cool_fan_speed @@ -25,3 +25,4 @@ speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 36 / 50) speed_wall_0 = =math.ceil(speed_print * 26 / 50) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPLA_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPLA_Fast_Print.inst.cfg index 1dcd7de37d..ec649ef965 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPLA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_tough_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tough_pla variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = =cool_fan_speed @@ -22,3 +22,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPLA_Normal_Quality.inst.cfg index 226568fc85..e4b25dd1b7 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tough_pla variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = =cool_fan_speed @@ -24,3 +24,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg index a155163995..74efb5fddf 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tpu variant = AA 0.4 +weight = -2 [values] brim_width = 8.75 @@ -17,7 +17,6 @@ cool_fan_speed_max = 100 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 4 gradual_infill_step_height = =5 * layer_height - infill_overlap = 0 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d' infill_sparse_density = 10 @@ -52,3 +51,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg index 3adf9b510c..d42521e136 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_tpu +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tpu variant = AA 0.4 +weight = -1 [values] brim_width = 8.75 @@ -17,7 +17,6 @@ cool_fan_speed_max = 100 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 4 gradual_infill_step_height = =5 * layer_height - infill_overlap = 0 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d' infill_sparse_density = 10 @@ -53,3 +52,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg index e4ec049a25..1209f7877c 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tpu variant = AA 0.4 +weight = 0 [values] brim_width = 8.75 @@ -17,7 +17,6 @@ cool_fan_speed_max = 100 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 4 gradual_infill_step_height = =5 * layer_height - infill_overlap = 0 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d' infill_sparse_density = 10 @@ -50,3 +49,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_ABS_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_ABS_Draft_Print.inst.cfg index af0ac8c663..5a678b88fb 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_ABS_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_ABS_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = AA 0.8 +weight = -2 [values] material_print_temperature = =default_material_print_temperature + 25 @@ -17,3 +17,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_ABS_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_ABS_Superdraft_Print.inst.cfg index f28d24c04c..30baf623bf 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_ABS_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_ABS_Superdraft_Print.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_abs variant = AA 0.8 +weight = -4 [values] layer_height = 0.4 material_print_temperature = =default_material_print_temperature + 30 +speed_infill = =math.ceil(speed_print * 37 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 37 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -speed_infill = =math.ceil(speed_print * 37 / 50) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_ABS_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_ABS_Verydraft_Print.inst.cfg index 8ee24fed22..18660eb7a9 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_ABS_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_ABS_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_abs variant = AA 0.8 +weight = -3 [values] layer_height = 0.3 @@ -18,3 +18,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_CPEP_Fast_Print.inst.cfg index 5af95b2969..cb99b9e80c 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_CPEP_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast - Experimental definition = ultimaker3 +name = Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe_plus variant = AA 0.8 -is_experimental = True +weight = -2 [values] brim_width = 14 @@ -27,3 +27,4 @@ speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_z_distance = =layer_height top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_CPEP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_CPEP_Superdraft_Print.inst.cfg index ef7eaf4120..c3bd18059d 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_CPEP_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_CPEP_Superdraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Sprint - Experimental definition = ultimaker3 +name = Sprint - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_cpe_plus +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_cpe_plus variant = AA 0.8 -is_experimental = True +weight = -4 [values] brim_width = 14 @@ -22,10 +22,11 @@ prime_tower_enable = True retraction_hop = 0.1 retraction_hop_enabled = False skin_overlap = 0 +speed_infill = =math.ceil(speed_print * 40 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 35 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 35 / 40) -speed_infill = =math.ceil(speed_print * 40 / 50) support_z_distance = =layer_height top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_CPEP_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_CPEP_Verydraft_Print.inst.cfg index d6bd7b5e23..142cdb865f 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_CPEP_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_CPEP_Verydraft_Print.inst.cfg @@ -1,20 +1,19 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker3 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_cpe_plus +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_cpe_plus variant = AA 0.8 -is_experimental = True +weight = -3 [values] brim_width = 14 - layer_height = 0.3 machine_nozzle_cool_down_speed = 0.9 machine_nozzle_heat_up_speed = 1.4 @@ -29,3 +28,4 @@ speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_z_distance = =layer_height top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_CPE_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_CPE_Draft_Print.inst.cfg index cd77fa7a1b..eaef1adadb 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_CPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_CPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe variant = AA 0.8 +weight = -2 [values] brim_width = 15 @@ -18,3 +18,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_CPE_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_CPE_Superdraft_Print.inst.cfg index 3758ea96f7..08278228d1 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_CPE_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_CPE_Superdraft_Print.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_cpe +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_cpe variant = AA 0.8 +weight = -4 [values] brim_width = 15 layer_height = 0.4 material_print_temperature = =default_material_print_temperature + 20 prime_tower_enable = True +speed_infill = =math.ceil(speed_print * 33 / 45) speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 33 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -speed_infill = =math.ceil(speed_print * 33 / 45) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_CPE_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_CPE_Verydraft_Print.inst.cfg index 9061c25db4..f2bab4227f 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_CPE_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_CPE_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_cpe +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_cpe variant = AA 0.8 +weight = -3 [values] brim_width = 15 @@ -19,3 +19,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_Nylon_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_Nylon_Draft_Print.inst.cfg index a171427548..e2455db667 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_Nylon_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_nylon variant = AA 0.8 +weight = -2 [values] brim_width = 5.6 @@ -24,3 +24,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_Nylon_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_Nylon_Superdraft_Print.inst.cfg index e80a6c73fd..ee541bebe6 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_Nylon_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_Nylon_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_nylon variant = AA 0.8 +weight = -4 [values] brim_width = 5.6 @@ -25,3 +25,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_Nylon_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_Nylon_Verydraft_Print.inst.cfg index a2ca3a769f..3393c6fe87 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_Nylon_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_Nylon_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_nylon variant = AA 0.8 +weight = -3 [values] brim_width = 5.6 @@ -25,3 +25,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PC_Fast_Print.inst.cfg index 3f9aa0989c..33bf4180b4 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PC_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast - Experimental definition = ultimaker3 +name = Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pc variant = AA 0.8 -is_experimental = True +weight = -2 [values] brim_width = 14 @@ -21,3 +21,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PC_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PC_Superdraft_Print.inst.cfg index de4767cdfb..098056d4c2 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PC_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PC_Superdraft_Print.inst.cfg @@ -1,25 +1,25 @@ [general] -version = 4 -name = Sprint - Experimental definition = ultimaker3 +name = Sprint - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pc variant = AA 0.8 -is_experimental = True +weight = -4 [values] brim_width = 14 - layer_height = 0.4 raft_airgap = 0.5 skin_overlap = 0 +speed_infill = =math.ceil(speed_print * 37 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 37 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -speed_infill = =math.ceil(speed_print * 37 / 50) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PC_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PC_Verydraft_Print.inst.cfg index 5042e8eed3..328a8963ce 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PC_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PC_Verydraft_Print.inst.cfg @@ -1,20 +1,19 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker3 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pc variant = AA 0.8 -is_experimental = True +weight = -3 [values] brim_width = 14 - layer_height = 0.3 material_print_temperature = =default_material_print_temperature - 2 raft_airgap = 0.5 @@ -23,3 +22,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PETG_Draft_Print.inst.cfg index caa2516bb4..c7383caf78 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PETG_Draft_Print.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = AA 0.8 +weight = -2 [values] brim_width = 7 material_print_temperature = =default_material_print_temperature - 5 prime_tower_enable = True +retraction_combing = all speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) -retraction_combing = all + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PETG_Superdraft_Print.inst.cfg index c36030f0f6..b4d46adf25 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PETG_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PETG_Superdraft_Print.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_petg variant = AA 0.8 +weight = -4 [values] brim_width = 7 layer_height = 0.4 material_print_temperature = =default_material_print_temperature - 5 prime_tower_enable = True +retraction_combing = all +speed_infill = =math.ceil(speed_print * 33 / 45) speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 33 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -speed_infill = =math.ceil(speed_print * 33 / 45) -retraction_combing = all + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PETG_Verydraft_Print.inst.cfg index 0dbd21ea00..5c90d97da6 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PETG_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PETG_Verydraft_Print.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_petg variant = AA 0.8 +weight = -3 [values] brim_width = 7 layer_height = 0.3 material_print_temperature = =default_material_print_temperature - 5 prime_tower_enable = True +retraction_combing = all speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) -retraction_combing = all + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg index 2ae8ebc003..b55de20d03 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = AA 0.8 +weight = -2 [values] cool_fan_speed_max = =100 @@ -25,7 +25,8 @@ prime_tower_enable = True speed_print = 45 speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg index 712658ed00..8bde58257f 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pla variant = AA 0.8 +weight = -4 [values] cool_fan_speed_max = =100 @@ -23,11 +23,12 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 15 prime_tower_enable = True +speed_infill = =math.ceil(speed_print * 35 / 45) speed_print = 45 speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 35 / 45) -speed_wall_x = =speed_wall speed_wall_0 = =math.ceil(speed_wall * 35 / 40) -speed_infill = =math.ceil(speed_print * 35 / 45) +speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg index 558f365e9f..3ff54d4173 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pla variant = AA 0.8 +weight = -3 [values] cool_fan_speed_max = =100 @@ -26,7 +26,8 @@ prime_tower_enable = True speed_print = 45 speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) -speed_wall_x = =speed_wall speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PP_Draft_Print.inst.cfg index f55ca31b1e..be1ca9b03f 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PP_Draft_Print.inst.cfg @@ -1,21 +1,20 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = AA 0.8 +weight = -2 [values] brim_width = 25 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 17 -top_skin_expand_distance = =line_width * 2 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral' material_print_temperature = =default_material_print_temperature - 2 multiple_mesh_overlap = 0.2 @@ -33,4 +32,6 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 +top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg index 71d6d72525..4d3ca3987b 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg @@ -1,21 +1,20 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_pp +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pp variant = AA 0.8 +weight = -4 [values] brim_width = 25 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 17 -top_skin_expand_distance = =line_width * 2 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral' material_print_temperature = =default_material_print_temperature + 2 multiple_mesh_overlap = 0.2 @@ -27,11 +26,13 @@ retraction_extra_prime_amount = 0.5 retraction_hop = 0.5 retraction_min_travel = 1.5 retraction_prime_speed = 15 +speed_infill = =math.ceil(speed_wall * 30 / 30) speed_travel = 300 speed_wall_x = =math.ceil(speed_wall * 30 / 30) -speed_infill = =math.ceil(speed_wall * 30 / 30) switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 +top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_PP_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PP_Verydraft_Print.inst.cfg index 7bfa548002..5891b233f5 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PP_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PP_Verydraft_Print.inst.cfg @@ -1,21 +1,20 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_pp +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pp variant = AA 0.8 +weight = -3 [values] brim_width = 25 cool_min_layer_time_fan_speed_max = 6 cool_min_speed = 17 -top_skin_expand_distance = =line_width * 2 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral' layer_height = 0.3 multiple_mesh_overlap = 0.2 @@ -33,4 +32,6 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 +top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_TPLA_Draft_Print.inst.cfg index 29ec865027..fe1ae6236f 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_TPLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tough_pla variant = AA 0.8 +weight = -2 [values] cool_fan_speed_max = =100 @@ -25,3 +25,4 @@ prime_tower_enable = False speed_print = 45 support_angle = 70 top_bottom_thickness = =layer_height * 6 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_TPLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_TPLA_Superdraft_Print.inst.cfg index 15da6a27a0..fc6e75f3e6 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_TPLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_TPLA_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_tough_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_tough_pla variant = AA 0.8 +weight = -4 [values] cool_fan_speed_max = =100 @@ -29,3 +29,4 @@ speed_wall = =math.ceil(speed_print * 25/ 30) speed_wall_0 = =math.ceil(speed_print * 20 / 30) support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_TPLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_TPLA_Verydraft_Print.inst.cfg index 4b874d5e25..8e7e29f329 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_TPLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_TPLA_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tough_pla variant = AA 0.8 +weight = -3 [values] cool_fan_speed_max = =100 @@ -28,3 +28,4 @@ speed_wall = =math.ceil(speed_print * 25/ 35) speed_wall_0 = =math.ceil(speed_print * 20 / 35) support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_TPU_Draft_Print.inst.cfg index 6d93e867f2..1e8ab8909e 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_TPU_Draft_Print.inst.cfg @@ -1,20 +1,19 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tpu variant = AA 0.8 +weight = -2 [values] brim_width = 8.75 cool_min_layer_time_fan_speed_max = 6 -top_skin_expand_distance = =line_width * 2 gradual_infill_step_height = =4 * layer_height infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d' infill_sparse_density = 15 @@ -43,5 +42,7 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 +top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_TPU_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_TPU_Superdraft_Print.inst.cfg index f3e59695c8..f97a8fc9eb 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_TPU_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_TPU_Superdraft_Print.inst.cfg @@ -1,20 +1,19 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_tpu +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_tpu variant = AA 0.8 +weight = -4 [values] brim_width = 8.75 cool_min_layer_time_fan_speed_max = 6 -top_skin_expand_distance = =line_width * 2 gradual_infill_step_height = =4 * layer_height infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d' infill_sparse_density = 15 @@ -34,16 +33,18 @@ retraction_hop = 1.5 retraction_hop_only_when_collides = False retraction_min_travel = =line_width * 2 retraction_prime_speed = 15 +speed_infill = =speed_print speed_print = 30 speed_topbottom = =math.ceil(speed_print * 20 / 30) speed_travel = 300 speed_wall = =speed_print speed_wall_x = =speed_print -speed_infill = =speed_print support_angle = 50 switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 +top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker3/um3_aa0.8_TPU_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_TPU_Verydraft_Print.inst.cfg index c1c2246884..bde52f06e7 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_TPU_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_TPU_Verydraft_Print.inst.cfg @@ -1,20 +1,19 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_tpu +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tpu variant = AA 0.8 +weight = -3 [values] brim_width = 8.75 cool_min_layer_time_fan_speed_max = 6 -top_skin_expand_distance = =line_width * 2 gradual_infill_step_height = =4 * layer_height infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d' infill_sparse_density = 15 @@ -43,5 +42,7 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 +top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg index d04b46e2d6..db96413367 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg @@ -1,24 +1,25 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pva variant = BB 0.4 +weight = -2 [values] brim_replaces_support = False +cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) material_print_temperature = =default_material_print_temperature + 10 prime_tower_enable = False retraction_count_max = 5 skin_overlap = 20 +skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) support_brim_enable = True support_interface_enable = True -skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) support_use_towers = True + diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg index e3d7255d36..3e6a4d56b7 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg @@ -1,25 +1,26 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +material = generic_pva +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pva variant = BB 0.4 +weight = -1 [values] -support_infill_sparse_thickness = =2*layer_height brim_replaces_support = False +cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) material_print_temperature = =default_material_print_temperature + 5 prime_tower_enable = False retraction_count_max = 5 skin_overlap = 15 -support_brim_enable = True -support_interface_enable = True skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) +support_brim_enable = True +support_infill_sparse_thickness = =2*layer_height +support_interface_enable = True support_use_towers = True + diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg index e68bf36fc8..bbbf968a90 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker3 +name = Extra Fine +version = 4 [metadata] +material = generic_pva +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pva variant = BB 0.4 +weight = 1 [values] -support_infill_sparse_thickness = =3*layer_height brim_replaces_support = False +cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) prime_tower_enable = False retraction_count_max = 5 -support_brim_enable = True -support_interface_enable = True skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) +support_brim_enable = True +support_infill_sparse_thickness = =3*layer_height +support_interface_enable = True support_use_towers = True + diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg index e96a8afcfb..bf2ad329a0 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg @@ -1,23 +1,24 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +material = generic_pva +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pva variant = BB 0.4 +weight = 0 [values] -support_infill_sparse_thickness = =2*layer_height brim_replaces_support = False +cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) prime_tower_enable = False retraction_count_max = 5 -support_brim_enable = True -support_interface_enable = True skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) +support_brim_enable = True +support_infill_sparse_thickness = =2*layer_height +support_interface_enable = True support_use_towers = True + diff --git a/resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg index 21cce522c3..cd9e5b6472 100644 --- a/resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg @@ -1,22 +1,23 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +material = generic_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pva variant = BB 0.8 +weight = -2 [values] brim_replaces_support = False +cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) material_print_temperature = =default_material_print_temperature + 5 retraction_count_max = 5 +skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) support_brim_enable = True support_interface_enable = True -skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) support_use_towers = True + diff --git a/resources/quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg index fba29334a2..2765233a1d 100644 --- a/resources/quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +material = generic_pva +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pva variant = BB 0.8 +weight = -4 [values] brim_replaces_support = False +cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 +skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) support_brim_enable = True support_interface_enable = True -skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) support_use_towers = True + diff --git a/resources/quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg index 606515e129..9ad4b814b7 100644 --- a/resources/quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg @@ -1,21 +1,22 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +material = generic_pva +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pva variant = BB 0.8 +weight = -3 [values] brim_replaces_support = False +cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 +skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) support_brim_enable = True support_interface_enable = True -skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) support_use_towers = True + diff --git a/resources/quality/ultimaker3/um3_global_Draft_Quality.inst.cfg b/resources/quality/ultimaker3/um3_global_Draft_Quality.inst.cfg index d0a429231c..3a4a80ad83 100644 --- a/resources/quality/ultimaker3/um3_global_Draft_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_global_Draft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker3 +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/ultimaker3/um3_global_Fast_Quality.inst.cfg b/resources/quality/ultimaker3/um3_global_Fast_Quality.inst.cfg index 048708b0d1..a5132046ff 100644 --- a/resources/quality/ultimaker3/um3_global_Fast_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_global_Fast_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker3 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] -layer_height = 0.15 \ No newline at end of file +layer_height = 0.15 + diff --git a/resources/quality/ultimaker3/um3_global_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_global_High_Quality.inst.cfg index a67d97a78e..341224def3 100644 --- a/resources/quality/ultimaker3/um3_global_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker3 +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] -layer_height = 0.06 \ No newline at end of file +layer_height = 0.06 + diff --git a/resources/quality/ultimaker3/um3_global_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_global_Normal_Quality.inst.cfg index 4a68719014..f03d53a43c 100644 --- a/resources/quality/ultimaker3/um3_global_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker3 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/ultimaker3/um3_global_Superdraft_Quality.inst.cfg b/resources/quality/ultimaker3/um3_global_Superdraft_Quality.inst.cfg index 0fb3a6e514..1eae3b4d61 100644 --- a/resources/quality/ultimaker3/um3_global_Superdraft_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_global_Superdraft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker3 +name = Sprint +version = 4 [metadata] +global_quality = True +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -4 -global_quality = True [values] layer_height = 0.4 + diff --git a/resources/quality/ultimaker3/um3_global_Verydraft_Quality.inst.cfg b/resources/quality/ultimaker3/um3_global_Verydraft_Quality.inst.cfg index 4d0613d444..369b67741a 100644 --- a/resources/quality/ultimaker3/um3_global_Verydraft_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_global_Verydraft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker3 +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/ultimaker_original/umo_global_Coarse_Quality.inst.cfg b/resources/quality/ultimaker_original/umo_global_Coarse_Quality.inst.cfg index 1d845be30d..dbd2f02ce4 100644 --- a/resources/quality/ultimaker_original/umo_global_Coarse_Quality.inst.cfg +++ b/resources/quality/ultimaker_original/umo_global_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Coarse Quality definition = ultimaker_original +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] layer_height = 0.4 + diff --git a/resources/quality/ultimaker_original/umo_global_Draft_Quality.inst.cfg b/resources/quality/ultimaker_original/umo_global_Draft_Quality.inst.cfg index aab6bf55a9..70861c74e8 100644 --- a/resources/quality/ultimaker_original/umo_global_Draft_Quality.inst.cfg +++ b/resources/quality/ultimaker_original/umo_global_Draft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = ultimaker_original +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/ultimaker_original/umo_global_Extra_Coarse_Quality.inst.cfg b/resources/quality/ultimaker_original/umo_global_Extra_Coarse_Quality.inst.cfg index 4ea763039b..b59780eb48 100644 --- a/resources/quality/ultimaker_original/umo_global_Extra_Coarse_Quality.inst.cfg +++ b/resources/quality/ultimaker_original/umo_global_Extra_Coarse_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Coarse Quality definition = ultimaker_original +name = Extra Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = -4 -global_quality = True [values] layer_height = 0.6 + diff --git a/resources/quality/ultimaker_original/umo_global_Fast_Quality.inst.cfg b/resources/quality/ultimaker_original/umo_global_Fast_Quality.inst.cfg index 2c182407e6..675b7e15b1 100644 --- a/resources/quality/ultimaker_original/umo_global_Fast_Quality.inst.cfg +++ b/resources/quality/ultimaker_original/umo_global_Fast_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_original +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/ultimaker_original/umo_global_High_Quality.inst.cfg b/resources/quality/ultimaker_original/umo_global_High_Quality.inst.cfg index b3cce73f97..bddbd84331 100644 --- a/resources/quality/ultimaker_original/umo_global_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_original/umo_global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_original +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 + diff --git a/resources/quality/ultimaker_original/umo_global_Normal_Quality.inst.cfg b/resources/quality/ultimaker_original/umo_global_Normal_Quality.inst.cfg index db21b37b30..69caa49846 100644 --- a/resources/quality/ultimaker_original/umo_global_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_original/umo_global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_original +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_ABS_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_ABS_Normal_Quality.inst.cfg index a45773f596..817d40c68b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_ABS_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_ABS_Normal_Quality.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = AA 0.25 +weight = 0 [values] cool_fan_speed = 40 infill_overlap = =0 if infill_sparse_density > 80 else 15 material_final_print_temperature = =material_print_temperature - 5 speed_topbottom = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_CPE_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_CPE_Normal_Quality.inst.cfg index 2c7b1f63f3..4bb8b938a9 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_CPE_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_CPE_Normal_Quality.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = AA 0.25 +weight = 0 [values] speed_infill = =math.ceil(speed_print * 40 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_Nylon_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_Nylon_Normal_Quality.inst.cfg index 91c3f81eea..a48823d701 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_Nylon_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = AA 0.25 +weight = 0 [values] cool_min_layer_time_fan_speed_max = 20 @@ -26,3 +26,4 @@ speed_wall = =math.ceil(speed_print * 30 / 70) switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_PC_Normal_Quality.inst.cfg index 1a8fc2da7f..af6c22f380 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_PC_Normal_Quality.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fine - Experimental definition = ultimaker_s3 +name = Fine - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = AA 0.25 -is_experimental = True +weight = 0 [values] brim_width = 20 @@ -38,3 +38,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg index 45afd4501a..743bc71e4b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = AA 0.25 +weight = 0 [values] material_print_temperature = =default_material_print_temperature - 5 speed_infill = =math.ceil(speed_print * 40 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg index 0ee56dc531..79fbd5fb3f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = AA 0.25 +weight = 0 [values] brim_width = 8 @@ -30,3 +30,4 @@ top_bottom_thickness = 0.72 travel_avoid_distance = 0.4 wall_0_inset = 0.015 wall_0_wipe_dist = 0.25 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_PP_Normal_Quality.inst.cfg index 7cb833c4fb..1d31bc4d02 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_PP_Normal_Quality.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fine - Experimental definition = ultimaker_s3 +name = Fine - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = AA 0.25 -is_experimental = True +weight = 0 [values] brim_width = 10 @@ -43,3 +43,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg index 151d5a8a74..07abaf27d2 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tough_pla variant = AA 0.25 +weight = 0 [values] brim_width = 8 @@ -29,3 +29,4 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 30) top_bottom_thickness = 0.72 wall_0_inset = 0.015 wall_0_wipe_dist = 0.25 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print.inst.cfg index 2e93a0254a..f42461bc5d 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = AA 0.4 +weight = -2 [values] machine_nozzle_cool_down_speed = 0.85 @@ -25,3 +25,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print.inst.cfg index 1c59a448ac..64ad2fe16d 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_abs variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 @@ -25,3 +25,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_High_Quality.inst.cfg index fcf6269d9f..c1fea9c2ec 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = AA 0.4 +weight = 1 [values] cool_min_speed = 12 @@ -24,3 +24,4 @@ speed_infill = =math.ceil(speed_print * 40 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality.inst.cfg index d112a72d0b..67d858a39c 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = AA 0.4 +weight = 0 [values] machine_nozzle_cool_down_speed = 0.85 @@ -23,3 +23,4 @@ speed_infill = =math.ceil(speed_print * 40 / 55) speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg index 7bbb926874..54ced73b77 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_bam +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_bam variant = AA 0.4 +weight = -2 [values] brim_replaces_support = False @@ -29,3 +29,4 @@ support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Fast_Print.inst.cfg index 2d933bcabe..c5ef1145c6 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_bam +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_bam variant = AA 0.4 +weight = -1 [values] brim_replaces_support = False @@ -29,3 +29,4 @@ support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Normal_Quality.inst.cfg index 8b3a0033db..2fb261cfc2 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_bam +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_bam variant = AA 0.4 +weight = 0 [values] brim_replaces_support = False @@ -27,3 +27,4 @@ support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg index 1780774511..8ee0f99a4f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s3 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_bam +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_bam variant = AA 0.4 -is_experimental = True +weight = -3 [values] brim_replaces_support = False @@ -30,3 +30,4 @@ support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = 0.3 top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Draft_Print.inst.cfg index 177290c551..8a9cfee214 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe_plus variant = AA 0.4 +weight = -2 [values] cool_fan_speed_max = 80 @@ -34,3 +34,4 @@ speed_wall = =math.ceil(speed_print * 50 / 50) speed_wall_0 = =math.ceil(speed_wall * 40 / 50) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print.inst.cfg index ebb934c56c..017434db39 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_cpe_plus +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe_plus variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = 80 @@ -34,3 +34,4 @@ speed_wall = =math.ceil(speed_print * 45 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_High_Quality.inst.cfg index 42faffdd88..21fed3c3b3 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe_plus variant = AA 0.4 +weight = 1 [values] cool_fan_speed_max = 50 @@ -36,3 +36,4 @@ speed_wall = =math.ceil(speed_print * 35 / 40) speed_wall_0 = =math.ceil(speed_wall * 30 / 35) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality.inst.cfg index bbbf14001b..9179d8af62 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe_plus variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = 50 @@ -36,3 +36,4 @@ speed_wall = =math.ceil(speed_print * 35 / 40) speed_wall_0 = =math.ceil(speed_wall * 30 / 35) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Draft_Print.inst.cfg index 7a0115080e..aeedff8998 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe variant = AA 0.4 +weight = -2 [values] infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -23,3 +23,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Fast_Print.inst.cfg index 5759d4d710..91ed7ba782 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_cpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 @@ -23,3 +23,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_High_Quality.inst.cfg index df2df7d58f..afd2d38e56 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +material = generic_cpe +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe variant = AA 0.4 +weight = 1 [values] cool_min_speed = 12 @@ -24,3 +24,4 @@ speed_infill = =math.ceil(speed_print * 40 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Normal_Quality.inst.cfg index 5c182298a0..df84db28f8 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPE_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = AA 0.4 +weight = 0 [values] infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -22,3 +22,4 @@ speed_infill = =math.ceil(speed_print * 45 / 55) speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg index ebbb7eeb68..f7f8156ad3 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_nylon variant = AA 0.4 +weight = -2 [values] cool_min_layer_time_fan_speed_max = 20 @@ -24,3 +24,4 @@ skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg index 1bb66377e8..af1202de58 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_nylon variant = AA 0.4 +weight = -1 [values] cool_min_layer_time_fan_speed_max = 20 @@ -24,3 +24,4 @@ skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg index 6f43c2550b..eb10afdb8a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = AA 0.4 +weight = 1 [values] cool_min_layer_time_fan_speed_max = 20 @@ -23,3 +23,4 @@ skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg index 80d4ca4e4a..52f26ae65f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = AA 0.4 +weight = 0 [values] cool_min_layer_time_fan_speed_max = 20 @@ -23,3 +23,4 @@ skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Draft_Print.inst.cfg index fbe76fded3..7f8904cf57 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pc variant = AA 0.4 +weight = -2 [values] brim_width = 20 @@ -44,3 +44,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print.inst.cfg index 1b2b210a85..1161154f07 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pc variant = AA 0.4 +weight = -1 [values] brim_width = 20 @@ -43,3 +43,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_High_Quality.inst.cfg index 7a63a8f58b..501ea8235c 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = AA 0.4 +weight = 1 [values] brim_width = 20 @@ -44,3 +44,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality.inst.cfg index 11fdc84815..d497ff41c8 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = AA 0.4 +weight = 0 [values] brim_width = 20 @@ -42,3 +42,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg index 5630992467..fd890d3314 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = AA 0.4 +weight = -2 [values] infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -22,3 +22,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg index d7a21b7db9..f0ed49dfde 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_petg variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 @@ -22,3 +22,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg index 7dc95765e5..5a42f43c24 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = AA 0.4 +weight = 1 [values] cool_min_speed = 12 @@ -23,3 +23,4 @@ speed_infill = =math.ceil(speed_print * 40 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg index 0d4448d7c5..9d3249ed8d 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = AA 0.4 +weight = 0 [values] infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -22,3 +22,4 @@ speed_infill = =math.ceil(speed_print * 45 / 55) speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg index 0df61743ba..0d7b235ad5 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = AA 0.4 +weight = -2 [values] acceleration_wall = 2000 @@ -27,3 +27,4 @@ speed_topbottom = =math.ceil(speed_print * 40 / 70) speed_wall = =math.ceil(speed_print * 55 / 70) speed_wall_0 = =math.ceil(speed_wall * 45 / 50) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg index 66311afea4..7370ecccb4 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = =cool_fan_speed @@ -23,3 +23,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 70) speed_wall = =math.ceil(speed_print * 45 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 70) top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg index 9dd2c0802a..fd9da71e89 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = AA 0.4 +weight = 1 [values] cool_fan_speed_max = =cool_fan_speed @@ -25,3 +25,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 35 / 50) speed_wall = =math.ceil(speed_print * 35 / 50) top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg index 89f1a107b4..78748eb806 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = =cool_fan_speed @@ -21,3 +21,4 @@ raft_airgap = 0.25 retraction_prime_speed = =retraction_speed skin_overlap = 10 top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg index 6220b0052a..4aca476737 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s3 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pla variant = AA 0.4 -is_experimental = True +weight = -3 [values] acceleration_print = 2000 @@ -31,3 +31,4 @@ speed_print = 50 speed_wall = 50 top_bottom_thickness = 0.9 wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Draft_Print.inst.cfg index fcccbb7822..b6d8dd79d5 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = AA 0.4 +weight = -2 [values] brim_width = 20 @@ -44,3 +44,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Fast_Print.inst.cfg index d3d5fa432d..77a56842e1 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_pp +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pp variant = AA 0.4 +weight = -1 [values] brim_width = 20 @@ -45,3 +45,4 @@ switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1.1 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Normal_Quality.inst.cfg index 75605e851a..0d5b0366f6 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = AA 0.4 +weight = 0 [values] brim_width = 20 @@ -45,3 +45,4 @@ switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg index 685e41e7d5..b67f85ba54 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tough_pla variant = AA 0.4 +weight = -2 [values] cool_fan_speed_max = =cool_fan_speed @@ -26,3 +26,4 @@ speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 36 / 50) speed_wall_0 = =math.ceil(speed_print * 26 / 50) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg index beac1f0e68..60b2039da4 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_tough_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tough_pla variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = =cool_fan_speed @@ -23,3 +23,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg index e019b421f8..e416692c27 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_tough_pla variant = AA 0.4 +weight = 1 [values] cool_fan_speed_max = =cool_fan_speed @@ -25,3 +25,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg index d744f942c8..1b03631e3a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tough_pla variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = =cool_fan_speed @@ -25,3 +25,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg index bd146c9165..cb82b94078 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s3 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_tough_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tough_pla variant = AA 0.4 -is_experimental = True +weight = -3 [values] acceleration_print = 2000 @@ -31,3 +31,4 @@ speed_print = 50 speed_wall = 50 top_bottom_thickness = 1.2 wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Draft_Print.inst.cfg index 82cc41840b..d8217cd241 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tpu variant = AA 0.4 +weight = -2 [values] brim_width = 8.75 @@ -47,3 +47,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Fast_Print.inst.cfg index 92fc4c3996..988514be80 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_tpu +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tpu variant = AA 0.4 +weight = -1 [values] brim_width = 8.75 @@ -47,3 +47,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Normal_Quality.inst.cfg index efb47d8c4b..55046f2294 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tpu variant = AA 0.4 +weight = 0 [values] brim_width = 8.75 @@ -46,3 +46,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Draft_Print.inst.cfg index 7afbea4788..e679ec24db 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = AA 0.8 +weight = -2 [values] material_print_temperature = =default_material_print_temperature + 20 @@ -17,3 +17,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Superdraft_Print.inst.cfg index e473cd6f28..3f2642e390 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_abs variant = AA 0.8 +weight = -4 [values] material_print_temperature = =default_material_print_temperature + 25 @@ -18,3 +18,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 37 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Verydraft_Print.inst.cfg index 2571776d35..004f664575 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_ABS_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_abs variant = AA 0.8 +weight = -3 [values] material_print_temperature = =default_material_print_temperature + 22 @@ -17,3 +17,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Superdraft_Print.inst.cfg index 8d93a7cc86..6f92c8a327 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Superdraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Sprint - Experimental definition = ultimaker_s3 +name = Sprint - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_cpe_plus +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_cpe_plus variant = AA 0.8 -is_experimental = True +weight = -4 [values] brim_width = 14 @@ -28,3 +28,4 @@ speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_z_distance = =layer_height top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Verydraft_Print.inst.cfg index d68a2fa7a5..1e1d517531 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Verydraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s3 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_cpe_plus +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_cpe_plus variant = AA 0.8 -is_experimental = True +weight = -3 [values] brim_width = 14 @@ -27,3 +27,4 @@ speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_z_distance = =layer_height top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg index 7672b99659..8aa6e6f052 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe variant = AA 0.8 +weight = -2 [values] brim_width = 15 @@ -18,3 +18,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg index c5fd2c0955..a093ecdca4 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +material = generic_cpe +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_cpe variant = AA 0.8 +weight = -4 [values] brim_width = 15 @@ -20,3 +20,4 @@ speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 33 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg index e0b9362e0b..07abbef7f6 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +material = generic_cpe +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_cpe variant = AA 0.8 +weight = -3 [values] brim_width = 15 @@ -18,3 +18,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Draft_Print.inst.cfg index c11350773c..8e7bb18368 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_nylon variant = AA 0.8 +weight = -2 [values] brim_width = 5.6 @@ -24,3 +24,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Superdraft_Print.inst.cfg index 4539cab117..7d55314764 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_nylon variant = AA 0.8 +weight = -4 [values] brim_width = 5.6 @@ -24,3 +24,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Verydraft_Print.inst.cfg index 3736e729e9..a1b785b98c 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_Nylon_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_nylon variant = AA 0.8 +weight = -3 [values] brim_width = 5.6 @@ -24,3 +24,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Superdraft_Print.inst.cfg index 0c697ecde5..34f81d4996 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Superdraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Sprint - Experimental definition = ultimaker_s3 +name = Sprint - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pc variant = AA 0.8 -is_experimental = True +weight = -4 [values] brim_width = 14 @@ -21,3 +21,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 37 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Verydraft_Print.inst.cfg index ad163f9b89..ed555cc334 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Verydraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s3 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pc variant = AA 0.8 -is_experimental = True +weight = -3 [values] brim_width = 14 @@ -21,3 +21,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg index b4ff2efe6c..ad38d0ce8b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = AA 0.8 +weight = -2 [values] brim_width = 7 @@ -19,3 +19,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg index 437c9a8a1e..dca9d6772a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_petg variant = AA 0.8 +weight = -4 [values] brim_width = 7 @@ -21,3 +21,4 @@ speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 33 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg index 3c115ddec1..3f32a815d0 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_petg variant = AA 0.8 +weight = -3 [values] brim_width = 7 @@ -19,3 +19,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg index 58d9c33fa2..de3559f53c 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = AA 0.8 +weight = -2 [values] cool_fan_speed_max = =100 @@ -28,3 +28,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg index 93125940c5..7496b0139b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pla variant = AA 0.8 +weight = -4 [values] cool_fan_speed_max = =100 @@ -29,3 +29,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg index a7cd84fd76..5affcfe474 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pla variant = AA 0.8 +weight = -3 [values] cool_fan_speed_max = =100 @@ -28,3 +28,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Draft_Print.inst.cfg index eb174a4f02..f2d8b3b255 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = AA 0.8 +weight = -2 [values] brim_width = 25 @@ -33,3 +33,4 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg index 817bdf4b3c..b0e913732b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +material = generic_pp +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pp variant = AA 0.8 +weight = -4 [values] brim_width = 25 @@ -34,3 +34,4 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Verydraft_Print.inst.cfg index 25a2ca571d..baeea6d9c2 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +material = generic_pp +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pp variant = AA 0.8 +weight = -3 [values] brim_width = 25 @@ -32,3 +32,4 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg index 5ac1c01482..104a0c544b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tough_pla variant = AA 0.8 +weight = -2 [values] cool_fan_speed_max = =100 @@ -28,3 +28,4 @@ speed_wall = =round(speed_print * 40 / 45) speed_wall_0 = =round(speed_print * 35 / 45) support_angle = 70 top_bottom_thickness = =layer_height * 6 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg index 30f1ce88df..adaad5e219 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +material = generic_tough_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_tough_pla variant = AA 0.8 +weight = -4 [values] cool_fan_speed_max = =100 @@ -29,3 +29,4 @@ speed_wall = =math.ceil(speed_print * 25 / 30) speed_wall_0 = =math.ceil(speed_print * 20 / 30) support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg index f1c3e6d442..1488d10d6d 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tough_pla variant = AA 0.8 +weight = -3 [values] cool_fan_speed_max = =100 @@ -29,3 +29,4 @@ speed_wall = =math.ceil(speed_print * 25 / 35) speed_wall_0 = =math.ceil(speed_print * 20 / 35) support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg index cd0492a425..2ebe1b1560 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tpu variant = AA 0.8 +weight = -2 [values] brim_width = 8.75 @@ -42,3 +42,4 @@ top_bottom_thickness = 1.2 top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg index a20bbc6718..dc177e6ada 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +material = generic_tpu +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_tpu variant = AA 0.8 +weight = -4 [values] brim_width = 8.75 @@ -44,3 +44,4 @@ top_bottom_thickness = 1.2 top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg index c55b5315cc..d8c4e83988 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +material = generic_tpu +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tpu variant = AA 0.8 +weight = -3 [values] brim_width = 8.75 @@ -42,3 +42,4 @@ top_bottom_thickness = 1.2 top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFCPE_Draft_Print.inst.cfg index 910ac6aba8..82d06f717c 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_cffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffcpe variant = CC 0.4 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFCPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFCPE_Fast_Print.inst.cfg index 5c47cb2f7f..6081146858 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFCPE_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFCPE_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_cffcpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cffcpe variant = CC 0.4 +weight = -1 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFPA_Draft_Print.inst.cfg index b3c2ff1651..8baaf95bea 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFPA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_cffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffpa variant = CC 0.4 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFPA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFPA_Fast_Print.inst.cfg index 644c7d88fa..ef35e17861 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFPA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_CFFPA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_cffpa +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cffpa variant = CC 0.4 +weight = -1 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFCPE_Draft_Print.inst.cfg index 80b0ea88a4..f890fb06a9 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_gffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffcpe variant = CC 0.4 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFCPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFCPE_Fast_Print.inst.cfg index 6550be6809..d0acef0a86 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFCPE_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFCPE_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_gffcpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_gffcpe variant = CC 0.4 +weight = -1 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFPA_Draft_Print.inst.cfg index f9d2cc3021..a68e2af5e7 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFPA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_gffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffpa variant = CC 0.4 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFPA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFPA_Fast_Print.inst.cfg index b57d1bbe69..22366fe5e4 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFPA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_GFFPA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +material = generic_gffpa +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_gffpa variant = CC 0.4 +weight = -1 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg index 9cb4a91bfa..48d1e7aeaf 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast - Experimental definition = ultimaker_s3 +name = Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = CC 0.4 -is_experimental = True +weight = -2 [values] cool_fan_speed_max = =100 @@ -30,3 +30,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg index 7207ac1163..59e6720194 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Normal - Experimental definition = ultimaker_s3 +name = Normal - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = CC 0.4 -is_experimental = True +weight = -1 [values] cool_fan_speed_max = =100 @@ -30,3 +30,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_CFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_CFFCPE_Draft_Print.inst.cfg index b51b1d11a8..04a3cc0d0e 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.6_CFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_CFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_cffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffcpe variant = CC 0.6 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_CFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_CFFPA_Draft_Print.inst.cfg index 270b3f31a9..7656fb6022 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.6_CFFPA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_CFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_cffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffpa variant = CC 0.6 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_GFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_GFFCPE_Draft_Print.inst.cfg index 7fed4541c4..7febb06210 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.6_GFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_GFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_gffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffcpe variant = CC 0.6 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_GFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_GFFPA_Draft_Print.inst.cfg index 9ef1840f02..03a5f140b2 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.6_GFFPA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_GFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +material = generic_gffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffpa variant = CC 0.6 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg index 16306b708c..f12041f5b6 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast - Experimental definition = ultimaker_s3 +name = Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = CC 0.6 -is_experimental = True +weight = -2 [values] cool_fan_speed_max = =100 @@ -30,3 +30,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg index 5f73d921cd..87561bf301 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Normal - Experimental definition = ultimaker_s3 +name = Normal - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = CC 0.6 -is_experimental = True +weight = -1 [values] cool_fan_speed_max = =100 @@ -30,3 +30,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s3/um_s3_global_Draft_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_global_Draft_Quality.inst.cfg index e621b4da79..723a145a90 100644 --- a/resources/quality/ultimaker_s3/um_s3_global_Draft_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_global_Draft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s3 +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/ultimaker_s3/um_s3_global_Fast_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_global_Fast_Quality.inst.cfg index 5d2618a02d..d3c84ef185 100644 --- a/resources/quality/ultimaker_s3/um_s3_global_Fast_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_global_Fast_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s3 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/ultimaker_s3/um_s3_global_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_global_High_Quality.inst.cfg index 88d6049ff9..c4ac4d15ab 100644 --- a/resources/quality/ultimaker_s3/um_s3_global_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s3 +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 + diff --git a/resources/quality/ultimaker_s3/um_s3_global_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_global_Normal_Quality.inst.cfg index eccccc6d42..1bf7d5fd80 100644 --- a/resources/quality/ultimaker_s3/um_s3_global_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s3 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/ultimaker_s3/um_s3_global_Superdraft_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_global_Superdraft_Quality.inst.cfg index 5fbfe49654..9de2eea9cf 100644 --- a/resources/quality/ultimaker_s3/um_s3_global_Superdraft_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_global_Superdraft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s3 +name = Sprint +version = 4 [metadata] +global_quality = True +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -4 -global_quality = True [values] layer_height = 0.4 + diff --git a/resources/quality/ultimaker_s3/um_s3_global_Verydraft_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_global_Verydraft_Quality.inst.cfg index 0493de7ed4..4729cfde45 100644 --- a/resources/quality/ultimaker_s3/um_s3_global_Verydraft_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_global_Verydraft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s3 +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_ABS_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_ABS_Normal_Quality.inst.cfg index 563bddc534..1759095efb 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_ABS_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_ABS_Normal_Quality.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = AA 0.25 +weight = 0 [values] cool_fan_speed = 40 infill_overlap = =0 if infill_sparse_density > 80 else 15 material_final_print_temperature = =material_print_temperature - 5 speed_topbottom = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_CPE_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_CPE_Normal_Quality.inst.cfg index 5220dc917c..a499030912 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_CPE_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_CPE_Normal_Quality.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = AA 0.25 +weight = 0 [values] speed_infill = =math.ceil(speed_print * 40 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_Nylon_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_Nylon_Normal_Quality.inst.cfg index f31ea87a5c..35cc04f676 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_Nylon_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = AA 0.25 +weight = 0 [values] cool_min_layer_time_fan_speed_max = 20 @@ -26,3 +26,4 @@ speed_wall = =math.ceil(speed_print * 30 / 70) switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PC_Normal_Quality.inst.cfg index 65e3cfee97..f2f6c3df23 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PC_Normal_Quality.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fine - Experimental definition = ultimaker_s5 +name = Fine - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = AA 0.25 -is_experimental = True +weight = 0 [values] brim_width = 20 @@ -38,3 +38,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg index 3f99451398..aecac1ded0 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = AA 0.25 +weight = 0 [values] material_print_temperature = =default_material_print_temperature - 5 speed_infill = =math.ceil(speed_print * 40 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg index 3186bc57f3..086b5518e3 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = AA 0.25 +weight = 0 [values] brim_width = 8 @@ -30,3 +30,4 @@ top_bottom_thickness = 0.72 travel_avoid_distance = 0.4 wall_0_inset = 0.015 wall_0_wipe_dist = 0.25 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PP_Normal_Quality.inst.cfg index fd061d3cdc..9a371c0459 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PP_Normal_Quality.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fine - Experimental definition = ultimaker_s5 +name = Fine - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = AA 0.25 -is_experimental = True +weight = 0 [values] brim_width = 10 @@ -43,3 +43,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1 travel_avoid_distance = 3 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg index 5da606dd84..33efa8a7ae 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tough_pla variant = AA 0.25 +weight = 0 [values] brim_width = 8 @@ -29,3 +29,4 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 30) top_bottom_thickness = 0.72 wall_0_inset = 0.015 wall_0_wipe_dist = 0.25 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print.inst.cfg index c1914f7973..eaefaf67c9 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = AA 0.4 +weight = -2 [values] machine_nozzle_cool_down_speed = 0.85 @@ -25,3 +25,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Print.inst.cfg index 5f3542bd1d..84fed52bd8 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_abs variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 @@ -25,3 +25,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_High_Quality.inst.cfg index ff36c99604..59c414497f 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_abs variant = AA 0.4 +weight = 1 [values] cool_min_speed = 12 @@ -24,3 +24,4 @@ speed_infill = =math.ceil(speed_print * 40 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Quality.inst.cfg index 14f84d5505..06d03f31b5 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_ABS_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs variant = AA 0.4 +weight = 0 [values] machine_nozzle_cool_down_speed = 0.85 @@ -23,3 +23,4 @@ speed_infill = =math.ceil(speed_print * 40 / 55) speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Draft_Print.inst.cfg index c7c5cbc075..5628421c5e 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_bam +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_bam variant = AA 0.4 +weight = -2 [values] brim_replaces_support = False @@ -29,3 +29,4 @@ support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Fast_Print.inst.cfg index 5caaca15d8..9e4733469b 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_bam +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_bam variant = AA 0.4 +weight = -1 [values] brim_replaces_support = False @@ -29,3 +29,4 @@ support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Normal_Quality.inst.cfg index 2bbaae315b..c38bac8faf 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_bam +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_bam variant = AA 0.4 +weight = 0 [values] brim_replaces_support = False @@ -27,3 +27,4 @@ support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg index 78711f7e95..8efec70ad6 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s5 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_bam +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_bam variant = AA 0.4 -is_experimental = True +weight = -3 [values] brim_replaces_support = False @@ -30,3 +30,4 @@ support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = 0.3 top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg index 6a7089ebe5..1d4b06e66d 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_cpe_plus +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe_plus variant = AA 0.4 +weight = -2 [values] cool_fan_speed_max = 80 @@ -34,3 +34,4 @@ speed_wall = =math.ceil(speed_print * 50 / 50) speed_wall_0 = =math.ceil(speed_wall * 40 / 50) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg index 06f2cc19b6..0ccaf4e58d 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_cpe_plus +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe_plus variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = 80 @@ -34,3 +34,4 @@ speed_wall = =math.ceil(speed_print * 45 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg index be93585e5b..50f39740c7 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe_plus variant = AA 0.4 +weight = 1 [values] cool_fan_speed_max = 50 @@ -36,3 +36,4 @@ speed_wall = =math.ceil(speed_print * 35 / 40) speed_wall_0 = =math.ceil(speed_wall * 30 / 35) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg index 1dce2eff05..820616411e 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_cpe_plus +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe_plus variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = 50 @@ -36,3 +36,4 @@ speed_wall = =math.ceil(speed_print * 35 / 40) speed_wall_0 = =math.ceil(speed_wall * 30 / 35) support_z_distance = =layer_height wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Draft_Print.inst.cfg index b961ede473..152aaaf6f2 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe variant = AA 0.4 +weight = -2 [values] infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -23,3 +23,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg index cf0eab0fca..5375d4772d 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_cpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cpe variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 @@ -23,3 +23,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_High_Quality.inst.cfg index 68a04f4f61..cb2a038c93 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +material = generic_cpe +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_cpe variant = AA 0.4 +weight = 1 [values] cool_min_speed = 12 @@ -24,3 +24,4 @@ speed_infill = =math.ceil(speed_print * 40 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Normal_Quality.inst.cfg index 3a136fdd40..679c88b5b4 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_cpe +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe variant = AA 0.4 +weight = 0 [values] infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -22,3 +22,4 @@ speed_infill = =math.ceil(speed_print * 45 / 55) speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg index 76a2cc1550..2799240ff1 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_nylon variant = AA 0.4 +weight = -2 [values] cool_min_layer_time_fan_speed_max = 20 @@ -24,3 +24,4 @@ skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg index bd78a8e8c1..b58583034c 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_nylon variant = AA 0.4 +weight = -1 [values] cool_min_layer_time_fan_speed_max = 20 @@ -24,3 +24,4 @@ skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg index c2a7194a2f..7ba484b9db 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_nylon variant = AA 0.4 +weight = 1 [values] cool_min_layer_time_fan_speed_max = 20 @@ -23,3 +23,4 @@ skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg index b51a5c98e3..40e33d1228 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_nylon variant = AA 0.4 +weight = 0 [values] cool_min_layer_time_fan_speed_max = 20 @@ -23,3 +23,4 @@ skin_overlap = 50 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Draft_Print.inst.cfg index be3b5b2e92..8dbf664eca 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pc variant = AA 0.4 +weight = -2 [values] brim_width = 20 @@ -44,3 +44,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print.inst.cfg index c8c5846857..ce1e5d41f8 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pc variant = AA 0.4 +weight = -1 [values] brim_width = 20 @@ -43,3 +43,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_High_Quality.inst.cfg index abae8129a3..06eb45b523 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +material = generic_pc +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pc variant = AA 0.4 +weight = 1 [values] brim_width = 20 @@ -44,3 +44,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality.inst.cfg index b1ecd60f3f..718c94772f 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pc variant = AA 0.4 +weight = 0 [values] brim_width = 20 @@ -42,3 +42,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg index b07d4d37f1..917b472727 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = AA 0.4 +weight = -2 [values] infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -22,3 +22,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg index 97b6d52fa8..b342939fdc 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_petg variant = AA 0.4 +weight = -1 [values] cool_min_speed = 7 @@ -22,3 +22,4 @@ speed_print = 60 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg index 118dbded28..591c01c85e 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +material = generic_petg +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_petg variant = AA 0.4 +weight = 1 [values] cool_min_speed = 12 @@ -23,3 +23,4 @@ speed_infill = =math.ceil(speed_print * 40 / 50) speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 30 / 50) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg index 20c4c73716..3dbe301e60 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg variant = AA 0.4 +weight = 0 [values] infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' @@ -22,3 +22,4 @@ speed_infill = =math.ceil(speed_print * 45 / 55) speed_print = 55 speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg index c90d22e44c..c002aba42a 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = AA 0.4 +weight = -2 [values] acceleration_wall = 2000 @@ -27,3 +27,4 @@ speed_topbottom = =math.ceil(speed_print * 40 / 70) speed_wall = =math.ceil(speed_print * 55 / 70) speed_wall_0 = =math.ceil(speed_wall * 45 / 50) top_bottom_thickness = 0.8 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg index 0fe89909db..3702579fa1 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = =cool_fan_speed @@ -23,3 +23,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 70) speed_wall = =math.ceil(speed_print * 45 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 70) top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg index 47abbdcfd4..a9ddd4dc23 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_pla variant = AA 0.4 +weight = 1 [values] cool_fan_speed_max = =cool_fan_speed @@ -25,3 +25,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 35 / 50) speed_wall = =math.ceil(speed_print * 35 / 50) top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg index 2f73079408..703a980f41 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = =cool_fan_speed @@ -21,3 +21,4 @@ raft_airgap = 0.25 retraction_prime_speed = =retraction_speed skin_overlap = 10 top_bottom_thickness = 1 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg index 563abd29d5..a7703a004e 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s5 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pla variant = AA 0.4 -is_experimental = True +weight = -3 [values] acceleration_print = 2000 @@ -31,3 +31,4 @@ speed_print = 50 speed_wall = 50 top_bottom_thickness = 0.9 wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Draft_Print.inst.cfg index 9747742c87..51173784db 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = AA 0.4 +weight = -2 [values] brim_width = 20 @@ -44,3 +44,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Fast_Print.inst.cfg index 2b4373e5c6..2a7b2163c3 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_pp +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pp variant = AA 0.4 +weight = -1 [values] brim_width = 20 @@ -45,3 +45,4 @@ switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1.1 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg index 6c7a4afe1d..29f064a672 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_pp +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pp variant = AA 0.4 +weight = 0 [values] brim_width = 20 @@ -45,3 +45,4 @@ switch_extruder_retraction_amount = 20 switch_extruder_retraction_speeds = 35 top_bottom_thickness = 1 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg index b4de80af0c..e22219b805 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tough_pla variant = AA 0.4 +weight = -2 [values] cool_fan_speed_max = =cool_fan_speed @@ -26,3 +26,4 @@ speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 36 / 50) speed_wall_0 = =math.ceil(speed_print * 26 / 50) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg index 46fc3ed093..86059425d7 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_tough_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tough_pla variant = AA 0.4 +weight = -1 [values] cool_fan_speed_max = =cool_fan_speed @@ -23,3 +23,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg index b3874c5d54..cd9af15e41 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = high setting_version = 20 type = quality -quality_type = high -weight = 1 -material = generic_tough_pla variant = AA 0.4 +weight = 1 [values] cool_fan_speed_max = =cool_fan_speed @@ -25,3 +25,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg index a3c314db6f..10422804d0 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tough_pla variant = AA 0.4 +weight = 0 [values] cool_fan_speed_max = =cool_fan_speed @@ -25,3 +25,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45) top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg index 9075aa0083..7b27a5a859 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s5 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_tough_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tough_pla variant = AA 0.4 -is_experimental = True +weight = -3 [values] acceleration_print = 2000 @@ -31,3 +31,4 @@ speed_print = 50 speed_wall = 50 top_bottom_thickness = 1.2 wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg index 18962e1e2b..4610cd7d2a 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tpu variant = AA 0.4 +weight = -2 [values] brim_width = 8.75 @@ -47,3 +47,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg index 6481d0e513..5a9a6ed0e4 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_tpu +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_tpu variant = AA 0.4 +weight = -1 [values] brim_width = 8.75 @@ -47,3 +47,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg index f842089f21..64f18492ec 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tpu variant = AA 0.4 +weight = 0 [values] brim_width = 8.75 @@ -46,3 +46,4 @@ switch_extruder_retraction_speeds = 35 top_bottom_thickness = 0.7 travel_avoid_distance = 1.5 wall_0_inset = 0 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Draft_Print.inst.cfg index 72f29e606b..a41701f240 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_abs variant = AA 0.8 +weight = -2 [values] material_print_temperature = =default_material_print_temperature + 20 @@ -17,3 +17,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Superdraft_Print.inst.cfg index 6b352edb2d..1e1a88b02d 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_abs variant = AA 0.8 +weight = -4 [values] material_print_temperature = =default_material_print_temperature + 25 @@ -18,3 +18,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 37 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Verydraft_Print.inst.cfg index b90f30046d..b5c4881a36 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_ABS_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_abs variant = AA 0.8 +weight = -3 [values] material_print_temperature = =default_material_print_temperature + 22 @@ -17,3 +17,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Superdraft_Print.inst.cfg index a4e265c4cf..e271a4b8c4 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Superdraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Sprint - Experimental definition = ultimaker_s5 +name = Sprint - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_cpe_plus +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_cpe_plus variant = AA 0.8 -is_experimental = True +weight = -4 [values] brim_width = 14 @@ -28,3 +28,4 @@ speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_z_distance = =layer_height top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Verydraft_Print.inst.cfg index c27a37dafb..b2c7787077 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Verydraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s5 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_cpe_plus +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_cpe_plus variant = AA 0.8 -is_experimental = True +weight = -3 [values] brim_width = 14 @@ -27,3 +27,4 @@ speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_z_distance = =layer_height top_bottom_thickness = 1.2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg index d10b520869..aabd5c4ff1 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_cpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cpe variant = AA 0.8 +weight = -2 [values] brim_width = 15 @@ -18,3 +18,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg index 4745f45d52..dd94f7e9bf 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +material = generic_cpe +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_cpe variant = AA 0.8 +weight = -4 [values] brim_width = 15 @@ -20,3 +20,4 @@ speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 33 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg index 3e2317aea2..49d34ce5ff 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +material = generic_cpe +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_cpe variant = AA 0.8 +weight = -3 [values] brim_width = 15 @@ -18,3 +18,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Draft_Print.inst.cfg index addfe52641..7e2f1605c0 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_nylon variant = AA 0.8 +weight = -2 [values] brim_width = 5.6 @@ -24,3 +24,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Superdraft_Print.inst.cfg index aec980aa48..74849301ab 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_nylon variant = AA 0.8 +weight = -4 [values] brim_width = 5.6 @@ -24,3 +24,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Verydraft_Print.inst.cfg index 8e73a5a755..ffa93b088c 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_Nylon_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_nylon variant = AA 0.8 +weight = -3 [values] brim_width = 5.6 @@ -24,3 +24,4 @@ support_angle = 70 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Superdraft_Print.inst.cfg index 9baadb9951..517f965a35 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Superdraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Sprint - Experimental definition = ultimaker_s5 +name = Sprint - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pc variant = AA 0.8 -is_experimental = True +weight = -4 [values] brim_width = 14 @@ -21,3 +21,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 37 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Verydraft_Print.inst.cfg index 24489bdfcf..44244a23be 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Verydraft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Fast - Experimental definition = ultimaker_s5 +name = Extra Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pc +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pc variant = AA 0.8 -is_experimental = True +weight = -3 [values] brim_width = 14 @@ -21,3 +21,4 @@ speed_print = 50 speed_topbottom = =math.ceil(speed_print * 25 / 50) speed_wall = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg index c38b26a764..66933a99f6 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_petg variant = AA 0.8 +weight = -2 [values] brim_width = 7 @@ -19,3 +19,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg index 2c627b32ca..b9f880954b 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_petg variant = AA 0.8 +weight = -4 [values] brim_width = 7 @@ -21,3 +21,4 @@ speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 33 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg index 036943bba7..99a31122ed 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_petg variant = AA 0.8 +weight = -3 [values] brim_width = 7 @@ -19,3 +19,4 @@ prime_tower_enable = True speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg index 25ddb22822..c7444b4ca6 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = AA 0.8 +weight = -2 [values] cool_fan_speed_max = =100 @@ -28,3 +28,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg index a56e09f355..89827b95d6 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pla variant = AA 0.8 +weight = -4 [values] cool_fan_speed_max = =100 @@ -29,3 +29,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg index 455796d4a2..c90342a58c 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pla variant = AA 0.8 +weight = -3 [values] cool_fan_speed_max = =100 @@ -28,3 +28,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Draft_Print.inst.cfg index 4ab569df51..3bb0f6187b 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_pp +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pp variant = AA 0.8 +weight = -2 [values] brim_width = 25 @@ -33,3 +33,4 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Superdraft_Print.inst.cfg index 0def2f48f7..17ec868b67 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +material = generic_pp +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_pp variant = AA 0.8 +weight = -4 [values] brim_width = 25 @@ -34,3 +34,4 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Verydraft_Print.inst.cfg index c0df85c64a..117f0b7235 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PP_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +material = generic_pp +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_pp variant = AA 0.8 +weight = -3 [values] brim_width = 25 @@ -32,3 +32,4 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.6 top_skin_expand_distance = =line_width * 2 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg index 258e00a7f2..fd0a7f1fc3 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tough_pla variant = AA 0.8 +weight = -2 [values] cool_fan_speed_max = =100 @@ -28,3 +28,4 @@ speed_wall = =round(speed_print * 40 / 45) speed_wall_0 = =round(speed_print * 35 / 45) support_angle = 70 top_bottom_thickness = =layer_height * 6 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg index 8910082407..440e241879 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +material = generic_tough_pla +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_tough_pla variant = AA 0.8 +weight = -4 [values] cool_fan_speed_max = =100 @@ -29,3 +29,4 @@ speed_wall = =math.ceil(speed_print * 25 / 30) speed_wall_0 = =math.ceil(speed_print * 20 / 30) support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg index fd4c6ecb35..985bd71634 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +material = generic_tough_pla +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tough_pla variant = AA 0.8 +weight = -3 [values] cool_fan_speed_max = =100 @@ -29,3 +29,4 @@ speed_wall = =math.ceil(speed_print * 25 / 35) speed_wall_0 = =math.ceil(speed_print * 20 / 35) support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg index c1f1d01180..ba4e75eaec 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_tpu variant = AA 0.8 +weight = -2 [values] brim_width = 8.75 @@ -42,3 +42,4 @@ top_bottom_thickness = 1.2 top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg index 36ab5dccf6..b041b561ca 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +material = generic_tpu +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft -weight = -4 -material = generic_tpu variant = AA 0.8 +weight = -4 [values] brim_width = 8.75 @@ -43,3 +43,4 @@ top_bottom_thickness = 1.2 top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg index 24bfc609d6..4bfbd2fbe8 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +material = generic_tpu +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft -weight = -3 -material = generic_tpu variant = AA 0.8 +weight = -3 [values] brim_width = 8.75 @@ -42,3 +42,4 @@ top_bottom_thickness = 1.2 top_skin_expand_distance = =line_width * 2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Draft_Print.inst.cfg index 44c86a6bac..10d5a7ea58 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_cffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffcpe variant = CC 0.4 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Fast_Print.inst.cfg index 3fbdba351a..759947a9d9 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_cffcpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cffcpe variant = CC 0.4 +weight = -1 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Draft_Print.inst.cfg index 91294dfc61..f827c27684 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_cffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffpa variant = CC 0.4 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Fast_Print.inst.cfg index 519522714d..f78603b4b3 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_cffpa +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_cffpa variant = CC 0.4 +weight = -1 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Draft_Print.inst.cfg index 5d9207a80b..b13908a819 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_gffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffcpe variant = CC 0.4 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Fast_Print.inst.cfg index 614b01500a..cfcc73e496 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_gffcpe +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_gffcpe variant = CC 0.4 +weight = -1 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Draft_Print.inst.cfg index 57d55d1986..8f8969f41e 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_gffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffpa variant = CC 0.4 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Fast_Print.inst.cfg index 82b9c68b93..f1b89fdda9 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Fast_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +material = generic_gffpa +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_gffpa variant = CC 0.4 +weight = -1 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg index 80da69140f..e675ee0538 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast - Experimental definition = ultimaker_s5 +name = Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = CC 0.4 -is_experimental = True +weight = -2 [values] cool_fan_speed_max = =100 @@ -30,3 +30,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg index 8f30298b41..13c301968e 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Normal - Experimental definition = ultimaker_s5 +name = Normal - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = CC 0.4 -is_experimental = True +weight = -1 [values] cool_fan_speed_max = =100 @@ -30,3 +30,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.6_CFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.6_CFFCPE_Draft_Print.inst.cfg index f5b810ac65..93ec0022c1 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.6_CFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.6_CFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_cffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffcpe variant = CC 0.6 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.6_CFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.6_CFFPA_Draft_Print.inst.cfg index 64b0fd615a..9d4d75498f 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.6_CFFPA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.6_CFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_cffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_cffpa variant = CC 0.6 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.6_GFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.6_GFFCPE_Draft_Print.inst.cfg index 03f7e23870..619b090ed5 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.6_GFFCPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.6_GFFCPE_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_gffcpe +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffcpe variant = CC 0.6 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.6_GFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.6_GFFPA_Draft_Print.inst.cfg index 30eac47f51..6409ca81f6 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.6_GFFPA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.6_GFFPA_Draft_Print.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +material = generic_gffpa +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_gffpa variant = CC 0.6 +weight = -2 [values] cool_fan_enabled = True @@ -21,3 +21,4 @@ skin_overlap = 20 support_bottom_distance = =support_z_distance / 2 support_top_distance = =support_z_distance support_z_distance = =layer_height * 2 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg index af6b17cb41..f880fd435d 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Fast - Experimental definition = ultimaker_s5 +name = Fast - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = generic_pla variant = CC 0.6 -is_experimental = True +weight = -2 [values] cool_fan_speed_max = =100 @@ -30,3 +30,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg index 573d84dd2d..4631c84728 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Normal - Experimental definition = ultimaker_s5 +name = Normal - Experimental +version = 4 [metadata] +is_experimental = True +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -weight = -1 -material = generic_pla variant = CC 0.6 -is_experimental = True +weight = -1 [values] cool_fan_speed_max = =100 @@ -30,3 +30,4 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 40) speed_wall_x = =speed_wall support_angle = 70 top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/ultimaker_s5/um_s5_global_Draft_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_global_Draft_Quality.inst.cfg index 9bf9fad6bf..14a23ad2ce 100644 --- a/resources/quality/ultimaker_s5/um_s5_global_Draft_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_global_Draft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fast definition = ultimaker_s5 +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/ultimaker_s5/um_s5_global_Fast_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_global_Fast_Quality.inst.cfg index 8ab6de530f..c343f1af8f 100644 --- a/resources/quality/ultimaker_s5/um_s5_global_Fast_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_global_Fast_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = ultimaker_s5 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -1 -global_quality = True [values] layer_height = 0.15 + diff --git a/resources/quality/ultimaker_s5/um_s5_global_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_global_High_Quality.inst.cfg index a3153e8718..2d01da9d7f 100644 --- a/resources/quality/ultimaker_s5/um_s5_global_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = ultimaker_s5 +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.06 + diff --git a/resources/quality/ultimaker_s5/um_s5_global_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_global_Normal_Quality.inst.cfg index ef68e808dc..7b490c8d2c 100644 --- a/resources/quality/ultimaker_s5/um_s5_global_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = ultimaker_s5 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/ultimaker_s5/um_s5_global_Superdraft_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_global_Superdraft_Quality.inst.cfg index 9ba5f03ce0..1ac23cff91 100644 --- a/resources/quality/ultimaker_s5/um_s5_global_Superdraft_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_global_Superdraft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Sprint definition = ultimaker_s5 +name = Sprint +version = 4 [metadata] +global_quality = True +quality_type = superdraft setting_version = 20 type = quality -quality_type = superdraft weight = -4 -global_quality = True [values] layer_height = 0.4 + diff --git a/resources/quality/ultimaker_s5/um_s5_global_Verydraft_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_global_Verydraft_Quality.inst.cfg index e83e547fa9..22a6f3537e 100644 --- a/resources/quality/ultimaker_s5/um_s5_global_Verydraft_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_global_Verydraft_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fast definition = ultimaker_s5 +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = verydraft setting_version = 20 type = quality -quality_type = verydraft weight = -3 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.10.inst.cfg index 5506728111..278cf5d6c1 100644 --- a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.10.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.30_l0.10 definition = uni_base +name = abs_n0.30_l0.10 +version = 4 [metadata] +material = generic_abs +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 -material = generic_abs variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.15.inst.cfg index d24e5b0cb3..246be4c3be 100644 --- a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.30_l0.15 definition = uni_base +name = abs_n0.30_l0.15 +version = 4 [metadata] +material = generic_abs +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_abs variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.20.inst.cfg index de92c21f94..07c45beb37 100644 --- a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.30_l0.20 definition = uni_base +name = abs_n0.30_l0.20 +version = 4 [metadata] +material = generic_abs +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_abs variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.25.inst.cfg index 5e7ad3ce18..6f05e2d495 100644 --- a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.30_l0.25 definition = uni_base +name = abs_n0.30_l0.25 +version = 4 [metadata] +material = generic_abs +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_abs variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.10.inst.cfg index 2a472929d4..c5b110750e 100644 --- a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.10.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.40_l0.10 definition = uni_base +name = abs_n0.40_l0.10 +version = 4 [metadata] +material = generic_abs +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 -material = generic_abs variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.15.inst.cfg index c0283fe416..3bfaf72444 100644 --- a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.40_l0.15 definition = uni_base +name = abs_n0.40_l0.15 +version = 4 [metadata] +material = generic_abs +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_abs variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.20.inst.cfg index 074c67c1fc..8cb4985952 100644 --- a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.40_l0.20 definition = uni_base +name = abs_n0.40_l0.20 +version = 4 [metadata] +material = generic_abs +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_abs variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.25.inst.cfg index 4370079bfc..183637b3dc 100644 --- a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.40_l0.25 definition = uni_base +name = abs_n0.40_l0.25 +version = 4 [metadata] +material = generic_abs +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_abs variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.30.inst.cfg index 31fba6ca82..0e3e6d1b44 100644 --- a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.30.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.40_l0.30 definition = uni_base +name = abs_n0.40_l0.30 +version = 4 [metadata] +material = generic_abs +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 -material = generic_abs variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.15.inst.cfg index 159e182d24..69b6e70674 100644 --- a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.50_l0.15 definition = uni_base +name = abs_n0.50_l0.15 +version = 4 [metadata] +material = generic_abs +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_abs variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.20.inst.cfg index 0b631eab51..6118378906 100644 --- a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.50_l0.20 definition = uni_base +name = abs_n0.50_l0.20 +version = 4 [metadata] +material = generic_abs +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_abs variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.25.inst.cfg index 94e74cbed8..1f50612881 100644 --- a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.50_l0.25 definition = uni_base +name = abs_n0.50_l0.25 +version = 4 [metadata] +material = generic_abs +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_abs variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.30.inst.cfg index bc00c22dab..570b0bde3f 100644 --- a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.30.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.50_l0.30 definition = uni_base +name = abs_n0.50_l0.30 +version = 4 [metadata] +material = generic_abs +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 -material = generic_abs variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.35.inst.cfg index e9ecb81ef4..3ec1228b34 100644 --- a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.35.inst.cfg +++ b/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_n0.50_l0.35 definition = uni_base +name = abs_n0.50_l0.35 +version = 4 [metadata] +material = generic_abs +quality_type = q035 setting_version = 20 type = quality -quality_type = q035 -material = generic_abs variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.10.inst.cfg index fe5ca4229b..c1eaed5bc0 100644 --- a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.10.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.30_l0.10 definition = uni_base +name = hips_n0.30_l0.10 +version = 4 [metadata] +material = generic_hips +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 -material = generic_hips variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.15.inst.cfg index 1940e8b57f..4d83d89cf4 100644 --- a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.30_l0.15 definition = uni_base +name = hips_n0.30_l0.15 +version = 4 [metadata] +material = generic_hips +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_hips variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.20.inst.cfg index cbdc08f761..169aa7bf43 100644 --- a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.30_l0.20 definition = uni_base +name = hips_n0.30_l0.20 +version = 4 [metadata] +material = generic_hips +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_hips variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.25.inst.cfg index 7a2e12c983..e75ad0de55 100644 --- a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.30_l0.25 definition = uni_base +name = hips_n0.30_l0.25 +version = 4 [metadata] +material = generic_hips +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_hips variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.10.inst.cfg index 8d79a7610e..bbf42affcb 100644 --- a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.10.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.40_l0.10 definition = uni_base +name = hips_n0.40_l0.10 +version = 4 [metadata] +material = generic_hips +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 -material = generic_hips variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.15.inst.cfg index d53c5800dd..ec802be629 100644 --- a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.40_l0.15 definition = uni_base +name = hips_n0.40_l0.15 +version = 4 [metadata] +material = generic_hips +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_hips variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.20.inst.cfg index 06587f30c1..a374ca5a12 100644 --- a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.40_l0.20 definition = uni_base +name = hips_n0.40_l0.20 +version = 4 [metadata] +material = generic_hips +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_hips variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.25.inst.cfg index 733cb16855..4fc23eb961 100644 --- a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.40_l0.25 definition = uni_base +name = hips_n0.40_l0.25 +version = 4 [metadata] +material = generic_abs +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_abs variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.30.inst.cfg index c129080c6a..563bd30267 100644 --- a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.30.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.40_l0.30 definition = uni_base +name = hips_n0.40_l0.30 +version = 4 [metadata] +material = generic_hips +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 -material = generic_hips variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.15.inst.cfg index 5a3d1b6335..5b8e4df553 100644 --- a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.50_l0.15 definition = uni_base +name = hips_n0.50_l0.15 +version = 4 [metadata] +material = generic_hips +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_hips variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.20.inst.cfg index 4a3755f45d..e27f9bbc14 100644 --- a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.50_l0.20 definition = uni_base +name = hips_n0.50_l0.20 +version = 4 [metadata] +material = generic_hips +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_hips variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.25.inst.cfg index 55ffd52613..47f602e7e4 100644 --- a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.50_l0.25 definition = uni_base +name = hips_n0.50_l0.25 +version = 4 [metadata] +material = generic_hips +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_hips variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.30.inst.cfg index 430b0c5013..d00028eb27 100644 --- a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.30.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.50_l0.30 definition = uni_base +name = hips_n0.50_l0.30 +version = 4 [metadata] +material = generic_hips +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 -material = generic_hips variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.35.inst.cfg index 35bf3b0468..548f9c0f3a 100644 --- a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.35.inst.cfg +++ b/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = hips_n0.50_l0.35 definition = uni_base +name = hips_n0.50_l0.35 +version = 4 [metadata] +material = generic_hips +quality_type = q035 setting_version = 20 type = quality -quality_type = q035 -material = generic_hips variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/layer_0.05.inst.cfg b/resources/quality/uni_base/layer_0.05.inst.cfg index abc4d4b549..a8d5f648b2 100644 --- a/resources/quality/uni_base/layer_0.05.inst.cfg +++ b/resources/quality/uni_base/layer_0.05.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = uni_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = q005 setting_version = 20 type = quality -quality_type = q005 weight = -1 -global_quality = True [values] layer_height = 0.05 layer_height_0 = 0.12 + diff --git a/resources/quality/uni_base/layer_0.10.inst.cfg b/resources/quality/uni_base/layer_0.10.inst.cfg index 2d5fa84e97..e91d61a26a 100644 --- a/resources/quality/uni_base/layer_0.10.inst.cfg +++ b/resources/quality/uni_base/layer_0.10.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = uni_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 weight = -2 -global_quality = True [values] layer_height = 0.10 layer_height_0 = 0.12 + diff --git a/resources/quality/uni_base/layer_0.15.inst.cfg b/resources/quality/uni_base/layer_0.15.inst.cfg index fdf325677d..65ea2154cf 100644 --- a/resources/quality/uni_base/layer_0.15.inst.cfg +++ b/resources/quality/uni_base/layer_0.15.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast Super Quality definition = uni_base +name = Fast Super Quality +version = 4 [metadata] +global_quality = True +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 weight = -3 -global_quality = True [values] layer_height = 0.15 layer_height_0 = 0.15 + diff --git a/resources/quality/uni_base/layer_0.20.inst.cfg b/resources/quality/uni_base/layer_0.20.inst.cfg index 5fc4201fef..61f5ce3d74 100644 --- a/resources/quality/uni_base/layer_0.20.inst.cfg +++ b/resources/quality/uni_base/layer_0.20.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = uni_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 weight = -4 -global_quality = True [values] layer_height = 0.20 layer_height_0 = 0.20 + diff --git a/resources/quality/uni_base/layer_0.25.inst.cfg b/resources/quality/uni_base/layer_0.25.inst.cfg index cbb90a9a72..57318295c5 100644 --- a/resources/quality/uni_base/layer_0.25.inst.cfg +++ b/resources/quality/uni_base/layer_0.25.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast Standard Quality definition = uni_base +name = Fast Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 weight = -5 -global_quality = True [values] layer_height = 0.25 layer_height_0 = 0.25 + diff --git a/resources/quality/uni_base/layer_0.30.inst.cfg b/resources/quality/uni_base/layer_0.30.inst.cfg index 325821c366..0d5efcb39c 100644 --- a/resources/quality/uni_base/layer_0.30.inst.cfg +++ b/resources/quality/uni_base/layer_0.30.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast Print Quality definition = uni_base +name = Fast Print Quality +version = 4 [metadata] +global_quality = True +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 weight = -6 -global_quality = True [values] layer_height = 0.30 layer_height_0 = 0.30 + diff --git a/resources/quality/uni_base/layer_0.35.inst.cfg b/resources/quality/uni_base/layer_0.35.inst.cfg index 1a15f97ac6..2d71ee30b6 100644 --- a/resources/quality/uni_base/layer_0.35.inst.cfg +++ b/resources/quality/uni_base/layer_0.35.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = uni_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = q035 setting_version = 20 type = quality -quality_type = q035 weight = -7 -global_quality = True [values] layer_height = 0.35 layer_height_0 = 0.35 + diff --git a/resources/quality/uni_base/layer_0.40.inst.cfg b/resources/quality/uni_base/layer_0.40.inst.cfg index 15c46490fe..e7be686507 100644 --- a/resources/quality/uni_base/layer_0.40.inst.cfg +++ b/resources/quality/uni_base/layer_0.40.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Poor Draft Quality definition = uni_base +name = Poor Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = q040 setting_version = 20 type = quality -quality_type = q040 weight = -8 -global_quality = True [values] layer_height = 0.40 layer_height_0 = 0.40 + diff --git a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.10.inst.cfg index 9db310e755..b447ed2d21 100644 --- a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.10.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.30_l0.10 definition = uni_base +name = petg_n0.30_l0.10 +version = 4 [metadata] +material = generic_petg +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 -material = generic_petg variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.15.inst.cfg index 0a744f0355..d2a8efff85 100644 --- a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.30_l0.15 definition = uni_base +name = petg_n0.30_l0.15 +version = 4 [metadata] +material = generic_petg +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_petg variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.20.inst.cfg index 747af047df..be05a7dc32 100644 --- a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.30_l0.20 definition = uni_base +name = petg_n0.30_l0.20 +version = 4 [metadata] +material = generic_petg +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_petg variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.25.inst.cfg index 0300413561..eea0830440 100644 --- a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.30_l0.25 definition = uni_base +name = petg_n0.30_l0.25 +version = 4 [metadata] +material = generic_petg +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_petg variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.10.inst.cfg index 6e17a7d0af..ed888694b7 100644 --- a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.10.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.40_l0.10 definition = uni_base +name = petg_n0.40_l0.10 +version = 4 [metadata] +material = generic_petg +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 -material = generic_petg variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.15.inst.cfg index cbb4a58160..67e0ca6469 100644 --- a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.40_l0.15 definition = uni_base +name = petg_n0.40_l0.15 +version = 4 [metadata] +material = generic_petg +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_petg variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.20.inst.cfg index c294a00fa0..9d803c4e18 100644 --- a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.40_l0.20 definition = uni_base +name = petg_n0.40_l0.20 +version = 4 [metadata] +material = generic_petg +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_petg variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.25.inst.cfg index ba0976ec16..24668ebf52 100644 --- a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.40_l0.25 definition = uni_base +name = petg_n0.40_l0.25 +version = 4 [metadata] +material = generic_petg +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_petg variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.30.inst.cfg index be326c3869..9913882e0f 100644 --- a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.30.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.40_l0.30 definition = uni_base +name = petg_n0.40_l0.30 +version = 4 [metadata] +material = generic_petg +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 -material = generic_petg variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.15.inst.cfg index 774955edc1..2f49495352 100644 --- a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.50_l0.15 definition = uni_base +name = petg_n0.50_l0.15 +version = 4 [metadata] +material = generic_petg +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_petg variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.20.inst.cfg index 300a4c5d98..24074de5b1 100644 --- a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.50_l0.20 definition = uni_base +name = petg_n0.50_l0.20 +version = 4 [metadata] +material = generic_petg +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_petg variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.25.inst.cfg index 1adcaba8a5..a7192adaf1 100644 --- a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.50_l0.25 definition = uni_base +name = petg_n0.50_l0.25 +version = 4 [metadata] +material = generic_petg +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_petg variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.30.inst.cfg index 80f16b3bcf..fdc5a152e9 100644 --- a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.30.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.50_l0.30 definition = uni_base +name = petg_n0.50_l0.30 +version = 4 [metadata] +material = generic_petg +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 -material = generic_petg variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.35.inst.cfg index cb92609a68..8a80029377 100644 --- a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.35.inst.cfg +++ b/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_n0.50_l0.35 definition = uni_base +name = petg_n0.50_l0.35 +version = 4 [metadata] +material = generic_petg +quality_type = q035 setting_version = 20 type = quality -quality_type = q035 -material = generic_petg variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.10.inst.cfg index 0c2dbc3d3a..7a7d15fe2e 100644 --- a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.10.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.30_l0.10 definition = uni_base +name = pla_n0.30_l0.10 +version = 4 [metadata] +material = generic_pla +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 -material = generic_pla variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.15.inst.cfg index ac4c4ae939..37d8d2b4dc 100644 --- a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.30_l0.15 definition = uni_base +name = pla_n0.30_l0.15 +version = 4 [metadata] +material = generic_pla +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_pla variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.20.inst.cfg index 36bd73cae1..7acb22da28 100644 --- a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.30_l0.20 definition = uni_base +name = pla_n0.30_l0.20 +version = 4 [metadata] +material = generic_pla +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_pla variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.25.inst.cfg index 0e89e7d591..f56c9608c8 100644 --- a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.30_l0.25 definition = uni_base +name = pla_n0.30_l0.25 +version = 4 [metadata] +material = generic_pla +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_pla variant = 0.30mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.10.inst.cfg index af75eaf2e5..dbc481d3fb 100644 --- a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.10.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.40_l0.10 definition = uni_base +name = pla_n0.40_l0.10 +version = 4 [metadata] +material = generic_pla +quality_type = q010 setting_version = 20 type = quality -quality_type = q010 -material = generic_pla variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.15.inst.cfg index 8306845eca..0e81e9990e 100644 --- a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.40_l0.15 definition = uni_base +name = pla_n0.40_l0.15 +version = 4 [metadata] +material = generic_pla +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_pla variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.20.inst.cfg index 8974965527..42cd205bee 100644 --- a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.40_l0.20 definition = uni_base +name = pla_n0.40_l0.20 +version = 4 [metadata] +material = generic_pla +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_pla variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.25.inst.cfg index 2a952da98e..9b82eb69e8 100644 --- a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.40_l0.25 definition = uni_base +name = pla_n0.40_l0.25 +version = 4 [metadata] +material = generic_pla +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_pla variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.30.inst.cfg index 2e6afa9656..4a85fc5619 100644 --- a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.30.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.40_l0.30 definition = uni_base +name = pla_n0.40_l0.30 +version = 4 [metadata] +material = generic_pla +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 -material = generic_pla variant = 0.40mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.15.inst.cfg index ace2b29ff6..acaaa11e7f 100644 --- a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.15.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.50_l0.15 definition = uni_base +name = pla_n0.50_l0.15 +version = 4 [metadata] +material = generic_pla +quality_type = q015 setting_version = 20 type = quality -quality_type = q015 -material = generic_pla variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.20.inst.cfg index c63ef305af..18f14979c5 100644 --- a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.20.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.50_l0.20 definition = uni_base +name = pla_n0.50_l0.20 +version = 4 [metadata] +material = generic_pla +quality_type = q020 setting_version = 20 type = quality -quality_type = q020 -material = generic_pla variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.25.inst.cfg index 59a3cdec09..c207405737 100644 --- a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.25.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.50_l0.25 definition = uni_base +name = pla_n0.50_l0.25 +version = 4 [metadata] +material = generic_pla +quality_type = q025 setting_version = 20 type = quality -quality_type = q025 -material = generic_pla variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.30.inst.cfg index 0590f6aa2b..fe20a7a076 100644 --- a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.30.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.50_l0.30 definition = uni_base +name = pla_n0.50_l0.30 +version = 4 [metadata] +material = generic_pla +quality_type = q030 setting_version = 20 type = quality -quality_type = q030 -material = generic_pla variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.35.inst.cfg index 935154eda3..38a50082b7 100644 --- a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.35.inst.cfg +++ b/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_n0.50_l0.35 definition = uni_base +name = pla_n0.50_l0.35 +version = 4 [metadata] +material = generic_pla +quality_type = q035 setting_version = 20 type = quality -quality_type = q035 -material = generic_pla variant = 0.50mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_ABS_Extreme_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_ABS_Extreme_Quality.inst.cfg index c7e8c087af..3da052588e 100644 --- a/resources/quality/vertex_delta_k8800/k8800_ABS_Extreme_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_ABS_Extreme_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Extreme definition = vertex_delta_k8800 +name = Extreme +version = 4 [metadata] +material = Vertex_Delta_ABS +quality_type = extreme setting_version = 20 type = quality -quality_type = extreme weight = 2 -material = Vertex_Delta_ABS [values] +cool_fan_speed = 0 layer_height_0 = 0.2 - material_final_print_temperature = 250 material_initial_print_temperature = 250 material_print_temperature = 250 -retraction_amount = 3 material_standby_temperature = 225 -cool_fan_speed = 0 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_ABS_High_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_ABS_High_Quality.inst.cfg index 115caecb08..eb9fd8317e 100644 --- a/resources/quality/vertex_delta_k8800/k8800_ABS_High_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_ABS_High_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = High definition = vertex_delta_k8800 +name = High +version = 4 [metadata] +material = Vertex_Delta_ABS +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = Vertex_Delta_ABS [values] +cool_fan_speed = 0 layer_height_0 = 0.2 - material_final_print_temperature = 250 material_initial_print_temperature = 250 material_print_temperature = 250 -retraction_amount = 3 material_standby_temperature = 225 -cool_fan_speed = 0 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_ABS_Normal_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_ABS_Normal_Quality.inst.cfg index 1418d67e2c..caf1fcf38a 100644 --- a/resources/quality/vertex_delta_k8800/k8800_ABS_Normal_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_ABS_Normal_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Normal definition = vertex_delta_k8800 +name = Normal +version = 4 [metadata] +material = Vertex_Delta_ABS +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = Vertex_Delta_ABS [values] +cool_fan_speed = 00 layer_height_0 = 0.2 - material_final_print_temperature = 250 material_initial_print_temperature = 250 material_print_temperature = 250 -retraction_amount = 3 material_standby_temperature = 225 -cool_fan_speed = 00 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_Global_Extreme_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_Global_Extreme_Quality.inst.cfg index 5c00d00628..ba7d9094ff 100644 --- a/resources/quality/vertex_delta_k8800/k8800_Global_Extreme_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_Global_Extreme_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extreme definition = vertex_delta_k8800 +name = Extreme +version = 4 [metadata] +global_quality = True +quality_type = extreme setting_version = 20 type = quality -quality_type = extreme weight = 2 -global_quality = True [values] layer_height = 0.05 + diff --git a/resources/quality/vertex_delta_k8800/k8800_Global_High_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_Global_High_Quality.inst.cfg index 49ffcced75..2b22720827 100644 --- a/resources/quality/vertex_delta_k8800/k8800_Global_High_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_Global_High_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = High definition = vertex_delta_k8800 +name = High +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/vertex_delta_k8800/k8800_Global_Normal_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_Global_Normal_Quality.inst.cfg index 599a1b57c4..4c4463320c 100644 --- a/resources/quality/vertex_delta_k8800/k8800_Global_Normal_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_Global_Normal_Quality.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = vertex_delta_k8800 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/vertex_delta_k8800/k8800_PET_Extreme_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_PET_Extreme_Quality.inst.cfg index b201095b0a..73cb5b6eff 100644 --- a/resources/quality/vertex_delta_k8800/k8800_PET_Extreme_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_PET_Extreme_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Extreme definition = vertex_delta_k8800 +name = Extreme +version = 4 [metadata] +material = Vertex_Delta_PET +quality_type = extreme setting_version = 20 type = quality -quality_type = extreme weight = 2 -material = Vertex_Delta_PET [values] +cool_fan_speed = 10 layer_height_0 = 0.2 - material_final_print_temperature = 240 material_initial_print_temperature = 240 material_print_temperature = 240 -retraction_amount = 3 material_standby_temperature = 215 -cool_fan_speed = 10 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_PET_High_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_PET_High_Quality.inst.cfg index 14406b9367..7b6e04a940 100644 --- a/resources/quality/vertex_delta_k8800/k8800_PET_High_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_PET_High_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = High definition = vertex_delta_k8800 +name = High +version = 4 [metadata] +material = Vertex_Delta_PET +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = Vertex_Delta_PET [values] +cool_fan_speed = 10 layer_height_0 = 0.2 - material_final_print_temperature = 240 material_initial_print_temperature = 240 material_print_temperature = 240 -retraction_amount = 3 material_standby_temperature = 215 -cool_fan_speed = 10 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_PET_Normal_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_PET_Normal_Quality.inst.cfg index b4e5dd6f66..fd6d16234c 100644 --- a/resources/quality/vertex_delta_k8800/k8800_PET_Normal_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_PET_Normal_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Normal definition = vertex_delta_k8800 +name = Normal +version = 4 [metadata] +material = Vertex_Delta_PET +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = Vertex_Delta_PET [values] +cool_fan_speed = 10 layer_height_0 = 0.2 - material_final_print_temperature = 240 material_initial_print_temperature = 240 material_print_temperature = 240 -retraction_amount = 3 material_standby_temperature = 215 -cool_fan_speed = 10 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_PLA_Extreme_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_PLA_Extreme_Quality.inst.cfg index 5d805dbee2..c6e22810ce 100644 --- a/resources/quality/vertex_delta_k8800/k8800_PLA_Extreme_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_PLA_Extreme_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Extreme definition = vertex_delta_k8800 +name = Extreme +version = 4 [metadata] +material = Vertex_Delta_PLA +quality_type = extreme setting_version = 20 type = quality -quality_type = extreme weight = 2 -material = Vertex_Delta_PLA [values] +cool_fan_speed = 40 layer_height_0 = 0.2 - material_final_print_temperature = 200 material_initial_print_temperature = 200 material_print_temperature = 200 -retraction_amount = 3 material_standby_temperature = 175 -cool_fan_speed = 40 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_PLA_High_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_PLA_High_Quality.inst.cfg index 2b82c80f88..5233486030 100644 --- a/resources/quality/vertex_delta_k8800/k8800_PLA_High_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_PLA_High_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = High definition = vertex_delta_k8800 +name = High +version = 4 [metadata] +material = Vertex_Delta_PLA +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = Vertex_Delta_PLA [values] +cool_fan_speed = 40 layer_height_0 = 0.2 - material_final_print_temperature = 200 material_initial_print_temperature = 200 material_print_temperature = 200 -retraction_amount = 3 material_standby_temperature = 175 -cool_fan_speed = 40 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_PLA_Normal_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_PLA_Normal_Quality.inst.cfg index a8f986954b..96dcc5a9e3 100644 --- a/resources/quality/vertex_delta_k8800/k8800_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_PLA_Normal_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Normal definition = vertex_delta_k8800 +name = Normal +version = 4 [metadata] +material = Vertex_Delta_PLA +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = Vertex_Delta_PLA [values] +cool_fan_speed = 40 layer_height_0 = 0.2 - material_final_print_temperature = 200 material_initial_print_temperature = 200 material_print_temperature = 200 -retraction_amount = 3 material_standby_temperature = 175 -cool_fan_speed = 40 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_TPU_Extreme_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_TPU_Extreme_Quality.inst.cfg index e3e8cbd4e7..6f283fd479 100644 --- a/resources/quality/vertex_delta_k8800/k8800_TPU_Extreme_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_TPU_Extreme_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Extreme definition = vertex_delta_k8800 +name = Extreme +version = 4 [metadata] +material = Vertex_Delta_TPU +quality_type = extreme setting_version = 20 type = quality -quality_type = extreme weight = 2 -material = Vertex_Delta_TPU [values] +cool_fan_speed = 20 layer_height_0 = 0.2 - material_final_print_temperature = 220 material_initial_print_temperature = 220 material_print_temperature = 220 -retraction_amount = 3 material_standby_temperature = 195 -cool_fan_speed = 20 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_TPU_High_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_TPU_High_Quality.inst.cfg index 42dba4b8f6..c02c824414 100644 --- a/resources/quality/vertex_delta_k8800/k8800_TPU_High_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_TPU_High_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = High definition = vertex_delta_k8800 +name = High +version = 4 [metadata] +material = Vertex_Delta_TPU +quality_type = high setting_version = 20 type = quality -quality_type = high weight = 1 -material = Vertex_Delta_TPU [values] +cool_fan_speed = 20 layer_height_0 = 0.2 - material_final_print_temperature = 220 material_initial_print_temperature = 220 material_print_temperature = 220 -retraction_amount = 3 material_standby_temperature = 195 -cool_fan_speed = 20 +retraction_amount = 3 + diff --git a/resources/quality/vertex_delta_k8800/k8800_TPU_Normal_Quality.inst.cfg b/resources/quality/vertex_delta_k8800/k8800_TPU_Normal_Quality.inst.cfg index 67209fbab7..5f61247cbd 100644 --- a/resources/quality/vertex_delta_k8800/k8800_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/vertex_delta_k8800/k8800_TPU_Normal_Quality.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Normal definition = vertex_delta_k8800 +name = Normal +version = 4 [metadata] +material = Vertex_Delta_TPU +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = Vertex_Delta_TPU [values] +cool_fan_speed = 20 layer_height_0 = 0.2 - material_final_print_temperature = 220 material_initial_print_temperature = 220 material_print_temperature = 220 -retraction_amount = 3 material_standby_temperature = 195 -cool_fan_speed = 20 +retraction_amount = 3 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.2_ABS_super.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.2_ABS_super.inst.cfg index f99ae5b6b6..315865203b 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.2_ABS_super.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.2_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex2plus +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.2_ABS_ultra.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.2_ABS_ultra.inst.cfg index 98f0cec759..b5536c1cfa 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.2_ABS_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = vivedino_trex2plus +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.2_PETG_super.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.2_PETG_super.inst.cfg index 46bd7ff59c..a4b3e90120 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.2_PETG_super.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.2_PETG_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex2plus +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.2_PETG_ultra.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.2_PETG_ultra.inst.cfg index c1ca8cdaec..3bae31d3f7 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.2_PETG_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = vivedino_trex2plus +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.2_PLA_super.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.2_PLA_super.inst.cfg index cd77d27698..70d0cc4c55 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.2_PLA_super.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex2plus +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.2_PLA_ultra.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.2_PLA_ultra.inst.cfg index 4ce7e57ab8..4b7e7790ea 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.2_PLA_ultra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = vivedino_trex2plus +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_adaptive.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_adaptive.inst.cfg index 96491e5f33..c900f31cd4 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex2plus +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_low.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_low.inst.cfg index 78c7d967bf..efc064b77e 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_low.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex2plus +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_standard.inst.cfg index b25bf07d6d..6353796248 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_super.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_super.inst.cfg index 5481bbb7fa..24c67ee5ea 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_super.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex2plus +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_adaptive.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_adaptive.inst.cfg index 40461e12bd..dcbc5ec115 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex2plus +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_low.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_low.inst.cfg index 6ab649f390..cc02a8c93a 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_low.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex2plus +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_standard.inst.cfg index fc39cfe622..9175d838d5 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_super.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_super.inst.cfg index 777f3bd180..219927db6d 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_super.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PETG_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex2plus +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_adaptive.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_adaptive.inst.cfg index 4a39782cfe..6d00eae2db 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex2plus +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_low.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_low.inst.cfg index 0c0ee0e14d..736cf6e417 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_low.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex2plus +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_standard.inst.cfg index 39dd4ce0cc..a8c905271e 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_super.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_super.inst.cfg index 6d3befd8ab..044c5a984c 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_super.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex2plus +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_adaptive.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_adaptive.inst.cfg index 6d956519d1..5e80959147 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex2plus +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_standard.inst.cfg index 3374e6a002..c1060e3e91 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_super.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_super.inst.cfg index f52548b0eb..67bf283f15 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_super.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.4_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex2plus +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.6_ABS_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.6_ABS_standard.inst.cfg index c39987c4e6..83046fb42f 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.6_ABS_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.6_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.6_PETG_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.6_PETG_standard.inst.cfg index b4f13906f6..0027941b86 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.6_PETG_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.6_PETG_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_draft.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_draft.inst.cfg index 4bd83c9467..5bb7791a39 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_draft.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex2plus +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_low.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_low.inst.cfg index 35810aec66..420b30098c 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_low.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex2plus +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_standard.inst.cfg index 9fdce8acb6..30385adddc 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.6_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.6_TPU_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.6_TPU_standard.inst.cfg index 4214a1084c..707fd9862e 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.6_TPU_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.6_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.8_ABS_draft.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.8_ABS_draft.inst.cfg index a5c6a69ab6..90b75c1aff 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.8_ABS_draft.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.8_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex2plus +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.8_PETG_draft.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.8_PETG_draft.inst.cfg index f8acd86c0a..c4e16c0e0e 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.8_PETG_draft.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.8_PETG_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex2plus +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.8_PLA_draft.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.8_PLA_draft.inst.cfg index d4c0d0d998..f3516ce179 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.8_PLA_draft.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.8_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex2plus +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_0.8_TPU_draft.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_0.8_TPU_draft.inst.cfg index b17d0c9130..b238b4908a 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_0.8_TPU_draft.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_0.8_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex2plus +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_global_adaptive.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_global_adaptive.inst.cfg index 749bbc7a7d..00beb6454a 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_global_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex2plus +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_global_draft.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_global_draft.inst.cfg index 6d1beff1ec..f333d78315 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_global_draft.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex2plus +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_global_low.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_global_low.inst.cfg index a6610dcad4..a4cb0beff7 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_global_low.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex2plus +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_global_standard.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_global_standard.inst.cfg index e577d3f20a..00affea218 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_global_standard.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex2plus +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*5 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*5 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_global_super.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_global_super.inst.cfg index 4355434c6a..4521e4536e 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_global_super.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex2plus +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/vivedino/trex2plus/trex2plus_global_ultra.inst.cfg b/resources/quality/vivedino/trex2plus/trex2plus_global_ultra.inst.cfg index 98cc762a68..24977ea4fb 100644 --- a/resources/quality/vivedino/trex2plus/trex2plus_global_ultra.inst.cfg +++ b/resources/quality/vivedino/trex2plus/trex2plus_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = vivedino_trex2plus +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/vivedino/trex3/trex3_0.2_ABS_super.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.2_ABS_super.inst.cfg index c7a0b6b9bb..5d364a9887 100644 --- a/resources/quality/vivedino/trex3/trex3_0.2_ABS_super.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.2_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex3 +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vivedino/trex3/trex3_0.2_ABS_ultra.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.2_ABS_ultra.inst.cfg index aa52a8ae49..e60973456f 100644 --- a/resources/quality/vivedino/trex3/trex3_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.2_ABS_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = vivedino_trex3 +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vivedino/trex3/trex3_0.2_PETG_super.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.2_PETG_super.inst.cfg index b465c69bf6..66bd70084b 100644 --- a/resources/quality/vivedino/trex3/trex3_0.2_PETG_super.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.2_PETG_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex3 +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vivedino/trex3/trex3_0.2_PETG_ultra.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.2_PETG_ultra.inst.cfg index c7d5a6cc27..0b574e3cf5 100644 --- a/resources/quality/vivedino/trex3/trex3_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.2_PETG_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = vivedino_trex3 +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vivedino/trex3/trex3_0.2_PLA_super.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.2_PLA_super.inst.cfg index 852182aff7..1b54e10425 100644 --- a/resources/quality/vivedino/trex3/trex3_0.2_PLA_super.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex3 +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.2_PLA_ultra.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.2_PLA_ultra.inst.cfg index 69c24a35b3..1f9a8fb1db 100644 --- a/resources/quality/vivedino/trex3/trex3_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.2_PLA_ultra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = vivedino_trex3 +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_ABS_adaptive.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_ABS_adaptive.inst.cfg index 29cdecbf6e..ec0f6ef1e5 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex3 +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_ABS_low.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_ABS_low.inst.cfg index 7ea9d32ef7..f7904e6239 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_ABS_low.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex3 +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_ABS_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_ABS_standard.inst.cfg index efa77a35c4..f4ee8a21a7 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_ABS_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_ABS_super.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_ABS_super.inst.cfg index 94fe6aaffe..94383d0c94 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_ABS_super.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex3 +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_PETG_adaptive.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_PETG_adaptive.inst.cfg index c733acc63a..c6561f5dfe 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_PETG_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex3 +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_PETG_low.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_PETG_low.inst.cfg index 23e2890a9f..b5abcf82ae 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_PETG_low.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_PETG_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex3 +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_PETG_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_PETG_standard.inst.cfg index 81bb778563..67ee300fe3 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_PETG_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_PETG_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_PETG_super.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_PETG_super.inst.cfg index bc71d9fc30..0ec8642487 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_PETG_super.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_PETG_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex3 +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_PLA_adaptive.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_PLA_adaptive.inst.cfg index 5ffc041592..9ca1f3154f 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex3 +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_PLA_low.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_PLA_low.inst.cfg index 9dc6038f71..3927a8a350 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_PLA_low.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex3 +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_PLA_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_PLA_standard.inst.cfg index e943c737ec..42d69abca1 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_PLA_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_PLA_super.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_PLA_super.inst.cfg index 9f21138eaa..5bb8c5da10 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_PLA_super.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex3 +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_TPU_adaptive.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_TPU_adaptive.inst.cfg index 3fcfe4fc0d..15e2ed598e 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_TPU_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex3 +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_TPU_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_TPU_standard.inst.cfg index 0d7a47db26..a1a0021655 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_TPU_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.4_TPU_super.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.4_TPU_super.inst.cfg index 5ac8c78775..41d884851f 100644 --- a/resources/quality/vivedino/trex3/trex3_0.4_TPU_super.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.4_TPU_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex3 +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.6_ABS_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.6_ABS_standard.inst.cfg index 255fc6a027..ed9573b738 100644 --- a/resources/quality/vivedino/trex3/trex3_0.6_ABS_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.6_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vivedino/trex3/trex3_0.6_PETG_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.6_PETG_standard.inst.cfg index 7aa80259c3..23a4e43bf6 100644 --- a/resources/quality/vivedino/trex3/trex3_0.6_PETG_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.6_PETG_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vivedino/trex3/trex3_0.6_PLA_draft.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.6_PLA_draft.inst.cfg index 79243dffc6..de8545d70f 100644 --- a/resources/quality/vivedino/trex3/trex3_0.6_PLA_draft.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.6_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex3 +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.6_PLA_low.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.6_PLA_low.inst.cfg index a7a6ca0ff4..2994e433ac 100644 --- a/resources/quality/vivedino/trex3/trex3_0.6_PLA_low.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex3 +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.6_PLA_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.6_PLA_standard.inst.cfg index 2adc9d9df2..35195bd510 100644 --- a/resources/quality/vivedino/trex3/trex3_0.6_PLA_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.6_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.6_TPU_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.6_TPU_standard.inst.cfg index 3f9d1b4357..b8913a82a2 100644 --- a/resources/quality/vivedino/trex3/trex3_0.6_TPU_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.6_TPU_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.8_ABS_draft.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.8_ABS_draft.inst.cfg index aa4f49fded..7ef89617cd 100644 --- a/resources/quality/vivedino/trex3/trex3_0.8_ABS_draft.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.8_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex3 +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vivedino/trex3/trex3_0.8_PETG_draft.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.8_PETG_draft.inst.cfg index 18c0196048..207f50434a 100644 --- a/resources/quality/vivedino/trex3/trex3_0.8_PETG_draft.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.8_PETG_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex3 +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vivedino/trex3/trex3_0.8_PLA_draft.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.8_PLA_draft.inst.cfg index 1807b92ec0..4b5e5abed5 100644 --- a/resources/quality/vivedino/trex3/trex3_0.8_PLA_draft.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.8_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex3 +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_0.8_TPU_draft.inst.cfg b/resources/quality/vivedino/trex3/trex3_0.8_TPU_draft.inst.cfg index c61b71e642..3e018ccf9b 100644 --- a/resources/quality/vivedino/trex3/trex3_0.8_TPU_draft.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_0.8_TPU_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex3 +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/vivedino/trex3/trex3_global_adaptive.inst.cfg b/resources/quality/vivedino/trex3/trex3_global_adaptive.inst.cfg index acd544c611..94f092aedc 100644 --- a/resources/quality/vivedino/trex3/trex3_global_adaptive.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = vivedino_trex3 +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/vivedino/trex3/trex3_global_draft.inst.cfg b/resources/quality/vivedino/trex3/trex3_global_draft.inst.cfg index fbb8559ca1..b55e82cc69 100644 --- a/resources/quality/vivedino/trex3/trex3_global_draft.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = vivedino_trex3 +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/vivedino/trex3/trex3_global_low.inst.cfg b/resources/quality/vivedino/trex3/trex3_global_low.inst.cfg index b0d02b9202..2b1a1fed31 100644 --- a/resources/quality/vivedino/trex3/trex3_global_low.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = vivedino_trex3 +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/vivedino/trex3/trex3_global_standard.inst.cfg b/resources/quality/vivedino/trex3/trex3_global_standard.inst.cfg index eba6690e88..e70feeb374 100644 --- a/resources/quality/vivedino/trex3/trex3_global_standard.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = vivedino_trex3 +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*5 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*3 -support_interface_height = =layer_height*5 + diff --git a/resources/quality/vivedino/trex3/trex3_global_super.inst.cfg b/resources/quality/vivedino/trex3/trex3_global_super.inst.cfg index 5e440bfd03..568f6b0114 100644 --- a/resources/quality/vivedino/trex3/trex3_global_super.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = vivedino_trex3 +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/vivedino/trex3/trex3_global_ultra.inst.cfg b/resources/quality/vivedino/trex3/trex3_global_ultra.inst.cfg index 219d13b6dc..b63035201e 100644 --- a/resources/quality/vivedino/trex3/trex3_global_ultra.inst.cfg +++ b/resources/quality/vivedino/trex3/trex3_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = vivedino_trex3 +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/volumic/sh65_coarse.inst.cfg b/resources/quality/volumic/sh65_coarse.inst.cfg index e32a0a9b4d..daee35ca63 100644 --- a/resources/quality/volumic/sh65_coarse.inst.cfg +++ b/resources/quality/volumic/sh65_coarse.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Low -definition = sh65 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = -1 -global_quality = True - -[values] -layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = sh65 +name = Low +version = 4 + +[metadata] +global_quality = True +quality_type = coarse +setting_version = 20 +type = quality +weight = -1 + +[values] +layer_height = 0.250 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/sh65_draft.inst.cfg b/resources/quality/volumic/sh65_draft.inst.cfg index 654a49df67..196910cf17 100644 --- a/resources/quality/volumic/sh65_draft.inst.cfg +++ b/resources/quality/volumic/sh65_draft.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Standard -definition = sh65 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = -2 -global_quality = True - -[values] -layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = sh65 +name = Standard +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality +weight = -2 + +[values] +layer_height = 0.2 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/sh65_extra_coarse.inst.cfg b/resources/quality/volumic/sh65_extra_coarse.inst.cfg index 94fa087483..b7d6f22333 100644 --- a/resources/quality/volumic/sh65_extra_coarse.inst.cfg +++ b/resources/quality/volumic/sh65_extra_coarse.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Very low -definition = sh65 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra coarse -weight = 0 -global_quality = True - -[values] -layer_height = 0.3 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = sh65 +name = Very low +version = 4 + +[metadata] +global_quality = True +quality_type = extra coarse +setting_version = 20 +type = quality +weight = 0 + +[values] +layer_height = 0.3 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/sh65_fast.inst.cfg b/resources/quality/volumic/sh65_fast.inst.cfg index dc096fe89e..e39236b647 100644 --- a/resources/quality/volumic/sh65_fast.inst.cfg +++ b/resources/quality/volumic/sh65_fast.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Medium -definition = sh65 - -[metadata] -setting_version = 20 -type = quality -quality_type = fast -weight = -3 -global_quality = True - -[values] -layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = sh65 +name = Medium +version = 4 + +[metadata] +global_quality = True +quality_type = fast +setting_version = 20 +type = quality +weight = -3 + +[values] +layer_height = 0.15 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/sh65_high.inst.cfg b/resources/quality/volumic/sh65_high.inst.cfg index 89ba3c4ba8..f63b278b5e 100644 --- a/resources/quality/volumic/sh65_high.inst.cfg +++ b/resources/quality/volumic/sh65_high.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Very high -definition = sh65 - -[metadata] -setting_version = 20 -type = quality -quality_type = high -weight = -5 -global_quality = True - -[values] -layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = sh65 +name = Very high +version = 4 + +[metadata] +global_quality = True +quality_type = high +setting_version = 20 +type = quality +weight = -5 + +[values] +layer_height = 0.05 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/sh65_normal.inst.cfg b/resources/quality/volumic/sh65_normal.inst.cfg index 3b6e81a86f..a0d987a73d 100644 --- a/resources/quality/volumic/sh65_normal.inst.cfg +++ b/resources/quality/volumic/sh65_normal.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = High -definition = sh65 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = -4 -global_quality = True - -[values] -layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = sh65 +name = High +version = 4 + +[metadata] +global_quality = True +quality_type = normal +setting_version = 20 +type = quality +weight = -4 + +[values] +layer_height = 0.1 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20dual_mk2_coarse.inst.cfg b/resources/quality/volumic/stream20dual_mk2_coarse.inst.cfg index 228bee32fb..b400c85a4d 100644 --- a/resources/quality/volumic/stream20dual_mk2_coarse.inst.cfg +++ b/resources/quality/volumic/stream20dual_mk2_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Low definition = stream20dual_mk2 +name = Low +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -global_quality = True [values] layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20dual_mk2_draft.inst.cfg b/resources/quality/volumic/stream20dual_mk2_draft.inst.cfg index 0135e0b598..601dd67b59 100644 --- a/resources/quality/volumic/stream20dual_mk2_draft.inst.cfg +++ b/resources/quality/volumic/stream20dual_mk2_draft.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Standard definition = stream20dual_mk2 +name = Standard +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20dual_mk2_extra_coarse.inst.cfg b/resources/quality/volumic/stream20dual_mk2_extra_coarse.inst.cfg index 4197fe7755..800c877741 100644 --- a/resources/quality/volumic/stream20dual_mk2_extra_coarse.inst.cfg +++ b/resources/quality/volumic/stream20dual_mk2_extra_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very low definition = stream20dual_mk2 +name = Very low +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = 0 -global_quality = True [values] layer_height = 0.275 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20dual_mk2_fast.inst.cfg b/resources/quality/volumic/stream20dual_mk2_fast.inst.cfg index 89fe7a6bc5..a56c6698ca 100644 --- a/resources/quality/volumic/stream20dual_mk2_fast.inst.cfg +++ b/resources/quality/volumic/stream20dual_mk2_fast.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Medium definition = stream20dual_mk2 +name = Medium +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -3 -global_quality = True [values] layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20dual_mk2_high.inst.cfg b/resources/quality/volumic/stream20dual_mk2_high.inst.cfg index 66274d9186..18bcddc577 100644 --- a/resources/quality/volumic/stream20dual_mk2_high.inst.cfg +++ b/resources/quality/volumic/stream20dual_mk2_high.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very high definition = stream20dual_mk2 +name = Very high +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -5 -global_quality = True [values] layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20dual_mk2_normal.inst.cfg b/resources/quality/volumic/stream20dual_mk2_normal.inst.cfg index 2cd0119d83..fa8a7230f0 100644 --- a/resources/quality/volumic/stream20dual_mk2_normal.inst.cfg +++ b/resources/quality/volumic/stream20dual_mk2_normal.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = High definition = stream20dual_mk2 +name = High +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -4 -global_quality = True [values] layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20pro_mk2_coarse.inst.cfg b/resources/quality/volumic/stream20pro_mk2_coarse.inst.cfg index 5546342dee..aa7c10953b 100644 --- a/resources/quality/volumic/stream20pro_mk2_coarse.inst.cfg +++ b/resources/quality/volumic/stream20pro_mk2_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Low definition = stream20pro_mk2 +name = Low +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -global_quality = True [values] layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20pro_mk2_draft.inst.cfg b/resources/quality/volumic/stream20pro_mk2_draft.inst.cfg index 388db2627c..f522eb1179 100644 --- a/resources/quality/volumic/stream20pro_mk2_draft.inst.cfg +++ b/resources/quality/volumic/stream20pro_mk2_draft.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Standard definition = stream20pro_mk2 +name = Standard +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20pro_mk2_extra_coarse.inst.cfg b/resources/quality/volumic/stream20pro_mk2_extra_coarse.inst.cfg index 5f2e89c2e5..a8085b95c1 100644 --- a/resources/quality/volumic/stream20pro_mk2_extra_coarse.inst.cfg +++ b/resources/quality/volumic/stream20pro_mk2_extra_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very low definition = stream20pro_mk2 +name = Very low +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = 0 -global_quality = True [values] layer_height = 0.275 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20pro_mk2_fast.inst.cfg b/resources/quality/volumic/stream20pro_mk2_fast.inst.cfg index b9fcf8d32c..ba26004ff7 100644 --- a/resources/quality/volumic/stream20pro_mk2_fast.inst.cfg +++ b/resources/quality/volumic/stream20pro_mk2_fast.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Medium definition = stream20pro_mk2 +name = Medium +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -3 -global_quality = True [values] layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20pro_mk2_high.inst.cfg b/resources/quality/volumic/stream20pro_mk2_high.inst.cfg index 84612ad732..ba0200d422 100644 --- a/resources/quality/volumic/stream20pro_mk2_high.inst.cfg +++ b/resources/quality/volumic/stream20pro_mk2_high.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very high definition = stream20pro_mk2 +name = Very high +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -5 -global_quality = True [values] layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream20pro_mk2_normal.inst.cfg b/resources/quality/volumic/stream20pro_mk2_normal.inst.cfg index 167cef382a..d3aec7ba5d 100644 --- a/resources/quality/volumic/stream20pro_mk2_normal.inst.cfg +++ b/resources/quality/volumic/stream20pro_mk2_normal.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = High definition = stream20pro_mk2 +name = High +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -4 -global_quality = True [values] layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30dual_mk2_coarse.inst.cfg b/resources/quality/volumic/stream30dual_mk2_coarse.inst.cfg index 48fac53987..650ea47ceb 100644 --- a/resources/quality/volumic/stream30dual_mk2_coarse.inst.cfg +++ b/resources/quality/volumic/stream30dual_mk2_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Low definition = stream30dual_mk2 +name = Low +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -global_quality = True [values] layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30dual_mk2_draft.inst.cfg b/resources/quality/volumic/stream30dual_mk2_draft.inst.cfg index 2fbe861a9f..4d35e6f132 100644 --- a/resources/quality/volumic/stream30dual_mk2_draft.inst.cfg +++ b/resources/quality/volumic/stream30dual_mk2_draft.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Standard definition = stream30dual_mk2 +name = Standard +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30dual_mk2_extra_coarse.inst.cfg b/resources/quality/volumic/stream30dual_mk2_extra_coarse.inst.cfg index 8cd0ba36ff..f91b87df13 100644 --- a/resources/quality/volumic/stream30dual_mk2_extra_coarse.inst.cfg +++ b/resources/quality/volumic/stream30dual_mk2_extra_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very low definition = stream30dual_mk2 +name = Very low +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = 0 -global_quality = True [values] layer_height = 0.275 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30dual_mk2_fast.inst.cfg b/resources/quality/volumic/stream30dual_mk2_fast.inst.cfg index 7e046f8809..5a93fd5781 100644 --- a/resources/quality/volumic/stream30dual_mk2_fast.inst.cfg +++ b/resources/quality/volumic/stream30dual_mk2_fast.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Medium definition = stream30dual_mk2 +name = Medium +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -3 -global_quality = True [values] layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30dual_mk2_high.inst.cfg b/resources/quality/volumic/stream30dual_mk2_high.inst.cfg index b473a0fff9..e673a62901 100644 --- a/resources/quality/volumic/stream30dual_mk2_high.inst.cfg +++ b/resources/quality/volumic/stream30dual_mk2_high.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very high definition = stream30dual_mk2 +name = Very high +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -5 -global_quality = True [values] layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30dual_mk2_normal.inst.cfg b/resources/quality/volumic/stream30dual_mk2_normal.inst.cfg index d86b2a8cff..2e05603d45 100644 --- a/resources/quality/volumic/stream30dual_mk2_normal.inst.cfg +++ b/resources/quality/volumic/stream30dual_mk2_normal.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = High definition = stream30dual_mk2 +name = High +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -4 -global_quality = True [values] layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30mk3_coarse.inst.cfg b/resources/quality/volumic/stream30mk3_coarse.inst.cfg index 4efbac012d..458efc0b18 100644 --- a/resources/quality/volumic/stream30mk3_coarse.inst.cfg +++ b/resources/quality/volumic/stream30mk3_coarse.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Low -definition = stream30mk3 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = -1 -global_quality = True - -[values] -layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30mk3 +name = Low +version = 4 + +[metadata] +global_quality = True +quality_type = coarse +setting_version = 20 +type = quality +weight = -1 + +[values] +layer_height = 0.250 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30mk3_draft.inst.cfg b/resources/quality/volumic/stream30mk3_draft.inst.cfg index 467a650ea5..034121cefd 100644 --- a/resources/quality/volumic/stream30mk3_draft.inst.cfg +++ b/resources/quality/volumic/stream30mk3_draft.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Standard -definition = stream30mk3 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = -2 -global_quality = True - -[values] -layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30mk3 +name = Standard +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality +weight = -2 + +[values] +layer_height = 0.2 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30mk3_extra_coarse.inst.cfg b/resources/quality/volumic/stream30mk3_extra_coarse.inst.cfg index 5136ffc965..8581364c9f 100644 --- a/resources/quality/volumic/stream30mk3_extra_coarse.inst.cfg +++ b/resources/quality/volumic/stream30mk3_extra_coarse.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Very low -definition = stream30mk3 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra coarse -weight = 0 -global_quality = True - -[values] -layer_height = 0.3 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30mk3 +name = Very low +version = 4 + +[metadata] +global_quality = True +quality_type = extra coarse +setting_version = 20 +type = quality +weight = 0 + +[values] +layer_height = 0.3 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30mk3_fast.inst.cfg b/resources/quality/volumic/stream30mk3_fast.inst.cfg index 80f523e686..840b1bedb9 100644 --- a/resources/quality/volumic/stream30mk3_fast.inst.cfg +++ b/resources/quality/volumic/stream30mk3_fast.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Medium -definition = stream30mk3 - -[metadata] -setting_version = 20 -type = quality -quality_type = fast -weight = -3 -global_quality = True - -[values] -layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30mk3 +name = Medium +version = 4 + +[metadata] +global_quality = True +quality_type = fast +setting_version = 20 +type = quality +weight = -3 + +[values] +layer_height = 0.15 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30mk3_high.inst.cfg b/resources/quality/volumic/stream30mk3_high.inst.cfg index 7632275dea..c0d0f3b877 100644 --- a/resources/quality/volumic/stream30mk3_high.inst.cfg +++ b/resources/quality/volumic/stream30mk3_high.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Very high -definition = stream30mk3 - -[metadata] -setting_version = 20 -type = quality -quality_type = high -weight = -5 -global_quality = True - -[values] -layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30mk3 +name = Very high +version = 4 + +[metadata] +global_quality = True +quality_type = high +setting_version = 20 +type = quality +weight = -5 + +[values] +layer_height = 0.05 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30mk3_normal.inst.cfg b/resources/quality/volumic/stream30mk3_normal.inst.cfg index 9465951bb1..641af0159e 100644 --- a/resources/quality/volumic/stream30mk3_normal.inst.cfg +++ b/resources/quality/volumic/stream30mk3_normal.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = High -definition = stream30mk3 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = -4 -global_quality = True - -[values] -layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30mk3 +name = High +version = 4 + +[metadata] +global_quality = True +quality_type = normal +setting_version = 20 +type = quality +weight = -4 + +[values] +layer_height = 0.1 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30pro_mk2_coarse.inst.cfg b/resources/quality/volumic/stream30pro_mk2_coarse.inst.cfg index faae4a013a..aea3d7b37a 100644 --- a/resources/quality/volumic/stream30pro_mk2_coarse.inst.cfg +++ b/resources/quality/volumic/stream30pro_mk2_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Low definition = stream30pro_mk2 +name = Low +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -global_quality = True [values] layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30pro_mk2_draft.inst.cfg b/resources/quality/volumic/stream30pro_mk2_draft.inst.cfg index 04b7df91b0..3d1156bcf1 100644 --- a/resources/quality/volumic/stream30pro_mk2_draft.inst.cfg +++ b/resources/quality/volumic/stream30pro_mk2_draft.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Standard definition = stream30pro_mk2 +name = Standard +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30pro_mk2_extra_coarse.inst.cfg b/resources/quality/volumic/stream30pro_mk2_extra_coarse.inst.cfg index d7ec009191..cb433d9173 100644 --- a/resources/quality/volumic/stream30pro_mk2_extra_coarse.inst.cfg +++ b/resources/quality/volumic/stream30pro_mk2_extra_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very low definition = stream30pro_mk2 +name = Very low +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = 0 -global_quality = True [values] layer_height = 0.275 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30pro_mk2_fast.inst.cfg b/resources/quality/volumic/stream30pro_mk2_fast.inst.cfg index b86ef52c26..93d1f6383b 100644 --- a/resources/quality/volumic/stream30pro_mk2_fast.inst.cfg +++ b/resources/quality/volumic/stream30pro_mk2_fast.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Medium definition = stream30pro_mk2 +name = Medium +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -3 -global_quality = True [values] layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30pro_mk2_high.inst.cfg b/resources/quality/volumic/stream30pro_mk2_high.inst.cfg index 319337d2d8..116492b3af 100644 --- a/resources/quality/volumic/stream30pro_mk2_high.inst.cfg +++ b/resources/quality/volumic/stream30pro_mk2_high.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very high definition = stream30pro_mk2 +name = Very high +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -5 -global_quality = True [values] layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30pro_mk2_normal.inst.cfg b/resources/quality/volumic/stream30pro_mk2_normal.inst.cfg index a622b94858..f7d94cd7d8 100644 --- a/resources/quality/volumic/stream30pro_mk2_normal.inst.cfg +++ b/resources/quality/volumic/stream30pro_mk2_normal.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = High definition = stream30pro_mk2 +name = High +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -4 -global_quality = True [values] layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 60 speed_layer_0 = 30 speed_print = 60 @@ -23,4 +20,8 @@ speed_topbottom = 48 speed_travel = 100 speed_wall = 30 speed_wall_0 = 30 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultra_coarse.inst.cfg b/resources/quality/volumic/stream30ultra_coarse.inst.cfg index 027a51b970..9682766d81 100644 --- a/resources/quality/volumic/stream30ultra_coarse.inst.cfg +++ b/resources/quality/volumic/stream30ultra_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Low definition = stream30ultra +name = Low +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -global_quality = True [values] layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultra_draft.inst.cfg b/resources/quality/volumic/stream30ultra_draft.inst.cfg index e9542cf8c3..d15c09574a 100644 --- a/resources/quality/volumic/stream30ultra_draft.inst.cfg +++ b/resources/quality/volumic/stream30ultra_draft.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Standard definition = stream30ultra +name = Standard +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultra_extra_coarse.inst.cfg b/resources/quality/volumic/stream30ultra_extra_coarse.inst.cfg index 58e4574ad9..c852ef908e 100644 --- a/resources/quality/volumic/stream30ultra_extra_coarse.inst.cfg +++ b/resources/quality/volumic/stream30ultra_extra_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very low definition = stream30ultra +name = Very low +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = 0 -global_quality = True [values] layer_height = 0.3 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultra_fast.inst.cfg b/resources/quality/volumic/stream30ultra_fast.inst.cfg index 8d65a81c9c..e0db7271b1 100644 --- a/resources/quality/volumic/stream30ultra_fast.inst.cfg +++ b/resources/quality/volumic/stream30ultra_fast.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Medium definition = stream30ultra +name = Medium +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -3 -global_quality = True [values] layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultra_high.inst.cfg b/resources/quality/volumic/stream30ultra_high.inst.cfg index 330b7aba80..a2af86337e 100644 --- a/resources/quality/volumic/stream30ultra_high.inst.cfg +++ b/resources/quality/volumic/stream30ultra_high.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very high definition = stream30ultra +name = Very high +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -5 -global_quality = True [values] layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultra_normal.inst.cfg b/resources/quality/volumic/stream30ultra_normal.inst.cfg index 41d66a8db8..ae59882ded 100644 --- a/resources/quality/volumic/stream30ultra_normal.inst.cfg +++ b/resources/quality/volumic/stream30ultra_normal.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = High definition = stream30ultra +name = High +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -4 -global_quality = True [values] layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc2_coarse.inst.cfg b/resources/quality/volumic/stream30ultrasc2_coarse.inst.cfg index f6586f2197..300a30b4b1 100644 --- a/resources/quality/volumic/stream30ultrasc2_coarse.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc2_coarse.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Low -definition = stream30ultrasc2 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = -1 -global_quality = True - -[values] -layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30ultrasc2 +name = Low +version = 4 + +[metadata] +global_quality = True +quality_type = coarse +setting_version = 20 +type = quality +weight = -1 + +[values] +layer_height = 0.250 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc2_draft.inst.cfg b/resources/quality/volumic/stream30ultrasc2_draft.inst.cfg index ea9e86cf26..2c3fbc1054 100644 --- a/resources/quality/volumic/stream30ultrasc2_draft.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc2_draft.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Standard -definition = stream30ultrasc2 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = -2 -global_quality = True - -[values] -layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30ultrasc2 +name = Standard +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality +weight = -2 + +[values] +layer_height = 0.2 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc2_extra_coarse.inst.cfg b/resources/quality/volumic/stream30ultrasc2_extra_coarse.inst.cfg index 37d9d5fed6..fd71bef368 100644 --- a/resources/quality/volumic/stream30ultrasc2_extra_coarse.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc2_extra_coarse.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Very low -definition = stream30ultrasc2 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra coarse -weight = 0 -global_quality = True - -[values] -layer_height = 0.3 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30ultrasc2 +name = Very low +version = 4 + +[metadata] +global_quality = True +quality_type = extra coarse +setting_version = 20 +type = quality +weight = 0 + +[values] +layer_height = 0.3 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc2_fast.inst.cfg b/resources/quality/volumic/stream30ultrasc2_fast.inst.cfg index 24529efb8b..c71d9ad690 100644 --- a/resources/quality/volumic/stream30ultrasc2_fast.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc2_fast.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Medium -definition = stream30ultrasc2 - -[metadata] -setting_version = 20 -type = quality -quality_type = fast -weight = -3 -global_quality = True - -[values] -layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30ultrasc2 +name = Medium +version = 4 + +[metadata] +global_quality = True +quality_type = fast +setting_version = 20 +type = quality +weight = -3 + +[values] +layer_height = 0.15 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc2_high.inst.cfg b/resources/quality/volumic/stream30ultrasc2_high.inst.cfg index 3898524647..e683e8fd5d 100644 --- a/resources/quality/volumic/stream30ultrasc2_high.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc2_high.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = Very high -definition = stream30ultrasc2 - -[metadata] -setting_version = 20 -type = quality -quality_type = high -weight = -5 -global_quality = True - -[values] -layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30ultrasc2 +name = Very high +version = 4 + +[metadata] +global_quality = True +quality_type = high +setting_version = 20 +type = quality +weight = -5 + +[values] +layer_height = 0.05 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc2_normal.inst.cfg b/resources/quality/volumic/stream30ultrasc2_normal.inst.cfg index d680bf8e0f..f49517eb85 100644 --- a/resources/quality/volumic/stream30ultrasc2_normal.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc2_normal.inst.cfg @@ -1,26 +1,27 @@ -[general] -version = 4 -name = High -definition = stream30ultrasc2 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = -4 -global_quality = True - -[values] -layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 -line_width = 0.4 -travel_avoid_distance = 1 -speed_infill = 100 -speed_layer_0 = 40 -speed_print = 100 -speed_topbottom = 80 -speed_travel = 140 -speed_wall = 40 -speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +[general] +definition = stream30ultrasc2 +name = High +version = 4 + +[metadata] +global_quality = True +quality_type = normal +setting_version = 20 +type = quality +weight = -4 + +[values] +layer_height = 0.1 +line_width = 0.4 +speed_infill = 100 +speed_layer_0 = 40 +speed_print = 100 +speed_topbottom = 80 +speed_travel = 140 +speed_wall = 40 +speed_wall_0 = 40 +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc_coarse.inst.cfg b/resources/quality/volumic/stream30ultrasc_coarse.inst.cfg index 0ff20a2879..750bf9e4d4 100644 --- a/resources/quality/volumic/stream30ultrasc_coarse.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Low definition = stream30ultrasc +name = Low +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -1 -global_quality = True [values] layer_height = 0.250 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc_draft.inst.cfg b/resources/quality/volumic/stream30ultrasc_draft.inst.cfg index 4ffa18507d..5c3315e508 100644 --- a/resources/quality/volumic/stream30ultrasc_draft.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc_draft.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Standard definition = stream30ultrasc +name = Standard +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] layer_height = 0.2 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc_extra_coarse.inst.cfg b/resources/quality/volumic/stream30ultrasc_extra_coarse.inst.cfg index 467dfef316..f1474fd667 100644 --- a/resources/quality/volumic/stream30ultrasc_extra_coarse.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc_extra_coarse.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very low definition = stream30ultrasc +name = Very low +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = 0 -global_quality = True [values] layer_height = 0.3 -top_bottom_thickness = 1.1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc_fast.inst.cfg b/resources/quality/volumic/stream30ultrasc_fast.inst.cfg index d56c5f841c..5f9c257176 100644 --- a/resources/quality/volumic/stream30ultrasc_fast.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc_fast.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Medium definition = stream30ultrasc +name = Medium +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = -3 -global_quality = True [values] layer_height = 0.15 -top_bottom_thickness = 1.05 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1.05 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc_high.inst.cfg b/resources/quality/volumic/stream30ultrasc_high.inst.cfg index 031f32fbdd..06bd31ed20 100644 --- a/resources/quality/volumic/stream30ultrasc_high.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc_high.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = Very high definition = stream30ultrasc +name = Very high +version = 4 [metadata] +global_quality = True +quality_type = high setting_version = 20 type = quality -quality_type = high weight = -5 -global_quality = True [values] layer_height = 0.05 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/volumic/stream30ultrasc_normal.inst.cfg b/resources/quality/volumic/stream30ultrasc_normal.inst.cfg index 15f9cfdb7a..8d57435bab 100644 --- a/resources/quality/volumic/stream30ultrasc_normal.inst.cfg +++ b/resources/quality/volumic/stream30ultrasc_normal.inst.cfg @@ -1,21 +1,18 @@ [general] -version = 4 -name = High definition = stream30ultrasc +name = High +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -4 -global_quality = True [values] layer_height = 0.1 -top_bottom_thickness = 1 -wall_thickness = 1.2 line_width = 0.4 -travel_avoid_distance = 1 speed_infill = 100 speed_layer_0 = 40 speed_print = 100 @@ -23,4 +20,8 @@ speed_topbottom = 80 speed_travel = 140 speed_wall = 40 speed_wall_0 = 40 -speed_wall_x = 60 \ No newline at end of file +speed_wall_x = 60 +top_bottom_thickness = 1 +travel_avoid_distance = 1 +wall_thickness = 1.2 + diff --git a/resources/quality/voron2/voron2_global_extrafast_quality.inst.cfg b/resources/quality/voron2/voron2_global_extrafast_quality.inst.cfg index fa8fa697cc..c8a1edc91a 100644 --- a/resources/quality/voron2/voron2_global_extrafast_quality.inst.cfg +++ b/resources/quality/voron2/voron2_global_extrafast_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +global_quality = True +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -global_quality = True [values] layer_height = 0.3 diff --git a/resources/quality/voron2/voron2_global_extrafine_quality.inst.cfg b/resources/quality/voron2/voron2_global_extrafine_quality.inst.cfg index ff2a3a49cc..9be8efe6a1 100644 --- a/resources/quality/voron2/voron2_global_extrafine_quality.inst.cfg +++ b/resources/quality/voron2/voron2_global_extrafine_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -global_quality = True [values] layer_height = 0.06 diff --git a/resources/quality/voron2/voron2_global_fast_quality.inst.cfg b/resources/quality/voron2/voron2_global_fast_quality.inst.cfg index f873a2a2fa..0edd0b0223 100644 --- a/resources/quality/voron2/voron2_global_fast_quality.inst.cfg +++ b/resources/quality/voron2/voron2_global_fast_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast -global_quality = True [values] layer_height = 0.2 diff --git a/resources/quality/voron2/voron2_global_fine_quality.inst.cfg b/resources/quality/voron2/voron2_global_fine_quality.inst.cfg index f261822a1d..1b4d2b044d 100644 --- a/resources/quality/voron2/voron2_global_fine_quality.inst.cfg +++ b/resources/quality/voron2/voron2_global_fine_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine -global_quality = True [values] layer_height = 0.1 diff --git a/resources/quality/voron2/voron2_global_normal_quality.inst.cfg b/resources/quality/voron2/voron2_global_normal_quality.inst.cfg index 1441fc6129..526b5687a7 100644 --- a/resources/quality/voron2/voron2_global_normal_quality.inst.cfg +++ b/resources/quality/voron2/voron2_global_normal_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal -global_quality = True [values] layer_height = 0.15 diff --git a/resources/quality/voron2/voron2_global_sprint_quality.inst.cfg b/resources/quality/voron2/voron2_global_sprint_quality.inst.cfg index 2f1ebd08b6..c7b72adc60 100644 --- a/resources/quality/voron2/voron2_global_sprint_quality.inst.cfg +++ b/resources/quality/voron2/voron2_global_sprint_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +global_quality = True +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -global_quality = True [values] layer_height = 0.4 diff --git a/resources/quality/voron2/voron2_global_supersprint_quality.inst.cfg b/resources/quality/voron2/voron2_global_supersprint_quality.inst.cfg index 6238363e2a..0ea6da6785 100644 --- a/resources/quality/voron2/voron2_global_supersprint_quality.inst.cfg +++ b/resources/quality/voron2/voron2_global_supersprint_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +global_quality = True +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -global_quality = True [values] layer_height = 0.5 diff --git a/resources/quality/voron2/voron2_global_ultrasprint_quality.inst.cfg b/resources/quality/voron2/voron2_global_ultrasprint_quality.inst.cfg index 72dd547a25..a1d4970701 100644 --- a/resources/quality/voron2/voron2_global_ultrasprint_quality.inst.cfg +++ b/resources/quality/voron2/voron2_global_ultrasprint_quality.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +global_quality = True +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -global_quality = True [values] layer_height = 0.6 diff --git a/resources/quality/voron2/voron2_v6_0.25_ABS_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_ABS_extrafine.inst.cfg index 54bc61204a..4dcb00f15a 100644 --- a/resources/quality/voron2/voron2_v6_0.25_ABS_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_ABS_extrafine.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_abs variant = V6 0.25mm [values] speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_ABS_fast.inst.cfg index 2ba5358b52..eb88ba6e54 100644 --- a/resources/quality/voron2/voron2_v6_0.25_ABS_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_ABS_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_ABS_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_ABS_fine.inst.cfg index 377a8e172e..5a359db818 100644 --- a/resources/quality/voron2/voron2_v6_0.25_ABS_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_ABS_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_ABS_normal.inst.cfg index da2e6bcbb9..13296b6d5f 100644 --- a/resources/quality/voron2/voron2_v6_0.25_ABS_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_ABS_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_Nylon_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_Nylon_extrafine.inst.cfg index add63fe194..3e9e46e6b5 100644 --- a/resources/quality/voron2/voron2_v6_0.25_Nylon_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_Nylon_extrafine.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_nylon variant = V6 0.25mm [values] speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_Nylon_fast.inst.cfg index 8450279109..2ea643c485 100644 --- a/resources/quality/voron2/voron2_v6_0.25_Nylon_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_Nylon_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_Nylon_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_Nylon_fine.inst.cfg index 718926500b..d3c4d6affd 100644 --- a/resources/quality/voron2/voron2_v6_0.25_Nylon_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_Nylon_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_nylon variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_Nylon_normal.inst.cfg index 93563b3cc5..bc7ee1ad8d 100644 --- a/resources/quality/voron2/voron2_v6_0.25_Nylon_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_Nylon_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_nylon variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PC_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PC_extrafine.inst.cfg index e88bd12d86..3019b11bcf 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PC_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PC_extrafine.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_pc +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_pc variant = V6 0.25mm [values] speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PC_fast.inst.cfg index 61e7f3414d..7664c450c8 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PC_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PC_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PC_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PC_fine.inst.cfg index f552755692..8b6a95d847 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PC_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PC_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pc variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PC_normal.inst.cfg index fcdd2c70e5..6617055340 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PC_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PC_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pc variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PETG_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PETG_extrafine.inst.cfg index 4da4cf9bc3..85b120ceb4 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PETG_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PETG_extrafine.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_petg +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_petg variant = V6 0.25mm [values] speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PETG_fast.inst.cfg index 62473d6348..e7e974ec93 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PETG_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PETG_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PETG_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PETG_fine.inst.cfg index 2587c9dd2d..acc0d99519 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PETG_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PETG_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PETG_normal.inst.cfg index 297d04a3b0..9b883d99e3 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PETG_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PETG_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PLA_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PLA_extrafine.inst.cfg index fbb8fd2268..6d13dde3a8 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PLA_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PLA_extrafine.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_pla variant = V6 0.25mm [values] speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PLA_fast.inst.cfg index 404f3682e0..72d3a4b944 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PLA_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PLA_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PLA_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PLA_fine.inst.cfg index 1ef5ff5651..44dadad95d 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PLA_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PLA_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.25_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PLA_normal.inst.cfg index 47972a417c..d795dced4b 100644 --- a/resources/quality/voron2/voron2_v6_0.25_PLA_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_PLA_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = V6 0.25mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_ABS_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_ABS_extrafine.inst.cfg index 1997fc9f6c..d69afd3080 100644 --- a/resources/quality/voron2/voron2_v6_0.30_ABS_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_ABS_extrafine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_abs +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_abs variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_ABS_fast.inst.cfg index 10abf9d278..aaa71acc15 100644 --- a/resources/quality/voron2/voron2_v6_0.30_ABS_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_ABS_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_ABS_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_ABS_fine.inst.cfg index 1d0beca9c5..e19ea17bf7 100644 --- a/resources/quality/voron2/voron2_v6_0.30_ABS_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_ABS_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_ABS_normal.inst.cfg index f0158ac0bf..4adfc2dc44 100644 --- a/resources/quality/voron2/voron2_v6_0.30_ABS_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_ABS_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_Nylon_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_Nylon_extrafine.inst.cfg index 43dd7d7ae0..3bc9948c30 100644 --- a/resources/quality/voron2/voron2_v6_0.30_Nylon_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_Nylon_extrafine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_nylon +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_nylon variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_Nylon_fast.inst.cfg index b92d1e1813..6f0524848c 100644 --- a/resources/quality/voron2/voron2_v6_0.30_Nylon_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_Nylon_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_Nylon_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_Nylon_fine.inst.cfg index b794161566..4ea474bc86 100644 --- a/resources/quality/voron2/voron2_v6_0.30_Nylon_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_Nylon_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_nylon variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_Nylon_normal.inst.cfg index 0d8c896d63..4e66290ec4 100644 --- a/resources/quality/voron2/voron2_v6_0.30_Nylon_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_Nylon_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_nylon variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PC_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PC_extrafine.inst.cfg index 1e111b3583..afa057bc22 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PC_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PC_extrafine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_pc +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_pc variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PC_fast.inst.cfg index f3460cddd5..2c9e6213b6 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PC_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PC_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PC_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PC_fine.inst.cfg index 38caee8b40..ca998ab95d 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PC_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PC_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pc variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PC_normal.inst.cfg index bd39c08fc4..f014f948ca 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PC_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PC_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pc variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PETG_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PETG_extrafine.inst.cfg index 87499d87c0..f241add584 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PETG_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PETG_extrafine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_petg +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_petg variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PETG_fast.inst.cfg index ff5ef6051c..b8ab81d7bf 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PETG_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PETG_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PETG_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PETG_fine.inst.cfg index ca572e1f0e..8cd133b196 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PETG_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PETG_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PETG_normal.inst.cfg index d17a5e2753..71863305b1 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PETG_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PETG_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PLA_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PLA_extrafine.inst.cfg index 75f3c95e87..0e9bd58634 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PLA_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PLA_extrafine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fine definition = voron2_base +name = Extra Fine +version = 4 [metadata] +material = generic_pla +quality_type = extrafine setting_version = 20 type = quality -quality_type = extrafine -material = generic_pla variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PLA_fast.inst.cfg index 3e54c4bf1d..0b96357428 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PLA_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PLA_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PLA_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PLA_fine.inst.cfg index d01f87561b..87331b8555 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PLA_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PLA_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.30_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PLA_normal.inst.cfg index 438ab19e75..eecb3efc6a 100644 --- a/resources/quality/voron2/voron2_v6_0.30_PLA_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_PLA_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = V6 0.30mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_ABS_fast.inst.cfg index f83acb0af0..4c8272d993 100644 --- a/resources/quality/voron2/voron2_v6_0.35_ABS_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_ABS_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_ABS_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_ABS_fine.inst.cfg index b943b0fbe9..32f1686c39 100644 --- a/resources/quality/voron2/voron2_v6_0.35_ABS_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_ABS_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_ABS_normal.inst.cfg index dd6cb8ba65..8b611f35c5 100644 --- a/resources/quality/voron2/voron2_v6_0.35_ABS_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_ABS_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_Nylon_fast.inst.cfg index 1345d29c66..95cde85204 100644 --- a/resources/quality/voron2/voron2_v6_0.35_Nylon_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_Nylon_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_Nylon_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_Nylon_fine.inst.cfg index 141c25a2a0..54cf9727cd 100644 --- a/resources/quality/voron2/voron2_v6_0.35_Nylon_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_Nylon_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_nylon variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_Nylon_normal.inst.cfg index 8039fc0c64..2987f3822a 100644 --- a/resources/quality/voron2/voron2_v6_0.35_Nylon_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_Nylon_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_nylon variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PC_fast.inst.cfg index 7d160463df..c84482a855 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PC_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PC_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PC_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PC_fine.inst.cfg index b23a053d23..8890c024be 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PC_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PC_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pc variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PC_normal.inst.cfg index 368df77d69..76b77b38e7 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PC_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PC_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pc variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PETG_fast.inst.cfg index fe038df871..8b523f40f4 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PETG_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PETG_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PETG_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PETG_fine.inst.cfg index ad01b6349c..584eb5a509 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PETG_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PETG_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PETG_normal.inst.cfg index 728a8c283a..1d212fafad 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PETG_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PETG_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PLA_fast.inst.cfg index 79aa3ea2d0..f91dd8052a 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PLA_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PLA_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PLA_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PLA_fine.inst.cfg index 4b32102019..686b8506cc 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PLA_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PLA_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.35_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PLA_normal.inst.cfg index b7cdd86be3..808b690c01 100644 --- a/resources/quality/voron2/voron2_v6_0.35_PLA_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_PLA_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = V6 0.35mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_ABS_extrafast.inst.cfg index 45cea30d4b..69ef4baa28 100644 --- a/resources/quality/voron2/voron2_v6_0.40_ABS_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_ABS_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_ABS_fast.inst.cfg index f8c9c2aee0..41c8565a8b 100644 --- a/resources/quality/voron2/voron2_v6_0.40_ABS_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_ABS_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_ABS_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_ABS_fine.inst.cfg index b4751632b4..a27b5043ba 100644 --- a/resources/quality/voron2/voron2_v6_0.40_ABS_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_ABS_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_abs variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_ABS_normal.inst.cfg index 5672bb90bd..f95aafb8a5 100644 --- a/resources/quality/voron2/voron2_v6_0.40_ABS_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_ABS_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_Nylon_extrafast.inst.cfg index 3febbe8bbc..b3c1c26f8f 100644 --- a/resources/quality/voron2/voron2_v6_0.40_Nylon_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_Nylon_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_Nylon_fast.inst.cfg index 32cdd99202..099602948f 100644 --- a/resources/quality/voron2/voron2_v6_0.40_Nylon_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_Nylon_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_Nylon_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_Nylon_fine.inst.cfg index 4f8fa06e94..a0011b98c2 100644 --- a/resources/quality/voron2/voron2_v6_0.40_Nylon_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_Nylon_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_nylon +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_nylon variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_Nylon_normal.inst.cfg index a22bd23d0b..eb8aba938f 100644 --- a/resources/quality/voron2/voron2_v6_0.40_Nylon_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_Nylon_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_nylon variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PC_extrafast.inst.cfg index 2a33d9ed39..7d9b7b98a7 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PC_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PC_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PC_fast.inst.cfg index 291bbea2b9..30510001ee 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PC_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PC_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PC_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PC_fine.inst.cfg index 94a864b051..7daec09371 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PC_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PC_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_pc +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pc variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PC_normal.inst.cfg index 44234382be..061f777f60 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PC_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PC_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pc variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PETG_extrafast.inst.cfg index e708523632..555bf300ad 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PETG_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PETG_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PETG_fast.inst.cfg index 37b2482c15..a1bf61baf1 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PETG_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PETG_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PETG_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PETG_fine.inst.cfg index 7b6cca1784..e9fc9f09f2 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PETG_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PETG_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_petg variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PETG_normal.inst.cfg index 2876df2fad..13033b226f 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PETG_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PETG_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PLA_extrafast.inst.cfg index 7aeb059723..7a07be5604 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PLA_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PLA_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PLA_fast.inst.cfg index d8ebfb27c9..344d5fb46a 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PLA_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PLA_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PLA_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PLA_fine.inst.cfg index cc8aedbd9e..efe512aa99 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PLA_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PLA_fine.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fine definition = voron2_base +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = generic_pla variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.40_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PLA_normal.inst.cfg index 344b83442b..865ce0012c 100644 --- a/resources/quality/voron2/voron2_v6_0.40_PLA_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_PLA_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = V6 0.40mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_ABS_extrafast.inst.cfg index cc72ef9e56..25a5be37f2 100644 --- a/resources/quality/voron2/voron2_v6_0.50_ABS_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_ABS_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_ABS_fast.inst.cfg index dce6716da4..c2b059ec19 100644 --- a/resources/quality/voron2/voron2_v6_0.50_ABS_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_ABS_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_ABS_normal.inst.cfg index c6986089ba..271d625b10 100644 --- a/resources/quality/voron2/voron2_v6_0.50_ABS_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_ABS_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_ABS_sprint.inst.cfg index 9200f4f418..cdf4e5e997 100644 --- a/resources/quality/voron2/voron2_v6_0.50_ABS_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_ABS_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_abs variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_Nylon_extrafast.inst.cfg index c505f6f1eb..a856689265 100644 --- a/resources/quality/voron2/voron2_v6_0.50_Nylon_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_Nylon_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_Nylon_fast.inst.cfg index e8e465cfca..c769352cae 100644 --- a/resources/quality/voron2/voron2_v6_0.50_Nylon_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_Nylon_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_Nylon_normal.inst.cfg index 7f6954e7aa..e5daba733e 100644 --- a/resources/quality/voron2/voron2_v6_0.50_Nylon_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_Nylon_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_nylon variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_Nylon_sprint.inst.cfg index 716790277c..4085c72aa0 100644 --- a/resources/quality/voron2/voron2_v6_0.50_Nylon_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_Nylon_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_nylon variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PC_extrafast.inst.cfg index a291a8c639..efeadeebce 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PC_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PC_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PC_fast.inst.cfg index d7bb176b5f..c5e8f11139 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PC_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PC_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PC_normal.inst.cfg index 06a419b385..0ac1ac6763 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PC_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PC_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pc variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PC_sprint.inst.cfg index 147f6647b1..159cce4cd8 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PC_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PC_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pc +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pc variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PETG_extrafast.inst.cfg index 249a083926..8bd94ca16d 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PETG_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PETG_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PETG_fast.inst.cfg index 075ddffc75..1d594f3cd6 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PETG_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PETG_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PETG_normal.inst.cfg index 7d56fab9b1..5d5d1ef31f 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PETG_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PETG_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PETG_sprint.inst.cfg index 8c3166015b..19d0948c17 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PETG_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PETG_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_petg variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PLA_extrafast.inst.cfg index bdaa3ac7b5..3bf963d3a7 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PLA_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PLA_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PLA_fast.inst.cfg index c39ed9e7b8..4dc047e8c0 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PLA_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PLA_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PLA_normal.inst.cfg index bc67de8c55..7ac79fd08f 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PLA_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PLA_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.50_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PLA_sprint.inst.cfg index e4cdd12f50..f11b6e3275 100644 --- a/resources/quality/voron2/voron2_v6_0.50_PLA_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_PLA_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pla variant = V6 0.50mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_ABS_extrafast.inst.cfg index 28f6423759..6aa6dfc875 100644 --- a/resources/quality/voron2/voron2_v6_0.60_ABS_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_ABS_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_ABS_fast.inst.cfg index 6ca1623138..ff66063820 100644 --- a/resources/quality/voron2/voron2_v6_0.60_ABS_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_ABS_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_ABS_sprint.inst.cfg index 63b443999b..6ddc55c094 100644 --- a/resources/quality/voron2/voron2_v6_0.60_ABS_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_ABS_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_abs variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_Nylon_extrafast.inst.cfg index 8ddd2e7950..d86dea4fd1 100644 --- a/resources/quality/voron2/voron2_v6_0.60_Nylon_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_Nylon_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_Nylon_fast.inst.cfg index 766a32f72d..47f81c8aae 100644 --- a/resources/quality/voron2/voron2_v6_0.60_Nylon_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_Nylon_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_Nylon_sprint.inst.cfg index bee752d22f..d660d5ed78 100644 --- a/resources/quality/voron2/voron2_v6_0.60_Nylon_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_Nylon_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_nylon variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PC_extrafast.inst.cfg index 818676283a..3a1d0c37a4 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PC_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PC_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PC_fast.inst.cfg index 8b06ab8d13..30b3c68b37 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PC_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PC_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PC_sprint.inst.cfg index 41783c365c..0be863a2ff 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PC_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PC_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pc +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pc variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PETG_extrafast.inst.cfg index 476945f98d..17490eca90 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PETG_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PETG_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PETG_fast.inst.cfg index ab9adb5cce..4ad0a88ba3 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PETG_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PETG_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PETG_sprint.inst.cfg index 77afe937e6..c7a1bf336e 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PETG_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PETG_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_petg variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PLA_extrafast.inst.cfg index d091676141..e3af696b58 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PLA_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PLA_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PLA_fast.inst.cfg index 25bbf43a31..25bfd82517 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PLA_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PLA_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.60_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PLA_sprint.inst.cfg index e06deae44a..1695d79351 100644 --- a/resources/quality/voron2/voron2_v6_0.60_PLA_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_PLA_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pla variant = V6 0.60mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_ABS_extrafast.inst.cfg index cf55cbbd2f..d1ab1c5b0c 100644 --- a/resources/quality/voron2/voron2_v6_0.80_ABS_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_ABS_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_ABS_sprint.inst.cfg index 226a615d80..1a72d4acfe 100644 --- a/resources/quality/voron2/voron2_v6_0.80_ABS_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_ABS_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_abs variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_ABS_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_ABS_supersprint.inst.cfg index d8e87ea6c7..6bd15108a4 100644 --- a/resources/quality/voron2/voron2_v6_0.80_ABS_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_ABS_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_abs +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_abs variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_Nylon_extrafast.inst.cfg index bae0fa7091..f09639bc45 100644 --- a/resources/quality/voron2/voron2_v6_0.80_Nylon_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_Nylon_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_Nylon_sprint.inst.cfg index 8571daecd4..99fe5bd2ff 100644 --- a/resources/quality/voron2/voron2_v6_0.80_Nylon_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_Nylon_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_nylon variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_Nylon_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_Nylon_supersprint.inst.cfg index f82ce951f1..142f0835e7 100644 --- a/resources/quality/voron2/voron2_v6_0.80_Nylon_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_Nylon_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_nylon variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PC_extrafast.inst.cfg index f9c38db792..d659945790 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PC_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PC_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PC_sprint.inst.cfg index 9a63a1f5d5..a61dd93749 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PC_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PC_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pc +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pc variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PC_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PC_supersprint.inst.cfg index e2f91c96bc..ea69b5991d 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PC_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PC_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_pc +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pc variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PETG_extrafast.inst.cfg index 51f7b84f17..8e0280ec51 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PETG_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PETG_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PETG_sprint.inst.cfg index f1012f0931..4383321533 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PETG_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PETG_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_petg variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PETG_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PETG_supersprint.inst.cfg index 347df078c7..d84510fd6c 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PETG_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PETG_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_petg +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_petg variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PLA_extrafast.inst.cfg index c46398712a..5dcffb56a9 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PLA_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PLA_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PLA_sprint.inst.cfg index 25adc282ca..3e42cb7f67 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PLA_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PLA_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pla variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_v6_0.80_PLA_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PLA_supersprint.inst.cfg index b772a7d385..b79ed2c124 100644 --- a/resources/quality/voron2/voron2_v6_0.80_PLA_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_PLA_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_pla +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pla variant = V6 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_ABS_extrafast.inst.cfg index 6c282dfe80..4a541cd118 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_ABS_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_ABS_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_ABS_fast.inst.cfg index cdf294b3cf..0dfc3bde86 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_ABS_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_ABS_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_ABS_normal.inst.cfg index edf099b54e..abdf78fe17 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_ABS_normal.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_ABS_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_abs variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_Nylon_extrafast.inst.cfg index 9a7c64fe76..5258c052c1 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_Nylon_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_Nylon_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_Nylon_fast.inst.cfg index 402285d965..547809f958 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_Nylon_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_Nylon_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_Nylon_normal.inst.cfg index 290273cf7a..d94083bf02 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_Nylon_normal.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_Nylon_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_nylon variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PC_extrafast.inst.cfg index 72dceec9b6..d27781b62b 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PC_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PC_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PC_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PC_fast.inst.cfg index bad8822fb1..a631f1d8ea 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PC_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PC_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PC_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PC_normal.inst.cfg index 403008ccfc..0f0aee915a 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PC_normal.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PC_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pc variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PETG_extrafast.inst.cfg index f3678b1383..322ba42496 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PETG_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PETG_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PETG_fast.inst.cfg index 586dbef5f8..fa55f3fb64 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PETG_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PETG_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PETG_normal.inst.cfg index 9d0222479a..11acd81158 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PETG_normal.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PETG_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_petg variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PLA_extrafast.inst.cfg index ea772b8572..bf9380979e 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PLA_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PLA_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PLA_fast.inst.cfg index dc2e2b6820..721f31dada 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PLA_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PLA_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.40_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PLA_normal.inst.cfg index b370c748af..258fe5a757 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_PLA_normal.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_PLA_normal.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Normal definition = voron2_base +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -material = generic_pla variant = Volcano 0.40mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_ABS_extrafast.inst.cfg index ecaaf8407a..5fb6e0d92e 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_ABS_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_ABS_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_ABS_fast.inst.cfg index c5f28602d3..231e8f1e4a 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_ABS_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_ABS_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_abs +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_abs variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_ABS_sprint.inst.cfg index eacc496297..e05c9376dc 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_ABS_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_ABS_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_abs variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_Nylon_extrafast.inst.cfg index 78ba037a5e..0be45dcc10 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_Nylon_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_Nylon_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_Nylon_fast.inst.cfg index fe9dbe4496..687c6847d9 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_Nylon_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_Nylon_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_nylon +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_nylon variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_Nylon_sprint.inst.cfg index 21213622cd..746884158d 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_Nylon_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_Nylon_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_nylon variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PC_extrafast.inst.cfg index 4c8b7441ce..d1796ff1b6 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PC_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PC_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PC_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PC_fast.inst.cfg index 91c154102b..c0ea6a4ed1 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PC_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PC_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pc +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pc variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PC_sprint.inst.cfg index 1c8ebda507..3bd52bc28f 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PC_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PC_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pc +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pc variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PETG_extrafast.inst.cfg index c0ae3cb57d..52a546496d 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PETG_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PETG_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PETG_fast.inst.cfg index 0cdf3982a5..3c419782d0 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PETG_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PETG_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_petg +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_petg variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PETG_sprint.inst.cfg index bbb640b8fe..45273c215b 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PETG_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PETG_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_petg variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PLA_extrafast.inst.cfg index a9cb7ab432..aa92df677f 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PLA_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PLA_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PLA_fast.inst.cfg index 1eedd2852d..5a1a240651 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PLA_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PLA_fast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Fast definition = voron2_base +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast -material = generic_pla variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.60_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PLA_sprint.inst.cfg index a1a2cba822..f3ca1ac17d 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_PLA_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_PLA_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pla variant = Volcano 0.60mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_ABS_extrafast.inst.cfg index a54c8838a5..a48a3ddc8f 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_ABS_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_ABS_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_abs +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_abs variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_ABS_sprint.inst.cfg index 6077096e70..5ee185f312 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_ABS_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_ABS_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_abs variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_ABS_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_ABS_supersprint.inst.cfg index 8ecb7fe418..8e1d883092 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_ABS_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_ABS_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_abs +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_abs variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_Nylon_extrafast.inst.cfg index 28a9bc13ee..e5e7251cbc 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_Nylon_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_Nylon_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_nylon +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_nylon variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_Nylon_sprint.inst.cfg index a80a1e67f0..60b03c336f 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_Nylon_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_Nylon_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_nylon variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_Nylon_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_Nylon_supersprint.inst.cfg index 8b6219c0f2..bcbd2d29b8 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_Nylon_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_Nylon_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_nylon variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PC_extrafast.inst.cfg index 7d93999ed5..e92b9bd3b3 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PC_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PC_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pc +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pc variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PC_sprint.inst.cfg index f219ca753a..b494810d28 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PC_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PC_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pc +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pc variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PC_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PC_supersprint.inst.cfg index ba67f4abc5..adce6b1a12 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PC_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PC_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_pc +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pc variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PETG_extrafast.inst.cfg index 25bba48c74..bf8f89d947 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PETG_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PETG_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_petg +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_petg variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PETG_sprint.inst.cfg index 00b096684f..609353f0e4 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PETG_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PETG_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_petg variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PETG_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PETG_supersprint.inst.cfg index dfccf16612..d6f841fd86 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PETG_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PETG_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_petg +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_petg variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PLA_extrafast.inst.cfg index d651d54a22..52a550016b 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PLA_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PLA_extrafast.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Extra Fast definition = voron2_base +name = Extra Fast +version = 4 [metadata] +material = generic_pla +quality_type = extrafast setting_version = 20 type = quality -quality_type = extrafast -material = generic_pla variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PLA_sprint.inst.cfg index 1bd3084343..04ce91ab0f 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PLA_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PLA_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pla variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_0.80_PLA_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PLA_supersprint.inst.cfg index 2631bdb0b6..86e6bb1f0a 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_PLA_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_PLA_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_pla +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pla variant = Volcano 0.80mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_ABS_sprint.inst.cfg index 913c2bb117..4b9a8b1b22 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_ABS_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_ABS_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_abs variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_ABS_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_ABS_supersprint.inst.cfg index 4d8b5bca42..1ec3d8ba5a 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_ABS_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_ABS_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_abs +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_abs variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_ABS_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_ABS_ultrasprint.inst.cfg index 11376dfb61..8e9360815a 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_ABS_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_ABS_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_abs +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_abs variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_Nylon_sprint.inst.cfg index b0e4e38442..5fec881121 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_Nylon_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_Nylon_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_nylon variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_Nylon_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_Nylon_supersprint.inst.cfg index ec55bdc9e6..0a4bd23fb1 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_Nylon_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_Nylon_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_nylon variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_Nylon_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_Nylon_ultrasprint.inst.cfg index 8c2c152ac6..feaed8baf0 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_Nylon_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_Nylon_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_nylon variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PC_sprint.inst.cfg index 9b8d6cb34e..05bc81c809 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PC_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PC_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pc +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pc variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PC_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PC_supersprint.inst.cfg index eec96a71b5..0f8d8849f0 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PC_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PC_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_pc +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pc variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PC_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PC_ultrasprint.inst.cfg index 3f7751bf15..dc1da29112 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PC_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PC_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_pc +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_pc variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PETG_sprint.inst.cfg index d38499f1c4..c87061ac8e 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PETG_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PETG_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_petg variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PETG_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PETG_supersprint.inst.cfg index fb0a0923e0..4fd8417a6f 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PETG_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PETG_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_petg +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_petg variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PETG_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PETG_ultrasprint.inst.cfg index 4c3df9b92e..ca05a5497d 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PETG_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PETG_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_petg +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_petg variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PLA_sprint.inst.cfg index bb25fb6148..0d3d313154 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PLA_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PLA_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pla variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PLA_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PLA_supersprint.inst.cfg index 40729794bb..48848d7afc 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PLA_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PLA_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_pla +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pla variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.00_PLA_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PLA_ultrasprint.inst.cfg index 6ba8485c48..7b944ae372 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_PLA_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_PLA_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_pla +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_pla variant = Volcano 1.00mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_ABS_sprint.inst.cfg index 29b11ecaa9..c856fae8ec 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_ABS_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_ABS_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_abs +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_abs variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_ABS_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_ABS_supersprint.inst.cfg index ac005af7c8..ab3b88127c 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_ABS_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_ABS_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_abs +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_abs variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_ABS_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_ABS_ultrasprint.inst.cfg index e445354c80..06e4bc144d 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_ABS_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_ABS_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_abs +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_abs variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_Nylon_sprint.inst.cfg index 9969ab06a8..5cefc52db6 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_Nylon_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_Nylon_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_nylon variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_Nylon_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_Nylon_supersprint.inst.cfg index 3bbb15c972..213f2cef80 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_Nylon_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_Nylon_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_nylon variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_Nylon_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_Nylon_ultrasprint.inst.cfg index fff73c8953..9f064d1dd9 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_Nylon_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_Nylon_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_nylon +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_nylon variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PC_sprint.inst.cfg index d38ca85d1c..120c32e57c 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PC_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PC_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pc +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pc variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PC_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PC_supersprint.inst.cfg index f1b6fb2972..218397d196 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PC_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PC_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_pc +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pc variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PC_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PC_ultrasprint.inst.cfg index 879d3c40d8..96510d42f9 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PC_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PC_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_pc +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_pc variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PETG_sprint.inst.cfg index cc2171aaab..262e5ea786 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PETG_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PETG_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_petg +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_petg variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PETG_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PETG_supersprint.inst.cfg index 243322f8d6..2c49bd4dbd 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PETG_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PETG_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_petg +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_petg variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PETG_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PETG_ultrasprint.inst.cfg index 050d941410..c01e8887f9 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PETG_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PETG_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_petg +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_petg variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PLA_sprint.inst.cfg index 554088534a..7c967b9472 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PLA_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PLA_sprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Sprint definition = voron2_base +name = Sprint +version = 4 [metadata] +material = generic_pla +quality_type = sprint setting_version = 20 type = quality -quality_type = sprint -material = generic_pla variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PLA_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PLA_supersprint.inst.cfg index bffe80f8f2..eebf471d87 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PLA_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PLA_supersprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Super Sprint definition = voron2_base +name = Super Sprint +version = 4 [metadata] +material = generic_pla +quality_type = supersprint setting_version = 20 type = quality -quality_type = supersprint -material = generic_pla variant = Volcano 1.20mm [values] diff --git a/resources/quality/voron2/voron2_volcano_1.20_PLA_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PLA_ultrasprint.inst.cfg index 002e636f7c..b839f2bfeb 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_PLA_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_PLA_ultrasprint.inst.cfg @@ -1,13 +1,13 @@ [general] -version = 4 -name = Ultra Sprint definition = voron2_base +name = Ultra Sprint +version = 4 [metadata] +material = generic_pla +quality_type = ultrasprint setting_version = 20 type = quality -quality_type = ultrasprint -material = generic_pla variant = Volcano 1.20mm [values] diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.2_ABS_super.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.2_ABS_super.inst.cfg index 1172d8936e..f3c8806a59 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.2_ABS_super.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.2_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.2_ABS_ultra.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.2_ABS_ultra.inst.cfg index 0edb3cc21e..245db9c2ae 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.2_ABS_ultra.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.2_ABS_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = vzbot_base +name = Ultra Quality +version = 4 [metadata] +material = generic_abs +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_abs variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_adaptive.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_adaptive.inst.cfg index 4e0838328b..0b88df1002 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_low.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_low.inst.cfg index b7e74e6828..d30d22ee03 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_low.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_standard.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_standard.inst.cfg index ffb06a5ed5..41f909e965 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_standard.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_super.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_super.inst.cfg index 096008f445..b654dd7e32 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_super.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.3_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_adaptive.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_adaptive.inst.cfg index 44330c66ff..72316e106a 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_low.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_low.inst.cfg index db55af0707..e71186bcb7 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_low.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_standard.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_standard.inst.cfg index c900d791dc..e891b60df2 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_standard.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_super.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_super.inst.cfg index dee4930c45..d54a73f847 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_super.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.4_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_adaptive.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_adaptive.inst.cfg index 62503a0e57..861ace2d01 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_abs +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_low.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_low.inst.cfg index 3893a57516..c5501b7ac4 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_low.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_abs +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_standard.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_standard.inst.cfg index 074f737974..a6c94ab453 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_standard.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_super.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_super.inst.cfg index d38191adf6..9ab052cc49 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_super.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.5_ABS_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_abs +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_abs variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.6_ABS_standard.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.6_ABS_standard.inst.cfg index ff2a7be6f8..1c57655a91 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.6_ABS_standard.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.6_ABS_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_abs +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_abs variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_0.8_ABS_draft.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_0.8_ABS_draft.inst.cfg index f9f87c4bde..5aae226c8e 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_0.8_ABS_draft.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_0.8_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/ABS/vzbot_1.0_ABS_draft.inst.cfg b/resources/quality/vzbot/base/ABS/vzbot_1.0_ABS_draft.inst.cfg index 49acfd6c32..335066686d 100644 --- a/resources/quality/vzbot/base/ABS/vzbot_1.0_ABS_draft.inst.cfg +++ b/resources/quality/vzbot/base/ABS/vzbot_1.0_ABS_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_abs variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.2_PC_super.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.2_PC_super.inst.cfg index d81e378b7e..cede8f3326 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.2_PC_super.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.2_PC_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pc +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pc variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.2_PC_ultra.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.2_PC_ultra.inst.cfg index 0138d8a2b1..aa8083d80b 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.2_PC_ultra.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.2_PC_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = vzbot_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pc +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pc variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.3_PC_adaptive.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.3_PC_adaptive.inst.cfg index b05b418263..d520acc8d0 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.3_PC_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.3_PC_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pc +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pc variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.3_PC_low.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.3_PC_low.inst.cfg index 9ef0d4a9d5..b04dced371 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.3_PC_low.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.3_PC_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pc +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pc variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.3_PC_standard.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.3_PC_standard.inst.cfg index ce4fa4ec3b..a6b4f96914 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.3_PC_standard.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.3_PC_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pc +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pc variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.3_PC_super.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.3_PC_super.inst.cfg index bccbe5fd30..4615aada10 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.3_PC_super.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.3_PC_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pc +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pc variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.4_PC_adaptive.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.4_PC_adaptive.inst.cfg index 007bf4a739..2e2c3eccb6 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.4_PC_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.4_PC_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pc +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pc variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.4_PC_low.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.4_PC_low.inst.cfg index 258b44c446..9e65fe7a20 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.4_PC_low.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.4_PC_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pc +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pc variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.4_PC_standard.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.4_PC_standard.inst.cfg index 066563b61e..1cede9e217 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.4_PC_standard.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.4_PC_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pc +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pc variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.4_PC_super.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.4_PC_super.inst.cfg index 4064f8105d..78f9c102ec 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.4_PC_super.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.4_PC_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pc +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pc variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.5_PC_adaptive.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.5_PC_adaptive.inst.cfg index d05afb5d20..71b6d48b52 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.5_PC_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.5_PC_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pc +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pc variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.5_PC_low.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.5_PC_low.inst.cfg index 237b0f5143..8f715720d4 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.5_PC_low.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.5_PC_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pc +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pc variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.5_PC_standard.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.5_PC_standard.inst.cfg index 5a80deba10..188344badc 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.5_PC_standard.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.5_PC_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pc +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pc variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.5_PC_super.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.5_PC_super.inst.cfg index 274d9a325d..e5a0b9d70f 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.5_PC_super.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.5_PC_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pc +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pc variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.6_PC_standard.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.6_PC_standard.inst.cfg index 24f08de191..08042e4434 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.6_PC_standard.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.6_PC_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pc +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pc variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/PC/vzbot_0.8_PC_draft.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_0.8_PC_draft.inst.cfg index 4b677368fc..459bac8bec 100644 --- a/resources/quality/vzbot/base/PC/vzbot_0.8_PC_draft.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_0.8_PC_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pc variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/PC/vzbot_1.0_PC_draft.inst.cfg b/resources/quality/vzbot/base/PC/vzbot_1.0_PC_draft.inst.cfg index e50c5f689f..9a08b2894d 100644 --- a/resources/quality/vzbot/base/PC/vzbot_1.0_PC_draft.inst.cfg +++ b/resources/quality/vzbot/base/PC/vzbot_1.0_PC_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pc variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.2_PETG_super.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.2_PETG_super.inst.cfg index 04d751e946..f379a0b450 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.2_PETG_super.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.2_PETG_super.inst.cfg @@ -1,17 +1,16 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 -#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.2_PETG_ultra.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.2_PETG_ultra.inst.cfg index 476c1d668b..0ef63d7dc3 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.2_PETG_ultra.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.2_PETG_ultra.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = vzbot_base +name = Ultra Quality +version = 4 [metadata] +material = generic_petg +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_petg variant = 0.2mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*8 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_adaptive.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_adaptive.inst.cfg index a06d17c654..f1600d4d0a 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_low.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_low.inst.cfg index d6ee8ad833..e8465f3ed0 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_low.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_standard.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_standard.inst.cfg index 043ba4c6c9..fb0972ae71 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_standard.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_super.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_super.inst.cfg index 9d4c369e21..282c30cfb8 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_super.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.3_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.3mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_adaptive.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_adaptive.inst.cfg index 9fdd362428..49a189a94a 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_low.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_low.inst.cfg index 235f85aac9..d0f96dba8e 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_low.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_standard.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_standard.inst.cfg index 5d7cbd0316..6e517bf626 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_standard.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_super.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_super.inst.cfg index 9bd75af91e..e4420d6546 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_super.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.4_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.4mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_adaptive.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_adaptive.inst.cfg index 2c81e446cd..b5141f10ab 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_adaptive.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_petg +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_low.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_low.inst.cfg index 9ac33529c2..d9159cb10f 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_low.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_low.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_petg +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_standard.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_standard.inst.cfg index 041afa5a51..eacf638059 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_standard.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_super.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_super.inst.cfg index 1774c159c8..6f885e955a 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_super.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.5_PETG_super.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_petg +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_petg variant = 0.5mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*4 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.6_PETG_standard.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.6_PETG_standard.inst.cfg index b8bb0b9c2e..d247d29ebb 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.6_PETG_standard.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.6_PETG_standard.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_petg +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_petg variant = 0.6mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_0.8_PETG_draft.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_0.8_PETG_draft.inst.cfg index 6743af5426..e702677ed8 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_0.8_PETG_draft.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_0.8_PETG_draft.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 0.8mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PETG/vzbot_1.0_PETG_draft.inst.cfg b/resources/quality/vzbot/base/PETG/vzbot_1.0_PETG_draft.inst.cfg index 2d5ce7738a..1730afbbfc 100644 --- a/resources/quality/vzbot/base/PETG/vzbot_1.0_PETG_draft.inst.cfg +++ b/resources/quality/vzbot/base/PETG/vzbot_1.0_PETG_draft.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_petg variant = 1.0mm Nozzle [values] speed_layer_0 = 15 wall_thickness = =line_width*3 -#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.2_PLA_super.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.2_PLA_super.inst.cfg index 33a189c97a..cc4e0672dd 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.2_PLA_super.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.2_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.2_PLA_ultra.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.2_PLA_ultra.inst.cfg index bdb0837012..b45ee7accb 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.2_PLA_ultra.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.2_PLA_ultra.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Ultra Quality definition = vzbot_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pla +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pla variant = 0.2mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_adaptive.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_adaptive.inst.cfg index e3b1f21133..6c358485e1 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_low.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_low.inst.cfg index 5c10f5fe44..959b9a59fa 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_low.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_standard.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_standard.inst.cfg index 31cc0964cc..0ca84bfdfc 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_standard.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_super.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_super.inst.cfg index db65a7a5fd..9accc5f250 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_super.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.3_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.3mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_adaptive.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_adaptive.inst.cfg index 5168a91040..2d99ca87e9 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_low.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_low.inst.cfg index fb1bc859aa..3d4f43f2ee 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_low.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_standard.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_standard.inst.cfg index dbc0304fb1..b8b6b5ff0d 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_standard.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_super.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_super.inst.cfg index 5d7ed6eda2..46749397e7 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_super.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.4_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.4mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_adaptive.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_adaptive.inst.cfg index 1f34441e00..ba0a2ba905 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_adaptive.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pla +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_low.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_low.inst.cfg index 600905790b..064607effa 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_low.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_standard.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_standard.inst.cfg index 9beb4f15ed..2f238a8af7 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_standard.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_super.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_super.inst.cfg index df89cc112f..afc90a2942 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_super.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.5_PLA_super.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pla +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pla variant = 0.5mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_draft.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_draft.inst.cfg index ea70262be7..032d994e0f 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_draft.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_low.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_low.inst.cfg index 7b2de73fb6..69ec7c3494 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_low.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_low.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pla +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_standard.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_standard.inst.cfg index 0cf308feed..ebeb3c7fc8 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_standard.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.6_PLA_standard.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pla +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pla variant = 0.6mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_0.8_PLA_draft.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_0.8_PLA_draft.inst.cfg index f57384d4f8..84c2321212 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_0.8_PLA_draft.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_0.8_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 0.8mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PLA/vzbot_1.0_PLA_draft.inst.cfg b/resources/quality/vzbot/base/PLA/vzbot_1.0_PLA_draft.inst.cfg index a8ff4828cf..e46787ae95 100644 --- a/resources/quality/vzbot/base/PLA/vzbot_1.0_PLA_draft.inst.cfg +++ b/resources/quality/vzbot/base/PLA/vzbot_1.0_PLA_draft.inst.cfg @@ -1,13 +1,14 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pla variant = 1.0mm Nozzle [values] + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.2_PVA_super.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.2_PVA_super.inst.cfg index 44cd9ab901..1c751fddf1 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.2_PVA_super.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.2_PVA_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pva +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pva variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.2_PVA_ultra.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.2_PVA_ultra.inst.cfg index da03a40dbc..f6947f6601 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.2_PVA_ultra.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.2_PVA_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = vzbot_base +name = Ultra Quality +version = 4 [metadata] +material = generic_pva +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_pva variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_adaptive.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_adaptive.inst.cfg index 8d123ae44a..d8df063bad 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pva +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pva variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_low.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_low.inst.cfg index 028c68fc97..5635bd8dda 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_low.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pva +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pva variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_standard.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_standard.inst.cfg index 430edb0ef4..b47c0f8e0b 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_standard.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pva +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pva variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_super.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_super.inst.cfg index be21aab260..61cfa4eb2b 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_super.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.3_PVA_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pva +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pva variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_adaptive.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_adaptive.inst.cfg index e5cb2b3206..df72128cf2 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pva +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pva variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_low.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_low.inst.cfg index 8b40061ad9..334f14e01e 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_low.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pva +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pva variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_standard.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_standard.inst.cfg index fd3ae9365e..329652fc86 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_standard.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pva +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pva variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_super.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_super.inst.cfg index 51b94b8f25..0cf105e33b 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_super.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.4_PVA_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pva +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pva variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_adaptive.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_adaptive.inst.cfg index 71582cac63..9103cb533b 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_pva +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_pva variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_low.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_low.inst.cfg index 4d05101be5..ab5ab93aad 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_low.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_pva +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_pva variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_standard.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_standard.inst.cfg index 64033125b5..dd70c9e532 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_standard.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pva +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pva variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_super.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_super.inst.cfg index cf53742dd9..0b9f1e6c66 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_super.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.5_PVA_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_pva +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_pva variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.6_PVA_standard.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.6_PVA_standard.inst.cfg index fcd17e7c77..748fad245b 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.6_PVA_standard.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.6_PVA_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_pva +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_pva variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_0.8_PVA_draft.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_0.8_PVA_draft.inst.cfg index b38d437bb6..f4108b8b3b 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_0.8_PVA_draft.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_0.8_PVA_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pva variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/PVA/vzbot_1.0_PVA_draft.inst.cfg b/resources/quality/vzbot/base/PVA/vzbot_1.0_PVA_draft.inst.cfg index ef83c1e707..44c012a70e 100644 --- a/resources/quality/vzbot/base/PVA/vzbot_1.0_PVA_draft.inst.cfg +++ b/resources/quality/vzbot/base/PVA/vzbot_1.0_PVA_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_pva +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_pva variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_adaptive.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_adaptive.inst.cfg index 9ca773979e..368c6bc7f4 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.3mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_standard.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_standard.inst.cfg index db460cc2ae..97439fd2a2 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_standard.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.3mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_super.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_super.inst.cfg index d19f4e96ea..5a446882e7 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_super.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.3_TPU_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.3mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_adaptive.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_adaptive.inst.cfg index 4d40a7a6ac..f9affe03fc 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.4mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_standard.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_standard.inst.cfg index e3ba8d9aa2..cc4a5252a0 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_standard.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.4mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_super.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_super.inst.cfg index 26d5dd1e9e..fa90392ae8 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_super.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.4_TPU_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.4mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_adaptive.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_adaptive.inst.cfg index 14a2dce709..423635ae7b 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_adaptive.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_tpu +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_tpu variant = 0.5mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_standard.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_standard.inst.cfg index e139231910..b68f97b3bd 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_standard.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.5mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_super.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_super.inst.cfg index ac167cee50..dbac11c772 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_super.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.5_TPU_super.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_tpu +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_tpu variant = 0.5mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.6_TPU_standard.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.6_TPU_standard.inst.cfg index c1b93cdb67..346ff12284 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.6_TPU_standard.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.6_TPU_standard.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_tpu +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_tpu variant = 0.6mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_0.8_TPU_draft.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_0.8_TPU_draft.inst.cfg index 26fac84680..bb032fbd50 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_0.8_TPU_draft.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_0.8_TPU_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 0.8mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/TPU/vzbot_1.0_TPU_draft.inst.cfg b/resources/quality/vzbot/base/TPU/vzbot_1.0_TPU_draft.inst.cfg index 3e0586e119..d824e02036 100644 --- a/resources/quality/vzbot/base/TPU/vzbot_1.0_TPU_draft.inst.cfg +++ b/resources/quality/vzbot/base/TPU/vzbot_1.0_TPU_draft.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_tpu variant = 1.0mm Nozzle [values] retraction_enable = False speed_print = 150 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.2_nylon_super.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.2_nylon_super.inst.cfg index e6a89b1c87..b8298fcccb 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.2_nylon_super.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.2_nylon_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_nylon +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_nylon variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.2_nylon_ultra.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.2_nylon_ultra.inst.cfg index 9c86dcd8b1..01bc3737d9 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.2_nylon_ultra.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.2_nylon_ultra.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Ultra Quality definition = vzbot_base +name = Ultra Quality +version = 4 [metadata] +material = generic_nylon +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra -material = generic_nylon variant = 0.2mm Nozzle [values] wall_thickness = =line_width*8 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_adaptive.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_adaptive.inst.cfg index 1a81dca16b..c0e3677410 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_nylon +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_nylon variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_low.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_low.inst.cfg index 8aa09c3fad..222c517444 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_low.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_nylon +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_nylon variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_standard.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_standard.inst.cfg index f7686ef1e9..c00c3167e0 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_standard.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_nylon +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_nylon variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_super.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_super.inst.cfg index b9c5d88753..d73976e836 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_super.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.3_nylon_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_nylon +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_nylon variant = 0.3mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_adaptive.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_adaptive.inst.cfg index b50b782a2c..8f8409795a 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_nylon +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_nylon variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_low.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_low.inst.cfg index 0cceeee6ba..3026265274 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_low.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_nylon +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_nylon variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_standard.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_standard.inst.cfg index 23e7d27895..81023182da 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_standard.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_nylon +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_nylon variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_super.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_super.inst.cfg index 2f94a9aa13..8a1cc10273 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_super.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.4_nylon_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_nylon +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_nylon variant = 0.4mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_adaptive.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_adaptive.inst.cfg index ccd20b204d..a604a7d7ff 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_adaptive.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +material = generic_nylon +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive -material = generic_nylon variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_low.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_low.inst.cfg index cba8ccba33..c1b7912146 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_low.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_low.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +material = generic_nylon +quality_type = low setting_version = 20 type = quality -quality_type = low -material = generic_nylon variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_standard.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_standard.inst.cfg index 964a50083b..90ff6bf638 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_standard.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_nylon +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_nylon variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_super.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_super.inst.cfg index f2c7dab429..354a3196fa 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_super.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.5_nylon_super.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +material = generic_nylon +quality_type = super setting_version = 20 type = quality -quality_type = super -material = generic_nylon variant = 0.5mm Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.6_nylon_standard.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.6_nylon_standard.inst.cfg index 966e963d61..753ab7d382 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.6_nylon_standard.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.6_nylon_standard.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +material = generic_nylon +quality_type = standard setting_version = 20 type = quality -quality_type = standard -material = generic_nylon variant = 0.6mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_0.8_nylon_draft.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_0.8_nylon_draft.inst.cfg index 82589b81ac..705205d1cb 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_0.8_nylon_draft.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_0.8_nylon_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_nylon variant = 0.8mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/nylon/vzbot_1.0_nylon_draft.inst.cfg b/resources/quality/vzbot/base/nylon/vzbot_1.0_nylon_draft.inst.cfg index bd465e599e..d93f2fb329 100644 --- a/resources/quality/vzbot/base/nylon/vzbot_1.0_nylon_draft.inst.cfg +++ b/resources/quality/vzbot/base/nylon/vzbot_1.0_nylon_draft.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +material = generic_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -material = generic_nylon variant = 1.0mm Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/vzbot/base/vzbot_global_adaptive.inst.cfg b/resources/quality/vzbot/base/vzbot_global_adaptive.inst.cfg index 118d1d406d..5ff6053a3d 100644 --- a/resources/quality/vzbot/base/vzbot_global_adaptive.inst.cfg +++ b/resources/quality/vzbot/base/vzbot_global_adaptive.inst.cfg @@ -1,19 +1,20 @@ [general] -version = 4 -name = Dynamic Quality definition = vzbot_base +name = Dynamic Quality +version = 4 [metadata] +global_quality = True +quality_type = adaptive setting_version = 20 type = quality -quality_type = adaptive weight = -2 -global_quality = True [values] +adaptive_layer_height_enabled = true layer_height = 0.16 layer_height_0 = 0.20 +support_interface_height = =layer_height*6 top_bottom_thickness = =layer_height_0+layer_height*4 wall_thickness = =line_width*3 -support_interface_height = =layer_height*6 -adaptive_layer_height_enabled = true + diff --git a/resources/quality/vzbot/base/vzbot_global_draft.inst.cfg b/resources/quality/vzbot/base/vzbot_global_draft.inst.cfg index 5aa89ed91b..d07bc67212 100644 --- a/resources/quality/vzbot/base/vzbot_global_draft.inst.cfg +++ b/resources/quality/vzbot/base/vzbot_global_draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft Quality definition = vzbot_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -5 -global_quality = True [values] layer_height = 0.32 layer_height_0 = 0.32 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/vzbot/base/vzbot_global_low.inst.cfg b/resources/quality/vzbot/base/vzbot_global_low.inst.cfg index 096f6243cc..47d519e959 100644 --- a/resources/quality/vzbot/base/vzbot_global_low.inst.cfg +++ b/resources/quality/vzbot/base/vzbot_global_low.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Low Quality definition = vzbot_base +name = Low Quality +version = 4 [metadata] +global_quality = True +quality_type = low setting_version = 20 type = quality -quality_type = low weight = -4 -global_quality = True [values] layer_height = 0.28 layer_height_0 = 0.28 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/vzbot/base/vzbot_global_standard.inst.cfg b/resources/quality/vzbot/base/vzbot_global_standard.inst.cfg index 1728f05845..a3a4681651 100644 --- a/resources/quality/vzbot/base/vzbot_global_standard.inst.cfg +++ b/resources/quality/vzbot/base/vzbot_global_standard.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Standard Quality definition = vzbot_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = standard setting_version = 20 type = quality -quality_type = standard weight = -3 -global_quality = True [values] layer_height = 0.2 layer_height_0 = 0.2 +support_interface_height = =layer_height*4 top_bottom_thickness = =layer_height_0+layer_height*3 wall_thickness = =line_width*2 -support_interface_height = =layer_height*4 + diff --git a/resources/quality/vzbot/base/vzbot_global_super.inst.cfg b/resources/quality/vzbot/base/vzbot_global_super.inst.cfg index edaab249fd..58c344bd20 100644 --- a/resources/quality/vzbot/base/vzbot_global_super.inst.cfg +++ b/resources/quality/vzbot/base/vzbot_global_super.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Super Quality definition = vzbot_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = super setting_version = 20 type = quality -quality_type = super weight = -1 -global_quality = True [values] layer_height = 0.12 layer_height_0 = 0.12 +support_interface_height = =layer_height*8 top_bottom_thickness = =layer_height_0+layer_height*6 wall_thickness = =line_width*3 -support_interface_height = =layer_height*8 + diff --git a/resources/quality/vzbot/base/vzbot_global_ultra.inst.cfg b/resources/quality/vzbot/base/vzbot_global_ultra.inst.cfg index b0be2d68d1..471b4a65f7 100644 --- a/resources/quality/vzbot/base/vzbot_global_ultra.inst.cfg +++ b/resources/quality/vzbot/base/vzbot_global_ultra.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Ultra Quality definition = vzbot_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ultra setting_version = 20 type = quality -quality_type = ultra weight = 0 -global_quality = True [values] layer_height = 0.08 layer_height_0 = 0.12 +support_interface_height = =layer_height*12 top_bottom_thickness = =layer_height_0+layer_height*10 wall_thickness = =line_width*3 -support_interface_height = =layer_height*12 + diff --git a/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Draft.inst.cfg b/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Draft.inst.cfg index 988b9bbacb..1f71d32432 100644 --- a/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Draft.inst.cfg +++ b/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Draft.inst.cfg @@ -1,27 +1,27 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = Extrudr_GreenTECPro_Black_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = Extrudr_GreenTECPro_Black_175 variant = 0.4mm Nozzle +weight = 0 [values] -speed_print = 60 layer_height_0 = =round(layer_height * 1.25, 2) -material_print_temperature_layer_0 = =material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 -material_final_print_temperature = =material_print_temperature - 5 material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0= =material_bed_temperature + 10 +material_bed_temperature_layer_0 = =material_bed_temperature + 10 +material_final_print_temperature = =material_print_temperature - 5 material_flow_layer_0 = =material_flow + 4 -skirt_brim_material_flow= =material_flow + 4 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature_layer_0 = =material_print_temperature + 10 material_standby_temperature = 100 -support_z_distance = 0.2 +skirt_brim_material_flow = =material_flow + 4 +speed_print = 60 support_xy_distance = 0.8 +support_z_distance = 0.2 diff --git a/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Extra_Fine.inst.cfg index cec8414864..fd5462412d 100644 --- a/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Extra_Fine.inst.cfg @@ -1,26 +1,26 @@ [general] -version = 4 -name = Extra Fine definition = weedo_x40 +name = Extra Fine +version = 4 [metadata] +material = Extrudr_GreenTECPro_Black_175 +quality_type = extra fine setting_version = 20 type = quality -quality_type = extra fine -weight = 0 -material = Extrudr_GreenTECPro_Black_175 variant = 0.4mm Nozzle +weight = 0 [values] -speed_print = 30 -material_print_temperature_layer_0 = =material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 -material_final_print_temperature = =material_print_temperature - 5 material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0= =material_bed_temperature + 10 +material_bed_temperature_layer_0 = =material_bed_temperature + 10 +material_final_print_temperature = =material_print_temperature - 5 material_flow_layer_0 = =material_flow + 4 -skirt_brim_material_flow= =material_flow + 4 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature_layer_0 = =material_print_temperature + 10 material_standby_temperature = 100 -support_z_distance = 0.2 +skirt_brim_material_flow = =material_flow + 4 +speed_print = 30 support_xy_distance = 0.8 +support_z_distance = 0.2 diff --git a/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Fine.inst.cfg b/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Fine.inst.cfg index 8359062e11..78a98b4117 100644 --- a/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Fine.inst.cfg +++ b/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Fine.inst.cfg @@ -1,26 +1,26 @@ [general] -version = 4 -name = Fine definition = weedo_x40 +name = Fine +version = 4 [metadata] +material = Extrudr_GreenTECPro_Black_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = Extrudr_GreenTECPro_Black_175 variant = 0.4mm Nozzle +weight = 0 [values] -speed_print = 40 -material_print_temperature_layer_0 = =material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 -material_final_print_temperature = =material_print_temperature - 5 material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0= =material_bed_temperature + 10 +material_bed_temperature_layer_0 = =material_bed_temperature + 10 +material_final_print_temperature = =material_print_temperature - 5 material_flow_layer_0 = =material_flow + 4 -skirt_brim_material_flow= =material_flow + 4 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature_layer_0 = =material_print_temperature + 10 material_standby_temperature = 100 -support_z_distance = 0.2 +skirt_brim_material_flow = =material_flow + 4 +speed_print = 40 support_xy_distance = 0.8 +support_z_distance = 0.2 diff --git a/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Normal.inst.cfg b/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Normal.inst.cfg index f507065654..c80b982cda 100644 --- a/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Normal.inst.cfg +++ b/resources/quality/weedo_x40/Extrudr/weedo_x40_0.4_extrudr_GreenTECPro_Black_Normal.inst.cfg @@ -1,42 +1,26 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = Extrudr_GreenTECPro_Black_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = Extrudr_GreenTECPro_Black_175 variant = 0.4mm Nozzle +weight = 0 [values] -speed_print = 50 -material_print_temperature_layer_0 = =material_print_temperature + 10 -material_initial_print_temperature = =material_print_temperature - 5 -material_final_print_temperature = =material_print_temperature - 5 material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0= =material_bed_temperature + 10 +material_bed_temperature_layer_0 = =material_bed_temperature + 10 +material_final_print_temperature = =material_print_temperature - 5 material_flow_layer_0 = =material_flow + 4 -skirt_brim_material_flow= =material_flow + 4 +material_initial_print_temperature = =material_print_temperature - 5 +material_print_temperature_layer_0 = =material_print_temperature + 10 material_standby_temperature = 100 -support_z_distance = 0.2 +skirt_brim_material_flow = =material_flow + 4 +speed_print = 50 support_xy_distance = 0.8 - - - - - - - - - - - - - - - - +support_z_distance = 0.2 diff --git a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Draft.inst.cfg b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Draft.inst.cfg index 15542545f5..76b985d04b 100644 --- a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Draft.inst.cfg +++ b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Draft.inst.cfg @@ -1,19 +1,19 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = verbatim_bvoh_175 variant = 0.4mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 30 -support_z_distance = 0 support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Extra_Fine.inst.cfg index 1f386cef5e..fb31c2957d 100644 --- a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Extra_Fine.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Extra Fine definition = weedo_x40 +name = Extra Fine +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = extra fine setting_version = 20 type = quality -quality_type = extra fine -weight = 0 -material = verbatim_bvoh_175 variant = 0.4mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.5, 2) speed_print = 30 -support_z_distance = 0 support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Fine.inst.cfg b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Fine.inst.cfg index 2e067944ac..f81c29a958 100644 --- a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Fine.inst.cfg +++ b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Fine.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fine definition = weedo_x40 +name = Fine +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = verbatim_bvoh_175 variant = 0.4mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.5, 2) speed_print = 30 -support_z_distance = 0 support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Normal.inst.cfg b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Normal.inst.cfg index ae4bd81ca2..0b3af470bf 100644 --- a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Normal.inst.cfg +++ b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.4_Verbatim_BVOH_Normal.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = verbatim_bvoh_175 variant = 0.4mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.5, 2) speed_print = 30 -support_z_distance = 0 support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Coarse.inst.cfg b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Coarse.inst.cfg index db94cb8022..b21b14210c 100644 --- a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Coarse.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = verbatim_bvoh_175 variant = 0.6mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 30 -support_z_distance = 0 support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Draft.inst.cfg b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Draft.inst.cfg index c6aa0d67e5..8339342261 100644 --- a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Draft.inst.cfg +++ b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Draft.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = verbatim_bvoh_175 variant = 0.6mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 30 -support_z_distance = 0 support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Fine.inst.cfg b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Fine.inst.cfg index 746524f862..b57df65348 100644 --- a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Fine.inst.cfg +++ b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Fine.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Fine definition = weedo_x40 +name = Fine +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = verbatim_bvoh_175 variant = 0.6mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.5, 2) speed_print = 30 -support_z_distance = 0 support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Normal.inst.cfg b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Normal.inst.cfg index 67c2d82eb7..e1f669752b 100644 --- a/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Normal.inst.cfg +++ b/resources/quality/weedo_x40/Verbatim/weedo_x40_0.6_Verbatim_BVOH_Normal.inst.cfg @@ -1,18 +1,19 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = verbatim_bvoh_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = verbatim_bvoh_175 variant = 0.6mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.5, 2) speed_print = 30 -support_z_distance = 0 support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Draft.inst.cfg index 05e0b77b26..79fdcc0fc1 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Draft.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = -1 -material = generic_abs_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_abs_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = -1 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Extra_Fine.inst.cfg index 1d66f651b3..5ec2d2d5ed 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Extra_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 1 -material = generic_abs_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 30 +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_abs_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 1 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Fine.inst.cfg index 924d1c4db9..7e0ad1ab0e 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_abs_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 35 - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_abs_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 35 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Normal.inst.cfg index 258fe641ee..47a531f917 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ABS_Normal.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_abs_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 40 - - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_abs_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Draft.inst.cfg index ab40d8c336..6ed4843237 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Draft.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_asa_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Extra_Fine.inst.cfg index 10f0dfda19..212d8b30c9 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Extra_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 1 -material = generic_asa_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 30 +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 1 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Fine.inst.cfg index 1a06b16fc4..b13c3afd56 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_asa_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 35 +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 35 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Normal.inst.cfg index 9fc019b203..6fd7720b9b 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_ASA_Normal.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_asa_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 40 - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Draft.inst.cfg index f7bb4e49c7..9c6768dfed 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Draft.inst.cfg @@ -1,21 +1,21 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_bvoh_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_bvoh_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Extra_Fine.inst.cfg index 39166e900a..9c84cd3f0d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Extra_Fine.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 0 -material = generic_bvoh_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_bvoh_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Fine.inst.cfg index 1464fe02d4..2b41165b8d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Fine.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_bvoh_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_bvoh_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Normal.inst.cfg index 1dbe07e8a0..0f2034da9b 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_BVOH_Normal.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_bvoh_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_bvoh_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Draft.inst.cfg index c964cf9e19..66a2f989e1 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Draft.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_cpe_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Extra_Fine.inst.cfg index 3f3c0d4b0a..aa3f7569fe 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Extra_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 1 -material = generic_cpe_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 30 - +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 1 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Fine.inst.cfg index 4e5669a4ba..2bf9a740bc 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_cpe_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 35 +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 35 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Normal.inst.cfg index e60ceda27c..df2c6293e8 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_CPE_Normal.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_cpe_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 40 - - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Draft.inst.cfg index 344cdf9111..e0c9ae87e2 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Draft.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_hips_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_hips_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Extra_Fine.inst.cfg index bd65a7edaf..3802ce93e5 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Extra_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 1 -material = generic_hips_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 30 +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_hips_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 1 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Fine.inst.cfg index 8ad87675e7..71fc305a31 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_hips_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 35 - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_hips_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 35 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Normal.inst.cfg index e057284762..4cce9b72c3 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_HIPS_Normal.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_hips_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 40 - - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_hips_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Draft.inst.cfg index c919bb7dc7..89a91d3e23 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Draft.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_petg_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_petg_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Extra_Fine.inst.cfg index ef7425e745..d2dd6bc407 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Extra_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 1 -material = generic_petg_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 30 - +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_petg_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 1 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Fine.inst.cfg index 32915bd4d7..84d402f23f 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Fine.inst.cfg @@ -1,18 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_petg_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 35 - - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_petg_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 35 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Normal.inst.cfg index df2c4d6c21..c1ba18a7c4 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PETG_Normal.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_petg_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 40 - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_petg_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Draft.inst.cfg index a56f72ca70..38bd56055d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Draft.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_pla_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_pla_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Extra_Fine.inst.cfg index 1482e697a5..fb37e51d96 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Extra_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 1 -material = generic_pla_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 30 +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_pla_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 1 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Fine.inst.cfg index a4b13ee4fa..e5a5c7dc0a 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_pla_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 35 - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_pla_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 35 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Normal.inst.cfg index e6e9da2507..e2d8310a89 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PLA_Normal.inst.cfg @@ -1,15 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_pla_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 40 +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_pla_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Draft.inst.cfg index 33f2750a77..38296a9daa 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Draft.inst.cfg @@ -1,21 +1,21 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_pva_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_pva_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Extra_Fine.inst.cfg index a7e97ff27b..91391fe2b0 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Extra_Fine.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 0 -material = generic_pva_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_pva_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Fine.inst.cfg index edc0d1e320..0aa3682f2a 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Fine.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_pva_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_pva_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Normal.inst.cfg index 76264fa7e7..81778ec8f1 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_PVA_Normal.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_pva_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_pva_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Draft.inst.cfg index c65c43d4b1..4237e59472 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Draft.inst.cfg @@ -1,16 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_tpu_175 -variant = 0.4mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_tpu_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Extra_Fine.inst.cfg index ad0635b33c..7c958b4a31 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Extra_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Extra Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = extra fine -weight = 1 -material = generic_tpu_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 30 +[general] +definition = weedo_x40 +name = Extra Fine +version = 4 + +[metadata] +material = generic_tpu_175 +quality_type = extra fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 1 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Fine.inst.cfg index 1e022547f9..2ef41f4e3d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_tpu_175 -variant = 0.4mm Nozzle - - -[values] -speed_print = 35 - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_tpu_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 35 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Normal.inst.cfg index 04dfacdbc9..0442f8b4ba 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.4_generic_TPU_Normal.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_tpu_175 -variant = 0.4mm Nozzle - -[values] -speed_print = 40 - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_tpu_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Coarse.inst.cfg index 4ff41d1c2e..fb772e7d4e 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Coarse.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Coarse -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = -1 -material = generic_abs_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - +[general] +definition = weedo_x40 +name = Coarse +version = 4 + +[metadata] +material = generic_abs_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = -1 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Draft.inst.cfg index 7bba35d6f3..7fb95256e7 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Draft.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = -1 -material = generic_abs_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 50 - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_abs_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = -1 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 50 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Fine.inst.cfg index d339710508..142bc6950b 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_abs_175 -variant = 0.6mm Nozzle - - -[values] -speed_print = 30 - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_abs_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Normal.inst.cfg index 3b7b73d031..23b853da88 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ABS_Normal.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_abs_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 40 - - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_abs_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Coarse.inst.cfg index 2d3d91081f..a479f8e1a6 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Coarse.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Coarse -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = 0 -material = generic_asa_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - +[general] +definition = weedo_x40 +name = Coarse +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Draft.inst.cfg index 9def859470..9e543fa0d6 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Draft.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_asa_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 50 - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 50 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Fine.inst.cfg index 3a5b5dbaae..269ad7f294 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_asa_175 -variant = 0.6mm Nozzle - - -[values] -speed_print = 30 +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Normal.inst.cfg index ac122e936e..c51c3644bf 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_ASA_Normal.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_asa_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 40 - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Coarse.inst.cfg index ad67b7cdc0..df3214718d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Coarse.inst.cfg @@ -1,21 +1,21 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = 0 -material = generic_bvoh_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_bvoh_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Draft.inst.cfg index ebcf5cf0e3..f7b7150d63 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Draft.inst.cfg @@ -1,21 +1,21 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_bvoh_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_bvoh_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Fine.inst.cfg index 9baed28e4f..26c27926ff 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Fine.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_bvoh_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_bvoh_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Normal.inst.cfg index cd44894bf7..0b37ff11e9 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_BVOH_Normal.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_bvoh_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_bvoh_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Coarse.inst.cfg index 82f214ca36..c943b09929 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Coarse.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Coarse -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = 0 -material = generic_cpe_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - - +[general] +definition = weedo_x40 +name = Coarse +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Draft.inst.cfg index 38553f64f9..a8b4cfae29 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Draft.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_cpe_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 50 - - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 50 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Fine.inst.cfg index e812cc0117..2758113028 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Fine.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_cpe_175 -variant = 0.6mm Nozzle - - -[values] -speed_print = 30 +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Normal.inst.cfg index fb903b8068..fba9c0994d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_CPE_Normal.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_cpe_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 40 - - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Coarse.inst.cfg index 0ea4b1864a..1a4e198f6d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Coarse.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = 0 -material = generic_hips_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_hips_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Draft.inst.cfg index d7936bcac5..80bb988c86 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Draft.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_hips_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 50 - - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_hips_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 50 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Fine.inst.cfg index 31a982e224..54e38e12a5 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_hips_175 -variant = 0.6mm Nozzle - - -[values] -speed_print = 30 - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_hips_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Normal.inst.cfg index 2890cc9409..9ef43231b5 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_HIPS_Normal.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_hips_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 40 - - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_hips_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Coarse.inst.cfg index f39f431da4..f29bd9b69d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Coarse.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = 0 -material = generic_petg_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_petg_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Draft.inst.cfg index a562dc72d7..6060ce0880 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Draft.inst.cfg @@ -1,18 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_petg_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 50 - - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_petg_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 50 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Fine.inst.cfg index deb1a627af..39ba4d7ada 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Fine.inst.cfg @@ -1,18 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_petg_175 -variant = 0.6mm Nozzle - - -[values] -speed_print = 30 - - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_petg_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Normal.inst.cfg index 2630fb8f80..1b43dec143 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PETG_Normal.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_petg_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 40 - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_petg_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Coarse.inst.cfg index 01e8391e3b..8fc8a0f107 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Coarse.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Coarse -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = 0 -material = generic_pla_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 - +[general] +definition = weedo_x40 +name = Coarse +version = 4 + +[metadata] +material = generic_pla_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Draft.inst.cfg index 38781c67ee..b86a8f1cf7 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Draft.inst.cfg @@ -1,17 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_pla_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 50 - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_pla_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 50 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Fine.inst.cfg index f7ef1d2338..85f4cab43a 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_pla_175 -variant = 0.6mm Nozzle - - -[values] -speed_print = 30 - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_pla_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Normal.inst.cfg index e4a1a47391..75fcd0d65a 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PLA_Normal.inst.cfg @@ -1,15 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_pla_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 40 +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_pla_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Coarse.inst.cfg index b94d1a21a5..e72482816b 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Coarse.inst.cfg @@ -1,21 +1,21 @@ -[general] -version = 4 -name = Coarse -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = 0 -material = generic_pva_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Coarse +version = 4 + +[metadata] +material = generic_pva_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Draft.inst.cfg index 7b534e56c3..c6f9492017 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Draft.inst.cfg @@ -1,21 +1,21 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_pva_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_pva_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Fine.inst.cfg index ca36d6315d..4a93cb67cf 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Fine.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_pva_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_pva_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Normal.inst.cfg index 4b50ec5196..8a33934391 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_PVA_Normal.inst.cfg @@ -1,20 +1,20 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_pva_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 -support_brim_enable = True -support_interface_enable = True - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_pva_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 +support_brim_enable = True +support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Coarse.inst.cfg index e6cdaa09d9..e204c3b326 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Coarse.inst.cfg @@ -1,16 +1,17 @@ -[general] -version = 4 -name = Coarse -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = coarse -weight = 0 -material = generic_tpu_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 +[general] +definition = weedo_x40 +name = Coarse +version = 4 + +[metadata] +material = generic_tpu_175 +quality_type = coarse +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Draft.inst.cfg index 3c9cd7b8db..89cd59365f 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Draft.inst.cfg @@ -1,16 +1,17 @@ -[general] -version = 4 -name = Draft -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = draft -weight = 0 -material = generic_tpu_175 -variant = 0.6mm Nozzle - -[values] -layer_height_0 = =round(layer_height * 1.25, 2) -speed_print = 60 +[general] +definition = weedo_x40 +name = Draft +version = 4 + +[metadata] +material = generic_tpu_175 +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +layer_height_0 = =round(layer_height * 1.25, 2) +speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Fine.inst.cfg index 14f892ac71..08e35c821a 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Fine.inst.cfg @@ -1,17 +1,16 @@ -[general] -version = 4 -name = Fine -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = fine -weight = 0 -material = generic_tpu_175 -variant = 0.6mm Nozzle - - -[values] -speed_print = 30 - +[general] +definition = weedo_x40 +name = Fine +version = 4 + +[metadata] +material = generic_tpu_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Normal.inst.cfg index 754e12a43d..c5d688a54c 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.6_generic_TPU_Normal.inst.cfg @@ -1,16 +1,16 @@ -[general] -version = 4 -name = Normal -definition = weedo_x40 - -[metadata] -setting_version = 20 -type = quality -quality_type = normal -weight = 0 -material = generic_tpu_175 -variant = 0.6mm Nozzle - -[values] -speed_print = 40 - +[general] +definition = weedo_x40 +name = Normal +version = 4 + +[metadata] +material = generic_tpu_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.6mm Nozzle +weight = 0 + +[values] +speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Coarse.inst.cfg index 45faeae37d..040340f26c 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_abs_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -1 -material = generic_abs_175 variant = 0.8mm Nozzle +weight = -1 [values] layer_height_0 = =round(layer_height * 1.25, 2) diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Draft.inst.cfg index 04e725d08e..3606272391 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_abs_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -1 -material = generic_abs_175 variant = 0.8mm Nozzle +weight = -1 [values] layer_height_0 = =round(layer_height * 1.25, 2) diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Extra_Coarse.inst.cfg index f6aacd037d..72385a998d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Extra_Coarse.inst.cfg @@ -1,16 +1,15 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_abs_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_abs_175 variant = 0.8mm Nozzle - +weight = 0 [values] speed_print = 30 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Normal.inst.cfg index ec3e0a7c5c..1c2f3f6f58 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ABS_Normal.inst.cfg @@ -1,17 +1,16 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_abs_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_abs_175 variant = 0.8mm Nozzle +weight = 0 [values] speed_print = 40 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Coarse.inst.cfg index c6b58af1ed..e525329d04 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_asa_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = generic_asa_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Draft.inst.cfg index ef0e4783ee..a501a32cb3 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_asa_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_asa_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Extra_Coarse.inst.cfg index a3ec5251f4..9de69a0bcd 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Extra_Coarse.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_asa_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_asa_175 variant = 0.8mm Nozzle - +weight = 0 [values] speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Normal.inst.cfg index 82b9ed2754..bce97061a4 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_ASA_Normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_asa_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_asa_175 variant = 0.8mm Nozzle +weight = 0 [values] speed_print = 40 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Coarse.inst.cfg index 386f918d8a..a0ec083334 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Coarse.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_bvoh_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = generic_bvoh_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 support_brim_enable = True support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Draft.inst.cfg index 0aa537f638..6bc3c9ea44 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Draft.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_bvoh_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_bvoh_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 support_brim_enable = True support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Extra_Coarse.inst.cfg index 651fa8013a..c141f02c39 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Extra_Coarse.inst.cfg @@ -1,20 +1,20 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_bvoh_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_bvoh_175 variant = 0.8mm Nozzle +weight = 0 [values] speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 support_brim_enable = True support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Normal.inst.cfg index 14e847507e..7ffc22e12f 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_BVOH_Normal.inst.cfg @@ -1,20 +1,20 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_bvoh_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_bvoh_175 variant = 0.8mm Nozzle +weight = 0 [values] speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 support_brim_enable = True support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Coarse.inst.cfg index 371650bac9..9fbae4968a 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Coarse.inst.cfg @@ -1,18 +1,17 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_cpe_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = generic_cpe_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 60 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Draft.inst.cfg index 59c93d613d..2844df33aa 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Draft.inst.cfg @@ -1,18 +1,17 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_cpe_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_cpe_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 50 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Extra_Coarse.inst.cfg index 731ab0067d..cab72466cb 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Extra_Coarse.inst.cfg @@ -1,16 +1,16 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_cpe_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_cpe_175 variant = 0.8mm Nozzle - +weight = 0 [values] speed_print = 30 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Normal.inst.cfg index 24443be282..4eb13503b3 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_CPE_Normal.inst.cfg @@ -1,17 +1,16 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_cpe_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_cpe_175 variant = 0.8mm Nozzle +weight = 0 [values] speed_print = 40 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Coarse.inst.cfg index 21a063e5e5..37d77a4e99 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Coarse.inst.cfg @@ -1,18 +1,17 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_hips_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = generic_hips_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 60 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Draft.inst.cfg index 35408f4b64..b4b65e174c 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Draft.inst.cfg @@ -1,18 +1,17 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_hips_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_hips_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 50 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Extra_Coarse.inst.cfg index a6db95f9f2..d176a99b36 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Extra_Coarse.inst.cfg @@ -1,16 +1,15 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_hips_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_hips_175 variant = 0.8mm Nozzle - +weight = 0 [values] speed_print = 30 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Normal.inst.cfg index 4c66ba53ca..ec4e1fbeff 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_HIPS_Normal.inst.cfg @@ -1,17 +1,16 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_hips_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_hips_175 variant = 0.8mm Nozzle +weight = 0 [values] speed_print = 40 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Coarse.inst.cfg index f7a0d51465..0a00951182 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Coarse.inst.cfg @@ -1,18 +1,17 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_petg_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = generic_petg_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 60 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Draft.inst.cfg index 7b69cedb39..34e8628c07 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Draft.inst.cfg @@ -1,18 +1,17 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_petg_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_petg_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 50 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Extra_Coarse.inst.cfg index 1bee071836..da0ef60156 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Extra_Coarse.inst.cfg @@ -1,18 +1,16 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_petg_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_petg_175 variant = 0.8mm Nozzle - +weight = 0 [values] speed_print = 30 - diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Normal.inst.cfg index f8c1a46e85..5127737545 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PETG_Normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_petg_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_petg_175 variant = 0.8mm Nozzle +weight = 0 [values] speed_print = 40 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Coarse.inst.cfg index 16ca883ad4..95765a46b9 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Coarse.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_pla_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = generic_pla_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Draft.inst.cfg index 4d2ea969a5..0245bc1ca7 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Draft.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_pla_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_pla_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Extra_Coarse.inst.cfg index b0dcb0b6d3..db59e86ed6 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Extra_Coarse.inst.cfg @@ -1,16 +1,15 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_pla_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_pla_175 variant = 0.8mm Nozzle - +weight = 0 [values] speed_print = 30 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Normal.inst.cfg index 9db1dfe22b..11b3b49d51 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PLA_Normal.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_pla_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pla_175 variant = 0.8mm Nozzle +weight = 0 [values] cool_fan_speed = 100 speed_print = 40 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Coarse.inst.cfg index 2b72cb5909..074f8baf5b 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Coarse.inst.cfg @@ -1,21 +1,21 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_pva_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = generic_pva_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 support_brim_enable = True support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Draft.inst.cfg index 34fe97eb6e..a553239cd0 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Draft.inst.cfg @@ -1,22 +1,21 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_pva_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_pva_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) - speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 support_brim_enable = True support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Extra_Coarse.inst.cfg index 94e2f6e4fc..e2bb6d50d0 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Extra_Coarse.inst.cfg @@ -1,21 +1,20 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_pva_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_pva_175 variant = 0.8mm Nozzle +weight = 0 [values] - speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 support_brim_enable = True support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Normal.inst.cfg index 08fa405924..3761aeba1d 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_PVA_Normal.inst.cfg @@ -1,21 +1,20 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_pva_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_pva_175 variant = 0.8mm Nozzle +weight = 0 [values] - speed_print = 30 -support_z_distance = 0 -support_xy_distance = 0.2 support_brim_enable = True support_interface_enable = True +support_xy_distance = 0.2 +support_z_distance = 0 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Coarse.inst.cfg index 9cd3967194..ee710eedf0 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Coarse.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +material = generic_tpu_175 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = 0 -material = generic_tpu_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Draft.inst.cfg index f003186054..ba667510e3 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +material = generic_tpu_175 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = generic_tpu_175 variant = 0.8mm Nozzle +weight = 0 [values] layer_height_0 = =round(layer_height * 1.25, 2) speed_print = 60 + diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Extra_Coarse.inst.cfg index efcfec3eac..2845ff7129 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Extra_Coarse.inst.cfg @@ -1,16 +1,15 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +material = generic_tpu_175 +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse -weight = 0 -material = generic_tpu_175 variant = 0.8mm Nozzle - +weight = 0 [values] speed_print = 30 diff --git a/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Normal.inst.cfg index 58629dd78a..162e51dd24 100644 --- a/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_0.8_generic_TPU_Normal.inst.cfg @@ -1,15 +1,15 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +material = generic_tpu_175 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = 0 -material = generic_tpu_175 variant = 0.8mm Nozzle +weight = 0 [values] speed_print = 40 diff --git a/resources/quality/weedo_x40/weedo_x40_global_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_global_Coarse.inst.cfg index c8bd8fcd25..c22cc277ff 100644 --- a/resources/quality/weedo_x40/weedo_x40_global_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_global_Coarse.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Coarse definition = weedo_x40 +name = Coarse +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -4 -global_quality = True [values] layer_height = 0.28 diff --git a/resources/quality/weedo_x40/weedo_x40_global_Draft.inst.cfg b/resources/quality/weedo_x40/weedo_x40_global_Draft.inst.cfg index c23882599f..5c0d0910cc 100644 --- a/resources/quality/weedo_x40/weedo_x40_global_Draft.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_global_Draft.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Draft definition = weedo_x40 +name = Draft +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -4 -global_quality = True [values] layer_height = 0.24 diff --git a/resources/quality/weedo_x40/weedo_x40_global_Extra_Coarse.inst.cfg b/resources/quality/weedo_x40/weedo_x40_global_Extra_Coarse.inst.cfg index 5263e1c26f..5d3c00dd4a 100644 --- a/resources/quality/weedo_x40/weedo_x40_global_Extra_Coarse.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_global_Extra_Coarse.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Extra Coarse definition = weedo_x40 +name = Extra Coarse +version = 4 [metadata] +global_quality = True +quality_type = extra coarse setting_version = 20 type = quality -quality_type = extra coarse weight = -4 -global_quality = True [values] layer_height = 0.32 diff --git a/resources/quality/weedo_x40/weedo_x40_global_Extra_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_global_Extra_Fine.inst.cfg index 407dffa661..d353e3e51b 100644 --- a/resources/quality/weedo_x40/weedo_x40_global_Extra_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_global_Extra_Fine.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Extra Fine definition = weedo_x40 +name = Extra Fine +version = 4 [metadata] +global_quality = True +quality_type = extra fine setting_version = 20 type = quality -quality_type = extra fine weight = -1 -global_quality = True [values] layer_height = 0.12 + diff --git a/resources/quality/weedo_x40/weedo_x40_global_Fine.inst.cfg b/resources/quality/weedo_x40/weedo_x40_global_Fine.inst.cfg index 478f7792c3..c96836daba 100644 --- a/resources/quality/weedo_x40/weedo_x40_global_Fine.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_global_Fine.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Fine definition = weedo_x40 +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = -2 -global_quality = True [values] layer_height = 0.16 diff --git a/resources/quality/weedo_x40/weedo_x40_global_Normal.inst.cfg b/resources/quality/weedo_x40/weedo_x40_global_Normal.inst.cfg index dd8757b7a2..7fb333dd95 100644 --- a/resources/quality/weedo_x40/weedo_x40_global_Normal.inst.cfg +++ b/resources/quality/weedo_x40/weedo_x40_global_Normal.inst.cfg @@ -1,14 +1,14 @@ [general] -version = 4 -name = Normal definition = weedo_x40 +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -3 -global_quality = True [values] layer_height = 0.2 diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_coarse.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_coarse.inst.cfg index 92822db83a..6697eeb175 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_coarse.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_1p0_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 45 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 45 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_draft.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_draft.inst.cfg index 9570fd6049..64835b63e2 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_draft.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_1p0_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 45 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 45 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_fine.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_fine.inst.cfg index 41133ab5e9..1a7f225227 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_fine.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_1p0_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 45 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 45 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_normal.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_normal.inst.cfg index c2d41a12f3..091824ee0f 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_normal.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_1p0_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 45 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 45 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_coarse.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_coarse.inst.cfg index 5ba4ef57d6..388ffade83 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_coarse.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_coarse.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_wall = 20 -speed_print = 60 -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = 30 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.0 -retraction_speed = 20 retraction_prime_speed = 15 +retraction_speed = 20 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 60 +speed_support = 30 +speed_topbottom = 10 +speed_travel = 120 +speed_wall = 20 + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_draft.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_draft.inst.cfg index b3a4619adf..1b4d07892c 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_draft.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_draft.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_wall = 20 -speed_print = 60 -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = 30 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.0 -retraction_speed = 20 retraction_prime_speed = 15 +retraction_speed = 20 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 60 +speed_support = 30 +speed_topbottom = 10 +speed_travel = 120 +speed_wall = 20 + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_fine.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_fine.inst.cfg index 425b43ab97..d4fa5d5565 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_fine.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_fine.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_wall = 20 -speed_print = 60 -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = 30 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.0 -retraction_speed = 20 retraction_prime_speed = 15 +retraction_speed = 20 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 60 +speed_support = 30 +speed_topbottom = 10 +speed_travel = 120 +speed_wall = 20 + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_normal.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_normal.inst.cfg index e5c61d2c4b..9c52d382bb 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_normal.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_normal.inst.cfg @@ -1,31 +1,32 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_wall = 20 -speed_print = 60 -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = 30 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.0 -retraction_speed = 20 retraction_prime_speed = 15 +retraction_speed = 20 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 60 +speed_support = 30 +speed_topbottom = 10 +speed_travel = 120 +speed_wall = 20 + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_coarse.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_coarse.inst.cfg index aad9aaa72e..c2ab7ef6ca 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_coarse.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_coarse.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_abs variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 +speed_wall = =speed_print support_infill_rate = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_draft.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_draft.inst.cfg index 0390da964f..788810fd35 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_draft.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_draft.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_abs variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 +speed_wall = =speed_print support_infill_rate = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_fine.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_fine.inst.cfg index 3507a73253..b3fa3b268f 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_fine.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_fine.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_abs variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 +speed_wall = =speed_print support_infill_rate = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_normal.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_normal.inst.cfg index 5c6b976c32..5e2c38db50 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_normal.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_abs variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 +speed_wall = =speed_print support_infill_rate = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_coarse.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_coarse.inst.cfg index fc2887c891..27d3dab85b 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_coarse.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_draft.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_draft.inst.cfg index c2d9310692..78bc677d58 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_draft.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_fine.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_fine.inst.cfg index 8f81b60e09..cf845e81e2 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_fine.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_normal.inst.cfg b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_normal.inst.cfg index ac6aae3a2e..a0117a5633 100644 --- a/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_normal.inst.cfg +++ b/resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_abs +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_abs variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_coarse.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_coarse.inst.cfg index 85cb4ddee2..b7c8743d19 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_coarse.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_1p0_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_draft.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_draft.inst.cfg index 8d12ab17d9..b195794038 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_draft.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_1p0_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_fine.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_fine.inst.cfg index 660b58d5fa..0a9a05c19b 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_fine.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_1p0_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_normal.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_normal.inst.cfg index 1e3aee314a..8f524b1420 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_normal.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_1p0_pro_copper_0.40_antibact_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_1p0_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_coarse.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_coarse.inst.cfg index 731e9f47ea..9806f1bd02 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_coarse.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_draft.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_draft.inst.cfg index 55d9f12704..34c424a1c8 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_draft.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_fine.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_fine.inst.cfg index 2159986358..8cee20b361 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_fine.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_fine.inst.cfg @@ -1,28 +1,29 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_normal.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_normal.inst.cfg index 8ab5f3e46f..58c373e166 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_normal.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_antibact_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_coarse.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_coarse.inst.cfg index 0be08f3100..e71ed89bab 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_coarse.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_draft.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_draft.inst.cfg index c460fde89e..559dde1ed7 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_draft.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_fine.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_fine.inst.cfg index 330a02ede0..f482ed1a9a 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_fine.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_normal.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_normal.inst.cfg index 84eb883dc6..d913872250 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_normal.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_antibact_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_coarse.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_coarse.inst.cfg index fd269b8d52..ce468a81a8 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_coarse.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_draft.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_draft.inst.cfg index 5b54794866..a4ed13034a 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_draft.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_fine.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_fine.inst.cfg index 207b2100d8..df65f5239a 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_fine.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_normal.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_normal.inst.cfg index 802e984ff7..02ba190d0c 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_normal.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_antibact_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_coarse.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_coarse.inst.cfg index a315491578..63e97e43a7 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_coarse.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_antibact_pla variant = Stainless Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_draft.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_draft.inst.cfg index 9dc187273c..50dd5380ff 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_draft.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_antibact_pla variant = Stainless Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_fine.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_fine.inst.cfg index fd21a7ee91..8d62e0d46b 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_fine.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_antibact_pla variant = Stainless Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_normal.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_normal.inst.cfg index d87621a531..e4448229c1 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_normal.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_jr_w_pro_ss_0.40_antibact_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_antibact_pla variant = Stainless Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_coarse.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_coarse.inst.cfg index 65cc44d6d1..aa418d1d0a 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_coarse.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_coarse.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_antibact_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] -material_bed_temperature = 60 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 4.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 4.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_draft.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_draft.inst.cfg index 8dda63f0f8..0a6c8912d2 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_draft.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_draft.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_antibact_pla variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] -material_bed_temperature = 60 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 4.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 4.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_fine.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_fine.inst.cfg index f302bfd624..5c8bdb52c8 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_fine.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_fine.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_antibact_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] -material_bed_temperature = 60 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 4.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 4.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_normal.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_normal.inst.cfg index ea027c21b3..51e58695a1 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_normal.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_normal.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_antibact_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] -material_bed_temperature = 60 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 4.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 4.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_coarse.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_coarse.inst.cfg index 9c84281c7a..8a30ff4b2a 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_coarse.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_draft.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_draft.inst.cfg index afd27ae722..ba2f33b394 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_draft.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_fine.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_fine.inst.cfg index 510d48426a..d84464db7e 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_fine.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_normal.inst.cfg b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_normal.inst.cfg index 1ecafc72bb..1bb55e018a 100644 --- a/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_normal.inst.cfg +++ b/resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_super_copper_0.40_antibact_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_antibact_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_antibact_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_coarse.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_coarse.inst.cfg index cc345dbba7..5fa8e3487f 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_coarse.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_draft.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_draft.inst.cfg index 90780031d5..f294f36806 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_draft.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_fine.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_fine.inst.cfg index 5682d4b35a..fe9edff515 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_fine.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_normal.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_normal.inst.cfg index 0850c8b68e..1e2043bb5d 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_normal.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_carbon_fiber_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_coarse.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_coarse.inst.cfg index 5b7de60137..08287572d8 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_coarse.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =40 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =40 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_draft.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_draft.inst.cfg index 4bcdc66683..d86773bea2 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_draft.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =40 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =40 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_fine.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_fine.inst.cfg index 4419d9316c..13d58eb1dd 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_fine.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =40 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =40 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_normal.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_normal.inst.cfg index 7dd8374aa7..ff1b797a91 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_normal.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_carbon_fiber_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =40 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =40 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_coarse.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_coarse.inst.cfg index 18e946037b..eb161b4f7a 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_coarse.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 40 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 40 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_draft.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_draft.inst.cfg index 23eee28cd7..fc657129e8 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_draft.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 40 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 40 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_fine.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_fine.inst.cfg index c09a9740bc..0b124e4562 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_fine.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 40 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 40 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_normal.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_normal.inst.cfg index 0e81830472..ee57c8545b 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_normal.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_carbon_fiber_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 40 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 40 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_coarse.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_coarse.inst.cfg index fb16ffc822..6cd06c000e 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_coarse.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_draft.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_draft.inst.cfg index 124e5b2f29..e497958e4c 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_draft.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_fine.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_fine.inst.cfg index a86cfa17d2..14c3456f3d 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_fine.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_normal.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_normal.inst.cfg index 374742ca6f..d8adcebd34 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_normal.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_jr_w_pro_hs_0.40_carbon_fiber_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_coarse.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_coarse.inst.cfg index fe6a2d359a..2ce4016c8d 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_coarse.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_coarse.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] -material_bed_temperature = 60 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 6.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_draft.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_draft.inst.cfg index c3ed048f94..cca35dd7cf 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_draft.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_draft.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] -material_bed_temperature = 60 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 6.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_fine.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_fine.inst.cfg index aeb90c8ed1..276fb2a470 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_fine.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_fine.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] -material_bed_temperature = 60 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 6.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_normal.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_normal.inst.cfg index 8a2a29504e..09ddcee98a 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_normal.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_pro_evo_hs_0.40_carbon_fiber_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] -material_bed_temperature = 60 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 6.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_coarse.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_coarse.inst.cfg index ebaa6754eb..ed7ba48c18 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_coarse.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 45 -speed_wall = =speed_print -speed_topbottom = 10 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 45 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_draft.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_draft.inst.cfg index 66566a6618..ec969d6f86 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_draft.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 45 -speed_wall = =speed_print -speed_topbottom = 10 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 45 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_fine.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_fine.inst.cfg index 56419af216..47ae3cab0b 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_fine.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 45 -speed_wall = =speed_print -speed_topbottom = 10 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 45 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_normal.inst.cfg b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_normal.inst.cfg index 024707b534..4032f9b15a 100644 --- a/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_normal.inst.cfg +++ b/resources/quality/xyzprinting/carbon_fiber/xyzprinting_da_vinci_super_hs_0.40_carbon_fiber_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_carbon_fiber +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_carbon_fiber variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 45 -speed_wall = =speed_print -speed_topbottom = 10 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 45 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_coarse.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_coarse.inst.cfg index 218be0c25a..bf8546e8d9 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_colorinkjet_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 30 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_draft.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_draft.inst.cfg index 394416097d..df7c3d31fe 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_colorinkjet_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_fine.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_fine.inst.cfg index 18ea9f1f57..703b3abde0 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_colorinkjet_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 30 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_normal.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_normal.inst.cfg index e2121793db..d5041be229 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_colorinkjet_pla_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_colorinkjet_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 30 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_coarse.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_coarse.inst.cfg index 202a074bfd..4693fc8b7c 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_colorinkjet_pla variant = Stainless Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_draft.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_draft.inst.cfg index 46ac95c7ec..486350be31 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_colorinkjet_pla variant = Stainless Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_fine.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_fine.inst.cfg index e624873954..4557703c06 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_colorinkjet_pla variant = Stainless Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_normal.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_normal.inst.cfg index 9a9f637c42..20e8f77825 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_colorinkjet_pla_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_colorinkjet_pla variant = Stainless Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_coarse.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_coarse.inst.cfg index f4f581b823..3140dd41a2 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_colorinkjet_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_draft.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_draft.inst.cfg index ec627a7d92..c94e7da826 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_colorinkjet_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_fine.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_fine.inst.cfg index 3bb4123431..3a5c6b194f 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_colorinkjet_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_normal.inst.cfg b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_normal.inst.cfg index a9ac7c2706..e35c7387b9 100644 --- a/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/color_pla/xyzprinting_da_vinci_super_copper_0.40_colorinkjet_pla_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_colorinkjet_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_colorinkjet_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_coarse.inst.cfg b/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_coarse.inst.cfg index 50bdbebdfe..b2cbf4623e 100644 --- a/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_coarse.inst.cfg +++ b/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_flexible +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_flexible variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 20 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 100 -infill_sparse_density = 20 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 40 -skirt_brim_speed = =speed_print \ No newline at end of file +skirt_brim_speed = =speed_print +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_draft.inst.cfg b/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_draft.inst.cfg index 3e9dd619f9..7cdaafb43e 100644 --- a/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_draft.inst.cfg +++ b/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_flexible +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_flexible variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 20 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 100 -infill_sparse_density = 20 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 40 -skirt_brim_speed = =speed_print \ No newline at end of file +skirt_brim_speed = =speed_print +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_fine.inst.cfg b/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_fine.inst.cfg index b82b3326dc..ca520499d8 100644 --- a/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_fine.inst.cfg +++ b/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_flexible +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_flexible variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 20 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 100 -infill_sparse_density = 20 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 40 -skirt_brim_speed = =speed_print \ No newline at end of file +skirt_brim_speed = =speed_print +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_normal.inst.cfg b/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_normal.inst.cfg index cb536269ff..401cdfd27c 100644 --- a/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_normal.inst.cfg +++ b/resources/quality/xyzprinting/flexible/xyzprinting_da_vinci_super_copper_0.40_flexible_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_flexible +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_flexible variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 20 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_topbottom = 10 -speed_travel = 100 -infill_sparse_density = 20 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = 40 -skirt_brim_speed = =speed_print \ No newline at end of file +skirt_brim_speed = =speed_print +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_coarse.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_coarse.inst.cfg index c0502165a2..c673754530 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_coarse.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_draft.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_draft.inst.cfg index 560e212d7c..c84f8a94e5 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_draft.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = 0 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_fine.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_fine.inst.cfg index f04189e175..8022c440c0 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_fine.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_normal.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_normal.inst.cfg index b53d5352a7..5ca7d0cb4c 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_normal.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40_metallic_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_coarse.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_coarse.inst.cfg index 7604763b1c..be76b6ec0d 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_coarse.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_draft.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_draft.inst.cfg index f3f7c0258a..2b3af8bb45 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_draft.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_fine.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_fine.inst.cfg index acd72ab2de..03ddbcc6a5 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_fine.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_normal.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_normal.inst.cfg index 013068f63e..549af3dc99 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_normal.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40_metallic_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_coarse.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_coarse.inst.cfg index f3bf32a869..83751d988d 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_coarse.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_draft.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_draft.inst.cfg index 225bfaa348..e2106a7c22 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_draft.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_fine.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_fine.inst.cfg index 64f1044a53..fec10971bf 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_fine.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_normal.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_normal.inst.cfg index 0f0027f877..e25ef7dfd4 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_normal.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40_metallic_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 7.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_coarse.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_coarse.inst.cfg index 35bbde5751..1eaf90aea0 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_coarse.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_draft.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_draft.inst.cfg index bc74ec20f1..00888d0d64 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_draft.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_fine.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_fine.inst.cfg index e3bcdbcd6a..8d8ce23bce 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_fine.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_normal.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_normal.inst.cfg index 8fab1447fc..33f3254539 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_normal.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_jr_w_pro_hs_0.40_metallic_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 40 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_coarse.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_coarse.inst.cfg index b32467b7b6..de71464ecf 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_coarse.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_coarse.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] -material_bed_temperature = 60 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_draft.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_draft.inst.cfg index d852237394..693dd810e5 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_draft.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_draft.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] -material_bed_temperature = 60 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_fine.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_fine.inst.cfg index 24d8f006c1..5b06fe2bb5 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_fine.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_fine.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] -material_bed_temperature = 60 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_normal.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_normal.inst.cfg index 65813f660f..ec6f524272 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_normal.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_metallic_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] -material_bed_temperature = 60 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_coarse.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_coarse.inst.cfg index 355ec0a4ab..f4343202ad 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_coarse.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_draft.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_draft.inst.cfg index 7035535497..40b8629f7d 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_draft.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_fine.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_fine.inst.cfg index 18e60deb69..bc3ef4a5a6 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_fine.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_normal.inst.cfg b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_normal.inst.cfg index 19b2becfbf..4ebdfd25ce 100644 --- a/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_normal.inst.cfg +++ b/resources/quality/xyzprinting/metallic_pla/xyzprinting_da_vinci_super_hs_0.40_metallic_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_metallic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_metallic_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 6.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_coarse.inst.cfg b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_coarse.inst.cfg index 0e63f87aa8..bcf32163db 100644 --- a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_coarse.inst.cfg +++ b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_coarse.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_nylon +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_nylon variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +bridge_skin_speed = 50 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature = 100 material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = 260 material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print +retraction_amount = 6.0 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = =speed_print +speed_print = 40 speed_support = =speed_print speed_travel = 150 -retraction_amount = 6.0 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_draft.inst.cfg b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_draft.inst.cfg index 079860a5b6..2ebe01e2d8 100644 --- a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_draft.inst.cfg +++ b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_draft.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_nylon variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +bridge_skin_speed = 50 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature = 100 material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = 260 material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print +retraction_amount = 6.0 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = =speed_print +speed_print = 40 speed_support = =speed_print speed_travel = 150 -retraction_amount = 6.0 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_fine.inst.cfg b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_fine.inst.cfg index 310b83853e..bf291a5f84 100644 --- a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_fine.inst.cfg +++ b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_fine.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_nylon +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_nylon variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +bridge_skin_speed = 50 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 material_bed_temperature = 100 material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = 260 material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print +retraction_amount = 6.0 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = =speed_print +speed_print = 40 speed_support = =speed_print speed_travel = 150 -retraction_amount = 6.0 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_normal.inst.cfg b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_normal.inst.cfg index f64c7b90c5..0edeaf97b1 100644 --- a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_normal.inst.cfg +++ b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_pro_evo_hs_0.40_nylon_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_nylon variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +bridge_skin_speed = 50 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 material_bed_temperature = 100 material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature material_print_temperature = 260 material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print +retraction_amount = 6.0 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = =speed_print +speed_print = 40 speed_support = =speed_print speed_travel = 150 -retraction_amount = 6.0 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_coarse.inst.cfg b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_coarse.inst.cfg index a73a8e12e7..7b1ede4bcf 100644 --- a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_coarse.inst.cfg +++ b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_nylon +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_nylon variant = Copper 0.4mm Nozzle +weight = -3 [values] +brim_width = 5.0 +infill_sparse_density = 0 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 0 -brim_width = 5.0 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_draft.inst.cfg b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_draft.inst.cfg index 1b9767b614..0a6df26285 100644 --- a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_draft.inst.cfg +++ b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_nylon +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_nylon variant = Copper 0.4mm Nozzle +weight = -2 [values] +brim_width = 5.0 +infill_sparse_density = 0 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 0 -brim_width = 5.0 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_fine.inst.cfg b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_fine.inst.cfg index 06c28e0dc1..9bf3aeb658 100644 --- a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_fine.inst.cfg +++ b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_nylon +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_nylon variant = Copper 0.4mm Nozzle +weight = 0 [values] +brim_width = 5.0 +infill_sparse_density = 0 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 0 -brim_width = 5.0 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_normal.inst.cfg b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_normal.inst.cfg index d17cfa0ebb..5b01b4a49d 100644 --- a/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_normal.inst.cfg +++ b/resources/quality/xyzprinting/nylon/xyzprinting_da_vinci_super_copper_0.40_nylon_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_nylon +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_nylon variant = Copper 0.4mm Nozzle +weight = -1 [values] +brim_width = 5.0 +infill_sparse_density = 0 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 8.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 0 -brim_width = 5.0 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_coarse.inst.cfg b/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_coarse.inst.cfg index 2f291a310c..5aa9a392b4 100644 --- a/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_coarse.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pahtcf15 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pahtcf15 variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -3 [values] -line_width = 0.4 -wall_line_width_x = 0.4 -layer_height = 0.4 -layer_height_0 = 0.4 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 20 -speed_infill = 40 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 150 -speed_layer_0 = 15 -retraction_amount = 7 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 acceleration_infill = 500.0 acceleration_wall = 500.0 acceleration_wall_0 = 500.0 +bridge_skin_speed = 50 infill_material_flow = 85 -wall_material_flow = 85 \ No newline at end of file +infill_sparse_density = 10 +layer_height = 0.4 +layer_height_0 = 0.4 +line_width = 0.4 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 7 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = 40 +speed_layer_0 = 15 +speed_print = 20 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print +wall_line_width_x = 0.4 +wall_material_flow = 85 + diff --git a/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_draft.inst.cfg b/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_draft.inst.cfg index e3f8082b3c..bf8f6b27e2 100644 --- a/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_draft.inst.cfg +++ b/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_draft.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pahtcf15 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pahtcf15 variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -2 [values] -line_width = 0.4 -wall_line_width_x = 0.4 -layer_height = 0.3 -layer_height_0 = 0.4 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 20 -speed_infill = 40 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 150 -speed_layer_0 = 15 -retraction_amount = 7 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 acceleration_infill = 500.0 acceleration_wall = 500.0 acceleration_wall_0 = 500.0 +bridge_skin_speed = 50 infill_material_flow = 85 -wall_material_flow = 85 \ No newline at end of file +infill_sparse_density = 10 +layer_height = 0.3 +layer_height_0 = 0.4 +line_width = 0.4 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 7 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = 40 +speed_layer_0 = 15 +speed_print = 20 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print +wall_line_width_x = 0.4 +wall_material_flow = 85 + diff --git a/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_fine.inst.cfg b/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_fine.inst.cfg index 735b3a9e8e..02be47c22b 100644 --- a/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_fine.inst.cfg +++ b/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_fine.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pahtcf15 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pahtcf15 variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = 0 [values] -line_width = 0.4 -wall_line_width_x = 0.4 -layer_height = 0.1 -layer_height_0 = 0.2 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 20 -speed_infill = 40 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 150 -speed_layer_0 = 15 -retraction_amount = 7 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 acceleration_infill = 500.0 acceleration_wall = 500.0 acceleration_wall_0 = 500.0 +bridge_skin_speed = 50 infill_material_flow = 85 -wall_material_flow = 85 \ No newline at end of file +infill_sparse_density = 10 +layer_height = 0.1 +layer_height_0 = 0.2 +line_width = 0.4 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 7 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = 40 +speed_layer_0 = 15 +speed_print = 20 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print +wall_line_width_x = 0.4 +wall_material_flow = 85 + diff --git a/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_normal.inst.cfg b/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_normal.inst.cfg index a722f3d5ac..9b7a8892c3 100644 --- a/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_normal.inst.cfg +++ b/resources/quality/xyzprinting/pahtcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_pahtcf15_normal.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pahtcf15 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pahtcf15 variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -1 [values] -line_width = 0.4 -wall_line_width_x = 0.4 -layer_height = 0.2 -layer_height_0 = 0.3 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 20 -speed_infill = 40 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 150 -speed_layer_0 = 15 -retraction_amount = 7 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 acceleration_infill = 500.0 acceleration_wall = 500.0 acceleration_wall_0 = 500.0 +bridge_skin_speed = 50 infill_material_flow = 85 -wall_material_flow = 85 \ No newline at end of file +infill_sparse_density = 10 +layer_height = 0.2 +layer_height_0 = 0.3 +line_width = 0.4 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 7 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = 40 +speed_layer_0 = 15 +speed_print = 20 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print +wall_line_width_x = 0.4 +wall_material_flow = 85 + diff --git a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_coarse.inst.cfg b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_coarse.inst.cfg index 87200663cd..ed29543ca3 100644 --- a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_coarse.inst.cfg @@ -1,32 +1,33 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pc +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pc variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +acceleration_infill = 1500.0 +bridge_skin_speed = 100 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3.0 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = =speed_print +speed_print = 40 speed_support = =speed_print speed_travel = 150 -retraction_amount = 3.0 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 100 -acceleration_infill = 1500.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_draft.inst.cfg b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_draft.inst.cfg index 9ce244c865..74be9e1608 100644 --- a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_draft.inst.cfg +++ b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_draft.inst.cfg @@ -1,32 +1,33 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pc variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +acceleration_infill = 1500.0 +bridge_skin_speed = 100 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3.0 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = =speed_print +speed_print = 40 speed_support = =speed_print speed_travel = 150 -retraction_amount = 3.0 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 100 -acceleration_infill = 1500.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_fine.inst.cfg b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_fine.inst.cfg index 27662123a3..d5509b3e69 100644 --- a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_fine.inst.cfg +++ b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_fine.inst.cfg @@ -1,32 +1,33 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pc +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pc variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +acceleration_infill = 1500.0 +bridge_skin_speed = 100 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3.0 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = =speed_print +speed_print = 40 speed_support = =speed_print speed_travel = 150 -retraction_amount = 3.0 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 100 -acceleration_infill = 1500.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_normal.inst.cfg b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_normal.inst.cfg index fdef6243c7..19c2a874b7 100644 --- a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_normal.inst.cfg +++ b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hs_0.40_pc_normal.inst.cfg @@ -1,32 +1,33 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pc variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +acceleration_infill = 1500.0 +bridge_skin_speed = 100 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3.0 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = =speed_print +speed_print = 40 speed_support = =speed_print speed_travel = 150 -retraction_amount = 3.0 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 100 -acceleration_infill = 1500.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_coarse.inst.cfg b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_coarse.inst.cfg index e4a7568fb3..0ba19ec331 100644 --- a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_coarse.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pc +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pc variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -3 [values] -infill_line_width = 0.6 -line_width = 0.6 -wall_line_width_x = 0.6 -layer_height = 0.4 -layer_height_0 = 0.4 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 150 -speed_layer_0 = 15 -retraction_amount = 5.5 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 100 acceleration_infill = 500.0 acceleration_wall = 500.0 acceleration_wall_0 = 500.0 -adhesion_type = brim \ No newline at end of file +adhesion_type = brim +bridge_skin_speed = 100 +infill_line_width = 0.6 +infill_sparse_density = 10 +layer_height = 0.4 +layer_height_0 = 0.4 +line_width = 0.6 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 5.5 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = =speed_print +speed_layer_0 = 15 +speed_print = 40 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print +wall_line_width_x = 0.6 + diff --git a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_draft.inst.cfg b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_draft.inst.cfg index 135bff0276..1181aa5c0d 100644 --- a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_draft.inst.cfg +++ b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_draft.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pc +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pc variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -2 [values] -infill_line_width = 0.6 -line_width = 0.6 -wall_line_width_x = 0.6 -layer_height = 0.3 -layer_height_0 = 0.4 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 150 -speed_layer_0 = 15 -retraction_amount = 5.5 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 100 acceleration_infill = 500.0 acceleration_wall = 500.0 acceleration_wall_0 = 500.0 -adhesion_type = brim \ No newline at end of file +adhesion_type = brim +bridge_skin_speed = 100 +infill_line_width = 0.6 +infill_sparse_density = 10 +layer_height = 0.3 +layer_height_0 = 0.4 +line_width = 0.6 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 5.5 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = =speed_print +speed_layer_0 = 15 +speed_print = 40 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print +wall_line_width_x = 0.6 + diff --git a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_fine.inst.cfg b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_fine.inst.cfg index e454e4e55b..ecbc89d7fc 100644 --- a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_fine.inst.cfg +++ b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_fine.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pc +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pc variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = 0 [values] -infill_line_width = 0.6 -line_width = 0.6 -wall_line_width_x = 0.6 -layer_height = 0.1 -layer_height_0 = 0.2 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 150 -speed_layer_0 = 15 -retraction_amount = 5.5 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 100 acceleration_infill = 500.0 acceleration_wall = 500.0 acceleration_wall_0 = 500.0 -adhesion_type = brim \ No newline at end of file +adhesion_type = brim +bridge_skin_speed = 100 +infill_line_width = 0.6 +infill_sparse_density = 10 +layer_height = 0.1 +layer_height_0 = 0.2 +line_width = 0.6 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 5.5 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = =speed_print +speed_layer_0 = 15 +speed_print = 40 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print +wall_line_width_x = 0.6 + diff --git a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_normal.inst.cfg b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_normal.inst.cfg index f54c4828fa..f2d01c603b 100644 --- a/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_normal.inst.cfg +++ b/resources/quality/xyzprinting/pc/xyzprinting_da_vinci_pro_evo_hsht_0.60_pc_normal.inst.cfg @@ -1,39 +1,40 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pc +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pc variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -1 [values] -infill_line_width = 0.6 -line_width = 0.6 -wall_line_width_x = 0.6 -layer_height = 0.2 -layer_height_0 = 0.30 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 40 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 150 -speed_layer_0 = 15 -retraction_amount = 5.5 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 100 acceleration_infill = 500.0 acceleration_wall = 500.0 acceleration_wall_0 = 500.0 -adhesion_type = brim \ No newline at end of file +adhesion_type = brim +bridge_skin_speed = 100 +infill_line_width = 0.6 +infill_sparse_density = 10 +layer_height = 0.2 +layer_height_0 = 0.30 +line_width = 0.6 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 5.5 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = =speed_print +speed_layer_0 = 15 +speed_print = 40 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print +wall_line_width_x = 0.6 + diff --git a/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_coarse.inst.cfg b/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_coarse.inst.cfg index 7233fb108b..ebd2cf881f 100644 --- a/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_coarse.inst.cfg +++ b/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_coarse.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_petcf15 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_petcf15 variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -3 [values] -material_bed_temperature = 70 -layer_height = 0.4 -layer_height_0 = 0.4 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 30 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 150 -retraction_amount = 7 -retraction_speed = 50 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 50 -speed_layer_0 = 15 acceleration_infill = 500.0 acceleration_wall = 500.0 -acceleration_wall_0 = 500.0 \ No newline at end of file +acceleration_wall_0 = 500.0 +bridge_skin_speed = 50 +infill_sparse_density = 10 +layer_height = 0.4 +layer_height_0 = 0.4 +material_bed_temperature = 70 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 7 +retraction_prime_speed = =retraction_speed +retraction_speed = 50 +speed_infill = 30 +speed_layer_0 = 15 +speed_print = 30 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_draft.inst.cfg b/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_draft.inst.cfg index 018a0fafb3..92309a75b8 100644 --- a/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_draft.inst.cfg +++ b/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_draft.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_petcf15 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_petcf15 variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -2 [values] -material_bed_temperature = 70 -layer_height = 0.3 -layer_height_0 = 0.4 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 30 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 150 -retraction_amount = 7 -retraction_speed = 50 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 50 -speed_layer_0 = 15 acceleration_infill = 500.0 acceleration_wall = 500.0 -acceleration_wall_0 = 500.0 \ No newline at end of file +acceleration_wall_0 = 500.0 +bridge_skin_speed = 50 +infill_sparse_density = 10 +layer_height = 0.3 +layer_height_0 = 0.4 +material_bed_temperature = 70 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 7 +retraction_prime_speed = =retraction_speed +retraction_speed = 50 +speed_infill = 30 +speed_layer_0 = 15 +speed_print = 30 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_fine.inst.cfg b/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_fine.inst.cfg index 9dee9a2a5b..e52649d456 100644 --- a/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_fine.inst.cfg +++ b/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_fine.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_petcf15 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_petcf15 variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = 0 [values] -material_bed_temperature = 70 -layer_height = 0.1 -layer_height_0 = 0.2 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 30 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 150 -retraction_amount = 7 -retraction_speed = 50 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 50 -speed_layer_0 = 15 acceleration_infill = 500.0 acceleration_wall = 500.0 -acceleration_wall_0 = 500.0 \ No newline at end of file +acceleration_wall_0 = 500.0 +bridge_skin_speed = 50 +infill_sparse_density = 10 +layer_height = 0.1 +layer_height_0 = 0.2 +material_bed_temperature = 70 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 7 +retraction_prime_speed = =retraction_speed +retraction_speed = 50 +speed_infill = 30 +speed_layer_0 = 15 +speed_print = 30 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_normal.inst.cfg b/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_normal.inst.cfg index 8795cdd067..038421ea74 100644 --- a/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_normal.inst.cfg +++ b/resources/quality/xyzprinting/petcf15/xyzprinting_da_vinci_pro_evo_hsht_0.60_petcf15_normal.inst.cfg @@ -1,36 +1,37 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_petcf15 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_petcf15 variant = Hardened Steel High Temp. 0.6mm Nozzle +weight = -1 [values] -material_bed_temperature = 70 -layer_height = 0.2 -layer_height_0 = 0.3 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 30 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 150 -retraction_amount = 7 -retraction_speed = 50 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 50 -speed_layer_0 = 15 acceleration_infill = 500.0 acceleration_wall = 500.0 -acceleration_wall_0 = 500.0 \ No newline at end of file +acceleration_wall_0 = 500.0 +bridge_skin_speed = 50 +infill_sparse_density = 10 +layer_height = 0.2 +layer_height_0 = 0.3 +material_bed_temperature = 70 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 7 +retraction_prime_speed = =retraction_speed +retraction_speed = 50 +speed_infill = 30 +speed_layer_0 = 15 +speed_print = 30 +speed_support = =speed_print +speed_travel = 150 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_coarse.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_coarse.inst.cfg index 5e531e1c24..3ea8c12979 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_coarse.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_1p0_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 25 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_draft.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_draft.inst.cfg index 402469864b..400e822d26 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_draft.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_1p0_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 25 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_fine.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_fine.inst.cfg index de7ffe8913..5984d54538 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_fine.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_1p0_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 25 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_normal.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_normal.inst.cfg index 67fdb2717e..1d16e502dc 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_normal.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_1p0_pro_copper_0.40_petg_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_1p0_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 25 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_coarse.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_coarse.inst.cfg index 2e2fa7cc04..352b9886f0 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_coarse.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_wall = 35 -speed_print = 30 -speed_topbottom = 10 -speed_infill = 50 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 25 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 50 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = 35 + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_draft.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_draft.inst.cfg index cfe072e728..5008152cdb 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_draft.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_wall = 35 -speed_print = 30 -speed_topbottom = 10 -speed_infill = 50 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 25 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 50 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = 35 + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_fine.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_fine.inst.cfg index d90ff6c758..7a18de5839 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_fine.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_wall = 35 -speed_print = 30 -speed_topbottom = 10 -speed_infill = 50 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 25 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 50 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = 35 + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_normal.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_normal.inst.cfg index cae759d562..cb2c696fb1 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_normal.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_petg_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_wall = 35 -speed_print = 30 -speed_topbottom = 10 -speed_infill = 50 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 25 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 50 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = 35 + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_coarse.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_coarse.inst.cfg index 345ca1a827..d99c13fd7f 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_coarse.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.5 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_draft.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_draft.inst.cfg index 99fcaa34ac..c37deadf9f 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_draft.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.5 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_fine.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_fine.inst.cfg index 0159dbfa9a..cac45d9c82 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_fine.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.5 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_normal.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_normal.inst.cfg index d30f928e17..74bf1843fe 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_normal.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_petg_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.5 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_coarse.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_coarse.inst.cfg index 2366baac31..4c426d4a76 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_coarse.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.5 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_draft.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_draft.inst.cfg index 56ee92cfb1..862cc32864 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_draft.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.5 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_fine.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_fine.inst.cfg index 4e02e76e9e..a5fc8c0063 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_fine.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.5 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_normal.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_normal.inst.cfg index 435145303a..68519ad37c 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_normal.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_petg_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 3.5 retraction_speed = 20 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_coarse.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_coarse.inst.cfg index 27a204ce55..212a29df42 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_coarse.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_petg variant = Stainless Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_draft.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_draft.inst.cfg index 0a01a5ff1a..c344f17efd 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_draft.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_petg variant = Stainless Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_fine.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_fine.inst.cfg index 07447aa336..087f6ba776 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_fine.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_petg variant = Stainless Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_normal.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_normal.inst.cfg index 78de24173e..a083b184f3 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_normal.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_jr_w_pro_ss_0.40_petg_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_petg variant = Stainless Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_coarse.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_coarse.inst.cfg index 784a6891d4..7dd95cb8eb 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_coarse.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_coarse.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_petg variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] -material_bed_temperature = 70 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 70 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_draft.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_draft.inst.cfg index 6de215e455..ec072f6d01 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_draft.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_draft.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_petg variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] -material_bed_temperature = 70 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 70 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_fine.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_fine.inst.cfg index e29278dd9e..50058e0133 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_fine.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_fine.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_petg variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] -material_bed_temperature = 70 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 +material_bed_temperature = 70 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_normal.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_normal.inst.cfg index 0c18ba02d9..7213b1f7ae 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_normal.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_pro_evo_hs_0.40_petg_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_petg variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] -material_bed_temperature = 70 +acceleration_infill = 1000.0 +acceleration_wall = 1000.0 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 +material_bed_temperature = 70 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 3 +retraction_prime_speed = =retraction_speed +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 3 -retraction_speed = 20 -retraction_prime_speed = =retraction_speed -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt -acceleration_infill = 1000.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_coarse.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_coarse.inst.cfg index e922a2da6f..2ed59dcbc0 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_coarse.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 60 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = 30 -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 25 skirt_brim_speed = =speed_support -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 60 +speed_support = 30 +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_draft.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_draft.inst.cfg index 303090d266..1fcd9e6d48 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_draft.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 60 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = 30 -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 25 skirt_brim_speed = =speed_support -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 60 +speed_support = 30 +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_fine.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_fine.inst.cfg index 87b7ac3c68..c646c962c9 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_fine.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 60 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = 30 -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 25 skirt_brim_speed = =speed_support -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 60 +speed_support = 30 +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_normal.inst.cfg b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_normal.inst.cfg index 0bd9dd5625..b2b037966a 100644 --- a/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_normal.inst.cfg +++ b/resources/quality/xyzprinting/petg/xyzprinting_da_vinci_super_copper_0.40_petg_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_petg +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_petg variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 60 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = 30 -speed_topbottom = 10 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 25 skirt_brim_speed = =speed_support -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 60 +speed_support = 30 +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_coarse.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_coarse.inst.cfg index 75972101e6..520640fc20 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_1p0_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_draft.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_draft.inst.cfg index 2b9a568f4c..1f8767de6b 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_1p0_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_fine.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_fine.inst.cfg index d72d5a0929..339b68c4c5 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_1p0_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_normal.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_normal.inst.cfg index f73e0c35b7..bd10e9ed5c 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_pla_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_1p0_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_coarse.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_coarse.inst.cfg index 21ecc91bda..844b029939 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_draft.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_draft.inst.cfg index 62b59ceed7..ef68b24710 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_fine.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_fine.inst.cfg index b42627879c..ae102d26ef 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_normal.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_normal.inst.cfg index 1f28e50af5..959cfafea4 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_pla_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_coarse.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_coarse.inst.cfg index df7b6136e0..2817105c60 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_draft.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_draft.inst.cfg index 82279c9794..39160f1bc6 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_fine.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_fine.inst.cfg index 7f34eabc71..89d04a2108 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_normal.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_normal.inst.cfg index ae26a479d0..94cb0723c3 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_pla_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_coarse.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_coarse.inst.cfg index 6cb64326ba..5cd9aca8f9 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_draft.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_draft.inst.cfg index 67b3394834..11c7196c75 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_fine.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_fine.inst.cfg index b6128f2108..5b80d3de06 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_normal.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_normal.inst.cfg index 9e72b54974..3c79ecefeb 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_pla_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_coarse.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_coarse.inst.cfg index 86e350d9c8..00af25e866 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pla variant = Stainless Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_draft.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_draft.inst.cfg index 9778f2bea8..0f12194ce3 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pla variant = Stainless Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 -retraction_speed = =speed_print retraction_prime_speed = =retraction_speed +retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_fine.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_fine.inst.cfg index b3867cc83d..35c7c3abe0 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pla variant = Stainless Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_normal.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_normal.inst.cfg index 63ee41e19c..5594607964 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_pla_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pla variant = Stainless Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_coarse.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_coarse.inst.cfg index 40298dcb60..f39aa1d0b2 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_coarse.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] -material_bed_temperature = 60 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 4.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 4.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_draft.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_draft.inst.cfg index 09a55b6c3d..9db32848ee 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_draft.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pla variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] -material_bed_temperature = 60 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 4.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 4.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_fine.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_fine.inst.cfg index 6efaedd517..49a544e34a 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_fine.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] -material_bed_temperature = 60 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 4.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 4.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_normal.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_normal.inst.cfg index 8be9793a9e..06481bd3aa 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_pro_evo_hs_0.40_pla_normal.inst.cfg @@ -1,33 +1,34 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] -material_bed_temperature = 60 +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 +material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 4.5 +retraction_prime_speed = 15 +retraction_speed = 20 speed_infill = 60 -speed_wall = =speed_print +speed_print = 30 speed_support = =speed_print speed_travel = 80 -retraction_amount = 4.5 -retraction_speed = 20 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_coarse.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_coarse.inst.cfg index cd0721aaed..3dca2b7ddd 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_draft.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_draft.inst.cfg index e67a978a97..0cb89b0a14 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_fine.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_fine.inst.cfg index 3807cb4303..fb69df99de 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_normal.inst.cfg b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_normal.inst.cfg index 2df983040b..97f1135880 100644 --- a/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/pla/xyzprinting_da_vinci_super_copper_0.40_pla_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_coarse.inst.cfg b/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_coarse.inst.cfg index 43ae099126..267c2e46c3 100644 --- a/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_coarse.inst.cfg +++ b/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_coarse.inst.cfg @@ -1,37 +1,38 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_ppgf30 +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_ppgf30 variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] -material_bed_temperature = 100 -layer_height = 0.4 -layer_height_0 = 0.4 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 20 -speed_infill = 30 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 200 -retraction_amount = 6 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 -brim_width = 20.0 acceleration_infill = 1000.0 acceleration_wall = 1000.0 +bridge_skin_speed = 50 +brim_width = 20.0 infill_material_flow = 85 +infill_sparse_density = 10 +layer_height = 0.4 +layer_height_0 = 0.4 +material_bed_temperature = 100 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = 30 +speed_print = 20 +speed_support = =speed_print +speed_travel = 200 +speed_wall = =speed_print wall_material_flow = 85 + diff --git a/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_draft.inst.cfg b/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_draft.inst.cfg index 793a08f433..2bb1f10200 100644 --- a/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_draft.inst.cfg +++ b/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_draft.inst.cfg @@ -1,37 +1,38 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_ppgf30 +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_ppgf30 variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] -material_bed_temperature = 100 -layer_height = 0.3 -layer_height_0 = 0.4 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 20 -speed_infill = 30 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 200 -retraction_amount = 6 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 -brim_width = 20.0 acceleration_infill = 1000.0 acceleration_wall = 1000.0 +bridge_skin_speed = 50 +brim_width = 20.0 infill_material_flow = 85 +infill_sparse_density = 10 +layer_height = 0.3 +layer_height_0 = 0.4 +material_bed_temperature = 100 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = 30 +speed_print = 20 +speed_support = =speed_print +speed_travel = 200 +speed_wall = =speed_print wall_material_flow = 85 + diff --git a/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_fine.inst.cfg b/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_fine.inst.cfg index 1e719a284c..80fc84e9bd 100644 --- a/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_fine.inst.cfg +++ b/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_fine.inst.cfg @@ -1,32 +1,33 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_ppgf30 +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_ppgf30 variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] -material_bed_temperature = 90 +bridge_skin_speed = 50 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 +material_bed_temperature = 90 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 20 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6 +retraction_prime_speed = 15 +retraction_speed = 50 speed_infill = 30 -speed_wall = =speed_print +speed_print = 20 speed_support = =speed_print speed_travel = 200 -retraction_amount = 6 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_normal.inst.cfg b/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_normal.inst.cfg index 156f42ef22..ad6f16aa7d 100644 --- a/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_normal.inst.cfg +++ b/resources/quality/xyzprinting/ppgf30/xyzprinting_da_vinci_pro_evo_hs_0.40_ppgf30_normal.inst.cfg @@ -1,37 +1,38 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_ppgf30 +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_ppgf30 variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] -material_bed_temperature = 100 -layer_height = 0.2 -layer_height_0 = 0.3 -material_diameter = 1.75 -material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_final_print_temperature = =material_print_temperature -speed_print = 20 -speed_infill = 30 -speed_wall = =speed_print -speed_support = =speed_print -speed_travel = 200 -retraction_amount = 6 -retraction_speed = 50 -retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 50 -brim_width = 20.0 acceleration_infill = 1000.0 acceleration_wall = 1000.0 +bridge_skin_speed = 50 +brim_width = 20.0 infill_material_flow = 85 -wall_material_flow = 85 \ No newline at end of file +infill_sparse_density = 10 +layer_height = 0.2 +layer_height_0 = 0.3 +material_bed_temperature = 100 +material_bed_temperature_layer_0 = =material_bed_temperature +material_diameter = 1.75 +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6 +retraction_prime_speed = 15 +retraction_speed = 50 +speed_infill = 30 +speed_print = 20 +speed_support = =speed_print +speed_travel = 200 +speed_wall = =speed_print +wall_material_flow = 85 + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_coarse.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_coarse.inst.cfg index ba6d8a397a..40459369b4 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_1p0_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_draft.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_draft.inst.cfg index 3a18e37e32..0224f51d33 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_1p0_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_fine.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_fine.inst.cfg index 5fe402c160..a43d5c7386 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_1p0_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_normal.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_normal.inst.cfg index 36640bc57a..54c5c26e4c 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_1p0_pro_copper_0.40_tough_pla_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_1p0_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 20 -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 20 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_coarse.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_coarse.inst.cfg index 821f8d28a7..56ccf94498 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 30 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_draft.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_draft.inst.cfg index 3b02b86f2a..081eb57efc 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 30 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_fine.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_fine.inst.cfg index f30a83c6f8..f18399e731 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 30 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_normal.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_normal.inst.cfg index 21d8fa9d1a..92278f42e5 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40_tough_pla_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 65 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 retraction_speed = 30 skirt_brim_speed = 30 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 65 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_coarse.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_coarse.inst.cfg index eeaf2fe528..3a90424556 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_draft.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_draft.inst.cfg index 86a84dbe32..bf5df52f02 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_fine.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_fine.inst.cfg index 0f399e8098..7b3ea9c3d6 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_normal.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_normal.inst.cfg index 87d3f8c1d6..32a2c7b92a 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40_tough_pla_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_coarse.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_coarse.inst.cfg index 3a119db307..c196735558 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_draft.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_draft.inst.cfg index 478a469ec4..9b14d724ed 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_fine.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_fine.inst.cfg index 0417eda4f1..ad561e3ce7 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_normal.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_normal.inst.cfg index fbc48b1ca5..0935059569 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_tough_pla_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = 15 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_coarse.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_coarse.inst.cfg index 2e33f02edb..8edd0c768b 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_coarse.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tough_pla variant = Stainless Steel 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_draft.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_draft.inst.cfg index 1b54aa0132..5581d33173 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_draft.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tough_pla variant = Stainless Steel 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_fine.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_fine.inst.cfg index ee14f606e5..c98c7fce31 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_fine.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tough_pla variant = Stainless Steel 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_normal.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_normal.inst.cfg index 9d7669f721..0f892e7d57 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_jr_w_pro_ss_0.40_tough_pla_normal.inst.cfg @@ -1,29 +1,30 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tough_pla variant = Stainless Steel 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_wall = =speed_print -speed_topbottom = 10 -speed_infill = 60 -speed_support = =speed_print -speed_travel = 100 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.0 retraction_speed = =speed_print skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 100 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_coarse.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_coarse.inst.cfg index 17e733f5c7..5246490546 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_coarse.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tough_pla variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 60 -speed_wall = =speed_print -speed_topbottom = 10 -speed_support = =speed_print -speed_travel = 80 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 -retraction_speed = 20 retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +retraction_speed = 20 +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 80 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_draft.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_draft.inst.cfg index a4c9e07aad..ccf67dc42b 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_draft.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tough_pla variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 60 -speed_wall = =speed_print -speed_topbottom = 10 -speed_support = =speed_print -speed_travel = 80 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 -retraction_speed = 20 retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +retraction_speed = 20 +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 80 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_fine.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_fine.inst.cfg index 70b610cb39..628b6acd6e 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_fine.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tough_pla variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 60 -speed_wall = =speed_print -speed_topbottom = 10 -speed_support = =speed_print -speed_travel = 80 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 -retraction_speed = 20 retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +retraction_speed = 20 +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 80 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_normal.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_normal.inst.cfg index 309a8512e1..cc35a81d30 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_pro_evo_hs_0.40_tough_pla_normal.inst.cfg @@ -1,34 +1,35 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tough_pla variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +adhesion_type = skirt +bridge_skin_speed = 20 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.30 -material_diameter = 1.75 material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_infill = 60 -speed_wall = =speed_print -speed_topbottom = 10 -speed_support = =speed_print -speed_travel = 80 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.5 -retraction_speed = 20 retraction_prime_speed = 15 -infill_sparse_density = 10 -bridge_skin_speed = 20 -adhesion_type = skirt \ No newline at end of file +retraction_speed = 20 +speed_infill = 60 +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 80 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_coarse.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_coarse.inst.cfg index be7a300af6..11b2d4f97f 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -3 [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_draft.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_draft.inst.cfg index 23596bd07e..2ea34250fb 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_draft.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -2 [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_fine.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_fine.inst.cfg index 1fef58c478..4cb3ff221e 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_fine.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = 0 [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_normal.inst.cfg b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_normal.inst.cfg index 4c49317e34..96970c58af 100644 --- a/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_normal.inst.cfg +++ b/resources/quality/xyzprinting/tough_pla/xyzprinting_da_vinci_super_copper_0.40_tough_pla_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tough_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tough_pla variant = Copper 0.4mm Nozzle +weight = -1 [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 30 -speed_topbottom = 10 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = =speed_print -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 5.5 retraction_speed = 50 skirt_brim_speed = =speed_print -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 30 +speed_support = =speed_print +speed_topbottom = 10 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_coarse.inst.cfg b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_coarse.inst.cfg index 9a8f254d1d..5528bf6093 100644 --- a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_coarse.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tpu +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tpu variant = Hardened Steel 0.4mm Nozzle +weight = -3 [values] +acceleration_infill = 1500.0 +acceleration_wall = 1000.0 +bridge_skin_speed = 100 +brim_width = 5.0 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 15 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6 +retraction_prime_speed = =15 +retraction_speed = 50 speed_infill = =speed_print -speed_wall = =speed_print +speed_print = 15 speed_support = =speed_print speed_travel = 200 -retraction_amount = 6 -retraction_speed = 50 -retraction_prime_speed = =15 -infill_sparse_density = 10 -brim_width = 5.0 -bridge_skin_speed = 100 -acceleration_infill = 1500.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_draft.inst.cfg b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_draft.inst.cfg index 623381312f..4819e3eaa3 100644 --- a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_draft.inst.cfg +++ b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_draft.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tpu variant = Hardened Steel 0.4mm Nozzle +weight = -2 [values] +acceleration_infill = 1500.0 +acceleration_wall = 1000.0 +bridge_skin_speed = 100 +brim_width = 5.0 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -material_diameter = 1.75 material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 15 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6 +retraction_prime_speed = =15 +retraction_speed = 50 speed_infill = =speed_print -speed_wall = =speed_print +speed_print = 15 speed_support = =speed_print speed_travel = 200 -retraction_amount = 6 -retraction_speed = 50 -retraction_prime_speed = =15 -infill_sparse_density = 10 -brim_width = 5.0 -bridge_skin_speed = 100 -acceleration_infill = 1500.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_fine.inst.cfg b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_fine.inst.cfg index cd589ae435..f93271a060 100644 --- a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_fine.inst.cfg +++ b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_fine.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tpu +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tpu variant = Hardened Steel 0.4mm Nozzle +weight = 0 [values] +acceleration_infill = 1500.0 +acceleration_wall = 1000.0 +bridge_skin_speed = 100 +brim_width = 5.0 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -material_diameter = 1.75 material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 15 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6 +retraction_prime_speed = =15 +retraction_speed = 50 speed_infill = =speed_print -speed_wall = =speed_print +speed_print = 15 speed_support = =speed_print speed_travel = 200 -retraction_amount = 6 -retraction_speed = 50 -retraction_prime_speed = =15 -infill_sparse_density = 10 -brim_width = 5.0 -bridge_skin_speed = 100 -acceleration_infill = 1500.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_normal.inst.cfg b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_normal.inst.cfg index 34211a6adc..c34c40587b 100644 --- a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_normal.inst.cfg +++ b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_pro_evo_hs_0.40_tpu_normal.inst.cfg @@ -1,35 +1,36 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tpu variant = Hardened Steel 0.4mm Nozzle +weight = -1 [values] +acceleration_infill = 1500.0 +acceleration_wall = 1000.0 +bridge_skin_speed = 100 +brim_width = 5.0 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -material_diameter = 1.75 material_bed_temperature = 60 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature +material_diameter = 1.75 material_final_print_temperature = =material_print_temperature -speed_print = 15 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature +retraction_amount = 6 +retraction_prime_speed = =15 +retraction_speed = 50 speed_infill = =speed_print -speed_wall = =speed_print +speed_print = 15 speed_support = =speed_print speed_travel = 200 -retraction_amount = 6 -retraction_speed = 50 -retraction_prime_speed = =15 -infill_sparse_density = 10 -brim_width = 5.0 -bridge_skin_speed = 100 -acceleration_infill = 1500.0 -acceleration_wall = 1000.0 \ No newline at end of file +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_coarse.inst.cfg b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_coarse.inst.cfg index cdd10c037f..0548ba5d95 100644 --- a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_coarse.inst.cfg +++ b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_coarse.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +material = xyzprinting_tpu +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse -weight = -3 -material = xyzprinting_tpu variant = Copper 0.4mm Nozzle +weight = -3 [values] +brim_width = 5.0 +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 15 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = 30 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 30 skirt_brim_speed = 30 -brim_width = 5.0 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 15 +speed_support = 30 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_draft.inst.cfg b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_draft.inst.cfg index c58cb58a90..76b6542390 100644 --- a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_draft.inst.cfg +++ b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_draft.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +material = xyzprinting_tpu +quality_type = draft setting_version = 20 type = quality -quality_type = draft -weight = -2 -material = xyzprinting_tpu variant = Copper 0.4mm Nozzle +weight = -2 [values] +brim_width = 5.0 +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 15 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = 30 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 30 skirt_brim_speed = 30 -brim_width = 5.0 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 15 +speed_support = 30 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_fine.inst.cfg b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_fine.inst.cfg index 94d879d9b7..5c301731ae 100644 --- a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_fine.inst.cfg +++ b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_fine.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +material = xyzprinting_tpu +quality_type = fine setting_version = 20 type = quality -quality_type = fine -weight = 0 -material = xyzprinting_tpu variant = Copper 0.4mm Nozzle +weight = 0 [values] +brim_width = 5.0 +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 15 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = 30 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 30 skirt_brim_speed = 30 -brim_width = 5.0 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 15 +speed_support = 30 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_normal.inst.cfg b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_normal.inst.cfg index 326d783309..5f3565d17e 100644 --- a/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_normal.inst.cfg +++ b/resources/quality/xyzprinting/tpu/xyzprinting_da_vinci_super_copper_0.40_tpu_normal.inst.cfg @@ -1,30 +1,31 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +material = xyzprinting_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal -weight = -1 -material = xyzprinting_tpu variant = Copper 0.4mm Nozzle +weight = -1 [values] +brim_width = 5.0 +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.35 material_bed_temperature_layer_0 = =material_bed_temperature -material_print_temperature_layer_0 = =material_print_temperature -material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature -speed_print = 15 -speed_wall = =speed_print -speed_infill = =speed_print -speed_support = 30 -speed_travel = 120 +material_initial_print_temperature = =material_print_temperature +material_print_temperature_layer_0 = =material_print_temperature retraction_amount = 4.0 retraction_speed = 30 skirt_brim_speed = 30 -brim_width = 5.0 -infill_sparse_density = 10 \ No newline at end of file +speed_infill = =speed_print +speed_print = 15 +speed_support = 30 +speed_travel = 120 +speed_wall = =speed_print + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.10_fine.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.10_fine.inst.cfg index c10c9b4cce..b012b629be 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.10_fine.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.10_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_1p0_pro +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 0 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.20_normal.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.20_normal.inst.cfg index ad37a22dc6..8b7eac4a41 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.20_normal.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.20_normal.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_1p0_pro +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -1 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.30_draft.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.30_draft.inst.cfg index 4bc48c97e5..4068ef79a7 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.30_draft.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.30_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_1p0_pro +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.40_coarse.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.40_coarse.inst.cfg index ca3c4e9688..fd32c70542 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.40_coarse.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_1p0_pro_global_0.40_coarse.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_1p0_pro +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.10_fine.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.10_fine.inst.cfg index 009858d718..e1a9724ff1 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.10_fine.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.10_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 0 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.20_normal.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.20_normal.inst.cfg index 29347c4f16..f079f704dc 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.20_normal.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.20_normal.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -1 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.30_draft.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.30_draft.inst.cfg index 0ebdc130e3..d1154ea394 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.30_draft.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.30_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.40_coarse.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.40_coarse.inst.cfg index 1894adf7e5..97fc8e0c0e 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.40_coarse.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_1p0a_pro_global_0.40_coarse.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_1p0a_pro +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.10_fine.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.10_fine.inst.cfg index bbee3c2010..51240d8de7 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.10_fine.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.10_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 0 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.20_normal.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.20_normal.inst.cfg index ed66ae76d3..0863cb34c7 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.20_normal.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.20_normal.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -1 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.30_draft.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.30_draft.inst.cfg index 1a7270df73..aa58022c3d 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.30_draft.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.30_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.40_coarse.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.40_coarse.inst.cfg index 79ba44e0c7..6758b19c99 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.40_coarse.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xep_global_0.40_coarse.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xeplus +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.10_fine.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.10_fine.inst.cfg index c69b6b5319..71d367d880 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.10_fine.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.10_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 0 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.20_normal.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.20_normal.inst.cfg index b7db17a61d..71dd8c63f2 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.20_normal.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.20_normal.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -1 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.30_draft.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.30_draft.inst.cfg index 375c3c024d..17d32d3ac8 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.30_draft.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.30_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.40_coarse.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.40_coarse.inst.cfg index 859016ff32..e67c46717b 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.40_coarse.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_pro_xp_global_0.40_coarse.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_pro_xplus +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg index e3ed234453..3b326ef0d6 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 0 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.20_normal.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.20_normal.inst.cfg index 67774fda4d..f8f95a95c9 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.20_normal.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.20_normal.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -1 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.30_draft.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.30_draft.inst.cfg index 43f9c5fb90..5968f9ff99 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.30_draft.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.30_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.40_coarse.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.40_coarse.inst.cfg index 84f781a6c1..1a1c158f64 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.40_coarse.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.40_coarse.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_jr_w_pro +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.10_fine.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.10_fine.inst.cfg index f0e8dfdc37..ada94295ba 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.10_fine.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.10_fine.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_pro_evo +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 0 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 material_diameter = 1.75 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.20_normal.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.20_normal.inst.cfg index 4631432b4a..034a54e7ae 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.20_normal.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.20_normal.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_pro_evo +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -1 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 material_diameter = 1.75 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.30_draft.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.30_draft.inst.cfg index 4e25003939..e93e3f4cb2 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.30_draft.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.30_draft.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_pro_evo +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 material_diameter = 1.75 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.40_coarse.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.40_coarse.inst.cfg index 606ecfc0fa..c7267f5c63 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.40_coarse.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_pro_evo_global_0.40_coarse.inst.cfg @@ -1,17 +1,18 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_pro_evo +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 material_diameter = 1.75 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.10_fine.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.10_fine.inst.cfg index 5cc8c167b1..d20bb7cf00 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.10_fine.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.10_fine.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Fine Quality definition = xyzprinting_da_vinci_super +name = Fine Quality +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 0 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.1 layer_height_0 = 0.2 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.20_normal.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.20_normal.inst.cfg index c05391efe0..bd356d33c9 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.20_normal.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.20_normal.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Normal Quality definition = xyzprinting_da_vinci_super +name = Normal Quality +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = -1 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.2 layer_height_0 = 0.3 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.30_draft.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.30_draft.inst.cfg index 46f76b4d1d..a7969c253b 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.30_draft.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.30_draft.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Draft Quality definition = xyzprinting_da_vinci_super +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = draft setting_version = 20 type = quality -quality_type = draft weight = -2 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.3 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.40_coarse.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.40_coarse.inst.cfg index cfdbce64d3..b0461db03e 100644 --- a/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.40_coarse.inst.cfg +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_super_global_0.40_coarse.inst.cfg @@ -1,16 +1,17 @@ [general] -version = 4 -name = Coarse Quality definition = xyzprinting_da_vinci_super +name = Coarse Quality +version = 4 [metadata] +global_quality = True +quality_type = coarse setting_version = 20 type = quality -quality_type = coarse weight = -3 -global_quality = True [values] +infill_sparse_density = 10 layer_height = 0.4 layer_height_0 = 0.4 -infill_sparse_density = 10 \ No newline at end of file + diff --git a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.05.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.05.inst.cfg index c1354c38da..20694f55e7 100644 --- a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.05.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.05.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.20_lay0.05 definition = zav_base +name = abs_noz0.20_lay0.05 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_005 setting_version = 20 type = quality -quality_type = ZAV_layer_005 -material = generic_abs -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.10.inst.cfg index 8501496af0..14638e29fc 100644 --- a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.20_lay0.10 definition = zav_base +name = abs_noz0.20_lay0.10 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_abs -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.15.inst.cfg index 8fd70aaadd..c23cf40cfb 100644 --- a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.20_lay0.15 definition = zav_base +name = abs_noz0.20_lay0.15 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.05.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.05.inst.cfg index f12e500eea..23ac2d43a4 100644 --- a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.05.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.05.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.25_lay0.05 definition = zav_base +name = abs_noz0.25_lay0.05 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_005 setting_version = 20 type = quality -quality_type = ZAV_layer_005 -material = generic_abs -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.10.inst.cfg index ac7c9eceb2..6acf6cf308 100644 --- a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.25_lay0.10 definition = zav_base +name = abs_noz0.25_lay0.10 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_abs -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.15.inst.cfg index dd96e37f62..1cb9e2dafe 100644 --- a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.25_lay0.15 definition = zav_base +name = abs_noz0.25_lay0.15 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.20.inst.cfg index 733fc7b01b..dec8dc985e 100644 --- a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.25_lay0.20 definition = zav_base +name = abs_noz0.25_lay0.20 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.10.inst.cfg index 6a1ba17ba6..a9adba4f7a 100644 --- a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.30_lay0.10 definition = zav_base +name = abs_noz0.30_lay0.10 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_abs -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.15.inst.cfg index d8bffeb0ce..f6cb6ef6a5 100644 --- a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.30_lay0.15 definition = zav_base +name = abs_noz0.30_lay0.15 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.20.inst.cfg index 982680f585..b8069566ed 100644 --- a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.30_lay0.20 definition = zav_base +name = abs_noz0.30_lay0.20 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.25.inst.cfg index 7375d6325f..66e784aa1d 100644 --- a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.30_lay0.25 definition = zav_base +name = abs_noz0.30_lay0.25 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_abs -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.10.inst.cfg index 113efec9ca..9400be2fee 100644 --- a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.35_lay0.10 definition = zav_base +name = abs_noz0.35_lay0.10 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_abs -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.15.inst.cfg index 340e9612a1..14dd47680d 100644 --- a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.35_lay0.15 definition = zav_base +name = abs_noz0.35_lay0.15 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.20.inst.cfg index ad1cd03fc6..bdbc3d64b0 100644 --- a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.35_lay0.20 definition = zav_base +name = abs_noz0.35_lay0.20 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.25.inst.cfg index 0a15e6d09e..43bc24ef07 100644 --- a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.35_lay0.25 definition = zav_base +name = abs_noz0.35_lay0.25 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_abs -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.10.inst.cfg index c98f823b06..75db9b2d4e 100644 --- a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.40_lay0.10 definition = zav_base +name = abs_noz0.40_lay0.10 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.15.inst.cfg index 942ea7da8a..ce48587ea6 100644 --- a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.40_lay0.15 definition = zav_base +name = abs_noz0.40_lay0.15 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.20.inst.cfg index 319b7f7a0c..7a50e69367 100644 --- a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.40_lay0.20 definition = zav_base +name = abs_noz0.40_lay0.20 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.25.inst.cfg index 9f31a29ed3..d83504fb69 100644 --- a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.40_lay0.25 definition = zav_base +name = abs_noz0.40_lay0.25 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.30.inst.cfg index bdc83cb58b..172a1ab8e4 100644 --- a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.40_lay0.30 definition = zav_base +name = abs_noz0.40_lay0.30 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_abs -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.10.inst.cfg index 3fd67e1fa4..01360f1280 100644 --- a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.45_lay0.10 definition = zav_base +name = abs_noz0.45_lay0.10 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_abs -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.15.inst.cfg index adb517d05c..e3c8bffd07 100644 --- a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.45_lay0.15 definition = zav_base +name = abs_noz0.45_lay0.15 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.20.inst.cfg index 5b1d96c428..ca3299c7fc 100644 --- a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.45_lay0.20 definition = zav_base +name = abs_noz0.45_lay0.20 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.25.inst.cfg index 9bfc0dfffa..e770781edb 100644 --- a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.45_lay0.25 definition = zav_base +name = abs_noz0.45_lay0.25 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_abs -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.30.inst.cfg index 93663586d3..3d620904a9 100644 --- a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.45_lay0.30 definition = zav_base +name = abs_noz0.45_lay0.30 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_abs -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.35.inst.cfg index 05f173192a..6c24b094cd 100644 --- a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.45_lay0.35 definition = zav_base +name = abs_noz0.45_lay0.35 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_abs -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.15.inst.cfg index d61fa9adab..42a7ef64ef 100644 --- a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.50_lay0.15 definition = zav_base +name = abs_noz0.50_lay0.15 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.20.inst.cfg index 74730d6bfd..6de2e8e21b 100644 --- a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.50_lay0.20 definition = zav_base +name = abs_noz0.50_lay0.20 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.25.inst.cfg index 69bd4d5b39..629fc4b23e 100644 --- a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.50_lay0.25 definition = zav_base +name = abs_noz0.50_lay0.25 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_abs -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.30.inst.cfg index 97f15f12f9..eae7d33f11 100644 --- a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.50_lay0.30 definition = zav_base +name = abs_noz0.50_lay0.30 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_abs -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.35.inst.cfg index d7d2ef00dc..29e19db2dc 100644 --- a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.50_lay0.35 definition = zav_base +name = abs_noz0.50_lay0.35 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_abs -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.15.inst.cfg index d201ac0a1c..eb1473d96f 100644 --- a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.60_lay0.15 definition = zav_base +name = abs_noz0.60_lay0.15 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_abs -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.20.inst.cfg index f7e4dbf735..96a835a642 100644 --- a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.60_lay0.20 definition = zav_base +name = abs_noz0.60_lay0.20 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.25.inst.cfg index d5dec44c28..222221aa8a 100644 --- a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.60_lay0.25 definition = zav_base +name = abs_noz0.60_lay0.25 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_abs -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.30.inst.cfg index 220a01c2ad..a0bad9c3f3 100644 --- a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.60_lay0.30 definition = zav_base +name = abs_noz0.60_lay0.30 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_abs -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.35.inst.cfg index de8f6834ab..52c00cdc2d 100644 --- a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.60_lay0.35 definition = zav_base +name = abs_noz0.60_lay0.35 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_abs -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.40.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.40.inst.cfg index fa35480c34..66a3a4a292 100644 --- a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.60_lay0.40 definition = zav_base +name = abs_noz0.60_lay0.40 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_abs -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.20.inst.cfg index 3a152d3d14..7b9080b96a 100644 --- a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.80_lay0.20 definition = zav_base +name = abs_noz0.80_lay0.20 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_abs -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.25.inst.cfg index 3d43e5b2fb..bc46e05c03 100644 --- a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.80_lay0.25 definition = zav_base +name = abs_noz0.80_lay0.25 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_abs -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.30.inst.cfg index 390356652c..3d9e3b0ceb 100644 --- a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.80_lay0.30 definition = zav_base +name = abs_noz0.80_lay0.30 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_abs -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.35.inst.cfg index 81fe2b5d31..5f5201da89 100644 --- a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.80_lay0.35 definition = zav_base +name = abs_noz0.80_lay0.35 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_abs -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.40.inst.cfg b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.40.inst.cfg index 38b536082d..4875fa7de9 100644 --- a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz0.80_lay0.40 definition = zav_base +name = abs_noz0.80_lay0.40 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_abs -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.25.inst.cfg index 6c5507e9fd..8eaf0c179b 100644 --- a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz1.00_lay0.25 definition = zav_base +name = abs_noz1.00_lay0.25 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_abs -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.30.inst.cfg index 9f56112a51..d66919a910 100644 --- a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz1.00_lay0.30 definition = zav_base +name = abs_noz1.00_lay0.30 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_abs -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.35.inst.cfg index 26b646a04d..943ba6ef6c 100644 --- a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz1.00_lay0.35 definition = zav_base +name = abs_noz1.00_lay0.35 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_abs -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.40.inst.cfg b/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.40.inst.cfg index c6463c7572..31e7be3caf 100644 --- a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = abs_noz1.00_lay0.40 definition = zav_base +name = abs_noz1.00_lay0.40 +version = 4 [metadata] +material = generic_abs +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_abs -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.05.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.05.inst.cfg index 3cbfedf7c7..0d5e268f9c 100644 --- a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.05.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.05.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.20_lay0.05 definition = zav_base +name = petg_noz0.20_lay0.05 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_005 setting_version = 20 type = quality -quality_type = ZAV_layer_005 -material = generic_petg -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.10.inst.cfg index 4199e9bb00..44c927d1f9 100644 --- a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.20_lay0.10 definition = zav_base +name = petg_noz0.20_lay0.10 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_petg -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.15.inst.cfg index 0b09c31c41..7cb49d9c72 100644 --- a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.20_lay0.15 definition = zav_base +name = petg_noz0.20_lay0.15 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.05.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.05.inst.cfg index 25090ac7e7..f9bcc69f19 100644 --- a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.05.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.05.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.25_lay0.05 definition = zav_base +name = petg_noz0.25_lay0.05 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_005 setting_version = 20 type = quality -quality_type = ZAV_layer_005 -material = generic_petg -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.10.inst.cfg index 77269c0902..86ceaa35bf 100644 --- a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.25_lay0.10 definition = zav_base +name = petg_noz0.25_lay0.10 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_petg -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.15.inst.cfg index 2dde462faa..8990e51205 100644 --- a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.25_lay0.15 definition = zav_base +name = petg_noz0.25_lay0.15 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.20.inst.cfg index 01900ca6d0..ade8f402c9 100644 --- a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.25_lay0.20 definition = zav_base +name = petg_noz0.25_lay0.20 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.10.inst.cfg index 40ad5198de..435b897a7e 100644 --- a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.30_lay0.10 definition = zav_base +name = petg_noz0.30_lay0.10 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_petg -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.15.inst.cfg index 3ad30b3183..4e9a3dac83 100644 --- a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.30_lay0.15 definition = zav_base +name = petg_noz0.30_lay0.15 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.20.inst.cfg index 237106ca7b..0ad1ecb4c2 100644 --- a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.30_lay0.20 definition = zav_base +name = petg_noz0.30_lay0.20 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.25.inst.cfg index 08f92ba729..4f9e8cd2bb 100644 --- a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.30_lay0.25 definition = zav_base +name = petg_noz0.30_lay0.25 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_petg -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.10.inst.cfg index 0798a8aa93..5b91e275d9 100644 --- a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.35_lay0.10 definition = zav_base +name = petg_noz0.35_lay0.10 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_petg -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.15.inst.cfg index a32fa78e74..df3910aae8 100644 --- a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.35_lay0.15 definition = zav_base +name = petg_noz0.35_lay0.15 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.20.inst.cfg index 0014ecb1b1..ebf69544b7 100644 --- a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.35_lay0.20 definition = zav_base +name = petg_noz0.35_lay0.20 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.25.inst.cfg index 8863978183..3ef22676f4 100644 --- a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.35_lay0.25 definition = zav_base +name = petg_noz0.35_lay0.25 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_petg -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.10.inst.cfg index 7db7da5079..108ca9dcc5 100644 --- a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.40_lay0.10 definition = zav_base +name = petg_noz0.40_lay0.10 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.15.inst.cfg index de0c8a8124..643ce4ef92 100644 --- a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.40_lay0.15 definition = zav_base +name = petg_noz0.40_lay0.15 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.20.inst.cfg index 6c6bce6f09..3399d1ff12 100644 --- a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.40_lay0.20 definition = zav_base +name = petg_noz0.40_lay0.20 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.25.inst.cfg index f8efbbf7ae..c80697fabb 100644 --- a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.40_lay0.25 definition = zav_base +name = petg_noz0.40_lay0.25 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.30.inst.cfg index 361c12ce78..24002aabeb 100644 --- a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.40_lay0.30 definition = zav_base +name = petg_noz0.40_lay0.30 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_petg -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.10.inst.cfg index 4b39bbda4f..a7835e3fd3 100644 --- a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.45_lay0.10 definition = zav_base +name = petg_noz0.45_lay0.10 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_petg -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.15.inst.cfg index e398cba2b9..1a97d60ac0 100644 --- a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.45_lay0.15 definition = zav_base +name = petg_noz0.45_lay0.15 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.20.inst.cfg index 7d03c0b7d9..b6bf34140b 100644 --- a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.45_lay0.20 definition = zav_base +name = petg_noz0.45_lay0.20 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.25.inst.cfg index f92e2e81d7..5a7de90303 100644 --- a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.45_lay0.25 definition = zav_base +name = petg_noz0.45_lay0.25 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_petg -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.30.inst.cfg index 0050e66440..37d11e8130 100644 --- a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.45_lay0.30 definition = zav_base +name = petg_noz0.45_lay0.30 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_petg -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.35.inst.cfg index 41b4cb1842..37dd9fc3f0 100644 --- a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.45_lay0.35 definition = zav_base +name = petg_noz0.45_lay0.35 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_petg -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.15.inst.cfg index 4e60dfb539..a95afa178c 100644 --- a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.50_lay0.15 definition = zav_base +name = petg_noz0.50_lay0.15 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.20.inst.cfg index b70ab25d82..f663779953 100644 --- a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.50_lay0.20 definition = zav_base +name = petg_noz0.50_lay0.20 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.25.inst.cfg index b33e220af8..250d7286a1 100644 --- a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.50_lay0.25 definition = zav_base +name = petg_noz0.50_lay0.25 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_petg -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.30.inst.cfg index c627fbbfec..3cbbf9041a 100644 --- a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.50_lay0.30 definition = zav_base +name = petg_noz0.50_lay0.30 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_petg -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.35.inst.cfg index a3ae64b90e..0baf18115c 100644 --- a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.50_lay0.35 definition = zav_base +name = petg_noz0.50_lay0.35 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_petg -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.15.inst.cfg index 01de68ee5a..6f914920dd 100644 --- a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.60_lay0.15 definition = zav_base +name = petg_noz0.60_lay0.15 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_petg -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.20.inst.cfg index f477a07612..483be38438 100644 --- a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.60_lay0.20 definition = zav_base +name = petg_noz0.60_lay0.20 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.25.inst.cfg index 1f56965bf3..578aabeb5e 100644 --- a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.60_lay0.25 definition = zav_base +name = petg_noz0.60_lay0.25 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_petg -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.30.inst.cfg index 52500a8484..cdace72b8c 100644 --- a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.60_lay0.30 definition = zav_base +name = petg_noz0.60_lay0.30 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_petg -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.35.inst.cfg index 18f2382660..f0f97ce929 100644 --- a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.60_lay0.35 definition = zav_base +name = petg_noz0.60_lay0.35 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_petg -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.40.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.40.inst.cfg index aba5d56440..b7d7379d3b 100644 --- a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.60_lay0.40 definition = zav_base +name = petg_noz0.60_lay0.40 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_petg -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.20.inst.cfg index 57b8a48e31..650b765778 100644 --- a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.80_lay0.20 definition = zav_base +name = petg_noz0.80_lay0.20 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_petg -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.25.inst.cfg index 346739372d..b8e4e8f457 100644 --- a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.80_lay0.25 definition = zav_base +name = petg_noz0.80_lay0.25 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_petg -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.30.inst.cfg index d6b8657b6c..83112c9cd5 100644 --- a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.80_lay0.30 definition = zav_base +name = petg_noz0.80_lay0.30 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_petg -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.35.inst.cfg index f03cd53044..682c651c7d 100644 --- a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.80_lay0.35 definition = zav_base +name = petg_noz0.80_lay0.35 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_petg -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.40.inst.cfg b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.40.inst.cfg index ec9e251a0e..4ba230f58f 100644 --- a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz0.80_lay0.40 definition = zav_base +name = petg_noz0.80_lay0.40 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_petg -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.25.inst.cfg index b68bff2980..0dada8b9b0 100644 --- a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz1.00_lay0.25 definition = zav_base +name = petg_noz1.00_lay0.25 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_petg -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.30.inst.cfg index d3a33e7550..fdd00dccca 100644 --- a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz1.00_lay0.30 definition = zav_base +name = petg_noz1.00_lay0.30 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_petg -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.35.inst.cfg index f653dca4e4..cd329d3f00 100644 --- a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz1.00_lay0.35 definition = zav_base +name = petg_noz1.00_lay0.35 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_petg -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.40.inst.cfg b/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.40.inst.cfg index 9e1b686777..b170fb79bc 100644 --- a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = petg_noz1.00_lay0.40 definition = zav_base +name = petg_noz1.00_lay0.40 +version = 4 [metadata] +material = generic_petg +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_petg -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.05.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.05.inst.cfg index 0a338ae7df..faed88d702 100644 --- a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.05.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.05.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.20_lay0.05 definition = zav_base +name = pla_noz0.20_lay0.05 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_005 setting_version = 20 type = quality -quality_type = ZAV_layer_005 -material = generic_pla -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.10.inst.cfg index cb44823f1a..11410a9113 100644 --- a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.20_lay0.10 definition = zav_base +name = pla_noz0.20_lay0.10 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_pla -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.15.inst.cfg index 10d3bedc8d..194255bb08 100644 --- a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.20_lay0.15 definition = zav_base +name = pla_noz0.20_lay0.15 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.20mm_ZAV_Nozzle +variant = 0.20mm_ZAV_Nozzle [values] wall_thickness = =line_width*5 + diff --git a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.05.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.05.inst.cfg index 214bd1a0b4..26eb388263 100644 --- a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.05.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.05.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.25_lay0.05 definition = zav_base +name = pla_noz0.25_lay0.05 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_005 setting_version = 20 type = quality -quality_type = ZAV_layer_005 -material = generic_pla -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.10.inst.cfg index d9bd3e8ad7..2e578f3ecb 100644 --- a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.25_lay0.10 definition = zav_base +name = pla_noz0.25_lay0.10 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_pla -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.15.inst.cfg index 675dde0b3b..55b74cbe3f 100644 --- a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.25_lay0.15 definition = zav_base +name = pla_noz0.25_lay0.15 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.20.inst.cfg index a94697a4b3..05de8e46f6 100644 --- a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.25_lay0.20 definition = zav_base +name = pla_noz0.25_lay0.20 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.25mm_ZAV_Nozzle +variant = 0.25mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.10.inst.cfg index 0c2a29bed4..07d6dd7d41 100644 --- a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.30_lay0.10 definition = zav_base +name = pla_noz0.30_lay0.10 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_pla -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.15.inst.cfg index 449f212d8a..b91ce093b0 100644 --- a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.30_lay0.15 definition = zav_base +name = pla_noz0.30_lay0.15 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.20.inst.cfg index 54e02a6054..8f8781bc34 100644 --- a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.30_lay0.20 definition = zav_base +name = pla_noz0.30_lay0.20 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.25.inst.cfg index 166bf54768..fa8270b11a 100644 --- a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.30_lay0.25 definition = zav_base +name = pla_noz0.30_lay0.25 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_pla -variant = 0.30mm_ZAV_Nozzle +variant = 0.30mm_ZAV_Nozzle [values] wall_thickness = =line_width*4 + diff --git a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.10.inst.cfg index 2a8cd7368a..461f9c1f06 100644 --- a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.35_lay0.10 definition = zav_base +name = pla_noz0.35_lay0.10 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_pla -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.15.inst.cfg index 76f0038dcf..5711518966 100644 --- a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.35_lay0.15 definition = zav_base +name = pla_noz0.35_lay0.15 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.20.inst.cfg index 244ce21eb2..69744b7040 100644 --- a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.35_lay0.20 definition = zav_base +name = pla_noz0.35_lay0.20 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.25.inst.cfg index 2fa883e4c0..caee4466ee 100644 --- a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.35_lay0.25 definition = zav_base +name = pla_noz0.35_lay0.25 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_pla -variant = 0.35mm_ZAV_Nozzle +variant = 0.35mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.10.inst.cfg index a347266881..ca1ce3844f 100644 --- a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.40_lay0.10 definition = zav_base +name = pla_noz0.40_lay0.10 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.15.inst.cfg index 4fad842b5d..953e11dacd 100644 --- a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.40_lay0.15 definition = zav_base +name = pla_noz0.40_lay0.15 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.20.inst.cfg index 51f7c1b8fb..4988b78325 100644 --- a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.40_lay0.20 definition = zav_base +name = pla_noz0.40_lay0.20 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.25.inst.cfg index 67851938e7..cbc7bfb2ff 100644 --- a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.40_lay0.25 definition = zav_base +name = pla_noz0.40_lay0.25 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.30.inst.cfg index 64ab4c143e..24790fb0b1 100644 --- a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.40_lay0.30 definition = zav_base +name = pla_noz0.40_lay0.30 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_pla -variant = 0.40mm_ZAV_Nozzle +variant = 0.40mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.10.inst.cfg index 038c4970bc..3fa07df4c9 100644 --- a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.10.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.45_lay0.10 definition = zav_base +name = pla_noz0.45_lay0.10 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 -material = generic_pla -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.15.inst.cfg index 1726d4fe62..63310b97cf 100644 --- a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.45_lay0.15 definition = zav_base +name = pla_noz0.45_lay0.15 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.20.inst.cfg index c53a6aae57..903986fc5f 100644 --- a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.45_lay0.20 definition = zav_base +name = pla_noz0.45_lay0.20 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.25.inst.cfg index d84f6f5a09..09c52b1a10 100644 --- a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.45_lay0.25 definition = zav_base +name = pla_noz0.45_lay0.25 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_pla -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.30.inst.cfg index 3560af533f..b12d83d279 100644 --- a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.45_lay0.30 definition = zav_base +name = pla_noz0.45_lay0.30 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_pla -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.35.inst.cfg index 1dc62ef454..2e875c6438 100644 --- a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.45_lay0.35 definition = zav_base +name = pla_noz0.45_lay0.35 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_pla -variant = 0.45mm_ZAV_Nozzle +variant = 0.45mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.15.inst.cfg index 514406f1a1..59765e1fe0 100644 --- a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.50_lay0.15 definition = zav_base +name = pla_noz0.50_lay0.15 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.20.inst.cfg index fd78bd9887..35b0114d4f 100644 --- a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.50_lay0.20 definition = zav_base +name = pla_noz0.50_lay0.20 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.25.inst.cfg index 573e15acdb..19b7957b89 100644 --- a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.50_lay0.25 definition = zav_base +name = pla_noz0.50_lay0.25 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_pla -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.30.inst.cfg index 744642337b..a8179f4454 100644 --- a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.50_lay0.30 definition = zav_base +name = pla_noz0.50_lay0.30 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_pla -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.35.inst.cfg index 58be5f2987..9e36fe39b0 100644 --- a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.50_lay0.35 definition = zav_base +name = pla_noz0.50_lay0.35 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_pla -variant = 0.50mm_ZAV_Nozzle +variant = 0.50mm_ZAV_Nozzle [values] wall_thickness = =line_width*3 + diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.15.inst.cfg index d770a28d55..7f8317c053 100644 --- a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.15.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.60_lay0.15 definition = zav_base +name = pla_noz0.60_lay0.15 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 -material = generic_pla -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.20.inst.cfg index cf9b2722f1..895ebe4d1e 100644 --- a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.60_lay0.20 definition = zav_base +name = pla_noz0.60_lay0.20 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.25.inst.cfg index e522192323..6ed2429d13 100644 --- a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.60_lay0.25 definition = zav_base +name = pla_noz0.60_lay0.25 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_pla -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.30.inst.cfg index c46c0ba73e..9ea3407cb9 100644 --- a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.60_lay0.30 definition = zav_base +name = pla_noz0.60_lay0.30 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_pla -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.35.inst.cfg index 59cd6e9108..29158a6175 100644 --- a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.60_lay0.35 definition = zav_base +name = pla_noz0.60_lay0.35 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_pla -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.40.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.40.inst.cfg index e1139a3c98..c218724f7f 100644 --- a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.60_lay0.40 definition = zav_base +name = pla_noz0.60_lay0.40 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_pla -variant = 0.60mm_ZAV_Nozzle +variant = 0.60mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.20.inst.cfg index 2427997e89..b77711a160 100644 --- a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.80_lay0.20 definition = zav_base +name = pla_noz0.80_lay0.20 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 -material = generic_pla -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.25.inst.cfg index 527cbd225a..bc2d7bcb9b 100644 --- a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.80_lay0.25 definition = zav_base +name = pla_noz0.80_lay0.25 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_pla -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.30.inst.cfg index bcda55b0aa..ce79758681 100644 --- a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.80_lay0.30 definition = zav_base +name = pla_noz0.80_lay0.30 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_pla -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.35.inst.cfg index 3fea79f4e5..cdf9bb0090 100644 --- a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.80_lay0.35 definition = zav_base +name = pla_noz0.80_lay0.35 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_pla -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.40.inst.cfg b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.40.inst.cfg index bfb1cfca56..84343df06f 100644 --- a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz0.80_lay0.40 definition = zav_base +name = pla_noz0.80_lay0.40 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_pla -variant = 0.80mm_ZAV_Nozzle +variant = 0.80mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.25.inst.cfg index 6556bb361f..5c6e7da7a9 100644 --- a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz1.00_lay0.25 definition = zav_base +name = pla_noz1.00_lay0.25 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 -material = generic_pla -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.30.inst.cfg index bd8c9528b8..9a0cdb40b1 100644 --- a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.30.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz1.00_lay0.30 definition = zav_base +name = pla_noz1.00_lay0.30 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 -material = generic_pla -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.35.inst.cfg index d22c818c3b..59a4b6cbb4 100644 --- a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz1.00_lay0.35 definition = zav_base +name = pla_noz1.00_lay0.35 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 -material = generic_pla -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.40.inst.cfg b/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.40.inst.cfg index db71ff15e2..f2012faac1 100644 --- a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.40.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = pla_noz1.00_lay0.40 definition = zav_base +name = pla_noz1.00_lay0.40 +version = 4 [metadata] +material = generic_pla +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 -material = generic_pla -variant = 1.00mm_ZAV_Nozzle +variant = 1.00mm_ZAV_Nozzle [values] wall_thickness = =line_width*2 + diff --git a/resources/quality/zav_base/zav_layer_0.05.inst.cfg b/resources/quality/zav_base/zav_layer_0.05.inst.cfg index 6f0f24ab64..54c0d4e3de 100644 --- a/resources/quality/zav_base/zav_layer_0.05.inst.cfg +++ b/resources/quality/zav_base/zav_layer_0.05.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Ultra Quality definition = zav_base +name = Ultra Quality +version = 4 [metadata] +global_quality = True +quality_type = ZAV_layer_005 setting_version = 20 type = quality -quality_type = ZAV_layer_005 weight = -1 -global_quality = True [values] layer_height = 0.05 layer_height_0 = 0.12 + diff --git a/resources/quality/zav_base/zav_layer_0.10.inst.cfg b/resources/quality/zav_base/zav_layer_0.10.inst.cfg index 71acd1d30f..141a2de286 100644 --- a/resources/quality/zav_base/zav_layer_0.10.inst.cfg +++ b/resources/quality/zav_base/zav_layer_0.10.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Super Quality definition = zav_base +name = Super Quality +version = 4 [metadata] +global_quality = True +quality_type = ZAV_layer_010 setting_version = 20 type = quality -quality_type = ZAV_layer_010 weight = -2 -global_quality = True [values] layer_height = 0.10 layer_height_0 = 0.12 + diff --git a/resources/quality/zav_base/zav_layer_0.15.inst.cfg b/resources/quality/zav_base/zav_layer_0.15.inst.cfg index aa2ee6485a..ad034f79f4 100644 --- a/resources/quality/zav_base/zav_layer_0.15.inst.cfg +++ b/resources/quality/zav_base/zav_layer_0.15.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast Super Quality definition = zav_base +name = Fast Super Quality +version = 4 [metadata] +global_quality = True +quality_type = ZAV_layer_015 setting_version = 20 type = quality -quality_type = ZAV_layer_015 weight = -3 -global_quality = True [values] layer_height = 0.15 layer_height_0 = 0.15 + diff --git a/resources/quality/zav_base/zav_layer_0.20.inst.cfg b/resources/quality/zav_base/zav_layer_0.20.inst.cfg index 77b0f18440..3128a11461 100644 --- a/resources/quality/zav_base/zav_layer_0.20.inst.cfg +++ b/resources/quality/zav_base/zav_layer_0.20.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Standard Quality definition = zav_base +name = Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = ZAV_layer_020 setting_version = 20 type = quality -quality_type = ZAV_layer_020 weight = -4 -global_quality = True [values] layer_height = 0.20 layer_height_0 = 0.20 + diff --git a/resources/quality/zav_base/zav_layer_0.25.inst.cfg b/resources/quality/zav_base/zav_layer_0.25.inst.cfg index 32254105f2..9a84e3f15e 100644 --- a/resources/quality/zav_base/zav_layer_0.25.inst.cfg +++ b/resources/quality/zav_base/zav_layer_0.25.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast Standard Quality definition = zav_base +name = Fast Standard Quality +version = 4 [metadata] +global_quality = True +quality_type = ZAV_layer_025 setting_version = 20 type = quality -quality_type = ZAV_layer_025 weight = -5 -global_quality = True [values] layer_height = 0.25 -layer_height_0 = 0.25 \ No newline at end of file +layer_height_0 = 0.25 + diff --git a/resources/quality/zav_base/zav_layer_0.30.inst.cfg b/resources/quality/zav_base/zav_layer_0.30.inst.cfg index 07039720b2..1a0645e957 100644 --- a/resources/quality/zav_base/zav_layer_0.30.inst.cfg +++ b/resources/quality/zav_base/zav_layer_0.30.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Fast Print Quality definition = zav_base +name = Fast Print Quality +version = 4 [metadata] +global_quality = True +quality_type = ZAV_layer_030 setting_version = 20 type = quality -quality_type = ZAV_layer_030 weight = -6 -global_quality = True [values] layer_height = 0.30 -layer_height_0 = 0.30 \ No newline at end of file +layer_height_0 = 0.30 + diff --git a/resources/quality/zav_base/zav_layer_0.35.inst.cfg b/resources/quality/zav_base/zav_layer_0.35.inst.cfg index 3fc8fc09e1..3045cc6dae 100644 --- a/resources/quality/zav_base/zav_layer_0.35.inst.cfg +++ b/resources/quality/zav_base/zav_layer_0.35.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Draft Quality definition = zav_base +name = Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = ZAV_layer_035 setting_version = 20 type = quality -quality_type = ZAV_layer_035 weight = -7 -global_quality = True [values] layer_height = 0.35 -layer_height_0 = 0.35 \ No newline at end of file +layer_height_0 = 0.35 + diff --git a/resources/quality/zav_base/zav_layer_0.40.inst.cfg b/resources/quality/zav_base/zav_layer_0.40.inst.cfg index 0689c60852..f0241cc1e2 100644 --- a/resources/quality/zav_base/zav_layer_0.40.inst.cfg +++ b/resources/quality/zav_base/zav_layer_0.40.inst.cfg @@ -1,15 +1,16 @@ [general] -version = 4 -name = Poor Draft Quality definition = zav_base +name = Poor Draft Quality +version = 4 [metadata] +global_quality = True +quality_type = ZAV_layer_040 setting_version = 20 type = quality -quality_type = ZAV_layer_040 weight = -8 -global_quality = True [values] layer_height = 0.40 -layer_height_0 = 0.40 \ No newline at end of file +layer_height_0 = 0.40 + diff --git a/resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg b/resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg index 4d20a6d1e8..e782ada055 100644 --- a/resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fast definition = zyyx_agile +name = Fast +version = 4 [metadata] +global_quality = True +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = 1 -global_quality = True [values] layer_height = 0.3 + diff --git a/resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg b/resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg index b92004f550..bc2b1afad9 100644 --- a/resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Fine definition = zyyx_agile +name = Fine +version = 4 [metadata] +global_quality = True +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 1 -global_quality = True [values] layer_height = 0.1 + diff --git a/resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg b/resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg index ded7ca8ca3..2f7beee201 100644 --- a/resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg @@ -1,14 +1,15 @@ [general] -version = 4 -name = Normal definition = zyyx_agile +name = Normal +version = 4 [metadata] +global_quality = True +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -global_quality = True [values] layer_height = 0.2 + diff --git a/resources/quality/zyyx/zyyx_agile_pro_flex_fast.inst.cfg b/resources/quality/zyyx/zyyx_agile_pro_flex_fast.inst.cfg index 5c849f0cce..4c4472068f 100644 --- a/resources/quality/zyyx/zyyx_agile_pro_flex_fast.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_pro_flex_fast.inst.cfg @@ -1,27 +1,28 @@ [general] -version = 4 -name = Fast definition = zyyx_agile +name = Fast +version = 4 [metadata] +material = generic_tpu +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = 1 -material = generic_tpu [values] -layer_height = 0.3 -wall_thickness = 0.8 -top_bottom_thickness = 1.0 -infill_sparse_density = 10 +adhesion_type = brim default_material_print_temperature = 220 +infill_sparse_density = 10 +layer_height = 0.3 +material_flow = 105 material_print_temperature_layer_0 = 235 +raft_airgap = 0.2 retraction_amount = 1.0 retraction_speed = 15 speed_print = 20 speed_wall = =speed_print speed_wall_x = =speed_print -adhesion_type = brim -material_flow = 105 -raft_airgap = 0.2 +top_bottom_thickness = 1.0 +wall_thickness = 0.8 + diff --git a/resources/quality/zyyx/zyyx_agile_pro_flex_fine.inst.cfg b/resources/quality/zyyx/zyyx_agile_pro_flex_fine.inst.cfg index e12c681930..631ff77d38 100644 --- a/resources/quality/zyyx/zyyx_agile_pro_flex_fine.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_pro_flex_fine.inst.cfg @@ -1,27 +1,28 @@ [general] -version = 4 -name = Fine definition = zyyx_agile +name = Fine +version = 4 [metadata] +material = generic_tpu +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 1 -material = generic_tpu [values] -layer_height = 0.12 -wall_thickness = 1.2 -top_bottom_thickness = 1.0 -infill_sparse_density = 15 +adhesion_type = brim default_material_print_temperature = 205 +infill_sparse_density = 15 +layer_height = 0.12 +material_flow = 105 material_print_temperature_layer_0 = 235 +raft_airgap = 0.1 retraction_amount = 0.2 retraction_speed = 15 speed_print = 15 speed_wall = =speed_print speed_wall_x = =speed_print -adhesion_type = brim -material_flow = 105 -raft_airgap = 0.1 +top_bottom_thickness = 1.0 +wall_thickness = 1.2 + diff --git a/resources/quality/zyyx/zyyx_agile_pro_flex_normal.inst.cfg b/resources/quality/zyyx/zyyx_agile_pro_flex_normal.inst.cfg index 3b15e29932..6d3d2a030e 100644 --- a/resources/quality/zyyx/zyyx_agile_pro_flex_normal.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_pro_flex_normal.inst.cfg @@ -1,27 +1,28 @@ [general] -version = 4 -name = Normal definition = zyyx_agile +name = Normal +version = 4 [metadata] +material = generic_tpu +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_tpu [values] -layer_height = 0.2 -wall_thickness = 1.2 -top_bottom_thickness = 1.0 -infill_sparse_density = 15 +adhesion_type = brim default_material_print_temperature = 210 +infill_sparse_density = 15 +layer_height = 0.2 +material_flow = 105 material_print_temperature_layer_0 = 235 +raft_airgap = 0.2 retraction_amount = 1.0 retraction_speed = 15 speed_print = 20 speed_wall = =math.ceil(speed_print * 15 / 20) speed_wall_x = =speed_print -adhesion_type = brim -material_flow = 105 -raft_airgap = 0.2 +top_bottom_thickness = 1.0 +wall_thickness = 1.2 + diff --git a/resources/quality/zyyx/zyyx_agile_pro_pla_fast.inst.cfg b/resources/quality/zyyx/zyyx_agile_pro_pla_fast.inst.cfg index 90606ab3f7..9ae3391f10 100644 --- a/resources/quality/zyyx/zyyx_agile_pro_pla_fast.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_pro_pla_fast.inst.cfg @@ -1,27 +1,28 @@ [general] -version = 4 -name = Fast definition = zyyx_agile +name = Fast +version = 4 [metadata] +material = generic_pla +quality_type = fast setting_version = 20 type = quality -quality_type = fast weight = 1 -material = generic_pla [values] -layer_height = 0.3 -wall_thickness = 0.8 -top_bottom_thickness = 1.0 -infill_sparse_density = 10 +adhesion_type = brim default_material_print_temperature = 220 +infill_sparse_density = 10 +layer_height = 0.3 +material_flow = 95 material_print_temperature_layer_0 = 225 +raft_airgap = 0.15 retraction_amount = 1.5 retraction_speed = 20 speed_print = 40 speed_wall = =speed_print speed_wall_x = =speed_print -adhesion_type = brim -material_flow = 95 -raft_airgap = 0.15 +top_bottom_thickness = 1.0 +wall_thickness = 0.8 + diff --git a/resources/quality/zyyx/zyyx_agile_pro_pla_fine.inst.cfg b/resources/quality/zyyx/zyyx_agile_pro_pla_fine.inst.cfg index 41564a81e0..6b13a91612 100644 --- a/resources/quality/zyyx/zyyx_agile_pro_pla_fine.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_pro_pla_fine.inst.cfg @@ -1,27 +1,28 @@ [general] -version = 4 -name = Fine definition = zyyx_agile +name = Fine +version = 4 [metadata] +material = generic_pla +quality_type = fine setting_version = 20 type = quality -quality_type = fine weight = 1 -material = generic_pla [values] -layer_height = 0.1 -wall_thickness = 1.2 -top_bottom_thickness = 1.0 -infill_sparse_density = 15 +adhesion_type = brim default_material_print_temperature = 205 +infill_sparse_density = 15 +layer_height = 0.1 +material_flow = 95 material_print_temperature_layer_0 = 225 +raft_airgap = 0.08 retraction_amount = 0.4 retraction_speed = 20 speed_print = 35 speed_wall = =math.ceil(speed_print * 18 / 35) speed_wall_x = =math.ceil(speed_print * 25 / 35) -adhesion_type = brim -material_flow = 95 -raft_airgap = 0.08 +top_bottom_thickness = 1.0 +wall_thickness = 1.2 + diff --git a/resources/quality/zyyx/zyyx_agile_pro_pla_normal.inst.cfg b/resources/quality/zyyx/zyyx_agile_pro_pla_normal.inst.cfg index e550eefa2b..c00e0a943b 100644 --- a/resources/quality/zyyx/zyyx_agile_pro_pla_normal.inst.cfg +++ b/resources/quality/zyyx/zyyx_agile_pro_pla_normal.inst.cfg @@ -1,27 +1,28 @@ [general] -version = 4 -name = Normal definition = zyyx_agile +name = Normal +version = 4 [metadata] +material = generic_pla +quality_type = normal setting_version = 20 type = quality -quality_type = normal weight = 0 -material = generic_pla [values] -layer_height = 0.2 -wall_thickness = 1.2 -top_bottom_thickness = 1.0 -infill_sparse_density = 15 +adhesion_type = brim default_material_print_temperature = 210 +infill_sparse_density = 15 +layer_height = 0.2 +material_flow = 95 material_print_temperature_layer_0 = 225 +raft_airgap = 0.15 retraction_amount = 1.2 retraction_speed = 20 speed_print = 50 speed_wall = =math.ceil(speed_print * 22 / 50) speed_wall_x = =math.ceil(speed_print * 33 / 50) -adhesion_type = brim -material_flow = 95 -raft_airgap = 0.15 +top_bottom_thickness = 1.0 +wall_thickness = 1.2 + diff --git a/resources/variants/Leapfrog_Bolt_Pro_Brass_0.4.inst.cfg b/resources/variants/Leapfrog_Bolt_Pro_Brass_0.4.inst.cfg index 3cfcb36511..4340cd9251 100644 --- a/resources/variants/Leapfrog_Bolt_Pro_Brass_0.4.inst.cfg +++ b/resources/variants/Leapfrog_Bolt_Pro_Brass_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = leapfrog_bolt_pro name = Brass 0.4 version = 4 -definition = leapfrog_bolt_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/Leapfrog_Bolt_Pro_NozzleX_0.4.inst.cfg b/resources/variants/Leapfrog_Bolt_Pro_NozzleX_0.4.inst.cfg index cd310e625d..6e08af96df 100644 --- a/resources/variants/Leapfrog_Bolt_Pro_NozzleX_0.4.inst.cfg +++ b/resources/variants/Leapfrog_Bolt_Pro_NozzleX_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = leapfrog_bolt_pro name = NozzleX 0.4 version = 4 -definition = leapfrog_bolt_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/Mark2_for_Ultimaker2_0.25.inst.cfg b/resources/variants/Mark2_for_Ultimaker2_0.25.inst.cfg index 0f0bf82d43..3fdcea0285 100644 --- a/resources/variants/Mark2_for_Ultimaker2_0.25.inst.cfg +++ b/resources/variants/Mark2_for_Ultimaker2_0.25.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = Mark2_for_Ultimaker2 name = 0.25 mm version = 4 -definition = Mark2_for_Ultimaker2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] coasting_min_volume = 0.17 @@ -17,3 +17,4 @@ raft_airgap = 0.25 speed_topbottom = =round(speed_print / 1.5, 1) speed_wall = =round(speed_print / 1.2, 1) speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5) + diff --git a/resources/variants/Mark2_for_Ultimaker2_0.4.inst.cfg b/resources/variants/Mark2_for_Ultimaker2_0.4.inst.cfg index d98e82cdeb..ea7ec4d677 100644 --- a/resources/variants/Mark2_for_Ultimaker2_0.4.inst.cfg +++ b/resources/variants/Mark2_for_Ultimaker2_0.4.inst.cfg @@ -1,17 +1,17 @@ [general] +definition = Mark2_for_Ultimaker2 name = 0.4 mm version = 4 -definition = Mark2_for_Ultimaker2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.05 +speed_topbottom = =round(speed_print / 2.25, 1) speed_wall = =round(speed_print / 1.25, 1) speed_wall_0 = =max(speed_wall - 10, 1) -speed_topbottom = =round(speed_print / 2.25, 1) diff --git a/resources/variants/Mark2_for_Ultimaker2_0.6.inst.cfg b/resources/variants/Mark2_for_Ultimaker2_0.6.inst.cfg index fb34361080..a7290c4ab1 100644 --- a/resources/variants/Mark2_for_Ultimaker2_0.6.inst.cfg +++ b/resources/variants/Mark2_for_Ultimaker2_0.6.inst.cfg @@ -1,18 +1,18 @@ [general] +definition = Mark2_for_Ultimaker2 name = 0.6 mm version = 4 -definition = Mark2_for_Ultimaker2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_volume = 1.36 machine_nozzle_size = 0.6 machine_nozzle_tip_outer_diameter = 1.25 -coasting_volume = 1.36 +speed_topbottom = =round(speed_print / 2, 1) speed_wall = =round(speed_print * 4 / 3, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2, 1) diff --git a/resources/variants/Mark2_for_Ultimaker2_0.8.inst.cfg b/resources/variants/Mark2_for_Ultimaker2_0.8.inst.cfg index 6fd001b050..50c98f436e 100644 --- a/resources/variants/Mark2_for_Ultimaker2_0.8.inst.cfg +++ b/resources/variants/Mark2_for_Ultimaker2_0.8.inst.cfg @@ -1,18 +1,18 @@ [general] +definition = Mark2_for_Ultimaker2 name = 0.8 mm version = 4 -definition = Mark2_for_Ultimaker2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_volume = 3.22 machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 1.35 -coasting_volume = 3.22 +speed_topbottom = =round(speed_print / 2, 1) speed_wall = =round(speed_print * 4 / 3, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2, 1) diff --git a/resources/variants/arjun300_0.2.inst.cfg b/resources/variants/arjun300_0.2.inst.cfg index 435337a17e..5e4d999b71 100644 --- a/resources/variants/arjun300_0.2.inst.cfg +++ b/resources/variants/arjun300_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun300 name = 0.2 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/arjun300_0.3.inst.cfg b/resources/variants/arjun300_0.3.inst.cfg index e2d7a36888..db9e83933e 100644 --- a/resources/variants/arjun300_0.3.inst.cfg +++ b/resources/variants/arjun300_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun300 name = 0.3 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/arjun300_0.4.inst.cfg b/resources/variants/arjun300_0.4.inst.cfg index 0f6ea768ae..7adc57fc9f 100644 --- a/resources/variants/arjun300_0.4.inst.cfg +++ b/resources/variants/arjun300_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun300 name = 0.4 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/arjun300_0.5.inst.cfg b/resources/variants/arjun300_0.5.inst.cfg index b8740d3b0c..fb57089520 100644 --- a/resources/variants/arjun300_0.5.inst.cfg +++ b/resources/variants/arjun300_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun300 name = 0.5 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/arjun300_0.6.inst.cfg b/resources/variants/arjun300_0.6.inst.cfg index 8c81636936..b4e33687c1 100644 --- a/resources/variants/arjun300_0.6.inst.cfg +++ b/resources/variants/arjun300_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun300 name = 0.6 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/arjun300_0.8.inst.cfg b/resources/variants/arjun300_0.8.inst.cfg index 609ef6588c..414b774ac4 100644 --- a/resources/variants/arjun300_0.8.inst.cfg +++ b/resources/variants/arjun300_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun300 name = 0.8 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/arjun300_dm_0.2.inst.cfg b/resources/variants/arjun300_dm_0.2.inst.cfg index 53de3e380b..482a90e9ea 100644 --- a/resources/variants/arjun300_dm_0.2.inst.cfg +++ b/resources/variants/arjun300_dm_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_duplication name = 0.2 mm Nozzle version = 4 -definition = arjun_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/arjun300_dm_0.3.inst.cfg b/resources/variants/arjun300_dm_0.3.inst.cfg index 2f1c19e407..23722ee960 100644 --- a/resources/variants/arjun300_dm_0.3.inst.cfg +++ b/resources/variants/arjun300_dm_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_duplication name = 0.3 mm Nozzle version = 4 -definition = arjun_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/arjun300_dm_0.4.inst.cfg b/resources/variants/arjun300_dm_0.4.inst.cfg index 1576f94cae..529dfebed2 100644 --- a/resources/variants/arjun300_dm_0.4.inst.cfg +++ b/resources/variants/arjun300_dm_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_duplication name = 0.4 mm Nozzle version = 4 -definition = arjun_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/arjun300_dm_0.5.inst.cfg b/resources/variants/arjun300_dm_0.5.inst.cfg index ec3e2c4213..866c58fae3 100644 --- a/resources/variants/arjun300_dm_0.5.inst.cfg +++ b/resources/variants/arjun300_dm_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_duplication name = 0.5 mm Nozzle version = 4 -definition = arjun_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/arjun300_dm_0.6.inst.cfg b/resources/variants/arjun300_dm_0.6.inst.cfg index d76076a667..7c3e5b6f05 100644 --- a/resources/variants/arjun300_dm_0.6.inst.cfg +++ b/resources/variants/arjun300_dm_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_duplication name = 0.6 mm Nozzle version = 4 -definition = arjun_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/arjun300_dm_0.8.inst.cfg b/resources/variants/arjun300_dm_0.8.inst.cfg index 608dcc07ef..c957a533e2 100644 --- a/resources/variants/arjun300_dm_0.8.inst.cfg +++ b/resources/variants/arjun300_dm_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_duplication name = 0.8 mm Nozzle version = 4 -definition = arjun_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/arjun300_mm_0.2.inst.cfg b/resources/variants/arjun300_mm_0.2.inst.cfg index e48a1ce169..b2bae2e616 100644 --- a/resources/variants/arjun300_mm_0.2.inst.cfg +++ b/resources/variants/arjun300_mm_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_mirrored name = 0.2 mm Nozzle version = 4 -definition = arjun_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/arjun300_mm_0.3.inst.cfg b/resources/variants/arjun300_mm_0.3.inst.cfg index 5548cd7f06..4a5bcbd0a9 100644 --- a/resources/variants/arjun300_mm_0.3.inst.cfg +++ b/resources/variants/arjun300_mm_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_mirrored name = 0.3 mm Nozzle version = 4 -definition = arjun_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/arjun300_mm_0.4.inst.cfg b/resources/variants/arjun300_mm_0.4.inst.cfg index 14efb38042..43f72231b2 100644 --- a/resources/variants/arjun300_mm_0.4.inst.cfg +++ b/resources/variants/arjun300_mm_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_mirrored name = 0.4 mm Nozzle version = 4 -definition = arjun_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/arjun300_mm_0.5.inst.cfg b/resources/variants/arjun300_mm_0.5.inst.cfg index e05b81134d..3a4cfbff31 100644 --- a/resources/variants/arjun300_mm_0.5.inst.cfg +++ b/resources/variants/arjun300_mm_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_mirrored name = 0.5 mm Nozzle version = 4 -definition = arjun_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/arjun300_mm_0.6.inst.cfg b/resources/variants/arjun300_mm_0.6.inst.cfg index d6fabf8bce..83ace93ffb 100644 --- a/resources/variants/arjun300_mm_0.6.inst.cfg +++ b/resources/variants/arjun300_mm_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_mirrored name = 0.6 mm Nozzle version = 4 -definition = arjun_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/arjun300_mm_0.8.inst.cfg b/resources/variants/arjun300_mm_0.8.inst.cfg index e42c93177b..d1a6e42211 100644 --- a/resources/variants/arjun300_mm_0.8.inst.cfg +++ b/resources/variants/arjun300_mm_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjun_mirrored name = 0.8 mm Nozzle version = 4 -definition = arjun_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/arjun300_pva_0.2.inst.cfg b/resources/variants/arjun300_pva_0.2.inst.cfg index 6570382f4b..05fb115477 100644 --- a/resources/variants/arjun300_pva_0.2.inst.cfg +++ b/resources/variants/arjun300_pva_0.2.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjun300 name = PVA 0.2 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.2 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjun300_pva_0.3.inst.cfg b/resources/variants/arjun300_pva_0.3.inst.cfg index 4495be6e6a..58be651a26 100644 --- a/resources/variants/arjun300_pva_0.3.inst.cfg +++ b/resources/variants/arjun300_pva_0.3.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjun300 name = PVA 0.3 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.3 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjun300_pva_0.4.inst.cfg b/resources/variants/arjun300_pva_0.4.inst.cfg index 3e049c7c9f..39351f207f 100644 --- a/resources/variants/arjun300_pva_0.4.inst.cfg +++ b/resources/variants/arjun300_pva_0.4.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjun300 name = PVA 0.4 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.4 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjun300_pva_0.5.inst.cfg b/resources/variants/arjun300_pva_0.5.inst.cfg index 8365f9d3b4..f83635085a 100644 --- a/resources/variants/arjun300_pva_0.5.inst.cfg +++ b/resources/variants/arjun300_pva_0.5.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjun300 name = PVA 0.5 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.5 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjun300_pva_0.6.inst.cfg b/resources/variants/arjun300_pva_0.6.inst.cfg index f8e81cd144..9090904fb7 100644 --- a/resources/variants/arjun300_pva_0.6.inst.cfg +++ b/resources/variants/arjun300_pva_0.6.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjun300 name = PVA 0.6 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.6 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjun300_pva_0.8.inst.cfg b/resources/variants/arjun300_pva_0.8.inst.cfg index 8fe8929efa..02c92ea30e 100644 --- a/resources/variants/arjun300_pva_0.8.inst.cfg +++ b/resources/variants/arjun300_pva_0.8.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjun300 name = PVA 0.8 mm Nozzle version = 4 -definition = arjun300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.8 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjunpro300_0.2.inst.cfg b/resources/variants/arjunpro300_0.2.inst.cfg index d2f541b762..ddb4b5eb75 100644 --- a/resources/variants/arjunpro300_0.2.inst.cfg +++ b/resources/variants/arjunpro300_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro300 name = 0.2 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/arjunpro300_0.3.inst.cfg b/resources/variants/arjunpro300_0.3.inst.cfg index 94bd84d8de..290d8d0c3b 100644 --- a/resources/variants/arjunpro300_0.3.inst.cfg +++ b/resources/variants/arjunpro300_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro300 name = 0.3 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/arjunpro300_0.4.inst.cfg b/resources/variants/arjunpro300_0.4.inst.cfg index aa225cd72e..9c86d9cb2e 100644 --- a/resources/variants/arjunpro300_0.4.inst.cfg +++ b/resources/variants/arjunpro300_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro300 name = 0.4 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/arjunpro300_0.5.inst.cfg b/resources/variants/arjunpro300_0.5.inst.cfg index 718361f5e0..57387eba9b 100644 --- a/resources/variants/arjunpro300_0.5.inst.cfg +++ b/resources/variants/arjunpro300_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro300 name = 0.5 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/arjunpro300_0.6.inst.cfg b/resources/variants/arjunpro300_0.6.inst.cfg index 267c3d5797..0b1237366a 100644 --- a/resources/variants/arjunpro300_0.6.inst.cfg +++ b/resources/variants/arjunpro300_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro300 name = 0.6 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/arjunpro300_0.8.inst.cfg b/resources/variants/arjunpro300_0.8.inst.cfg index 997488e923..7916e4b8f4 100644 --- a/resources/variants/arjunpro300_0.8.inst.cfg +++ b/resources/variants/arjunpro300_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro300 name = 0.8 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/arjunpro300_dm_0.2.inst.cfg b/resources/variants/arjunpro300_dm_0.2.inst.cfg index 08fd4b6981..9b615e79d5 100644 --- a/resources/variants/arjunpro300_dm_0.2.inst.cfg +++ b/resources/variants/arjunpro300_dm_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_duplication name = 0.2 mm Nozzle version = 4 -definition = arjunpro_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/arjunpro300_dm_0.3.inst.cfg b/resources/variants/arjunpro300_dm_0.3.inst.cfg index 1ccc1bffa2..a6b25e0d34 100644 --- a/resources/variants/arjunpro300_dm_0.3.inst.cfg +++ b/resources/variants/arjunpro300_dm_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_duplication name = 0.3 mm Nozzle version = 4 -definition = arjunpro_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/arjunpro300_dm_0.4.inst.cfg b/resources/variants/arjunpro300_dm_0.4.inst.cfg index 1b56700576..5104a4e78b 100644 --- a/resources/variants/arjunpro300_dm_0.4.inst.cfg +++ b/resources/variants/arjunpro300_dm_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_duplication name = 0.4 mm Nozzle version = 4 -definition = arjunpro_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/arjunpro300_dm_0.5.inst.cfg b/resources/variants/arjunpro300_dm_0.5.inst.cfg index 6051dd54f0..626dcb81d1 100644 --- a/resources/variants/arjunpro300_dm_0.5.inst.cfg +++ b/resources/variants/arjunpro300_dm_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_duplication name = 0.5 mm Nozzle version = 4 -definition = arjunpro_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/arjunpro300_dm_0.6.inst.cfg b/resources/variants/arjunpro300_dm_0.6.inst.cfg index 6f1aecaf8e..885c7b047f 100644 --- a/resources/variants/arjunpro300_dm_0.6.inst.cfg +++ b/resources/variants/arjunpro300_dm_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_duplication name = 0.6 mm Nozzle version = 4 -definition = arjunpro_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/arjunpro300_dm_0.8.inst.cfg b/resources/variants/arjunpro300_dm_0.8.inst.cfg index d0ffe4377d..e6cc4e4edd 100644 --- a/resources/variants/arjunpro300_dm_0.8.inst.cfg +++ b/resources/variants/arjunpro300_dm_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_duplication name = 0.8 mm Nozzle version = 4 -definition = arjunpro_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/arjunpro300_mm_0.2.inst.cfg b/resources/variants/arjunpro300_mm_0.2.inst.cfg index 790ba5541a..99bf312239 100644 --- a/resources/variants/arjunpro300_mm_0.2.inst.cfg +++ b/resources/variants/arjunpro300_mm_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_mirrored name = 0.2 mm Nozzle version = 4 -definition = arjunpro_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/arjunpro300_mm_0.3.inst.cfg b/resources/variants/arjunpro300_mm_0.3.inst.cfg index cf47c39b5d..e25d6004ca 100644 --- a/resources/variants/arjunpro300_mm_0.3.inst.cfg +++ b/resources/variants/arjunpro300_mm_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_mirrored name = 0.3 mm Nozzle version = 4 -definition = arjunpro_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/arjunpro300_mm_0.4.inst.cfg b/resources/variants/arjunpro300_mm_0.4.inst.cfg index a70bf54ace..4ec5c3a256 100644 --- a/resources/variants/arjunpro300_mm_0.4.inst.cfg +++ b/resources/variants/arjunpro300_mm_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_mirrored name = 0.4 mm Nozzle version = 4 -definition = arjunpro_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/arjunpro300_mm_0.5.inst.cfg b/resources/variants/arjunpro300_mm_0.5.inst.cfg index 1dff7b55d9..0b915c2153 100644 --- a/resources/variants/arjunpro300_mm_0.5.inst.cfg +++ b/resources/variants/arjunpro300_mm_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_mirrored name = 0.5 mm Nozzle version = 4 -definition = arjunpro_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/arjunpro300_mm_0.6.inst.cfg b/resources/variants/arjunpro300_mm_0.6.inst.cfg index 6aacf3de12..b10ce628eb 100644 --- a/resources/variants/arjunpro300_mm_0.6.inst.cfg +++ b/resources/variants/arjunpro300_mm_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_mirrored name = 0.6 mm Nozzle version = 4 -definition = arjunpro_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/arjunpro300_mm_0.8.inst.cfg b/resources/variants/arjunpro300_mm_0.8.inst.cfg index 44880a66c8..c22f6933f7 100644 --- a/resources/variants/arjunpro300_mm_0.8.inst.cfg +++ b/resources/variants/arjunpro300_mm_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = arjunpro_mirrored name = 0.8 mm Nozzle version = 4 -definition = arjunpro_mirrored [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/arjunpro300_pva_0.2.inst.cfg b/resources/variants/arjunpro300_pva_0.2.inst.cfg index d31fd852e5..364d28d84a 100644 --- a/resources/variants/arjunpro300_pva_0.2.inst.cfg +++ b/resources/variants/arjunpro300_pva_0.2.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjunpro300 name = PVA 0.2 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.2 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjunpro300_pva_0.3.inst.cfg b/resources/variants/arjunpro300_pva_0.3.inst.cfg index b6f489c20b..fc1732539c 100644 --- a/resources/variants/arjunpro300_pva_0.3.inst.cfg +++ b/resources/variants/arjunpro300_pva_0.3.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjunpro300 name = PVA 0.3 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.3 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjunpro300_pva_0.4.inst.cfg b/resources/variants/arjunpro300_pva_0.4.inst.cfg index 2f0478a89f..edc08bf772 100644 --- a/resources/variants/arjunpro300_pva_0.4.inst.cfg +++ b/resources/variants/arjunpro300_pva_0.4.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjunpro300 name = PVA 0.4 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.4 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjunpro300_pva_0.5.inst.cfg b/resources/variants/arjunpro300_pva_0.5.inst.cfg index a6e9316468..d2c288fb8c 100644 --- a/resources/variants/arjunpro300_pva_0.5.inst.cfg +++ b/resources/variants/arjunpro300_pva_0.5.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjunpro300 name = PVA 0.5 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.5 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjunpro300_pva_0.6.inst.cfg b/resources/variants/arjunpro300_pva_0.6.inst.cfg index 6036eb82a4..b61ddabd9a 100644 --- a/resources/variants/arjunpro300_pva_0.6.inst.cfg +++ b/resources/variants/arjunpro300_pva_0.6.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjunpro300 name = PVA 0.6 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.6 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/arjunpro300_pva_0.8.inst.cfg b/resources/variants/arjunpro300_pva_0.8.inst.cfg index 67ab3ddce5..6edc71e611 100644 --- a/resources/variants/arjunpro300_pva_0.8.inst.cfg +++ b/resources/variants/arjunpro300_pva_0.8.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = arjunpro300 name = PVA 0.8 mm Nozzle version = 4 -definition = arjunpro300 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.8 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/artillery_base_0.2.inst.cfg b/resources/variants/artillery_base_0.2.inst.cfg index 7a97d16925..0dc2a46a91 100644 --- a/resources/variants/artillery_base_0.2.inst.cfg +++ b/resources/variants/artillery_base_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_base name = 0.2mm Nozzle version = 4 -definition = artillery_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/artillery_base_0.3.inst.cfg b/resources/variants/artillery_base_0.3.inst.cfg index 968c5a2895..6559134329 100644 --- a/resources/variants/artillery_base_0.3.inst.cfg +++ b/resources/variants/artillery_base_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_base name = 0.3mm Nozzle version = 4 -definition = artillery_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/artillery_base_0.4.inst.cfg b/resources/variants/artillery_base_0.4.inst.cfg index 0684147900..5dfecceb6c 100644 --- a/resources/variants/artillery_base_0.4.inst.cfg +++ b/resources/variants/artillery_base_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_base name = 0.4mm Nozzle version = 4 -definition = artillery_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/artillery_base_0.6.inst.cfg b/resources/variants/artillery_base_0.6.inst.cfg index c657a509d6..88506d1498 100644 --- a/resources/variants/artillery_base_0.6.inst.cfg +++ b/resources/variants/artillery_base_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_base name = 0.6mm Nozzle version = 4 -definition = artillery_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/artillery_base_0.8.inst.cfg b/resources/variants/artillery_base_0.8.inst.cfg index 70c1edcbe8..51dbfde159 100644 --- a/resources/variants/artillery_base_0.8.inst.cfg +++ b/resources/variants/artillery_base_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_base name = 0.8mm Nozzle version = 4 -definition = artillery_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/artillery_base_1.0.inst.cfg b/resources/variants/artillery_base_1.0.inst.cfg index f114ce98fe..8e77de3b9b 100644 --- a/resources/variants/artillery_base_1.0.inst.cfg +++ b/resources/variants/artillery_base_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_base name = 1.0mm Nozzle version = 4 -definition = artillery_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/artillery_genius_0.2.inst.cfg b/resources/variants/artillery_genius_0.2.inst.cfg index 22e284cf5e..bb14390df9 100644 --- a/resources/variants/artillery_genius_0.2.inst.cfg +++ b/resources/variants/artillery_genius_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_genius name = 0.2mm Nozzle version = 4 -definition = artillery_genius [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/artillery_genius_0.3.inst.cfg b/resources/variants/artillery_genius_0.3.inst.cfg index f2e44ab84d..ed4e0d44f3 100644 --- a/resources/variants/artillery_genius_0.3.inst.cfg +++ b/resources/variants/artillery_genius_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_genius name = 0.3mm Nozzle version = 4 -definition = artillery_genius [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/artillery_genius_0.4.inst.cfg b/resources/variants/artillery_genius_0.4.inst.cfg index d3f3d72290..2a5b9883d9 100644 --- a/resources/variants/artillery_genius_0.4.inst.cfg +++ b/resources/variants/artillery_genius_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_genius name = 0.4mm Nozzle version = 4 -definition = artillery_genius [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/artillery_genius_0.5.inst.cfg b/resources/variants/artillery_genius_0.5.inst.cfg index edecd90265..cfe223642f 100644 --- a/resources/variants/artillery_genius_0.5.inst.cfg +++ b/resources/variants/artillery_genius_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_genius name = 0.5mm Nozzle version = 4 -definition = artillery_genius [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/artillery_genius_0.6.inst.cfg b/resources/variants/artillery_genius_0.6.inst.cfg index 2a108c2f12..f1f7e79824 100644 --- a/resources/variants/artillery_genius_0.6.inst.cfg +++ b/resources/variants/artillery_genius_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_genius name = 0.6mm Nozzle version = 4 -definition = artillery_genius [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/artillery_genius_0.8.inst.cfg b/resources/variants/artillery_genius_0.8.inst.cfg index f769a05498..516d006810 100644 --- a/resources/variants/artillery_genius_0.8.inst.cfg +++ b/resources/variants/artillery_genius_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_genius name = 0.8mm Nozzle version = 4 -definition = artillery_genius [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/artillery_genius_1.0.inst.cfg b/resources/variants/artillery_genius_1.0.inst.cfg index 9eefdde2eb..069bf17e0f 100644 --- a/resources/variants/artillery_genius_1.0.inst.cfg +++ b/resources/variants/artillery_genius_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_genius name = 1.0mm Nozzle version = 4 -definition = artillery_genius [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/artillery_sidewinder_x1_0.2.inst.cfg b/resources/variants/artillery_sidewinder_x1_0.2.inst.cfg index 0349ad6d1b..1ea0a7d45e 100644 --- a/resources/variants/artillery_sidewinder_x1_0.2.inst.cfg +++ b/resources/variants/artillery_sidewinder_x1_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_sidewinder_x1 name = 0.2mm Nozzle version = 4 -definition = artillery_sidewinder_x1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/artillery_sidewinder_x1_0.3.inst.cfg b/resources/variants/artillery_sidewinder_x1_0.3.inst.cfg index 04882e77d4..4bd0f9316e 100644 --- a/resources/variants/artillery_sidewinder_x1_0.3.inst.cfg +++ b/resources/variants/artillery_sidewinder_x1_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_sidewinder_x1 name = 0.3mm Nozzle version = 4 -definition = artillery_sidewinder_x1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/artillery_sidewinder_x1_0.4.inst.cfg b/resources/variants/artillery_sidewinder_x1_0.4.inst.cfg index c281233316..cc14a115df 100644 --- a/resources/variants/artillery_sidewinder_x1_0.4.inst.cfg +++ b/resources/variants/artillery_sidewinder_x1_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_sidewinder_x1 name = 0.4mm Nozzle version = 4 -definition = artillery_sidewinder_x1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/artillery_sidewinder_x1_0.6.inst.cfg b/resources/variants/artillery_sidewinder_x1_0.6.inst.cfg index 98ea76d8ae..cc0ac26861 100644 --- a/resources/variants/artillery_sidewinder_x1_0.6.inst.cfg +++ b/resources/variants/artillery_sidewinder_x1_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_sidewinder_x1 name = 0.6mm Nozzle version = 4 -definition = artillery_sidewinder_x1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/artillery_sidewinder_x1_0.8.inst.cfg b/resources/variants/artillery_sidewinder_x1_0.8.inst.cfg index 077cdec063..9bef1f9eea 100644 --- a/resources/variants/artillery_sidewinder_x1_0.8.inst.cfg +++ b/resources/variants/artillery_sidewinder_x1_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_sidewinder_x1 name = 0.8mm Nozzle version = 4 -definition = artillery_sidewinder_x1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/artillery_sidewinder_x1_1.0.inst.cfg b/resources/variants/artillery_sidewinder_x1_1.0.inst.cfg index 1e720fbfb4..02b75e79ae 100644 --- a/resources/variants/artillery_sidewinder_x1_1.0.inst.cfg +++ b/resources/variants/artillery_sidewinder_x1_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = artillery_sidewinder_x1 name = 1.0mm Nozzle version = 4 -definition = artillery_sidewinder_x1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/atmat_asterion_ht_v6_0.40.inst.cfg b/resources/variants/atmat_asterion_ht_v6_0.40.inst.cfg index 55124d2651..976decce50 100644 --- a/resources/variants/atmat_asterion_ht_v6_0.40.inst.cfg +++ b/resources/variants/atmat_asterion_ht_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_asterion_ht name = V6 0.40mm version = 4 -definition = atmat_asterion_ht [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_asterion_ht_v6_0.80.inst.cfg b/resources/variants/atmat_asterion_ht_v6_0.80.inst.cfg index 2decbd9e7b..442708fad2 100644 --- a/resources/variants/atmat_asterion_ht_v6_0.80.inst.cfg +++ b/resources/variants/atmat_asterion_ht_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_asterion_ht name = V6 0.80mm version = 4 -definition = atmat_asterion_ht [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_asterion_v6_0.40.inst.cfg b/resources/variants/atmat_asterion_v6_0.40.inst.cfg index 8ae2e8bae2..012ff0785e 100644 --- a/resources/variants/atmat_asterion_v6_0.40.inst.cfg +++ b/resources/variants/atmat_asterion_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_asterion name = V6 0.40mm version = 4 -definition = atmat_asterion [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_asterion_v6_0.80.inst.cfg b/resources/variants/atmat_asterion_v6_0.80.inst.cfg index 076527c9e5..6c6be10ed1 100644 --- a/resources/variants/atmat_asterion_v6_0.80.inst.cfg +++ b/resources/variants/atmat_asterion_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_asterion name = V6 0.80mm version = 4 -definition = atmat_asterion [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_galaxy_500_v6_0.40.inst.cfg b/resources/variants/atmat_galaxy_500_v6_0.40.inst.cfg index b5a5c90122..c11eba0f64 100644 --- a/resources/variants/atmat_galaxy_500_v6_0.40.inst.cfg +++ b/resources/variants/atmat_galaxy_500_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_galaxy_500 name = V6 0.40mm version = 4 -definition = atmat_galaxy_500 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_galaxy_500_v6_0.80.inst.cfg b/resources/variants/atmat_galaxy_500_v6_0.80.inst.cfg index 3571e8de62..42695ed9c6 100644 --- a/resources/variants/atmat_galaxy_500_v6_0.80.inst.cfg +++ b/resources/variants/atmat_galaxy_500_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_galaxy_500 name = V6 0.80mm version = 4 -definition = atmat_galaxy_500 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_galaxy_600_v6_0.40.inst.cfg b/resources/variants/atmat_galaxy_600_v6_0.40.inst.cfg index 1d8a530f86..ab136b8a3c 100644 --- a/resources/variants/atmat_galaxy_600_v6_0.40.inst.cfg +++ b/resources/variants/atmat_galaxy_600_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_galaxy_600 name = V6 0.40mm version = 4 -definition = atmat_galaxy_600 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_galaxy_600_v6_0.80.inst.cfg b/resources/variants/atmat_galaxy_600_v6_0.80.inst.cfg index 5031a6f48a..c6d58f56d4 100644 --- a/resources/variants/atmat_galaxy_600_v6_0.80.inst.cfg +++ b/resources/variants/atmat_galaxy_600_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_galaxy_600 name = V6 0.80mm version = 4 -definition = atmat_galaxy_600 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_pro_300_v1_v6_0.40.inst.cfg b/resources/variants/atmat_signal_pro_300_v1_v6_0.40.inst.cfg index ece7b152a8..e55bb6046f 100644 --- a/resources/variants/atmat_signal_pro_300_v1_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_pro_300_v1_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_pro_300_v1 name = V6 0.40mm version = 4 -definition = atmat_signal_pro_300_v1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_pro_300_v1_v6_0.80.inst.cfg b/resources/variants/atmat_signal_pro_300_v1_v6_0.80.inst.cfg index bad02c79bc..4ce6b88ce9 100644 --- a/resources/variants/atmat_signal_pro_300_v1_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_pro_300_v1_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_pro_300_v1 name = V6 0.80mm version = 4 -definition = atmat_signal_pro_300_v1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_pro_300_v2_v6_0.40.inst.cfg b/resources/variants/atmat_signal_pro_300_v2_v6_0.40.inst.cfg index 46b519f8f4..1f521b6ddb 100644 --- a/resources/variants/atmat_signal_pro_300_v2_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_pro_300_v2_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_pro_300_v2 name = V6 0.40mm version = 4 -definition = atmat_signal_pro_300_v2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_pro_300_v2_v6_0.80.inst.cfg b/resources/variants/atmat_signal_pro_300_v2_v6_0.80.inst.cfg index 0da4e80fe1..9c8ca6d190 100644 --- a/resources/variants/atmat_signal_pro_300_v2_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_pro_300_v2_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_pro_300_v2 name = V6 0.80mm version = 4 -definition = atmat_signal_pro_300_v2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_pro_400_v1_v6_0.40.inst.cfg b/resources/variants/atmat_signal_pro_400_v1_v6_0.40.inst.cfg index 50454cce38..1dfad3c862 100644 --- a/resources/variants/atmat_signal_pro_400_v1_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_pro_400_v1_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_pro_400_v1 name = V6 0.40mm version = 4 -definition = atmat_signal_pro_400_v1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_pro_400_v1_v6_0.80.inst.cfg b/resources/variants/atmat_signal_pro_400_v1_v6_0.80.inst.cfg index 9776b2c884..d1e31973bb 100644 --- a/resources/variants/atmat_signal_pro_400_v1_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_pro_400_v1_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_pro_400_v1 name = V6 0.80mm version = 4 -definition = atmat_signal_pro_400_v1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_pro_400_v2_v6_0.40.inst.cfg b/resources/variants/atmat_signal_pro_400_v2_v6_0.40.inst.cfg index cd5434f4e9..f963c3ecca 100644 --- a/resources/variants/atmat_signal_pro_400_v2_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_pro_400_v2_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_pro_400_v2 name = V6 0.40mm version = 4 -definition = atmat_signal_pro_400_v2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_pro_400_v2_v6_0.80.inst.cfg b/resources/variants/atmat_signal_pro_400_v2_v6_0.80.inst.cfg index 93f360b5eb..7109320b86 100644 --- a/resources/variants/atmat_signal_pro_400_v2_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_pro_400_v2_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_pro_400_v2 name = V6 0.80mm version = 4 -definition = atmat_signal_pro_400_v2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_pro_500_v1_v6_0.40.inst.cfg b/resources/variants/atmat_signal_pro_500_v1_v6_0.40.inst.cfg index 3f78a20346..1e9c83f2e1 100644 --- a/resources/variants/atmat_signal_pro_500_v1_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_pro_500_v1_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_pro_500_v1 name = V6 0.40mm version = 4 -definition = atmat_signal_pro_500_v1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_pro_500_v1_v6_0.80.inst.cfg b/resources/variants/atmat_signal_pro_500_v1_v6_0.80.inst.cfg index 83827d3890..d04b74b609 100644 --- a/resources/variants/atmat_signal_pro_500_v1_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_pro_500_v1_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_pro_500_v1 name = V6 0.80mm version = 4 -definition = atmat_signal_pro_500_v1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_pro_500_v2_v6_0.40.inst.cfg b/resources/variants/atmat_signal_pro_500_v2_v6_0.40.inst.cfg index 1b63970dc3..166a4877af 100644 --- a/resources/variants/atmat_signal_pro_500_v2_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_pro_500_v2_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_pro_500_v2 name = V6 0.40mm version = 4 -definition = atmat_signal_pro_500_v2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_pro_500_v2_v6_0.80.inst.cfg b/resources/variants/atmat_signal_pro_500_v2_v6_0.80.inst.cfg index 504040a51b..7ee0f91883 100644 --- a/resources/variants/atmat_signal_pro_500_v2_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_pro_500_v2_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_pro_500_v2 name = V6 0.80mm version = 4 -definition = atmat_signal_pro_500_v2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_xl_v6_0.40.inst.cfg b/resources/variants/atmat_signal_xl_v6_0.40.inst.cfg index c1cb655230..c49171e8fa 100644 --- a/resources/variants/atmat_signal_xl_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_xl_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_xl name = V6 0.40mm version = 4 -definition = atmat_signal_xl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_xl_v6_0.80.inst.cfg b/resources/variants/atmat_signal_xl_v6_0.80.inst.cfg index 0875333c37..fb40c906e3 100644 --- a/resources/variants/atmat_signal_xl_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_xl_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_xl name = V6 0.80mm version = 4 -definition = atmat_signal_xl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_xxl_v6_0.40.inst.cfg b/resources/variants/atmat_signal_xxl_v6_0.40.inst.cfg index 59e3c4a867..b30deeeebc 100644 --- a/resources/variants/atmat_signal_xxl_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_xxl_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_xxl name = V6 0.40mm version = 4 -definition = atmat_signal_xxl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_xxl_v6_0.80.inst.cfg b/resources/variants/atmat_signal_xxl_v6_0.80.inst.cfg index 48d3121fd0..813c802244 100644 --- a/resources/variants/atmat_signal_xxl_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_xxl_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_xxl name = V6 0.80mm version = 4 -definition = atmat_signal_xxl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atmat_signal_xxxl_v6_0.40.inst.cfg b/resources/variants/atmat_signal_xxxl_v6_0.40.inst.cfg index 7577fd89ad..0f34f813eb 100644 --- a/resources/variants/atmat_signal_xxxl_v6_0.40.inst.cfg +++ b/resources/variants/atmat_signal_xxxl_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = atmat_signal_xxxl name = V6 0.40mm version = 4 -definition = atmat_signal_xxxl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/atmat_signal_xxxl_v6_0.80.inst.cfg b/resources/variants/atmat_signal_xxxl_v6_0.80.inst.cfg index 705a399c9d..dc9b055344 100644 --- a/resources/variants/atmat_signal_xxxl_v6_0.80.inst.cfg +++ b/resources/variants/atmat_signal_xxxl_v6_0.80.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = atmat_signal_xxxl name = V6 0.80mm version = 4 -definition = atmat_signal_xxxl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 support_angle = 55 + diff --git a/resources/variants/atom3_all_metal_brass_0.2.inst.cfg b/resources/variants/atom3_all_metal_brass_0.2.inst.cfg index 8bf3ec21ee..b5a9f0406c 100644 --- a/resources/variants/atom3_all_metal_brass_0.2.inst.cfg +++ b/resources/variants/atom3_all_metal_brass_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3 name = All metal hotend + 0.2mm brass nozzle version = 4 -definition = atom3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 retraction_amount = 3 -retraction_speed = 50 \ No newline at end of file +retraction_speed = 50 + diff --git a/resources/variants/atom3_all_metal_brass_0.4.inst.cfg b/resources/variants/atom3_all_metal_brass_0.4.inst.cfg index 1b0dcc4ca4..28d9601ba7 100644 --- a/resources/variants/atom3_all_metal_brass_0.4.inst.cfg +++ b/resources/variants/atom3_all_metal_brass_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3 name = All metal hotend + 0.4mm brass nozzle version = 4 -definition = atom3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 retraction_amount = 3 -retraction_speed = 50 \ No newline at end of file +retraction_speed = 50 + diff --git a/resources/variants/atom3_all_metal_brass_0.6.inst.cfg b/resources/variants/atom3_all_metal_brass_0.6.inst.cfg index 3e0b5460dc..dca6f59b6b 100644 --- a/resources/variants/atom3_all_metal_brass_0.6.inst.cfg +++ b/resources/variants/atom3_all_metal_brass_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3 name = All metal hotend + 0.6mm brass nozzle version = 4 -definition = atom3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 retraction_amount = 3 -retraction_speed = 50 \ No newline at end of file +retraction_speed = 50 + diff --git a/resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg b/resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg index 91b7f74874..14d9594c5c 100644 --- a/resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg +++ b/resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3_lite name = All metal hotend + 0.2mm brass nozzle version = 4 -definition = atom3_lite [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 retraction_amount = 3 -retraction_speed = 50 \ No newline at end of file +retraction_speed = 50 + diff --git a/resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg b/resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg index 29fe1e75bc..947ba02b52 100644 --- a/resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg +++ b/resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3_lite name = All metal hotend + 0.4mm brass nozzle version = 4 -definition = atom3_lite [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 retraction_amount = 3 -retraction_speed = 50 \ No newline at end of file +retraction_speed = 50 + diff --git a/resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg b/resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg index f3ae7682c5..c6cad84c2d 100644 --- a/resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg +++ b/resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg @@ -1,14 +1,15 @@ - [general] +[general] +definition = atom3_lite name = All metal hotend + 0.6mm brass nozzle version = 4 -definition = atom3_lite [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 retraction_amount = 3 -retraction_speed = 50 \ No newline at end of file +retraction_speed = 50 + diff --git a/resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg b/resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg index 791cdd2f0a..5bd80298c4 100644 --- a/resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg +++ b/resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3_lite name = PTFE hotend + 0.2mm brass nozzle version = 4 -definition = atom3_lite [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 retraction_amount = 7 -retraction_speed = 70 \ No newline at end of file +retraction_speed = 70 + diff --git a/resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg b/resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg index 3705293a79..c5621efb9d 100644 --- a/resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg +++ b/resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3_lite name = PTFE hotend + 0.4mm brass nozzle version = 4 -definition = atom3_lite [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 retraction_amount = 7 -retraction_speed = 70 \ No newline at end of file +retraction_speed = 70 + diff --git a/resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg b/resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg index efb277ab5d..4fecf02f29 100644 --- a/resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg +++ b/resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3_lite name = PTFE hotend + 0.6mm brass nozzle version = 4 -definition = atom3_lite [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 retraction_amount = 7 -retraction_speed = 70 \ No newline at end of file +retraction_speed = 70 + diff --git a/resources/variants/atom3_ptfe_brass_0.2.inst.cfg b/resources/variants/atom3_ptfe_brass_0.2.inst.cfg index 2caeb88275..97b4d236e7 100644 --- a/resources/variants/atom3_ptfe_brass_0.2.inst.cfg +++ b/resources/variants/atom3_ptfe_brass_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3 name = PTFE hotend + 0.2mm brass nozzle version = 4 -definition = atom3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 retraction_amount = 7 -retraction_speed = 70 \ No newline at end of file +retraction_speed = 70 + diff --git a/resources/variants/atom3_ptfe_brass_0.4.inst.cfg b/resources/variants/atom3_ptfe_brass_0.4.inst.cfg index aa75b8d7ea..b0432a52c3 100644 --- a/resources/variants/atom3_ptfe_brass_0.4.inst.cfg +++ b/resources/variants/atom3_ptfe_brass_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3 name = PTFE hotend + 0.4mm brass nozzle version = 4 -definition = atom3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 retraction_amount = 7 -retraction_speed = 70 \ No newline at end of file +retraction_speed = 70 + diff --git a/resources/variants/atom3_ptfe_brass_0.6.inst.cfg b/resources/variants/atom3_ptfe_brass_0.6.inst.cfg index 7995a37a59..0184900da0 100644 --- a/resources/variants/atom3_ptfe_brass_0.6.inst.cfg +++ b/resources/variants/atom3_ptfe_brass_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = atom3 name = PTFE hotend + 0.6mm brass nozzle version = 4 -definition = atom3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 retraction_amount = 7 -retraction_speed = 70 \ No newline at end of file +retraction_speed = 70 + diff --git a/resources/variants/biqu_b1_0.2.inst.cfg b/resources/variants/biqu_b1_0.2.inst.cfg index 884b2da01a..1073f17617 100755 --- a/resources/variants/biqu_b1_0.2.inst.cfg +++ b/resources/variants/biqu_b1_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1 name = 0.2mm Nozzle version = 4 -definition = biqu_b1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/biqu_b1_0.3.inst.cfg b/resources/variants/biqu_b1_0.3.inst.cfg index 266c1f08da..4e6a700b4a 100755 --- a/resources/variants/biqu_b1_0.3.inst.cfg +++ b/resources/variants/biqu_b1_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1 name = 0.3mm Nozzle version = 4 -definition = biqu_b1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/biqu_b1_0.4.inst.cfg b/resources/variants/biqu_b1_0.4.inst.cfg index 08d3f94235..af06642709 100755 --- a/resources/variants/biqu_b1_0.4.inst.cfg +++ b/resources/variants/biqu_b1_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1 name = 0.4mm Nozzle version = 4 -definition = biqu_b1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/biqu_b1_0.5.inst.cfg b/resources/variants/biqu_b1_0.5.inst.cfg index ee207a7387..1f245836a1 100755 --- a/resources/variants/biqu_b1_0.5.inst.cfg +++ b/resources/variants/biqu_b1_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1 name = 0.5mm Nozzle version = 4 -definition = biqu_b1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/biqu_b1_0.6.inst.cfg b/resources/variants/biqu_b1_0.6.inst.cfg index 53714e9f29..72427d068b 100755 --- a/resources/variants/biqu_b1_0.6.inst.cfg +++ b/resources/variants/biqu_b1_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1 name = 0.6mm Nozzle version = 4 -definition = biqu_b1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/biqu_b1_0.8.inst.cfg b/resources/variants/biqu_b1_0.8.inst.cfg index b61610fa19..7177d7d0f9 100755 --- a/resources/variants/biqu_b1_0.8.inst.cfg +++ b/resources/variants/biqu_b1_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1 name = 0.8mm Nozzle version = 4 -definition = biqu_b1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/biqu_b1_abl_0.2.inst.cfg b/resources/variants/biqu_b1_abl_0.2.inst.cfg index 35f0b470b4..ef463b95ca 100755 --- a/resources/variants/biqu_b1_abl_0.2.inst.cfg +++ b/resources/variants/biqu_b1_abl_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1_abl name = 0.2mm Nozzle version = 4 -definition = biqu_b1_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/biqu_b1_abl_0.3.inst.cfg b/resources/variants/biqu_b1_abl_0.3.inst.cfg index 77623ba278..a9a9de4a6b 100755 --- a/resources/variants/biqu_b1_abl_0.3.inst.cfg +++ b/resources/variants/biqu_b1_abl_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1_abl name = 0.3mm Nozzle version = 4 -definition = biqu_b1_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/biqu_b1_abl_0.4.inst.cfg b/resources/variants/biqu_b1_abl_0.4.inst.cfg index 81a52825f7..e46560c059 100755 --- a/resources/variants/biqu_b1_abl_0.4.inst.cfg +++ b/resources/variants/biqu_b1_abl_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1_abl name = 0.4mm Nozzle version = 4 -definition = biqu_b1_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/biqu_b1_abl_0.5.inst.cfg b/resources/variants/biqu_b1_abl_0.5.inst.cfg index 72ae2f5878..d114275a1e 100755 --- a/resources/variants/biqu_b1_abl_0.5.inst.cfg +++ b/resources/variants/biqu_b1_abl_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1_abl name = 0.5mm Nozzle version = 4 -definition = biqu_b1_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/biqu_b1_abl_0.6.inst.cfg b/resources/variants/biqu_b1_abl_0.6.inst.cfg index 3dc40ecd02..67f960aba8 100755 --- a/resources/variants/biqu_b1_abl_0.6.inst.cfg +++ b/resources/variants/biqu_b1_abl_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1_abl name = 0.6mm Nozzle version = 4 -definition = biqu_b1_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/biqu_b1_abl_0.8.inst.cfg b/resources/variants/biqu_b1_abl_0.8.inst.cfg index 4573e77c26..666b479145 100755 --- a/resources/variants/biqu_b1_abl_0.8.inst.cfg +++ b/resources/variants/biqu_b1_abl_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_b1_abl name = 0.8mm Nozzle version = 4 -definition = biqu_b1_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/biqu_base_0.2.inst.cfg b/resources/variants/biqu_base_0.2.inst.cfg index f35c2fbb55..ddf7a154e8 100755 --- a/resources/variants/biqu_base_0.2.inst.cfg +++ b/resources/variants/biqu_base_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_base name = 0.2mm Nozzle version = 4 -definition = biqu_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/biqu_base_0.3.inst.cfg b/resources/variants/biqu_base_0.3.inst.cfg index 333b17cd6b..3151994259 100755 --- a/resources/variants/biqu_base_0.3.inst.cfg +++ b/resources/variants/biqu_base_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_base name = 0.3mm Nozzle version = 4 -definition = biqu_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/biqu_base_0.4.inst.cfg b/resources/variants/biqu_base_0.4.inst.cfg index f7cacc954f..f76fd3cce2 100755 --- a/resources/variants/biqu_base_0.4.inst.cfg +++ b/resources/variants/biqu_base_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_base name = 0.4mm Nozzle version = 4 -definition = biqu_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/biqu_base_0.5.inst.cfg b/resources/variants/biqu_base_0.5.inst.cfg index eddf72b931..1f13bc159a 100755 --- a/resources/variants/biqu_base_0.5.inst.cfg +++ b/resources/variants/biqu_base_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_base name = 0.5mm Nozzle version = 4 -definition = biqu_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/biqu_base_0.6.inst.cfg b/resources/variants/biqu_base_0.6.inst.cfg index 56036e50bc..e393477cb8 100755 --- a/resources/variants/biqu_base_0.6.inst.cfg +++ b/resources/variants/biqu_base_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_base name = 0.6mm Nozzle version = 4 -definition = biqu_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/biqu_base_0.8.inst.cfg b/resources/variants/biqu_base_0.8.inst.cfg index 6c450e423f..19c1b74704 100755 --- a/resources/variants/biqu_base_0.8.inst.cfg +++ b/resources/variants/biqu_base_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_base name = 0.8mm Nozzle version = 4 -definition = biqu_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/biqu_bx_abl_0.2.inst.cfg b/resources/variants/biqu_bx_abl_0.2.inst.cfg index 24b12175ab..89cda90c34 100755 --- a/resources/variants/biqu_bx_abl_0.2.inst.cfg +++ b/resources/variants/biqu_bx_abl_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_bx_abl name = 0.2mm Nozzle version = 4 -definition = biqu_bx_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/biqu_bx_abl_0.3.inst.cfg b/resources/variants/biqu_bx_abl_0.3.inst.cfg index 257d32662c..19c5c12e06 100755 --- a/resources/variants/biqu_bx_abl_0.3.inst.cfg +++ b/resources/variants/biqu_bx_abl_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_bx_abl name = 0.3mm Nozzle version = 4 -definition = biqu_bx_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/biqu_bx_abl_0.4.inst.cfg b/resources/variants/biqu_bx_abl_0.4.inst.cfg index 32008f33f3..52e9fe7904 100755 --- a/resources/variants/biqu_bx_abl_0.4.inst.cfg +++ b/resources/variants/biqu_bx_abl_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_bx_abl name = 0.4mm Nozzle version = 4 -definition = biqu_bx_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/biqu_bx_abl_0.5.inst.cfg b/resources/variants/biqu_bx_abl_0.5.inst.cfg index e90c6bd8ea..0bb1260dc2 100755 --- a/resources/variants/biqu_bx_abl_0.5.inst.cfg +++ b/resources/variants/biqu_bx_abl_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_bx_abl name = 0.5mm Nozzle version = 4 -definition = biqu_bx_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/biqu_bx_abl_0.6.inst.cfg b/resources/variants/biqu_bx_abl_0.6.inst.cfg index 44169e7f05..af8d9bbadb 100755 --- a/resources/variants/biqu_bx_abl_0.6.inst.cfg +++ b/resources/variants/biqu_bx_abl_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_bx_abl name = 0.6mm Nozzle version = 4 -definition = biqu_bx_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/biqu_bx_abl_0.8.inst.cfg b/resources/variants/biqu_bx_abl_0.8.inst.cfg index 13c491a1ba..6fb37f698a 100755 --- a/resources/variants/biqu_bx_abl_0.8.inst.cfg +++ b/resources/variants/biqu_bx_abl_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = biqu_bx_abl name = 0.8mm Nozzle version = 4 -definition = biqu_bx_abl [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/cartesio_0.25.inst.cfg b/resources/variants/cartesio_0.25.inst.cfg index f2dc12b706..686b716b45 100644 --- a/resources/variants/cartesio_0.25.inst.cfg +++ b/resources/variants/cartesio_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = cartesio name = 0.25mm thermoplastic extruder version = 4 -definition = cartesio [metadata] author = Cartesio +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 machine_nozzle_tip_outer_diameter = 1.05 + diff --git a/resources/variants/cartesio_0.4.inst.cfg b/resources/variants/cartesio_0.4.inst.cfg index c4a4099b99..2e450e49c5 100644 --- a/resources/variants/cartesio_0.4.inst.cfg +++ b/resources/variants/cartesio_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = cartesio name = 0.4mm thermoplastic extruder version = 4 -definition = cartesio [metadata] author = Cartesio +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 0.8 + diff --git a/resources/variants/cartesio_0.8.inst.cfg b/resources/variants/cartesio_0.8.inst.cfg index 0b1db6a711..b1b74b9fdc 100644 --- a/resources/variants/cartesio_0.8.inst.cfg +++ b/resources/variants/cartesio_0.8.inst.cfg @@ -1,16 +1,16 @@ [general] +definition = cartesio name = 0.8mm thermoplastic extruder version = 4 -definition = cartesio [metadata] author = Cartesio +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 1.05 - prime_tower_line_width = 0.69 + diff --git a/resources/variants/crazy3dprint_base_0.40.inst.cfg b/resources/variants/crazy3dprint_base_0.40.inst.cfg index a0e1b0fd3a..3a3493d803 100644 --- a/resources/variants/crazy3dprint_base_0.40.inst.cfg +++ b/resources/variants/crazy3dprint_base_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = crazy3dprint_base name = 0.4mm Nozzle version = 4 -definition = crazy3dprint_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/crazy3dprint_cz_300_0.40.inst.cfg b/resources/variants/crazy3dprint_cz_300_0.40.inst.cfg index e37a9458b4..6ccb53a010 100644 --- a/resources/variants/crazy3dprint_cz_300_0.40.inst.cfg +++ b/resources/variants/crazy3dprint_cz_300_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = crazy3dprint_cz_300 name = 0.4mm Nozzle version = 4 -definition = crazy3dprint_cz_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_base_0.2.inst.cfg b/resources/variants/creality_base_0.2.inst.cfg index edfe490862..5df0d42214 100644 --- a/resources/variants/creality_base_0.2.inst.cfg +++ b/resources/variants/creality_base_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_base name = 0.2mm Nozzle version = 4 -definition = creality_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_base_0.3.inst.cfg b/resources/variants/creality_base_0.3.inst.cfg index a6f2aff32e..fdab5a9e53 100644 --- a/resources/variants/creality_base_0.3.inst.cfg +++ b/resources/variants/creality_base_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_base name = 0.3mm Nozzle version = 4 -definition = creality_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_base_0.4.inst.cfg b/resources/variants/creality_base_0.4.inst.cfg index 94d613eec0..b8d5c85cb2 100644 --- a/resources/variants/creality_base_0.4.inst.cfg +++ b/resources/variants/creality_base_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_base name = 0.4mm Nozzle version = 4 -definition = creality_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_base_0.5.inst.cfg b/resources/variants/creality_base_0.5.inst.cfg index a50e3ebb60..ba1997bc18 100644 --- a/resources/variants/creality_base_0.5.inst.cfg +++ b/resources/variants/creality_base_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_base name = 0.5mm Nozzle version = 4 -definition = creality_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_base_0.6.inst.cfg b/resources/variants/creality_base_0.6.inst.cfg index 405b0eab99..a05c953e97 100644 --- a/resources/variants/creality_base_0.6.inst.cfg +++ b/resources/variants/creality_base_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_base name = 0.6mm Nozzle version = 4 -definition = creality_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_base_0.8.inst.cfg b/resources/variants/creality_base_0.8.inst.cfg index 6c4a6f3664..3280ac6ed8 100644 --- a/resources/variants/creality_base_0.8.inst.cfg +++ b/resources/variants/creality_base_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_base name = 0.8mm Nozzle version = 4 -definition = creality_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_base_1.0.inst.cfg b/resources/variants/creality_base_1.0.inst.cfg index ca3731e3b6..0c45c63d4f 100644 --- a/resources/variants/creality_base_1.0.inst.cfg +++ b/resources/variants/creality_base_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_base name = 1.0mm Nozzle version = 4 -definition = creality_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr100_0.4.inst.cfg b/resources/variants/creality_cr100_0.4.inst.cfg index b6e05618cb..f399702730 100644 --- a/resources/variants/creality_cr100_0.4.inst.cfg +++ b/resources/variants/creality_cr100_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr100 name = 0.4mm Nozzle version = 4 -definition = creality_cr100 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr10_0.2.inst.cfg b/resources/variants/creality_cr10_0.2.inst.cfg index cce2d773b5..004f5d832c 100644 --- a/resources/variants/creality_cr10_0.2.inst.cfg +++ b/resources/variants/creality_cr10_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10 name = 0.2mm Nozzle version = 4 -definition = creality_cr10 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr10_0.3.inst.cfg b/resources/variants/creality_cr10_0.3.inst.cfg index 56dece7a38..4a5e7922d8 100644 --- a/resources/variants/creality_cr10_0.3.inst.cfg +++ b/resources/variants/creality_cr10_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10 name = 0.3mm Nozzle version = 4 -definition = creality_cr10 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr10_0.4.inst.cfg b/resources/variants/creality_cr10_0.4.inst.cfg index a5154ab029..4bd555c0ee 100644 --- a/resources/variants/creality_cr10_0.4.inst.cfg +++ b/resources/variants/creality_cr10_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10 name = 0.4mm Nozzle version = 4 -definition = creality_cr10 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr10_0.5.inst.cfg b/resources/variants/creality_cr10_0.5.inst.cfg index e04b23a42f..cefe1efc20 100644 --- a/resources/variants/creality_cr10_0.5.inst.cfg +++ b/resources/variants/creality_cr10_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10 name = 0.5mm Nozzle version = 4 -definition = creality_cr10 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr10_0.6.inst.cfg b/resources/variants/creality_cr10_0.6.inst.cfg index 20795b4751..89b0a058f1 100644 --- a/resources/variants/creality_cr10_0.6.inst.cfg +++ b/resources/variants/creality_cr10_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10 name = 0.6mm Nozzle version = 4 -definition = creality_cr10 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr10_0.8.inst.cfg b/resources/variants/creality_cr10_0.8.inst.cfg index 751956d1f5..2d55cb9497 100644 --- a/resources/variants/creality_cr10_0.8.inst.cfg +++ b/resources/variants/creality_cr10_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10 name = 0.8mm Nozzle version = 4 -definition = creality_cr10 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr10_1.0.inst.cfg b/resources/variants/creality_cr10_1.0.inst.cfg index 40bc7edc96..e571c1fa4b 100644 --- a/resources/variants/creality_cr10_1.0.inst.cfg +++ b/resources/variants/creality_cr10_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10 name = 1.0mm Nozzle version = 4 -definition = creality_cr10 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr10max_0.2.inst.cfg b/resources/variants/creality_cr10max_0.2.inst.cfg index 723227c21d..388de0323a 100644 --- a/resources/variants/creality_cr10max_0.2.inst.cfg +++ b/resources/variants/creality_cr10max_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10max name = 0.2mm Nozzle version = 4 -definition = creality_cr10max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr10max_0.3.inst.cfg b/resources/variants/creality_cr10max_0.3.inst.cfg index 43982ae85c..9227b19b22 100644 --- a/resources/variants/creality_cr10max_0.3.inst.cfg +++ b/resources/variants/creality_cr10max_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10max name = 0.3mm Nozzle version = 4 -definition = creality_cr10max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr10max_0.4.inst.cfg b/resources/variants/creality_cr10max_0.4.inst.cfg index 4ab8b1c1aa..4717052eef 100644 --- a/resources/variants/creality_cr10max_0.4.inst.cfg +++ b/resources/variants/creality_cr10max_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10max name = 0.4mm Nozzle version = 4 -definition = creality_cr10max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr10max_0.5.inst.cfg b/resources/variants/creality_cr10max_0.5.inst.cfg index a6568358f7..8f18b75f26 100644 --- a/resources/variants/creality_cr10max_0.5.inst.cfg +++ b/resources/variants/creality_cr10max_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10max name = 0.5mm Nozzle version = 4 -definition = creality_cr10max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr10max_0.6.inst.cfg b/resources/variants/creality_cr10max_0.6.inst.cfg index f9280b94ac..b93772c06e 100644 --- a/resources/variants/creality_cr10max_0.6.inst.cfg +++ b/resources/variants/creality_cr10max_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10max name = 0.6mm Nozzle version = 4 -definition = creality_cr10max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr10max_0.8.inst.cfg b/resources/variants/creality_cr10max_0.8.inst.cfg index 05ae4d4b52..8a75c7653f 100644 --- a/resources/variants/creality_cr10max_0.8.inst.cfg +++ b/resources/variants/creality_cr10max_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10max name = 0.8mm Nozzle version = 4 -definition = creality_cr10max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr10max_1.0.inst.cfg b/resources/variants/creality_cr10max_1.0.inst.cfg index 2aba2ddbf6..c70ef65159 100644 --- a/resources/variants/creality_cr10max_1.0.inst.cfg +++ b/resources/variants/creality_cr10max_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10max name = 1.0mm Nozzle version = 4 -definition = creality_cr10max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr10mini_0.2.inst.cfg b/resources/variants/creality_cr10mini_0.2.inst.cfg index 5bfd8ab56c..be303639f7 100644 --- a/resources/variants/creality_cr10mini_0.2.inst.cfg +++ b/resources/variants/creality_cr10mini_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10mini name = 0.2mm Nozzle version = 4 -definition = creality_cr10mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr10mini_0.3.inst.cfg b/resources/variants/creality_cr10mini_0.3.inst.cfg index 0181eefbfb..8185064c28 100644 --- a/resources/variants/creality_cr10mini_0.3.inst.cfg +++ b/resources/variants/creality_cr10mini_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10mini name = 0.3mm Nozzle version = 4 -definition = creality_cr10mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr10mini_0.4.inst.cfg b/resources/variants/creality_cr10mini_0.4.inst.cfg index 1db129d67a..1c70ce91f9 100644 --- a/resources/variants/creality_cr10mini_0.4.inst.cfg +++ b/resources/variants/creality_cr10mini_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10mini name = 0.4mm Nozzle version = 4 -definition = creality_cr10mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr10mini_0.5.inst.cfg b/resources/variants/creality_cr10mini_0.5.inst.cfg index a5cbf67776..40c60f0f26 100644 --- a/resources/variants/creality_cr10mini_0.5.inst.cfg +++ b/resources/variants/creality_cr10mini_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10mini name = 0.5mm Nozzle version = 4 -definition = creality_cr10mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr10mini_0.6.inst.cfg b/resources/variants/creality_cr10mini_0.6.inst.cfg index 0558e128e2..ffb5cae8fa 100644 --- a/resources/variants/creality_cr10mini_0.6.inst.cfg +++ b/resources/variants/creality_cr10mini_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10mini name = 0.6mm Nozzle version = 4 -definition = creality_cr10mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr10mini_0.8.inst.cfg b/resources/variants/creality_cr10mini_0.8.inst.cfg index 8923889c98..b6dc02ba02 100644 --- a/resources/variants/creality_cr10mini_0.8.inst.cfg +++ b/resources/variants/creality_cr10mini_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10mini name = 0.8mm Nozzle version = 4 -definition = creality_cr10mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr10mini_1.0.inst.cfg b/resources/variants/creality_cr10mini_1.0.inst.cfg index 1dbe2e0789..79577459b0 100644 --- a/resources/variants/creality_cr10mini_1.0.inst.cfg +++ b/resources/variants/creality_cr10mini_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10mini name = 1.0mm Nozzle version = 4 -definition = creality_cr10mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr10s4_0.2.inst.cfg b/resources/variants/creality_cr10s4_0.2.inst.cfg index 0a4433cb59..edf97d14d7 100644 --- a/resources/variants/creality_cr10s4_0.2.inst.cfg +++ b/resources/variants/creality_cr10s4_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s4 name = 0.2mm Nozzle version = 4 -definition = creality_cr10s4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr10s4_0.3.inst.cfg b/resources/variants/creality_cr10s4_0.3.inst.cfg index a673180752..abd099547a 100644 --- a/resources/variants/creality_cr10s4_0.3.inst.cfg +++ b/resources/variants/creality_cr10s4_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s4 name = 0.3mm Nozzle version = 4 -definition = creality_cr10s4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr10s4_0.4.inst.cfg b/resources/variants/creality_cr10s4_0.4.inst.cfg index f34202a2b5..13f3a20121 100644 --- a/resources/variants/creality_cr10s4_0.4.inst.cfg +++ b/resources/variants/creality_cr10s4_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s4 name = 0.4mm Nozzle version = 4 -definition = creality_cr10s4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr10s4_0.5.inst.cfg b/resources/variants/creality_cr10s4_0.5.inst.cfg index e7bc7f1799..0d14d0c5a4 100644 --- a/resources/variants/creality_cr10s4_0.5.inst.cfg +++ b/resources/variants/creality_cr10s4_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s4 name = 0.5mm Nozzle version = 4 -definition = creality_cr10s4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr10s4_0.6.inst.cfg b/resources/variants/creality_cr10s4_0.6.inst.cfg index e7f7f30283..1b13f73086 100644 --- a/resources/variants/creality_cr10s4_0.6.inst.cfg +++ b/resources/variants/creality_cr10s4_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s4 name = 0.6mm Nozzle version = 4 -definition = creality_cr10s4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr10s4_0.8.inst.cfg b/resources/variants/creality_cr10s4_0.8.inst.cfg index 8b4cef0a7f..fa07d14603 100644 --- a/resources/variants/creality_cr10s4_0.8.inst.cfg +++ b/resources/variants/creality_cr10s4_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s4 name = 0.8mm Nozzle version = 4 -definition = creality_cr10s4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr10s4_1.0.inst.cfg b/resources/variants/creality_cr10s4_1.0.inst.cfg index 17db567c62..00b4585d1e 100644 --- a/resources/variants/creality_cr10s4_1.0.inst.cfg +++ b/resources/variants/creality_cr10s4_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s4 name = 1.0mm Nozzle version = 4 -definition = creality_cr10s4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr10s5_0.2.inst.cfg b/resources/variants/creality_cr10s5_0.2.inst.cfg index 67d3c1f260..ea063dede1 100644 --- a/resources/variants/creality_cr10s5_0.2.inst.cfg +++ b/resources/variants/creality_cr10s5_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s5 name = 0.2mm Nozzle version = 4 -definition = creality_cr10s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr10s5_0.3.inst.cfg b/resources/variants/creality_cr10s5_0.3.inst.cfg index 301b885de1..859595d099 100644 --- a/resources/variants/creality_cr10s5_0.3.inst.cfg +++ b/resources/variants/creality_cr10s5_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s5 name = 0.3mm Nozzle version = 4 -definition = creality_cr10s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr10s5_0.4.inst.cfg b/resources/variants/creality_cr10s5_0.4.inst.cfg index bc62ba237a..2ef873a461 100644 --- a/resources/variants/creality_cr10s5_0.4.inst.cfg +++ b/resources/variants/creality_cr10s5_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s5 name = 0.4mm Nozzle version = 4 -definition = creality_cr10s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr10s5_0.5.inst.cfg b/resources/variants/creality_cr10s5_0.5.inst.cfg index 6079c70efa..5569dc7171 100644 --- a/resources/variants/creality_cr10s5_0.5.inst.cfg +++ b/resources/variants/creality_cr10s5_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s5 name = 0.5mm Nozzle version = 4 -definition = creality_cr10s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr10s5_0.6.inst.cfg b/resources/variants/creality_cr10s5_0.6.inst.cfg index 09309112a9..a3ecf54959 100644 --- a/resources/variants/creality_cr10s5_0.6.inst.cfg +++ b/resources/variants/creality_cr10s5_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s5 name = 0.6mm Nozzle version = 4 -definition = creality_cr10s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr10s5_0.8.inst.cfg b/resources/variants/creality_cr10s5_0.8.inst.cfg index 4875a0ebad..3e0d1ba1d9 100644 --- a/resources/variants/creality_cr10s5_0.8.inst.cfg +++ b/resources/variants/creality_cr10s5_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s5 name = 0.8mm Nozzle version = 4 -definition = creality_cr10s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr10s5_1.0.inst.cfg b/resources/variants/creality_cr10s5_1.0.inst.cfg index 440642e968..c439c9a689 100644 --- a/resources/variants/creality_cr10s5_1.0.inst.cfg +++ b/resources/variants/creality_cr10s5_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s5 name = 1.0mm Nozzle version = 4 -definition = creality_cr10s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr10s_0.2.inst.cfg b/resources/variants/creality_cr10s_0.2.inst.cfg index d8a7a6076b..24de48d4b0 100644 --- a/resources/variants/creality_cr10s_0.2.inst.cfg +++ b/resources/variants/creality_cr10s_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s name = 0.2mm Nozzle version = 4 -definition = creality_cr10s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr10s_0.3.inst.cfg b/resources/variants/creality_cr10s_0.3.inst.cfg index e7a3989905..282a248ad1 100644 --- a/resources/variants/creality_cr10s_0.3.inst.cfg +++ b/resources/variants/creality_cr10s_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s name = 0.3mm Nozzle version = 4 -definition = creality_cr10s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr10s_0.4.inst.cfg b/resources/variants/creality_cr10s_0.4.inst.cfg index f1a5f5c36b..03ac5c5015 100644 --- a/resources/variants/creality_cr10s_0.4.inst.cfg +++ b/resources/variants/creality_cr10s_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s name = 0.4mm Nozzle version = 4 -definition = creality_cr10s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr10s_0.5.inst.cfg b/resources/variants/creality_cr10s_0.5.inst.cfg index a920286579..8b14b8ed2c 100644 --- a/resources/variants/creality_cr10s_0.5.inst.cfg +++ b/resources/variants/creality_cr10s_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s name = 0.5mm Nozzle version = 4 -definition = creality_cr10s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr10s_0.6.inst.cfg b/resources/variants/creality_cr10s_0.6.inst.cfg index b29151160a..53773af57a 100644 --- a/resources/variants/creality_cr10s_0.6.inst.cfg +++ b/resources/variants/creality_cr10s_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s name = 0.6mm Nozzle version = 4 -definition = creality_cr10s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr10s_0.8.inst.cfg b/resources/variants/creality_cr10s_0.8.inst.cfg index 454aea7977..2e78160f35 100644 --- a/resources/variants/creality_cr10s_0.8.inst.cfg +++ b/resources/variants/creality_cr10s_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s name = 0.8mm Nozzle version = 4 -definition = creality_cr10s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr10s_1.0.inst.cfg b/resources/variants/creality_cr10s_1.0.inst.cfg index 0cd1fede49..584e44eb40 100644 --- a/resources/variants/creality_cr10s_1.0.inst.cfg +++ b/resources/variants/creality_cr10s_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10s name = 1.0mm Nozzle version = 4 -definition = creality_cr10s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr10spro_0.2.inst.cfg b/resources/variants/creality_cr10spro_0.2.inst.cfg index c25e541f3a..bd940586b7 100644 --- a/resources/variants/creality_cr10spro_0.2.inst.cfg +++ b/resources/variants/creality_cr10spro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10spro name = 0.2mm Nozzle version = 4 -definition = creality_cr10spro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr10spro_0.3.inst.cfg b/resources/variants/creality_cr10spro_0.3.inst.cfg index 8e55f7f7d8..81fae9d526 100644 --- a/resources/variants/creality_cr10spro_0.3.inst.cfg +++ b/resources/variants/creality_cr10spro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10spro name = 0.3mm Nozzle version = 4 -definition = creality_cr10spro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr10spro_0.4.inst.cfg b/resources/variants/creality_cr10spro_0.4.inst.cfg index 953655b269..7846785ae1 100644 --- a/resources/variants/creality_cr10spro_0.4.inst.cfg +++ b/resources/variants/creality_cr10spro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10spro name = 0.4mm Nozzle version = 4 -definition = creality_cr10spro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr10spro_0.5.inst.cfg b/resources/variants/creality_cr10spro_0.5.inst.cfg index b095acd512..cb375c479c 100644 --- a/resources/variants/creality_cr10spro_0.5.inst.cfg +++ b/resources/variants/creality_cr10spro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10spro name = 0.5mm Nozzle version = 4 -definition = creality_cr10spro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr10spro_0.6.inst.cfg b/resources/variants/creality_cr10spro_0.6.inst.cfg index 6b17ab91d5..f295e6e80d 100644 --- a/resources/variants/creality_cr10spro_0.6.inst.cfg +++ b/resources/variants/creality_cr10spro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10spro name = 0.6mm Nozzle version = 4 -definition = creality_cr10spro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr10spro_0.8.inst.cfg b/resources/variants/creality_cr10spro_0.8.inst.cfg index 05cf9741ee..e52d655fd1 100644 --- a/resources/variants/creality_cr10spro_0.8.inst.cfg +++ b/resources/variants/creality_cr10spro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10spro name = 0.8mm Nozzle version = 4 -definition = creality_cr10spro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr10spro_1.0.inst.cfg b/resources/variants/creality_cr10spro_1.0.inst.cfg index b6e18ddf9b..9c3c7f70a5 100644 --- a/resources/variants/creality_cr10spro_1.0.inst.cfg +++ b/resources/variants/creality_cr10spro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr10spro name = 1.0mm Nozzle version = 4 -definition = creality_cr10spro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr20_0.2.inst.cfg b/resources/variants/creality_cr20_0.2.inst.cfg index d3382f8658..a3b653be50 100644 --- a/resources/variants/creality_cr20_0.2.inst.cfg +++ b/resources/variants/creality_cr20_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20 name = 0.2mm Nozzle version = 4 -definition = creality_cr20 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr20_0.3.inst.cfg b/resources/variants/creality_cr20_0.3.inst.cfg index 4312a40f5d..de68d3f764 100644 --- a/resources/variants/creality_cr20_0.3.inst.cfg +++ b/resources/variants/creality_cr20_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20 name = 0.3mm Nozzle version = 4 -definition = creality_cr20 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr20_0.4.inst.cfg b/resources/variants/creality_cr20_0.4.inst.cfg index 7b48d03f5d..a42bbbf63b 100644 --- a/resources/variants/creality_cr20_0.4.inst.cfg +++ b/resources/variants/creality_cr20_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20 name = 0.4mm Nozzle version = 4 -definition = creality_cr20 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr20_0.5.inst.cfg b/resources/variants/creality_cr20_0.5.inst.cfg index 81c5fc9f2d..b7f6ccb273 100644 --- a/resources/variants/creality_cr20_0.5.inst.cfg +++ b/resources/variants/creality_cr20_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20 name = 0.5mm Nozzle version = 4 -definition = creality_cr20 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr20_0.6.inst.cfg b/resources/variants/creality_cr20_0.6.inst.cfg index de1a0ba1d8..8cd5e6690f 100644 --- a/resources/variants/creality_cr20_0.6.inst.cfg +++ b/resources/variants/creality_cr20_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20 name = 0.6mm Nozzle version = 4 -definition = creality_cr20 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr20_0.8.inst.cfg b/resources/variants/creality_cr20_0.8.inst.cfg index e584195626..da57e4689f 100644 --- a/resources/variants/creality_cr20_0.8.inst.cfg +++ b/resources/variants/creality_cr20_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20 name = 0.8mm Nozzle version = 4 -definition = creality_cr20 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr20_1.0.inst.cfg b/resources/variants/creality_cr20_1.0.inst.cfg index a4f3dab157..892ee8135c 100644 --- a/resources/variants/creality_cr20_1.0.inst.cfg +++ b/resources/variants/creality_cr20_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20 name = 1.0mm Nozzle version = 4 -definition = creality_cr20 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr20pro_0.2.inst.cfg b/resources/variants/creality_cr20pro_0.2.inst.cfg index 13c516276b..eabd59c44d 100644 --- a/resources/variants/creality_cr20pro_0.2.inst.cfg +++ b/resources/variants/creality_cr20pro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20pro name = 0.2mm Nozzle version = 4 -definition = creality_cr20pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr20pro_0.3.inst.cfg b/resources/variants/creality_cr20pro_0.3.inst.cfg index 6ddf35beec..0da4f238da 100644 --- a/resources/variants/creality_cr20pro_0.3.inst.cfg +++ b/resources/variants/creality_cr20pro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20pro name = 0.3mm Nozzle version = 4 -definition = creality_cr20pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr20pro_0.4.inst.cfg b/resources/variants/creality_cr20pro_0.4.inst.cfg index 97ab307c44..71fb49a0bb 100644 --- a/resources/variants/creality_cr20pro_0.4.inst.cfg +++ b/resources/variants/creality_cr20pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20pro name = 0.4mm Nozzle version = 4 -definition = creality_cr20pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr20pro_0.5.inst.cfg b/resources/variants/creality_cr20pro_0.5.inst.cfg index 3741a8cc34..15521756e7 100644 --- a/resources/variants/creality_cr20pro_0.5.inst.cfg +++ b/resources/variants/creality_cr20pro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20pro name = 0.5mm Nozzle version = 4 -definition = creality_cr20pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr20pro_0.6.inst.cfg b/resources/variants/creality_cr20pro_0.6.inst.cfg index e8e6924334..ebd7a1e8a0 100644 --- a/resources/variants/creality_cr20pro_0.6.inst.cfg +++ b/resources/variants/creality_cr20pro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20pro name = 0.6mm Nozzle version = 4 -definition = creality_cr20pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr20pro_0.8.inst.cfg b/resources/variants/creality_cr20pro_0.8.inst.cfg index 8f98bfbf36..f94ca1ef11 100644 --- a/resources/variants/creality_cr20pro_0.8.inst.cfg +++ b/resources/variants/creality_cr20pro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20pro name = 0.8mm Nozzle version = 4 -definition = creality_cr20pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr20pro_1.0.inst.cfg b/resources/variants/creality_cr20pro_1.0.inst.cfg index 7454e0156f..f540ed522e 100644 --- a/resources/variants/creality_cr20pro_1.0.inst.cfg +++ b/resources/variants/creality_cr20pro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr20pro name = 1.0mm Nozzle version = 4 -definition = creality_cr20pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_cr6se_0.2.inst.cfg b/resources/variants/creality_cr6se_0.2.inst.cfg index ee919e89b1..50125a361e 100644 --- a/resources/variants/creality_cr6se_0.2.inst.cfg +++ b/resources/variants/creality_cr6se_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr6se name = 0.2mm Nozzle version = 4 -definition = creality_cr6se [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_cr6se_0.3.inst.cfg b/resources/variants/creality_cr6se_0.3.inst.cfg index d85627822f..704bd4a232 100644 --- a/resources/variants/creality_cr6se_0.3.inst.cfg +++ b/resources/variants/creality_cr6se_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr6se name = 0.3mm Nozzle version = 4 -definition = creality_cr6se [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_cr6se_0.4.inst.cfg b/resources/variants/creality_cr6se_0.4.inst.cfg index af00bdaa83..cde010d8e8 100644 --- a/resources/variants/creality_cr6se_0.4.inst.cfg +++ b/resources/variants/creality_cr6se_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr6se name = 0.4mm Nozzle version = 4 -definition = creality_cr6se [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_cr6se_0.5.inst.cfg b/resources/variants/creality_cr6se_0.5.inst.cfg index a976ee18a2..20f46c68ab 100644 --- a/resources/variants/creality_cr6se_0.5.inst.cfg +++ b/resources/variants/creality_cr6se_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr6se name = 0.5mm Nozzle version = 4 -definition = creality_cr6se [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_cr6se_0.6.inst.cfg b/resources/variants/creality_cr6se_0.6.inst.cfg index 0dbb211a33..e85bafce61 100644 --- a/resources/variants/creality_cr6se_0.6.inst.cfg +++ b/resources/variants/creality_cr6se_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr6se name = 0.6mm Nozzle version = 4 -definition = creality_cr6se [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_cr6se_0.8.inst.cfg b/resources/variants/creality_cr6se_0.8.inst.cfg index 73b452f277..53b6d31d40 100644 --- a/resources/variants/creality_cr6se_0.8.inst.cfg +++ b/resources/variants/creality_cr6se_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr6se name = 0.8mm Nozzle version = 4 -definition = creality_cr6se [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_cr6se_1.0.inst.cfg b/resources/variants/creality_cr6se_1.0.inst.cfg index 3dd0a9d6e7..f1f3b1ad94 100644 --- a/resources/variants/creality_cr6se_1.0.inst.cfg +++ b/resources/variants/creality_cr6se_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_cr6se name = 1.0mm Nozzle version = 4 -definition = creality_cr6se [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender2_0.2.inst.cfg b/resources/variants/creality_ender2_0.2.inst.cfg index 70317f751c..1ae2b82081 100644 --- a/resources/variants/creality_ender2_0.2.inst.cfg +++ b/resources/variants/creality_ender2_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender2 name = 0.2mm Nozzle version = 4 -definition = creality_ender2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender2_0.3.inst.cfg b/resources/variants/creality_ender2_0.3.inst.cfg index 8c93d69210..507bf2391d 100644 --- a/resources/variants/creality_ender2_0.3.inst.cfg +++ b/resources/variants/creality_ender2_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender2 name = 0.3mm Nozzle version = 4 -definition = creality_ender2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender2_0.4.inst.cfg b/resources/variants/creality_ender2_0.4.inst.cfg index b76d0ea9fe..bdf98dc0ba 100644 --- a/resources/variants/creality_ender2_0.4.inst.cfg +++ b/resources/variants/creality_ender2_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender2 name = 0.4mm Nozzle version = 4 -definition = creality_ender2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender2_0.5.inst.cfg b/resources/variants/creality_ender2_0.5.inst.cfg index e8192409e0..fe75451fa7 100644 --- a/resources/variants/creality_ender2_0.5.inst.cfg +++ b/resources/variants/creality_ender2_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender2 name = 0.5mm Nozzle version = 4 -definition = creality_ender2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender2_0.6.inst.cfg b/resources/variants/creality_ender2_0.6.inst.cfg index 7850be03d7..ac2d537033 100644 --- a/resources/variants/creality_ender2_0.6.inst.cfg +++ b/resources/variants/creality_ender2_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender2 name = 0.6mm Nozzle version = 4 -definition = creality_ender2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender2_0.8.inst.cfg b/resources/variants/creality_ender2_0.8.inst.cfg index 7832a63cd3..51cf58883d 100644 --- a/resources/variants/creality_ender2_0.8.inst.cfg +++ b/resources/variants/creality_ender2_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender2 name = 0.8mm Nozzle version = 4 -definition = creality_ender2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender2_1.0.inst.cfg b/resources/variants/creality_ender2_1.0.inst.cfg index da966f6e5b..aef1890b30 100644 --- a/resources/variants/creality_ender2_1.0.inst.cfg +++ b/resources/variants/creality_ender2_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender2 name = 1.0mm Nozzle version = 4 -definition = creality_ender2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender3_0.2.inst.cfg b/resources/variants/creality_ender3_0.2.inst.cfg index c843a72e2f..9c7a8685cb 100644 --- a/resources/variants/creality_ender3_0.2.inst.cfg +++ b/resources/variants/creality_ender3_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3 name = 0.2mm Nozzle version = 4 -definition = creality_ender3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender3_0.3.inst.cfg b/resources/variants/creality_ender3_0.3.inst.cfg index 010aa73c4d..6dbe8ebfdb 100644 --- a/resources/variants/creality_ender3_0.3.inst.cfg +++ b/resources/variants/creality_ender3_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3 name = 0.3mm Nozzle version = 4 -definition = creality_ender3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender3_0.4.inst.cfg b/resources/variants/creality_ender3_0.4.inst.cfg index 8b5a14d48f..4f99f48bf7 100644 --- a/resources/variants/creality_ender3_0.4.inst.cfg +++ b/resources/variants/creality_ender3_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3 name = 0.4mm Nozzle version = 4 -definition = creality_ender3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender3_0.5.inst.cfg b/resources/variants/creality_ender3_0.5.inst.cfg index 6ffcfa183c..4c1748ac5c 100644 --- a/resources/variants/creality_ender3_0.5.inst.cfg +++ b/resources/variants/creality_ender3_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3 name = 0.5mm Nozzle version = 4 -definition = creality_ender3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender3_0.6.inst.cfg b/resources/variants/creality_ender3_0.6.inst.cfg index f06974ded0..23b1c26b56 100644 --- a/resources/variants/creality_ender3_0.6.inst.cfg +++ b/resources/variants/creality_ender3_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3 name = 0.6mm Nozzle version = 4 -definition = creality_ender3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender3_0.8.inst.cfg b/resources/variants/creality_ender3_0.8.inst.cfg index 0a6c4e37ea..aecd17b0db 100644 --- a/resources/variants/creality_ender3_0.8.inst.cfg +++ b/resources/variants/creality_ender3_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3 name = 0.8mm Nozzle version = 4 -definition = creality_ender3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender3_1.0.inst.cfg b/resources/variants/creality_ender3_1.0.inst.cfg index 9eff65190c..9edc7416aa 100644 --- a/resources/variants/creality_ender3_1.0.inst.cfg +++ b/resources/variants/creality_ender3_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3 name = 1.0mm Nozzle version = 4 -definition = creality_ender3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender3max_0.2.inst.cfg b/resources/variants/creality_ender3max_0.2.inst.cfg index 71db90ab2c..66866a28e2 100644 --- a/resources/variants/creality_ender3max_0.2.inst.cfg +++ b/resources/variants/creality_ender3max_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3max name = 0.2mm Nozzle version = 4 -definition = creality_ender3max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.2 \ No newline at end of file +machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender3max_0.3.inst.cfg b/resources/variants/creality_ender3max_0.3.inst.cfg index e79f846c4c..07ac876ba9 100644 --- a/resources/variants/creality_ender3max_0.3.inst.cfg +++ b/resources/variants/creality_ender3max_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3max name = 0.3mm Nozzle version = 4 -definition = creality_ender3max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.3 \ No newline at end of file +machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender3max_0.4.inst.cfg b/resources/variants/creality_ender3max_0.4.inst.cfg index 2b52df9746..be4bd2ea6e 100644 --- a/resources/variants/creality_ender3max_0.4.inst.cfg +++ b/resources/variants/creality_ender3max_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3max name = 0.4mm Nozzle version = 4 -definition = creality_ender3max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 \ No newline at end of file +machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender3max_0.5.inst.cfg b/resources/variants/creality_ender3max_0.5.inst.cfg index 94f5d5a650..bc989b6efc 100644 --- a/resources/variants/creality_ender3max_0.5.inst.cfg +++ b/resources/variants/creality_ender3max_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3max name = 0.5mm Nozzle version = 4 -definition = creality_ender3max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.5 \ No newline at end of file +machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender3max_0.6.inst.cfg b/resources/variants/creality_ender3max_0.6.inst.cfg index 892a1b68d9..3e733f9a70 100644 --- a/resources/variants/creality_ender3max_0.6.inst.cfg +++ b/resources/variants/creality_ender3max_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3max name = 0.6mm Nozzle version = 4 -definition = creality_ender3max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.6 \ No newline at end of file +machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender3max_0.8.inst.cfg b/resources/variants/creality_ender3max_0.8.inst.cfg index 49a7aa577c..4cb1a4f2af 100644 --- a/resources/variants/creality_ender3max_0.8.inst.cfg +++ b/resources/variants/creality_ender3max_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3max name = 0.8mm Nozzle version = 4 -definition = creality_ender3max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.8 \ No newline at end of file +machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender3max_1.0.inst.cfg b/resources/variants/creality_ender3max_1.0.inst.cfg index 46f6ed8f8d..1bdb7d504e 100644 --- a/resources/variants/creality_ender3max_1.0.inst.cfg +++ b/resources/variants/creality_ender3max_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3max name = 1.0mm Nozzle version = 4 -definition = creality_ender3max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 1.0 \ No newline at end of file +machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender3pro_0.2.inst.cfg b/resources/variants/creality_ender3pro_0.2.inst.cfg index 50b1a4903f..51ff645730 100644 --- a/resources/variants/creality_ender3pro_0.2.inst.cfg +++ b/resources/variants/creality_ender3pro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3pro name = 0.2mm Nozzle version = 4 -definition = creality_ender3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender3pro_0.3.inst.cfg b/resources/variants/creality_ender3pro_0.3.inst.cfg index 8fddfdb396..44d7da14c1 100644 --- a/resources/variants/creality_ender3pro_0.3.inst.cfg +++ b/resources/variants/creality_ender3pro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3pro name = 0.3mm Nozzle version = 4 -definition = creality_ender3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender3pro_0.4.inst.cfg b/resources/variants/creality_ender3pro_0.4.inst.cfg index 1a7e236164..23444b21d8 100644 --- a/resources/variants/creality_ender3pro_0.4.inst.cfg +++ b/resources/variants/creality_ender3pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3pro name = 0.4mm Nozzle version = 4 -definition = creality_ender3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender3pro_0.5.inst.cfg b/resources/variants/creality_ender3pro_0.5.inst.cfg index 290e942e6f..fcb3778a10 100644 --- a/resources/variants/creality_ender3pro_0.5.inst.cfg +++ b/resources/variants/creality_ender3pro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3pro name = 0.5mm Nozzle version = 4 -definition = creality_ender3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender3pro_0.6.inst.cfg b/resources/variants/creality_ender3pro_0.6.inst.cfg index 13668f89ff..8b2f38c8cd 100644 --- a/resources/variants/creality_ender3pro_0.6.inst.cfg +++ b/resources/variants/creality_ender3pro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3pro name = 0.6mm Nozzle version = 4 -definition = creality_ender3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender3pro_0.8.inst.cfg b/resources/variants/creality_ender3pro_0.8.inst.cfg index a3ccfcf6b5..a08ed56730 100644 --- a/resources/variants/creality_ender3pro_0.8.inst.cfg +++ b/resources/variants/creality_ender3pro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3pro name = 0.8mm Nozzle version = 4 -definition = creality_ender3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender3pro_1.0.inst.cfg b/resources/variants/creality_ender3pro_1.0.inst.cfg index 7329791bfd..7b7dedfa1b 100644 --- a/resources/variants/creality_ender3pro_1.0.inst.cfg +++ b/resources/variants/creality_ender3pro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3pro name = 1.0mm Nozzle version = 4 -definition = creality_ender3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender3s1_0.2.inst.cfg b/resources/variants/creality_ender3s1_0.2.inst.cfg index 5aed89119c..83890a0e9f 100644 --- a/resources/variants/creality_ender3s1_0.2.inst.cfg +++ b/resources/variants/creality_ender3s1_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3s1 name = 0.2mm Nozzle version = 4 -definition = creality_ender3s1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender3s1_0.3.inst.cfg b/resources/variants/creality_ender3s1_0.3.inst.cfg index cd59787dee..69cb2021c4 100644 --- a/resources/variants/creality_ender3s1_0.3.inst.cfg +++ b/resources/variants/creality_ender3s1_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3s1 name = 0.3mm Nozzle version = 4 -definition = creality_ender3s1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender3s1_0.4.inst.cfg b/resources/variants/creality_ender3s1_0.4.inst.cfg index b621656ca8..1577570858 100644 --- a/resources/variants/creality_ender3s1_0.4.inst.cfg +++ b/resources/variants/creality_ender3s1_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3s1 name = 0.4mm Nozzle version = 4 -definition = creality_ender3s1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender3s1_0.5.inst.cfg b/resources/variants/creality_ender3s1_0.5.inst.cfg index 0ca9ce3a50..78ea874925 100644 --- a/resources/variants/creality_ender3s1_0.5.inst.cfg +++ b/resources/variants/creality_ender3s1_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3s1 name = 0.5mm Nozzle version = 4 -definition = creality_ender3s1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender3s1_0.6.inst.cfg b/resources/variants/creality_ender3s1_0.6.inst.cfg index 30ea5da3ea..d6003a7287 100644 --- a/resources/variants/creality_ender3s1_0.6.inst.cfg +++ b/resources/variants/creality_ender3s1_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3s1 name = 0.6mm Nozzle version = 4 -definition = creality_ender3s1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender3s1_0.8.inst.cfg b/resources/variants/creality_ender3s1_0.8.inst.cfg index 5f2a9125ca..c1db2cd499 100644 --- a/resources/variants/creality_ender3s1_0.8.inst.cfg +++ b/resources/variants/creality_ender3s1_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3s1 name = 0.8mm Nozzle version = 4 -definition = creality_ender3s1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender3s1_1.0.inst.cfg b/resources/variants/creality_ender3s1_1.0.inst.cfg index fb61517749..93bc3b034d 100644 --- a/resources/variants/creality_ender3s1_1.0.inst.cfg +++ b/resources/variants/creality_ender3s1_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender3s1 name = 1.0mm Nozzle version = 4 -definition = creality_ender3s1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender4_0.2.inst.cfg b/resources/variants/creality_ender4_0.2.inst.cfg index cee5b66196..640037f5df 100644 --- a/resources/variants/creality_ender4_0.2.inst.cfg +++ b/resources/variants/creality_ender4_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender4 name = 0.2mm Nozzle version = 4 -definition = creality_ender4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender4_0.3.inst.cfg b/resources/variants/creality_ender4_0.3.inst.cfg index 6bf34eb12e..a2813ebb4f 100644 --- a/resources/variants/creality_ender4_0.3.inst.cfg +++ b/resources/variants/creality_ender4_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender4 name = 0.3mm Nozzle version = 4 -definition = creality_ender4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender4_0.4.inst.cfg b/resources/variants/creality_ender4_0.4.inst.cfg index b9e7181a64..4cd4e69e0c 100644 --- a/resources/variants/creality_ender4_0.4.inst.cfg +++ b/resources/variants/creality_ender4_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender4 name = 0.4mm Nozzle version = 4 -definition = creality_ender4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender4_0.5.inst.cfg b/resources/variants/creality_ender4_0.5.inst.cfg index ed66f18a6d..81326f9118 100644 --- a/resources/variants/creality_ender4_0.5.inst.cfg +++ b/resources/variants/creality_ender4_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender4 name = 0.5mm Nozzle version = 4 -definition = creality_ender4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender4_0.6.inst.cfg b/resources/variants/creality_ender4_0.6.inst.cfg index de468dbc60..b9f0cc2fd3 100644 --- a/resources/variants/creality_ender4_0.6.inst.cfg +++ b/resources/variants/creality_ender4_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender4 name = 0.6mm Nozzle version = 4 -definition = creality_ender4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender4_0.8.inst.cfg b/resources/variants/creality_ender4_0.8.inst.cfg index 8d8f7e14db..169e3d0beb 100644 --- a/resources/variants/creality_ender4_0.8.inst.cfg +++ b/resources/variants/creality_ender4_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender4 name = 0.8mm Nozzle version = 4 -definition = creality_ender4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender4_1.0.inst.cfg b/resources/variants/creality_ender4_1.0.inst.cfg index f48648aa4b..ff5e026196 100644 --- a/resources/variants/creality_ender4_1.0.inst.cfg +++ b/resources/variants/creality_ender4_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender4 name = 1.0mm Nozzle version = 4 -definition = creality_ender4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender5_0.2.inst.cfg b/resources/variants/creality_ender5_0.2.inst.cfg index 86532f65ec..cf36c1aa5b 100644 --- a/resources/variants/creality_ender5_0.2.inst.cfg +++ b/resources/variants/creality_ender5_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5 name = 0.2mm Nozzle version = 4 -definition = creality_ender5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender5_0.3.inst.cfg b/resources/variants/creality_ender5_0.3.inst.cfg index cf9dc6ab83..3df5173c8b 100644 --- a/resources/variants/creality_ender5_0.3.inst.cfg +++ b/resources/variants/creality_ender5_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5 name = 0.3mm Nozzle version = 4 -definition = creality_ender5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender5_0.4.inst.cfg b/resources/variants/creality_ender5_0.4.inst.cfg index 8fa3ac4e06..1d779b46d0 100644 --- a/resources/variants/creality_ender5_0.4.inst.cfg +++ b/resources/variants/creality_ender5_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5 name = 0.4mm Nozzle version = 4 -definition = creality_ender5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender5_0.5.inst.cfg b/resources/variants/creality_ender5_0.5.inst.cfg index 0a3a679e6e..4d032e8884 100644 --- a/resources/variants/creality_ender5_0.5.inst.cfg +++ b/resources/variants/creality_ender5_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5 name = 0.5mm Nozzle version = 4 -definition = creality_ender5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender5_0.6.inst.cfg b/resources/variants/creality_ender5_0.6.inst.cfg index 432dfd2c1b..a06956028c 100644 --- a/resources/variants/creality_ender5_0.6.inst.cfg +++ b/resources/variants/creality_ender5_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5 name = 0.6mm Nozzle version = 4 -definition = creality_ender5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender5_0.8.inst.cfg b/resources/variants/creality_ender5_0.8.inst.cfg index a45fba42a6..86f0e7810c 100644 --- a/resources/variants/creality_ender5_0.8.inst.cfg +++ b/resources/variants/creality_ender5_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5 name = 0.8mm Nozzle version = 4 -definition = creality_ender5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender5_1.0.inst.cfg b/resources/variants/creality_ender5_1.0.inst.cfg index 7af803e101..189fc9795d 100644 --- a/resources/variants/creality_ender5_1.0.inst.cfg +++ b/resources/variants/creality_ender5_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5 name = 1.0mm Nozzle version = 4 -definition = creality_ender5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender5plus_0.2.inst.cfg b/resources/variants/creality_ender5plus_0.2.inst.cfg index b1d42f5d70..9c8900ac80 100644 --- a/resources/variants/creality_ender5plus_0.2.inst.cfg +++ b/resources/variants/creality_ender5plus_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5plus name = 0.2mm Nozzle version = 4 -definition = creality_ender5plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender5plus_0.3.inst.cfg b/resources/variants/creality_ender5plus_0.3.inst.cfg index c7feda68fc..1e67f039e7 100644 --- a/resources/variants/creality_ender5plus_0.3.inst.cfg +++ b/resources/variants/creality_ender5plus_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5plus name = 0.3mm Nozzle version = 4 -definition = creality_ender5plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender5plus_0.4.inst.cfg b/resources/variants/creality_ender5plus_0.4.inst.cfg index 56d7667924..ed3dc779e3 100644 --- a/resources/variants/creality_ender5plus_0.4.inst.cfg +++ b/resources/variants/creality_ender5plus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5plus name = 0.4mm Nozzle version = 4 -definition = creality_ender5plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender5plus_0.5.inst.cfg b/resources/variants/creality_ender5plus_0.5.inst.cfg index ef0bf4ac68..b4aed3cab1 100644 --- a/resources/variants/creality_ender5plus_0.5.inst.cfg +++ b/resources/variants/creality_ender5plus_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5plus name = 0.5mm Nozzle version = 4 -definition = creality_ender5plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender5plus_0.6.inst.cfg b/resources/variants/creality_ender5plus_0.6.inst.cfg index 94e572eda6..9a4a1c6a7e 100644 --- a/resources/variants/creality_ender5plus_0.6.inst.cfg +++ b/resources/variants/creality_ender5plus_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5plus name = 0.6mm Nozzle version = 4 -definition = creality_ender5plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender5plus_0.8.inst.cfg b/resources/variants/creality_ender5plus_0.8.inst.cfg index fb37eae6dc..3b094fa9d1 100644 --- a/resources/variants/creality_ender5plus_0.8.inst.cfg +++ b/resources/variants/creality_ender5plus_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5plus name = 0.8mm Nozzle version = 4 -definition = creality_ender5plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender5plus_1.0.inst.cfg b/resources/variants/creality_ender5plus_1.0.inst.cfg index 23cd521529..23a07ea78c 100644 --- a/resources/variants/creality_ender5plus_1.0.inst.cfg +++ b/resources/variants/creality_ender5plus_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = creality_ender5plus name = 1.0mm Nozzle version = 4 -definition = creality_ender5plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_ender6_0.2.inst.cfg b/resources/variants/creality_ender6_0.2.inst.cfg index cbaaa9a8bf..88c562eac7 100644 --- a/resources/variants/creality_ender6_0.2.inst.cfg +++ b/resources/variants/creality_ender6_0.2.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = creality_ender6 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 +[general] +definition = creality_ender6 +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_ender6_0.3.inst.cfg b/resources/variants/creality_ender6_0.3.inst.cfg index f16f34285e..db8657acd9 100644 --- a/resources/variants/creality_ender6_0.3.inst.cfg +++ b/resources/variants/creality_ender6_0.3.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = creality_ender6 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 +[general] +definition = creality_ender6 +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_ender6_0.4.inst.cfg b/resources/variants/creality_ender6_0.4.inst.cfg index cb3071dc69..feff1e1d7b 100644 --- a/resources/variants/creality_ender6_0.4.inst.cfg +++ b/resources/variants/creality_ender6_0.4.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = creality_ender6 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 +[general] +definition = creality_ender6 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_ender6_0.5.inst.cfg b/resources/variants/creality_ender6_0.5.inst.cfg index cd26258433..d8118d4ddd 100644 --- a/resources/variants/creality_ender6_0.5.inst.cfg +++ b/resources/variants/creality_ender6_0.5.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = creality_ender6 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 +[general] +definition = creality_ender6 +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_ender6_0.6.inst.cfg b/resources/variants/creality_ender6_0.6.inst.cfg index 278a31f118..b8c9effffd 100644 --- a/resources/variants/creality_ender6_0.6.inst.cfg +++ b/resources/variants/creality_ender6_0.6.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = creality_ender6 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 +[general] +definition = creality_ender6 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_ender6_0.8.inst.cfg b/resources/variants/creality_ender6_0.8.inst.cfg index 94241194e6..5c8bb0bc2e 100644 --- a/resources/variants/creality_ender6_0.8.inst.cfg +++ b/resources/variants/creality_ender6_0.8.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = creality_ender6 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 +[general] +definition = creality_ender6 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_ender6_1.0.inst.cfg b/resources/variants/creality_ender6_1.0.inst.cfg index c2ee38f8b2..5f3b3d430a 100644 --- a/resources/variants/creality_ender6_1.0.inst.cfg +++ b/resources/variants/creality_ender6_1.0.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 1.0mm Nozzle -version = 4 -definition = creality_ender6 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 1.0 +[general] +definition = creality_ender6 +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/creality_sermoond1_0.2.inst.cfg b/resources/variants/creality_sermoond1_0.2.inst.cfg index cfb9559a01..7536db8b51 100644 --- a/resources/variants/creality_sermoond1_0.2.inst.cfg +++ b/resources/variants/creality_sermoond1_0.2.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = creality_sermoond1 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 +[general] +definition = creality_sermoond1 +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/creality_sermoond1_0.3.inst.cfg b/resources/variants/creality_sermoond1_0.3.inst.cfg index d3aa81b887..36aa2d367f 100644 --- a/resources/variants/creality_sermoond1_0.3.inst.cfg +++ b/resources/variants/creality_sermoond1_0.3.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = creality_sermoond1 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 +[general] +definition = creality_sermoond1 +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/creality_sermoond1_0.4.inst.cfg b/resources/variants/creality_sermoond1_0.4.inst.cfg index 4bd0af2851..5f07870d67 100644 --- a/resources/variants/creality_sermoond1_0.4.inst.cfg +++ b/resources/variants/creality_sermoond1_0.4.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = creality_sermoond1 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 +[general] +definition = creality_sermoond1 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/creality_sermoond1_0.5.inst.cfg b/resources/variants/creality_sermoond1_0.5.inst.cfg index 30cdbdfa56..4b4d1f4840 100644 --- a/resources/variants/creality_sermoond1_0.5.inst.cfg +++ b/resources/variants/creality_sermoond1_0.5.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = creality_sermoond1 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 +[general] +definition = creality_sermoond1 +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/creality_sermoond1_0.6.inst.cfg b/resources/variants/creality_sermoond1_0.6.inst.cfg index 49ee1ac207..53dc38a87c 100644 --- a/resources/variants/creality_sermoond1_0.6.inst.cfg +++ b/resources/variants/creality_sermoond1_0.6.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = creality_sermoond1 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 +[general] +definition = creality_sermoond1 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/creality_sermoond1_0.8.inst.cfg b/resources/variants/creality_sermoond1_0.8.inst.cfg index 2283b9d39b..dae39cbac2 100644 --- a/resources/variants/creality_sermoond1_0.8.inst.cfg +++ b/resources/variants/creality_sermoond1_0.8.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = creality_sermoond1 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 +[general] +definition = creality_sermoond1 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/creality_sermoond1_1.0.inst.cfg b/resources/variants/creality_sermoond1_1.0.inst.cfg index 30a2d6ee78..07b550d90c 100644 --- a/resources/variants/creality_sermoond1_1.0.inst.cfg +++ b/resources/variants/creality_sermoond1_1.0.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 1.0mm Nozzle -version = 4 -definition = creality_sermoond1 - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 1.0 +[general] +definition = creality_sermoond1 +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/deltacomb/deltacomb_dc20_fbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20_fbe025.inst.cfg index b75ad52b10..46b2973e0c 100644 --- a/resources/variants/deltacomb/deltacomb_dc20_fbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20_fbe025.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = deltacomb_dc20 name = FBE 0.25mm version = 4 -definition = deltacomb_dc20 [metadata] author = Deltacomb 3D +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc20_fbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20_fbe040.inst.cfg index d88743c080..53e2d58e89 100644 --- a/resources/variants/deltacomb/deltacomb_dc20_fbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20_fbe040.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = deltacomb_dc20 name = FBE 0.40mm version = 4 -definition = deltacomb_dc20 [metadata] author = Deltacomb 3D +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc20_fbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20_fbe060.inst.cfg index 40ece32f1e..256b093e7f 100644 --- a/resources/variants/deltacomb/deltacomb_dc20_fbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20_fbe060.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = deltacomb_dc20 name = FBE 0.60mm version = 4 -definition = deltacomb_dc20 [metadata] author = Deltacomb 3D +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/deltacomb/deltacomb_dc20_vfbe080.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20_vfbe080.inst.cfg index 1cfb3494b9..154148dcfd 100755 --- a/resources/variants/deltacomb/deltacomb_dc20_vfbe080.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20_vfbe080.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc20 name = V-FBE 0.80mm version = 4 -definition = deltacomb_dc20 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.80 + diff --git a/resources/variants/deltacomb/deltacomb_dc20dual_dbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20dual_dbe025.inst.cfg index 6c2870b1bb..9a4d3bdee8 100755 --- a/resources/variants/deltacomb/deltacomb_dc20dual_dbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20dual_dbe025.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc20dual name = DBE 0.25mm version = 4 -definition = deltacomb_dc20dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc20dual_dbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20dual_dbe040.inst.cfg index 1cdfd55660..b0f97b506b 100755 --- a/resources/variants/deltacomb/deltacomb_dc20dual_dbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20dual_dbe040.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc20dual name = DBE 0.40mm version = 4 -definition = deltacomb_dc20dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc20dual_dbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20dual_dbe060.inst.cfg index 8b87aedc4e..ff488eeca8 100755 --- a/resources/variants/deltacomb/deltacomb_dc20dual_dbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20dual_dbe060.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc20dual name = DBE 0.60mm version = 4 -definition = deltacomb_dc20dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/deltacomb/deltacomb_dc20dual_vdbe080.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20dual_vdbe080.inst.cfg index 555a9aedfc..2a46f63ebb 100755 --- a/resources/variants/deltacomb/deltacomb_dc20dual_vdbe080.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20dual_vdbe080.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc20dual name = V-DBE 0.80mm version = 4 -definition = deltacomb_dc20dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.80 + diff --git a/resources/variants/deltacomb/deltacomb_dc20flux_fbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20flux_fbe025.inst.cfg index f47b3f17eb..7187a91b6f 100755 --- a/resources/variants/deltacomb/deltacomb_dc20flux_fbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20flux_fbe025.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc20flux name = FBE 0.25mm version = 4 -definition = deltacomb_dc20flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc20flux_fbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20flux_fbe040.inst.cfg index 2e11b932df..9311045b76 100755 --- a/resources/variants/deltacomb/deltacomb_dc20flux_fbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20flux_fbe040.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc20flux name = FBE 0.40mm version = 4 -definition = deltacomb_dc20flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc20flux_fbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc20flux_fbe060.inst.cfg index 5c0d503c8a..f656a9983f 100755 --- a/resources/variants/deltacomb/deltacomb_dc20flux_fbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc20flux_fbe060.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc20flux name = FBE 0.60mm version = 4 -definition = deltacomb_dc20flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/deltacomb/deltacomb_dc21_fbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21_fbe025.inst.cfg index 581aafcbb3..9b2fc7f209 100755 --- a/resources/variants/deltacomb/deltacomb_dc21_fbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21_fbe025.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21 name = FBE 0.25mm version = 4 -definition = deltacomb_dc21 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc21_fbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21_fbe040.inst.cfg index f333040c7b..685b6c1ce2 100755 --- a/resources/variants/deltacomb/deltacomb_dc21_fbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21_fbe040.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21 name = FBE 0.40mm version = 4 -definition = deltacomb_dc21 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc21_fbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21_fbe060.inst.cfg index 38c952e849..f883190fc9 100755 --- a/resources/variants/deltacomb/deltacomb_dc21_fbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21_fbe060.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21 name = FBE 0.60mm version = 4 -definition = deltacomb_dc21 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/deltacomb/deltacomb_dc21_vfbe080.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21_vfbe080.inst.cfg index 81d767255a..1568829713 100755 --- a/resources/variants/deltacomb/deltacomb_dc21_vfbe080.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21_vfbe080.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21 name = V-FBE 0.80mm version = 4 -definition = deltacomb_dc21 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.80 + diff --git a/resources/variants/deltacomb/deltacomb_dc21dual_dbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21dual_dbe025.inst.cfg index 37b6ff31f5..5a40000c9d 100755 --- a/resources/variants/deltacomb/deltacomb_dc21dual_dbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21dual_dbe025.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21dual name = DBE 0.25mm version = 4 -definition = deltacomb_dc21dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc21dual_dbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21dual_dbe040.inst.cfg index 1d756493e5..d574db3681 100755 --- a/resources/variants/deltacomb/deltacomb_dc21dual_dbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21dual_dbe040.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21dual name = DBE 0.40mm version = 4 -definition = deltacomb_dc21dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc21dual_dbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21dual_dbe060.inst.cfg index 6d00051e27..0f24b4e41c 100755 --- a/resources/variants/deltacomb/deltacomb_dc21dual_dbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21dual_dbe060.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21dual name = DBE 0.60mm version = 4 -definition = deltacomb_dc21dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/deltacomb/deltacomb_dc21dual_vdbe080.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21dual_vdbe080.inst.cfg index cc504aa483..ea5ad942ea 100755 --- a/resources/variants/deltacomb/deltacomb_dc21dual_vdbe080.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21dual_vdbe080.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21dual name = V-DBE 0.80mm version = 4 -definition = deltacomb_dc21dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.80 + diff --git a/resources/variants/deltacomb/deltacomb_dc21flux_fbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21flux_fbe025.inst.cfg index 5144bbf58d..b40cbfa800 100755 --- a/resources/variants/deltacomb/deltacomb_dc21flux_fbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21flux_fbe025.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21flux name = FBE 0.25mm version = 4 -definition = deltacomb_dc21flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc21flux_fbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21flux_fbe040.inst.cfg index 5a7503e644..2df7aea365 100755 --- a/resources/variants/deltacomb/deltacomb_dc21flux_fbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21flux_fbe040.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21flux name = FBE 0.40mm version = 4 -definition = deltacomb_dc21flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc21flux_fbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc21flux_fbe060.inst.cfg index f2ca2354cf..2d734b7db7 100755 --- a/resources/variants/deltacomb/deltacomb_dc21flux_fbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc21flux_fbe060.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc21flux name = FBE 0.60mm version = 4 -definition = deltacomb_dc21flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/deltacomb/deltacomb_dc30_fbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30_fbe025.inst.cfg index 7f219c369c..d90ed52e7a 100755 --- a/resources/variants/deltacomb/deltacomb_dc30_fbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30_fbe025.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30 name = FBE 0.25mm version = 4 -definition = deltacomb_dc30 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc30_fbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30_fbe040.inst.cfg index 22983b8683..13d9902a8c 100755 --- a/resources/variants/deltacomb/deltacomb_dc30_fbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30_fbe040.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30 name = FBE 0.40mm version = 4 -definition = deltacomb_dc30 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc30_fbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30_fbe060.inst.cfg index 35d01906ca..ac6651d621 100755 --- a/resources/variants/deltacomb/deltacomb_dc30_fbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30_fbe060.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30 name = FBE 0.60mm version = 4 -definition = deltacomb_dc30 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/deltacomb/deltacomb_dc30_vfbe080.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30_vfbe080.inst.cfg index ade1758215..284356e63f 100755 --- a/resources/variants/deltacomb/deltacomb_dc30_vfbe080.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30_vfbe080.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30 name = V-FBE 0.80mm version = 4 -definition = deltacomb_dc30 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.80 + diff --git a/resources/variants/deltacomb/deltacomb_dc30dual_dbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30dual_dbe025.inst.cfg index a02da6204f..05e216884b 100755 --- a/resources/variants/deltacomb/deltacomb_dc30dual_dbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30dual_dbe025.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30dual name = DBE 0.25mm version = 4 -definition = deltacomb_dc30dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc30dual_dbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30dual_dbe040.inst.cfg index 8200cc9dc7..9de3dd2cef 100755 --- a/resources/variants/deltacomb/deltacomb_dc30dual_dbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30dual_dbe040.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30dual name = DBE 0.40mm version = 4 -definition = deltacomb_dc30dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc30dual_dbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30dual_dbe060.inst.cfg index c316e97457..bea0079e69 100755 --- a/resources/variants/deltacomb/deltacomb_dc30dual_dbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30dual_dbe060.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30dual name = DBE 0.60mm version = 4 -definition = deltacomb_dc30dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/deltacomb/deltacomb_dc30dual_vdbe080.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30dual_vdbe080.inst.cfg index b505a16540..218e03618d 100755 --- a/resources/variants/deltacomb/deltacomb_dc30dual_vdbe080.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30dual_vdbe080.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30dual name = V-DBE 0.80mm version = 4 -definition = deltacomb_dc30dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.80 + diff --git a/resources/variants/deltacomb/deltacomb_dc30flux_fbe025.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30flux_fbe025.inst.cfg index bbdac73540..a989165478 100755 --- a/resources/variants/deltacomb/deltacomb_dc30flux_fbe025.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30flux_fbe025.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30flux name = FBE 0.25mm version = 4 -definition = deltacomb_dc30flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.25 \ No newline at end of file +machine_nozzle_size = 0.25 + diff --git a/resources/variants/deltacomb/deltacomb_dc30flux_fbe040.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30flux_fbe040.inst.cfg index 40c1d6def7..9a126f18ca 100755 --- a/resources/variants/deltacomb/deltacomb_dc30flux_fbe040.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30flux_fbe040.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30flux name = FBE 0.40mm version = 4 -definition = deltacomb_dc30flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.40 + diff --git a/resources/variants/deltacomb/deltacomb_dc30flux_fbe060.inst.cfg b/resources/variants/deltacomb/deltacomb_dc30flux_fbe060.inst.cfg index 6f946e8ff3..c9f8a04fb7 100755 --- a/resources/variants/deltacomb/deltacomb_dc30flux_fbe060.inst.cfg +++ b/resources/variants/deltacomb/deltacomb_dc30flux_fbe060.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = deltacomb_dc30flux name = FBE 0.60mm version = 4 -definition = deltacomb_dc30flux [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.60 + diff --git a/resources/variants/diy220_0.2.inst.cfg b/resources/variants/diy220_0.2.inst.cfg index 69db2f722d..f6c6513e32 100644 --- a/resources/variants/diy220_0.2.inst.cfg +++ b/resources/variants/diy220_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = diy220 name = 0.2 mm Nozzle version = 4 -definition = diy220 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/diy220_0.3.inst.cfg b/resources/variants/diy220_0.3.inst.cfg index 5184a4417b..6d97c31a50 100644 --- a/resources/variants/diy220_0.3.inst.cfg +++ b/resources/variants/diy220_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = diy220 name = 0.3 mm Nozzle version = 4 -definition = diy220 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/diy220_0.4.inst.cfg b/resources/variants/diy220_0.4.inst.cfg index fe504fca23..e14620cde5 100644 --- a/resources/variants/diy220_0.4.inst.cfg +++ b/resources/variants/diy220_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = diy220 name = 0.4 mm Nozzle version = 4 -definition = diy220 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/diy220_0.5.inst.cfg b/resources/variants/diy220_0.5.inst.cfg index 9f8b73c599..e2e06e1d39 100644 --- a/resources/variants/diy220_0.5.inst.cfg +++ b/resources/variants/diy220_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = diy220 name = 0.5 mm Nozzle version = 4 -definition = diy220 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/diy220_0.6.inst.cfg b/resources/variants/diy220_0.6.inst.cfg index 821f193b6f..8aeaaa8272 100644 --- a/resources/variants/diy220_0.6.inst.cfg +++ b/resources/variants/diy220_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = diy220 name = 0.6 mm Nozzle version = 4 -definition = diy220 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/diy220_0.8.inst.cfg b/resources/variants/diy220_0.8.inst.cfg index 938ae71723..b5790651f0 100644 --- a/resources/variants/diy220_0.8.inst.cfg +++ b/resources/variants/diy220_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = diy220 name = 0.8 mm Nozzle version = 4 -definition = diy220 [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/fabtotum_hyb35.inst.cfg b/resources/variants/fabtotum_hyb35.inst.cfg index 015169872b..1f480bfbfe 100644 --- a/resources/variants/fabtotum_hyb35.inst.cfg +++ b/resources/variants/fabtotum_hyb35.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = fabtotum name = Hybrid 0.35 mm version = 4 -definition = fabtotum [metadata] author = FABtotum +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 -retraction_speed = 23 retraction_amount = 2.5 retraction_count_max = 25 retraction_min_travel = 0.1 +retraction_speed = 23 + diff --git a/resources/variants/fabtotum_lite04.inst.cfg b/resources/variants/fabtotum_lite04.inst.cfg index f3ee555941..961823087e 100644 --- a/resources/variants/fabtotum_lite04.inst.cfg +++ b/resources/variants/fabtotum_lite04.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = fabtotum name = Lite 0.4 mm version = 4 -definition = fabtotum [metadata] author = FABtotum +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 -retraction_speed = 23 retraction_amount = 2.5 retraction_count_max = 25 retraction_min_travel = 0.1 +retraction_speed = 23 + diff --git a/resources/variants/fabtotum_lite06.inst.cfg b/resources/variants/fabtotum_lite06.inst.cfg index 02d2e8b254..9c44f7b688 100644 --- a/resources/variants/fabtotum_lite06.inst.cfg +++ b/resources/variants/fabtotum_lite06.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = fabtotum name = Lite 0.6 mm version = 4 -definition = fabtotum [metadata] author = FABtotum +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 -retraction_speed = 23 retraction_amount = 2.5 retraction_count_max = 25 retraction_min_travel = 0.1 +retraction_speed = 23 + diff --git a/resources/variants/fabtotum_pro02.inst.cfg b/resources/variants/fabtotum_pro02.inst.cfg index 7f5eaeca48..04943783a4 100644 --- a/resources/variants/fabtotum_pro02.inst.cfg +++ b/resources/variants/fabtotum_pro02.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = fabtotum name = Pro 0.2 mm version = 4 -definition = fabtotum [metadata] author = FABtotum +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 -retraction_speed = 48 retraction_amount = 1.0 retraction_count_max = 50 retraction_min_travel = 0.1 +retraction_speed = 48 + diff --git a/resources/variants/fabtotum_pro04.inst.cfg b/resources/variants/fabtotum_pro04.inst.cfg index ddce52a4c4..950a389582 100644 --- a/resources/variants/fabtotum_pro04.inst.cfg +++ b/resources/variants/fabtotum_pro04.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = fabtotum name = Pro 0.4 mm version = 4 -definition = fabtotum [metadata] author = FABtotum +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 -retraction_speed = 48 retraction_amount = 1.0 retraction_count_max = 50 retraction_min_travel = 0.1 +retraction_speed = 48 + diff --git a/resources/variants/fabtotum_pro06.inst.cfg b/resources/variants/fabtotum_pro06.inst.cfg index b24a1c2850..7c1236ff7f 100644 --- a/resources/variants/fabtotum_pro06.inst.cfg +++ b/resources/variants/fabtotum_pro06.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = fabtotum name = Pro 0.6 mm version = 4 -definition = fabtotum [metadata] author = FABtotum +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 -retraction_speed = 48 retraction_amount = 1.0 retraction_count_max = 50 retraction_min_travel = 0.1 +retraction_speed = 48 + diff --git a/resources/variants/fabtotum_pro08.inst.cfg b/resources/variants/fabtotum_pro08.inst.cfg index 3374124c01..554b72620e 100644 --- a/resources/variants/fabtotum_pro08.inst.cfg +++ b/resources/variants/fabtotum_pro08.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = fabtotum name = Pro 0.8 mm version = 4 -definition = fabtotum [metadata] author = FABtotum +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 -retraction_speed = 48 retraction_amount = 1.0 retraction_count_max = 50 retraction_min_travel = 0.1 +retraction_speed = 48 + diff --git a/resources/variants/farm2_ce_printhead_0.2.inst.cfg b/resources/variants/farm2_ce_printhead_0.2.inst.cfg index e645e873a4..aa88f2b6fd 100644 --- a/resources/variants/farm2_ce_printhead_0.2.inst.cfg +++ b/resources/variants/farm2_ce_printhead_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = farm2_ce name = PrintHead 0.2 mm version = 4 -definition = farm2_ce [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/farm2_ce_printhead_0.3.inst.cfg b/resources/variants/farm2_ce_printhead_0.3.inst.cfg index a725cea11e..b655fd4011 100644 --- a/resources/variants/farm2_ce_printhead_0.3.inst.cfg +++ b/resources/variants/farm2_ce_printhead_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = farm2_ce name = PrintHead 0.3 mm version = 4 -definition = farm2_ce [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/farm2_ce_printhead_0.4.inst.cfg b/resources/variants/farm2_ce_printhead_0.4.inst.cfg index f230140459..3376899daa 100644 --- a/resources/variants/farm2_ce_printhead_0.4.inst.cfg +++ b/resources/variants/farm2_ce_printhead_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = farm2_ce name = PrintHead 0.4 mm version = 4 -definition = farm2_ce [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/farm2_ce_printhead_0.5.inst.cfg b/resources/variants/farm2_ce_printhead_0.5.inst.cfg index 0a31e2229c..3e768ac98d 100644 --- a/resources/variants/farm2_ce_printhead_0.5.inst.cfg +++ b/resources/variants/farm2_ce_printhead_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = farm2_ce name = PrintHead 0.5 mm version = 4 -definition = farm2_ce [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/farm2_printhead_0.2.inst.cfg b/resources/variants/farm2_printhead_0.2.inst.cfg index e54d01d296..2dc2c6f463 100644 --- a/resources/variants/farm2_printhead_0.2.inst.cfg +++ b/resources/variants/farm2_printhead_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = farm2 name = PrintHead 0.2 mm version = 4 -definition = farm2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/farm2_printhead_0.3.inst.cfg b/resources/variants/farm2_printhead_0.3.inst.cfg index e2fdf4104f..0ba4e78d47 100644 --- a/resources/variants/farm2_printhead_0.3.inst.cfg +++ b/resources/variants/farm2_printhead_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = farm2 name = PrintHead 0.3 mm version = 4 -definition = farm2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/farm2_printhead_0.4.inst.cfg b/resources/variants/farm2_printhead_0.4.inst.cfg index 426d2f36b4..7553281a83 100644 --- a/resources/variants/farm2_printhead_0.4.inst.cfg +++ b/resources/variants/farm2_printhead_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = farm2 name = PrintHead 0.4 mm version = 4 -definition = farm2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/farm2_printhead_0.5.inst.cfg b/resources/variants/farm2_printhead_0.5.inst.cfg index 2536f956da..91a5e03174 100644 --- a/resources/variants/farm2_printhead_0.5.inst.cfg +++ b/resources/variants/farm2_printhead_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = farm2 name = PrintHead 0.5 mm version = 4 -definition = farm2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/felixpro2_0.25.inst.cfg b/resources/variants/felixpro2_0.25.inst.cfg index 796038cfa3..fb2010b977 100644 --- a/resources/variants/felixpro2_0.25.inst.cfg +++ b/resources/variants/felixpro2_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = felixpro2dual name = 0.25 mm version = 4 -definition = felixpro2dual [metadata] author = pnks -type = variant -setting_version = 20 hardware_type = nozzle +setting_version = 20 +type = variant [values] -machine_nozzle_size = 0.25 layer_height_0 = 0.15 +machine_nozzle_size = 0.25 + diff --git a/resources/variants/felixpro2_0.35.inst.cfg b/resources/variants/felixpro2_0.35.inst.cfg index cbf8ea0347..218a7a1a42 100644 --- a/resources/variants/felixpro2_0.35.inst.cfg +++ b/resources/variants/felixpro2_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = felixpro2dual name = 0.35 mm version = 4 -definition = felixpro2dual [metadata] author = pnks -type = variant -setting_version = 20 hardware_type = nozzle +setting_version = 20 +type = variant [values] -machine_nozzle_size = 0.35 layer_height_0 = 0.2 +machine_nozzle_size = 0.35 + diff --git a/resources/variants/felixpro2_0.50.inst.cfg b/resources/variants/felixpro2_0.50.inst.cfg index 1bdbcd00cf..a3ba0e2d5f 100644 --- a/resources/variants/felixpro2_0.50.inst.cfg +++ b/resources/variants/felixpro2_0.50.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = felixpro2dual name = 0.50 mm version = 4 -definition = felixpro2dual [metadata] author = pnks -type = variant -setting_version = 20 hardware_type = nozzle +setting_version = 20 +type = variant [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/felixpro2_0.70.inst.cfg b/resources/variants/felixpro2_0.70.inst.cfg index 8194f791e5..412cb1af35 100644 --- a/resources/variants/felixpro2_0.70.inst.cfg +++ b/resources/variants/felixpro2_0.70.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = felixpro2dual name = 0.70 mm version = 4 -definition = felixpro2dual [metadata] author = pnks -type = variant -setting_version = 20 hardware_type = nozzle +setting_version = 20 +type = variant [values] -machine_nozzle_size = 0.70 layer_height_0 = 0.4 +machine_nozzle_size = 0.70 + diff --git a/resources/variants/felixtec4_0.25.inst.cfg b/resources/variants/felixtec4_0.25.inst.cfg index ae1997c612..275f81ba10 100644 --- a/resources/variants/felixtec4_0.25.inst.cfg +++ b/resources/variants/felixtec4_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = felixtec4dual name = 0.25 mm version = 4 -definition = felixtec4dual [metadata] author = kerog777 -type = variant -setting_version = 20 hardware_type = nozzle +setting_version = 20 +type = variant [values] -machine_nozzle_size = 0.25 layer_height_0 = 0.15 +machine_nozzle_size = 0.25 + diff --git a/resources/variants/felixtec4_0.35.inst.cfg b/resources/variants/felixtec4_0.35.inst.cfg index 1810156ad5..867d8d0b6e 100644 --- a/resources/variants/felixtec4_0.35.inst.cfg +++ b/resources/variants/felixtec4_0.35.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = felixtec4dual name = 0.35 mm version = 4 -definition = felixtec4dual [metadata] author = kerog777 -type = variant -setting_version = 20 hardware_type = nozzle +setting_version = 20 +type = variant [values] -machine_nozzle_size = 0.35 layer_height_0 = 0.2 +machine_nozzle_size = 0.35 + diff --git a/resources/variants/felixtec4_0.50.inst.cfg b/resources/variants/felixtec4_0.50.inst.cfg index b483a33f6a..176bf165a1 100644 --- a/resources/variants/felixtec4_0.50.inst.cfg +++ b/resources/variants/felixtec4_0.50.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = felixtec4dual name = 0.50 mm version = 4 -definition = felixtec4dual [metadata] author = kerog777 -type = variant hardware_type = nozzle setting_version = 20 +type = variant [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/felixtec4_0.70.inst.cfg b/resources/variants/felixtec4_0.70.inst.cfg index fd10bcce6b..82de46723e 100644 --- a/resources/variants/felixtec4_0.70.inst.cfg +++ b/resources/variants/felixtec4_0.70.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = felixtec4dual name = 0.70 mm version = 4 -definition = felixtec4dual [metadata] author = kerog777 -type = variant hardware_type = nozzle setting_version = 20 +type = variant [values] -machine_nozzle_size = 0.70 layer_height_0 = 0.4 +machine_nozzle_size = 0.70 + diff --git a/resources/variants/flashforge_base_0.20.inst.cfg b/resources/variants/flashforge_base_0.20.inst.cfg index 7c1c59eb50..b4be49b655 100644 --- a/resources/variants/flashforge_base_0.20.inst.cfg +++ b/resources/variants/flashforge_base_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_base name = 0.2mm Nozzle version = 4 -definition = flashforge_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/flashforge_base_0.30.inst.cfg b/resources/variants/flashforge_base_0.30.inst.cfg index 1335b98fa8..0425366bb1 100644 --- a/resources/variants/flashforge_base_0.30.inst.cfg +++ b/resources/variants/flashforge_base_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_base name = 0.3mm Nozzle version = 4 -definition = flashforge_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/flashforge_base_0.40.inst.cfg b/resources/variants/flashforge_base_0.40.inst.cfg index bce90fdda7..f1b767c045 100644 --- a/resources/variants/flashforge_base_0.40.inst.cfg +++ b/resources/variants/flashforge_base_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_base name = 0.4mm Nozzle version = 4 -definition = flashforge_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/flashforge_base_0.50.inst.cfg b/resources/variants/flashforge_base_0.50.inst.cfg index de3c523eba..8d382b5af7 100644 --- a/resources/variants/flashforge_base_0.50.inst.cfg +++ b/resources/variants/flashforge_base_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_base name = 0.5mm Nozzle version = 4 -definition = flashforge_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/flashforge_base_0.60.inst.cfg b/resources/variants/flashforge_base_0.60.inst.cfg index dfe978ce26..693dcb4f06 100644 --- a/resources/variants/flashforge_base_0.60.inst.cfg +++ b/resources/variants/flashforge_base_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_base name = 0.6mm Nozzle version = 4 -definition = flashforge_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/flashforge_dreamer_nx_0.20.inst.cfg b/resources/variants/flashforge_dreamer_nx_0.20.inst.cfg index 343580315b..14b173caff 100644 --- a/resources/variants/flashforge_dreamer_nx_0.20.inst.cfg +++ b/resources/variants/flashforge_dreamer_nx_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_dreamer_nx name = 0.2mm Nozzle version = 4 -definition = flashforge_dreamer_nx [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/flashforge_dreamer_nx_0.30.inst.cfg b/resources/variants/flashforge_dreamer_nx_0.30.inst.cfg index 2103e02521..7142553387 100644 --- a/resources/variants/flashforge_dreamer_nx_0.30.inst.cfg +++ b/resources/variants/flashforge_dreamer_nx_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_dreamer_nx name = 0.3mm Nozzle version = 4 -definition = flashforge_dreamer_nx [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/flashforge_dreamer_nx_0.40.inst.cfg b/resources/variants/flashforge_dreamer_nx_0.40.inst.cfg index c2704a6677..6e479b10a5 100644 --- a/resources/variants/flashforge_dreamer_nx_0.40.inst.cfg +++ b/resources/variants/flashforge_dreamer_nx_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_dreamer_nx name = 0.4mm Nozzle version = 4 -definition = flashforge_dreamer_nx [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/flashforge_dreamer_nx_0.50.inst.cfg b/resources/variants/flashforge_dreamer_nx_0.50.inst.cfg index 06c9ed8b52..9e2eb8f304 100644 --- a/resources/variants/flashforge_dreamer_nx_0.50.inst.cfg +++ b/resources/variants/flashforge_dreamer_nx_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_dreamer_nx name = 0.5mm Nozzle version = 4 -definition = flashforge_dreamer_nx [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/flashforge_dreamer_nx_0.60.inst.cfg b/resources/variants/flashforge_dreamer_nx_0.60.inst.cfg index fc204e0999..800d570656 100644 --- a/resources/variants/flashforge_dreamer_nx_0.60.inst.cfg +++ b/resources/variants/flashforge_dreamer_nx_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flashforge_dreamer_nx name = 0.6mm Nozzle version = 4 -definition = flashforge_dreamer_nx [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/flyingbear_base_0.25.inst.cfg b/resources/variants/flyingbear_base_0.25.inst.cfg index 146a959185..fbb8215ffc 100644 --- a/resources/variants/flyingbear_base_0.25.inst.cfg +++ b/resources/variants/flyingbear_base_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_base name = 0.25mm Nozzle version = 4 -definition = flyingbear_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/flyingbear_base_0.30.inst.cfg b/resources/variants/flyingbear_base_0.30.inst.cfg index ef514da329..6cc7198767 100644 --- a/resources/variants/flyingbear_base_0.30.inst.cfg +++ b/resources/variants/flyingbear_base_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_base name = 0.3mm Nozzle version = 4 -definition = flyingbear_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/flyingbear_base_0.40.inst.cfg b/resources/variants/flyingbear_base_0.40.inst.cfg index 47b5ee244d..76ffcd93ec 100644 --- a/resources/variants/flyingbear_base_0.40.inst.cfg +++ b/resources/variants/flyingbear_base_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_base name = 0.4mm Nozzle version = 4 -definition = flyingbear_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/flyingbear_base_0.50.inst.cfg b/resources/variants/flyingbear_base_0.50.inst.cfg index 631bb0a814..3b35af0f50 100644 --- a/resources/variants/flyingbear_base_0.50.inst.cfg +++ b/resources/variants/flyingbear_base_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_base name = 0.5mm Nozzle version = 4 -definition = flyingbear_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/flyingbear_base_0.60.inst.cfg b/resources/variants/flyingbear_base_0.60.inst.cfg index 767324604e..3a11d69ee9 100644 --- a/resources/variants/flyingbear_base_0.60.inst.cfg +++ b/resources/variants/flyingbear_base_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_base name = 0.6mm Nozzle version = 4 -definition = flyingbear_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/flyingbear_base_0.80.inst.cfg b/resources/variants/flyingbear_base_0.80.inst.cfg index 988158e6cb..688f9ad639 100644 --- a/resources/variants/flyingbear_base_0.80.inst.cfg +++ b/resources/variants/flyingbear_base_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_base name = 0.8mm Nozzle version = 4 -definition = flyingbear_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/flyingbear_ghost_4s_0.25.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.25.inst.cfg index d54a97ea47..f5b5aa07a9 100644 --- a/resources/variants/flyingbear_ghost_4s_0.25.inst.cfg +++ b/resources/variants/flyingbear_ghost_4s_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_4s name = 0.25mm Nozzle version = 4 -definition = flyingbear_ghost_4s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/flyingbear_ghost_4s_0.30.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.30.inst.cfg index 21485d8ddd..a8cba144f5 100644 --- a/resources/variants/flyingbear_ghost_4s_0.30.inst.cfg +++ b/resources/variants/flyingbear_ghost_4s_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_4s name = 0.3mm Nozzle version = 4 -definition = flyingbear_ghost_4s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/flyingbear_ghost_4s_0.40.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.40.inst.cfg index 1d0e609dff..6a413884bb 100644 --- a/resources/variants/flyingbear_ghost_4s_0.40.inst.cfg +++ b/resources/variants/flyingbear_ghost_4s_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_4s name = 0.4mm Nozzle version = 4 -definition = flyingbear_ghost_4s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/flyingbear_ghost_4s_0.50.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.50.inst.cfg index dd2ddf2d0f..49a5a61f4a 100644 --- a/resources/variants/flyingbear_ghost_4s_0.50.inst.cfg +++ b/resources/variants/flyingbear_ghost_4s_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_4s name = 0.5mm Nozzle version = 4 -definition = flyingbear_ghost_4s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/flyingbear_ghost_4s_0.60.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.60.inst.cfg index 5500dca618..26099c9b96 100644 --- a/resources/variants/flyingbear_ghost_4s_0.60.inst.cfg +++ b/resources/variants/flyingbear_ghost_4s_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_4s name = 0.6mm Nozzle version = 4 -definition = flyingbear_ghost_4s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/flyingbear_ghost_4s_0.80.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.80.inst.cfg index 67bc8cb477..2f30e016bb 100644 --- a/resources/variants/flyingbear_ghost_4s_0.80.inst.cfg +++ b/resources/variants/flyingbear_ghost_4s_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_4s name = 0.8mm Nozzle version = 4 -definition = flyingbear_ghost_4s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/flyingbear_ghost_5_0.25.inst.cfg b/resources/variants/flyingbear_ghost_5_0.25.inst.cfg index e5372966ef..79a1c2135d 100644 --- a/resources/variants/flyingbear_ghost_5_0.25.inst.cfg +++ b/resources/variants/flyingbear_ghost_5_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_5 name = 0.25mm Nozzle version = 4 -definition = flyingbear_ghost_5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/flyingbear_ghost_5_0.30.inst.cfg b/resources/variants/flyingbear_ghost_5_0.30.inst.cfg index 958f3b4892..4d4c4d35a6 100644 --- a/resources/variants/flyingbear_ghost_5_0.30.inst.cfg +++ b/resources/variants/flyingbear_ghost_5_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_5 name = 0.3mm Nozzle version = 4 -definition = flyingbear_ghost_5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/flyingbear_ghost_5_0.40.inst.cfg b/resources/variants/flyingbear_ghost_5_0.40.inst.cfg index d1f5dfb782..4850a0245a 100644 --- a/resources/variants/flyingbear_ghost_5_0.40.inst.cfg +++ b/resources/variants/flyingbear_ghost_5_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_5 name = 0.4mm Nozzle version = 4 -definition = flyingbear_ghost_5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/flyingbear_ghost_5_0.50.inst.cfg b/resources/variants/flyingbear_ghost_5_0.50.inst.cfg index abce68ca69..3a3bf8e643 100644 --- a/resources/variants/flyingbear_ghost_5_0.50.inst.cfg +++ b/resources/variants/flyingbear_ghost_5_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_5 name = 0.5mm Nozzle version = 4 -definition = flyingbear_ghost_5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/flyingbear_ghost_5_0.60.inst.cfg b/resources/variants/flyingbear_ghost_5_0.60.inst.cfg index a53b91aa2d..97f7c091b2 100644 --- a/resources/variants/flyingbear_ghost_5_0.60.inst.cfg +++ b/resources/variants/flyingbear_ghost_5_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_5 name = 0.6mm Nozzle version = 4 -definition = flyingbear_ghost_5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/flyingbear_ghost_5_0.80.inst.cfg b/resources/variants/flyingbear_ghost_5_0.80.inst.cfg index 1d9cb29608..e6fc9ba57a 100644 --- a/resources/variants/flyingbear_ghost_5_0.80.inst.cfg +++ b/resources/variants/flyingbear_ghost_5_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = flyingbear_ghost_5 name = 0.8mm Nozzle version = 4 -definition = flyingbear_ghost_5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/gmax15plus_025_e3d.inst.cfg b/resources/variants/gmax15plus_025_e3d.inst.cfg index 3972875887..137c729ed8 100644 --- a/resources/variants/gmax15plus_025_e3d.inst.cfg +++ b/resources/variants/gmax15plus_025_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus name = 0.25mm E3D (Difficult) version = 4 -definition = gmax15plus [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/gmax15plus_04_e3d.inst.cfg b/resources/variants/gmax15plus_04_e3d.inst.cfg index a3a7c8c0b7..496db4eead 100644 --- a/resources/variants/gmax15plus_04_e3d.inst.cfg +++ b/resources/variants/gmax15plus_04_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus name = 0.4mm E3D version = 4 -definition = gmax15plus [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 \ No newline at end of file +machine_nozzle_size = 0.4 + diff --git a/resources/variants/gmax15plus_05_e3d.inst.cfg b/resources/variants/gmax15plus_05_e3d.inst.cfg index 60ab506a4d..137a5b6c75 100644 --- a/resources/variants/gmax15plus_05_e3d.inst.cfg +++ b/resources/variants/gmax15plus_05_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus name = 0.5mm E3D (Default) version = 4 -definition = gmax15plus [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.5 \ No newline at end of file +machine_nozzle_size = 0.5 + diff --git a/resources/variants/gmax15plus_05_jhead.inst.cfg b/resources/variants/gmax15plus_05_jhead.inst.cfg index b14d2fcb25..74fdeae4b0 100644 --- a/resources/variants/gmax15plus_05_jhead.inst.cfg +++ b/resources/variants/gmax15plus_05_jhead.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus name = 0.5mm J-Head version = 4 -definition = gmax15plus [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/gmax15plus_06_e3d.inst.cfg b/resources/variants/gmax15plus_06_e3d.inst.cfg index b90263bec8..fcca8d81a2 100644 --- a/resources/variants/gmax15plus_06_e3d.inst.cfg +++ b/resources/variants/gmax15plus_06_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus name = 0.6mm E3D version = 4 -definition = gmax15plus [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.6 \ No newline at end of file +machine_nozzle_size = 0.6 + diff --git a/resources/variants/gmax15plus_08_e3d.inst.cfg b/resources/variants/gmax15plus_08_e3d.inst.cfg index 9bdff47bef..c97efbeaf8 100644 --- a/resources/variants/gmax15plus_08_e3d.inst.cfg +++ b/resources/variants/gmax15plus_08_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus name = 0.8mm E3D version = 4 -definition = gmax15plus [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.8 \ No newline at end of file +machine_nozzle_size = 0.8 + diff --git a/resources/variants/gmax15plus_10_jhead.inst.cfg b/resources/variants/gmax15plus_10_jhead.inst.cfg index 3d63e9eb2b..f8461668aa 100644 --- a/resources/variants/gmax15plus_10_jhead.inst.cfg +++ b/resources/variants/gmax15plus_10_jhead.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus name = 1.0mm J-Head version = 4 -definition = gmax15plus [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.5 \ No newline at end of file +machine_nozzle_size = 0.5 + diff --git a/resources/variants/gmax15plus_12_e3d.inst.cfg b/resources/variants/gmax15plus_12_e3d.inst.cfg index fe0d86bcfe..4fd01f21b9 100644 --- a/resources/variants/gmax15plus_12_e3d.inst.cfg +++ b/resources/variants/gmax15plus_12_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus name = 1.2mm E3D Volcano version = 4 -definition = gmax15plus [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 1.2 \ No newline at end of file +machine_nozzle_size = 1.2 + diff --git a/resources/variants/gmax15plus_dual_025_e3d.inst.cfg b/resources/variants/gmax15plus_dual_025_e3d.inst.cfg index 35a9f54a53..7615bc1c67 100644 --- a/resources/variants/gmax15plus_dual_025_e3d.inst.cfg +++ b/resources/variants/gmax15plus_dual_025_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus_dual name = 0.25mm E3D (Difficult) version = 4 -definition = gmax15plus_dual [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/gmax15plus_dual_04_e3d.inst.cfg b/resources/variants/gmax15plus_dual_04_e3d.inst.cfg index 679f9d0204..a8096ead5a 100644 --- a/resources/variants/gmax15plus_dual_04_e3d.inst.cfg +++ b/resources/variants/gmax15plus_dual_04_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus_dual name = 0.4mm E3D version = 4 -definition = gmax15plus_dual [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 \ No newline at end of file +machine_nozzle_size = 0.4 + diff --git a/resources/variants/gmax15plus_dual_05_e3d.inst.cfg b/resources/variants/gmax15plus_dual_05_e3d.inst.cfg index 8816f29f17..93c3ca3eab 100644 --- a/resources/variants/gmax15plus_dual_05_e3d.inst.cfg +++ b/resources/variants/gmax15plus_dual_05_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus_dual name = 0.5mm E3D (Default) version = 4 -definition = gmax15plus_dual [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/gmax15plus_dual_05_jhead.inst.cfg b/resources/variants/gmax15plus_dual_05_jhead.inst.cfg index 93de0cd4b2..884e90c642 100644 --- a/resources/variants/gmax15plus_dual_05_jhead.inst.cfg +++ b/resources/variants/gmax15plus_dual_05_jhead.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus_dual name = 0.5mm J-Head version = 4 -definition = gmax15plus_dual [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/gmax15plus_dual_06_e3d.inst.cfg b/resources/variants/gmax15plus_dual_06_e3d.inst.cfg index fa5a9a6dfe..2b25891bab 100644 --- a/resources/variants/gmax15plus_dual_06_e3d.inst.cfg +++ b/resources/variants/gmax15plus_dual_06_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus_dual name = 0.6mm E3D version = 4 -definition = gmax15plus_dual [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/gmax15plus_dual_08_e3d.inst.cfg b/resources/variants/gmax15plus_dual_08_e3d.inst.cfg index ac97243dbd..5b0085846f 100644 --- a/resources/variants/gmax15plus_dual_08_e3d.inst.cfg +++ b/resources/variants/gmax15plus_dual_08_e3d.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus_dual name = 0.8mm E3D version = 4 -definition = gmax15plus_dual [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/gmax15plus_dual_10_jhead.inst.cfg b/resources/variants/gmax15plus_dual_10_jhead.inst.cfg index bb6bf32b20..b772b25cd6 100644 --- a/resources/variants/gmax15plus_dual_10_jhead.inst.cfg +++ b/resources/variants/gmax15plus_dual_10_jhead.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = gmax15plus_dual name = 1.0mm J-Head version = 4 -definition = gmax15plus_dual [metadata] author = gcreate +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_base_0.4.inst.cfg b/resources/variants/goofoo_base_0.4.inst.cfg index 4c59dc3d1e..345613f9d5 100644 --- a/resources/variants/goofoo_base_0.4.inst.cfg +++ b/resources/variants/goofoo_base_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_base name = 0.4mm Nozzle version = 4 -definition = goofoo_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_cube_0.7.inst.cfg b/resources/variants/goofoo_cube_0.7.inst.cfg index 93c819d702..cb02a5e54a 100644 --- a/resources/variants/goofoo_cube_0.7.inst.cfg +++ b/resources/variants/goofoo_cube_0.7.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.7mm Nozzle -version = 4 -definition = goofoo_cube - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.7 \ No newline at end of file +[general] +definition = goofoo_cube +name = 0.7mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.7 + diff --git a/resources/variants/goofoo_e-one_0.2.inst.cfg b/resources/variants/goofoo_e-one_0.2.inst.cfg index ef65c52a8f..40607aee8e 100644 --- a/resources/variants/goofoo_e-one_0.2.inst.cfg +++ b/resources/variants/goofoo_e-one_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_e-one name = 0.2mm Nozzle version = 4 -definition = goofoo_e-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_e-one_0.4.inst.cfg b/resources/variants/goofoo_e-one_0.4.inst.cfg index 0ffd73a95f..10a118c3df 100644 --- a/resources/variants/goofoo_e-one_0.4.inst.cfg +++ b/resources/variants/goofoo_e-one_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_e-one name = 0.4mm Nozzle version = 4 -definition = goofoo_e-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_e-one_0.6.inst.cfg b/resources/variants/goofoo_e-one_0.6.inst.cfg index d9bbc74928..34e21f015f 100644 --- a/resources/variants/goofoo_e-one_0.6.inst.cfg +++ b/resources/variants/goofoo_e-one_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_e-one name = 0.6mm Nozzle version = 4 -definition = goofoo_e-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_e-one_0.8.inst.cfg b/resources/variants/goofoo_e-one_0.8.inst.cfg index eafcb9ff2f..22e0539681 100644 --- a/resources/variants/goofoo_e-one_0.8.inst.cfg +++ b/resources/variants/goofoo_e-one_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_e-one name = 0.8mm Nozzle version = 4 -definition = goofoo_e-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_e-one_1.0.inst.cfg b/resources/variants/goofoo_e-one_1.0.inst.cfg index 73ecf3e79f..73ce978f8c 100644 --- a/resources/variants/goofoo_e-one_1.0.inst.cfg +++ b/resources/variants/goofoo_e-one_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_e-one name = 1.0mm Nozzle version = 4 -definition = goofoo_e-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_gemini_0.2.inst.cfg b/resources/variants/goofoo_gemini_0.2.inst.cfg index 317e6a0bdb..728c98726e 100644 --- a/resources/variants/goofoo_gemini_0.2.inst.cfg +++ b/resources/variants/goofoo_gemini_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_gemini name = 0.2mm Nozzle version = 4 -definition = goofoo_gemini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_gemini_0.4.inst.cfg b/resources/variants/goofoo_gemini_0.4.inst.cfg index b3f19a0d71..cd9da93d4b 100644 --- a/resources/variants/goofoo_gemini_0.4.inst.cfg +++ b/resources/variants/goofoo_gemini_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_gemini name = 0.4mm Nozzle version = 4 -definition = goofoo_gemini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_gemini_0.6.inst.cfg b/resources/variants/goofoo_gemini_0.6.inst.cfg index 2b5295058e..3d052ef90e 100644 --- a/resources/variants/goofoo_gemini_0.6.inst.cfg +++ b/resources/variants/goofoo_gemini_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_gemini name = 0.6mm Nozzle version = 4 -definition = goofoo_gemini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_gemini_0.8.inst.cfg b/resources/variants/goofoo_gemini_0.8.inst.cfg index cb2c0ec001..bf3f6806fd 100644 --- a/resources/variants/goofoo_gemini_0.8.inst.cfg +++ b/resources/variants/goofoo_gemini_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_gemini name = 0.8mm Nozzle version = 4 -definition = goofoo_gemini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_gemini_1.0.inst.cfg b/resources/variants/goofoo_gemini_1.0.inst.cfg index 70216a3d67..bf9534e0ee 100644 --- a/resources/variants/goofoo_gemini_1.0.inst.cfg +++ b/resources/variants/goofoo_gemini_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_gemini name = 1.0mm Nozzle version = 4 -definition = goofoo_gemini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_giant_0.2.inst.cfg b/resources/variants/goofoo_giant_0.2.inst.cfg index 22586f07c3..209c298045 100644 --- a/resources/variants/goofoo_giant_0.2.inst.cfg +++ b/resources/variants/goofoo_giant_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_giant name = 0.2mm Nozzle version = 4 -definition = goofoo_giant [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_giant_0.4.inst.cfg b/resources/variants/goofoo_giant_0.4.inst.cfg index 5ca8990776..a1c550c00f 100644 --- a/resources/variants/goofoo_giant_0.4.inst.cfg +++ b/resources/variants/goofoo_giant_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_giant name = 0.4mm Nozzle version = 4 -definition = goofoo_giant [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_giant_0.6.inst.cfg b/resources/variants/goofoo_giant_0.6.inst.cfg index b2af4c060d..9bcc9191fc 100644 --- a/resources/variants/goofoo_giant_0.6.inst.cfg +++ b/resources/variants/goofoo_giant_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_giant name = 0.6mm Nozzle version = 4 -definition = goofoo_giant [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_giant_0.8.inst.cfg b/resources/variants/goofoo_giant_0.8.inst.cfg index 71dcf0e561..c18ee07aa0 100644 --- a/resources/variants/goofoo_giant_0.8.inst.cfg +++ b/resources/variants/goofoo_giant_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_giant name = 0.8mm Nozzle version = 4 -definition = goofoo_giant [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_giant_1.0.inst.cfg b/resources/variants/goofoo_giant_1.0.inst.cfg index 9d1f01b212..67969df2ba 100644 --- a/resources/variants/goofoo_giant_1.0.inst.cfg +++ b/resources/variants/goofoo_giant_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_giant name = 1.0mm Nozzle version = 4 -definition = goofoo_giant [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_max_0.2.inst.cfg b/resources/variants/goofoo_max_0.2.inst.cfg index 58e69b3895..d5c09dadd7 100644 --- a/resources/variants/goofoo_max_0.2.inst.cfg +++ b/resources/variants/goofoo_max_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_max name = 0.2mm Nozzle version = 4 -definition = goofoo_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_max_0.4.inst.cfg b/resources/variants/goofoo_max_0.4.inst.cfg index a68ab5826b..3aca5754b2 100644 --- a/resources/variants/goofoo_max_0.4.inst.cfg +++ b/resources/variants/goofoo_max_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_max name = 0.4mm Nozzle version = 4 -definition = goofoo_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_max_0.6.inst.cfg b/resources/variants/goofoo_max_0.6.inst.cfg index 3881d09fa9..b645d10970 100644 --- a/resources/variants/goofoo_max_0.6.inst.cfg +++ b/resources/variants/goofoo_max_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_max name = 0.6mm Nozzle version = 4 -definition = goofoo_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_max_0.8.inst.cfg b/resources/variants/goofoo_max_0.8.inst.cfg index 79ae54e0e0..4da4468f82 100644 --- a/resources/variants/goofoo_max_0.8.inst.cfg +++ b/resources/variants/goofoo_max_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_max name = 0.8mm Nozzle version = 4 -definition = goofoo_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_max_1.0.inst.cfg b/resources/variants/goofoo_max_1.0.inst.cfg index ef4d9a6858..d86ff50ef5 100644 --- a/resources/variants/goofoo_max_1.0.inst.cfg +++ b/resources/variants/goofoo_max_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_max name = 1.0mm Nozzle version = 4 -definition = goofoo_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_mido_0.2.inst.cfg b/resources/variants/goofoo_mido_0.2.inst.cfg index d21eb223e9..2ee036dde4 100644 --- a/resources/variants/goofoo_mido_0.2.inst.cfg +++ b/resources/variants/goofoo_mido_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_mido name = 0.2mm Nozzle version = 4 -definition = goofoo_mido [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_mido_0.4.inst.cfg b/resources/variants/goofoo_mido_0.4.inst.cfg index 5c35653c9c..0d3b5a3ce6 100644 --- a/resources/variants/goofoo_mido_0.4.inst.cfg +++ b/resources/variants/goofoo_mido_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_mido name = 0.4mm Nozzle version = 4 -definition = goofoo_mido [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_mido_0.6.inst.cfg b/resources/variants/goofoo_mido_0.6.inst.cfg index edfb3cf5eb..2580151256 100644 --- a/resources/variants/goofoo_mido_0.6.inst.cfg +++ b/resources/variants/goofoo_mido_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_mido name = 0.6mm Nozzle version = 4 -definition = goofoo_mido [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_mido_0.8.inst.cfg b/resources/variants/goofoo_mido_0.8.inst.cfg index c455e3cfcc..ef301aa482 100644 --- a/resources/variants/goofoo_mido_0.8.inst.cfg +++ b/resources/variants/goofoo_mido_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_mido name = 0.8mm Nozzle version = 4 -definition = goofoo_mido [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_mido_1.0.inst.cfg b/resources/variants/goofoo_mido_1.0.inst.cfg index 4bf8f4b457..8d47c58d9d 100644 --- a/resources/variants/goofoo_mido_1.0.inst.cfg +++ b/resources/variants/goofoo_mido_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_mido name = 1.0mm Nozzle version = 4 -definition = goofoo_mido [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_miniplus_0.2.inst.cfg b/resources/variants/goofoo_miniplus_0.2.inst.cfg index eac5e0869e..5057a94d2d 100644 --- a/resources/variants/goofoo_miniplus_0.2.inst.cfg +++ b/resources/variants/goofoo_miniplus_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_miniplus name = 0.2mm Nozzle version = 4 -definition = goofoo_miniplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_miniplus_0.4.inst.cfg b/resources/variants/goofoo_miniplus_0.4.inst.cfg index 18f724fd4c..6ea4348938 100644 --- a/resources/variants/goofoo_miniplus_0.4.inst.cfg +++ b/resources/variants/goofoo_miniplus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_miniplus name = 0.4mm Nozzle version = 4 -definition = goofoo_miniplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_miniplus_0.6.inst.cfg b/resources/variants/goofoo_miniplus_0.6.inst.cfg index 91a4eabd83..bc63148fad 100644 --- a/resources/variants/goofoo_miniplus_0.6.inst.cfg +++ b/resources/variants/goofoo_miniplus_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_miniplus name = 0.6mm Nozzle version = 4 -definition = goofoo_miniplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_miniplus_0.8.inst.cfg b/resources/variants/goofoo_miniplus_0.8.inst.cfg index dcca7505a7..5b3dc36020 100644 --- a/resources/variants/goofoo_miniplus_0.8.inst.cfg +++ b/resources/variants/goofoo_miniplus_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_miniplus name = 0.8mm Nozzle version = 4 -definition = goofoo_miniplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_miniplus_1.0.inst.cfg b/resources/variants/goofoo_miniplus_1.0.inst.cfg index 7e7dd2388f..3afe5c9bdc 100644 --- a/resources/variants/goofoo_miniplus_1.0.inst.cfg +++ b/resources/variants/goofoo_miniplus_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_miniplus name = 1.0mm Nozzle version = 4 -definition = goofoo_miniplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_nova_0.2.inst.cfg b/resources/variants/goofoo_nova_0.2.inst.cfg index 367de03805..c5cf992586 100644 --- a/resources/variants/goofoo_nova_0.2.inst.cfg +++ b/resources/variants/goofoo_nova_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_nova name = 0.2mm Nozzle version = 4 -definition = goofoo_nova [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_nova_0.4.inst.cfg b/resources/variants/goofoo_nova_0.4.inst.cfg index e447646cba..eb358adad0 100644 --- a/resources/variants/goofoo_nova_0.4.inst.cfg +++ b/resources/variants/goofoo_nova_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_nova name = 0.4mm Nozzle version = 4 -definition = goofoo_nova [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_nova_0.6.inst.cfg b/resources/variants/goofoo_nova_0.6.inst.cfg index f86ab60234..3bbe85744a 100644 --- a/resources/variants/goofoo_nova_0.6.inst.cfg +++ b/resources/variants/goofoo_nova_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_nova name = 0.6mm Nozzle version = 4 -definition = goofoo_nova [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_nova_0.8.inst.cfg b/resources/variants/goofoo_nova_0.8.inst.cfg index 80c399104d..7e1aba3061 100644 --- a/resources/variants/goofoo_nova_0.8.inst.cfg +++ b/resources/variants/goofoo_nova_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_nova name = 0.8mm Nozzle version = 4 -definition = goofoo_nova [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_nova_1.0.inst.cfg b/resources/variants/goofoo_nova_1.0.inst.cfg index 10ba00c1f6..5cee900546 100644 --- a/resources/variants/goofoo_nova_1.0.inst.cfg +++ b/resources/variants/goofoo_nova_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_nova name = 1.0mm Nozzle version = 4 -definition = goofoo_nova [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_plus_0.2.inst.cfg b/resources/variants/goofoo_plus_0.2.inst.cfg index d497da75be..8d8bced8a7 100644 --- a/resources/variants/goofoo_plus_0.2.inst.cfg +++ b/resources/variants/goofoo_plus_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_plus name = 0.2mm Nozzle version = 4 -definition = goofoo_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_plus_0.4.inst.cfg b/resources/variants/goofoo_plus_0.4.inst.cfg index e32c5ce175..cce0aaf13d 100644 --- a/resources/variants/goofoo_plus_0.4.inst.cfg +++ b/resources/variants/goofoo_plus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_plus name = 0.4mm Nozzle version = 4 -definition = goofoo_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_plus_0.6.inst.cfg b/resources/variants/goofoo_plus_0.6.inst.cfg index 118cf95c64..4d31ff0aeb 100644 --- a/resources/variants/goofoo_plus_0.6.inst.cfg +++ b/resources/variants/goofoo_plus_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_plus name = 0.6mm Nozzle version = 4 -definition = goofoo_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_plus_0.8.inst.cfg b/resources/variants/goofoo_plus_0.8.inst.cfg index d9072ca529..f8d158cf63 100644 --- a/resources/variants/goofoo_plus_0.8.inst.cfg +++ b/resources/variants/goofoo_plus_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_plus name = 0.8mm Nozzle version = 4 -definition = goofoo_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_plus_1.0.inst.cfg b/resources/variants/goofoo_plus_1.0.inst.cfg index 3bd7a81bf8..cba702a461 100644 --- a/resources/variants/goofoo_plus_1.0.inst.cfg +++ b/resources/variants/goofoo_plus_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_plus name = 1.0mm Nozzle version = 4 -definition = goofoo_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_t-one_0.2.inst.cfg b/resources/variants/goofoo_t-one_0.2.inst.cfg index 07396655ce..734df8e9fe 100644 --- a/resources/variants/goofoo_t-one_0.2.inst.cfg +++ b/resources/variants/goofoo_t-one_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_t-one name = 0.2mm Nozzle version = 4 -definition = goofoo_t-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_t-one_0.4.inst.cfg b/resources/variants/goofoo_t-one_0.4.inst.cfg index 388ef28b56..51b24e4c0d 100644 --- a/resources/variants/goofoo_t-one_0.4.inst.cfg +++ b/resources/variants/goofoo_t-one_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_t-one name = 0.4mm Nozzle version = 4 -definition = goofoo_t-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_t-one_0.6.inst.cfg b/resources/variants/goofoo_t-one_0.6.inst.cfg index a36393a162..1497f85609 100644 --- a/resources/variants/goofoo_t-one_0.6.inst.cfg +++ b/resources/variants/goofoo_t-one_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_t-one name = 0.6mm Nozzle version = 4 -definition = goofoo_t-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_t-one_0.8.inst.cfg b/resources/variants/goofoo_t-one_0.8.inst.cfg index ff65276da8..f09c222d7c 100644 --- a/resources/variants/goofoo_t-one_0.8.inst.cfg +++ b/resources/variants/goofoo_t-one_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_t-one name = 0.8mm Nozzle version = 4 -definition = goofoo_t-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_t-one_1.0.inst.cfg b/resources/variants/goofoo_t-one_1.0.inst.cfg index c175c90049..ace2dcba35 100644 --- a/resources/variants/goofoo_t-one_1.0.inst.cfg +++ b/resources/variants/goofoo_t-one_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_t-one name = 1.0mm Nozzle version = 4 -definition = goofoo_t-one [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_tiny_0.2.inst.cfg b/resources/variants/goofoo_tiny_0.2.inst.cfg index a5163a5818..123cf5a6d8 100644 --- a/resources/variants/goofoo_tiny_0.2.inst.cfg +++ b/resources/variants/goofoo_tiny_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tiny name = 0.2mm Nozzle version = 4 -definition = goofoo_tiny [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_tiny_0.4.inst.cfg b/resources/variants/goofoo_tiny_0.4.inst.cfg index c167336cfe..6c06100947 100644 --- a/resources/variants/goofoo_tiny_0.4.inst.cfg +++ b/resources/variants/goofoo_tiny_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tiny name = 0.4mm Nozzle version = 4 -definition = goofoo_tiny [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_tiny_0.6.inst.cfg b/resources/variants/goofoo_tiny_0.6.inst.cfg index b822932c42..cb02c67984 100644 --- a/resources/variants/goofoo_tiny_0.6.inst.cfg +++ b/resources/variants/goofoo_tiny_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tiny name = 0.6mm Nozzle version = 4 -definition = goofoo_tiny [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_tiny_0.8.inst.cfg b/resources/variants/goofoo_tiny_0.8.inst.cfg index 0e7d31f8cf..2175ea086a 100644 --- a/resources/variants/goofoo_tiny_0.8.inst.cfg +++ b/resources/variants/goofoo_tiny_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tiny name = 0.8mm Nozzle version = 4 -definition = goofoo_tiny [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_tiny_1.0.inst.cfg b/resources/variants/goofoo_tiny_1.0.inst.cfg index fe7ef15be2..6021959b41 100644 --- a/resources/variants/goofoo_tiny_1.0.inst.cfg +++ b/resources/variants/goofoo_tiny_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tiny name = 1.0mm Nozzle version = 4 -definition = goofoo_tiny [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/goofoo_tinyplus_0.2.inst.cfg b/resources/variants/goofoo_tinyplus_0.2.inst.cfg index aba59e5c36..273db08359 100644 --- a/resources/variants/goofoo_tinyplus_0.2.inst.cfg +++ b/resources/variants/goofoo_tinyplus_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tinyplus name = 0.2mm Nozzle version = 4 -definition = goofoo_tinyplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/goofoo_tinyplus_0.4.inst.cfg b/resources/variants/goofoo_tinyplus_0.4.inst.cfg index 6d9e7b4bce..60df898a0c 100644 --- a/resources/variants/goofoo_tinyplus_0.4.inst.cfg +++ b/resources/variants/goofoo_tinyplus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tinyplus name = 0.4mm Nozzle version = 4 -definition = goofoo_tinyplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/goofoo_tinyplus_0.6.inst.cfg b/resources/variants/goofoo_tinyplus_0.6.inst.cfg index be658ebde4..1246d00ab9 100644 --- a/resources/variants/goofoo_tinyplus_0.6.inst.cfg +++ b/resources/variants/goofoo_tinyplus_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tinyplus name = 0.6mm Nozzle version = 4 -definition = goofoo_tinyplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/goofoo_tinyplus_0.8.inst.cfg b/resources/variants/goofoo_tinyplus_0.8.inst.cfg index f635ed1bc9..7a20307366 100644 --- a/resources/variants/goofoo_tinyplus_0.8.inst.cfg +++ b/resources/variants/goofoo_tinyplus_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tinyplus name = 0.8mm Nozzle version = 4 -definition = goofoo_tinyplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/goofoo_tinyplus_1.0.inst.cfg b/resources/variants/goofoo_tinyplus_1.0.inst.cfg index ae22524621..6c19034e2d 100644 --- a/resources/variants/goofoo_tinyplus_1.0.inst.cfg +++ b/resources/variants/goofoo_tinyplus_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = goofoo_tinyplus name = 1.0mm Nozzle version = 4 -definition = goofoo_tinyplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/hms434_0.4tpnozzle.inst.cfg b/resources/variants/hms434_0.4tpnozzle.inst.cfg index c02345a478..47d88d929a 100644 --- a/resources/variants/hms434_0.4tpnozzle.inst.cfg +++ b/resources/variants/hms434_0.4tpnozzle.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = hms434 name = 0.4mm TP extruder version = 4 -definition = hms434 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.05 + diff --git a/resources/variants/hms434_0.8tpnozzle.inst.cfg b/resources/variants/hms434_0.8tpnozzle.inst.cfg index 48d632b3d0..f27ea16941 100644 --- a/resources/variants/hms434_0.8tpnozzle.inst.cfg +++ b/resources/variants/hms434_0.8tpnozzle.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = hms434 name = 0.8mm TP extruder version = 4 -definition = hms434 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 1.05 + diff --git a/resources/variants/imade3d_jellybox_0.4.inst.cfg b/resources/variants/imade3d_jellybox_0.4.inst.cfg index 9e34ad0571..ebca5f3364 100644 --- a/resources/variants/imade3d_jellybox_0.4.inst.cfg +++ b/resources/variants/imade3d_jellybox_0.4.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = imade3d_jellybox name = 0.4 mm version = 4 -definition = imade3d_jellybox [metadata] author = IMADE3D +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/imade3d_jellybox_2_0.4.inst.cfg b/resources/variants/imade3d_jellybox_2_0.4.inst.cfg index b6b793d166..d3b69967da 100644 --- a/resources/variants/imade3d_jellybox_2_0.4.inst.cfg +++ b/resources/variants/imade3d_jellybox_2_0.4.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = imade3d_jellybox_2 name = 0.4 mm version = 4 -definition = imade3d_jellybox_2 [metadata] author = IMADE3D +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/kingroon_kp3_0.2.inst.cfg b/resources/variants/kingroon_kp3_0.2.inst.cfg index fc85835e19..19de9d3f88 100644 --- a/resources/variants/kingroon_kp3_0.2.inst.cfg +++ b/resources/variants/kingroon_kp3_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3 name = 0.2mm Nozzle version = 4 -definition = kingroon_kp3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/kingroon_kp3_0.3.inst.cfg b/resources/variants/kingroon_kp3_0.3.inst.cfg index 41781f2877..9cbee49501 100644 --- a/resources/variants/kingroon_kp3_0.3.inst.cfg +++ b/resources/variants/kingroon_kp3_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3 name = 0.3mm Nozzle version = 4 -definition = kingroon_kp3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/kingroon_kp3_0.4.inst.cfg b/resources/variants/kingroon_kp3_0.4.inst.cfg index 06213d0879..75681e9ef5 100644 --- a/resources/variants/kingroon_kp3_0.4.inst.cfg +++ b/resources/variants/kingroon_kp3_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3 name = 0.4mm Nozzle version = 4 -definition = kingroon_kp3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/kingroon_kp3_0.5.inst.cfg b/resources/variants/kingroon_kp3_0.5.inst.cfg index 1c72672e93..070c73f6d4 100644 --- a/resources/variants/kingroon_kp3_0.5.inst.cfg +++ b/resources/variants/kingroon_kp3_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3 name = 0.5mm Nozzle version = 4 -definition = kingroon_kp3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/kingroon_kp3_0.6.inst.cfg b/resources/variants/kingroon_kp3_0.6.inst.cfg index efca763110..80380b1c33 100644 --- a/resources/variants/kingroon_kp3_0.6.inst.cfg +++ b/resources/variants/kingroon_kp3_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3 name = 0.6mm Nozzle version = 4 -definition = kingroon_kp3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/kingroon_kp3_0.8.inst.cfg b/resources/variants/kingroon_kp3_0.8.inst.cfg index be4e284404..3a6f531ee2 100644 --- a/resources/variants/kingroon_kp3_0.8.inst.cfg +++ b/resources/variants/kingroon_kp3_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3 name = 0.8mm Nozzle version = 4 -definition = kingroon_kp3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/kingroon_kp3_1.0.inst.cfg b/resources/variants/kingroon_kp3_1.0.inst.cfg index e092679ce4..bee461cecf 100644 --- a/resources/variants/kingroon_kp3_1.0.inst.cfg +++ b/resources/variants/kingroon_kp3_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3 name = 1.0mm Nozzle version = 4 -definition = kingroon_kp3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/kingroon_kp3s_0.2.inst.cfg b/resources/variants/kingroon_kp3s_0.2.inst.cfg index e3617bfbbb..0cbe5c72ef 100644 --- a/resources/variants/kingroon_kp3s_0.2.inst.cfg +++ b/resources/variants/kingroon_kp3s_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3s name = 0.2mm Nozzle version = 4 -definition = kingroon_kp3s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/kingroon_kp3s_0.3.inst.cfg b/resources/variants/kingroon_kp3s_0.3.inst.cfg index 9f05429d5d..e64095fa16 100644 --- a/resources/variants/kingroon_kp3s_0.3.inst.cfg +++ b/resources/variants/kingroon_kp3s_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3s name = 0.3mm Nozzle version = 4 -definition = kingroon_kp3s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/kingroon_kp3s_0.4.inst.cfg b/resources/variants/kingroon_kp3s_0.4.inst.cfg index d24e661ff0..607f65858c 100644 --- a/resources/variants/kingroon_kp3s_0.4.inst.cfg +++ b/resources/variants/kingroon_kp3s_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3s name = 0.4mm Nozzle version = 4 -definition = kingroon_kp3s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/kingroon_kp3s_0.5.inst.cfg b/resources/variants/kingroon_kp3s_0.5.inst.cfg index 43d4152897..2f6de4a188 100644 --- a/resources/variants/kingroon_kp3s_0.5.inst.cfg +++ b/resources/variants/kingroon_kp3s_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3s name = 0.5mm Nozzle version = 4 -definition = kingroon_kp3s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/kingroon_kp3s_0.6.inst.cfg b/resources/variants/kingroon_kp3s_0.6.inst.cfg index d643f571c4..328be19f3a 100644 --- a/resources/variants/kingroon_kp3s_0.6.inst.cfg +++ b/resources/variants/kingroon_kp3s_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3s name = 0.6mm Nozzle version = 4 -definition = kingroon_kp3s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/kingroon_kp3s_0.8.inst.cfg b/resources/variants/kingroon_kp3s_0.8.inst.cfg index ec0630dc11..aa1aadf805 100644 --- a/resources/variants/kingroon_kp3s_0.8.inst.cfg +++ b/resources/variants/kingroon_kp3s_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3s name = 0.8mm Nozzle version = 4 -definition = kingroon_kp3s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/kingroon_kp3s_1.0.inst.cfg b/resources/variants/kingroon_kp3s_1.0.inst.cfg index 9107daeb26..9d623a7b79 100644 --- a/resources/variants/kingroon_kp3s_1.0.inst.cfg +++ b/resources/variants/kingroon_kp3s_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = kingroon_kp3s name = 1.0mm Nozzle version = 4 -definition = kingroon_kp3s [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/kosher220_0.2.inst.cfg b/resources/variants/kosher220_0.2.inst.cfg index 04a14fa8cf..06802db0e6 100644 --- a/resources/variants/kosher220_0.2.inst.cfg +++ b/resources/variants/kosher220_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher name = 0.2 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/kosher220_0.3.inst.cfg b/resources/variants/kosher220_0.3.inst.cfg index 5204a4bf82..a1f009049e 100644 --- a/resources/variants/kosher220_0.3.inst.cfg +++ b/resources/variants/kosher220_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher name = 0.3 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/kosher220_0.4.inst.cfg b/resources/variants/kosher220_0.4.inst.cfg index 6ff5777b17..fb373adec0 100644 --- a/resources/variants/kosher220_0.4.inst.cfg +++ b/resources/variants/kosher220_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher name = 0.4 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/kosher220_0.5.inst.cfg b/resources/variants/kosher220_0.5.inst.cfg index 44d8987b8c..7f09bd2e44 100644 --- a/resources/variants/kosher220_0.5.inst.cfg +++ b/resources/variants/kosher220_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher name = 0.5 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/kosher220_0.6.inst.cfg b/resources/variants/kosher220_0.6.inst.cfg index 48c173755d..a16e10833c 100644 --- a/resources/variants/kosher220_0.6.inst.cfg +++ b/resources/variants/kosher220_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher name = 0.6 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/kosher220_0.8.inst.cfg b/resources/variants/kosher220_0.8.inst.cfg index a749100c06..7282c746fd 100644 --- a/resources/variants/kosher220_0.8.inst.cfg +++ b/resources/variants/kosher220_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher name = 0.8 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/kosher220_dm_0.2.inst.cfg b/resources/variants/kosher220_dm_0.2.inst.cfg index 6f4001efcc..1e23576322 100644 --- a/resources/variants/kosher220_dm_0.2.inst.cfg +++ b/resources/variants/kosher220_dm_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_duplication name = 0.2 mm Nozzle version = 4 -definition = kosher_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/kosher220_dm_0.3.inst.cfg b/resources/variants/kosher220_dm_0.3.inst.cfg index eb1533f78d..ede3dbb276 100644 --- a/resources/variants/kosher220_dm_0.3.inst.cfg +++ b/resources/variants/kosher220_dm_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_duplication name = 0.3 mm Nozzle version = 4 -definition = kosher_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/kosher220_dm_0.4.inst.cfg b/resources/variants/kosher220_dm_0.4.inst.cfg index dd3e4d9df9..8ef5b68c7c 100644 --- a/resources/variants/kosher220_dm_0.4.inst.cfg +++ b/resources/variants/kosher220_dm_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_duplication name = 0.4 mm Nozzle version = 4 -definition = kosher_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/kosher220_dm_0.5.inst.cfg b/resources/variants/kosher220_dm_0.5.inst.cfg index bd32c5ca24..0beb219b1d 100644 --- a/resources/variants/kosher220_dm_0.5.inst.cfg +++ b/resources/variants/kosher220_dm_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_duplication name = 0.5 mm Nozzle version = 4 -definition = kosher_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/kosher220_dm_0.6.inst.cfg b/resources/variants/kosher220_dm_0.6.inst.cfg index 9ce1f7e7a8..98693f91f9 100644 --- a/resources/variants/kosher220_dm_0.6.inst.cfg +++ b/resources/variants/kosher220_dm_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_duplication name = 0.6 mm Nozzle version = 4 -definition = kosher_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/kosher220_dm_0.8.inst.cfg b/resources/variants/kosher220_dm_0.8.inst.cfg index 1731c5f910..728c2cedc2 100644 --- a/resources/variants/kosher220_dm_0.8.inst.cfg +++ b/resources/variants/kosher220_dm_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_duplication name = 0.8 mm Nozzle version = 4 -definition = kosher_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/kosher220_mm_0.2.inst.cfg b/resources/variants/kosher220_mm_0.2.inst.cfg index 48121ed983..f1720205ed 100644 --- a/resources/variants/kosher220_mm_0.2.inst.cfg +++ b/resources/variants/kosher220_mm_0.2.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_mirror name = 0.2 mm Nozzle version = 4 -definition = kosher_mirror [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/kosher220_mm_0.3.inst.cfg b/resources/variants/kosher220_mm_0.3.inst.cfg index 1d2ae834a6..f7a55765ea 100644 --- a/resources/variants/kosher220_mm_0.3.inst.cfg +++ b/resources/variants/kosher220_mm_0.3.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_mirror name = 0.3 mm Nozzle version = 4 -definition = kosher_mirror [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/kosher220_mm_0.4.inst.cfg b/resources/variants/kosher220_mm_0.4.inst.cfg index 32512bcc00..8e73e210af 100644 --- a/resources/variants/kosher220_mm_0.4.inst.cfg +++ b/resources/variants/kosher220_mm_0.4.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_mirror name = 0.4 mm Nozzle version = 4 -definition = kosher_mirror [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/kosher220_mm_0.5.inst.cfg b/resources/variants/kosher220_mm_0.5.inst.cfg index 1e27953aad..a6b821c013 100644 --- a/resources/variants/kosher220_mm_0.5.inst.cfg +++ b/resources/variants/kosher220_mm_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_mirror name = 0.5 mm Nozzle version = 4 -definition = kosher_mirror [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/kosher220_mm_0.6.inst.cfg b/resources/variants/kosher220_mm_0.6.inst.cfg index 145e45cb7a..dff208f17b 100644 --- a/resources/variants/kosher220_mm_0.6.inst.cfg +++ b/resources/variants/kosher220_mm_0.6.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_mirror name = 0.6 mm Nozzle version = 4 -definition = kosher_mirror [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/kosher220_mm_0.8.inst.cfg b/resources/variants/kosher220_mm_0.8.inst.cfg index 739473260a..8aeb4ca4ff 100644 --- a/resources/variants/kosher220_mm_0.8.inst.cfg +++ b/resources/variants/kosher220_mm_0.8.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = kosher_mirror name = 0.8 mm Nozzle version = 4 -definition = kosher_mirror [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/kosher220_pva_0.2.inst.cfg b/resources/variants/kosher220_pva_0.2.inst.cfg index 60c1e5e85a..d2309a6c43 100644 --- a/resources/variants/kosher220_pva_0.2.inst.cfg +++ b/resources/variants/kosher220_pva_0.2.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = kosher name = PVA 0.2 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.2 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/kosher220_pva_0.3.inst.cfg b/resources/variants/kosher220_pva_0.3.inst.cfg index 5e5af9f02e..d58a343992 100644 --- a/resources/variants/kosher220_pva_0.3.inst.cfg +++ b/resources/variants/kosher220_pva_0.3.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = kosher_duplication name = PVA 0.3 mm Nozzle version = 4 -definition = kosher_duplication [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.3 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/kosher220_pva_0.4.inst.cfg b/resources/variants/kosher220_pva_0.4.inst.cfg index dd9144df68..d4c2f881df 100644 --- a/resources/variants/kosher220_pva_0.4.inst.cfg +++ b/resources/variants/kosher220_pva_0.4.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = kosher name = PVA 0.4 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.4 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/kosher220_pva_0.5.inst.cfg b/resources/variants/kosher220_pva_0.5.inst.cfg index 110742f082..fd1a5b357e 100644 --- a/resources/variants/kosher220_pva_0.5.inst.cfg +++ b/resources/variants/kosher220_pva_0.5.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = kosher name = PVA 0.5 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.5 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/kosher220_pva_0.6.inst.cfg b/resources/variants/kosher220_pva_0.6.inst.cfg index 6909527101..8e98f014ba 100644 --- a/resources/variants/kosher220_pva_0.6.inst.cfg +++ b/resources/variants/kosher220_pva_0.6.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = kosher name = PVA 0.6 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.6 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/kosher220_pva_0.8.inst.cfg b/resources/variants/kosher220_pva_0.8.inst.cfg index 17482d9b26..1573653153 100644 --- a/resources/variants/kosher220_pva_0.8.inst.cfg +++ b/resources/variants/kosher220_pva_0.8.inst.cfg @@ -1,32 +1,32 @@ [general] +definition = kosher name = PVA 0.8 mm Nozzle version = 4 -definition = kosher [metadata] - +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +gradual_support_infill_steps = 2 machine_nozzle_size = 0.8 -support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height -support_offset = 3 +support_angle = 45 support_bottom_height = =layer_height * 2 support_bottom_pattern = zigzag support_bottom_stair_step_height = =layer_height support_infill_rate = 50 +support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height +support_interface_density = 100 support_interface_enable = True support_interface_height = =layer_height * 5 +support_interface_pattern = concentric support_interface_skip_height = =layer_height support_join_distance = 3 -support_xy_distance = =machine_nozzle_size / 2 -support_xy_distance_overhang = =machine_nozzle_size / 2 -support_angle = 45 +support_offset = 3 support_pattern = triangles support_use_towers = False +support_xy_distance = =machine_nozzle_size / 2 +support_xy_distance_overhang = =machine_nozzle_size / 2 support_z_distance = 0 -gradual_support_infill_steps = 2 -support_interface_density = 100 -support_interface_pattern = concentric \ No newline at end of file + diff --git a/resources/variants/liquid_vo04.inst.cfg b/resources/variants/liquid_vo04.inst.cfg index 3d91f31c71..f12de05370 100644 --- a/resources/variants/liquid_vo04.inst.cfg +++ b/resources/variants/liquid_vo04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = liquid name = VO 0.4 version = 4 -definition = liquid [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -41,3 +41,4 @@ switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 wall_thickness = 1.3 + diff --git a/resources/variants/liquid_vo06.inst.cfg b/resources/variants/liquid_vo06.inst.cfg index 7c903f78a0..01a6c3efde 100644 --- a/resources/variants/liquid_vo06.inst.cfg +++ b/resources/variants/liquid_vo06.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = liquid name = VO 0.6 version = 4 -definition = liquid [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -44,3 +44,4 @@ switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = =layer_height * 6 wall_thickness = =line_width * 3 + diff --git a/resources/variants/liquid_vo08.inst.cfg b/resources/variants/liquid_vo08.inst.cfg index a738c633a9..e1cd4f37e4 100644 --- a/resources/variants/liquid_vo08.inst.cfg +++ b/resources/variants/liquid_vo08.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = liquid name = VO 0.8 version = 4 -definition = liquid [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] acceleration_enabled = True @@ -63,3 +63,4 @@ wall_0_inset = 0 wall_line_width_0 = =wall_line_width wall_line_width_x = =wall_line_width wall_thickness = 2 + diff --git a/resources/variants/longer/longer_base_0.4.inst.cfg b/resources/variants/longer/longer_base_0.4.inst.cfg index c111be740c..44486b4c1b 100644 --- a/resources/variants/longer/longer_base_0.4.inst.cfg +++ b/resources/variants/longer/longer_base_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_base name = 0.4mm Nozzle version = 4 -definition = longer_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/longer/longer_cube2_0.4.inst.cfg b/resources/variants/longer/longer_cube2_0.4.inst.cfg index fd0a4f2c1e..99e9351767 100644 --- a/resources/variants/longer/longer_cube2_0.4.inst.cfg +++ b/resources/variants/longer/longer_cube2_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_cube2 name = 0.4mm Nozzle version = 4 -definition = longer_cube2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/longer/longer_lk1_0.4.inst.cfg b/resources/variants/longer/longer_lk1_0.4.inst.cfg index 13894ba737..045a0549ac 100644 --- a/resources/variants/longer/longer_lk1_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk1_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_lk1 name = 0.4mm Nozzle version = 4 -definition = longer_lk1 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/longer/longer_lk1plus_0.4.inst.cfg b/resources/variants/longer/longer_lk1plus_0.4.inst.cfg index e53c7afd86..57f9284d2f 100644 --- a/resources/variants/longer/longer_lk1plus_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk1plus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_lk1plus name = 0.4mm Nozzle version = 4 -definition = longer_lk1plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/longer/longer_lk1pro_0.4.inst.cfg b/resources/variants/longer/longer_lk1pro_0.4.inst.cfg index 7d958ee0be..0815b3c652 100644 --- a/resources/variants/longer/longer_lk1pro_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk1pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_lk1pro name = 0.4mm Nozzle version = 4 -definition = longer_lk1pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/longer/longer_lk4_0.4.inst.cfg b/resources/variants/longer/longer_lk4_0.4.inst.cfg index 3d836509b9..8185d64a72 100644 --- a/resources/variants/longer/longer_lk4_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk4_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_lk4 name = 0.4mm Nozzle version = 4 -definition = longer_lk4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/longer/longer_lk4pro_0.4.inst.cfg b/resources/variants/longer/longer_lk4pro_0.4.inst.cfg index c42799f7af..78372e42b7 100644 --- a/resources/variants/longer/longer_lk4pro_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk4pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_lk4pro name = 0.4mm Nozzle version = 4 -definition = longer_lk4pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/longer/longer_lk5_0.4.inst.cfg b/resources/variants/longer/longer_lk5_0.4.inst.cfg index 746ce1f327..94e49223a3 100644 --- a/resources/variants/longer/longer_lk5_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk5_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_lk5 name = 0.4mm Nozzle version = 4 -definition = longer_lk5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/longer/longer_lk5pro_0.4.inst.cfg b/resources/variants/longer/longer_lk5pro_0.4.inst.cfg index 68680cc66d..ae5e47bd45 100644 --- a/resources/variants/longer/longer_lk5pro_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk5pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = longer_lk5pro name = 0.4mm Nozzle version = 4 -definition = longer_lk5pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_1000pro_0.2.inst.cfg b/resources/variants/mingda_1000pro_0.2.inst.cfg index a3b44c9cd3..75289e32dd 100644 --- a/resources/variants/mingda_1000pro_0.2.inst.cfg +++ b/resources/variants/mingda_1000pro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_1000pro name = 0.2mm Nozzle version = 4 -definition = mingda_1000pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_1000pro_0.3.inst.cfg b/resources/variants/mingda_1000pro_0.3.inst.cfg index 67b65d8e88..761d7496af 100644 --- a/resources/variants/mingda_1000pro_0.3.inst.cfg +++ b/resources/variants/mingda_1000pro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_1000pro name = 0.3mm Nozzle version = 4 -definition = mingda_1000pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_1000pro_0.4.inst.cfg b/resources/variants/mingda_1000pro_0.4.inst.cfg index aa147e1904..2cfd0f4076 100644 --- a/resources/variants/mingda_1000pro_0.4.inst.cfg +++ b/resources/variants/mingda_1000pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_1000pro name = 0.4mm Nozzle version = 4 -definition = mingda_1000pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_1000pro_0.5.inst.cfg b/resources/variants/mingda_1000pro_0.5.inst.cfg index 8bce8b1212..377a7a43c3 100644 --- a/resources/variants/mingda_1000pro_0.5.inst.cfg +++ b/resources/variants/mingda_1000pro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_1000pro name = 0.5mm Nozzle version = 4 -definition = mingda_1000pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_1000pro_0.6.inst.cfg b/resources/variants/mingda_1000pro_0.6.inst.cfg index e7e8282c61..32c9b4d9a9 100644 --- a/resources/variants/mingda_1000pro_0.6.inst.cfg +++ b/resources/variants/mingda_1000pro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_1000pro name = 0.6mm Nozzle version = 4 -definition = mingda_1000pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_1000pro_0.8.inst.cfg b/resources/variants/mingda_1000pro_0.8.inst.cfg index d48fbd6f78..3525d9c11f 100644 --- a/resources/variants/mingda_1000pro_0.8.inst.cfg +++ b/resources/variants/mingda_1000pro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_1000pro name = 0.8mm Nozzle version = 4 -definition = mingda_1000pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_1000pro_1.0.inst.cfg b/resources/variants/mingda_1000pro_1.0.inst.cfg index 64169a9235..bb6b4dc65f 100644 --- a/resources/variants/mingda_1000pro_1.0.inst.cfg +++ b/resources/variants/mingda_1000pro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_1000pro name = 1.0mm Nozzle version = 4 -definition = mingda_1000pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_4h_0.2.inst.cfg b/resources/variants/mingda_4h_0.2.inst.cfg index 82979eaa2f..721d962675 100644 --- a/resources/variants/mingda_4h_0.2.inst.cfg +++ b/resources/variants/mingda_4h_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_4h name = 0.2mm Nozzle version = 4 -definition = mingda_4h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_4h_0.3.inst.cfg b/resources/variants/mingda_4h_0.3.inst.cfg index f5fc189870..451cf91612 100644 --- a/resources/variants/mingda_4h_0.3.inst.cfg +++ b/resources/variants/mingda_4h_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_4h name = 0.3mm Nozzle version = 4 -definition = mingda_4h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_4h_0.4.inst.cfg b/resources/variants/mingda_4h_0.4.inst.cfg index 7b7ff66695..fe600a82a4 100644 --- a/resources/variants/mingda_4h_0.4.inst.cfg +++ b/resources/variants/mingda_4h_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_4h name = 0.4mm Nozzle version = 4 -definition = mingda_4h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_4h_0.5.inst.cfg b/resources/variants/mingda_4h_0.5.inst.cfg index 07b5993ac3..c09d2e3634 100644 --- a/resources/variants/mingda_4h_0.5.inst.cfg +++ b/resources/variants/mingda_4h_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_4h name = 0.5mm Nozzle version = 4 -definition = mingda_4h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_4h_0.6.inst.cfg b/resources/variants/mingda_4h_0.6.inst.cfg index 13ca72144e..ca012e1940 100644 --- a/resources/variants/mingda_4h_0.6.inst.cfg +++ b/resources/variants/mingda_4h_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_4h name = 0.6mm Nozzle version = 4 -definition = mingda_4h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_4h_0.8.inst.cfg b/resources/variants/mingda_4h_0.8.inst.cfg index b9041d5a5f..e454756f28 100644 --- a/resources/variants/mingda_4h_0.8.inst.cfg +++ b/resources/variants/mingda_4h_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_4h name = 0.8mm Nozzle version = 4 -definition = mingda_4h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_4h_1.0.inst.cfg b/resources/variants/mingda_4h_1.0.inst.cfg index c02f646bbe..26e0e0a094 100644 --- a/resources/variants/mingda_4h_1.0.inst.cfg +++ b/resources/variants/mingda_4h_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_4h name = 1.0mm Nozzle version = 4 -definition = mingda_4h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_600pro_0.2.inst.cfg b/resources/variants/mingda_600pro_0.2.inst.cfg index 5427e0b86d..0bb4a9ea05 100644 --- a/resources/variants/mingda_600pro_0.2.inst.cfg +++ b/resources/variants/mingda_600pro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_600pro name = 0.2mm Nozzle version = 4 -definition = mingda_600pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_600pro_0.3.inst.cfg b/resources/variants/mingda_600pro_0.3.inst.cfg index 31e8f8352b..1d84d67aaf 100644 --- a/resources/variants/mingda_600pro_0.3.inst.cfg +++ b/resources/variants/mingda_600pro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_600pro name = 0.3mm Nozzle version = 4 -definition = mingda_600pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_600pro_0.4.inst.cfg b/resources/variants/mingda_600pro_0.4.inst.cfg index a1a4d9826f..8748a3c891 100644 --- a/resources/variants/mingda_600pro_0.4.inst.cfg +++ b/resources/variants/mingda_600pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_600pro name = 0.4mm Nozzle version = 4 -definition = mingda_600pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_600pro_0.5.inst.cfg b/resources/variants/mingda_600pro_0.5.inst.cfg index 8d37c0040f..aabaad1153 100644 --- a/resources/variants/mingda_600pro_0.5.inst.cfg +++ b/resources/variants/mingda_600pro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_600pro name = 0.5mm Nozzle version = 4 -definition = mingda_600pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_600pro_0.6.inst.cfg b/resources/variants/mingda_600pro_0.6.inst.cfg index 6ef72845ce..1306a24d04 100644 --- a/resources/variants/mingda_600pro_0.6.inst.cfg +++ b/resources/variants/mingda_600pro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_600pro name = 0.6mm Nozzle version = 4 -definition = mingda_600pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_600pro_0.8.inst.cfg b/resources/variants/mingda_600pro_0.8.inst.cfg index 0282114c25..5f540da41f 100644 --- a/resources/variants/mingda_600pro_0.8.inst.cfg +++ b/resources/variants/mingda_600pro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_600pro name = 0.8mm Nozzle version = 4 -definition = mingda_600pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_600pro_1.0.inst.cfg b/resources/variants/mingda_600pro_1.0.inst.cfg index e9f90e72f6..85cd0aceb7 100644 --- a/resources/variants/mingda_600pro_1.0.inst.cfg +++ b/resources/variants/mingda_600pro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_600pro name = 1.0mm Nozzle version = 4 -definition = mingda_600pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_6h_0.2.inst.cfg b/resources/variants/mingda_6h_0.2.inst.cfg index d1a06c52c3..5e621f0159 100644 --- a/resources/variants/mingda_6h_0.2.inst.cfg +++ b/resources/variants/mingda_6h_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_6h name = 0.2mm Nozzle version = 4 -definition = mingda_6h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_6h_0.3.inst.cfg b/resources/variants/mingda_6h_0.3.inst.cfg index a6f08c9008..4be6e9040d 100644 --- a/resources/variants/mingda_6h_0.3.inst.cfg +++ b/resources/variants/mingda_6h_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_6h name = 0.3mm Nozzle version = 4 -definition = mingda_6h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_6h_0.4.inst.cfg b/resources/variants/mingda_6h_0.4.inst.cfg index 49a821f436..a0c0ec2b10 100644 --- a/resources/variants/mingda_6h_0.4.inst.cfg +++ b/resources/variants/mingda_6h_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_6h name = 0.4mm Nozzle version = 4 -definition = mingda_6h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_6h_0.5.inst.cfg b/resources/variants/mingda_6h_0.5.inst.cfg index 2878a0d31b..b87f2be652 100644 --- a/resources/variants/mingda_6h_0.5.inst.cfg +++ b/resources/variants/mingda_6h_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_6h name = 0.5mm Nozzle version = 4 -definition = mingda_6h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_6h_0.6.inst.cfg b/resources/variants/mingda_6h_0.6.inst.cfg index d0964923b2..d2f3feb673 100644 --- a/resources/variants/mingda_6h_0.6.inst.cfg +++ b/resources/variants/mingda_6h_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_6h name = 0.6mm Nozzle version = 4 -definition = mingda_6h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_6h_0.8.inst.cfg b/resources/variants/mingda_6h_0.8.inst.cfg index c028e29567..12d4241260 100644 --- a/resources/variants/mingda_6h_0.8.inst.cfg +++ b/resources/variants/mingda_6h_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_6h name = 0.8mm Nozzle version = 4 -definition = mingda_6h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_6h_1.0.inst.cfg b/resources/variants/mingda_6h_1.0.inst.cfg index 6a3cabaa84..e7a06aa978 100644 --- a/resources/variants/mingda_6h_1.0.inst.cfg +++ b/resources/variants/mingda_6h_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_6h name = 1.0mm Nozzle version = 4 -definition = mingda_6h [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_base_0.2.inst.cfg b/resources/variants/mingda_base_0.2.inst.cfg index e2f8932413..a598d56667 100644 --- a/resources/variants/mingda_base_0.2.inst.cfg +++ b/resources/variants/mingda_base_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_base name = 0.2mm Nozzle version = 4 -definition = mingda_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_base_0.3.inst.cfg b/resources/variants/mingda_base_0.3.inst.cfg index d2938f0ae6..318a9d935b 100644 --- a/resources/variants/mingda_base_0.3.inst.cfg +++ b/resources/variants/mingda_base_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_base name = 0.3mm Nozzle version = 4 -definition = mingda_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_base_0.4.inst.cfg b/resources/variants/mingda_base_0.4.inst.cfg index 6226c5760f..51b1bf12d4 100644 --- a/resources/variants/mingda_base_0.4.inst.cfg +++ b/resources/variants/mingda_base_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_base name = 0.4mm Nozzle version = 4 -definition = mingda_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_base_0.6.inst.cfg b/resources/variants/mingda_base_0.6.inst.cfg index 8c01b73aeb..3de580de8b 100644 --- a/resources/variants/mingda_base_0.6.inst.cfg +++ b/resources/variants/mingda_base_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_base name = 0.6mm Nozzle version = 4 -definition = mingda_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_base_0.8.inst.cfg b/resources/variants/mingda_base_0.8.inst.cfg index a52aa60830..db01cfefa9 100644 --- a/resources/variants/mingda_base_0.8.inst.cfg +++ b/resources/variants/mingda_base_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_base name = 0.8mm Nozzle version = 4 -definition = mingda_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_base_1.0.inst.cfg b/resources/variants/mingda_base_1.0.inst.cfg index d7aad52822..af47f6d58c 100644 --- a/resources/variants/mingda_base_1.0.inst.cfg +++ b/resources/variants/mingda_base_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_base name = 1.0mm Nozzle version = 4 -definition = mingda_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_d2_0.2.inst.cfg b/resources/variants/mingda_d2_0.2.inst.cfg index 6c2c3f7331..c33fb29c4c 100644 --- a/resources/variants/mingda_d2_0.2.inst.cfg +++ b/resources/variants/mingda_d2_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d2 name = 0.2mm Nozzle version = 4 -definition = mingda_d2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_d2_0.3.inst.cfg b/resources/variants/mingda_d2_0.3.inst.cfg index 60e3ac634c..eb2a96e6c8 100644 --- a/resources/variants/mingda_d2_0.3.inst.cfg +++ b/resources/variants/mingda_d2_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d2 name = 0.3mm Nozzle version = 4 -definition = mingda_d2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_d2_0.4.inst.cfg b/resources/variants/mingda_d2_0.4.inst.cfg index 09f017e01f..1ae6d1c416 100644 --- a/resources/variants/mingda_d2_0.4.inst.cfg +++ b/resources/variants/mingda_d2_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d2 name = 0.4mm Nozzle version = 4 -definition = mingda_d2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_d2_0.5.inst.cfg b/resources/variants/mingda_d2_0.5.inst.cfg index ce573d66a0..8dbc83e291 100644 --- a/resources/variants/mingda_d2_0.5.inst.cfg +++ b/resources/variants/mingda_d2_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d2 name = 0.5mm Nozzle version = 4 -definition = mingda_d2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_d2_0.6.inst.cfg b/resources/variants/mingda_d2_0.6.inst.cfg index 4c8913b2f7..582f9ebd09 100644 --- a/resources/variants/mingda_d2_0.6.inst.cfg +++ b/resources/variants/mingda_d2_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d2 name = 0.6mm Nozzle version = 4 -definition = mingda_d2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_d2_0.8.inst.cfg b/resources/variants/mingda_d2_0.8.inst.cfg index 26ed37a326..c8fbded51c 100644 --- a/resources/variants/mingda_d2_0.8.inst.cfg +++ b/resources/variants/mingda_d2_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d2 name = 0.8mm Nozzle version = 4 -definition = mingda_d2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_d2_1.0.inst.cfg b/resources/variants/mingda_d2_1.0.inst.cfg index eed699b2ec..debeb0dda7 100644 --- a/resources/variants/mingda_d2_1.0.inst.cfg +++ b/resources/variants/mingda_d2_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d2 name = 1.0mm Nozzle version = 4 -definition = mingda_d2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_d3pro_0.2.inst.cfg b/resources/variants/mingda_d3pro_0.2.inst.cfg index d705b220c4..1decca3748 100644 --- a/resources/variants/mingda_d3pro_0.2.inst.cfg +++ b/resources/variants/mingda_d3pro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d3pro name = 0.2mm Nozzle version = 4 -definition = mingda_d3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_d3pro_0.3.inst.cfg b/resources/variants/mingda_d3pro_0.3.inst.cfg index 686edde3f0..a577de4c8d 100644 --- a/resources/variants/mingda_d3pro_0.3.inst.cfg +++ b/resources/variants/mingda_d3pro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d3pro name = 0.3mm Nozzle version = 4 -definition = mingda_d3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_d3pro_0.4.inst.cfg b/resources/variants/mingda_d3pro_0.4.inst.cfg index 6b065af0f9..ff0ab9d5cb 100644 --- a/resources/variants/mingda_d3pro_0.4.inst.cfg +++ b/resources/variants/mingda_d3pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d3pro name = 0.4mm Nozzle version = 4 -definition = mingda_d3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_d3pro_0.5.inst.cfg b/resources/variants/mingda_d3pro_0.5.inst.cfg index b76f1449df..c7684d778f 100644 --- a/resources/variants/mingda_d3pro_0.5.inst.cfg +++ b/resources/variants/mingda_d3pro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d3pro name = 0.5mm Nozzle version = 4 -definition = mingda_d3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_d3pro_0.6.inst.cfg b/resources/variants/mingda_d3pro_0.6.inst.cfg index 5da731d772..02023501d1 100644 --- a/resources/variants/mingda_d3pro_0.6.inst.cfg +++ b/resources/variants/mingda_d3pro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d3pro name = 0.6mm Nozzle version = 4 -definition = mingda_d3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_d3pro_0.8.inst.cfg b/resources/variants/mingda_d3pro_0.8.inst.cfg index cab940cac2..036093f601 100644 --- a/resources/variants/mingda_d3pro_0.8.inst.cfg +++ b/resources/variants/mingda_d3pro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d3pro name = 0.8mm Nozzle version = 4 -definition = mingda_d3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_d3pro_1.0.inst.cfg b/resources/variants/mingda_d3pro_1.0.inst.cfg index 5714d3f928..6cf8ad9247 100644 --- a/resources/variants/mingda_d3pro_1.0.inst.cfg +++ b/resources/variants/mingda_d3pro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d3pro name = 1.0mm Nozzle version = 4 -definition = mingda_d3pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_d4pro_0.2.inst.cfg b/resources/variants/mingda_d4pro_0.2.inst.cfg index 7a9775cd00..1016257ad3 100644 --- a/resources/variants/mingda_d4pro_0.2.inst.cfg +++ b/resources/variants/mingda_d4pro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d4pro name = 0.2mm Nozzle version = 4 -definition = mingda_d4pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_d4pro_0.3.inst.cfg b/resources/variants/mingda_d4pro_0.3.inst.cfg index b7da734477..11c27e7fb4 100644 --- a/resources/variants/mingda_d4pro_0.3.inst.cfg +++ b/resources/variants/mingda_d4pro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d4pro name = 0.3mm Nozzle version = 4 -definition = mingda_d4pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_d4pro_0.4.inst.cfg b/resources/variants/mingda_d4pro_0.4.inst.cfg index 83dee1ba69..cbf75a5098 100644 --- a/resources/variants/mingda_d4pro_0.4.inst.cfg +++ b/resources/variants/mingda_d4pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d4pro name = 0.4mm Nozzle version = 4 -definition = mingda_d4pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_d4pro_0.5.inst.cfg b/resources/variants/mingda_d4pro_0.5.inst.cfg index b5a0665982..e587077b96 100644 --- a/resources/variants/mingda_d4pro_0.5.inst.cfg +++ b/resources/variants/mingda_d4pro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d4pro name = 0.5mm Nozzle version = 4 -definition = mingda_d4pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_d4pro_0.6.inst.cfg b/resources/variants/mingda_d4pro_0.6.inst.cfg index 1c73dd34bf..f8f54254f7 100644 --- a/resources/variants/mingda_d4pro_0.6.inst.cfg +++ b/resources/variants/mingda_d4pro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d4pro name = 0.6mm Nozzle version = 4 -definition = mingda_d4pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_d4pro_0.8.inst.cfg b/resources/variants/mingda_d4pro_0.8.inst.cfg index 2d78a4e22b..85060b48a2 100644 --- a/resources/variants/mingda_d4pro_0.8.inst.cfg +++ b/resources/variants/mingda_d4pro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d4pro name = 0.8mm Nozzle version = 4 -definition = mingda_d4pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_d4pro_1.0.inst.cfg b/resources/variants/mingda_d4pro_1.0.inst.cfg index 7e658b8ebb..273d4b34ce 100644 --- a/resources/variants/mingda_d4pro_1.0.inst.cfg +++ b/resources/variants/mingda_d4pro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_d4pro name = 1.0mm Nozzle version = 4 -definition = mingda_d4pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_magician_max_0.2.inst.cfg b/resources/variants/mingda_magician_max_0.2.inst.cfg index cfbf31d78a..cf8aada2f8 100644 --- a/resources/variants/mingda_magician_max_0.2.inst.cfg +++ b/resources/variants/mingda_magician_max_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_max name = 0.2mm Nozzle version = 4 -definition = mingda_magician_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_magician_max_0.3.inst.cfg b/resources/variants/mingda_magician_max_0.3.inst.cfg index d53deb0962..7c27d87aed 100644 --- a/resources/variants/mingda_magician_max_0.3.inst.cfg +++ b/resources/variants/mingda_magician_max_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_max name = 0.3mm Nozzle version = 4 -definition = mingda_magician_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_magician_max_0.4.inst.cfg b/resources/variants/mingda_magician_max_0.4.inst.cfg index e90c783bcd..7db221401e 100644 --- a/resources/variants/mingda_magician_max_0.4.inst.cfg +++ b/resources/variants/mingda_magician_max_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_max name = 0.4mm Nozzle version = 4 -definition = mingda_magician_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_magician_max_0.5.inst.cfg b/resources/variants/mingda_magician_max_0.5.inst.cfg index 68f527e488..6db4e711cf 100644 --- a/resources/variants/mingda_magician_max_0.5.inst.cfg +++ b/resources/variants/mingda_magician_max_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_max name = 0.5mm Nozzle version = 4 -definition = mingda_magician_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_magician_max_0.6.inst.cfg b/resources/variants/mingda_magician_max_0.6.inst.cfg index 4ab7fa4e09..b088353a5e 100644 --- a/resources/variants/mingda_magician_max_0.6.inst.cfg +++ b/resources/variants/mingda_magician_max_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_max name = 0.6mm Nozzle version = 4 -definition = mingda_magician_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_magician_max_0.8.inst.cfg b/resources/variants/mingda_magician_max_0.8.inst.cfg index c79110c981..04fd81155a 100644 --- a/resources/variants/mingda_magician_max_0.8.inst.cfg +++ b/resources/variants/mingda_magician_max_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_max name = 0.8mm Nozzle version = 4 -definition = mingda_magician_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_magician_max_1.0.inst.cfg b/resources/variants/mingda_magician_max_1.0.inst.cfg index b436e814a5..571fd231b2 100644 --- a/resources/variants/mingda_magician_max_1.0.inst.cfg +++ b/resources/variants/mingda_magician_max_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_max name = 1.0mm Nozzle version = 4 -definition = mingda_magician_max [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_magician_pro_0.2.inst.cfg b/resources/variants/mingda_magician_pro_0.2.inst.cfg index b4f2284f05..b1619eb920 100644 --- a/resources/variants/mingda_magician_pro_0.2.inst.cfg +++ b/resources/variants/mingda_magician_pro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_pro name = 0.2mm Nozzle version = 4 -definition = mingda_magician_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_magician_pro_0.3.inst.cfg b/resources/variants/mingda_magician_pro_0.3.inst.cfg index 23212e803b..727a82b0a8 100644 --- a/resources/variants/mingda_magician_pro_0.3.inst.cfg +++ b/resources/variants/mingda_magician_pro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_pro name = 0.3mm Nozzle version = 4 -definition = mingda_magician_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_magician_pro_0.4.inst.cfg b/resources/variants/mingda_magician_pro_0.4.inst.cfg index a6e571da9b..b6db564b13 100644 --- a/resources/variants/mingda_magician_pro_0.4.inst.cfg +++ b/resources/variants/mingda_magician_pro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_pro name = 0.4mm Nozzle version = 4 -definition = mingda_magician_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_magician_pro_0.5.inst.cfg b/resources/variants/mingda_magician_pro_0.5.inst.cfg index 94e2a5892f..23e811a322 100644 --- a/resources/variants/mingda_magician_pro_0.5.inst.cfg +++ b/resources/variants/mingda_magician_pro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_pro name = 0.5mm Nozzle version = 4 -definition = mingda_magician_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_magician_pro_0.6.inst.cfg b/resources/variants/mingda_magician_pro_0.6.inst.cfg index 8d6d0f6fd3..6600450483 100644 --- a/resources/variants/mingda_magician_pro_0.6.inst.cfg +++ b/resources/variants/mingda_magician_pro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_pro name = 0.6mm Nozzle version = 4 -definition = mingda_magician_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_magician_pro_0.8.inst.cfg b/resources/variants/mingda_magician_pro_0.8.inst.cfg index 50251a6eb6..9b4acc2293 100644 --- a/resources/variants/mingda_magician_pro_0.8.inst.cfg +++ b/resources/variants/mingda_magician_pro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_pro name = 0.8mm Nozzle version = 4 -definition = mingda_magician_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_magician_pro_1.0.inst.cfg b/resources/variants/mingda_magician_pro_1.0.inst.cfg index 3e45fb0544..cda371500c 100644 --- a/resources/variants/mingda_magician_pro_1.0.inst.cfg +++ b/resources/variants/mingda_magician_pro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_pro name = 1.0mm Nozzle version = 4 -definition = mingda_magician_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_magician_x_0.2.inst.cfg b/resources/variants/mingda_magician_x_0.2.inst.cfg index ba7ddc95a2..5ed93b5bae 100644 --- a/resources/variants/mingda_magician_x_0.2.inst.cfg +++ b/resources/variants/mingda_magician_x_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_x name = 0.2mm Nozzle version = 4 -definition = mingda_magician_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_magician_x_0.3.inst.cfg b/resources/variants/mingda_magician_x_0.3.inst.cfg index 2aff96e4a6..e75fe54aeb 100644 --- a/resources/variants/mingda_magician_x_0.3.inst.cfg +++ b/resources/variants/mingda_magician_x_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_x name = 0.3mm Nozzle version = 4 -definition = mingda_magician_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_magician_x_0.4.inst.cfg b/resources/variants/mingda_magician_x_0.4.inst.cfg index 2536c56a20..1fd27c4bff 100644 --- a/resources/variants/mingda_magician_x_0.4.inst.cfg +++ b/resources/variants/mingda_magician_x_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_x name = 0.4mm Nozzle version = 4 -definition = mingda_magician_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_magician_x_0.5.inst.cfg b/resources/variants/mingda_magician_x_0.5.inst.cfg index 341f57be97..661b3406f6 100644 --- a/resources/variants/mingda_magician_x_0.5.inst.cfg +++ b/resources/variants/mingda_magician_x_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_x name = 0.5mm Nozzle version = 4 -definition = mingda_magician_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_magician_x_0.6.inst.cfg b/resources/variants/mingda_magician_x_0.6.inst.cfg index 1f303af2e3..9b5ee1422f 100644 --- a/resources/variants/mingda_magician_x_0.6.inst.cfg +++ b/resources/variants/mingda_magician_x_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_x name = 0.6mm Nozzle version = 4 -definition = mingda_magician_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_magician_x_0.8.inst.cfg b/resources/variants/mingda_magician_x_0.8.inst.cfg index 9ffa501b5a..689f6e834e 100644 --- a/resources/variants/mingda_magician_x_0.8.inst.cfg +++ b/resources/variants/mingda_magician_x_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_x name = 0.8mm Nozzle version = 4 -definition = mingda_magician_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_magician_x_1.0.inst.cfg b/resources/variants/mingda_magician_x_1.0.inst.cfg index d947f185e4..360c737344 100644 --- a/resources/variants/mingda_magician_x_1.0.inst.cfg +++ b/resources/variants/mingda_magician_x_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_magician_x name = 1.0mm Nozzle version = 4 -definition = mingda_magician_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/mingda_rock3_0.2.inst.cfg b/resources/variants/mingda_rock3_0.2.inst.cfg index 428e8b8436..81eace1c39 100644 --- a/resources/variants/mingda_rock3_0.2.inst.cfg +++ b/resources/variants/mingda_rock3_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_rock3 name = 0.2mm Nozzle version = 4 -definition = mingda_rock3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/mingda_rock3_0.3.inst.cfg b/resources/variants/mingda_rock3_0.3.inst.cfg index 717945c276..699a09dba4 100644 --- a/resources/variants/mingda_rock3_0.3.inst.cfg +++ b/resources/variants/mingda_rock3_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_rock3 name = 0.3mm Nozzle version = 4 -definition = mingda_rock3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/mingda_rock3_0.4.inst.cfg b/resources/variants/mingda_rock3_0.4.inst.cfg index d5eeb13714..4d75474751 100644 --- a/resources/variants/mingda_rock3_0.4.inst.cfg +++ b/resources/variants/mingda_rock3_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_rock3 name = 0.4mm Nozzle version = 4 -definition = mingda_rock3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/mingda_rock3_0.5.inst.cfg b/resources/variants/mingda_rock3_0.5.inst.cfg index be980c32ce..204897f043 100644 --- a/resources/variants/mingda_rock3_0.5.inst.cfg +++ b/resources/variants/mingda_rock3_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_rock3 name = 0.5mm Nozzle version = 4 -definition = mingda_rock3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/mingda_rock3_0.6.inst.cfg b/resources/variants/mingda_rock3_0.6.inst.cfg index 07f6dffc17..d631189183 100644 --- a/resources/variants/mingda_rock3_0.6.inst.cfg +++ b/resources/variants/mingda_rock3_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_rock3 name = 0.6mm Nozzle version = 4 -definition = mingda_rock3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/mingda_rock3_0.8.inst.cfg b/resources/variants/mingda_rock3_0.8.inst.cfg index 76ab342113..0d2725028b 100644 --- a/resources/variants/mingda_rock3_0.8.inst.cfg +++ b/resources/variants/mingda_rock3_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_rock3 name = 0.8mm Nozzle version = 4 -definition = mingda_rock3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/mingda_rock3_1.0.inst.cfg b/resources/variants/mingda_rock3_1.0.inst.cfg index fb4e92d0f5..d4c0ba8016 100644 --- a/resources/variants/mingda_rock3_1.0.inst.cfg +++ b/resources/variants/mingda_rock3_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = mingda_rock3 name = 1.0mm Nozzle version = 4 -definition = mingda_rock3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/nwa3d_a31_04.inst.cfg b/resources/variants/nwa3d_a31_04.inst.cfg index 6189f76c08..943e924e46 100644 --- a/resources/variants/nwa3d_a31_04.inst.cfg +++ b/resources/variants/nwa3d_a31_04.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = nwa3d_a31 name = Standard 0.4mm version = 4 -definition = nwa3d_a31 [metadata] author = DragonJe +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/nwa3d_a31_06.inst.cfg b/resources/variants/nwa3d_a31_06.inst.cfg index 6422f161ee..6c40173316 100644 --- a/resources/variants/nwa3d_a31_06.inst.cfg +++ b/resources/variants/nwa3d_a31_06.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = nwa3d_a31 name = Engineering 0.6mm version = 4 -definition = nwa3d_a31 [metadata] author = DragonJe +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/renkforce_basic3_0.2.inst.cfg b/resources/variants/renkforce_basic3_0.2.inst.cfg index b62ea7652a..3f57e3b114 100644 --- a/resources/variants/renkforce_basic3_0.2.inst.cfg +++ b/resources/variants/renkforce_basic3_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_basic3 name = 0.2mm Nozzle version = 4 -definition = renkforce_basic3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/renkforce_basic3_0.4.inst.cfg b/resources/variants/renkforce_basic3_0.4.inst.cfg index f3ed1530bb..3deb901cdf 100644 --- a/resources/variants/renkforce_basic3_0.4.inst.cfg +++ b/resources/variants/renkforce_basic3_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_basic3 name = 0.4mm Nozzle version = 4 -definition = renkforce_basic3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/renkforce_basic3_0.6.inst.cfg b/resources/variants/renkforce_basic3_0.6.inst.cfg index f9af034a92..7fb350fb6e 100644 --- a/resources/variants/renkforce_basic3_0.6.inst.cfg +++ b/resources/variants/renkforce_basic3_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_basic3 name = 0.6mm Nozzle version = 4 -definition = renkforce_basic3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/renkforce_basic3_0.8.inst.cfg b/resources/variants/renkforce_basic3_0.8.inst.cfg index 98feb11fbb..0974c57930 100644 --- a/resources/variants/renkforce_basic3_0.8.inst.cfg +++ b/resources/variants/renkforce_basic3_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_basic3 name = 0.8mm Nozzle version = 4 -definition = renkforce_basic3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/renkforce_basic3_1.0.inst.cfg b/resources/variants/renkforce_basic3_1.0.inst.cfg index 45b5cf5a2b..8b8c16288c 100644 --- a/resources/variants/renkforce_basic3_1.0.inst.cfg +++ b/resources/variants/renkforce_basic3_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_basic3 name = 1.0mm Nozzle version = 4 -definition = renkforce_basic3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/renkforce_cubeone_0.7.inst.cfg b/resources/variants/renkforce_cubeone_0.7.inst.cfg index 605bdf75f5..85681823d0 100644 --- a/resources/variants/renkforce_cubeone_0.7.inst.cfg +++ b/resources/variants/renkforce_cubeone_0.7.inst.cfg @@ -1,12 +1,13 @@ -[general] -name = 0.7mm Nozzle -version = 4 -definition = renkforce_cubeone - -[metadata] -setting_version = 20 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.7 \ No newline at end of file +[general] +definition = renkforce_cubeone +name = 0.7mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.7 + diff --git a/resources/variants/renkforce_pro3_0.2.inst.cfg b/resources/variants/renkforce_pro3_0.2.inst.cfg index a823e94870..d2726c39b0 100644 --- a/resources/variants/renkforce_pro3_0.2.inst.cfg +++ b/resources/variants/renkforce_pro3_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro3 name = 0.2mm Nozzle version = 4 -definition = renkforce_pro3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/renkforce_pro3_0.4.inst.cfg b/resources/variants/renkforce_pro3_0.4.inst.cfg index 373f8fdd52..c1e0f92f21 100644 --- a/resources/variants/renkforce_pro3_0.4.inst.cfg +++ b/resources/variants/renkforce_pro3_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro3 name = 0.4mm Nozzle version = 4 -definition = renkforce_pro3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/renkforce_pro3_0.6.inst.cfg b/resources/variants/renkforce_pro3_0.6.inst.cfg index 6102e36f9d..ef2f96eeaf 100644 --- a/resources/variants/renkforce_pro3_0.6.inst.cfg +++ b/resources/variants/renkforce_pro3_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro3 name = 0.6mm Nozzle version = 4 -definition = renkforce_pro3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/renkforce_pro3_0.8.inst.cfg b/resources/variants/renkforce_pro3_0.8.inst.cfg index a9f845b292..2049cc02cd 100644 --- a/resources/variants/renkforce_pro3_0.8.inst.cfg +++ b/resources/variants/renkforce_pro3_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro3 name = 0.8mm Nozzle version = 4 -definition = renkforce_pro3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/renkforce_pro3_1.0.inst.cfg b/resources/variants/renkforce_pro3_1.0.inst.cfg index 8eaea99edb..054f1184a3 100644 --- a/resources/variants/renkforce_pro3_1.0.inst.cfg +++ b/resources/variants/renkforce_pro3_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro3 name = 1.0mm Nozzle version = 4 -definition = renkforce_pro3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/renkforce_pro6_0.2.inst.cfg b/resources/variants/renkforce_pro6_0.2.inst.cfg index 6d9459ed43..b29e2df3f1 100644 --- a/resources/variants/renkforce_pro6_0.2.inst.cfg +++ b/resources/variants/renkforce_pro6_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6 name = 0.4mm Nozzle version = 4 -definition = renkforce_pro6 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/renkforce_pro6_0.4.inst.cfg b/resources/variants/renkforce_pro6_0.4.inst.cfg index 11f5594837..d707c24779 100644 --- a/resources/variants/renkforce_pro6_0.4.inst.cfg +++ b/resources/variants/renkforce_pro6_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6 name = 0.4mm Nozzle version = 4 -definition = renkforce_pro6 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/renkforce_pro6_0.6.inst.cfg b/resources/variants/renkforce_pro6_0.6.inst.cfg index 99851560e5..20aad77742 100644 --- a/resources/variants/renkforce_pro6_0.6.inst.cfg +++ b/resources/variants/renkforce_pro6_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6 name = 0.6mm Nozzle version = 4 -definition = renkforce_pro6 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/renkforce_pro6_0.8.inst.cfg b/resources/variants/renkforce_pro6_0.8.inst.cfg index e10fbc3e26..73083c28a7 100644 --- a/resources/variants/renkforce_pro6_0.8.inst.cfg +++ b/resources/variants/renkforce_pro6_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6 name = 0.8mm Nozzle version = 4 -definition = renkforce_pro6 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/renkforce_pro6_1.0.inst.cfg b/resources/variants/renkforce_pro6_1.0.inst.cfg index fe01d4989b..00a7dd51b0 100644 --- a/resources/variants/renkforce_pro6_1.0.inst.cfg +++ b/resources/variants/renkforce_pro6_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6 name = 1.0mm Nozzle version = 4 -definition = renkforce_pro6 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/renkforce_pro6plus_0.4.inst.cfg b/resources/variants/renkforce_pro6plus_0.4.inst.cfg index 26de9bfac7..53011de547 100644 --- a/resources/variants/renkforce_pro6plus_0.4.inst.cfg +++ b/resources/variants/renkforce_pro6plus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6plus name = 0.4mm Nozzle version = 4 -definition = renkforce_pro6plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/renkforce_pro6plus_0.6.inst.cfg b/resources/variants/renkforce_pro6plus_0.6.inst.cfg index 7c337517ef..f8357e5acf 100644 --- a/resources/variants/renkforce_pro6plus_0.6.inst.cfg +++ b/resources/variants/renkforce_pro6plus_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6plus name = 0.6mm Nozzle version = 4 -definition = renkforce_pro6plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/renkforce_pro6plus_0.8.inst.cfg b/resources/variants/renkforce_pro6plus_0.8.inst.cfg index b3aba6d4a1..19e8b14108 100644 --- a/resources/variants/renkforce_pro6plus_0.8.inst.cfg +++ b/resources/variants/renkforce_pro6plus_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6plus name = 0.8mm Nozzle version = 4 -definition = renkforce_pro6plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/renkforce_pro6plus_1.0.inst.cfg b/resources/variants/renkforce_pro6plus_1.0.inst.cfg index e5e51b82b3..255c4cb9f0 100644 --- a/resources/variants/renkforce_pro6plus_1.0.inst.cfg +++ b/resources/variants/renkforce_pro6plus_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro6plus name = 1.0mm Nozzle version = 4 -definition = renkforce_pro6plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/renkforce_pro7dual_0.2.inst.cfg b/resources/variants/renkforce_pro7dual_0.2.inst.cfg index e1d2ca7fa9..69d912c9da 100755 --- a/resources/variants/renkforce_pro7dual_0.2.inst.cfg +++ b/resources/variants/renkforce_pro7dual_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro7dual name = 0.2mm Nozzle version = 4 -definition = renkforce_pro7dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/renkforce_pro7dual_0.4.inst.cfg b/resources/variants/renkforce_pro7dual_0.4.inst.cfg index 62aff750be..e95e747132 100755 --- a/resources/variants/renkforce_pro7dual_0.4.inst.cfg +++ b/resources/variants/renkforce_pro7dual_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro7dual name = 0.4mm Nozzle version = 4 -definition = renkforce_pro7dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/renkforce_pro7dual_0.6.inst.cfg b/resources/variants/renkforce_pro7dual_0.6.inst.cfg index b903531f1a..5c048ff680 100755 --- a/resources/variants/renkforce_pro7dual_0.6.inst.cfg +++ b/resources/variants/renkforce_pro7dual_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro7dual name = 0.6mm Nozzle version = 4 -definition = renkforce_pro7dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/renkforce_pro7dual_0.8.inst.cfg b/resources/variants/renkforce_pro7dual_0.8.inst.cfg index 3fd935a04d..604b5aa66b 100755 --- a/resources/variants/renkforce_pro7dual_0.8.inst.cfg +++ b/resources/variants/renkforce_pro7dual_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro7dual name = 0.8mm Nozzle version = 4 -definition = renkforce_pro7dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/renkforce_pro7dual_1.0.inst.cfg b/resources/variants/renkforce_pro7dual_1.0.inst.cfg index 5c27ee38dd..9e7a1ff8fa 100755 --- a/resources/variants/renkforce_pro7dual_1.0.inst.cfg +++ b/resources/variants/renkforce_pro7dual_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = renkforce_pro7dual name = 1.0mm Nozzle version = 4 -definition = renkforce_pro7dual [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/strateo3d_high_temp_04.inst.cfg b/resources/variants/strateo3d_high_temp_04.inst.cfg index 1091760b4e..8a50986647 100644 --- a/resources/variants/strateo3d_high_temp_04.inst.cfg +++ b/resources/variants/strateo3d_high_temp_04.inst.cfg @@ -1,20 +1,21 @@ [general] +definition = strateo3d name = High temp 0.4 version = 4 -definition = strateo3d [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +layer_height = 0.2 +layer_height_0 = 0.3 machine_nozzle_id = HT0.4 machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.0 -layer_height = 0.2 -layer_height_0 = 0.3 prime_tower_enable = True retract_at_layer_change = False support_angle = 45 support_use_towers = True + diff --git a/resources/variants/strateo3d_standard_04.inst.cfg b/resources/variants/strateo3d_standard_04.inst.cfg index 6806c3ef67..9c9e7dcaff 100644 --- a/resources/variants/strateo3d_standard_04.inst.cfg +++ b/resources/variants/strateo3d_standard_04.inst.cfg @@ -1,20 +1,21 @@ [general] +definition = strateo3d name = Standard 0.4 version = 4 -definition = strateo3d [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +layer_height = 0.2 +layer_height_0 = 0.3 machine_nozzle_id = Standard 0.4 machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.0 -layer_height = 0.2 -layer_height_0 = 0.3 prime_tower_enable = True retract_at_layer_change = False support_angle = 60 -support_use_towers = True \ No newline at end of file +support_use_towers = True + diff --git a/resources/variants/strateo3d_standard_06.inst.cfg b/resources/variants/strateo3d_standard_06.inst.cfg index 9ab25f5bc1..3dc60d0530 100644 --- a/resources/variants/strateo3d_standard_06.inst.cfg +++ b/resources/variants/strateo3d_standard_06.inst.cfg @@ -1,20 +1,21 @@ [general] +definition = strateo3d name = Standard 0.6 version = 4 -definition = strateo3d [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +layer_height = 0.3 +layer_height_0 = 0.4 machine_nozzle_id = Standard 0.6 machine_nozzle_size = 0.6 machine_nozzle_tip_outer_diameter = 1.5 -layer_height = 0.3 -layer_height_0 = 0.4 prime_tower_enable = True retract_at_layer_change = False support_angle = 55 -support_use_towers = True \ No newline at end of file +support_use_towers = True + diff --git a/resources/variants/strateo3d_standard_08.inst.cfg b/resources/variants/strateo3d_standard_08.inst.cfg index 435f34f270..ad2c514de0 100644 --- a/resources/variants/strateo3d_standard_08.inst.cfg +++ b/resources/variants/strateo3d_standard_08.inst.cfg @@ -1,20 +1,21 @@ [general] +definition = strateo3d name = Standard 0.8 version = 4 -definition = strateo3d [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +layer_height = 0.4 +layer_height_0 = 0.5 machine_nozzle_id = Standard 0.8 machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 2.0 -layer_height = 0.4 -layer_height_0 = 0.5 prime_tower_enable = True retract_at_layer_change = True support_angle = 50 -support_use_towers = True \ No newline at end of file +support_use_towers = True + diff --git a/resources/variants/strateo3d_standard_10.inst.cfg b/resources/variants/strateo3d_standard_10.inst.cfg index 46f85ef2ad..3a8e1d42c5 100644 --- a/resources/variants/strateo3d_standard_10.inst.cfg +++ b/resources/variants/strateo3d_standard_10.inst.cfg @@ -1,20 +1,21 @@ [general] +definition = strateo3d name = Standard 1.0 Experimental version = 4 -definition = strateo3d [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +layer_height = 0.5 +layer_height_0 = 0.6 machine_nozzle_id = Standard 1.0 Experimental machine_nozzle_size = 1.0 machine_nozzle_tip_outer_diameter = 2.5 -layer_height = 0.5 -layer_height_0 = 0.6 prime_tower_enable = True retract_at_layer_change = True support_angle = 50 -support_use_towers = True \ No newline at end of file +support_use_towers = True + diff --git a/resources/variants/strateo3d_standard_12.inst.cfg b/resources/variants/strateo3d_standard_12.inst.cfg index 4a8ea196c8..9eb54c71d2 100644 --- a/resources/variants/strateo3d_standard_12.inst.cfg +++ b/resources/variants/strateo3d_standard_12.inst.cfg @@ -1,20 +1,21 @@ [general] +definition = strateo3d name = Standard 1.2 Experimental version = 4 -definition = strateo3d [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +layer_height = 0.6 +layer_height_0 = 0.7 machine_nozzle_id = Standard 1.2 Experimental machine_nozzle_size = 1.2 machine_nozzle_tip_outer_diameter = 3.0 -layer_height = 0.6 -layer_height_0 = 0.7 prime_tower_enable = True retract_at_layer_change = True support_angle = 50 -support_use_towers = True \ No newline at end of file +support_use_towers = True + diff --git a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.20.inst.cfg b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.20.inst.cfg index c983214ef7..ee7fa722bb 100644 --- a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.20.inst.cfg +++ b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.20.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = structur3d_discov3ry1_complete_um2plus name = 0.20mm (Clear) version = 4 -definition = structur3d_discov3ry1_complete_um2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_id = 0.20mm (Clear) machine_nozzle_size = 0.20 machine_nozzle_tip_outer_diameter = 0.30 + diff --git a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.25.inst.cfg b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.25.inst.cfg index bd431f0422..7818ccbb79 100644 --- a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.25.inst.cfg +++ b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = structur3d_discov3ry1_complete_um2plus name = 0.25mm (Red) version = 4 -definition = structur3d_discov3ry1_complete_um2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_id = 0.25mm (Red) machine_nozzle_size = 0.25 machine_nozzle_tip_outer_diameter = 0.35 + diff --git a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.41.inst.cfg b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.41.inst.cfg index 8df046a824..c2f61935fb 100644 --- a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.41.inst.cfg +++ b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.41.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = structur3d_discov3ry1_complete_um2plus name = 0.41mm (Blue) version = 4 -definition = structur3d_discov3ry1_complete_um2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_id = 0.41mm (Blue) machine_nozzle_size = 0.41 machine_nozzle_tip_outer_diameter = 0.51 + diff --git a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.58.inst.cfg b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.58.inst.cfg index cd4b9ab2f6..11bed6f6a8 100644 --- a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.58.inst.cfg +++ b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.58.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = structur3d_discov3ry1_complete_um2plus name = 0.58mm (Pink) version = 4 -definition = structur3d_discov3ry1_complete_um2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_id = 0.58mm (Pink) machine_nozzle_size = 0.58 machine_nozzle_tip_outer_diameter = 0.68 + diff --git a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.84.inst.cfg b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.84.inst.cfg index 9dd15300fc..a70ebdab34 100644 --- a/resources/variants/structur3d_discov3ry1_complete_um2plus_0.84.inst.cfg +++ b/resources/variants/structur3d_discov3ry1_complete_um2plus_0.84.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = structur3d_discov3ry1_complete_um2plus name = 0.84mm (Green) version = 4 -definition = structur3d_discov3ry1_complete_um2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_id = 0.84mm (Green) machine_nozzle_size = 0.84 machine_nozzle_tip_outer_diameter = 0.94 + diff --git a/resources/variants/structur3d_discov3ry1_complete_um2plus_1.19.inst.cfg b/resources/variants/structur3d_discov3ry1_complete_um2plus_1.19.inst.cfg index 7d13f8a569..6c7e908cf1 100644 --- a/resources/variants/structur3d_discov3ry1_complete_um2plus_1.19.inst.cfg +++ b/resources/variants/structur3d_discov3ry1_complete_um2plus_1.19.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = structur3d_discov3ry1_complete_um2plus name = 1.19mm (Grey) version = 4 -definition = structur3d_discov3ry1_complete_um2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_id = 1.19mm (Grey) machine_nozzle_size = 1.19 machine_nozzle_tip_outer_diameter = 1.29 + diff --git a/resources/variants/structur3d_discov3ry1_complete_um2plus_1.60.inst.cfg b/resources/variants/structur3d_discov3ry1_complete_um2plus_1.60.inst.cfg index 7cecf36184..693d60cd0f 100644 --- a/resources/variants/structur3d_discov3ry1_complete_um2plus_1.60.inst.cfg +++ b/resources/variants/structur3d_discov3ry1_complete_um2plus_1.60.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = structur3d_discov3ry1_complete_um2plus name = 1.60mm (Olive) version = 4 -definition = structur3d_discov3ry1_complete_um2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_id = 1.60mm (Olive) machine_nozzle_size = 1.60 machine_nozzle_tip_outer_diameter = 1.70 + diff --git a/resources/variants/tizyx_evy_0.2.inst.cfg b/resources/variants/tizyx_evy_0.2.inst.cfg index 589bc2b45e..df630d9e97 100644 --- a/resources/variants/tizyx_evy_0.2.inst.cfg +++ b/resources/variants/tizyx_evy_0.2.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = tizyx_evy name = 0.2mm version = 4 -definition = tizyx_evy [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/tizyx_evy_0.3.inst.cfg b/resources/variants/tizyx_evy_0.3.inst.cfg index d2f8e6f714..a21dc363e1 100644 --- a/resources/variants/tizyx_evy_0.3.inst.cfg +++ b/resources/variants/tizyx_evy_0.3.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = tizyx_evy name = 0.3mm version = 4 -definition = tizyx_evy [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/tizyx_evy_0.4.inst.cfg b/resources/variants/tizyx_evy_0.4.inst.cfg index dec9f40f06..3e6ec06f59 100644 --- a/resources/variants/tizyx_evy_0.4.inst.cfg +++ b/resources/variants/tizyx_evy_0.4.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = tizyx_evy name = 0.4mm version = 4 -definition = tizyx_evy [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/tizyx_evy_0.5.inst.cfg b/resources/variants/tizyx_evy_0.5.inst.cfg index dc074e1572..60e0cbe9fb 100644 --- a/resources/variants/tizyx_evy_0.5.inst.cfg +++ b/resources/variants/tizyx_evy_0.5.inst.cfg @@ -1,13 +1,13 @@ [general] +definition = tizyx_evy name = 0.5mm version = 4 -definition = tizyx_evy [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 diff --git a/resources/variants/tizyx_evy_0.6.inst.cfg b/resources/variants/tizyx_evy_0.6.inst.cfg index bb49d1055f..73987e8a91 100644 --- a/resources/variants/tizyx_evy_0.6.inst.cfg +++ b/resources/variants/tizyx_evy_0.6.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = tizyx_evy name = 0.6mm version = 4 -definition = tizyx_evy [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/tizyx_evy_0.8.inst.cfg b/resources/variants/tizyx_evy_0.8.inst.cfg index 31fef2ab4b..6512f22e5b 100644 --- a/resources/variants/tizyx_evy_0.8.inst.cfg +++ b/resources/variants/tizyx_evy_0.8.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = tizyx_evy name = 0.8mm version = 4 -definition = tizyx_evy [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/tizyx_evy_1.0.inst.cfg b/resources/variants/tizyx_evy_1.0.inst.cfg index 69ca4a36ae..bb20f8971d 100644 --- a/resources/variants/tizyx_evy_1.0.inst.cfg +++ b/resources/variants/tizyx_evy_1.0.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = tizyx_evy name = 1.0mm version = 4 -definition = tizyx_evy [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/tizyx_evy_dual_classic.inst.cfg b/resources/variants/tizyx_evy_dual_classic.inst.cfg index c05b0f2a0a..3dc10c7b3c 100644 --- a/resources/variants/tizyx_evy_dual_classic.inst.cfg +++ b/resources/variants/tizyx_evy_dual_classic.inst.cfg @@ -1,15 +1,16 @@ [general] +definition = tizyx_evy_dual name = Classic Extruder version = 4 -definition = tizyx_evy_dual [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 switch_extruder_retraction_amount = 100 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/variants/tizyx_evy_dual_direct_drive.inst.cfg b/resources/variants/tizyx_evy_dual_direct_drive.inst.cfg index 24f9f3dfd5..b9aa560cd9 100644 --- a/resources/variants/tizyx_evy_dual_direct_drive.inst.cfg +++ b/resources/variants/tizyx_evy_dual_direct_drive.inst.cfg @@ -1,15 +1,16 @@ [general] +definition = tizyx_evy_dual name = Direct Drive version = 4 -definition = tizyx_evy_dual [metadata] author = TiZYX +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 switch_extruder_retraction_amount = 72 -switch_extruder_retraction_speeds = 70 \ No newline at end of file +switch_extruder_retraction_speeds = 70 + diff --git a/resources/variants/tizyx_k25_0.2.inst.cfg b/resources/variants/tizyx_k25_0.2.inst.cfg index 35be5a2381..c1fc705ead 100644 --- a/resources/variants/tizyx_k25_0.2.inst.cfg +++ b/resources/variants/tizyx_k25_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = tizyx_k25 name = 0.2 mm version = 4 -definition = tizyx_k25 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/tizyx_k25_0.3.inst.cfg b/resources/variants/tizyx_k25_0.3.inst.cfg index 142fa2167f..86a08cfb58 100644 --- a/resources/variants/tizyx_k25_0.3.inst.cfg +++ b/resources/variants/tizyx_k25_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = tizyx_k25 name = 0.3 mm version = 4 -definition = tizyx_k25 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/tizyx_k25_0.4.inst.cfg b/resources/variants/tizyx_k25_0.4.inst.cfg index 04e9691b81..3b286d45ad 100644 --- a/resources/variants/tizyx_k25_0.4.inst.cfg +++ b/resources/variants/tizyx_k25_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = tizyx_k25 name = 0.4 mm version = 4 -definition = tizyx_k25 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/tizyx_k25_0.5.inst.cfg b/resources/variants/tizyx_k25_0.5.inst.cfg index 0745a76f45..5c3e89943e 100644 --- a/resources/variants/tizyx_k25_0.5.inst.cfg +++ b/resources/variants/tizyx_k25_0.5.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = tizyx_k25 name = 0.5 mm version = 4 -definition = tizyx_k25 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 diff --git a/resources/variants/tizyx_k25_0.6.inst.cfg b/resources/variants/tizyx_k25_0.6.inst.cfg index 348c27c694..1c44812812 100644 --- a/resources/variants/tizyx_k25_0.6.inst.cfg +++ b/resources/variants/tizyx_k25_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = tizyx_k25 name = 0.6 mm version = 4 -definition = tizyx_k25 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/tizyx_k25_0.8.inst.cfg b/resources/variants/tizyx_k25_0.8.inst.cfg index a245060e34..5b8e434470 100644 --- a/resources/variants/tizyx_k25_0.8.inst.cfg +++ b/resources/variants/tizyx_k25_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = tizyx_k25 name = 0.8 mm version = 4 -definition = tizyx_k25 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/tizyx_k25_1.0.inst.cfg b/resources/variants/tizyx_k25_1.0.inst.cfg index 9701fb8088..3099940656 100644 --- a/resources/variants/tizyx_k25_1.0.inst.cfg +++ b/resources/variants/tizyx_k25_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = tizyx_k25 name = 1.0 mm version = 4 -definition = tizyx_k25 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/tronxy_d01_0.2.inst.cfg b/resources/variants/tronxy_d01_0.2.inst.cfg index fee8a43487..4e38792ecb 100644 --- a/resources/variants/tronxy_d01_0.2.inst.cfg +++ b/resources/variants/tronxy_d01_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_d01 name = 0.2mm Nozzle version = 4 -definition = tronxy_d01 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_d01_0.3.inst.cfg b/resources/variants/tronxy_d01_0.3.inst.cfg index fd25013953..f73c67558d 100644 --- a/resources/variants/tronxy_d01_0.3.inst.cfg +++ b/resources/variants/tronxy_d01_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_d01 name = 0.3mm Nozzle version = 4 -definition = tronxy_d01 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_d01_0.4.inst.cfg b/resources/variants/tronxy_d01_0.4.inst.cfg index 7d173aa327..a694013002 100644 --- a/resources/variants/tronxy_d01_0.4.inst.cfg +++ b/resources/variants/tronxy_d01_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_d01 name = 0.4mm Nozzle version = 4 -definition = tronxy_d01 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_d01_0.5.inst.cfg b/resources/variants/tronxy_d01_0.5.inst.cfg index c20d840fdd..d1a64cfe6c 100644 --- a/resources/variants/tronxy_d01_0.5.inst.cfg +++ b/resources/variants/tronxy_d01_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_d01 name = 0.5mm Nozzle version = 4 -definition = tronxy_d01 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_d01_0.6.inst.cfg b/resources/variants/tronxy_d01_0.6.inst.cfg index ac114eeb57..4895089986 100644 --- a/resources/variants/tronxy_d01_0.6.inst.cfg +++ b/resources/variants/tronxy_d01_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_d01 name = 0.6mm Nozzle version = 4 -definition = tronxy_d01 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_d01_0.8.inst.cfg b/resources/variants/tronxy_d01_0.8.inst.cfg index a94da31c6f..26001c7d01 100644 --- a/resources/variants/tronxy_d01_0.8.inst.cfg +++ b/resources/variants/tronxy_d01_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_d01 name = 0.8mm Nozzle version = 4 -definition = tronxy_d01 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_0.2.inst.cfg b/resources/variants/tronxy_x5sa_0.2.inst.cfg index 5e230f29df..16117c811d 100644 --- a/resources/variants/tronxy_x5sa_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa name = 0.2mm Nozzle version = 4 -definition = tronxy_x5sa [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_0.3.inst.cfg b/resources/variants/tronxy_x5sa_0.3.inst.cfg index 0c51e07fef..cc02d466dc 100644 --- a/resources/variants/tronxy_x5sa_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa name = 0.3mm Nozzle version = 4 -definition = tronxy_x5sa [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_0.4.inst.cfg b/resources/variants/tronxy_x5sa_0.4.inst.cfg index f8995e4844..23703e310f 100644 --- a/resources/variants/tronxy_x5sa_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa name = 0.4mm Nozzle version = 4 -definition = tronxy_x5sa [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_0.5.inst.cfg b/resources/variants/tronxy_x5sa_0.5.inst.cfg index cdc7c8f6e7..1fd31b31cb 100644 --- a/resources/variants/tronxy_x5sa_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa name = 0.5mm Nozzle version = 4 -definition = tronxy_x5sa [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_0.6.inst.cfg b/resources/variants/tronxy_x5sa_0.6.inst.cfg index 86d14ad460..ea4230a4ca 100644 --- a/resources/variants/tronxy_x5sa_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa name = 0.6mm Nozzle version = 4 -definition = tronxy_x5sa [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_0.8.inst.cfg b/resources/variants/tronxy_x5sa_0.8.inst.cfg index 5f1e69c69d..dda7aa986e 100644 --- a/resources/variants/tronxy_x5sa_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa name = 0.8mm Nozzle version = 4 -definition = tronxy_x5sa [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_400_0.2.inst.cfg b/resources/variants/tronxy_x5sa_400_0.2.inst.cfg index d2e987ae34..26f11a30bd 100644 --- a/resources/variants/tronxy_x5sa_400_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_400 name = 0.2mm Nozzle version = 4 -definition = tronxy_x5sa_400 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_400_0.3.inst.cfg b/resources/variants/tronxy_x5sa_400_0.3.inst.cfg index 463b07ed5f..0715e9444e 100644 --- a/resources/variants/tronxy_x5sa_400_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_400 name = 0.3mm Nozzle version = 4 -definition = tronxy_x5sa_400 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_400_0.4.inst.cfg b/resources/variants/tronxy_x5sa_400_0.4.inst.cfg index 43d4f49c98..5e12e6e698 100644 --- a/resources/variants/tronxy_x5sa_400_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_400 name = 0.4mm Nozzle version = 4 -definition = tronxy_x5sa_400 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_400_0.5.inst.cfg b/resources/variants/tronxy_x5sa_400_0.5.inst.cfg index 78f9a40462..37df8d6be5 100644 --- a/resources/variants/tronxy_x5sa_400_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_400 name = 0.5mm Nozzle version = 4 -definition = tronxy_x5sa_400 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_400_0.6.inst.cfg b/resources/variants/tronxy_x5sa_400_0.6.inst.cfg index 74cc85c53d..4220de23b4 100644 --- a/resources/variants/tronxy_x5sa_400_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_400 name = 0.6mm Nozzle version = 4 -definition = tronxy_x5sa_400 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_400_0.8.inst.cfg b/resources/variants/tronxy_x5sa_400_0.8.inst.cfg index 3a181e9736..b32883a024 100644 --- a/resources/variants/tronxy_x5sa_400_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_400 name = 0.8mm Nozzle version = 4 -definition = tronxy_x5sa_400 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_500_0.2.inst.cfg b/resources/variants/tronxy_x5sa_500_0.2.inst.cfg index 8426c56187..20fd73c6f5 100644 --- a/resources/variants/tronxy_x5sa_500_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_500 name = 0.2mm Nozzle version = 4 -definition = tronxy_x5sa_500 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_500_0.3.inst.cfg b/resources/variants/tronxy_x5sa_500_0.3.inst.cfg index f7ad7992b6..79cf49fa69 100644 --- a/resources/variants/tronxy_x5sa_500_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_500 name = 0.3mm Nozzle version = 4 -definition = tronxy_x5sa_500 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_500_0.4.inst.cfg b/resources/variants/tronxy_x5sa_500_0.4.inst.cfg index c8ae427bfe..e7cb77afcb 100644 --- a/resources/variants/tronxy_x5sa_500_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_500 name = 0.4mm Nozzle version = 4 -definition = tronxy_x5sa_500 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_500_0.5.inst.cfg b/resources/variants/tronxy_x5sa_500_0.5.inst.cfg index 69314b36e5..a41f7dfabd 100644 --- a/resources/variants/tronxy_x5sa_500_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_500 name = 0.5mm Nozzle version = 4 -definition = tronxy_x5sa_500 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_500_0.6.inst.cfg b/resources/variants/tronxy_x5sa_500_0.6.inst.cfg index fad8126356..faf8166668 100644 --- a/resources/variants/tronxy_x5sa_500_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_500 name = 0.6mm Nozzle version = 4 -definition = tronxy_x5sa_500 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x5sa_500_0.8.inst.cfg b/resources/variants/tronxy_x5sa_500_0.8.inst.cfg index 83fa24c6b9..450c16d3ca 100644 --- a/resources/variants/tronxy_x5sa_500_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x5sa_500 name = 0.8mm Nozzle version = 4 -definition = tronxy_x5sa_500 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x_0.2.inst.cfg b/resources/variants/tronxy_x_0.2.inst.cfg index db117834ee..0a1d1f77a0 100644 --- a/resources/variants/tronxy_x_0.2.inst.cfg +++ b/resources/variants/tronxy_x_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x name = 0.2mm Nozzle version = 4 -definition = tronxy_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x_0.3.inst.cfg b/resources/variants/tronxy_x_0.3.inst.cfg index f9532f863b..1efa849e47 100644 --- a/resources/variants/tronxy_x_0.3.inst.cfg +++ b/resources/variants/tronxy_x_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x name = 0.3mm Nozzle version = 4 -definition = tronxy_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x_0.4.inst.cfg b/resources/variants/tronxy_x_0.4.inst.cfg index a15e34b475..6cf03dd8d4 100644 --- a/resources/variants/tronxy_x_0.4.inst.cfg +++ b/resources/variants/tronxy_x_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x name = 0.4mm Nozzle version = 4 -definition = tronxy_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x_0.5.inst.cfg b/resources/variants/tronxy_x_0.5.inst.cfg index 6f34a8545b..232bc8961a 100644 --- a/resources/variants/tronxy_x_0.5.inst.cfg +++ b/resources/variants/tronxy_x_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x name = 0.5mm Nozzle version = 4 -definition = tronxy_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x_0.6.inst.cfg b/resources/variants/tronxy_x_0.6.inst.cfg index 9380bc657b..1d2b904033 100644 --- a/resources/variants/tronxy_x_0.6.inst.cfg +++ b/resources/variants/tronxy_x_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x name = 0.6mm Nozzle version = 4 -definition = tronxy_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_x_0.8.inst.cfg b/resources/variants/tronxy_x_0.8.inst.cfg index cb6b71ee54..bf4d3b83e6 100644 --- a/resources/variants/tronxy_x_0.8.inst.cfg +++ b/resources/variants/tronxy_x_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_x name = 0.8mm Nozzle version = 4 -definition = tronxy_x [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2_0.2.inst.cfg b/resources/variants/tronxy_xy2_0.2.inst.cfg index d550e039a6..be5f9999b5 100644 --- a/resources/variants/tronxy_xy2_0.2.inst.cfg +++ b/resources/variants/tronxy_xy2_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2 name = 0.2mm Nozzle version = 4 -definition = tronxy_xy2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2_0.3.inst.cfg b/resources/variants/tronxy_xy2_0.3.inst.cfg index c668c44b94..2d3f637243 100644 --- a/resources/variants/tronxy_xy2_0.3.inst.cfg +++ b/resources/variants/tronxy_xy2_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2 name = 0.3mm Nozzle version = 4 -definition = tronxy_xy2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2_0.4.inst.cfg b/resources/variants/tronxy_xy2_0.4.inst.cfg index b30bc50ba5..65ac72aa2c 100644 --- a/resources/variants/tronxy_xy2_0.4.inst.cfg +++ b/resources/variants/tronxy_xy2_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2 name = 0.4mm Nozzle version = 4 -definition = tronxy_xy2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2_0.5.inst.cfg b/resources/variants/tronxy_xy2_0.5.inst.cfg index 99c4de482b..403b47b613 100644 --- a/resources/variants/tronxy_xy2_0.5.inst.cfg +++ b/resources/variants/tronxy_xy2_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2 name = 0.5mm Nozzle version = 4 -definition = tronxy_xy2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2_0.6.inst.cfg b/resources/variants/tronxy_xy2_0.6.inst.cfg index 347cb552ef..9be985f9b6 100644 --- a/resources/variants/tronxy_xy2_0.6.inst.cfg +++ b/resources/variants/tronxy_xy2_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2 name = 0.6mm Nozzle version = 4 -definition = tronxy_xy2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2_0.8.inst.cfg b/resources/variants/tronxy_xy2_0.8.inst.cfg index fecd30c7b4..67470ae393 100644 --- a/resources/variants/tronxy_xy2_0.8.inst.cfg +++ b/resources/variants/tronxy_xy2_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2 name = 0.8mm Nozzle version = 4 -definition = tronxy_xy2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2pro_0.2.inst.cfg b/resources/variants/tronxy_xy2pro_0.2.inst.cfg index 132aaa2563..01f3ac5522 100644 --- a/resources/variants/tronxy_xy2pro_0.2.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2pro name = 0.2mm Nozzle version = 4 -definition = tronxy_xy2pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2pro_0.3.inst.cfg b/resources/variants/tronxy_xy2pro_0.3.inst.cfg index 866844793f..6a9ea087eb 100644 --- a/resources/variants/tronxy_xy2pro_0.3.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2pro name = 0.3mm Nozzle version = 4 -definition = tronxy_xy2pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2pro_0.4.inst.cfg b/resources/variants/tronxy_xy2pro_0.4.inst.cfg index 5e1b808148..d058b1bb4e 100644 --- a/resources/variants/tronxy_xy2pro_0.4.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2pro name = 0.4mm Nozzle version = 4 -definition = tronxy_xy2pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True retraction_combing = noskin +zig_zaggify_infill = True + diff --git a/resources/variants/tronxy_xy2pro_0.5.inst.cfg b/resources/variants/tronxy_xy2pro_0.5.inst.cfg index 7c99ccb0a0..efce761fa2 100644 --- a/resources/variants/tronxy_xy2pro_0.5.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2pro name = 0.5mm Nozzle version = 4 -definition = tronxy_xy2pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2pro_0.6.inst.cfg b/resources/variants/tronxy_xy2pro_0.6.inst.cfg index 0b092d1f3c..40d0886da3 100644 --- a/resources/variants/tronxy_xy2pro_0.6.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2pro name = 0.6mm Nozzle version = 4 -definition = tronxy_xy2pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy2pro_0.8.inst.cfg b/resources/variants/tronxy_xy2pro_0.8.inst.cfg index 545a200b78..23cc815cab 100644 --- a/resources/variants/tronxy_xy2pro_0.8.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy2pro name = 0.8mm Nozzle version = 4 -definition = tronxy_xy2pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3_0.2.inst.cfg b/resources/variants/tronxy_xy3_0.2.inst.cfg index fdaea0cb8b..574e32ea23 100644 --- a/resources/variants/tronxy_xy3_0.2.inst.cfg +++ b/resources/variants/tronxy_xy3_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3 name = 0.2mm Nozzle version = 4 -definition = tronxy_xy3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3_0.3.inst.cfg b/resources/variants/tronxy_xy3_0.3.inst.cfg index 8f62502c51..2e8f949149 100644 --- a/resources/variants/tronxy_xy3_0.3.inst.cfg +++ b/resources/variants/tronxy_xy3_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3 name = 0.3mm Nozzle version = 4 -definition = tronxy_xy3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3_0.4.inst.cfg b/resources/variants/tronxy_xy3_0.4.inst.cfg index efbbf96fb0..d9d5bd009d 100644 --- a/resources/variants/tronxy_xy3_0.4.inst.cfg +++ b/resources/variants/tronxy_xy3_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3 name = 0.4mm Nozzle version = 4 -definition = tronxy_xy3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3_0.5.inst.cfg b/resources/variants/tronxy_xy3_0.5.inst.cfg index 12cd038287..b40f9e37b8 100644 --- a/resources/variants/tronxy_xy3_0.5.inst.cfg +++ b/resources/variants/tronxy_xy3_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3 name = 0.5mm Nozzle version = 4 -definition = tronxy_xy3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3_0.6.inst.cfg b/resources/variants/tronxy_xy3_0.6.inst.cfg index 68a744beb6..78c61d60dc 100644 --- a/resources/variants/tronxy_xy3_0.6.inst.cfg +++ b/resources/variants/tronxy_xy3_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3 name = 0.6mm Nozzle version = 4 -definition = tronxy_xy3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3_0.8.inst.cfg b/resources/variants/tronxy_xy3_0.8.inst.cfg index a78bb13a79..d9fdf436ab 100644 --- a/resources/variants/tronxy_xy3_0.8.inst.cfg +++ b/resources/variants/tronxy_xy3_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3 name = 0.8mm Nozzle version = 4 -definition = tronxy_xy3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3proV2_0.2.inst.cfg b/resources/variants/tronxy_xy3proV2_0.2.inst.cfg index 73ae380b84..738ced4a2f 100644 --- a/resources/variants/tronxy_xy3proV2_0.2.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.2.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3proV2 name = 0.2mm Nozzle version = 4 -definition = tronxy_xy3proV2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3proV2_0.3.inst.cfg b/resources/variants/tronxy_xy3proV2_0.3.inst.cfg index 26e062e33d..a0b9f60ef5 100644 --- a/resources/variants/tronxy_xy3proV2_0.3.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.3.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3proV2 name = 0.3mm Nozzle version = 4 -definition = tronxy_xy3proV2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3proV2_0.4.inst.cfg b/resources/variants/tronxy_xy3proV2_0.4.inst.cfg index 97706ddb48..2fcdce50b3 100644 --- a/resources/variants/tronxy_xy3proV2_0.4.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.4.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3proV2 name = 0.4mm Nozzle version = 4 -definition = tronxy_xy3proV2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3proV2_0.5.inst.cfg b/resources/variants/tronxy_xy3proV2_0.5.inst.cfg index 6aa7f21c84..7163c1cafa 100644 --- a/resources/variants/tronxy_xy3proV2_0.5.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.5.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3proV2 name = 0.5mm Nozzle version = 4 -definition = tronxy_xy3proV2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3proV2_0.6.inst.cfg b/resources/variants/tronxy_xy3proV2_0.6.inst.cfg index 593752d47e..84f41fc728 100644 --- a/resources/variants/tronxy_xy3proV2_0.6.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.6.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3proV2 name = 0.6mm Nozzle version = 4 -definition = tronxy_xy3proV2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/tronxy_xy3proV2_0.8.inst.cfg b/resources/variants/tronxy_xy3proV2_0.8.inst.cfg index c4985f67b2..29076e86fb 100644 --- a/resources/variants/tronxy_xy3proV2_0.8.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.8.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = tronxy_xy3proV2 name = 0.8mm Nozzle version = 4 -definition = tronxy_xy3proV2 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 +retraction_combing = noskin zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file + diff --git a/resources/variants/two_trees_base_0.2.inst.cfg b/resources/variants/two_trees_base_0.2.inst.cfg index 5148f824a3..468faca0ae 100644 --- a/resources/variants/two_trees_base_0.2.inst.cfg +++ b/resources/variants/two_trees_base_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_base name = 0.2mm Nozzle version = 4 -definition = two_trees_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/two_trees_base_0.3.inst.cfg b/resources/variants/two_trees_base_0.3.inst.cfg index b6052e4e24..e3d28974b6 100644 --- a/resources/variants/two_trees_base_0.3.inst.cfg +++ b/resources/variants/two_trees_base_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_base name = 0.3mm Nozzle version = 4 -definition = two_trees_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/two_trees_base_0.4.inst.cfg b/resources/variants/two_trees_base_0.4.inst.cfg index fbeefc7d30..3d8821dad1 100644 --- a/resources/variants/two_trees_base_0.4.inst.cfg +++ b/resources/variants/two_trees_base_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_base name = 0.4mm Nozzle version = 4 -definition = two_trees_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/two_trees_base_0.5.inst.cfg b/resources/variants/two_trees_base_0.5.inst.cfg index 5aa7cfa833..ac7bb0b2d9 100644 --- a/resources/variants/two_trees_base_0.5.inst.cfg +++ b/resources/variants/two_trees_base_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_base name = 0.5mm Nozzle version = 4 -definition = two_trees_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/two_trees_base_0.6.inst.cfg b/resources/variants/two_trees_base_0.6.inst.cfg index 32fee11939..34026ded60 100644 --- a/resources/variants/two_trees_base_0.6.inst.cfg +++ b/resources/variants/two_trees_base_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_base name = 0.6mm Nozzle version = 4 -definition = two_trees_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/two_trees_base_0.8.inst.cfg b/resources/variants/two_trees_base_0.8.inst.cfg index c1b5ceac5f..7ba79a5e66 100644 --- a/resources/variants/two_trees_base_0.8.inst.cfg +++ b/resources/variants/two_trees_base_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_base name = 0.8mm Nozzle version = 4 -definition = two_trees_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/two_trees_base_1.0.inst.cfg b/resources/variants/two_trees_base_1.0.inst.cfg index 72b7d37d5c..d3195a111f 100644 --- a/resources/variants/two_trees_base_1.0.inst.cfg +++ b/resources/variants/two_trees_base_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_base name = 1.0mm Nozzle version = 4 -definition = two_trees_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/two_trees_bluer_0.2.inst.cfg b/resources/variants/two_trees_bluer_0.2.inst.cfg index 53db8f015c..0bed9bd64c 100644 --- a/resources/variants/two_trees_bluer_0.2.inst.cfg +++ b/resources/variants/two_trees_bluer_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluer name = 0.2mm Nozzle version = 4 -definition = two_trees_bluer [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/two_trees_bluer_0.3.inst.cfg b/resources/variants/two_trees_bluer_0.3.inst.cfg index 2dca30b545..d47b1e3536 100644 --- a/resources/variants/two_trees_bluer_0.3.inst.cfg +++ b/resources/variants/two_trees_bluer_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluer name = 0.3mm Nozzle version = 4 -definition = two_trees_bluer [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/two_trees_bluer_0.4.inst.cfg b/resources/variants/two_trees_bluer_0.4.inst.cfg index a39681804f..68e9f3241f 100644 --- a/resources/variants/two_trees_bluer_0.4.inst.cfg +++ b/resources/variants/two_trees_bluer_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluer name = 0.4mm Nozzle version = 4 -definition = two_trees_bluer [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/two_trees_bluer_0.5.inst.cfg b/resources/variants/two_trees_bluer_0.5.inst.cfg index 41f57358cf..3577fb0725 100644 --- a/resources/variants/two_trees_bluer_0.5.inst.cfg +++ b/resources/variants/two_trees_bluer_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluer name = 0.5mm Nozzle version = 4 -definition = two_trees_bluer [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/two_trees_bluer_0.6.inst.cfg b/resources/variants/two_trees_bluer_0.6.inst.cfg index 456c5334ac..cef918f8b3 100644 --- a/resources/variants/two_trees_bluer_0.6.inst.cfg +++ b/resources/variants/two_trees_bluer_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluer name = 0.6mm Nozzle version = 4 -definition = two_trees_bluer [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/two_trees_bluer_0.8.inst.cfg b/resources/variants/two_trees_bluer_0.8.inst.cfg index b71d3889ac..2a99560e8d 100644 --- a/resources/variants/two_trees_bluer_0.8.inst.cfg +++ b/resources/variants/two_trees_bluer_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluer name = 0.8mm Nozzle version = 4 -definition = two_trees_bluer [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/two_trees_bluer_1.0.inst.cfg b/resources/variants/two_trees_bluer_1.0.inst.cfg index c8b34940f1..b782bd90fe 100644 --- a/resources/variants/two_trees_bluer_1.0.inst.cfg +++ b/resources/variants/two_trees_bluer_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluer name = 1.0mm Nozzle version = 4 -definition = two_trees_bluer [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/two_trees_bluerplus_0.2.inst.cfg b/resources/variants/two_trees_bluerplus_0.2.inst.cfg index 2b501cf420..58f7aae428 100644 --- a/resources/variants/two_trees_bluerplus_0.2.inst.cfg +++ b/resources/variants/two_trees_bluerplus_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluerplus name = 0.2mm Nozzle version = 4 -definition = two_trees_bluerplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/two_trees_bluerplus_0.3.inst.cfg b/resources/variants/two_trees_bluerplus_0.3.inst.cfg index 22433ee694..7a12221ec9 100644 --- a/resources/variants/two_trees_bluerplus_0.3.inst.cfg +++ b/resources/variants/two_trees_bluerplus_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluerplus name = 0.3mm Nozzle version = 4 -definition = two_trees_bluerplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/two_trees_bluerplus_0.4.inst.cfg b/resources/variants/two_trees_bluerplus_0.4.inst.cfg index ce0a6c028f..ef8212c4a2 100644 --- a/resources/variants/two_trees_bluerplus_0.4.inst.cfg +++ b/resources/variants/two_trees_bluerplus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluerplus name = 0.4mm Nozzle version = 4 -definition = two_trees_bluerplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/two_trees_bluerplus_0.5.inst.cfg b/resources/variants/two_trees_bluerplus_0.5.inst.cfg index cb8ed82ccf..cf2d64fb0a 100644 --- a/resources/variants/two_trees_bluerplus_0.5.inst.cfg +++ b/resources/variants/two_trees_bluerplus_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluerplus name = 0.5mm Nozzle version = 4 -definition = two_trees_bluerplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/two_trees_bluerplus_0.6.inst.cfg b/resources/variants/two_trees_bluerplus_0.6.inst.cfg index ebf50205fa..a27cfbd7ad 100644 --- a/resources/variants/two_trees_bluerplus_0.6.inst.cfg +++ b/resources/variants/two_trees_bluerplus_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluerplus name = 0.6mm Nozzle version = 4 -definition = two_trees_bluerplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/two_trees_bluerplus_0.8.inst.cfg b/resources/variants/two_trees_bluerplus_0.8.inst.cfg index a4289dbff8..5c66bfbaaf 100644 --- a/resources/variants/two_trees_bluerplus_0.8.inst.cfg +++ b/resources/variants/two_trees_bluerplus_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluerplus name = 0.8mm Nozzle version = 4 -definition = two_trees_bluerplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/two_trees_bluerplus_1.0.inst.cfg b/resources/variants/two_trees_bluerplus_1.0.inst.cfg index 82e1daeaa2..db297a8d58 100644 --- a/resources/variants/two_trees_bluerplus_1.0.inst.cfg +++ b/resources/variants/two_trees_bluerplus_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_bluerplus name = 1.0mm Nozzle version = 4 -definition = two_trees_bluerplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/two_trees_sapphireplus_0.2.inst.cfg b/resources/variants/two_trees_sapphireplus_0.2.inst.cfg index dc43e2bd2d..7757617b6d 100644 --- a/resources/variants/two_trees_sapphireplus_0.2.inst.cfg +++ b/resources/variants/two_trees_sapphireplus_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphireplus name = 0.2mm Nozzle version = 4 -definition = two_trees_sapphireplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/two_trees_sapphireplus_0.3.inst.cfg b/resources/variants/two_trees_sapphireplus_0.3.inst.cfg index 84a48f4913..e8fb95722d 100644 --- a/resources/variants/two_trees_sapphireplus_0.3.inst.cfg +++ b/resources/variants/two_trees_sapphireplus_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphireplus name = 0.3mm Nozzle version = 4 -definition = two_trees_sapphireplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/two_trees_sapphireplus_0.4.inst.cfg b/resources/variants/two_trees_sapphireplus_0.4.inst.cfg index a6d9015497..30ec9c21ea 100644 --- a/resources/variants/two_trees_sapphireplus_0.4.inst.cfg +++ b/resources/variants/two_trees_sapphireplus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphireplus name = 0.4mm Nozzle version = 4 -definition = two_trees_sapphireplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/two_trees_sapphireplus_0.5.inst.cfg b/resources/variants/two_trees_sapphireplus_0.5.inst.cfg index 81d1033eaa..92a01175ce 100644 --- a/resources/variants/two_trees_sapphireplus_0.5.inst.cfg +++ b/resources/variants/two_trees_sapphireplus_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphireplus name = 0.5mm Nozzle version = 4 -definition = two_trees_sapphireplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/two_trees_sapphireplus_0.6.inst.cfg b/resources/variants/two_trees_sapphireplus_0.6.inst.cfg index 0f812edf0d..f46e87f024 100644 --- a/resources/variants/two_trees_sapphireplus_0.6.inst.cfg +++ b/resources/variants/two_trees_sapphireplus_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphireplus name = 0.6mm Nozzle version = 4 -definition = two_trees_sapphireplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/two_trees_sapphireplus_0.8.inst.cfg b/resources/variants/two_trees_sapphireplus_0.8.inst.cfg index c01761cff9..7cb2572534 100644 --- a/resources/variants/two_trees_sapphireplus_0.8.inst.cfg +++ b/resources/variants/two_trees_sapphireplus_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphireplus name = 0.8mm Nozzle version = 4 -definition = two_trees_sapphireplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/two_trees_sapphireplus_1.0.inst.cfg b/resources/variants/two_trees_sapphireplus_1.0.inst.cfg index 892893422a..ba8fa48ac7 100644 --- a/resources/variants/two_trees_sapphireplus_1.0.inst.cfg +++ b/resources/variants/two_trees_sapphireplus_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphireplus name = 1.0mm Nozzle version = 4 -definition = two_trees_sapphireplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/two_trees_sapphirepro_0.2.inst.cfg b/resources/variants/two_trees_sapphirepro_0.2.inst.cfg index 56d1bd1f7a..e2d564a572 100644 --- a/resources/variants/two_trees_sapphirepro_0.2.inst.cfg +++ b/resources/variants/two_trees_sapphirepro_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphirepro name = 0.2mm Nozzle version = 4 -definition = two_trees_sapphirepro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/two_trees_sapphirepro_0.3.inst.cfg b/resources/variants/two_trees_sapphirepro_0.3.inst.cfg index 42390d30e0..55b9e3721d 100644 --- a/resources/variants/two_trees_sapphirepro_0.3.inst.cfg +++ b/resources/variants/two_trees_sapphirepro_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphirepro name = 0.3mm Nozzle version = 4 -definition = two_trees_sapphirepro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/two_trees_sapphirepro_0.4.inst.cfg b/resources/variants/two_trees_sapphirepro_0.4.inst.cfg index fabcae2e43..432d127d48 100644 --- a/resources/variants/two_trees_sapphirepro_0.4.inst.cfg +++ b/resources/variants/two_trees_sapphirepro_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphirepro name = 0.4mm Nozzle version = 4 -definition = two_trees_sapphirepro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/two_trees_sapphirepro_0.5.inst.cfg b/resources/variants/two_trees_sapphirepro_0.5.inst.cfg index 7fe73475cc..549dec597c 100644 --- a/resources/variants/two_trees_sapphirepro_0.5.inst.cfg +++ b/resources/variants/two_trees_sapphirepro_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphirepro name = 0.5mm Nozzle version = 4 -definition = two_trees_sapphirepro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/two_trees_sapphirepro_0.6.inst.cfg b/resources/variants/two_trees_sapphirepro_0.6.inst.cfg index 4acba1310d..ab776356d5 100644 --- a/resources/variants/two_trees_sapphirepro_0.6.inst.cfg +++ b/resources/variants/two_trees_sapphirepro_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphirepro name = 0.6mm Nozzle version = 4 -definition = two_trees_sapphirepro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/two_trees_sapphirepro_0.8.inst.cfg b/resources/variants/two_trees_sapphirepro_0.8.inst.cfg index 540d8b650c..b7618399bc 100644 --- a/resources/variants/two_trees_sapphirepro_0.8.inst.cfg +++ b/resources/variants/two_trees_sapphirepro_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphirepro name = 0.8mm Nozzle version = 4 -definition = two_trees_sapphirepro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/two_trees_sapphirepro_1.0.inst.cfg b/resources/variants/two_trees_sapphirepro_1.0.inst.cfg index e0b8c76ef0..bd87ed4d0d 100644 --- a/resources/variants/two_trees_sapphirepro_1.0.inst.cfg +++ b/resources/variants/two_trees_sapphirepro_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = two_trees_sapphirepro name = 1.0mm Nozzle version = 4 -definition = two_trees_sapphirepro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/ultimaker2_extended_olsson_0.25.inst.cfg b/resources/variants/ultimaker2_extended_olsson_0.25.inst.cfg index 65096d0998..00577bbce0 100644 --- a/resources/variants/ultimaker2_extended_olsson_0.25.inst.cfg +++ b/resources/variants/ultimaker2_extended_olsson_0.25.inst.cfg @@ -1,14 +1,15 @@ [general] +definition = ultimaker2_extended_olsson name = 0.25 mm version = 4 -definition = ultimaker2_extended_olsson [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 machine_nozzle_tip_outer_diameter = 0.8 -wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 \ No newline at end of file +wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 + diff --git a/resources/variants/ultimaker2_extended_olsson_0.4.inst.cfg b/resources/variants/ultimaker2_extended_olsson_0.4.inst.cfg index 9da8810ee2..1855034a9d 100644 --- a/resources/variants/ultimaker2_extended_olsson_0.4.inst.cfg +++ b/resources/variants/ultimaker2_extended_olsson_0.4.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = ultimaker2_extended_olsson name = 0.4 mm version = 4 -definition = ultimaker2_extended_olsson [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.05 + diff --git a/resources/variants/ultimaker2_extended_olsson_0.6.inst.cfg b/resources/variants/ultimaker2_extended_olsson_0.6.inst.cfg index 9b8b5aff45..fc9ec4ca78 100644 --- a/resources/variants/ultimaker2_extended_olsson_0.6.inst.cfg +++ b/resources/variants/ultimaker2_extended_olsson_0.6.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = ultimaker2_extended_olsson name = 0.6 mm version = 4 -definition = ultimaker2_extended_olsson [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 machine_nozzle_tip_outer_diameter = 1.25 + diff --git a/resources/variants/ultimaker2_extended_olsson_0.8.inst.cfg b/resources/variants/ultimaker2_extended_olsson_0.8.inst.cfg index 8026843c77..c0bb98c29a 100644 --- a/resources/variants/ultimaker2_extended_olsson_0.8.inst.cfg +++ b/resources/variants/ultimaker2_extended_olsson_0.8.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = ultimaker2_extended_olsson name = 0.8 mm version = 4 -definition = ultimaker2_extended_olsson [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 1.35 + diff --git a/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg index 0a33c25f3f..fbd3c584b5 100644 --- a/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg +++ b/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg @@ -1,19 +1,20 @@ [general] +definition = ultimaker2_extended_plus name = 0.25 mm version = 4 -definition = ultimaker2_extended_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_min_volume = 0.17 +coasting_volume = 0.1 machine_nozzle_size = 0.25 machine_nozzle_tip_outer_diameter = 0.8 -coasting_volume = 0.1 -coasting_min_volume = 0.17 +speed_topbottom = =round(speed_print / 1.5, 1) speed_wall = =round(speed_print / 1.2, 1) speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5) -speed_topbottom = =round(speed_print / 1.5, 1) wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 + diff --git a/resources/variants/ultimaker2_extended_plus_0.4.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.4.inst.cfg index dc723040d5..330e070a69 100644 --- a/resources/variants/ultimaker2_extended_plus_0.4.inst.cfg +++ b/resources/variants/ultimaker2_extended_plus_0.4.inst.cfg @@ -1,16 +1,17 @@ [general] +definition = ultimaker2_extended_plus name = 0.4 mm version = 4 -definition = ultimaker2_extended_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.05 +speed_topbottom = =round(speed_print / 2.25, 1) speed_wall = =round(speed_print / 1.25, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2.25, 1) + diff --git a/resources/variants/ultimaker2_extended_plus_0.6.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.6.inst.cfg index a6b886b39d..d6cb0d445f 100644 --- a/resources/variants/ultimaker2_extended_plus_0.6.inst.cfg +++ b/resources/variants/ultimaker2_extended_plus_0.6.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = ultimaker2_extended_plus name = 0.6 mm version = 4 -definition = ultimaker2_extended_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_volume = 1.36 machine_nozzle_size = 0.6 machine_nozzle_tip_outer_diameter = 1.25 -coasting_volume = 1.36 +speed_topbottom = =round(speed_print / 2, 1) speed_wall = =round(speed_print * 4 / 3, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2, 1) + diff --git a/resources/variants/ultimaker2_extended_plus_0.8.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.8.inst.cfg index b017797143..3dd299c588 100644 --- a/resources/variants/ultimaker2_extended_plus_0.8.inst.cfg +++ b/resources/variants/ultimaker2_extended_plus_0.8.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = ultimaker2_extended_plus name = 0.8 mm version = 4 -definition = ultimaker2_extended_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_volume = 3.22 machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 1.35 -coasting_volume = 3.22 +speed_topbottom = =round(speed_print / 2, 1) speed_wall = =round(speed_print * 4 / 3, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2, 1) + diff --git a/resources/variants/ultimaker2_olsson_0.25.inst.cfg b/resources/variants/ultimaker2_olsson_0.25.inst.cfg index 7159b97081..7b6480f3b6 100644 --- a/resources/variants/ultimaker2_olsson_0.25.inst.cfg +++ b/resources/variants/ultimaker2_olsson_0.25.inst.cfg @@ -1,15 +1,16 @@ [general] +definition = ultimaker2_olsson name = 0.25 mm version = 4 -definition = ultimaker2_olsson [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 machine_nozzle_tip_outer_diameter = 0.8 raft_airgap = 0.25 -wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 \ No newline at end of file +wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 + diff --git a/resources/variants/ultimaker2_olsson_0.4.inst.cfg b/resources/variants/ultimaker2_olsson_0.4.inst.cfg index 076a12c9f0..04f99672c8 100644 --- a/resources/variants/ultimaker2_olsson_0.4.inst.cfg +++ b/resources/variants/ultimaker2_olsson_0.4.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = ultimaker2_olsson name = 0.4 mm version = 4 -definition = ultimaker2_olsson [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.05 + diff --git a/resources/variants/ultimaker2_olsson_0.6.inst.cfg b/resources/variants/ultimaker2_olsson_0.6.inst.cfg index 58364b1c9a..434ee41ce6 100644 --- a/resources/variants/ultimaker2_olsson_0.6.inst.cfg +++ b/resources/variants/ultimaker2_olsson_0.6.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = ultimaker2_olsson name = 0.6 mm version = 4 -definition = ultimaker2_olsson [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 machine_nozzle_tip_outer_diameter = 1.25 + diff --git a/resources/variants/ultimaker2_olsson_0.8.inst.cfg b/resources/variants/ultimaker2_olsson_0.8.inst.cfg index 335242a51e..d21c13c3d5 100644 --- a/resources/variants/ultimaker2_olsson_0.8.inst.cfg +++ b/resources/variants/ultimaker2_olsson_0.8.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = ultimaker2_olsson name = 0.8 mm version = 4 -definition = ultimaker2_olsson [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 1.35 + diff --git a/resources/variants/ultimaker2_plus_0.25.inst.cfg b/resources/variants/ultimaker2_plus_0.25.inst.cfg index 15cbe91229..e0309b59ac 100644 --- a/resources/variants/ultimaker2_plus_0.25.inst.cfg +++ b/resources/variants/ultimaker2_plus_0.25.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker2_plus name = 0.25 mm version = 4 -definition = ultimaker2_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] coasting_min_volume = 0.17 @@ -17,4 +17,5 @@ raft_airgap = 0.25 speed_topbottom = =round(speed_print / 1.5, 1) speed_wall = =round(speed_print / 1.2, 1) speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5) -wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 \ No newline at end of file +wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 + diff --git a/resources/variants/ultimaker2_plus_0.4.inst.cfg b/resources/variants/ultimaker2_plus_0.4.inst.cfg index 8eb717bc7b..d6d1ee1ab4 100644 --- a/resources/variants/ultimaker2_plus_0.4.inst.cfg +++ b/resources/variants/ultimaker2_plus_0.4.inst.cfg @@ -1,16 +1,17 @@ [general] +definition = ultimaker2_plus name = 0.4 mm version = 4 -definition = ultimaker2_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.05 +speed_topbottom = =round(speed_print / 2.25, 1) speed_wall = =round(speed_print / 1.25, 1) speed_wall_0 = =max(speed_wall - 10, 1) -speed_topbottom = =round(speed_print / 2.25, 1) + diff --git a/resources/variants/ultimaker2_plus_0.6.inst.cfg b/resources/variants/ultimaker2_plus_0.6.inst.cfg index 550f823619..0d4dc10b73 100644 --- a/resources/variants/ultimaker2_plus_0.6.inst.cfg +++ b/resources/variants/ultimaker2_plus_0.6.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = ultimaker2_plus name = 0.6 mm version = 4 -definition = ultimaker2_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_volume = 1.36 machine_nozzle_size = 0.6 machine_nozzle_tip_outer_diameter = 1.25 -coasting_volume = 1.36 +speed_topbottom = =round(speed_print / 2, 1) speed_wall = =round(speed_print * 4 / 3, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2, 1) + diff --git a/resources/variants/ultimaker2_plus_0.8.inst.cfg b/resources/variants/ultimaker2_plus_0.8.inst.cfg index 38b34c4c13..914e513fcd 100644 --- a/resources/variants/ultimaker2_plus_0.8.inst.cfg +++ b/resources/variants/ultimaker2_plus_0.8.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = ultimaker2_plus name = 0.8 mm version = 4 -definition = ultimaker2_plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_volume = 3.22 machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 1.35 -coasting_volume = 3.22 +speed_topbottom = =round(speed_print / 2, 1) speed_wall = =round(speed_print * 4 / 3, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2, 1) + diff --git a/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg b/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg index 06bc0da879..8b1489449f 100644 --- a/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg +++ b/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker2_plus_connect name = 0.25 mm version = 4 -definition = ultimaker2_plus_connect [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] coasting_min_volume = 0.17 @@ -18,4 +18,5 @@ retraction_prime_speed = =retraction_speed speed_topbottom = =round(speed_print / 1.5, 1) speed_wall = =round(speed_print / 1.2, 1) speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5) -wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 \ No newline at end of file +wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 + diff --git a/resources/variants/ultimaker2_plus_connect_0.4.inst.cfg b/resources/variants/ultimaker2_plus_connect_0.4.inst.cfg index c02b4421e7..4da46e90c2 100644 --- a/resources/variants/ultimaker2_plus_connect_0.4.inst.cfg +++ b/resources/variants/ultimaker2_plus_connect_0.4.inst.cfg @@ -1,16 +1,17 @@ [general] +definition = ultimaker2_plus_connect name = 0.4 mm version = 4 -definition = ultimaker2_plus_connect [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.05 +speed_topbottom = =round(speed_print / 2.25, 1) speed_wall = =round(speed_print / 1.25, 1) speed_wall_0 = =max(speed_wall - 10, 1) -speed_topbottom = =round(speed_print / 2.25, 1) + diff --git a/resources/variants/ultimaker2_plus_connect_0.6.inst.cfg b/resources/variants/ultimaker2_plus_connect_0.6.inst.cfg index 51217bc7b4..e7395a8cb8 100644 --- a/resources/variants/ultimaker2_plus_connect_0.6.inst.cfg +++ b/resources/variants/ultimaker2_plus_connect_0.6.inst.cfg @@ -1,17 +1,18 @@ [general] +definition = ultimaker2_plus_connect name = 0.6 mm version = 4 -definition = ultimaker2_plus_connect [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_volume = 1.36 machine_nozzle_size = 0.6 machine_nozzle_tip_outer_diameter = 1.25 -coasting_volume = 1.36 +speed_topbottom = =round(speed_print / 2, 1) speed_wall = =round(speed_print * 3 / 4, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2, 1) + diff --git a/resources/variants/ultimaker2_plus_connect_0.8.inst.cfg b/resources/variants/ultimaker2_plus_connect_0.8.inst.cfg index addfc28901..ca81a50a79 100644 --- a/resources/variants/ultimaker2_plus_connect_0.8.inst.cfg +++ b/resources/variants/ultimaker2_plus_connect_0.8.inst.cfg @@ -1,19 +1,20 @@ [general] +definition = ultimaker2_plus_connect name = 0.8 mm version = 4 -definition = ultimaker2_plus_connect [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +coasting_volume = 3.22 machine_nozzle_size = 0.8 machine_nozzle_tip_outer_diameter = 1.35 -coasting_volume = 3.22 -retraction_speed = 25 retraction_prime_speed = =retraction_speed +retraction_speed = 25 +speed_topbottom = =round(speed_print / 2, 1) speed_wall = =round(speed_print * 3 / 4, 1) speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10) -speed_topbottom = =round(speed_print / 2, 1) + diff --git a/resources/variants/ultimaker3_aa0.25.inst.cfg b/resources/variants/ultimaker3_aa0.25.inst.cfg index afb0a0fb57..c170c387f9 100644 --- a/resources/variants/ultimaker3_aa0.25.inst.cfg +++ b/resources/variants/ultimaker3_aa0.25.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker3 name = AA 0.25 version = 4 -definition = ultimaker3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -32,3 +32,4 @@ switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/variants/ultimaker3_aa0.8.inst.cfg b/resources/variants/ultimaker3_aa0.8.inst.cfg index 9bb21dd803..e4a194d0f0 100644 --- a/resources/variants/ultimaker3_aa0.8.inst.cfg +++ b/resources/variants/ultimaker3_aa0.8.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker3 name = AA 0.8 version = 4 -definition = ultimaker3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -47,3 +47,4 @@ switch_extruder_prime_speed = 20 switch_extruder_retraction_amount = 16.5 top_bottom_thickness = 1.4 wall_0_inset = 0 + diff --git a/resources/variants/ultimaker3_aa04.inst.cfg b/resources/variants/ultimaker3_aa04.inst.cfg index c81caf4164..40f46b1bcd 100644 --- a/resources/variants/ultimaker3_aa04.inst.cfg +++ b/resources/variants/ultimaker3_aa04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker3 name = AA 0.4 version = 4 -definition = ultimaker3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -28,3 +28,4 @@ switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/variants/ultimaker3_bb0.8.inst.cfg b/resources/variants/ultimaker3_bb0.8.inst.cfg index 1a9007b64f..673d9c42f2 100644 --- a/resources/variants/ultimaker3_bb0.8.inst.cfg +++ b/resources/variants/ultimaker3_bb0.8.inst.cfg @@ -1,19 +1,19 @@ [general] +definition = ultimaker3 name = BB 0.8 version = 4 -definition = ultimaker3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] acceleration_enabled = True acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) -acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) +acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) brim_width = 3 cool_fan_speed = 50 cool_min_speed = 5 @@ -40,8 +40,8 @@ skin_overlap = 5 speed_prime_tower = =math.ceil(speed_print * 7 / 35) speed_print = 35 speed_support = =math.ceil(speed_print * 25 / 35) -speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) support_angle = 60 support_bottom_height = =layer_height * 2 @@ -51,3 +51,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 12 top_bottom_thickness = 1 wall_0_inset = 0 + diff --git a/resources/variants/ultimaker3_bb04.inst.cfg b/resources/variants/ultimaker3_bb04.inst.cfg index 49bdf2d26e..be80f702de 100644 --- a/resources/variants/ultimaker3_bb04.inst.cfg +++ b/resources/variants/ultimaker3_bb04.inst.cfg @@ -1,18 +1,18 @@ [general] +definition = ultimaker3 name = BB 0.4 version = 4 -definition = ultimaker3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) -acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) +acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) cool_fan_speed_max = =cool_fan_speed machine_nozzle_heat_up_speed = 1.5 machine_nozzle_id = BB 0.4 @@ -20,9 +20,10 @@ machine_nozzle_tip_outer_diameter = 1.0 retraction_min_travel = =3 * line_width speed_prime_tower = =math.ceil(speed_print * 10 / 35) speed_support = =math.ceil(speed_print * 25 / 35) -speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) support_bottom_height = =layer_height * 2 support_interface_enable = True switch_extruder_retraction_amount = 12 + diff --git a/resources/variants/ultimaker3_extended_aa0.25.inst.cfg b/resources/variants/ultimaker3_extended_aa0.25.inst.cfg index 9f649b0052..e5a28632b1 100644 --- a/resources/variants/ultimaker3_extended_aa0.25.inst.cfg +++ b/resources/variants/ultimaker3_extended_aa0.25.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker3_extended name = AA 0.25 version = 4 -definition = ultimaker3_extended [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -31,4 +31,5 @@ switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 -xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/variants/ultimaker3_extended_aa0.8.inst.cfg b/resources/variants/ultimaker3_extended_aa0.8.inst.cfg index 122df77e82..279bf3107b 100644 --- a/resources/variants/ultimaker3_extended_aa0.8.inst.cfg +++ b/resources/variants/ultimaker3_extended_aa0.8.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker3_extended name = AA 0.8 version = 4 -definition = ultimaker3_extended [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -47,3 +47,4 @@ switch_extruder_prime_speed = 20 switch_extruder_retraction_amount = 16.5 top_bottom_thickness = 1.4 wall_0_inset = 0 + diff --git a/resources/variants/ultimaker3_extended_aa04.inst.cfg b/resources/variants/ultimaker3_extended_aa04.inst.cfg index be07b56cdc..3061f54f9f 100644 --- a/resources/variants/ultimaker3_extended_aa04.inst.cfg +++ b/resources/variants/ultimaker3_extended_aa04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker3_extended name = AA 0.4 version = 4 -definition = ultimaker3_extended [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -27,4 +27,5 @@ support_z_distance = =layer_height * 2 switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 -xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file +xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/variants/ultimaker3_extended_bb0.8.inst.cfg b/resources/variants/ultimaker3_extended_bb0.8.inst.cfg index 877ee0772b..02eec4222a 100644 --- a/resources/variants/ultimaker3_extended_bb0.8.inst.cfg +++ b/resources/variants/ultimaker3_extended_bb0.8.inst.cfg @@ -1,19 +1,19 @@ [general] +definition = ultimaker3_extended name = BB 0.8 version = 4 -definition = ultimaker3_extended [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] acceleration_enabled = True acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) -acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) +acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) brim_width = 3 cool_fan_speed = 50 cool_min_speed = 5 @@ -40,8 +40,8 @@ skin_overlap = 5 speed_prime_tower = =math.ceil(speed_print * 7 / 35) speed_print = 35 speed_support = =math.ceil(speed_print * 25 / 35) -speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) support_angle = 60 support_bottom_height = =layer_height * 2 @@ -51,3 +51,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 12 top_bottom_thickness = 1 wall_0_inset = 0 + diff --git a/resources/variants/ultimaker3_extended_bb04.inst.cfg b/resources/variants/ultimaker3_extended_bb04.inst.cfg index d97b3c9f32..cb046143f8 100644 --- a/resources/variants/ultimaker3_extended_bb04.inst.cfg +++ b/resources/variants/ultimaker3_extended_bb04.inst.cfg @@ -1,18 +1,18 @@ [general] +definition = ultimaker3_extended name = BB 0.4 version = 4 -definition = ultimaker3_extended [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) -acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) +acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) cool_fan_speed_max = =cool_fan_speed machine_nozzle_heat_up_speed = 1.5 machine_nozzle_id = BB 0.4 @@ -20,9 +20,10 @@ machine_nozzle_tip_outer_diameter = 1.0 retraction_min_travel = =3 * line_width speed_prime_tower = =math.ceil(speed_print * 10 / 35) speed_support = =math.ceil(speed_print * 25 / 35) -speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) support_bottom_height = =layer_height * 2 support_interface_enable = True switch_extruder_retraction_amount = 12 + diff --git a/resources/variants/ultimaker_s3_aa0.25.inst.cfg b/resources/variants/ultimaker_s3_aa0.25.inst.cfg index 454638f302..93e0244d8a 100644 --- a/resources/variants/ultimaker_s3_aa0.25.inst.cfg +++ b/resources/variants/ultimaker_s3_aa0.25.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s3 name = AA 0.25 version = 4 -definition = ultimaker_s3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -31,3 +31,4 @@ switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 + diff --git a/resources/variants/ultimaker_s3_aa0.8.inst.cfg b/resources/variants/ultimaker_s3_aa0.8.inst.cfg index 322ddc2601..2ab1044605 100644 --- a/resources/variants/ultimaker_s3_aa0.8.inst.cfg +++ b/resources/variants/ultimaker_s3_aa0.8.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s3 name = AA 0.8 version = 4 -definition = ultimaker_s3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -48,3 +48,4 @@ switch_extruder_prime_speed = 20 switch_extruder_retraction_amount = 16.5 top_bottom_thickness = 1.4 wall_0_inset = 0 + diff --git a/resources/variants/ultimaker_s3_aa04.inst.cfg b/resources/variants/ultimaker_s3_aa04.inst.cfg index fb995635ff..4856f92d19 100644 --- a/resources/variants/ultimaker_s3_aa04.inst.cfg +++ b/resources/variants/ultimaker_s3_aa04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s3 name = AA 0.4 version = 4 -definition = ultimaker_s3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -26,3 +26,4 @@ support_z_distance = =layer_height * 2 switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 + diff --git a/resources/variants/ultimaker_s3_bb0.8.inst.cfg b/resources/variants/ultimaker_s3_bb0.8.inst.cfg index c2e84c5764..7b6f9eeddc 100644 --- a/resources/variants/ultimaker_s3_bb0.8.inst.cfg +++ b/resources/variants/ultimaker_s3_bb0.8.inst.cfg @@ -1,18 +1,18 @@ [general] +definition = ultimaker_s3 name = BB 0.8 version = 4 -definition = ultimaker_s3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) -acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) -acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) +acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) brim_width = 3 cool_fan_speed = 50 cool_min_speed = 5 @@ -35,12 +35,12 @@ retraction_hop = 2 retraction_hop_only_when_collides = True retraction_min_travel = =line_width * 3 skin_overlap = 5 +speed_prime_tower = =math.ceil(speed_print * 7 / 35) speed_print = 35 speed_support = =math.ceil(speed_print * 25 / 35) -speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) -speed_prime_tower = =math.ceil(speed_print * 7 / 35) support_angle = 60 support_bottom_height = =layer_height * 2 support_interface_enable = True @@ -49,3 +49,4 @@ switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 12 top_bottom_thickness = 1 wall_0_inset = 0 + diff --git a/resources/variants/ultimaker_s3_bb04.inst.cfg b/resources/variants/ultimaker_s3_bb04.inst.cfg index 19e7778e17..e28ac96b55 100644 --- a/resources/variants/ultimaker_s3_bb04.inst.cfg +++ b/resources/variants/ultimaker_s3_bb04.inst.cfg @@ -1,18 +1,18 @@ [general] +definition = ultimaker_s3 name = BB 0.4 version = 4 -definition = ultimaker_s3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) -acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) -acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) +acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) cool_fan_speed_max = =cool_fan_speed machine_nozzle_heat_up_speed = 1.5 machine_nozzle_id = BB 0.4 @@ -20,9 +20,10 @@ machine_nozzle_tip_outer_diameter = 1.0 retraction_min_travel = =3 * line_width speed_prime_tower = =math.ceil(speed_print * 10 / 35) speed_support = =math.ceil(speed_print * 25 / 35) -speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) support_bottom_height = =layer_height * 2 support_interface_enable = True switch_extruder_retraction_amount = 12 + diff --git a/resources/variants/ultimaker_s3_cc04.inst.cfg b/resources/variants/ultimaker_s3_cc04.inst.cfg index f2294cac7b..3254347135 100644 --- a/resources/variants/ultimaker_s3_cc04.inst.cfg +++ b/resources/variants/ultimaker_s3_cc04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s3 name = CC 0.4 version = 4 -definition = ultimaker_s3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -29,3 +29,4 @@ support_z_distance = =layer_height * 2 switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = =layer_height * 6 + diff --git a/resources/variants/ultimaker_s3_cc06.inst.cfg b/resources/variants/ultimaker_s3_cc06.inst.cfg index 1819758dbb..39ee11b8ed 100644 --- a/resources/variants/ultimaker_s3_cc06.inst.cfg +++ b/resources/variants/ultimaker_s3_cc06.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s3 name = CC 0.6 version = 4 -definition = ultimaker_s3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -29,3 +29,4 @@ support_z_distance = =layer_height * 2 switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = =layer_height * 6 + diff --git a/resources/variants/ultimaker_s3_dd04.inst.cfg b/resources/variants/ultimaker_s3_dd04.inst.cfg index 7a31d85f1d..d7f17fb80d 100644 --- a/resources/variants/ultimaker_s3_dd04.inst.cfg +++ b/resources/variants/ultimaker_s3_dd04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s3 name = DD 0.4 version = 4 -definition = ultimaker_s3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_cool_down_speed = 0.9 @@ -14,3 +14,4 @@ machine_nozzle_id = DD 0.4 machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.2 retraction_prime_speed = =retraction_speed + diff --git a/resources/variants/ultimaker_s5_aa0.25.inst.cfg b/resources/variants/ultimaker_s5_aa0.25.inst.cfg index 4a7851e05f..d6572b29d0 100644 --- a/resources/variants/ultimaker_s5_aa0.25.inst.cfg +++ b/resources/variants/ultimaker_s5_aa0.25.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s5 name = AA 0.25 version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -32,3 +32,4 @@ switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset + diff --git a/resources/variants/ultimaker_s5_aa0.8.inst.cfg b/resources/variants/ultimaker_s5_aa0.8.inst.cfg index 9907fcbbca..73dcd962e5 100644 --- a/resources/variants/ultimaker_s5_aa0.8.inst.cfg +++ b/resources/variants/ultimaker_s5_aa0.8.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s5 name = AA 0.8 version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -48,3 +48,4 @@ switch_extruder_prime_speed = 20 switch_extruder_retraction_amount = 16.5 top_bottom_thickness = 1.4 wall_0_inset = 0 + diff --git a/resources/variants/ultimaker_s5_aa04.inst.cfg b/resources/variants/ultimaker_s5_aa04.inst.cfg index 4d361e51c8..08f0500a94 100644 --- a/resources/variants/ultimaker_s5_aa04.inst.cfg +++ b/resources/variants/ultimaker_s5_aa04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s5 name = AA 0.4 version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -26,3 +26,4 @@ support_z_distance = =layer_height * 2 switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1.2 + diff --git a/resources/variants/ultimaker_s5_aluminum.inst.cfg b/resources/variants/ultimaker_s5_aluminum.inst.cfg index 20d9aeb95e..b6f52e0a7a 100644 --- a/resources/variants/ultimaker_s5_aluminum.inst.cfg +++ b/resources/variants/ultimaker_s5_aluminum.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = ultimaker_s5 name = Aluminum version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = buildplate setting_version = 20 type = variant -hardware_type = buildplate [values] -material_bed_temperature = =default_material_bed_temperature + 10 machine_buildplate_type = aluminum +material_bed_temperature = =default_material_bed_temperature + 10 + diff --git a/resources/variants/ultimaker_s5_bb0.8.inst.cfg b/resources/variants/ultimaker_s5_bb0.8.inst.cfg index 4d9a75bdf4..0f33102946 100644 --- a/resources/variants/ultimaker_s5_bb0.8.inst.cfg +++ b/resources/variants/ultimaker_s5_bb0.8.inst.cfg @@ -1,18 +1,18 @@ [general] +definition = ultimaker_s5 name = BB 0.8 version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) -acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) -acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) +acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) brim_width = 3 cool_fan_speed = 50 cool_min_speed = 5 @@ -35,15 +35,16 @@ retraction_hop = 2 retraction_hop_only_when_collides = True retraction_min_travel = =line_width * 3 skin_overlap = 5 +speed_prime_tower = =math.ceil(speed_print * 7 / 35) speed_print = 35 speed_support = =math.ceil(speed_print * 25 / 35) -speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) -speed_prime_tower = =math.ceil(speed_print * 7 / 35) support_angle = 60 support_z_distance = 0 switch_extruder_prime_speed = 15 switch_extruder_retraction_amount = 12 top_bottom_thickness = 1 wall_0_inset = 0 + diff --git a/resources/variants/ultimaker_s5_bb04.inst.cfg b/resources/variants/ultimaker_s5_bb04.inst.cfg index 7234041751..beef6d83b6 100644 --- a/resources/variants/ultimaker_s5_bb04.inst.cfg +++ b/resources/variants/ultimaker_s5_bb04.inst.cfg @@ -1,18 +1,18 @@ [general] +definition = ultimaker_s5 name = BB 0.4 version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) -acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) -acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) +acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) cool_fan_speed_max = =cool_fan_speed machine_nozzle_heat_up_speed = 1.5 machine_nozzle_id = BB 0.4 @@ -20,9 +20,10 @@ machine_nozzle_tip_outer_diameter = 1.0 retraction_min_travel = =3 * line_width speed_prime_tower = =math.ceil(speed_print * 10 / 35) speed_support = =math.ceil(speed_print * 25 / 35) -speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) support_bottom_height = =layer_height * 2 support_interface_enable = True switch_extruder_retraction_amount = 12 + diff --git a/resources/variants/ultimaker_s5_cc04.inst.cfg b/resources/variants/ultimaker_s5_cc04.inst.cfg index aca6187fa8..e2ade4e28c 100644 --- a/resources/variants/ultimaker_s5_cc04.inst.cfg +++ b/resources/variants/ultimaker_s5_cc04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s5 name = CC 0.4 version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -29,3 +29,4 @@ support_z_distance = =layer_height * 2 switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = =layer_height * 6 + diff --git a/resources/variants/ultimaker_s5_cc06.inst.cfg b/resources/variants/ultimaker_s5_cc06.inst.cfg index dcbdba18fe..db74c99393 100644 --- a/resources/variants/ultimaker_s5_cc06.inst.cfg +++ b/resources/variants/ultimaker_s5_cc06.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s5 name = CC 0.6 version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] brim_width = 7 @@ -29,3 +29,4 @@ support_z_distance = =layer_height * 2 switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = =layer_height * 6 + diff --git a/resources/variants/ultimaker_s5_dd04.inst.cfg b/resources/variants/ultimaker_s5_dd04.inst.cfg index faad9ceefe..4bda54f187 100644 --- a/resources/variants/ultimaker_s5_dd04.inst.cfg +++ b/resources/variants/ultimaker_s5_dd04.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = ultimaker_s5 name = DD 0.4 version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_cool_down_speed = 0.9 @@ -14,3 +14,4 @@ machine_nozzle_id = DD 0.4 machine_nozzle_size = 0.4 machine_nozzle_tip_outer_diameter = 1.2 retraction_prime_speed = =retraction_speed + diff --git a/resources/variants/ultimaker_s5_glass.inst.cfg b/resources/variants/ultimaker_s5_glass.inst.cfg index 2e646854f9..6ad50498b2 100644 --- a/resources/variants/ultimaker_s5_glass.inst.cfg +++ b/resources/variants/ultimaker_s5_glass.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = ultimaker_s5 name = Glass version = 4 -definition = ultimaker_s5 [metadata] +hardware_type = buildplate setting_version = 20 type = variant -hardware_type = buildplate [values] -material_bed_temperature = =default_material_bed_temperature machine_buildplate_type = glass +material_bed_temperature = =default_material_bed_temperature + diff --git a/resources/variants/uni_200_0.30.inst.cfg b/resources/variants/uni_200_0.30.inst.cfg index a10fc7235b..100836e49f 100644 --- a/resources/variants/uni_200_0.30.inst.cfg +++ b/resources/variants/uni_200_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_200 name = 0.30mm Nozzle version = 4 -definition = uni_200 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/uni_200_0.40.inst.cfg b/resources/variants/uni_200_0.40.inst.cfg index 2fa8514166..668c1d1244 100644 --- a/resources/variants/uni_200_0.40.inst.cfg +++ b/resources/variants/uni_200_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_200 name = 0.40mm Nozzle version = 4 -definition = uni_200 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/uni_200_0.50.inst.cfg b/resources/variants/uni_200_0.50.inst.cfg index 0faa82bcb6..5c5aff6833 100644 --- a/resources/variants/uni_200_0.50.inst.cfg +++ b/resources/variants/uni_200_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_200 name = 0.50mm Nozzle version = 4 -definition = uni_200 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/uni_250_0.30.inst.cfg b/resources/variants/uni_250_0.30.inst.cfg index b34e30c290..f2f208caa1 100644 --- a/resources/variants/uni_250_0.30.inst.cfg +++ b/resources/variants/uni_250_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_250 name = 0.30mm Nozzle version = 4 -definition = uni_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/uni_250_0.40.inst.cfg b/resources/variants/uni_250_0.40.inst.cfg index 00e86f3a25..d224965882 100644 --- a/resources/variants/uni_250_0.40.inst.cfg +++ b/resources/variants/uni_250_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_250 name = 0.40mm Nozzle version = 4 -definition = uni_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/uni_250_0.50.inst.cfg b/resources/variants/uni_250_0.50.inst.cfg index d1e2c073ed..6949e014de 100644 --- a/resources/variants/uni_250_0.50.inst.cfg +++ b/resources/variants/uni_250_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_250 name = 0.50mm Nozzle version = 4 -definition = uni_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/uni_300_0.30.inst.cfg b/resources/variants/uni_300_0.30.inst.cfg index c5399476ec..7be133bedf 100644 --- a/resources/variants/uni_300_0.30.inst.cfg +++ b/resources/variants/uni_300_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_300 name = 0.30mm Nozzle version = 4 -definition = uni_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/uni_300_0.40.inst.cfg b/resources/variants/uni_300_0.40.inst.cfg index 74225271cc..034709c59d 100644 --- a/resources/variants/uni_300_0.40.inst.cfg +++ b/resources/variants/uni_300_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_300 name = 0.40mm Nozzle version = 4 -definition = uni_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/uni_300_0.50.inst.cfg b/resources/variants/uni_300_0.50.inst.cfg index 1647785ecc..f2f2ce6070 100644 --- a/resources/variants/uni_300_0.50.inst.cfg +++ b/resources/variants/uni_300_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_300 name = 0.50mm Nozzle version = 4 -definition = uni_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/uni_base_0.30.inst.cfg b/resources/variants/uni_base_0.30.inst.cfg index 4cd89d10d8..c1fae8c100 100644 --- a/resources/variants/uni_base_0.30.inst.cfg +++ b/resources/variants/uni_base_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_base name = 0.30mm Nozzle version = 4 -definition = uni_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/uni_base_0.40.inst.cfg b/resources/variants/uni_base_0.40.inst.cfg index e0eb808593..7557687372 100644 --- a/resources/variants/uni_base_0.40.inst.cfg +++ b/resources/variants/uni_base_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_base name = 0.40mm Nozzle version = 4 -definition = uni_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/uni_base_0.50.inst.cfg b/resources/variants/uni_base_0.50.inst.cfg index 7a3f3f146f..b746655f35 100644 --- a/resources/variants/uni_base_0.50.inst.cfg +++ b/resources/variants/uni_base_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_base name = 0.50mm Nozzle version = 4 -definition = uni_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/uni_mini_0.30.inst.cfg b/resources/variants/uni_mini_0.30.inst.cfg index 10c3c623cb..d852269c26 100644 --- a/resources/variants/uni_mini_0.30.inst.cfg +++ b/resources/variants/uni_mini_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_mini name = 0.30mm Nozzle version = 4 -definition = uni_mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/uni_mini_0.40.inst.cfg b/resources/variants/uni_mini_0.40.inst.cfg index 4a6fda6370..f3e020b5d8 100644 --- a/resources/variants/uni_mini_0.40.inst.cfg +++ b/resources/variants/uni_mini_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_mini name = 0.40mm Nozzle version = 4 -definition = uni_mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/uni_mini_0.50.inst.cfg b/resources/variants/uni_mini_0.50.inst.cfg index 4de27e37d1..7cc96b7325 100644 --- a/resources/variants/uni_mini_0.50.inst.cfg +++ b/resources/variants/uni_mini_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = uni_mini name = 0.50mm Nozzle version = 4 -definition = uni_mini [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/vivedino_trex2plus_0.2.inst.cfg b/resources/variants/vivedino_trex2plus_0.2.inst.cfg index d2cfe24e79..29c1390a79 100644 --- a/resources/variants/vivedino_trex2plus_0.2.inst.cfg +++ b/resources/variants/vivedino_trex2plus_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vivedino_trex2plus name = 0.2mm Nozzle version = 4 -definition = vivedino_trex2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/vivedino_trex2plus_0.4.inst.cfg b/resources/variants/vivedino_trex2plus_0.4.inst.cfg index ca1590f819..c884f9f808 100644 --- a/resources/variants/vivedino_trex2plus_0.4.inst.cfg +++ b/resources/variants/vivedino_trex2plus_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vivedino_trex2plus name = 0.4mm Nozzle version = 4 -definition = vivedino_trex2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/vivedino_trex2plus_0.6.inst.cfg b/resources/variants/vivedino_trex2plus_0.6.inst.cfg index 8a69ab0161..a7bdbd4cbd 100644 --- a/resources/variants/vivedino_trex2plus_0.6.inst.cfg +++ b/resources/variants/vivedino_trex2plus_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vivedino_trex2plus name = 0.6mm Nozzle version = 4 -definition = vivedino_trex2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.6 \ No newline at end of file +machine_nozzle_size = 0.6 + diff --git a/resources/variants/vivedino_trex2plus_0.8.inst.cfg b/resources/variants/vivedino_trex2plus_0.8.inst.cfg index d9843d5497..7b3c290621 100644 --- a/resources/variants/vivedino_trex2plus_0.8.inst.cfg +++ b/resources/variants/vivedino_trex2plus_0.8.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = vivedino_trex2plus name = 0.8mm Nozzle version = 4 -definition = vivedino_trex2plus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 diff --git a/resources/variants/vivedino_trex3_0.2.inst.cfg b/resources/variants/vivedino_trex3_0.2.inst.cfg index 30548fd3d3..e41c6d70fb 100644 --- a/resources/variants/vivedino_trex3_0.2.inst.cfg +++ b/resources/variants/vivedino_trex3_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vivedino_trex3 name = 0.2mm Nozzle version = 4 -definition = vivedino_trex3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/vivedino_trex3_0.4.inst.cfg b/resources/variants/vivedino_trex3_0.4.inst.cfg index fedd92b5a9..d6379c6ede 100644 --- a/resources/variants/vivedino_trex3_0.4.inst.cfg +++ b/resources/variants/vivedino_trex3_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vivedino_trex3 name = 0.4mm Nozzle version = 4 -definition = vivedino_trex3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/vivedino_trex3_0.6.inst.cfg b/resources/variants/vivedino_trex3_0.6.inst.cfg index 6dd8ddf460..1a2c9401dd 100644 --- a/resources/variants/vivedino_trex3_0.6.inst.cfg +++ b/resources/variants/vivedino_trex3_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vivedino_trex3 name = 0.6mm Nozzle version = 4 -definition = vivedino_trex3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.6 \ No newline at end of file +machine_nozzle_size = 0.6 + diff --git a/resources/variants/vivedino_trex3_0.8.inst.cfg b/resources/variants/vivedino_trex3_0.8.inst.cfg index f207d55bf3..1b3a7a2429 100644 --- a/resources/variants/vivedino_trex3_0.8.inst.cfg +++ b/resources/variants/vivedino_trex3_0.8.inst.cfg @@ -1,12 +1,12 @@ [general] +definition = vivedino_trex3 name = 0.8mm Nozzle version = 4 -definition = vivedino_trex3 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 diff --git a/resources/variants/voron0_120_v6_0.25.inst.cfg b/resources/variants/voron0_120_v6_0.25.inst.cfg index 1c417f9132..8a7b114b13 100644 --- a/resources/variants/voron0_120_v6_0.25.inst.cfg +++ b/resources/variants/voron0_120_v6_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron0_120 name = V6 0.25mm version = 4 -definition = voron0_120 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/voron0_120_v6_0.30.inst.cfg b/resources/variants/voron0_120_v6_0.30.inst.cfg index b13505fbaf..a79f5d6a4e 100644 --- a/resources/variants/voron0_120_v6_0.30.inst.cfg +++ b/resources/variants/voron0_120_v6_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron0_120 name = V6 0.30mm version = 4 -definition = voron0_120 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/voron0_120_v6_0.40.inst.cfg b/resources/variants/voron0_120_v6_0.40.inst.cfg index 80c02d10d5..e2d104229b 100644 --- a/resources/variants/voron0_120_v6_0.40.inst.cfg +++ b/resources/variants/voron0_120_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron0_120 name = V6 0.40mm version = 4 -definition = voron0_120 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron0_120_v6_0.50.inst.cfg b/resources/variants/voron0_120_v6_0.50.inst.cfg index 3e3c2dc71f..1065b7dd59 100644 --- a/resources/variants/voron0_120_v6_0.50.inst.cfg +++ b/resources/variants/voron0_120_v6_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron0_120 name = V6 0.50mm version = 4 -definition = voron0_120 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/voron0_120_v6_0.60.inst.cfg b/resources/variants/voron0_120_v6_0.60.inst.cfg index 920f267c8e..23453e166b 100644 --- a/resources/variants/voron0_120_v6_0.60.inst.cfg +++ b/resources/variants/voron0_120_v6_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron0_120 name = V6 0.60mm version = 4 -definition = voron0_120 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron0_120_v6_0.80.inst.cfg b/resources/variants/voron0_120_v6_0.80.inst.cfg index 4fa33b559f..39e92f0ef5 100644 --- a/resources/variants/voron0_120_v6_0.80.inst.cfg +++ b/resources/variants/voron0_120_v6_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron0_120 name = V6 0.80mm version = 4 -definition = voron0_120 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_250_v6_0.25.inst.cfg b/resources/variants/voron2_250_v6_0.25.inst.cfg index 40edebcbad..ca25524e30 100644 --- a/resources/variants/voron2_250_v6_0.25.inst.cfg +++ b/resources/variants/voron2_250_v6_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = V6 0.25mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/voron2_250_v6_0.30.inst.cfg b/resources/variants/voron2_250_v6_0.30.inst.cfg index 61813ba0e5..9f98769370 100644 --- a/resources/variants/voron2_250_v6_0.30.inst.cfg +++ b/resources/variants/voron2_250_v6_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = V6 0.30mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.30 + diff --git a/resources/variants/voron2_250_v6_0.35.inst.cfg b/resources/variants/voron2_250_v6_0.35.inst.cfg index 0bf3a37aea..44e7716db2 100644 --- a/resources/variants/voron2_250_v6_0.35.inst.cfg +++ b/resources/variants/voron2_250_v6_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = V6 0.35mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/voron2_250_v6_0.40.inst.cfg b/resources/variants/voron2_250_v6_0.40.inst.cfg index b64ba5a935..cbe1a6cf25 100644 --- a/resources/variants/voron2_250_v6_0.40.inst.cfg +++ b/resources/variants/voron2_250_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = V6 0.40mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron2_250_v6_0.50.inst.cfg b/resources/variants/voron2_250_v6_0.50.inst.cfg index 1d46de7c9e..69ef8a3d20 100644 --- a/resources/variants/voron2_250_v6_0.50.inst.cfg +++ b/resources/variants/voron2_250_v6_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = V6 0.50mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/voron2_250_v6_0.60.inst.cfg b/resources/variants/voron2_250_v6_0.60.inst.cfg index 9861d15daa..fabc7e0135 100644 --- a/resources/variants/voron2_250_v6_0.60.inst.cfg +++ b/resources/variants/voron2_250_v6_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = V6 0.60mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron2_250_v6_0.80.inst.cfg b/resources/variants/voron2_250_v6_0.80.inst.cfg index 0f66d4b3f5..385d40c95e 100644 --- a/resources/variants/voron2_250_v6_0.80.inst.cfg +++ b/resources/variants/voron2_250_v6_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = V6 0.80mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_250_volcano_0.40.inst.cfg b/resources/variants/voron2_250_volcano_0.40.inst.cfg index 49777a5eaa..c6c6adc3cd 100644 --- a/resources/variants/voron2_250_volcano_0.40.inst.cfg +++ b/resources/variants/voron2_250_volcano_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = Volcano 0.40mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron2_250_volcano_0.60.inst.cfg b/resources/variants/voron2_250_volcano_0.60.inst.cfg index f479fa0d44..f0e22f5cd4 100644 --- a/resources/variants/voron2_250_volcano_0.60.inst.cfg +++ b/resources/variants/voron2_250_volcano_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = Volcano 0.60mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron2_250_volcano_0.80.inst.cfg b/resources/variants/voron2_250_volcano_0.80.inst.cfg index bc67a41a36..b620c0b147 100644 --- a/resources/variants/voron2_250_volcano_0.80.inst.cfg +++ b/resources/variants/voron2_250_volcano_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = Volcano 0.80mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_250_volcano_1.00.inst.cfg b/resources/variants/voron2_250_volcano_1.00.inst.cfg index b3d96b83ea..c4515e734a 100644 --- a/resources/variants/voron2_250_volcano_1.00.inst.cfg +++ b/resources/variants/voron2_250_volcano_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = Volcano 1.00mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/voron2_250_volcano_1.20.inst.cfg b/resources/variants/voron2_250_volcano_1.20.inst.cfg index 1c31ce96a8..efe7b04398 100644 --- a/resources/variants/voron2_250_volcano_1.20.inst.cfg +++ b/resources/variants/voron2_250_volcano_1.20.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_250 name = Volcano 1.20mm version = 4 -definition = voron2_250 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.2 + diff --git a/resources/variants/voron2_300_v6_0.25.inst.cfg b/resources/variants/voron2_300_v6_0.25.inst.cfg index 86705951b4..312654321b 100644 --- a/resources/variants/voron2_300_v6_0.25.inst.cfg +++ b/resources/variants/voron2_300_v6_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = V6 0.25mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/voron2_300_v6_0.30.inst.cfg b/resources/variants/voron2_300_v6_0.30.inst.cfg index 99aae77246..1cd3aef2d5 100644 --- a/resources/variants/voron2_300_v6_0.30.inst.cfg +++ b/resources/variants/voron2_300_v6_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = V6 0.30mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.30 + diff --git a/resources/variants/voron2_300_v6_0.35.inst.cfg b/resources/variants/voron2_300_v6_0.35.inst.cfg index 29bc419b2c..6046f7eae8 100644 --- a/resources/variants/voron2_300_v6_0.35.inst.cfg +++ b/resources/variants/voron2_300_v6_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = V6 0.35mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/voron2_300_v6_0.40.inst.cfg b/resources/variants/voron2_300_v6_0.40.inst.cfg index d95036e3be..aecbb82fdb 100644 --- a/resources/variants/voron2_300_v6_0.40.inst.cfg +++ b/resources/variants/voron2_300_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = V6 0.40mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron2_300_v6_0.50.inst.cfg b/resources/variants/voron2_300_v6_0.50.inst.cfg index df5b61f48b..66c3c9e61d 100644 --- a/resources/variants/voron2_300_v6_0.50.inst.cfg +++ b/resources/variants/voron2_300_v6_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = V6 0.50mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/voron2_300_v6_0.60.inst.cfg b/resources/variants/voron2_300_v6_0.60.inst.cfg index ac303dc82b..03d3988746 100644 --- a/resources/variants/voron2_300_v6_0.60.inst.cfg +++ b/resources/variants/voron2_300_v6_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = V6 0.60mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron2_300_v6_0.80.inst.cfg b/resources/variants/voron2_300_v6_0.80.inst.cfg index a76487288e..6bdae73ce8 100644 --- a/resources/variants/voron2_300_v6_0.80.inst.cfg +++ b/resources/variants/voron2_300_v6_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = V6 0.80mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_300_volcano_0.40.inst.cfg b/resources/variants/voron2_300_volcano_0.40.inst.cfg index 3c2055d412..a73732e8c0 100644 --- a/resources/variants/voron2_300_volcano_0.40.inst.cfg +++ b/resources/variants/voron2_300_volcano_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = Volcano 0.40mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron2_300_volcano_0.60.inst.cfg b/resources/variants/voron2_300_volcano_0.60.inst.cfg index 267dd2319e..c06f01ebb8 100644 --- a/resources/variants/voron2_300_volcano_0.60.inst.cfg +++ b/resources/variants/voron2_300_volcano_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = Volcano 0.60mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron2_300_volcano_0.80.inst.cfg b/resources/variants/voron2_300_volcano_0.80.inst.cfg index c8b651de6c..adb6c06242 100644 --- a/resources/variants/voron2_300_volcano_0.80.inst.cfg +++ b/resources/variants/voron2_300_volcano_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = Volcano 0.80mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_300_volcano_1.00.inst.cfg b/resources/variants/voron2_300_volcano_1.00.inst.cfg index 2ea749e355..1f024a8322 100644 --- a/resources/variants/voron2_300_volcano_1.00.inst.cfg +++ b/resources/variants/voron2_300_volcano_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = Volcano 1.00mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/voron2_300_volcano_1.20.inst.cfg b/resources/variants/voron2_300_volcano_1.20.inst.cfg index 71caf0ad4b..b3057cecd2 100644 --- a/resources/variants/voron2_300_volcano_1.20.inst.cfg +++ b/resources/variants/voron2_300_volcano_1.20.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_300 name = Volcano 1.20mm version = 4 -definition = voron2_300 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.2 + diff --git a/resources/variants/voron2_350_v6_0.25.inst.cfg b/resources/variants/voron2_350_v6_0.25.inst.cfg index 6d436755bc..ece8c24573 100644 --- a/resources/variants/voron2_350_v6_0.25.inst.cfg +++ b/resources/variants/voron2_350_v6_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = V6 0.25mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/voron2_350_v6_0.30.inst.cfg b/resources/variants/voron2_350_v6_0.30.inst.cfg index 793e0db9e8..291ed5adcb 100644 --- a/resources/variants/voron2_350_v6_0.30.inst.cfg +++ b/resources/variants/voron2_350_v6_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = V6 0.30mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.30 + diff --git a/resources/variants/voron2_350_v6_0.35.inst.cfg b/resources/variants/voron2_350_v6_0.35.inst.cfg index e39d1c9be2..d035f62196 100644 --- a/resources/variants/voron2_350_v6_0.35.inst.cfg +++ b/resources/variants/voron2_350_v6_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = V6 0.35mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/voron2_350_v6_0.40.inst.cfg b/resources/variants/voron2_350_v6_0.40.inst.cfg index ec19197f9c..d008b58548 100644 --- a/resources/variants/voron2_350_v6_0.40.inst.cfg +++ b/resources/variants/voron2_350_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = V6 0.40mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron2_350_v6_0.50.inst.cfg b/resources/variants/voron2_350_v6_0.50.inst.cfg index f69402a137..db6677dd51 100644 --- a/resources/variants/voron2_350_v6_0.50.inst.cfg +++ b/resources/variants/voron2_350_v6_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = V6 0.50mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/voron2_350_v6_0.60.inst.cfg b/resources/variants/voron2_350_v6_0.60.inst.cfg index 67aba63a9a..4fe3b0a431 100644 --- a/resources/variants/voron2_350_v6_0.60.inst.cfg +++ b/resources/variants/voron2_350_v6_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = V6 0.60mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron2_350_v6_0.80.inst.cfg b/resources/variants/voron2_350_v6_0.80.inst.cfg index 6bf82dcedf..14b8b3f1b3 100644 --- a/resources/variants/voron2_350_v6_0.80.inst.cfg +++ b/resources/variants/voron2_350_v6_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = V6 0.80mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_350_volcano_0.40.inst.cfg b/resources/variants/voron2_350_volcano_0.40.inst.cfg index bef5b6cc03..e17b51a8b0 100644 --- a/resources/variants/voron2_350_volcano_0.40.inst.cfg +++ b/resources/variants/voron2_350_volcano_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = Volcano 0.40mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron2_350_volcano_0.60.inst.cfg b/resources/variants/voron2_350_volcano_0.60.inst.cfg index a66086f0fa..f254c106ec 100644 --- a/resources/variants/voron2_350_volcano_0.60.inst.cfg +++ b/resources/variants/voron2_350_volcano_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = Volcano 0.60mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron2_350_volcano_0.80.inst.cfg b/resources/variants/voron2_350_volcano_0.80.inst.cfg index b618425278..457532fd10 100644 --- a/resources/variants/voron2_350_volcano_0.80.inst.cfg +++ b/resources/variants/voron2_350_volcano_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = Volcano 0.80mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_350_volcano_1.00.inst.cfg b/resources/variants/voron2_350_volcano_1.00.inst.cfg index 0b3d783be0..ccb0e8d290 100644 --- a/resources/variants/voron2_350_volcano_1.00.inst.cfg +++ b/resources/variants/voron2_350_volcano_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = Volcano 1.00mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/voron2_350_volcano_1.20.inst.cfg b/resources/variants/voron2_350_volcano_1.20.inst.cfg index 5b991afa2a..c1d43a123f 100644 --- a/resources/variants/voron2_350_volcano_1.20.inst.cfg +++ b/resources/variants/voron2_350_volcano_1.20.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_350 name = Volcano 1.20mm version = 4 -definition = voron2_350 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.2 + diff --git a/resources/variants/voron2_custom_v6_0.25.inst.cfg b/resources/variants/voron2_custom_v6_0.25.inst.cfg index f219f2db1f..45984fadd0 100644 --- a/resources/variants/voron2_custom_v6_0.25.inst.cfg +++ b/resources/variants/voron2_custom_v6_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = V6 0.25mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/voron2_custom_v6_0.30.inst.cfg b/resources/variants/voron2_custom_v6_0.30.inst.cfg index 94d65b7fe3..8f6968cd1d 100644 --- a/resources/variants/voron2_custom_v6_0.30.inst.cfg +++ b/resources/variants/voron2_custom_v6_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = V6 0.30mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.30 + diff --git a/resources/variants/voron2_custom_v6_0.35.inst.cfg b/resources/variants/voron2_custom_v6_0.35.inst.cfg index 3aa9325a05..e28dc46821 100644 --- a/resources/variants/voron2_custom_v6_0.35.inst.cfg +++ b/resources/variants/voron2_custom_v6_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = V6 0.35mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/voron2_custom_v6_0.40.inst.cfg b/resources/variants/voron2_custom_v6_0.40.inst.cfg index bea32ae3e0..fac58ea4ce 100644 --- a/resources/variants/voron2_custom_v6_0.40.inst.cfg +++ b/resources/variants/voron2_custom_v6_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = V6 0.40mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron2_custom_v6_0.50.inst.cfg b/resources/variants/voron2_custom_v6_0.50.inst.cfg index 01e0086ccd..f1454b21e6 100644 --- a/resources/variants/voron2_custom_v6_0.50.inst.cfg +++ b/resources/variants/voron2_custom_v6_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = V6 0.50mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/voron2_custom_v6_0.60.inst.cfg b/resources/variants/voron2_custom_v6_0.60.inst.cfg index 4de2900131..23d8a2e505 100644 --- a/resources/variants/voron2_custom_v6_0.60.inst.cfg +++ b/resources/variants/voron2_custom_v6_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = V6 0.60mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron2_custom_v6_0.80.inst.cfg b/resources/variants/voron2_custom_v6_0.80.inst.cfg index b6cf830a5b..9bc89c2173 100644 --- a/resources/variants/voron2_custom_v6_0.80.inst.cfg +++ b/resources/variants/voron2_custom_v6_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = V6 0.80mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_custom_volcano_0.40.inst.cfg b/resources/variants/voron2_custom_volcano_0.40.inst.cfg index f2d3909675..04a8637605 100644 --- a/resources/variants/voron2_custom_volcano_0.40.inst.cfg +++ b/resources/variants/voron2_custom_volcano_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = Volcano 0.40mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/voron2_custom_volcano_0.60.inst.cfg b/resources/variants/voron2_custom_volcano_0.60.inst.cfg index 648901577a..ce2c0039f4 100644 --- a/resources/variants/voron2_custom_volcano_0.60.inst.cfg +++ b/resources/variants/voron2_custom_volcano_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = Volcano 0.60mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/voron2_custom_volcano_0.80.inst.cfg b/resources/variants/voron2_custom_volcano_0.80.inst.cfg index cc15bc5116..a27343dc57 100644 --- a/resources/variants/voron2_custom_volcano_0.80.inst.cfg +++ b/resources/variants/voron2_custom_volcano_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = Volcano 0.80mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/voron2_custom_volcano_1.00.inst.cfg b/resources/variants/voron2_custom_volcano_1.00.inst.cfg index 1f1c06dd1a..013aa4512f 100644 --- a/resources/variants/voron2_custom_volcano_1.00.inst.cfg +++ b/resources/variants/voron2_custom_volcano_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = Volcano 1.00mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/voron2_custom_volcano_1.20.inst.cfg b/resources/variants/voron2_custom_volcano_1.20.inst.cfg index bbca4835cf..7eb26a6cce 100644 --- a/resources/variants/voron2_custom_volcano_1.20.inst.cfg +++ b/resources/variants/voron2_custom_volcano_1.20.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = voron2_custom name = Volcano 1.20mm version = 4 -definition = voron2_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.2 + diff --git a/resources/variants/vzbot_235_0.2.inst.cfg b/resources/variants/vzbot_235_0.2.inst.cfg index 5c2b903dda..44c3f31228 100644 --- a/resources/variants/vzbot_235_0.2.inst.cfg +++ b/resources/variants/vzbot_235_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_235 name = 0.2mm Nozzle version = 4 -definition = vzbot_235 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/vzbot_235_0.3.inst.cfg b/resources/variants/vzbot_235_0.3.inst.cfg index 4a5bced2d4..2c6ee2a1ac 100644 --- a/resources/variants/vzbot_235_0.3.inst.cfg +++ b/resources/variants/vzbot_235_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_235 name = 0.3mm Nozzle version = 4 -definition = vzbot_235 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/vzbot_235_0.4.inst.cfg b/resources/variants/vzbot_235_0.4.inst.cfg index 9ecffce8ed..dc44ab0b95 100644 --- a/resources/variants/vzbot_235_0.4.inst.cfg +++ b/resources/variants/vzbot_235_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_235 name = 0.4mm Nozzle version = 4 -definition = vzbot_235 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/vzbot_235_0.5.inst.cfg b/resources/variants/vzbot_235_0.5.inst.cfg index 893d31971f..94e4bdd47f 100644 --- a/resources/variants/vzbot_235_0.5.inst.cfg +++ b/resources/variants/vzbot_235_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_235 name = 0.5mm Nozzle version = 4 -definition = vzbot_235 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/vzbot_235_0.6.inst.cfg b/resources/variants/vzbot_235_0.6.inst.cfg index 817d15cc1e..8b204d374f 100644 --- a/resources/variants/vzbot_235_0.6.inst.cfg +++ b/resources/variants/vzbot_235_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_235 name = 0.6mm Nozzle version = 4 -definition = vzbot_235 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/vzbot_235_0.8.inst.cfg b/resources/variants/vzbot_235_0.8.inst.cfg index 2fc4f93e35..3961d54925 100644 --- a/resources/variants/vzbot_235_0.8.inst.cfg +++ b/resources/variants/vzbot_235_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_235 name = 0.8mm Nozzle version = 4 -definition = vzbot_235 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/vzbot_235_1.0.inst.cfg b/resources/variants/vzbot_235_1.0.inst.cfg index a7579393f4..6f7ed38705 100644 --- a/resources/variants/vzbot_235_1.0.inst.cfg +++ b/resources/variants/vzbot_235_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_235 name = 1.0mm Nozzle version = 4 -definition = vzbot_235 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/vzbot_330_0.2.inst.cfg b/resources/variants/vzbot_330_0.2.inst.cfg index 8282d0b515..3b072b471e 100644 --- a/resources/variants/vzbot_330_0.2.inst.cfg +++ b/resources/variants/vzbot_330_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_330 name = 0.2mm Nozzle version = 4 -definition = vzbot_330 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/vzbot_330_0.3.inst.cfg b/resources/variants/vzbot_330_0.3.inst.cfg index 47aa3da7a4..d0e2567f58 100644 --- a/resources/variants/vzbot_330_0.3.inst.cfg +++ b/resources/variants/vzbot_330_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_330 name = 0.3mm Nozzle version = 4 -definition = vzbot_330 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/vzbot_330_0.4.inst.cfg b/resources/variants/vzbot_330_0.4.inst.cfg index 0ab8682c14..da5c3345e4 100644 --- a/resources/variants/vzbot_330_0.4.inst.cfg +++ b/resources/variants/vzbot_330_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_330 name = 0.4mm Nozzle version = 4 -definition = vzbot_330 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/vzbot_330_0.5.inst.cfg b/resources/variants/vzbot_330_0.5.inst.cfg index 2f6c769157..4b142c85a6 100644 --- a/resources/variants/vzbot_330_0.5.inst.cfg +++ b/resources/variants/vzbot_330_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_330 name = 0.5mm Nozzle version = 4 -definition = vzbot_330 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/vzbot_330_0.6.inst.cfg b/resources/variants/vzbot_330_0.6.inst.cfg index af6056193b..d399d4eb31 100644 --- a/resources/variants/vzbot_330_0.6.inst.cfg +++ b/resources/variants/vzbot_330_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_330 name = 0.6mm Nozzle version = 4 -definition = vzbot_330 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/vzbot_330_0.8.inst.cfg b/resources/variants/vzbot_330_0.8.inst.cfg index e3cc83dc14..ca2be6a097 100644 --- a/resources/variants/vzbot_330_0.8.inst.cfg +++ b/resources/variants/vzbot_330_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_330 name = 0.8mm Nozzle version = 4 -definition = vzbot_330 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/vzbot_330_1.0.inst.cfg b/resources/variants/vzbot_330_1.0.inst.cfg index 941923dbc4..5e0bfb2264 100644 --- a/resources/variants/vzbot_330_1.0.inst.cfg +++ b/resources/variants/vzbot_330_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_330 name = 1.0mm Nozzle version = 4 -definition = vzbot_330 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/vzbot_base_0.2.inst.cfg b/resources/variants/vzbot_base_0.2.inst.cfg index 096566ba7e..8b31e8994b 100644 --- a/resources/variants/vzbot_base_0.2.inst.cfg +++ b/resources/variants/vzbot_base_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_base name = 0.2mm Nozzle version = 4 -definition = vzbot_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/vzbot_base_0.3.inst.cfg b/resources/variants/vzbot_base_0.3.inst.cfg index 30846ff01e..8daa3e0cb9 100644 --- a/resources/variants/vzbot_base_0.3.inst.cfg +++ b/resources/variants/vzbot_base_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_base name = 0.3mm Nozzle version = 4 -definition = vzbot_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/vzbot_base_0.4.inst.cfg b/resources/variants/vzbot_base_0.4.inst.cfg index 0a688f554f..e754bab01c 100644 --- a/resources/variants/vzbot_base_0.4.inst.cfg +++ b/resources/variants/vzbot_base_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_base name = 0.4mm Nozzle version = 4 -definition = vzbot_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/vzbot_base_0.5.inst.cfg b/resources/variants/vzbot_base_0.5.inst.cfg index a0f1a78052..da8be06fa1 100644 --- a/resources/variants/vzbot_base_0.5.inst.cfg +++ b/resources/variants/vzbot_base_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_base name = 0.5mm Nozzle version = 4 -definition = vzbot_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/vzbot_base_0.6.inst.cfg b/resources/variants/vzbot_base_0.6.inst.cfg index f6b8b1e26e..1fa9b1ba22 100644 --- a/resources/variants/vzbot_base_0.6.inst.cfg +++ b/resources/variants/vzbot_base_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_base name = 0.6mm Nozzle version = 4 -definition = vzbot_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/vzbot_base_0.8.inst.cfg b/resources/variants/vzbot_base_0.8.inst.cfg index e8edeebd0c..9f68c4ad8a 100644 --- a/resources/variants/vzbot_base_0.8.inst.cfg +++ b/resources/variants/vzbot_base_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_base name = 0.8mm Nozzle version = 4 -definition = vzbot_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/vzbot_base_1.0.inst.cfg b/resources/variants/vzbot_base_1.0.inst.cfg index 146af12ed5..d9e68d31de 100644 --- a/resources/variants/vzbot_base_1.0.inst.cfg +++ b/resources/variants/vzbot_base_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_base name = 1.0mm Nozzle version = 4 -definition = vzbot_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/vzbot_custom_0.2.inst.cfg b/resources/variants/vzbot_custom_0.2.inst.cfg index 0995beb6aa..a983bd8272 100644 --- a/resources/variants/vzbot_custom_0.2.inst.cfg +++ b/resources/variants/vzbot_custom_0.2.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_custom name = 0.2mm Nozzle version = 4 -definition = vzbot_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/vzbot_custom_0.3.inst.cfg b/resources/variants/vzbot_custom_0.3.inst.cfg index e69dccecf5..e28b4bcf3d 100644 --- a/resources/variants/vzbot_custom_0.3.inst.cfg +++ b/resources/variants/vzbot_custom_0.3.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_custom name = 0.3mm Nozzle version = 4 -definition = vzbot_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/vzbot_custom_0.4.inst.cfg b/resources/variants/vzbot_custom_0.4.inst.cfg index 92aa190807..1565c937e0 100644 --- a/resources/variants/vzbot_custom_0.4.inst.cfg +++ b/resources/variants/vzbot_custom_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_custom name = 0.4mm Nozzle version = 4 -definition = vzbot_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/vzbot_custom_0.5.inst.cfg b/resources/variants/vzbot_custom_0.5.inst.cfg index eecc26ea6d..00380828c7 100644 --- a/resources/variants/vzbot_custom_0.5.inst.cfg +++ b/resources/variants/vzbot_custom_0.5.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_custom name = 0.5mm Nozzle version = 4 -definition = vzbot_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/vzbot_custom_0.6.inst.cfg b/resources/variants/vzbot_custom_0.6.inst.cfg index 3b094400b2..b456eb1b3f 100644 --- a/resources/variants/vzbot_custom_0.6.inst.cfg +++ b/resources/variants/vzbot_custom_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_custom name = 0.6mm Nozzle version = 4 -definition = vzbot_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/vzbot_custom_0.8.inst.cfg b/resources/variants/vzbot_custom_0.8.inst.cfg index d8a16a7e99..b90db64480 100644 --- a/resources/variants/vzbot_custom_0.8.inst.cfg +++ b/resources/variants/vzbot_custom_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_custom name = 0.8mm Nozzle version = 4 -definition = vzbot_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/vzbot_custom_1.0.inst.cfg b/resources/variants/vzbot_custom_1.0.inst.cfg index 74b029a6a0..b7f15e6273 100644 --- a/resources/variants/vzbot_custom_1.0.inst.cfg +++ b/resources/variants/vzbot_custom_1.0.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = vzbot_custom name = 1.0mm Nozzle version = 4 -definition = vzbot_custom [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/weedo_x40_weedo_0.4.inst.cfg b/resources/variants/weedo_x40_weedo_0.4.inst.cfg index cf626e62ac..021b63f254 100644 --- a/resources/variants/weedo_x40_weedo_0.4.inst.cfg +++ b/resources/variants/weedo_x40_weedo_0.4.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = weedo_x40 name = 0.4mm Nozzle version = 4 -definition = weedo_x40 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/weedo_x40_weedo_0.6.inst.cfg b/resources/variants/weedo_x40_weedo_0.6.inst.cfg index cf67c40978..f27e15ba71 100644 --- a/resources/variants/weedo_x40_weedo_0.6.inst.cfg +++ b/resources/variants/weedo_x40_weedo_0.6.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = weedo_x40 name = 0.6mm Nozzle version = 4 -definition = weedo_x40 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/weedo_x40_weedo_0.8.inst.cfg b/resources/variants/weedo_x40_weedo_0.8.inst.cfg index c9afadf4aa..3ee94c61bf 100644 --- a/resources/variants/weedo_x40_weedo_0.8.inst.cfg +++ b/resources/variants/weedo_x40_weedo_0.8.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = weedo_x40 name = 0.8mm Nozzle version = 4 -definition = weedo_x40 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/xyzprinting_base_0.40.inst.cfg b/resources/variants/xyzprinting_base_0.40.inst.cfg index 61b6c22e98..0ceed679c1 100644 --- a/resources/variants/xyzprinting_base_0.40.inst.cfg +++ b/resources/variants/xyzprinting_base_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] +definition = xyzprinting_base name = 0.4mm Nozzle version = 4 -definition = xyzprinting_base [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/xyzprinting_da_vinci_1p0_pro_copper_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_1p0_pro_copper_0.40.inst.cfg index 21bff4ac30..d92bf045b5 100644 --- a/resources/variants/xyzprinting_da_vinci_1p0_pro_copper_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_1p0_pro_copper_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_1p0_pro name = Copper 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_1p0_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +machine_nozzle_id = Copper 0.4mm Nozzle machine_nozzle_size = 0.4 -machine_nozzle_id = Copper 0.4mm Nozzle \ No newline at end of file + diff --git a/resources/variants/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40.inst.cfg index 3eaa537267..6d05978ffa 100644 --- a/resources/variants/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_jr_1p0a_pro_copper_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_jr_1p0a_pro name = Copper 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_jr_1p0a_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +machine_nozzle_id = Copper 0.4mm Nozzle machine_nozzle_size = 0.4 -machine_nozzle_id = Copper 0.4mm Nozzle \ No newline at end of file + diff --git a/resources/variants/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40.inst.cfg index 7438b3137b..2049e13a65 100644 --- a/resources/variants/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_jr_1p0a_pro_hs_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_jr_1p0a_pro name = Hardened Steel 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_jr_1p0a_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +machine_nozzle_id = Hardened Steel 0.4mm Nozzle machine_nozzle_size = 0.4 -machine_nozzle_id = Hardened Steel 0.4mm Nozzle \ No newline at end of file + diff --git a/resources/variants/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40.inst.cfg index 1596afe256..d22dc6f316 100644 --- a/resources/variants/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_jr_pro_xeplus_copper_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_jr_pro_xeplus name = Copper 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_jr_pro_xeplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 machine_nozzle_id = Copper 0.4mm Nozzle +machine_nozzle_size = 0.4 + diff --git a/resources/variants/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40.inst.cfg index 8b454ffd0a..7c7ee583a1 100644 --- a/resources/variants/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_jr_pro_xeplus_hs_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_jr_pro_xeplus name = Hardened Steel 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_jr_pro_xeplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 machine_nozzle_id = Hardened Steel 0.4mm Nozzle +machine_nozzle_size = 0.4 + diff --git a/resources/variants/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40.inst.cfg index e809c2805e..28db7a6059 100644 --- a/resources/variants/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_jr_pro_xplus name = Copper 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_jr_pro_xplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 machine_nozzle_id = Copper 0.4mm Nozzle +machine_nozzle_size = 0.4 + diff --git a/resources/variants/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40.inst.cfg index 0a1141cbb0..fb629e6742 100644 --- a/resources/variants/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_jr_pro_xplus_hs_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_jr_pro_xplus name = Hardened Steel 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_jr_pro_xplus [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 machine_nozzle_id = Hardened Steel 0.4mm Nozzle +machine_nozzle_size = 0.4 + diff --git a/resources/variants/xyzprinting_da_vinci_jr_w_pro_hs_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_jr_w_pro_hs_0.40.inst.cfg index cc90d08d61..7f1d6eb50d 100644 --- a/resources/variants/xyzprinting_da_vinci_jr_w_pro_hs_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_jr_w_pro_hs_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_jr_w_pro name = Hardened Steel 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_jr_w_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +machine_nozzle_id = Hardened Steel 0.4mm Nozzle machine_nozzle_size = 0.4 -machine_nozzle_id = Hardened Steel 0.4mm Nozzle \ No newline at end of file + diff --git a/resources/variants/xyzprinting_da_vinci_jr_w_pro_ss_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_jr_w_pro_ss_0.40.inst.cfg index 2b5dd8f184..1a57748099 100644 --- a/resources/variants/xyzprinting_da_vinci_jr_w_pro_ss_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_jr_w_pro_ss_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_jr_w_pro name = Stainless Steel 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_jr_w_pro [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] +machine_nozzle_id = Stainless Steel 0.4mm Nozzle machine_nozzle_size = 0.4 -machine_nozzle_id = Stainless Steel 0.4mm Nozzle \ No newline at end of file + diff --git a/resources/variants/xyzprinting_da_vinci_pro_evo_hs_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_pro_evo_hs_0.40.inst.cfg index 087644e208..94402d7792 100644 --- a/resources/variants/xyzprinting_da_vinci_pro_evo_hs_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_pro_evo_hs_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_pro_evo name = Hardened Steel 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_pro_evo [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 machine_nozzle_id = Hardened Steel 0.4mm Nozzle +machine_nozzle_size = 0.4 + diff --git a/resources/variants/xyzprinting_da_vinci_pro_evo_hsht_0.60.inst.cfg b/resources/variants/xyzprinting_da_vinci_pro_evo_hsht_0.60.inst.cfg index 1337d87cbc..57d341d485 100644 --- a/resources/variants/xyzprinting_da_vinci_pro_evo_hsht_0.60.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_pro_evo_hsht_0.60.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_pro_evo name = Hardened Steel High Temp. 0.6mm Nozzle version = 4 -definition = xyzprinting_da_vinci_pro_evo [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.6 machine_nozzle_id = Hardened Steel High Temp. 0.6mm Nozzle +machine_nozzle_size = 0.6 + diff --git a/resources/variants/xyzprinting_da_vinci_super_copper_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_super_copper_0.40.inst.cfg index 328d7df137..e5db76b348 100644 --- a/resources/variants/xyzprinting_da_vinci_super_copper_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_super_copper_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_super name = Copper 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_super [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 machine_nozzle_id = Copper 0.4mm Nozzle +machine_nozzle_size = 0.4 + diff --git a/resources/variants/xyzprinting_da_vinci_super_hs_0.40.inst.cfg b/resources/variants/xyzprinting_da_vinci_super_hs_0.40.inst.cfg index abdb0041fd..bd7c836c42 100644 --- a/resources/variants/xyzprinting_da_vinci_super_hs_0.40.inst.cfg +++ b/resources/variants/xyzprinting_da_vinci_super_hs_0.40.inst.cfg @@ -1,13 +1,14 @@ [general] +definition = xyzprinting_da_vinci_super name = Hardened Steel 0.4mm Nozzle version = 4 -definition = xyzprinting_da_vinci_super [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] -machine_nozzle_size = 0.4 machine_nozzle_id = Hardened Steel 0.4mm Nozzle +machine_nozzle_size = 0.4 + diff --git a/resources/variants/zav_base_0.20.inst.cfg b/resources/variants/zav_base_0.20.inst.cfg index 31773522e9..40ae02553d 100644 --- a/resources/variants/zav_base_0.20.inst.cfg +++ b/resources/variants/zav_base_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.20mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.20mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/zav_base_0.25.inst.cfg b/resources/variants/zav_base_0.25.inst.cfg index 86dcf25383..9b2aa230bb 100644 --- a/resources/variants/zav_base_0.25.inst.cfg +++ b/resources/variants/zav_base_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.25mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.25mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/zav_base_0.30.inst.cfg b/resources/variants/zav_base_0.30.inst.cfg index 02ce05d5a5..2a551789f7 100644 --- a/resources/variants/zav_base_0.30.inst.cfg +++ b/resources/variants/zav_base_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.30mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.30mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/zav_base_0.35.inst.cfg b/resources/variants/zav_base_0.35.inst.cfg index 75af3f362f..7827703e08 100644 --- a/resources/variants/zav_base_0.35.inst.cfg +++ b/resources/variants/zav_base_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.35mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.35mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/zav_base_0.40.inst.cfg b/resources/variants/zav_base_0.40.inst.cfg index ab0c247cc5..40916e38cc 100644 --- a/resources/variants/zav_base_0.40.inst.cfg +++ b/resources/variants/zav_base_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.40mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.40mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/zav_base_0.45.inst.cfg b/resources/variants/zav_base_0.45.inst.cfg index ef78321972..532a2da0fc 100644 --- a/resources/variants/zav_base_0.45.inst.cfg +++ b/resources/variants/zav_base_0.45.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.45mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.45mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.45 + diff --git a/resources/variants/zav_base_0.50.inst.cfg b/resources/variants/zav_base_0.50.inst.cfg index b9a855a575..03509c7fe7 100644 --- a/resources/variants/zav_base_0.50.inst.cfg +++ b/resources/variants/zav_base_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.50mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.50mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/zav_base_0.60.inst.cfg b/resources/variants/zav_base_0.60.inst.cfg index 6c36067e96..d27e7ba1c2 100644 --- a/resources/variants/zav_base_0.60.inst.cfg +++ b/resources/variants/zav_base_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.60mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.60mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/zav_base_0.80.inst.cfg b/resources/variants/zav_base_0.80.inst.cfg index dcd7d65128..d934b6c623 100644 --- a/resources/variants/zav_base_0.80.inst.cfg +++ b/resources/variants/zav_base_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.80mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 0.80mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/zav_base_1.00.inst.cfg b/resources/variants/zav_base_1.00.inst.cfg index 501fa3ca30..9bb6c5dd96 100644 --- a/resources/variants/zav_base_1.00.inst.cfg +++ b/resources/variants/zav_base_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 1.00mm_ZAV_Nozzle -version = 4 definition = zav_base +name = 1.00mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/zav_big_0.20.inst.cfg b/resources/variants/zav_big_0.20.inst.cfg index d217275e4d..be45ba28df 100644 --- a/resources/variants/zav_big_0.20.inst.cfg +++ b/resources/variants/zav_big_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.20mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.20mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/zav_big_0.25.inst.cfg b/resources/variants/zav_big_0.25.inst.cfg index 8c4412eada..e148927026 100644 --- a/resources/variants/zav_big_0.25.inst.cfg +++ b/resources/variants/zav_big_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.25mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.25mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/zav_big_0.30.inst.cfg b/resources/variants/zav_big_0.30.inst.cfg index aba2e32e05..e6648e68fe 100644 --- a/resources/variants/zav_big_0.30.inst.cfg +++ b/resources/variants/zav_big_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.30mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.30mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/zav_big_0.35.inst.cfg b/resources/variants/zav_big_0.35.inst.cfg index 75e75f40ff..22a1d6c535 100644 --- a/resources/variants/zav_big_0.35.inst.cfg +++ b/resources/variants/zav_big_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.35mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.35mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/zav_big_0.40.inst.cfg b/resources/variants/zav_big_0.40.inst.cfg index 70dc568bae..7fc3ca425e 100644 --- a/resources/variants/zav_big_0.40.inst.cfg +++ b/resources/variants/zav_big_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.40mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.40mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/zav_big_0.45.inst.cfg b/resources/variants/zav_big_0.45.inst.cfg index dbee670deb..66fe37f522 100644 --- a/resources/variants/zav_big_0.45.inst.cfg +++ b/resources/variants/zav_big_0.45.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.45mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.45mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.45 + diff --git a/resources/variants/zav_big_0.50.inst.cfg b/resources/variants/zav_big_0.50.inst.cfg index 9bd2b4d00c..3846e8e920 100644 --- a/resources/variants/zav_big_0.50.inst.cfg +++ b/resources/variants/zav_big_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.50mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.50mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/zav_big_0.60.inst.cfg b/resources/variants/zav_big_0.60.inst.cfg index fed52a95de..49562b52de 100644 --- a/resources/variants/zav_big_0.60.inst.cfg +++ b/resources/variants/zav_big_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.60mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.60mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/zav_big_0.80.inst.cfg b/resources/variants/zav_big_0.80.inst.cfg index 79f1c96b81..c8f61e8645 100644 --- a/resources/variants/zav_big_0.80.inst.cfg +++ b/resources/variants/zav_big_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.80mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 0.80mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/zav_big_1.00.inst.cfg b/resources/variants/zav_big_1.00.inst.cfg index 54a6ced552..e4a11282b8 100644 --- a/resources/variants/zav_big_1.00.inst.cfg +++ b/resources/variants/zav_big_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 1.00mm_ZAV_Nozzle -version = 4 definition = zav_big +name = 1.00mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/zav_bigplus_0.20.inst.cfg b/resources/variants/zav_bigplus_0.20.inst.cfg index 87f2b80ce3..6466b0a7a3 100644 --- a/resources/variants/zav_bigplus_0.20.inst.cfg +++ b/resources/variants/zav_bigplus_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.20mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.20mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/zav_bigplus_0.25.inst.cfg b/resources/variants/zav_bigplus_0.25.inst.cfg index b4998e45e2..79769b52f2 100644 --- a/resources/variants/zav_bigplus_0.25.inst.cfg +++ b/resources/variants/zav_bigplus_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.25mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.25mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/zav_bigplus_0.30.inst.cfg b/resources/variants/zav_bigplus_0.30.inst.cfg index 5be877da9e..9044961e37 100644 --- a/resources/variants/zav_bigplus_0.30.inst.cfg +++ b/resources/variants/zav_bigplus_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.30mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.30mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/zav_bigplus_0.35.inst.cfg b/resources/variants/zav_bigplus_0.35.inst.cfg index 0cd82bebca..80f51b6416 100644 --- a/resources/variants/zav_bigplus_0.35.inst.cfg +++ b/resources/variants/zav_bigplus_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.35mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.35mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/zav_bigplus_0.40.inst.cfg b/resources/variants/zav_bigplus_0.40.inst.cfg index e2f295d539..b7b5d47908 100644 --- a/resources/variants/zav_bigplus_0.40.inst.cfg +++ b/resources/variants/zav_bigplus_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.40mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.40mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/zav_bigplus_0.45.inst.cfg b/resources/variants/zav_bigplus_0.45.inst.cfg index 165b362a8e..3b36e003f0 100644 --- a/resources/variants/zav_bigplus_0.45.inst.cfg +++ b/resources/variants/zav_bigplus_0.45.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.45mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.45mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.45 + diff --git a/resources/variants/zav_bigplus_0.50.inst.cfg b/resources/variants/zav_bigplus_0.50.inst.cfg index 7a06e8195a..889352f035 100644 --- a/resources/variants/zav_bigplus_0.50.inst.cfg +++ b/resources/variants/zav_bigplus_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.50mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.50mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/zav_bigplus_0.60.inst.cfg b/resources/variants/zav_bigplus_0.60.inst.cfg index c83f35cf0c..038030c675 100644 --- a/resources/variants/zav_bigplus_0.60.inst.cfg +++ b/resources/variants/zav_bigplus_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.60mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.60mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/zav_bigplus_0.80.inst.cfg b/resources/variants/zav_bigplus_0.80.inst.cfg index 8d7e49f17b..a95a9ce28d 100644 --- a/resources/variants/zav_bigplus_0.80.inst.cfg +++ b/resources/variants/zav_bigplus_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.80mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 0.80mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/zav_bigplus_1.00.inst.cfg b/resources/variants/zav_bigplus_1.00.inst.cfg index 4887b9d30e..bf3cef169c 100644 --- a/resources/variants/zav_bigplus_1.00.inst.cfg +++ b/resources/variants/zav_bigplus_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 1.00mm_ZAV_Nozzle -version = 4 definition = zav_bigplus +name = 1.00mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/zav_l_0.20.inst.cfg b/resources/variants/zav_l_0.20.inst.cfg index bf5f664a62..2b92a5da70 100644 --- a/resources/variants/zav_l_0.20.inst.cfg +++ b/resources/variants/zav_l_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.20mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.20mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/zav_l_0.25.inst.cfg b/resources/variants/zav_l_0.25.inst.cfg index c77151f211..8c0b0de6c8 100644 --- a/resources/variants/zav_l_0.25.inst.cfg +++ b/resources/variants/zav_l_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.25mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.25mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/zav_l_0.30.inst.cfg b/resources/variants/zav_l_0.30.inst.cfg index ca04f061f5..e56edee89a 100644 --- a/resources/variants/zav_l_0.30.inst.cfg +++ b/resources/variants/zav_l_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.30mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.30mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/zav_l_0.35.inst.cfg b/resources/variants/zav_l_0.35.inst.cfg index 603c5e2a2e..b1c54fabc6 100644 --- a/resources/variants/zav_l_0.35.inst.cfg +++ b/resources/variants/zav_l_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.35mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.35mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/zav_l_0.40.inst.cfg b/resources/variants/zav_l_0.40.inst.cfg index 8a554e3fd8..fb0f7e0c68 100644 --- a/resources/variants/zav_l_0.40.inst.cfg +++ b/resources/variants/zav_l_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.40mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.40mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/zav_l_0.45.inst.cfg b/resources/variants/zav_l_0.45.inst.cfg index 6a1b88ae7a..d389239b15 100644 --- a/resources/variants/zav_l_0.45.inst.cfg +++ b/resources/variants/zav_l_0.45.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.45mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.45mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.45 + diff --git a/resources/variants/zav_l_0.50.inst.cfg b/resources/variants/zav_l_0.50.inst.cfg index 183b1c71a4..d7deee7978 100644 --- a/resources/variants/zav_l_0.50.inst.cfg +++ b/resources/variants/zav_l_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.50mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.50mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/zav_l_0.60.inst.cfg b/resources/variants/zav_l_0.60.inst.cfg index 96d9335d0f..22e1baae7e 100644 --- a/resources/variants/zav_l_0.60.inst.cfg +++ b/resources/variants/zav_l_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.60mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.60mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/zav_l_0.80.inst.cfg b/resources/variants/zav_l_0.80.inst.cfg index ee863e81c6..4cfe8be823 100644 --- a/resources/variants/zav_l_0.80.inst.cfg +++ b/resources/variants/zav_l_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.80mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 0.80mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/zav_l_1.00.inst.cfg b/resources/variants/zav_l_1.00.inst.cfg index ad5f7a1357..b761f5044c 100644 --- a/resources/variants/zav_l_1.00.inst.cfg +++ b/resources/variants/zav_l_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 1.00mm_ZAV_Nozzle -version = 4 definition = zav_l +name = 1.00mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/zav_max_0.20.inst.cfg b/resources/variants/zav_max_0.20.inst.cfg index 2def0d756a..b1dd7a65ff 100644 --- a/resources/variants/zav_max_0.20.inst.cfg +++ b/resources/variants/zav_max_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.20mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.20mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/zav_max_0.25.inst.cfg b/resources/variants/zav_max_0.25.inst.cfg index ce817e2d64..b2e6de6a5d 100644 --- a/resources/variants/zav_max_0.25.inst.cfg +++ b/resources/variants/zav_max_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.25mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.25mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/zav_max_0.30.inst.cfg b/resources/variants/zav_max_0.30.inst.cfg index 6813b6b889..113669ef81 100644 --- a/resources/variants/zav_max_0.30.inst.cfg +++ b/resources/variants/zav_max_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.30mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.30mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/zav_max_0.35.inst.cfg b/resources/variants/zav_max_0.35.inst.cfg index 2f3f59a196..232dfc77fd 100644 --- a/resources/variants/zav_max_0.35.inst.cfg +++ b/resources/variants/zav_max_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.35mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.35mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/zav_max_0.40.inst.cfg b/resources/variants/zav_max_0.40.inst.cfg index 4a54767b1c..8136bc6f13 100644 --- a/resources/variants/zav_max_0.40.inst.cfg +++ b/resources/variants/zav_max_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.40mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.40mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/zav_max_0.45.inst.cfg b/resources/variants/zav_max_0.45.inst.cfg index 76406ed9cf..620b1a96ac 100644 --- a/resources/variants/zav_max_0.45.inst.cfg +++ b/resources/variants/zav_max_0.45.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.45mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.45mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.45 + diff --git a/resources/variants/zav_max_0.50.inst.cfg b/resources/variants/zav_max_0.50.inst.cfg index 247c25e8be..e2f63c330c 100644 --- a/resources/variants/zav_max_0.50.inst.cfg +++ b/resources/variants/zav_max_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.50mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.50mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/zav_max_0.60.inst.cfg b/resources/variants/zav_max_0.60.inst.cfg index e9b12b8fed..d990c3b475 100644 --- a/resources/variants/zav_max_0.60.inst.cfg +++ b/resources/variants/zav_max_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.60mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.60mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/zav_max_0.80.inst.cfg b/resources/variants/zav_max_0.80.inst.cfg index 88c1ff6bc3..2de75d8958 100644 --- a/resources/variants/zav_max_0.80.inst.cfg +++ b/resources/variants/zav_max_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.80mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 0.80mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/zav_max_1.00.inst.cfg b/resources/variants/zav_max_1.00.inst.cfg index f23cb6b1e8..8032965271 100644 --- a/resources/variants/zav_max_1.00.inst.cfg +++ b/resources/variants/zav_max_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 1.00mm_ZAV_Nozzle -version = 4 definition = zav_max +name = 1.00mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/zav_maxpro_0.20.inst.cfg b/resources/variants/zav_maxpro_0.20.inst.cfg index 1961bcbe70..852031c935 100644 --- a/resources/variants/zav_maxpro_0.20.inst.cfg +++ b/resources/variants/zav_maxpro_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.20mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.20mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/zav_maxpro_0.25.inst.cfg b/resources/variants/zav_maxpro_0.25.inst.cfg index 523f6ca623..642510e56e 100644 --- a/resources/variants/zav_maxpro_0.25.inst.cfg +++ b/resources/variants/zav_maxpro_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.25mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.25mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/zav_maxpro_0.30.inst.cfg b/resources/variants/zav_maxpro_0.30.inst.cfg index 2939f48702..7716e80a58 100644 --- a/resources/variants/zav_maxpro_0.30.inst.cfg +++ b/resources/variants/zav_maxpro_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.30mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.30mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/zav_maxpro_0.35.inst.cfg b/resources/variants/zav_maxpro_0.35.inst.cfg index b7fb8f3b5f..c9d1e16804 100644 --- a/resources/variants/zav_maxpro_0.35.inst.cfg +++ b/resources/variants/zav_maxpro_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.35mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.35mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/zav_maxpro_0.40.inst.cfg b/resources/variants/zav_maxpro_0.40.inst.cfg index 069b2898d6..a5ae2ca885 100644 --- a/resources/variants/zav_maxpro_0.40.inst.cfg +++ b/resources/variants/zav_maxpro_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.40mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.40mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/zav_maxpro_0.45.inst.cfg b/resources/variants/zav_maxpro_0.45.inst.cfg index c9a21963d3..bc00518ed1 100644 --- a/resources/variants/zav_maxpro_0.45.inst.cfg +++ b/resources/variants/zav_maxpro_0.45.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.45mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.45mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.45 + diff --git a/resources/variants/zav_maxpro_0.50.inst.cfg b/resources/variants/zav_maxpro_0.50.inst.cfg index fc3b0e7fb0..892a2c9fda 100644 --- a/resources/variants/zav_maxpro_0.50.inst.cfg +++ b/resources/variants/zav_maxpro_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.50mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.50mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/zav_maxpro_0.60.inst.cfg b/resources/variants/zav_maxpro_0.60.inst.cfg index 2b53d56ed1..3502743544 100644 --- a/resources/variants/zav_maxpro_0.60.inst.cfg +++ b/resources/variants/zav_maxpro_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.60mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.60mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/zav_maxpro_0.80.inst.cfg b/resources/variants/zav_maxpro_0.80.inst.cfg index 5d8ef3c6d2..4c72765b3c 100644 --- a/resources/variants/zav_maxpro_0.80.inst.cfg +++ b/resources/variants/zav_maxpro_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.80mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 0.80mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/zav_maxpro_1.00.inst.cfg b/resources/variants/zav_maxpro_1.00.inst.cfg index 225ab963ce..8ab7dbf0e9 100644 --- a/resources/variants/zav_maxpro_1.00.inst.cfg +++ b/resources/variants/zav_maxpro_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 1.00mm_ZAV_Nozzle -version = 4 definition = zav_maxpro +name = 1.00mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 + diff --git a/resources/variants/zav_mini_0.20.inst.cfg b/resources/variants/zav_mini_0.20.inst.cfg index cb0cc6ac47..e627b87256 100644 --- a/resources/variants/zav_mini_0.20.inst.cfg +++ b/resources/variants/zav_mini_0.20.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.20mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.20mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/zav_mini_0.25.inst.cfg b/resources/variants/zav_mini_0.25.inst.cfg index c3d9f494eb..df000840ea 100644 --- a/resources/variants/zav_mini_0.25.inst.cfg +++ b/resources/variants/zav_mini_0.25.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.25mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.25mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.25 + diff --git a/resources/variants/zav_mini_0.30.inst.cfg b/resources/variants/zav_mini_0.30.inst.cfg index 5c0ff4d031..d59bbf10df 100644 --- a/resources/variants/zav_mini_0.30.inst.cfg +++ b/resources/variants/zav_mini_0.30.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.30mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.30mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.3 + diff --git a/resources/variants/zav_mini_0.35.inst.cfg b/resources/variants/zav_mini_0.35.inst.cfg index 6b8e5517c9..f25ce3f819 100644 --- a/resources/variants/zav_mini_0.35.inst.cfg +++ b/resources/variants/zav_mini_0.35.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.35mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.35mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.35 + diff --git a/resources/variants/zav_mini_0.40.inst.cfg b/resources/variants/zav_mini_0.40.inst.cfg index e2e8af1337..3db6cace44 100644 --- a/resources/variants/zav_mini_0.40.inst.cfg +++ b/resources/variants/zav_mini_0.40.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.40mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.40mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/zav_mini_0.45.inst.cfg b/resources/variants/zav_mini_0.45.inst.cfg index bdf446f71e..2efd8c25b0 100644 --- a/resources/variants/zav_mini_0.45.inst.cfg +++ b/resources/variants/zav_mini_0.45.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.45mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.45mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.45 + diff --git a/resources/variants/zav_mini_0.50.inst.cfg b/resources/variants/zav_mini_0.50.inst.cfg index a4ec5593cc..bd0fa776c6 100644 --- a/resources/variants/zav_mini_0.50.inst.cfg +++ b/resources/variants/zav_mini_0.50.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.50mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.50mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.5 + diff --git a/resources/variants/zav_mini_0.60.inst.cfg b/resources/variants/zav_mini_0.60.inst.cfg index ca9424d776..f7d3a766f4 100644 --- a/resources/variants/zav_mini_0.60.inst.cfg +++ b/resources/variants/zav_mini_0.60.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.60mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.60mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/zav_mini_0.80.inst.cfg b/resources/variants/zav_mini_0.80.inst.cfg index 90ac3e2422..87dc9847b5 100644 --- a/resources/variants/zav_mini_0.80.inst.cfg +++ b/resources/variants/zav_mini_0.80.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 0.80mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 0.80mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 0.8 + diff --git a/resources/variants/zav_mini_1.00.inst.cfg b/resources/variants/zav_mini_1.00.inst.cfg index 89e7617e95..a4a461eca2 100644 --- a/resources/variants/zav_mini_1.00.inst.cfg +++ b/resources/variants/zav_mini_1.00.inst.cfg @@ -1,12 +1,13 @@ [general] -name = 1.00mm_ZAV_Nozzle -version = 4 definition = zav_mini +name = 1.00mm_ZAV_Nozzle +version = 4 [metadata] +hardware_type = nozzle setting_version = 20 type = variant -hardware_type = nozzle [values] machine_nozzle_size = 1.0 +