add some series of printer parameter configurations. 15 Geeetech printers, including 3 series models. Thunder series. A high-speed printer and the maximum printing speed can reach 300 mm/s. Mizar series. A machine that has very exquisite print quality and ultra quiet printing. Other Geeetech printers. ---Request from Geeetech offical . Co-authored-by: SoftFever <softfeverever@gmail.com>
84 lines
No EOL
2.9 KiB
JSON
84 lines
No EOL
2.9 KiB
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM_GEEETECH_001",
|
|
"name": "Geeetech Thunder 0.4 nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_geeetech_common",
|
|
"printer_model": "Geeetech Thunder",
|
|
"default_filament_profile": ["Generic PLA @Geeetech_FastSpeed"],
|
|
"extruder_type": ["Bowden"],
|
|
"nozzle_diameter": ["0.4"],
|
|
"printer_variant": "0.4",
|
|
"default_print_profile": "0.20mm Standard @Geeetech Thunder",
|
|
"max_layer_height": ["0.3"],
|
|
"min_layer_height": ["0.07"],
|
|
"printable_area": [
|
|
"0x0",
|
|
"250x0",
|
|
"250x250",
|
|
"0x250"
|
|
],
|
|
"printable_height": "260",
|
|
"retract_lift_below":["259"],
|
|
"machine_max_acceleration_extruding": [
|
|
"3500",
|
|
"3500"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"3500",
|
|
"3500"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"4000",
|
|
"4000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"50",
|
|
"50"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"35",
|
|
"35"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"300",
|
|
"300"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"300",
|
|
"300"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"8",
|
|
"8"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"45",
|
|
"45"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"45",
|
|
"45"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.8",
|
|
"0.8"
|
|
],
|
|
"machine_start_gcode": ";Official viki homepage for Thunder:https://www.geeetech.com/wiki/index.php/Geeetech_Thunder_3D_printer\n\nM104 S[first_layer_temperature] ; Set Hotend Temp.\nM140 S[first_layer_bed_temperature] ; Set bed Temp.\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temp.\nM109 S[first_layer_temperature] ; Wait for Hotend Temp.\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\nG1 Z5.0 F3000 ;Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue\nG92 E0\n;---------------------------------------\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\n;---------------------------------------",
|
|
"machine_end_gcode": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers",
|
|
"nozzle_type": "brass",
|
|
"auxiliary_fan": "1"
|
|
} |