mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Improved FLSUN S1 and T1 configurations (#6349)
This commit is contained in:
@@ -1,100 +1,178 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "FLSun S1 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "FLSun S1",
|
||||
"default_print_profile": "0.20mm PLA_HS_S1_FLSUN @FLSUN",
|
||||
"gcode_flavor": "klipper",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"printable_area": [
|
||||
"159.392x13.945",
|
||||
"157.57x27.7838",
|
||||
"154.549x41.4112",
|
||||
"150.351x54.7234",
|
||||
"145.01x67.6191",
|
||||
"138.564x80.0002",
|
||||
"131.065x91.7725",
|
||||
"122.567x102.846",
|
||||
"113.137x113.137",
|
||||
"102.846x122.567",
|
||||
"91.7725x131.065",
|
||||
"80.0003x138.564",
|
||||
"67.6191x145.01",
|
||||
"54.7234x150.351",
|
||||
"41.4112x154.549",
|
||||
"27.7838x157.57",
|
||||
"13.945x159.392",
|
||||
"9.79721e-15x160",
|
||||
"-13.945x159.392",
|
||||
"-27.7838x157.57",
|
||||
"-41.4112x154.549",
|
||||
"-54.7234x150.351",
|
||||
"-67.6191x145.01",
|
||||
"-80.0002x138.564",
|
||||
"-91.7725x131.065",
|
||||
"-102.846x122.567",
|
||||
"-113.137x113.137",
|
||||
"-122.567x102.846",
|
||||
"-131.065x91.7725",
|
||||
"-138.564x80.0003",
|
||||
"-145.01x67.6191",
|
||||
"-150.351x54.7234",
|
||||
"-154.549x41.4112",
|
||||
"-157.57x27.7838",
|
||||
"-159.392x13.945",
|
||||
"-160x1.95944e-14",
|
||||
"-159.392x-13.945",
|
||||
"-157.57x-27.7838",
|
||||
"-154.549x-41.4112",
|
||||
"-150.351x-54.7234",
|
||||
"-145.01x-67.6191",
|
||||
"-138.564x-80.0003",
|
||||
"-131.065x-91.7725",
|
||||
"-122.567x-102.846",
|
||||
"-113.137x-113.137",
|
||||
"-102.846x-122.567",
|
||||
"-91.7725x-131.065",
|
||||
"-80.0003x-138.564",
|
||||
"-67.6191x-145.01",
|
||||
"-54.7234x-150.351",
|
||||
"-41.4112x-154.549",
|
||||
"-27.7838x-157.57",
|
||||
"-13.945x-159.392",
|
||||
"-2.93916e-14x-160",
|
||||
"13.945x-159.392",
|
||||
"27.7838x-157.57",
|
||||
"41.4112x-154.549",
|
||||
"54.7234x-150.351",
|
||||
"67.6191x-145.01",
|
||||
"80.0002x-138.564",
|
||||
"91.7725x-131.065",
|
||||
"102.846x-122.567",
|
||||
"113.137x-113.137",
|
||||
"122.567x-102.846",
|
||||
"131.065x-91.7725",
|
||||
"138.564x-80.0002",
|
||||
"145.01x-67.6191",
|
||||
"150.351x-54.7234",
|
||||
"154.549x-41.4112",
|
||||
"157.57x-27.7838",
|
||||
"159.392x-13.945",
|
||||
"160x-3.91888e-14"
|
||||
],
|
||||
"printable_height": "430",
|
||||
"machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 Z+0.5 F6000\nG28 \nG90 ;absolute positioning",
|
||||
"machine_start_gcode": "G21\nG90\nM82\nG28 ; home all axes\nM140 S[first_layer_bed_temperature] is_AB\nM104 S[first_layer_temperature] T0\nG1 F3000 Z1\nG1 X-155 Y0 Z0.4\nM107 T0\nM109 S[first_layer_temperature] T0\nM190 S[first_layer_bed_temperature] is_AB\nG92 E0\nG3 X0 Y-155 I155 Z0.3 E30 F2000\nG92 E0\nSET_TMC_CURRENT STEPPER=extruder CURRENT=0.8",
|
||||
"layer_change_gcode": "",
|
||||
"machine_pause_gcode": "M600",
|
||||
"scan_first_layer": "0",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "FLSun S1 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "FLSun S1",
|
||||
"default_print_profile": "0.20mm Standard @FLSun S1",
|
||||
"gcode_flavor": "klipper",
|
||||
"printer_structure": "delta",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"thumbnails": [
|
||||
"48x48/PNG, 300x300/PNG"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"80"
|
||||
],
|
||||
"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": [
|
||||
"80"
|
||||
],
|
||||
"machine_max_acceleration_e": [
|
||||
"40000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"40000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"40000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"40000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"40000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"40000"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"20000"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"20000"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"1200"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"1200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"1200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"1200"
|
||||
],
|
||||
"printable_area": [
|
||||
"159.391x13.9449",
|
||||
"157.569x27.7837",
|
||||
"154.548x41.411",
|
||||
"150.351x54.7232",
|
||||
"145.009x67.6189",
|
||||
"138.564x80",
|
||||
"131.064x91.7722",
|
||||
"122.567x102.846",
|
||||
"113.137x113.137",
|
||||
"102.846x122.567",
|
||||
"91.7722x131.064",
|
||||
"80x138.564",
|
||||
"67.6189x145.009",
|
||||
"54.7232x150.351",
|
||||
"41.411x154.548",
|
||||
"27.7837x157.569",
|
||||
"13.9449x159.391",
|
||||
"9.79717e-15x160",
|
||||
"-13.9449x159.391",
|
||||
"-27.7837x157.569",
|
||||
"-41.411x154.548",
|
||||
"-54.7232x150.351",
|
||||
"-67.6189x145.009",
|
||||
"-80x138.564",
|
||||
"-91.7722x131.064",
|
||||
"-102.846x122.567",
|
||||
"-113.137x113.137",
|
||||
"-122.567x102.846",
|
||||
"-131.064x91.7722",
|
||||
"-138.564x80",
|
||||
"-145.009x67.6189",
|
||||
"-150.351x54.7232",
|
||||
"-154.548x41.411",
|
||||
"-157.569x27.7837",
|
||||
"-159.391x13.9449",
|
||||
"-160x1.95943e-14",
|
||||
"-159.391x-13.9449",
|
||||
"-157.569x-27.7837",
|
||||
"-154.548x-41.411",
|
||||
"-150.351x-54.7232",
|
||||
"-145.009x-67.6189",
|
||||
"-138.564x-80",
|
||||
"-131.064x-91.7722",
|
||||
"-122.567x-102.846",
|
||||
"-113.137x-113.137",
|
||||
"-102.846x-122.567",
|
||||
"-91.7722x-131.064",
|
||||
"-80x-138.564",
|
||||
"-67.6189x-145.009",
|
||||
"-54.7232x-150.351",
|
||||
"-41.411x-154.548",
|
||||
"-27.7837x-157.569",
|
||||
"-13.9449x-159.391",
|
||||
"-2.93915e-14x-160",
|
||||
"13.9449x-159.391",
|
||||
"27.7837x-157.569",
|
||||
"41.411x-154.548",
|
||||
"54.7232x-150.351",
|
||||
"67.6189x-145.009",
|
||||
"80x-138.564",
|
||||
"91.7722x-131.064",
|
||||
"102.846x-122.567",
|
||||
"113.137x-113.137",
|
||||
"122.567x-102.846",
|
||||
"131.064x-91.7722",
|
||||
"138.564x-80",
|
||||
"145.009x-67.6189",
|
||||
"150.351x-54.7232",
|
||||
"154.548x-41.411",
|
||||
"157.569x-27.7837",
|
||||
"159.391x-13.9449",
|
||||
"160x-3.91887e-14"
|
||||
],
|
||||
"support_air_filtration": "1",
|
||||
"printable_height": "430",
|
||||
"machine_end_gcode": "M107 T0\nM104 S0\nM140 S0\nM104 S0 T1\nG92 E0\nG91\nG1 E-1 F2100\nG1 Z+0.5 F6000\nG28\nG90",
|
||||
"machine_start_gcode": "G90\nM82\nG28\n{if (first_layer_print_min[0] > 100 || first_layer_print_max[0] > 100 || first_layer_print_min[1] > 100 || first_layer_print_max[1] > 100 || first_layer_print_min[0] < -100 || first_layer_print_max[0] < -100 || first_layer_print_min[1] < -100 || first_layer_print_max[1] < -100)}M140 S[first_layer_bed_temperature] A1 B1{else}M140 S[first_layer_bed_temperature] A1 B0{endif}\nM104 S[first_layer_temperature] T0\nM107 T0\nM109 S[first_layer_temperature] T0\n{if (first_layer_print_min[0] > 100 || first_layer_print_max[0] > 100 || first_layer_print_min[1] > 100 || first_layer_print_max[1] > 100 || first_layer_print_min[0] < -100 || first_layer_print_max[0] < -100 || first_layer_print_min[1] < -100 || first_layer_print_max[1] < -100)}M190 S[first_layer_bed_temperature] A1 B1{else}M190 S[first_layer_bed_temperature] A1 B0{endif}\nG1 Z150 F6000\nG1 X-160 Y0 Z0.4 F4000\nG92 E0\nG3 X0 Y-160 I160 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": "",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "FLSun S1",
|
||||
"model_id": "FLSun_S1",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "FLSun",
|
||||
"bed_model": "flsun_s1_buildplate_model.stl",
|
||||
"bed_texture": "flsun_s1_buildplate_texture.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "FLSun Generic PLA-HS-S1"
|
||||
"type": "machine_model",
|
||||
"name": "FLSun S1",
|
||||
"model_id": "FLSun_S1",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "FLSun",
|
||||
"bed_model": "FLSun_S1_buildplate_model.stl",
|
||||
"bed_texture": "FLSun_S1_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "FLSun S1 PLA High Speed;FLSun S1 PLA Silk;FLSun S1 PLA Generic;FLSun S1 PETG;FLSun S1 ASA;FLSun S1 TPU;FLSun S1 ABS"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "FLSun T1",
|
||||
"model_id": "FLSun_T1",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "FLSun",
|
||||
"bed_model": "flsun_T1_buildplate_model.stl",
|
||||
"bed_texture": "flsun_T1_buildplate_texture.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "FLSun Generic PLA-HS-T1"
|
||||
"type": "machine_model",
|
||||
"name": "FLSun T1",
|
||||
"model_id": "FLSun_T1",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "FLSun",
|
||||
"bed_model": "FLSun_T1_buildplate_model.stl",
|
||||
"bed_texture": "FLSun_T1_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "FLSun T1 PLA High Speed;FLSun T1 PLA Silk;FLSun T1 PLA Generic;FLSun T1 PETG;FLSun T1 ASA;FLSun T1 TPU;FLSun T1 ABS"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user