Improved FLSUN S1 and T1 configurations (#6349)

This commit is contained in:
Cyril Guislain
2024-08-11 16:59:59 +02:00
committed by GitHub
parent a16a1e9307
commit bcf4c29028
39 changed files with 1673 additions and 428 deletions

View File

@@ -6,14 +6,87 @@
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "FLSun T1",
"default_print_profile": "0.20mm PLA_HS_T1_FLSUN @FLSUN",
"default_print_profile": "0.20mm Standard @FLSun T1",
"gcode_flavor": "klipper",
"printer_structure": "delta",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"thumbnails": [
"48x48/PNG, 300x300/PNG"
],
"deretraction_speed": [
"70"
],
"max_layer_height": [
"0.3"
],
"retract_before_wipe": [
"30%"
],
"retract_length_toolchange": [
"1"
],
"retract_restart_extra": [
"-0.05"
],
"retract_restart_extra_toolchange": [
"-0.05"
],
"retraction_length": [
"1"
],
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"70"
],
"machine_max_acceleration_e": [
"30000"
],
"machine_max_acceleration_extruding": [
"30000"
],
"machine_max_acceleration_retracting": [
"30000"
],
"machine_max_acceleration_x": [
"30000"
],
"machine_max_acceleration_y": [
"30000"
],
"machine_max_acceleration_z": [
"30000"
],
"machine_max_jerk_e": [
"100"
],
"machine_max_jerk_x": [
"20000"
],
"machine_max_jerk_y": [
"20000"
],
"machine_max_jerk_z": [
"10000"
],
"machine_max_speed_e": [
"1000"
],
"machine_max_speed_x": [
"1000"
],
"machine_max_speed_y": [
"1000"
],
"machine_max_speed_z": [
"1000"
],
"printable_area": [
"129.505x11.3302",
"128.025x22.5743",
@@ -88,13 +161,18 @@
"129.505x-11.3302",
"130x-3.18408e-14"
],
"support_air_filtration": "1",
"printable_height": "330",
"machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 Z+0.5 F6000\nG28 \nG90 ;absolute positioning\nTIMELAPSE_RENDER",
"machine_start_gcode": "G21\nG90\nM82\nG28 ; home all axes\nM140 S[first_layer_bed_temperature]\nM104 S[first_layer_temperature] T0\nG1 F3000 Z1\nG1 X-125 Y0 Z0.4\nM109 S[first_layer_temperature] T0\nM190 S[first_layer_bed_temperature]\nM107 T0\nG92 E0\nG3 X0 Y-125 I125 Z0.3 E30 F2000\nG92 E0\nSET_TMC_CURRENT STEPPER=extruder CURRENT=0.8",
"machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F2100\nG1 Z+0.5 F6000\nG28\nG90",
"machine_start_gcode": "G21\nG90\nM82\nG28\nM140 S[first_layer_bed_temperature]\nM104 S[first_layer_temperature] T0\nM109 S[first_layer_temperature] T0\nM190 S[first_layer_bed_temperature]\nG1 Z150 F3000\nG1 X-130 Y0 Z0.4\nM107 T0\nG92 E0\nG3 X0 Y-130 I130 J0 Z0.3 E30 F2000\nG1 Z2 F2000\nG92 E0\nSET_TMC_CURRENT STEPPER=extruder CURRENT=0.8",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"layer_change_gcode": "",
"machine_pause_gcode": "M600",
"support_chamber_temp_control": "0",
"scan_first_layer": "0",
"nozzle_type": "hardened_steel",
"adaptive_bed_mesh_margin": "0",
"emit_machine_limits_to_gcode": "0",
"auxiliary_fan": "0"
}