Compare commits

..

4 Commits

77 changed files with 158 additions and 61 deletions

0
.gitattributes vendored Executable file → Normal file
View File

0
01-firmware/Product Instrotion.pdf Executable file → Normal file
View File

0
01-firmware/README.md Executable file → Normal file
View File

0
01-firmware/Robin_nano35.bin Executable file → Normal file
View File

0
01-firmware/SSH Connection.txt Executable file → Normal file
View File

0
01-firmware/Speeder_Pad_V1.2_Restoration-230303.xz Executable file → Normal file
View File

0
02-klipper/01-configuration/KlipperScreen.conf Executable file → Normal file
View File

0
02-klipper/01-configuration/adxl345_fysetc.cfg Executable file → Normal file
View File

0
02-klipper/01-configuration/adxl345_pico.cfg Executable file → Normal file
View File

0
02-klipper/01-configuration/crowsnest.conf Executable file → Normal file
View File

2
02-klipper/01-configuration/macros.cfg Executable file → Normal file
View File

@@ -617,4 +617,4 @@ gcode:
G3 I-150 F3500
G2 I-150 F3500
G3 I-150 F3500
G28
G28

0
02-klipper/01-configuration/moonraker.conf Executable file → Normal file
View File

0
02-klipper/01-configuration/neopixels.cfg Executable file → Normal file
View File

7
02-klipper/01-configuration/printer.cfg Executable file → Normal file
View File

@@ -61,7 +61,7 @@
[include macros.cfg]
#[include adxl345_pico.cfg] #Enable if you want to use ADXL with Rapsberry Pi Pico
#[include adxl345_fysetc.cfg] #Enable if you want to use ADXL with Fysetc Portable Input Shaper
[include timelapse.cfg] #Enable if you want to use Timelapse
#[include timelapse.cfg] #Enable if you want to use Timelapse
#[include neopixels.cfg] #Enable if you want to use some Neopixels macros
########################################
@@ -76,7 +76,6 @@
[printer]
kinematics: delta
max_velocity: 600
#max_accel: 10000
max_accel: 8000
minimum_cruise_ratio: 0.5
square_corner_velocity: 5
@@ -198,7 +197,7 @@ stealthchop_threshold: 0
[autotune_tmc extruder] # Enable if Klipper TMC Autotune is used
motor: flsun-v400-36
tuning_goal: performance
tuning_goal: auto
########################################
@@ -252,7 +251,7 @@ speed: 10
lift_speed: 50
samples: 8
samples_result: average
sample_retract_dist: 10
sample_retract_dist: 6
samples_tolerance: 0.02
samples_tolerance_retries: 7

0
02-klipper/01-configuration/timelapse.cfg Executable file → Normal file
View File

1
02-klipper/01-configuration/variables.cfg Executable file → Normal file
View File

@@ -1,2 +1,3 @@
[Variables]
zoffset = {'z': 0.11}

View File

View File

View File

0
02-klipper/02-calibration/03-belt-tension/README.txt Executable file → Normal file
View File

View File

Binary file not shown.

View File

0
02-klipper/03-timelapse/instructions.pdf Executable file → Normal file
View File

0
03-cura/01-configuration/README.md Executable file → Normal file
View File

0
03-cura/01-configuration/cura-parameter-list.html Executable file → Normal file
View File

121
03-cura/01-configuration/definitions/flsun_v400.def.json Executable file → Normal file
View File

@@ -1,45 +1,80 @@
{
"version": 2,
"name": "Flsun V400",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "FLSUN, Guislain Cyril, Frank Zechert",
"manufacturer": "Flsun",
"file_formats": "text/x-gcode",
"platform": "flsun_v400.stl",
"has_machine_quality": true,
"has_materials": true,
"machine_extruder_trains": { "0": "flsun_v400_extruder_0" },
"platform_offset": [
0,
-40.6455,
-43.5
]
},
"overrides":
{
"gantry_height": { "value": "0" },
"infill_sparse_density": { "default_value": 15 },
"machine_center_is_zero": { "default_value": true },
"machine_depth": { "default_value": 300 },
"machine_end_gcode": { "default_value": "END_PRINT\n" },
"machine_head_with_fans_polygon":
{
"default_value": [
[0, 0],
[0, 0],
[0, 0],
[0, 0]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 410 },
"machine_shape": { "default_value": "elliptic" },
"machine_start_gcode": { "default_value": ";Nozzle diameter = {machine_nozzle_size}\n;Filament type = {material_type}\n;Filament name = {material_brand} {material_name}\n;Filament weight = {filament_weight}\n;M109 S{material_print_temperature}\n;M190 S{material_bed_temperature}\n\nSTART_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0}\n" },
"machine_width": { "default_value": 300 },
"material_diameter": { "default_value": 1.75 },
"z_seam_type": { "value": "'sharpest_corner'" }
}
"version": 2,
"name": "Flsun V400",
"inherits": "fdmprinter",
"metadata": {
"visible": true,
"author": "FLSUN, Guislain Cyril, Frank Zechert",
"manufacturer": "Flsun",
"file_formats": "text/x-gcode",
"platform": "flsun_v400.stl",
"has_machine_quality": true,
"has_materials": true,
"machine_extruder_trains": {
"0": "flsun_v400_extruder_0"
},
"platform_offset": [
0,
-40.6455,
-43.5
]
},
"overrides": {
"gantry_height": {
"value": "0"
},
"infill_sparse_density": {
"default_value": 15
},
"machine_center_is_zero": {
"default_value": true
},
"machine_depth": {
"default_value": 300
},
"machine_end_gcode": {
"default_value": "END_PRINT\n"
},
"machine_head_with_fans_polygon": {
"default_value": [
[
0,
0
],
[
0,
0
],
[
0,
0
],
[
0,
0
]
]
},
"machine_heated_bed": {
"default_value": true
},
"machine_height": {
"default_value": 410
},
"machine_shape": {
"default_value": "elliptic"
},
"machine_start_gcode": {
"default_value": ";Nozzle diameter = {machine_nozzle_size}\n;Filament type = {material_type}\n;Filament name = {material_brand} {material_name}\n;Filament weight = {filament_weight}\n;M109 S{material_print_temperature}\n;M190 S{material_bed_temperature}\n\nSTART_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0}\n"
},
"machine_width": {
"default_value": 300
},
"material_diameter": {
"default_value": 1.75
},
"z_seam_type": {
"value": "'sharpest_corner'"
}
}
}

View File

@@ -1,15 +1,56 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata":
{
"machine": "flsun_v400",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"material_diameter": { "default_value": 1.75 }
}
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "flsun_v400",
"position": "0"
},
"overrides": {
"extruder_nr": {
"default_value": 0
},
"material_diameter": {
"default_value": 1.75
},
"machine_nozzle_size": {
"default_value": 0.4
},
"material_max_temperature": {
"default_value": 300
},
"material_min_temperature": {
"default_value": 180
},
"material_flow": {
"default_value": 100
},
"retraction_enable": {
"default_value": true
},
"retraction_amount": {
"default_value": 0.8
},
"retraction_speed": {
"default_value": 35.0
},
"retraction_min_travel": {
"default_value": 1.5
},
"cool_fan_enabled": {
"default_value": true
},
"cool_fan_speed": {
"default_value": 80
},
"cool_min_layer_time": {
"default_value": 5
},
"speed_print": {
"default_value": 150
},
"speed_travel": {
"default_value": 250
}
}
}

0
03-cura/01-configuration/meshes/flsun_v400.stl Executable file → Normal file
View File

View File

0
03-cura/02-plugins/README.md Executable file → Normal file
View File

0
04-material/PETG/SUNLU/black.md Executable file → Normal file
View File

0
04-material/PLA+/SUNLU/black.md Executable file → Normal file
View File

View File

@@ -0,0 +1,21 @@
# PLA+ SUNLU Black
## Settings
| Setting | Value |
| :--------------------------------------------- | :------- |
| Printing Temperature | 216°C |
| Build Plate Temperature | 65°C |
| Flow | 91.0% |
| Retraction Distance | mm |
| Retraction Speed | m/s |
| Retraction Extra Prime Amount | mm |
| Linear Advance Factor | |
## Prices
https://www.amazon.de/gp/product/B07Y5K1TB5?psc=1
| Date | Price |
| :--------- | :----- |
| 21.03.2025 | 15.99€ |

0
04-material/PLA+/SUNLU/wood.md Executable file → Normal file
View File

0
04-material/PLA/GEETECH/yellow.md Executable file → Normal file
View File

0
04-material/ecoPLA/3dJake/black.md Executable file → Normal file
View File

Binary file not shown.

0
05-models/fan-cover/fan-cover.stl Executable file → Normal file
View File

0
05-models/fan-duct/fan-duct.stl Executable file → Normal file
View File

0
05-models/resonance-calibration/v400-pis-mount.stl Executable file → Normal file
View File

View File

0
05-models/shaft-cover/shaft-cover.STL Executable file → Normal file
View File

0
05-models/speeder-pad/screen-cover.stl Executable file → Normal file
View File

0
05-models/speeder-pad/screen-holder.stl Executable file → Normal file
View File

0
05-models/stock-examples/knurling-bolt-and-nut.gcode Executable file → Normal file
View File

0
05-models/stock-examples/overhang-test.gcode Executable file → Normal file
View File

0
05-models/stock-examples/rabbit.gcode Executable file → Normal file
View File

View File

0
05-models/sunlu-s2-outlet/SunluS2-Outlet-Part.3mf Executable file → Normal file
View File

View File

0
05-models/sunlu-s2-outlet/SunluS2-Outlet.FCStd Executable file → Normal file
View File

0
05-models/top-cover/cylinder.stl Executable file → Normal file
View File

0
05-models/top-cover/letter-flsun.stl Executable file → Normal file
View File

0
05-models/top-cover/top-cover-clean cut -1.stl Executable file → Normal file
View File

0
05-models/top-cover/top-cover-clean cut -2.stl Executable file → Normal file
View File

0
05-models/top-cover/top-cover-clean cut -3.stl Executable file → Normal file
View File

0
05-models/top-cover/top-cover-cut-1.stl Executable file → Normal file
View File

0
05-models/top-cover/top-cover-cut-2.stl Executable file → Normal file
View File

0
05-models/top-cover/top-cover-cut-3.stl Executable file → Normal file
View File

View File

View File

0
05-models/top-riser/top-riser-part-riser-edge.stl Executable file → Normal file
View File

0
05-models/top-riser/top-riser-part-straight.stl Executable file → Normal file
View File

0
05-models/top-riser/top-riser.FCStd Executable file → Normal file
View File

0
06-videos/1.V400 installation video.mp4 Executable file → Normal file
View File

0
06-videos/2.Bed levelimg .mp4 Executable file → Normal file
View File

0
06-videos/3.First Printing.mp4 Executable file → Normal file
View File

0
06-videos/4.Online Printing.mp4 Executable file → Normal file
View File

0
flsun-v400-manual.pdf Executable file → Normal file
View File