Fix Kingroon KP3S profiles (#3712)

This commit is contained in:
konradmb 2024-01-17 16:54:17 +01:00 committed by GitHub
parent 418aca7186
commit 7eb45a0c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 6 deletions

View file

@ -8,5 +8,6 @@
"default_print_profile": "0.20mm Standard @Kingroon KP3S PRO S1",
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface",
"type": "machine"
"type": "machine",
"nozzle_diameter": ["0.4"]
}

View file

@ -36,5 +36,6 @@
"205x205",
"0x205"
],
"printable_height": "200"
"printable_height": "200",
"nozzle_diameter": ["0.4"]
}

View file

@ -7,5 +7,6 @@
"line_width": "0.4",
"inherits": "fdm_process_common",
"name": "0.08mm Standard @Kingroon KP3S PRO S1",
"print_settings_id": "0.08mm Standard @Kingroon KP3S PRO S1"
"print_settings_id": "0.08mm Standard @Kingroon KP3S PRO S1",
"instantiation": "true"
}

View file

@ -7,5 +7,6 @@
"layer_height": "0.12",
"line_width": "0.4",
"name": "0.12mm Standard @Kingroon KP3S PRO S1",
"print_settings_id": "0.12mm Standard @Kingroon KP3S PRO S1"
"print_settings_id": "0.12mm Standard @Kingroon KP3S PRO S1",
"instantiation": "true"
}

View file

@ -8,5 +8,6 @@
"name": "0.20mm Standard @Kingroon KP3S PRO S1",
"initial_layer_print_height": "0.2",
"layer_height": "0.2",
"line_width": "0.42"
"line_width": "0.42",
"instantiation": "true"
}

View file

@ -8,5 +8,6 @@
"print_settings_id": "0.20mm Standard @Kingroon KP3S PRO V2",
"initial_layer_print_height": "0.2",
"layer_height": "0.2",
"line_width": "0.42"
"line_width": "0.42",
"instantiation": "true"
}