mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Merge branch 'cura4.0_header' of github.com:Ultimaker/Cura into CURA-5829-Add-preview-stage
This commit is contained in:
commit
6083eda3fa
110 changed files with 15796 additions and 14752 deletions
88
resources/definitions/anycubic_4max.def.json
Normal file
88
resources/definitions/anycubic_4max.def.json
Normal file
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Anycubic 4Max",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Jason Scurtu",
|
||||
"manufacturer": "Anycubic",
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker2",
|
||||
"platform": "anycubic_4max_platform.stl",
|
||||
"has_materials": true,
|
||||
"quality_definition": "anycubic_4max",
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality_type": "normal",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "anycubic_4max_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
"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 },
|
||||
|
||||
"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": { "default_value": 25.0 },
|
||||
"skin_overlap": { "value": "10" },
|
||||
|
||||
"acceleration_enabled": { "value": "True" },
|
||||
"acceleration_layer_0": { "value": "acceleration_topbottom" },
|
||||
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
|
||||
"acceleration_print": { "value": "900" },
|
||||
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
|
||||
"acceleration_support_interface": { "value": "acceleration_topbottom" },
|
||||
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 3000)" },
|
||||
"acceleration_travel": { "value": "acceleration_print" },
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 3000)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" },
|
||||
|
||||
"speed_layer_0": { "value": "20" },
|
||||
"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": "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\nto 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\nso the head is out of the way\nG1 Y180 F2000\nM84 ;steppers off\nG90\nM300 P300 S4000"}
|
||||
}
|
||||
}
|
|
@ -19,13 +19,13 @@
|
|||
"default_value": "Creality Ender-3"
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 220
|
||||
"default_value": 235
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 250
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 220
|
||||
"default_value": 235
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
|
@ -87,10 +87,10 @@
|
|||
"default_value": 5
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "; Ender 3 Custom Start G-code\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nG1 Z5.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 Z5.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed"
|
||||
"default_value": "; Ender 3 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": "; Ender 3 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 Z10 ; Move Z Axis up 10 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\nM104 S0 ; Turn off Extruder temperature\nM140 S0 ; Turn off Heat Bed\nM106 S0 ; Turn off Cooling Fan\nM107 ; Turn off Fan\nM84 ; Disable stepper motors"
|
||||
"default_value": "; Ender 3 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
4
resources/definitions/deltacomb.def.json
Normal file → Executable file
4
resources/definitions/deltacomb.def.json
Normal file → Executable file
|
@ -33,6 +33,7 @@
|
|||
"material_final_print_temperature": { "value": "material_print_temperature - 5" },
|
||||
"material_initial_print_temperature": { "value": "material_print_temperature" },
|
||||
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"travel_avoid_distance": { "default_value": 1, "value": "1" },
|
||||
"speed_print" : { "default_value": 70 },
|
||||
"speed_travel": { "value": "150.0" },
|
||||
|
@ -55,6 +56,7 @@
|
|||
"support_use_towers" : { "default_value": false },
|
||||
"jerk_wall_0" : { "value": "30" },
|
||||
"jerk_travel" : { "default_value": 20 },
|
||||
"acceleration_travel" : { "value": 10000 }
|
||||
"acceleration_travel" : { "value": 10000 },
|
||||
"machine_max_feedrate_z" : { "default_value": 150 }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4619,7 +4619,7 @@
|
|||
"enabled": "resolveOrValue('adhesion_type') == 'brim' and support_enable",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true,
|
||||
"limit_to_extruder": "adhesion_extruder_nr"
|
||||
"limit_to_extruder": "support_infill_extruder_nr"
|
||||
},
|
||||
"brim_outside_only":
|
||||
{
|
||||
|
@ -6598,9 +6598,8 @@
|
|||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 100,
|
||||
"minimum_value": "10",
|
||||
"minimum_value": "0.001",
|
||||
"minimum_value_warning": "25",
|
||||
"maximum_value": "100",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"bridge_settings_enabled":
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
"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"
|
||||
|
|
16
resources/extruders/anycubic_4max_extruder_0.def.json
Normal file
16
resources/extruders/anycubic_4max_extruder_0.def.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"id": "anycubic_4max_extruder_0",
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "anycubic_4max",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
0
resources/extruders/deltacomb_extruder_0.def.json
Normal file → Executable file
0
resources/extruders/deltacomb_extruder_0.def.json
Normal file → Executable file
BIN
resources/meshes/anycubic_4max_platform.stl
Normal file
BIN
resources/meshes/anycubic_4max_platform.stl
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,7 @@ Column
|
|||
height: UM.Theme.getSize("avatar_image").height
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
source: loggedIn ? profile["profile_image_url"] : UM.Theme.getImage("avatar_no_user")
|
||||
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_outline_active") : UM.Theme.getColor("account_widget_outline_inactive")
|
||||
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_outline_active") : UM.Theme.getColor("lining")
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
|
@ -26,7 +26,7 @@ Button
|
|||
anchors.horizontalCenter: accountWidget.horizontalCenter
|
||||
|
||||
source: loggedIn ? profile["profile_image_url"] : UM.Theme.getImage("avatar_no_user")
|
||||
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_outline_active") : UM.Theme.getColor("account_widget_outline_inactive")
|
||||
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_outline_active") : UM.Theme.getColor("lining")
|
||||
}
|
||||
|
||||
onClicked: popup.opened ? popup.close() : popup.open()
|
||||
|
|
|
@ -60,7 +60,7 @@ Rectangle
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
exclusiveGroup: mainWindowHeaderMenuGroup
|
||||
style: UM.Theme.styles.main_window_header_tab
|
||||
height: Math.round(0.56 * UM.Theme.getSize("main_window_header").height)
|
||||
height: UM.Theme.getSize("main_window_header_button").height
|
||||
onClicked: UM.Controller.setActiveStage(model.id)
|
||||
iconSource: model.stage.iconSource
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2016 Ultimaker B.V.
|
||||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.2
|
||||
|
@ -9,7 +9,7 @@ import Cura 1.0 as Cura
|
|||
|
||||
Menu
|
||||
{
|
||||
title: catalog.i18nc("@title:menu menubar:toplevel", "&View");
|
||||
title: catalog.i18nc("@title:menu menubar:toplevel", "&View")
|
||||
id: base
|
||||
enabled: !PrintInformation.preSliced
|
||||
|
||||
|
@ -33,26 +33,33 @@ Menu
|
|||
Menu
|
||||
{
|
||||
id: buildPlateMenu;
|
||||
title: catalog.i18nc("@action:inmenu menubar:view","&Build plate");
|
||||
title: catalog.i18nc("@action:inmenu menubar:view","&Build plate")
|
||||
visible: UM.Preferences.getValue("cura/use_multi_build_plate")
|
||||
Instantiator
|
||||
{
|
||||
model: base.multiBuildPlateModel
|
||||
MenuItem {
|
||||
MenuItem
|
||||
{
|
||||
text: base.multiBuildPlateModel.getItem(index).name;
|
||||
onTriggered: Cura.SceneController.setActiveBuildPlate(base.multiBuildPlateModel.getItem(index).buildPlateNumber);
|
||||
checkable: true;
|
||||
checked: base.multiBuildPlateModel.getItem(index).buildPlateNumber == base.multiBuildPlateModel.activeBuildPlate;
|
||||
exclusiveGroup: buildPlateGroup;
|
||||
onTriggered: Cura.SceneController.setActiveBuildPlate(base.multiBuildPlateModel.getItem(index).buildPlateNumber)
|
||||
checkable: true
|
||||
checked: base.multiBuildPlateModel.getItem(index).buildPlateNumber == base.multiBuildPlateModel.activeBuildPlate
|
||||
exclusiveGroup: buildPlateGroup
|
||||
visible: UM.Preferences.getValue("cura/use_multi_build_plate")
|
||||
}
|
||||
onObjectAdded: buildPlateMenu.insertItem(index, object);
|
||||
onObjectAdded: buildPlateMenu.insertItem(index, object)
|
||||
onObjectRemoved: buildPlateMenu.removeItem(object)
|
||||
}
|
||||
ExclusiveGroup { id: buildPlateGroup; }
|
||||
ExclusiveGroup
|
||||
{
|
||||
id: buildPlateGroup
|
||||
}
|
||||
}
|
||||
|
||||
MenuSeparator {}
|
||||
|
||||
MenuItem { action: Cura.Actions.toggleFullScreen; }
|
||||
MenuItem
|
||||
{
|
||||
action: Cura.Actions.toggleFullScreen
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
cool_fan_enabled = False
|
||||
adhesion_type = brim
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = High
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 2
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
cool_fan_enabled = False
|
||||
adhesion_type = brim
|
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 1
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
cool_fan_enabled = False
|
||||
adhesion_type = brim
|
||||
|
15
resources/quality/anycubic_4max/anycubic_4max_draft.inst.cfg
Normal file
15
resources/quality/anycubic_4max/anycubic_4max_draft.inst.cfg
Normal file
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
|
15
resources/quality/anycubic_4max/anycubic_4max_high.inst.cfg
Normal file
15
resources/quality/anycubic_4max/anycubic_4max_high.inst.cfg
Normal file
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = High
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = generic_hips
|
||||
|
||||
[values]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = High
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 2
|
||||
material = generic_hips
|
||||
|
||||
[values]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 1
|
||||
material = generic_hips
|
||||
|
||||
[values]
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = generic_petg
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 35
|
||||
material_bed_temperature = 70
|
||||
cool_fan_enabled = False
|
||||
|
||||
speed_print = 30
|
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = High
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 2
|
||||
material = generic_petg
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 35
|
||||
material_bed_temperature = 70
|
||||
cool_fan_enabled = False
|
||||
|
||||
speed_print = 30
|
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 1
|
||||
material = generic_petg
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 35
|
||||
material_bed_temperature = 70
|
||||
cool_fan_enabled = False
|
||||
|
||||
speed_print = 30
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = High
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 2
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_4max
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
|
|
@ -17,8 +17,6 @@ cool_fan_speed_0 = 100
|
|||
fill_outline_gaps = True
|
||||
infill_angles = [0,90 ]
|
||||
infill_sparse_density = 15
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.25
|
||||
material_diameter = 1.75
|
||||
retraction_amount = 2.5
|
||||
retraction_min_travel = 2
|
||||
|
|
|
@ -12,6 +12,7 @@ material = generic_bam
|
|||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
|
@ -26,6 +27,7 @@ speed_wall = =math.ceil(speed_print * 50 / 70)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
|
||||
top_bottom_thickness = 1
|
||||
wall_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric'
|
||||
|
|
|
@ -12,6 +12,7 @@ material = generic_bam
|
|||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
|
@ -25,6 +26,7 @@ speed_wall = =math.ceil(speed_print * 40 / 80)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
top_bottom_thickness = 1
|
||||
wall_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric'
|
||||
|
|
|
@ -12,6 +12,7 @@ material = generic_bam
|
|||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 7
|
||||
|
@ -21,6 +22,7 @@ material_print_temperature = =default_material_print_temperature - 10
|
|||
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric'
|
||||
|
|
|
@ -12,7 +12,9 @@ material = generic_pva
|
|||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
skin_overlap = 20
|
||||
support_brim_enable = True
|
||||
|
|
|
@ -12,8 +12,10 @@ material = generic_pva
|
|||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
skin_overlap = 15
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
|
|
|
@ -12,6 +12,8 @@ material = generic_pva
|
|||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.18
|
||||
|
|
|
@ -12,5 +12,7 @@ material = generic_pva
|
|||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
support_brim_enable = True
|
||||
|
|
|
@ -12,5 +12,7 @@ material = generic_pva
|
|||
variant = BB 0.8
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
support_brim_enable = True
|
||||
|
|
|
@ -12,6 +12,8 @@ material = generic_pva
|
|||
variant = BB 0.8
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
layer_height = 0.4
|
||||
material_standby_temperature = 100
|
||||
support_brim_enable = True
|
||||
support_interface_height = 0.9
|
||||
|
|
|
@ -12,7 +12,9 @@ material = generic_pva
|
|||
variant = BB 0.8
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
layer_height = 0.3
|
||||
material_standby_temperature = 100
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_height = 1.2
|
||||
|
|
|
@ -12,6 +12,7 @@ material = generic_bam
|
|||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
|
@ -26,6 +27,7 @@ speed_wall = =math.ceil(speed_print * 50 / 70)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
|
||||
top_bottom_thickness = 1
|
||||
wall_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric'
|
||||
|
|
|
@ -12,6 +12,7 @@ material = generic_bam
|
|||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
|
@ -25,6 +26,7 @@ speed_wall = =math.ceil(speed_print * 40 / 80)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
top_bottom_thickness = 1
|
||||
wall_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric'
|
||||
|
|
|
@ -12,6 +12,7 @@ material = generic_bam
|
|||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 7
|
||||
|
@ -22,6 +23,7 @@ material_print_temperature = =default_material_print_temperature - 10
|
|||
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric'
|
||||
|
|
|
@ -12,7 +12,9 @@ material = generic_pva
|
|||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
skin_overlap = 20
|
||||
support_brim_enable = True
|
||||
|
|
|
@ -12,8 +12,10 @@ material = generic_pva
|
|||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
skin_overlap = 15
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
|
|
|
@ -12,6 +12,8 @@ material = generic_pva
|
|||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.18
|
||||
|
|
|
@ -12,5 +12,7 @@ material = generic_pva
|
|||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
support_brim_enable = True
|
||||
|
|
|
@ -12,5 +12,7 @@ material = generic_pva
|
|||
variant = BB 0.8
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
support_brim_enable = True
|
||||
|
|
|
@ -12,5 +12,7 @@ material = generic_pva
|
|||
variant = BB 0.8
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
support_brim_enable = True
|
||||
support_interface_height = 0.9
|
||||
|
|
|
@ -12,6 +12,8 @@ material = generic_pva
|
|||
variant = BB 0.8
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_height = 1.2
|
||||
|
|
|
@ -216,6 +216,26 @@
|
|||
|
||||
"toolbox_header_button_text_active": [255, 255, 255, 255],
|
||||
"toolbox_header_button_text_inactive": [128, 128, 128, 255],
|
||||
"toolbox_header_button_text_hovered": [255, 255, 255, 255]
|
||||
"toolbox_header_button_text_hovered": [255, 255, 255, 255],
|
||||
|
||||
"monitor_card_background_inactive": [43, 48, 52, 255],
|
||||
"monitor_card_background": [43, 48, 52, 255],
|
||||
"monitor_context_menu_background": [80, 84, 87, 255],
|
||||
"monitor_context_menu_dots": [0, 167, 233, 255],
|
||||
"monitor_context_menu_highlight": [0, 167, 233, 255],
|
||||
"monitor_image_overlay": [255, 255, 255, 255],
|
||||
"monitor_lining_heavy": [255, 255, 255, 255],
|
||||
"monitor_lining_light": [102, 102, 102, 255],
|
||||
"monitor_pill_background": [102, 102, 102, 255],
|
||||
"monitor_placeholder_image": [102, 102, 102, 255],
|
||||
"monitor_printer_icon": [255, 255, 255, 255],
|
||||
"monitor_progress_background_text": [102, 102, 102, 255],
|
||||
"monitor_progress_background": [80, 84, 87, 255],
|
||||
"monitor_progress_fill_inactive": [216, 216, 216, 255],
|
||||
"monitor_progress_fill_text": [0, 0, 0, 255],
|
||||
"monitor_progress_fill": [216, 216, 216, 255],
|
||||
"monotir_printer_icon_inactive": [154, 154, 154, 255],
|
||||
"monitor_skeleton_fill": [31, 36, 39, 255],
|
||||
"monitor_skeleton_fill_dark": [31, 36, 39, 255]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -97,7 +97,6 @@
|
|||
"main_window_header_secondary_button_outline_hovered": [255, 255, 255, 255],
|
||||
|
||||
"account_widget_outline_active": [70, 66, 126, 255],
|
||||
"account_widget_outline_inactive": [229, 229, 229, 255],
|
||||
|
||||
"machine_selector_bar": [31, 36, 39, 255],
|
||||
"machine_selector_active": [68, 72, 75, 255],
|
||||
|
@ -335,17 +334,34 @@
|
|||
"favorites_header_text_hover": [31, 36, 39, 255],
|
||||
"favorites_row_selected": [196, 239, 255, 255],
|
||||
|
||||
"monitor_text_inactive": [154, 154, 154, 255],
|
||||
"monitor_background_inactive": [240, 240, 240, 255],
|
||||
"monitor_background_active": [255, 255, 255, 255],
|
||||
"monitor_lining_inactive": [230, 230, 230, 255]
|
||||
"monitor_card_background_inactive": [240, 240, 240, 255],
|
||||
"monitor_card_background": [255, 255, 255, 255],
|
||||
"monitor_context_menu_background": [255, 255, 255, 255],
|
||||
"monitor_context_menu_dots": [154, 154, 154, 255],
|
||||
"monitor_context_menu_highlight": [245, 245, 245, 255],
|
||||
"monitor_image_overlay": [0, 0, 0, 255],
|
||||
"monitor_lining_heavy": [0, 0, 0, 255],
|
||||
"monitor_lining_light": [230, 230, 230, 255],
|
||||
"monitor_pill_background": [245, 245, 245, 255],
|
||||
"monitor_placeholder_image": [230, 230, 230, 255],
|
||||
"monitor_printer_icon_inactive": [154, 154, 154, 255],
|
||||
"monitor_printer_icon": [12, 169, 227, 255],
|
||||
"monitor_progress_background_text": [0,0,0,255],
|
||||
"monitor_progress_background": [245, 245, 245, 255],
|
||||
"monitor_progress_fill_inactive": [154, 154, 154, 255],
|
||||
"monitor_progress_fill_text": [255,255,255,255],
|
||||
"monitor_progress_fill": [12, 169, 227, 255],
|
||||
"monitor_shadow": [0, 0, 0, 63],
|
||||
"monitor_skeleton_fill": [245, 245, 245, 255],
|
||||
"monitor_skeleton_fill_dark": [216, 216, 216, 255],
|
||||
"monitor_text_inactive": [154, 154, 154, 255]
|
||||
},
|
||||
|
||||
"sizes": {
|
||||
"window_minimum_size": [106, 66],
|
||||
|
||||
"main_window_header": [0.0, 4.5],
|
||||
"main_window_header_button": [8, 4],
|
||||
"main_window_header_button": [8, 2.35],
|
||||
"main_window_header_button_icon": [1.2, 1.2],
|
||||
|
||||
"stage_menu": [0.0, 4.5],
|
||||
|
@ -501,6 +517,12 @@
|
|||
|
||||
"action_button_radius": [0.15, 0.15],
|
||||
|
||||
"drop_shadow_radius": [1.0, 1.0]
|
||||
"monitor_config_override_box": [1.0, 14.0],
|
||||
"monitor_extruder_circle": [2.75, 2.75],
|
||||
"monitor_text_line": [1.16, 1.16],
|
||||
"monitor_thick_lining": [0.16, 0.16],
|
||||
"monitor_corner_radius": [0.3, 0.3],
|
||||
"monitor_shadow_radius": [0.4, 0.4],
|
||||
"monitor_shadow_offset": [0.15, 0.15]
|
||||
}
|
||||
}
|
||||
|
|
12
resources/variants/tizyx_k25_0.2.inst.cfg
Normal file
12
resources/variants/tizyx_k25_0.2.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.2 mm
|
||||
version = 4
|
||||
definition = tizyx_k25
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
12
resources/variants/tizyx_k25_0.3.inst.cfg
Normal file
12
resources/variants/tizyx_k25_0.3.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.3 mm
|
||||
version = 4
|
||||
definition = tizyx_k25
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.3
|
12
resources/variants/tizyx_k25_0.4.inst.cfg
Normal file
12
resources/variants/tizyx_k25_0.4.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.4 mm
|
||||
version = 4
|
||||
definition = tizyx_k25
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
13
resources/variants/tizyx_k25_0.5.inst.cfg
Normal file
13
resources/variants/tizyx_k25_0.5.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = 0.5 mm
|
||||
version = 4
|
||||
definition = tizyx_k25
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.5
|
||||
|
12
resources/variants/tizyx_k25_0.6.inst.cfg
Normal file
12
resources/variants/tizyx_k25_0.6.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.6 mm
|
||||
version = 4
|
||||
definition = tizyx_k25
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
12
resources/variants/tizyx_k25_0.8.inst.cfg
Normal file
12
resources/variants/tizyx_k25_0.8.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.8 mm
|
||||
version = 4
|
||||
definition = tizyx_k25
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
12
resources/variants/tizyx_k25_1.0.inst.cfg
Normal file
12
resources/variants/tizyx_k25_1.0.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 1.0 mm
|
||||
version = 4
|
||||
definition = tizyx_k25
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 1.0
|
Loading…
Add table
Add a link
Reference in a new issue