Merge branch 'master' of github.com:Ultimaker/Cura

This commit is contained in:
Ghostkeeper 2020-03-17 12:52:20 +01:00
commit afe8158a3c
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A
57 changed files with 1052 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Copyright (c) 2019 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from time import time
import os
from typing import List, Optional, cast
from PyQt5.QtCore import QObject, QUrl, pyqtProperty, pyqtSignal, pyqtSlot
@ -191,8 +192,9 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
def _onPrintJobCreated(self, job: ExportFileJob) -> None:
output = job.getOutput()
self._tool_path = output # store the tool path to prevent re-uploading when printing the same file again
file_name = job.getFileName()
request = CloudPrintJobUploadRequest(
job_name=job.getFileName(),
job_name=os.path.splitext(file_name)[0],
file_size=len(output),
content_type=job.getMimeType(),
)

View File

@ -0,0 +1,134 @@
{
"name": "Flying Bear Base Printer",
"version": 2,
"inherits": "fdmprinter",
"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": ["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", "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", "generic_abs", "generic_bam", "generic_cffcpe", "generic_cffpa", "generic_cpe", "generic_cpe_plus", "generic_gffcpe", "generic_gffpa", "generic_hips", "generic_nylon", "generic_pc", "generic_petg", "generic_pla", "generic_pp", "generic_pva", "generic_tough_pla", "generic_tpu", "imade3d_petg_green", "imade3d_petg_pink", "imade3d_pla_green", "imade3d_pla_pink", "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", "structur3d_dap100silicone", "tizyx_abs", "tizyx_flex", "tizyx_petg", "tizyx_pla", "tizyx_pla_bois", "tizyx_pva", "ultimaker_abs_black", "ultimaker_abs_blue", "ultimaker_abs_green", "ultimaker_abs_grey", "ultimaker_abs_orange", "ultimaker_abs_pearl-gold", "ultimaker_abs_red", "ultimaker_abs_silver-metallic", "ultimaker_abs_white", "ultimaker_abs_yellow", "ultimaker_bam", "ultimaker_cpe_black", "ultimaker_cpe_blue", "ultimaker_cpe_dark-grey", "ultimaker_cpe_green", "ultimaker_cpe_light-grey", "ultimaker_cpe_plus_black", "ultimaker_cpe_plus_transparent", "ultimaker_cpe_plus_white", "ultimaker_cpe_red", "ultimaker_cpe_transparent", "ultimaker_cpe_white", "ultimaker_cpe_yellow", "ultimaker_nylon_black", "ultimaker_nylon_transparent", "ultimaker_pc_black", "ultimaker_pc_transparent", "ultimaker_pc_white", "ultimaker_pla_black", "ultimaker_pla_blue", "ultimaker_pla_green", "ultimaker_pla_magenta", "ultimaker_pla_orange", "ultimaker_pla_pearl-white", "ultimaker_pla_red", "ultimaker_pla_silver-metallic", "ultimaker_pla_transparent", "ultimaker_pla_white", "ultimaker_pla_yellow", "ultimaker_pp_transparent", "ultimaker_pva", "ultimaker_tough_pla_black", "ultimaker_tough_pla_green", "ultimaker_tough_pla_red", "ultimaker_tough_pla_white", "ultimaker_tpu_black", "ultimaker_tpu_blue", "ultimaker_tpu_red", "ultimaker_tpu_white", "verbatim_bvoh_175", "zyyx_pro_flex", "zyyx_pro_pla"]
},
"overrides": {
"machine_name": { "default_value": "Flying Bear Base Printer" },
"machine_start_gcode": { "default_value": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\n;Code for nozzle cleaning and flow normalization\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.4 Y20 Z0.28 F5000.0\nG1 X10.4 Y170.0 Z0.28 F1500.0 E15\nG1 X10.1 Y170.0 Z0.28 F5000.0\nG1 X10.1 Y40 Z0.28 F1500.0 E30\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up" },
"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 positionning\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_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 },
"line_width": { "value": "machine_nozzle_size" },
"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 },
"travel_compensate_overlapping_walls_0_enabled": { "value": false },
"fill_perimeter_gaps": { "value": "'everywhere'" },
"filter_out_tiny_gaps": { "value": false },
"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" },
"material_final_print_temperature": { "value": "material_print_temperature" },
"material_flow": { "value": 100 },
"retraction_enable": { "value": true },
"retraction_min_travel": { "value": 1.5 },
"retraction_count_max": { "value": 100 },
"retraction_extrusion_window": { "value": 10 },
"speed_print": { "value": 60 } ,
"speed_infill": { "value": "speed_print" },
"speed_wall": { "value": "speed_print / 2" },
"speed_wall_0": { "value": "speed_wall" },
"speed_wall_x": { "value": "speed_print" },
"speed_roofing": { "value": "speed_topbottom" },
"speed_topbottom": { "value": "speed_print / 2" },
"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": 20 },
"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" },
"skirt_brim_speed": { "value": "speed_layer_0" },
"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_enabled": { "value": true },
"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_tree_enable 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_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 },
"meshfix_maximum_resolution": { "value": 0.05 },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"adaptive_layer_height_variation": { "value": 0.04 },
"adaptive_layer_height_variation_step": { "value": 0.04 }
}
}

View File

@ -0,0 +1,54 @@
{
"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": 210 },
"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" }
}
}

View File

@ -0,0 +1,16 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "flyingbear_base",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -0,0 +1,110 @@
# WaveFront *.obj file (generated by CINEMA 4D)
v -136.15419006347656 -105 -6.8942437171936
v -136.15419006347656 -105 -1.10575640201569
v 136.15419006347656 -105 -1.10575640201569
v 136.15419006347656 -105 -6.8942437171936
v -137.5 -103.67865753173828 -6.8942437171936
v -137.5 103.67865753173828 -6.8942437171936
v -137.5 103.67865753173828 -1.10575640201569
v -137.5 -103.67865753173828 -1.10575640201569
v -136.15419006347656 -103.67865753173828 0
v -136.15419006347656 103.67865753173828 0
v 136.15419006347656 103.67865753173828 0
v 136.15419006347656 -103.67865753173828 0
v -136.15419006347656 105 -1.10575640201569
v -136.15419006347656 105 -6.8942437171936
v 136.15419006347656 105 -6.8942437171936
v 136.15419006347656 105 -1.10575640201569
v 137.5 -103.67865753173828 -1.10575640201569
v 137.5 103.67865753173828 -1.10575640201569
v 137.5 103.67865753173828 -6.8942437171936
v 137.5 -103.67865753173828 -6.8942437171936
v 136.15419006347656 -103.67865753173828 -8
v 136.15419006347656 103.67865753173828 -8
v -136.15419006347656 103.67865753173828 -8
v -136.15419006347656 -103.67865753173828 -8
# 24 vertices
vn 0 0 1
vn 1 0 0
vn 0.27744194865227 0.61657708883286 -0.73678940534592
vn 0.42486584186554 0.43098142743111 -0.7960804104805
vn 0.60886806249619 0.28306290507317 -0.74105000495911
vn 0 0 0
vn -1 0 0
vn 0 1 0
vn 0 -1 0
vn -0.60886812210083 0.28306290507317 0.74104994535446
vn -0.42486593127251 0.43098148703575 0.79608035087585
vn -0.42486596107483 -0.43098145723343 0.79608029127121
vn -0.60886812210083 -0.28306293487549 0.74104994535446
vn -0.27744197845459 0.6165771484375 0.73678934574127
vn 0.27744141221046 0.61657696962357 0.73678976297379
vn 0.42486551403999 0.43098136782646 0.79608064889908
vn 0.60886812210083 -0.28306290507317 0.74104994535446
vn 0.42486593127251 -0.43098148703575 0.79608035087585
vn 0.60886752605438 0.28306278586388 0.74105048179626
vn 0.27744197845459 -0.6165771484375 0.73678934574127
vn -0.27744200825691 -0.6165771484375 0.73678940534592
vn 0.70059055089951 0.71356350183487 0
vn 0.42486587166786 -0.43098139762878 -0.7960804104805
vn 0.60886806249619 -0.28306287527084 -0.74105000495911
vn 0.70059055089951 -0.71356350183487 0
vn -0.27744194865227 0.61657708883286 -0.73678940534592
vn -0.42486587166786 0.43098139762878 -0.7960804104805
vn -0.60886806249619 -0.28306290507317 -0.74105000495911
vn -0.42486584186554 -0.43098142743111 -0.7960804104805
vn -0.60886806249619 0.28306287527084 -0.74105000495911
vn -0.27744194865227 -0.61657708883286 -0.73678940534592
vn 0.27744194865227 -0.61657708883286 -0.73678940534592
vn -0.70059055089951 0.71356350183487 0
vn -0.70059055089951 -0.71356350183487 0
# 34 normals
vt 0.00542090367526 0.00542092323303 0
vt 0.00542090367526 0.99457907676697 0
vt 0.99457907676697 0.99457907676697 0
vt 0.99457907676697 0.00542092323303 0
vt 0.12081129848957 0.89372777938843 0
vt 0.12081129848957 0.97731846570969 0
vt 0.12039698660374 0.97785115242004 0
vt 0.12039699405432 0.97731846570969 0
vt 0.03615518659353 0.89372777938843 0
vt 0.03615518659353 0.97731846570969 0
vt 0.03656949847937 0.97785115242004 0
vt 0.03656949847937 0.89319515228271 0
vt 0.12039698660374 0.89319515228271 0
vt 0.03656949847937 0.97731846570969 0
vt 0.03656949847937 0.89372777938843 0
vt 0.12039699405432 0.89372777938843 0
# 16 texture coordinates
o Cube
usemtl Mat
f 12/4/1 11/3/1 10/2/1 9/1/1
f 20/5/2 19/6/2 18/6/2 17/5/2
f 19/6/5 22/8/4 15/7/3
f 8/9/7 7/10/7 6/10/7 5/9/7
f 16/7/8 15/7/8 14/11/8 13/11/8
f 4/13/9 3/13/9 2/12/9 1/12/9
f 8/9/13 9/15/12 10/14/11 7/10/10
f 11/8/16 16/7/15 13/11/14 10/14/11
f 18/6/19 11/8/16 12/16/18 17/5/17
f 9/15/12 2/12/21 3/13/20 12/16/18
f 16/7/22 18/6/22 19/6/22 15/7/22
f 20/5/24 21/16/23 22/8/4 19/6/5
f 4/13/25 20/5/25 17/5/25 3/13/25
f 23/14/27 14/11/26 15/7/3 22/8/4
f 6/10/30 23/14/27 24/15/29 5/9/28
f 21/16/23 4/13/32 1/12/31 24/15/29
f 14/11/33 6/10/33 7/10/33 13/11/33
f 2/12/34 8/9/34 5/9/34 1/12/34
f 5/9/28 24/15/29 1/12/31
f 9/15/12 8/9/13 2/12/21
f 17/5/17 12/16/18 3/13/20
f 21/16/23 20/5/24 4/13/32
f 14/11/26 23/14/27 6/10/30
f 10/14/11 13/11/14 7/10/10
f 18/6/19 16/7/15 11/8/16

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_abs
variant = 0.25mm Nozzle
[values]
wall_thickness = =line_width*6

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Ultra Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = ultra
material = generic_abs
variant = 0.25mm Nozzle
[values]
wall_thickness = =line_width*6

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Dynamic Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = adaptive
material = generic_abs
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Low Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = low
material = generic_abs
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Standard Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = normal
material = generic_abs
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_abs
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Draft Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = draft
material = generic_abs
variant = 0.8mm Nozzle
[values]
wall_thickness = =line_width*3

View File

@ -0,0 +1,18 @@
[general]
version = 4
name = Ultra Quality
definition = flyingbear_base
[metadata]
setting_version = 11
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

View File

@ -0,0 +1,18 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
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

View File

@ -0,0 +1,19 @@
[general]
version = 4
name = Dynamic Quality
definition = flyingbear_base
[metadata]
setting_version = 11
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

View File

@ -0,0 +1,18 @@
[general]
version = 4
name = Standard Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = normal
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

View File

@ -0,0 +1,18 @@
[general]
version = 4
name = Low Quality
definition = flyingbear_base
[metadata]
setting_version = 11
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

View File

@ -0,0 +1,18 @@
[general]
version = 4
name = Draft Quality
definition = flyingbear_base
[metadata]
setting_version = 11
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

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_hips
variant = 0.25mm Nozzle
[values]
wall_thickness = =line_width*6

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Ultra Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = ultra
material = generic_hips
variant = 0.25mm Nozzle
[values]
wall_thickness = =line_width*6

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Dynamic Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = adaptive
material = generic_hips
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Low Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = low
material = generic_hips
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Standard Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = normal
material = generic_hips
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_hips
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Draft Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = draft
material = generic_hips
variant = 0.8mm Nozzle
[values]
wall_thickness = =line_width*3

View File

@ -0,0 +1,16 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_petg
variant = 0.25mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*6

View File

@ -0,0 +1,15 @@
[general]
version = 4
name = Ultra Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = ultra
material = generic_petg
variant = 0.25mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*6

View File

@ -0,0 +1,15 @@
[general]
version = 4
name = Dynamic Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = adaptive
material = generic_petg
variant = 0.4mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*4

View File

@ -0,0 +1,15 @@
[general]
version = 4
name = Low Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = low
material = generic_petg
variant = 0.4mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*4

View File

@ -0,0 +1,15 @@
[general]
version = 4
name = Standard Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = normal
material = generic_petg
variant = 0.4mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*4

View File

@ -0,0 +1,15 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_petg
variant = 0.4mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*4

View File

@ -0,0 +1,15 @@
[general]
version = 4
name = Draft Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = draft
material = generic_petg
variant = 0.8mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*3

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_pla
variant = 0.25mm Nozzle
[values]
wall_thickness = =line_width*6

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Ultra Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = ultra
material = generic_pla
variant = 0.25mm Nozzle
[values]
wall_thickness = =line_width*6

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Dynamic Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = adaptive
material = generic_pla
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Low Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = low
material = generic_pla
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Standard Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = normal
material = generic_pla
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_pla
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Draft Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = draft
material = generic_pla
variant = 0.8mm Nozzle
[values]
wall_thickness = =line_width*3

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = eSUN_PLA_PRO_Black
variant = 0.25mm Nozzle
[values]
wall_thickness = =line_width*6

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Ultra Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = ultra
material = eSUN_PLA_PRO_Black
variant = 0.25mm Nozzle
[values]
wall_thickness = =line_width*6

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Dynamic Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = adaptive
material = eSUN_PLA_PRO_Black
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Low Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = low
material = eSUN_PLA_PRO_Black
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Standard Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = normal
material = eSUN_PLA_PRO_Black
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = eSUN_PLA_PRO_Black
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Draft Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = draft
material = eSUN_PLA_PRO_Black
variant = 0.8mm Nozzle
[values]
wall_thickness = =line_width*3

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Dynamic Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = adaptive
material = generic_tpu
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Standard Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = normal
material = generic_tpu
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Super Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = super
material = generic_tpu
variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4

View File

@ -0,0 +1,14 @@
[general]
version = 4
name = Draft Quality
definition = flyingbear_base
[metadata]
setting_version = 11
type = quality
quality_type = draft
material = generic_tpu
variant = 0.8mm Nozzle
[values]
wall_thickness = =line_width*3

View File

@ -0,0 +1,12 @@
[general]
name = 0.25mm Nozzle
version = 4
definition = flyingbear_base
[metadata]
setting_version = 11
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.25

View File

@ -0,0 +1,12 @@
[general]
name = 0.4mm Nozzle
version = 4
definition = flyingbear_base
[metadata]
setting_version = 11
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.4

View File

@ -0,0 +1,12 @@
[general]
name = 0.8mm Nozzle
version = 4
definition = flyingbear_base
[metadata]
setting_version = 11
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.8

View File

@ -0,0 +1,12 @@
[general]
name = 0.25mm Nozzle
version = 4
definition = flyingbear_ghost_4s
[metadata]
setting_version = 11
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.25

View File

@ -0,0 +1,12 @@
[general]
name = 0.4mm Nozzle
version = 4
definition = flyingbear_ghost_4s
[metadata]
setting_version = 11
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.4

View File

@ -0,0 +1,12 @@
[general]
name = 0.8mm Nozzle
version = 4
definition = flyingbear_ghost_4s
[metadata]
setting_version = 11
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.8