Update Ender-3 V3 printer profiles (#5771)

* Update printer profiles

* Fix accelerations

* Fix z hop

* Small fixes

* Update layer height according to printer data sheet

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Ruslan Kyba 2024-06-26 15:33:53 +03:00 committed by GitHub
parent 63768cb87f
commit 2431429c49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 64 additions and 58 deletions

View File

@ -33,8 +33,8 @@
"20000" "20000"
], ],
"machine_max_acceleration_retracting": [ "machine_max_acceleration_retracting": [
"5000", "6000",
"5000" "6000"
], ],
"machine_max_acceleration_travel": [ "machine_max_acceleration_travel": [
"20000", "20000",
@ -45,57 +45,57 @@
"20000" "20000"
], ],
"machine_max_acceleration_y": [ "machine_max_acceleration_y": [
"20000", "5000",
"20000" "5000"
], ],
"machine_max_acceleration_z": [ "machine_max_acceleration_z": [
"500", "20000",
"500" "20000"
], ],
"machine_max_speed_e": [ "machine_max_speed_e": [
"100", "100",
"100" "100"
], ],
"machine_max_speed_x": [ "machine_max_speed_x": [
"800", "600",
"800" "600"
], ],
"machine_max_speed_y": [ "machine_max_speed_y": [
"800", "600",
"800" "600"
], ],
"machine_max_speed_z": [ "machine_max_speed_z": [
"30", "500",
"30" "500"
], ],
"machine_max_jerk_e": [ "machine_max_jerk_e": [
"2.5", "10",
"2.5" "10"
], ],
"machine_max_jerk_x": [ "machine_max_jerk_x": [
"12", "20",
"12" "20"
], ],
"machine_max_jerk_y": [ "machine_max_jerk_y": [
"12", "10",
"12" "10"
], ],
"machine_max_jerk_z": [ "machine_max_jerk_z": [
"2", "20",
"2" "20"
], ],
"max_layer_height": [ "max_layer_height": [
"0.3" "0.35"
], ],
"min_layer_height": [ "min_layer_height": [
"0.08" "0.1"
], ],
"printer_settings_id": "Creality", "printer_settings_id": "Creality",
"retraction_minimum_travel": [ "retraction_minimum_travel": [
"2" "1"
], ],
"retract_before_wipe": [ "retract_before_wipe": [
"0%" "70%"
], ],
"retraction_length": [ "retraction_length": [
"0.6" "0.6"
@ -109,11 +109,14 @@
"deretraction_speed": [ "deretraction_speed": [
"40" "40"
], ],
"extruder_clearance_height_to_lid": "101", "extruder_clearance_height_to_lid": "250",
"extruder_clearance_height_to_rod": "45", "extruder_clearance_height_to_rod": "14",
"extruder_clearance_radius": "45", "extruder_clearance_radius": "70",
"z_hop": [ "z_hop": [
"0.12" "0.2"
],
"z_hop_types": [
"Auto Lift"
], ],
"wipe_distance": [ "wipe_distance": [
"2" "2"
@ -129,6 +132,6 @@
"machine_end_gcode": "END_PRINT", "machine_end_gcode": "END_PRINT",
"scan_first_layer": "0", "scan_first_layer": "0",
"thumbnails": [ "thumbnails": [
"320x320" "96x96/PNG, 300x300/PNG"
] ]
} }

View File

@ -33,8 +33,8 @@
"20000" "20000"
], ],
"machine_max_acceleration_retracting": [ "machine_max_acceleration_retracting": [
"5000", "6000",
"5000" "6000"
], ],
"machine_max_acceleration_travel": [ "machine_max_acceleration_travel": [
"20000", "20000",
@ -45,57 +45,57 @@
"20000" "20000"
], ],
"machine_max_acceleration_y": [ "machine_max_acceleration_y": [
"20000", "5000",
"20000" "5000"
], ],
"machine_max_acceleration_z": [ "machine_max_acceleration_z": [
"500", "20000",
"500" "20000"
], ],
"machine_max_speed_e": [ "machine_max_speed_e": [
"100", "100",
"100" "100"
], ],
"machine_max_speed_x": [ "machine_max_speed_x": [
"800", "600",
"800" "600"
], ],
"machine_max_speed_y": [ "machine_max_speed_y": [
"800", "600",
"800" "600"
], ],
"machine_max_speed_z": [ "machine_max_speed_z": [
"30", "500",
"30" "500"
], ],
"machine_max_jerk_e": [ "machine_max_jerk_e": [
"2.5", "10",
"2.5" "10"
], ],
"machine_max_jerk_x": [ "machine_max_jerk_x": [
"12", "20",
"12" "20"
], ],
"machine_max_jerk_y": [ "machine_max_jerk_y": [
"12", "10",
"12" "10"
], ],
"machine_max_jerk_z": [ "machine_max_jerk_z": [
"2", "20",
"2" "20"
], ],
"max_layer_height": [ "max_layer_height": [
"0.3" "0.35"
], ],
"min_layer_height": [ "min_layer_height": [
"0.08" "0.1"
], ],
"printer_settings_id": "Creality", "printer_settings_id": "Creality",
"retraction_minimum_travel": [ "retraction_minimum_travel": [
"2" "1"
], ],
"retract_before_wipe": [ "retract_before_wipe": [
"0%" "70%"
], ],
"retraction_length": [ "retraction_length": [
"0.6" "0.6"
@ -109,11 +109,14 @@
"deretraction_speed": [ "deretraction_speed": [
"40" "40"
], ],
"extruder_clearance_height_to_lid": "101", "extruder_clearance_height_to_lid": "250",
"extruder_clearance_height_to_rod": "45", "extruder_clearance_height_to_rod": "14",
"extruder_clearance_radius": "45", "extruder_clearance_radius": "70",
"z_hop": [ "z_hop": [
"0.12" "0.2"
],
"z_hop_types": [
"Auto Lift"
], ],
"wipe_distance": [ "wipe_distance": [
"2" "2"
@ -129,6 +132,6 @@
"machine_end_gcode": "END_PRINT", "machine_end_gcode": "END_PRINT",
"scan_first_layer": "0", "scan_first_layer": "0",
"thumbnails": [ "thumbnails": [
"320x320" "96x96/PNG, 300x300/PNG"
] ]
} }