-
-
Notifications
You must be signed in to change notification settings - Fork 968
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ender 3 V3 initial commit * Fixed bad naming
- Loading branch information
Showing
23 changed files
with
2,498 additions
and
1,316 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
12 changes: 12 additions & 0 deletions
12
resources/profiles/Creality/filament/Creality Generic PA-CF @Ender-3V3-all.json
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,12 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Creality Generic PA-CF @Ender-3V3-all", | ||
"inherits": "Creality Generic PA-CF", | ||
"from": "system", | ||
"setting_id": "GFSN99_01", | ||
"instantiation": "true", | ||
"compatible_printers": [ | ||
"Creality Ender-3 V3 0.4 nozzle", | ||
"Creality Ender-3 V3 0.6 nozzle" | ||
] | ||
} |
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
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
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
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
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
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
134 changes: 134 additions & 0 deletions
134
resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json
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,134 @@ | ||
{ | ||
"type": "machine", | ||
"setting_id": "GM001", | ||
"name": "Creality Ender-3 V3 0.4 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_creality_common", | ||
"printer_model": "Creality Ender-3 V3", | ||
"gcode_flavor": "klipper", | ||
"printer_structure": "i3", | ||
"default_print_profile": "0.20mm Standard @Creality Ender3V3", | ||
"nozzle_diameter": [ | ||
"0.4" | ||
], | ||
"printer_variant": "0.4", | ||
"printable_area": [ | ||
"0x0", | ||
"220x0", | ||
"220x220", | ||
"0x220" | ||
], | ||
"printable_height": "250", | ||
"nozzle_type": "hardened_steel", | ||
"auxiliary_fan": "1", | ||
"support_air_filtration": "0", | ||
"support_multi_bed_types": "1", | ||
"machine_max_acceleration_e": [ | ||
"5000", | ||
"5000" | ||
], | ||
"machine_max_acceleration_extruding": [ | ||
"20000", | ||
"20000" | ||
], | ||
"machine_max_acceleration_retracting": [ | ||
"5000", | ||
"5000" | ||
], | ||
"machine_max_acceleration_travel": [ | ||
"20000", | ||
"20000" | ||
], | ||
"machine_max_acceleration_x": [ | ||
"20000", | ||
"20000" | ||
], | ||
"machine_max_acceleration_y": [ | ||
"20000", | ||
"20000" | ||
], | ||
"machine_max_acceleration_z": [ | ||
"500", | ||
"500" | ||
], | ||
"machine_max_speed_e": [ | ||
"100", | ||
"100" | ||
], | ||
"machine_max_speed_x": [ | ||
"800", | ||
"800" | ||
], | ||
"machine_max_speed_y": [ | ||
"800", | ||
"800" | ||
], | ||
"machine_max_speed_z": [ | ||
"30", | ||
"30" | ||
], | ||
"machine_max_jerk_e": [ | ||
"2.5", | ||
"2.5" | ||
], | ||
"machine_max_jerk_x": [ | ||
"10", | ||
"10" | ||
], | ||
"machine_max_jerk_y": [ | ||
"10", | ||
"10" | ||
], | ||
"machine_max_jerk_z": [ | ||
"2", | ||
"2" | ||
], | ||
"max_layer_height": [ | ||
"0.3" | ||
], | ||
"min_layer_height": [ | ||
"0.08" | ||
], | ||
"printer_settings_id": "Creality", | ||
"retraction_minimum_travel": [ | ||
"2" | ||
], | ||
"retract_before_wipe": [ | ||
"0%" | ||
], | ||
"retraction_length": [ | ||
"0.6" | ||
], | ||
"retract_length_toolchange": [ | ||
"1" | ||
], | ||
"retraction_speed": [ | ||
"40" | ||
], | ||
"deretraction_speed": [ | ||
"40" | ||
], | ||
"extruder_clearance_height_to_lid": "101", | ||
"extruder_clearance_height_to_rod": "45", | ||
"extruder_clearance_radius": "45", | ||
"z_hop": [ | ||
"0.12" | ||
], | ||
"wipe_distance": [ | ||
"2" | ||
], | ||
"single_extruder_multi_material": "1", | ||
"manual_filament_change": "1", | ||
"change_filament_gcode": "PAUSE", | ||
"machine_pause_gcode": "PAUSE", | ||
"default_filament_profile": [ | ||
"Creality Generic PLA @Ender-3V3-all" | ||
], | ||
"machine_start_gcode": "M140 S0\nM104 S0\nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", | ||
"machine_end_gcode": "END_PRINT", | ||
"scan_first_layer": "0", | ||
"thumbnails": [ | ||
"320x320" | ||
] | ||
} |
134 changes: 134 additions & 0 deletions
134
resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json
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,134 @@ | ||
{ | ||
"type": "machine", | ||
"setting_id": "GM001", | ||
"name": "Creality Ender-3 V3 0.6 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_creality_common", | ||
"printer_model": "Creality Ender-3 V3", | ||
"gcode_flavor": "klipper", | ||
"printer_structure": "i3", | ||
"default_print_profile": "0.30mm Standard @Creality Ender3V3", | ||
"nozzle_diameter": [ | ||
"0.6" | ||
], | ||
"printer_variant": "0.6", | ||
"printable_area": [ | ||
"0x0", | ||
"220x0", | ||
"220x220", | ||
"0x220" | ||
], | ||
"printable_height": "250", | ||
"nozzle_type": "hardened_steel", | ||
"auxiliary_fan": "1", | ||
"support_air_filtration": "0", | ||
"support_multi_bed_types": "1", | ||
"machine_max_acceleration_e": [ | ||
"5000", | ||
"5000" | ||
], | ||
"machine_max_acceleration_extruding": [ | ||
"20000", | ||
"20000" | ||
], | ||
"machine_max_acceleration_retracting": [ | ||
"5000", | ||
"5000" | ||
], | ||
"machine_max_acceleration_travel": [ | ||
"20000", | ||
"20000" | ||
], | ||
"machine_max_acceleration_x": [ | ||
"20000", | ||
"20000" | ||
], | ||
"machine_max_acceleration_y": [ | ||
"20000", | ||
"20000" | ||
], | ||
"machine_max_acceleration_z": [ | ||
"500", | ||
"500" | ||
], | ||
"machine_max_speed_e": [ | ||
"100", | ||
"100" | ||
], | ||
"machine_max_speed_x": [ | ||
"800", | ||
"800" | ||
], | ||
"machine_max_speed_y": [ | ||
"800", | ||
"800" | ||
], | ||
"machine_max_speed_z": [ | ||
"30", | ||
"30" | ||
], | ||
"machine_max_jerk_e": [ | ||
"2.5", | ||
"2.5" | ||
], | ||
"machine_max_jerk_x": [ | ||
"10", | ||
"10" | ||
], | ||
"machine_max_jerk_y": [ | ||
"10", | ||
"10" | ||
], | ||
"machine_max_jerk_z": [ | ||
"2", | ||
"2" | ||
], | ||
"max_layer_height": [ | ||
"0.3" | ||
], | ||
"min_layer_height": [ | ||
"0.08" | ||
], | ||
"printer_settings_id": "Creality", | ||
"retraction_minimum_travel": [ | ||
"2" | ||
], | ||
"retract_before_wipe": [ | ||
"0%" | ||
], | ||
"retraction_length": [ | ||
"0.6" | ||
], | ||
"retract_length_toolchange": [ | ||
"1" | ||
], | ||
"retraction_speed": [ | ||
"40" | ||
], | ||
"deretraction_speed": [ | ||
"40" | ||
], | ||
"extruder_clearance_height_to_lid": "101", | ||
"extruder_clearance_height_to_rod": "45", | ||
"extruder_clearance_radius": "45", | ||
"z_hop": [ | ||
"0.12" | ||
], | ||
"wipe_distance": [ | ||
"2" | ||
], | ||
"single_extruder_multi_material": "1", | ||
"manual_filament_change": "1", | ||
"change_filament_gcode": "PAUSE", | ||
"machine_pause_gcode": "PAUSE", | ||
"default_filament_profile": [ | ||
"Creality Generic PLA @Ender-3V3-all" | ||
], | ||
"machine_start_gcode": "M140 S0\nM104 S0\nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", | ||
"machine_end_gcode": "END_PRINT", | ||
"scan_first_layer": "0", | ||
"thumbnails": [ | ||
"320x320" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
resources/profiles/Creality/machine/Creality Ender-3 V3.json
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,12 @@ | ||
{ | ||
"type": "machine_model", | ||
"name": "Creality Ender-3 V3", | ||
"model_id": "Creality-Ender3-V3", | ||
"nozzle_diameter": "0.4;0.6", | ||
"machine_tech": "FFF", | ||
"family": "Creality", | ||
"bed_model": "creality_ender3v3_buildplate_model.stl", | ||
"bed_texture": "creality_ender3v3_buildplate_texture.png", | ||
"hotend_model": "", | ||
"default_materials": "Creality Generic ABS @Ender-3V3-all;Creality Generic ASA @Ender-3V3-all;Creality Generic PETG @Ender-3V3-all;Creality Generic PLA @Ender-3V3-all;Creality Generic PLA High Speed @Ender-3V3-all;Creality Generic PLA Matte @Ender-3V3-all;Creality Generic PLA Silk @Ender-3V3-all;Creality Generic TPU @Ender-3V3-all" | ||
} |
Oops, something went wrong.