fix permissions across files

This commit is contained in:
Frank Zechert 2025-08-19 21:47:16 +02:00
parent 04dd572bb8
commit 2eb9e07655
59 changed files with 79 additions and 23 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

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

View File

@ -2,8 +2,7 @@
"version": 2, "version": 2,
"name": "Flsun V400", "name": "Flsun V400",
"inherits": "fdmprinter", "inherits": "fdmprinter",
"metadata": "metadata": {
{
"visible": true, "visible": true,
"author": "FLSUN, Guislain Cyril, Frank Zechert", "author": "FLSUN, Guislain Cyril, Frank Zechert",
"manufacturer": "Flsun", "manufacturer": "Flsun",
@ -11,35 +10,71 @@
"platform": "flsun_v400.stl", "platform": "flsun_v400.stl",
"has_machine_quality": true, "has_machine_quality": true,
"has_materials": true, "has_materials": true,
"machine_extruder_trains": { "0": "flsun_v400_extruder_0" }, "machine_extruder_trains": {
"0": "flsun_v400_extruder_0"
},
"platform_offset": [ "platform_offset": [
0, 0,
-40.6455, -40.6455,
-43.5 -43.5
] ]
}, },
"overrides": "overrides": {
{ "gantry_height": {
"gantry_height": { "value": "0" }, "value": "0"
"infill_sparse_density": { "default_value": 15 }, },
"machine_center_is_zero": { "default_value": true }, "infill_sparse_density": {
"machine_depth": { "default_value": 300 }, "default_value": 15
"machine_end_gcode": { "default_value": "END_PRINT\n" }, },
"machine_head_with_fans_polygon": "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": [ "default_value": [
[0, 0], [
[0, 0], 0,
[0, 0], 0
[0, 0] ],
[
0,
0
],
[
0,
0
],
[
0,
0
]
] ]
}, },
"machine_heated_bed": { "default_value": true }, "machine_heated_bed": {
"machine_height": { "default_value": 410 }, "default_value": true
"machine_shape": { "default_value": "circular" }, },
"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_height": {
"machine_width": { "default_value": 300 }, "default_value": 410
"material_diameter": { "default_value": 1.75 }, },
"z_seam_type": { "value": "'sharpest_corner'" } "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'"
}
} }
} }

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