Revert "Kingroon profiles improves (#1599)"

This reverts commit e78a6d964b.
This commit is contained in:
SoftFever 2023-07-31 18:52:49 +08:00
parent 2903942403
commit 58e24dd270
23 changed files with 1067 additions and 440 deletions

View file

@ -6,7 +6,7 @@
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Kingroon KP3S PRO S1",
"default_print_profile": "0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle)",
"default_print_profile": "0.20mm Standard @Kingroon KP3S PRO S1",
"default_filament_profile": "Kingroon Generic PLA",
"change_filament_gcode": "M600",
"deretraction_speed": ["30"],
@ -22,7 +22,7 @@
"gcode_flavor": "marlin",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_end_gcode": "G91; relative positioning G1 Z1.0 F3000 ; move z up little to prevent scratching of print G90; absolute positioning M104 S0; turn off extruder M140 S0 ; turn off bed G1 X0 Y175 F1000 ; prepare for part removal M84 ; disable motors M106 S0 ; turn off fan",
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+20, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nG1 X0 Y170 F1000 ; prepare for part removal\nM84; disable motors\n",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["1250", "20000"],
@ -42,7 +42,7 @@
"machine_min_extruding_rate": ["0", "0"],
"machine_min_travel_rate": ["0", "0"],
"machine_pause_gcode": "PAUSE",
"machine_start_gcode": "M117 Purge extruder G92 E0 ; reset extruder G1 Z1.0 F3000 ; move z up little to prevent scratching of surface G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line G92 E0 ; reset extruder G1 Z1.0 F3000 ; move z up little to prevent scratching of surface",
"machine_start_gcode": "M190 S0 ; Prevents prusaslicer engine from prepending m190 to the gcode ruining our macro\nM109 S0 ; Prevents prusaslicer engine from prepending m109 to the gcode ruining our macro\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count] ; Provide layer information\nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}",
"machine_unload_filament_time": "0",
"max_layer_height": ["0.3"],
"min_layer_height": ["0.08"],