-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16796 from dim1triy/add-creality-ender-3-V3-SE
Add Creality Ender 3 V3 SE definition and nozzles
- Loading branch information
Showing
8 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"version": 2, | ||
"name": "Creality Ender-3 V3 SE", | ||
"inherits": "creality_base", | ||
"metadata": | ||
{ | ||
"visible": true, | ||
"manufacturer": "Creality3D", | ||
"file_formats": "text/x-gcode", | ||
"quality_definition": "creality_base", | ||
"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": | ||
{ | ||
"gantry_height": { "value": 25 }, | ||
"machine_depth": { "default_value": 220 }, | ||
"machine_head_with_fans_polygon": { "default_value": [[-20,10], [10,10], [10,-10], [-20,-10]] }, | ||
"machine_heated_bed": { "default_value": true }, | ||
"machine_height": { "default_value": 250 }, | ||
"machine_max_acceleration_e": { "value": 5000 }, | ||
"machine_max_acceleration_x": { "value": 5000.00 }, | ||
"machine_max_acceleration_y": { "value": 5000.00 }, | ||
"machine_max_acceleration_z": { "value": 500.00 }, | ||
"machine_max_feedrate_e": { "value": 100 }, | ||
"machine_max_feedrate_x": { "value": 500 }, | ||
"machine_max_feedrate_y": { "value": 500 }, | ||
"machine_max_feedrate_z": { "value": 30 }, | ||
"machine_name": { "default_value": "Creality Ender-3 V3 SE" }, | ||
"machine_start_gcode": { "default_value": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nM420 S1; Enable mesh leveling\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\nM109 S[material_print_temperature_layer_0]\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.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 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800 \n" }, | ||
"machine_width": { "default_value": 220 }, | ||
"retraction_amount": { "value": 0.8 }, | ||
"retraction_speed": { "default_value": 40 }, | ||
"speed_layer_0": { "value": 30 }, | ||
"speed_print": { "value": 180 } | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
resources/variants/creality/creality_ender3v3se_0.2.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[general] | ||
definition = creality_ender3v3se | ||
name = 0.2mm Nozzle | ||
version = 4 | ||
|
||
[metadata] | ||
hardware_type = nozzle | ||
setting_version = 22 | ||
type = variant | ||
|
||
[values] | ||
machine_nozzle_size = 0.2 | ||
|
13 changes: 13 additions & 0 deletions
13
resources/variants/creality/creality_ender3v3se_0.3.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[general] | ||
definition = creality_ender3v3se | ||
name = 0.3mm Nozzle | ||
version = 4 | ||
|
||
[metadata] | ||
hardware_type = nozzle | ||
setting_version = 22 | ||
type = variant | ||
|
||
[values] | ||
machine_nozzle_size = 0.3 | ||
|
13 changes: 13 additions & 0 deletions
13
resources/variants/creality/creality_ender3v3se_0.4.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[general] | ||
definition = creality_ender3v3se | ||
name = 0.4mm Nozzle | ||
version = 4 | ||
|
||
[metadata] | ||
hardware_type = nozzle | ||
setting_version = 22 | ||
type = variant | ||
|
||
[values] | ||
machine_nozzle_size = 0.4 | ||
|
13 changes: 13 additions & 0 deletions
13
resources/variants/creality/creality_ender3v3se_0.5.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[general] | ||
definition = creality_ender3v3se | ||
name = 0.5mm Nozzle | ||
version = 4 | ||
|
||
[metadata] | ||
hardware_type = nozzle | ||
setting_version = 22 | ||
type = variant | ||
|
||
[values] | ||
machine_nozzle_size = 0.5 | ||
|
13 changes: 13 additions & 0 deletions
13
resources/variants/creality/creality_ender3v3se_0.6.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[general] | ||
definition = creality_ender3v3se | ||
name = 0.6mm Nozzle | ||
version = 4 | ||
|
||
[metadata] | ||
hardware_type = nozzle | ||
setting_version = 22 | ||
type = variant | ||
|
||
[values] | ||
machine_nozzle_size = 0.6 | ||
|
13 changes: 13 additions & 0 deletions
13
resources/variants/creality/creality_ender3v3se_0.8.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[general] | ||
definition = creality_ender3v3se | ||
name = 0.8mm Nozzle | ||
version = 4 | ||
|
||
[metadata] | ||
hardware_type = nozzle | ||
setting_version = 22 | ||
type = variant | ||
|
||
[values] | ||
machine_nozzle_size = 0.8 | ||
|
13 changes: 13 additions & 0 deletions
13
resources/variants/creality/creality_ender3v3se_1.0.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[general] | ||
definition = creality_ender3v3se | ||
name = 1.0mm Nozzle | ||
version = 4 | ||
|
||
[metadata] | ||
hardware_type = nozzle | ||
setting_version = 22 | ||
type = variant | ||
|
||
[values] | ||
machine_nozzle_size = 1.0 | ||
|