Parameter optimization of Magicmaker series printer (#8956)

* Update MM BoneKing 0.4 nozzle.json

* Update MM hj SK 0.4 nozzle.json

* Update MM hqs SF 0.4 nozzle.json

* Update MM hqs hj 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

* Update MM hqs hj 0.4 nozzle.json

* Update MM hqs SF 0.4 nozzle.json

* Update MM hj SK 0.4 nozzle.json

* Update MM BoneKing 0.4 nozzle.json

* Update MM BoneKing 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

* Update MM slb 0.4 nozzle.json

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
magicmaker3 2025-03-29 22:35:09 +08:00 committed by GitHub
parent 5dac629712
commit 0001d62dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 121 additions and 107 deletions

View File

@ -40,12 +40,6 @@
"extruder_clearance_height_to_lid": "100", "extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32", "extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50", "extruder_clearance_radius": "50",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
"machine_max_speed_e": [
"60",
"120"
],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"min_layer_height": [ "min_layer_height": [
"0.05" "0.05"
], ],
@ -72,27 +66,15 @@
"deretraction_speed": [ "deretraction_speed": [
"30" "30"
], ],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"retraction_length": [ "retraction_length": [
"1" "1"
], ],
"retraction_speed": [ "retraction_speed": [
"30" "30"
],
"z_hop_types": [
"Spiral Lift"
], ],
"default_filament_profile": [ "default_filament_profile": [
"Generic PLA @System" "MM Generic PLA"
], ],
"is_custom_defined": "0",
"machine_max_acceleration_e": [ "machine_max_acceleration_e": [
"10000" "10000"
], ],
@ -117,14 +99,14 @@
"0.4" "0.4"
], ],
"machine_max_speed_z": [ "machine_max_speed_z": [
"10", "12",
"12" "12"
], ],
"printable_area": [ "printable_area": [
"0x0", "0x0",
"310x0", "310x0",
"310x310", "310x306",
"0x310" "0x306"
], ],
"thumbnails": [ "thumbnails": [
"310x310" "310x310"
@ -132,5 +114,23 @@
"z_hop": [ "z_hop": [
"0.2" "0.2"
], ],
"version": "2.0.0.0" "is_custom_defined": "0",
} "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END",
"machine_max_speed_e": [
"100",
"120"
],
"machine_max_speed_x": [
"1000",
"500"
],
"machine_max_speed_y": [
"1000",
"500"
],
"machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"version": "2.1.0.1",
"z_hop_types": [
"Slope Lift"
]
}

View File

@ -11,7 +11,6 @@
"0.4" "0.4"
], ],
"gcode_flavor": "klipper", "gcode_flavor": "klipper",
"is_custom_defined": "0",
"machine_pause_gcode": "PAUSE", "machine_pause_gcode": "PAUSE",
"printable_area": [ "printable_area": [
"0x0", "0x0",
@ -51,7 +50,6 @@
"extruder_clearance_height_to_lid": "100", "extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32", "extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50", "extruder_clearance_radius": "50",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
"machine_max_acceleration_e": [ "machine_max_acceleration_e": [
"6000" "6000"
], ],
@ -59,7 +57,6 @@
"60", "60",
"120" "120"
], ],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"min_layer_height": [ "min_layer_height": [
"0.05" "0.05"
], ],
@ -127,12 +124,15 @@
], ],
"z_hop": [ "z_hop": [
"0.4" "0.4"
],
"z_hop_types": [
"Spiral Lift"
], ],
"default_filament_profile": [ "default_filament_profile": [
"Generic PLA @System" "Generic PLA @System"
], ],
"version": "2.0.0.0" "is_custom_defined": "0",
} "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END",
"machine_start_gcode": "G0 Z3 F300\nG90 ;absolute positioning\n;GZBC\n;G28 ;Home\nM190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\n;BED_MESH_CLEAR ;touch\n;BLTOUCH_DEBUG COMMAND=reset ;touch\n;BED_MESH_CALIBRATE ;touch\n;BED_MESH_CALIBRATE METHOD=scan SCAN_MODE=rapid ;eddy\n;G1 Z5 F300;TB\n;G1 X0 Y0 ;TB\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28;Home\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"version": "2.1.0.1",
"z_hop_types": [
"Slope Lift"
]
}

View File

@ -48,7 +48,6 @@
"extruder_clearance_height_to_lid": "100", "extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32", "extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50", "extruder_clearance_radius": "50",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
"machine_max_acceleration_e": [ "machine_max_acceleration_e": [
"6000" "6000"
], ],
@ -57,7 +56,6 @@
"120" "120"
], ],
"machine_pause_gcode": "M601", "machine_pause_gcode": "M601",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"min_layer_height": [ "min_layer_height": [
"0.05" "0.05"
], ],
@ -89,7 +87,6 @@
"deretraction_speed": [ "deretraction_speed": [
"30" "30"
], ],
"is_custom_defined": "0",
"machine_max_acceleration_extruding": [ "machine_max_acceleration_extruding": [
"5000", "5000",
"1500" "1500"
@ -98,14 +95,6 @@
"5000", "5000",
"1500" "1500"
], ],
"machine_max_acceleration_x": [
"20000",
"3000"
],
"machine_max_acceleration_y": [
"20000",
"3000"
],
"machine_max_jerk_z": [ "machine_max_jerk_z": [
"2", "2",
"0.4" "0.4"
@ -126,12 +115,24 @@
], ],
"z_hop": [ "z_hop": [
"0.4" "0.4"
],
"z_hop_types": [
"Spiral Lift"
], ],
"default_filament_profile": [ "default_filament_profile": [
"Generic PLA @System" "Generic PLA @System"
], ],
"version": "2.0.0.0" "gcode_flavor": "marlin2",
} "is_custom_defined": "0",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END",
"machine_max_acceleration_x": [
"10000",
"3000"
],
"machine_max_acceleration_y": [
"10000",
"3000"
],
"machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n ;G29\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"version": "2.1.0.1",
"z_hop_types": [
"Slope Lift"
]
}

View File

@ -59,8 +59,6 @@
"extruder_clearance_height_to_lid": "100", "extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32", "extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50", "extruder_clearance_radius": "50",
"is_custom_defined": "0",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
"machine_max_acceleration_e": [ "machine_max_acceleration_e": [
"6000" "6000"
], ],
@ -77,7 +75,6 @@
"500" "500"
], ],
"machine_pause_gcode": "M601", "machine_pause_gcode": "M601",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"min_layer_height": [ "min_layer_height": [
"0.05" "0.05"
], ],
@ -119,11 +116,20 @@
"0.2", "0.2",
"0.4" "0.4"
], ],
"z_hop": [
"0.2"
],
"thumbnails": [ "thumbnails": [
"220x220" "220x220"
], ],
"default_filament_profile": [ "default_filament_profile": [
"Generic PLA @System" "Generic PLA @System"
], ],
"version": "2.0.0.0" "z_hop_types": [
} "Slope Lift"
],
"is_custom_defined": "0",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END",
"machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n ;G29\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"version": "2.1.0.1"
}

View File

@ -10,18 +10,25 @@
"nozzle_diameter": [ "nozzle_diameter": [
"0.4" "0.4"
], ],
"printable_area": [
"0x0",
"125x0",
"125x125",
"0x125"
],
"printable_height": "160",
"auxiliary_fan": "0", "auxiliary_fan": "0",
"machine_max_acceleration_travel": [ "machine_max_acceleration_travel": [
"3000", "3000",
"3000" "3000"
], ],
"machine_max_acceleration_z": [ "machine_max_acceleration_z": [
"500", "100",
"500" "100"
], ],
"machine_max_speed_z": [ "machine_max_speed_z": [
"12", "5",
"12" "5"
], ],
"max_layer_height": [ "max_layer_height": [
"0.3" "0.3"
@ -30,26 +37,28 @@
"retract_before_wipe": [ "retract_before_wipe": [
"70%" "70%"
], ],
"wipe_distance": [
"1"
],
"single_extruder_multi_material": "1", "single_extruder_multi_material": "1",
"change_filament_gcode": "", "change_filament_gcode": "",
"scan_first_layer": "0", "scan_first_layer": "0",
"cooling_tube_length": "20", "cooling_tube_length": "20",
"cooling_tube_retraction": "60", "cooling_tube_retraction": "60",
"deretraction_speed": [
"25"
],
"extruder_clearance_height_to_lid": "100", "extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32", "extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50", "extruder_clearance_radius": "50",
"machine_max_jerk_e": [ "machine_max_acceleration_e": [
"5", "4000"
"2.5"
], ],
"machine_max_speed_e": [ "machine_max_speed_e": [
"60", "60",
"120" "120"
], ],
"machine_pause_gcode": "M601", "machine_pause_gcode": "M601",
"min_layer_height": [
"0.1"
],
"nozzle_type": "brass", "nozzle_type": "brass",
"parking_pos_retraction": "22", "parking_pos_retraction": "22",
"retract_length_toolchange": [ "retract_length_toolchange": [
@ -58,32 +67,9 @@
"retraction_minimum_travel": [ "retraction_minimum_travel": [
"1" "1"
], ],
"retraction_speed": [ "machine_max_jerk_e": [
"25" "2.5",
], "2.5"
"default_filament_profile": [
"Generic PLA @System"
],
"is_custom_defined": "0",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 X0\nG0 Y120\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nPRINT_END",
"machine_max_acceleration_e": [
"4000"
],
"machine_max_acceleration_extruding": [
"2000",
"1500"
],
"machine_max_acceleration_retracting": [
"2000",
"1500"
],
"machine_max_acceleration_x": [
"2000",
"3000"
],
"machine_max_acceleration_y": [
"2000",
"3000"
], ],
"machine_max_jerk_x": [ "machine_max_jerk_x": [
"9", "9",
@ -93,8 +79,22 @@
"9", "9",
"20" "20"
], ],
"thumbnails": [
"125x125"
],
"deretraction_speed": [
"25"
],
"machine_max_acceleration_extruding": [
"2000",
"1500"
],
"machine_max_acceleration_retracting": [
"2000",
"1500"
],
"machine_max_jerk_z": [ "machine_max_jerk_z": [
"0.2", "2",
"0.4" "0.4"
], ],
"machine_max_speed_x": [ "machine_max_speed_x": [
@ -105,25 +105,32 @@
"200", "200",
"500" "500"
], ],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG0 Z1\nG0 X0 Y0\nG92 E0\nG0 Z0.5\nG1 F1000 Y100 E20\nG92 E0\nM117 Printing...",
"min_layer_height": [
"0.1"
],
"printable_area": [
"0x0",
"125x0",
"125x125",
"0x125"
],
"printable_height": "160",
"retraction_length": [ "retraction_length": [
"2" "2"
], ],
"thumbnails": [ "retraction_speed": [
"120x120" "25"
], ],
"wipe_distance": [ "z_hop": [
"1" "0.4"
], ],
"version": "2.0.0.0" "default_filament_profile": [
} "Generic PLA @System"
],
"is_custom_defined": "0",
"machine_max_acceleration_x": [
"2000",
"3000"
],
"machine_max_acceleration_y": [
"2000",
"3000"
],
"machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n;G29\nG0 Z5 F300\nG1 X0 Y50 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E10\nG1 F1000 X50 E18\nG92 E0\nM117 Printing...",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 \nM83\nG1 E-1 F600 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z1 F600\nG90 ;absolute positioning\nG1 X0 Y120 F6000\nG1 E-4 F1200\nM107 ; turn off fan\nM84 ;steppers off\nPRINT_END",
"version": "2.1.0.1",
"z_hop_types": [
"Slope Lift"
]
}