Compare commits

..

26 Commits

Author SHA1 Message Date
2eb9e07655 fix permissions across files 2025-08-19 21:47:16 +02:00
04dd572bb8 update permission on files 2025-08-19 02:12:00 +02:00
6cbfd60d34 Update configuration to new version from Guilouz 2025-08-16 15:29:32 +02:00
2ba218cd77 Update of configuration before update 2025-08-16 15:20:58 +02:00
e26766848f Update folder structure 2025-08-16 15:20:26 +02:00
575226f916 updated configuration 2025-08-16 15:14:19 +02:00
7d5d761267 updated configuration files after system update 2025-04-27 20:21:58 +02:00
9db0a2beba backup of printer configuration 2025-04-27 19:45:41 +02:00
b1030f3aba fixed sorting of cura versions in cura version detection function 2025-04-27 18:12:53 +02:00
edbe10b06f update to material SUNLU PLA+ black 2025-04-27 18:03:05 +02:00
5bf349f741 add SUNLU black PLA+ 2025-02-16 03:35:06 +01:00
da2b165114 update ecoPLA Black 2025-01-28 22:44:02 +01:00
b2dac4d19a update naming convention 2025-01-28 22:41:25 +01:00
c996dbc360 add new material PETG Black from SUNLU 2024-12-26 22:33:49 +01:00
25af108ff6 move some settings to material specific settings instead of global profile 2024-12-26 22:33:34 +01:00
9dff676aa5 remove constant flow modifier, it should be in material settings 2024-12-17 01:43:38 +01:00
efb7fed9df add readme on how to install calibration shapes 2024-12-17 01:27:04 +01:00
d655b343be added PETG material from SUNLU 2024-12-17 01:15:09 +01:00
0a90435cfe improve retraction distance 2024-10-13 01:10:27 +02:00
cd8464b6f3 Added new material 3dJake ecoPLA Black 2024-10-12 23:02:02 +02:00
e63654d676 Added material SUNLU PLA+ Wood 2024-10-03 01:23:09 +02:00
fffd3b65a5 added calibration models 2024-10-01 23:12:28 +02:00
949ab05942 updated macros 2024-10-01 23:12:20 +02:00
903b6d8c0f added flsun models 2024-09-04 23:09:26 +02:00
9c8d7c42a8 update material settings 2024-09-04 22:39:26 +02:00
5695b848e3 quality update 2024-09-03 22:01:09 +02:00
54 changed files with 969511 additions and 217 deletions

Binary file not shown.

View File

@@ -119,6 +119,7 @@ extrude_speeds: 1, 2, 5, 10
#~# --- Do not edit below this line. This section is auto generated --- #~# #~# --- Do not edit below this line. This section is auto generated --- #~#
#~# #~#
#~# [main] #~# [main]
#~# print_estimate_method = file
#~# screen_blanking_printing = 1800 #~# screen_blanking_printing = 1800
#~# show_heater_power = True #~# show_heater_power = True
#~# move_speed_xy = 80 #~# move_speed_xy = 80
@@ -167,4 +168,7 @@ extrude_speeds: 1, 2, 5, 10
#~# hyperlapse = False #~# hyperlapse = False
#~# test_stream_delay = False #~# test_stream_delay = False
#~# timelapse_take_frame = False #~# timelapse_take_frame = False
#~# security_offset = False
#~# save = False
#~# z_offset_calibration = False
#~# #~#

View File

@@ -148,7 +148,7 @@ variable_fan_speed: 0
gcode: gcode:
##### set defaults ##### ##### set defaults #####
{% set x = params.X|default(0) %} {% set x = params.X|default(0) %}
{% set y = params.Y|default(-140) %} {% set y = params.Y|default(-90) %}
{% set z = params.Z|default(10)|float %} {% set z = params.Z|default(10)|float %}
{% set e = params.E|default(1) %} {% set e = params.E|default(1) %}
##### calculate save lift position ##### ##### calculate save lift position #####
@@ -587,3 +587,34 @@ gcode:
_SET_GCODE_OFFSET {% for axis, offset in zoffset.items() if zoffset[axis] %}{ "%s=%s " % (axis, offset) }{% endfor %} _SET_GCODE_OFFSET {% for axis, offset in zoffset.items() if zoffset[axis] %}{ "%s=%s " % (axis, offset) }{% endfor %}
RESPOND TYPE=command MSG="Loaded Z-Offset from variables.cfg: {zoffset.z}mm" RESPOND TYPE=command MSG="Loaded Z-Offset from variables.cfg: {zoffset.z}mm"
{% endif %} {% endif %}
##################################################
# Maintenance Macros
##################################################
[gcode_macro APPLY_GREASE]
description: Moves the head to apply silicon grease to all joints
gcode:
G28
G90
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G28
G90
G0 X150 Y0 Z20 F3500
G2 I-150 F3500
G3 I-150 F3500
G2 I-150 F3500
G3 I-150 F3500
G2 I-150 F3500
G3 I-150 F3500
G28

View File

@@ -61,9 +61,13 @@
[include macros.cfg] [include macros.cfg]
#[include adxl345_pico.cfg] #Enable if you want to use ADXL with Rapsberry Pi Pico #[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 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 #[include neopixels.cfg] #Enable if you want to use some Neopixels macros
########################################
# Enable Exclude Objects
########################################
[exclude_object]
######################################## ########################################
# Printer Settings # Printer Settings
@@ -72,14 +76,14 @@
[printer] [printer]
kinematics: delta kinematics: delta
max_velocity: 600 max_velocity: 600
max_accel: 10000 max_accel: 8000
minimum_cruise_ratio: 0.5 minimum_cruise_ratio: 0.5
square_corner_velocity: 5 square_corner_velocity: 5
max_z_velocity: 100 max_z_velocity: 100
max_z_accel: 1500 max_z_accel: 1500
minimum_z_position: -25 minimum_z_position: -25
print_radius: 152 print_radius: 152
#delta_radius: 152 delta_radius: 152
######################################## ########################################
@@ -96,9 +100,9 @@ endstop_pin: ^PA15
homing_speed: 50 homing_speed: 50
homing_retract_dist: 5.0 homing_retract_dist: 5.0
homing_retract_speed: 10 homing_retract_speed: 10
#angle: 210 angle: 210
#position_endstop: 415.0 position_endstop: 415.0
#arm_length = 345.0 arm_length = 345.0
[tmc2209 stepper_a] [tmc2209 stepper_a]
uart_pin: PD5 uart_pin: PD5
@@ -122,7 +126,7 @@ enable_pin: !PE1
microsteps: 64 # If you encounter an error while measuring the resonances. Replace the microsteps to 16 just for the duration of the test. microsteps: 64 # If you encounter an error while measuring the resonances. Replace the microsteps to 16 just for the duration of the test.
rotation_distance: 40 rotation_distance: 40
endstop_pin: ^PA12 endstop_pin: ^PA12
#angle: 330 angle: 330
[tmc2209 stepper_b] [tmc2209 stepper_b]
uart_pin: PD7 uart_pin: PD7
@@ -146,7 +150,7 @@ enable_pin: !PB8
microsteps: 64 # If you encounter an error while measuring the resonances. Replace the microsteps to 16 just for the duration of the test. microsteps: 64 # If you encounter an error while measuring the resonances. Replace the microsteps to 16 just for the duration of the test.
rotation_distance: 40 rotation_distance: 40
endstop_pin: ^PC4 endstop_pin: ^PC4
#angle: 90 angle: 90
[tmc2209 stepper_c] [tmc2209 stepper_c]
uart_pin: PD4 uart_pin: PD4
@@ -180,10 +184,10 @@ max_extrude_cross_section: 50
max_extrude_only_distance: 800 max_extrude_only_distance: 800
#pressure_advance: 0.04 #pressure_advance: 0.04
#pressure_advance_smooth_time: 0.040 #pressure_advance_smooth_time: 0.040
#control = pid control = pid
#pid_kp = 17.501 pid_kp = 17.501
#pid_ki = 0.711 pid_ki = 0.711
#pid_kd = 107.630 pid_kd = 107.630
[tmc2209 extruder] [tmc2209 extruder]
uart_pin: PD9 uart_pin: PD9
@@ -193,7 +197,7 @@ stealthchop_threshold: 0
[autotune_tmc extruder] # Enable if Klipper TMC Autotune is used [autotune_tmc extruder] # Enable if Klipper TMC Autotune is used
motor: flsun-v400-36 motor: flsun-v400-36
tuning_goal: performance tuning_goal: auto
######################################## ########################################
@@ -206,10 +210,10 @@ sensor_pin: PC0
sensor_type: EPCOS 100K B57560G104F sensor_type: EPCOS 100K B57560G104F
min_temp: -5 min_temp: -5
max_temp: 120 max_temp: 120
#control = pid control = pid
#pid_kp = 64.044 pid_kp = 64.044
#pid_ki = 3.812 pid_ki = 3.812
#pid_kd = 268.984 pid_kd = 268.984
######################################## ########################################
@@ -242,12 +246,12 @@ heater_temp: 50.0
pin: !PA11 pin: !PA11
x_offset: 0 x_offset: 0
y_offset: 0 y_offset: 0
#z_offset: 0 z_offset: 0
speed: 10 speed: 10
lift_speed: 50 lift_speed: 50
samples: 8 samples: 8
samples_result: average samples_result: average
sample_retract_dist: 10 sample_retract_dist: 6
samples_tolerance: 0.02 samples_tolerance: 0.02
samples_tolerance_retries: 7 samples_tolerance_retries: 7
@@ -385,127 +389,3 @@ value: 1
#initial_RED: 1.0 #initial_RED: 1.0
#initial_GREEN: 1.0 #initial_GREEN: 1.0
#initial_BLUE: 1.0 #initial_BLUE: 1.0
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [probe]
#*# z_offset = 17.828
#*#
#*# [endstop_phase stepper_a]
#*# trigger_phase = 77/256
#*#
#*# [endstop_phase stepper_b]
#*# trigger_phase = 254/256
#*#
#*# [endstop_phase stepper_c]
#*# trigger_phase = 207/256
#*#
#*# [printer]
#*# delta_radius = 162.002474
#*#
#*# [stepper_a]
#*# angle = 209.973682
#*# arm_length = 344.755561
#*# position_endstop = 419.986098
#*#
#*# [stepper_b]
#*# angle = 329.779050
#*# arm_length = 344.988509
#*# position_endstop = 420.533328
#*#
#*# [stepper_c]
#*# angle = 90.000000
#*# arm_length = 345.350100
#*# position_endstop = 419.275934
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.042722, -0.042722, -0.042722, -0.042722, -0.042722, -0.042722, -0.042722, -0.042722, -0.042722, -0.042722, -0.042722, -0.042722, -0.042722
#*# -0.103985, -0.103985, -0.103985, -0.103985, -0.092863, -0.041497, -0.029735, -0.024573, -0.009876, 0.303776, 0.303776, 0.303776, 0.303776
#*# -0.107217, -0.107217, -0.107217, -0.095680, -0.078747, -0.041636, -0.027165, 0.001847, 0.040765, 0.030959, -0.001207, -0.001207, -0.001207
#*# -0.020548, -0.020548, -0.030235, -0.045109, -0.047644, -0.013968, 0.004580, -0.022084, -0.040851, -0.010745, -0.072567, -0.046700, -0.046700
#*# -0.065225, -0.065225, -0.070452, -0.082613, -0.004947, -0.007693, 0.002972, -0.017327, 0.006928, -0.000043, -0.022182, -0.051542, -0.051542
#*# -0.015597, -0.015597, -0.024245, -0.016206, 0.017731, 0.011087, -0.007589, 0.014521, -0.014740, -0.055408, -0.078663, -0.128265, -0.128265
#*# -0.006361, -0.035030, -0.027430, -0.027100, -0.035687, 0.008191, 0.000000, 0.028685, -0.013501, -0.000669, -0.006836, -0.063614, -0.120604
#*# 0.009006, 0.009006, -0.038215, -0.004862, -0.005067, 0.023846, 0.005303, -0.017008, -0.001132, -0.047883, -0.078197, -0.104467, -0.104467
#*# -0.065296, -0.065296, -0.094076, -0.050048, 0.005887, 0.029406, 0.012646, -0.001847, 0.042902, 0.015198, -0.038658, -0.069033, -0.069033
#*# -0.089840, -0.089840, -0.067392, -0.046851, -0.046780, 0.008230, -0.024958, 0.005470, 0.000727, 0.014177, -0.031855, -0.067485, -0.067485
#*# -0.142119, -0.142119, -0.142119, -0.132495, -0.062554, -0.045859, -0.002144, 0.021794, 0.012583, 0.032188, -0.027538, -0.027538, -0.027538
#*# -0.150265, -0.150265, -0.150265, -0.150265, -0.090845, -0.036079, -0.013544, 0.013161, 0.011777, 0.039157, 0.039157, 0.039157, 0.039157
#*# 0.005246, 0.005246, 0.005246, 0.005246, 0.005246, 0.005246, 0.005246, 0.005246, 0.005246, 0.005246, 0.005246, 0.005246, 0.005246
#*# x_count = 13
#*# y_count = 13
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.1
#*# min_x = -147.0
#*# max_x = 147.0
#*# min_y = -147.0
#*# max_y = 147.0
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 71.685
#*# pid_ki = 2.583
#*# pid_kd = 497.313
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 20.836
#*# pid_ki = 1.187
#*# pid_kd = 91.417
#*#
#*# [delta_calibrate]
#*# height0 = 17.828
#*# height0_pos = 128669.000,128669.000,128669.000
#*# height1 = 17.828
#*# height1_pos = 151185.800,151185.800,116034.600
#*# height2 = 17.828
#*# height2_pos = 126085.200,163987.400,126085.200
#*# height3 = 17.828
#*# height3_pos = 116703.400,147524.800,147524.800
#*# height4 = 17.828
#*# height4_pos = 125485.400,125485.400,152772.600
#*# height5 = 17.828
#*# height5_pos = 144289.000,117535.400,144289.000
#*# height6 = 17.828
#*# height6_pos = 158014.000,125724.800,125724.800
#*# distance0 = 64.842
#*# distance0_pos1 = 133621.315,134972.482,134563.893
#*# distance0_pos2 = 125491.344,143400.833,143020.320
#*# distance1 = 65.035
#*# distance1_pos1 = 134001.019,134206.848,134948.991
#*# distance1_pos2 = 131041.776,131235.496,149780.315
#*# distance2 = 64.878
#*# distance2_pos1 = 134766.662,133828.010,134563.893
#*# distance2_pos2 = 143208.928,125698.066,143020.320
#*# distance3 = 64.88
#*# distance3_pos1 = 135152.650,134210.345,133798.242
#*# distance3_pos2 = 149983.962,131287.939,130851.341
#*# distance4 = 64.945
#*# distance4_pos1 = 134768.441,134976.007,133417.655
#*# distance4_pos2 = 143239.022,143460.477,125287.675
#*# distance5 = 64.858
#*# distance5_pos1 = 134002.784,135359.341,133798.242
#*# distance5_pos2 = 131068.237,150190.619,130851.341
#*# distance6 = 64.892
#*# distance6_pos1 = 126122.444,141650.703,142514.843
#*# distance6_pos2 = 131635.229,130719.895,149144.094
#*# distance7 = 64.988
#*# distance7_pos1 = 131709.573,130794.251,147886.148
#*# distance7_pos2 = 143462.253,125909.898,142015.038
#*# distance8 = 65.122
#*# distance8_pos1 = 142705.473,126331.599,141267.714
#*# distance8_pos2 = 149348.788,131881.624,130333.916
#*# distance9 = 65.015
#*# distance9_pos1 = 148090.827,131953.425,130406.602
#*# distance9_pos2 = 142233.571,143711.016,125497.896
#*# distance10 = 65.185
#*# distance10_pos1 = 141485.169,142950.990,125919.593
#*# distance10_pos2 = 130549.893,149552.325,131444.874
#*# distance11 = 65.11800000000001
#*# distance11_pos1 = 130621.733,148294.415,131518.365
#*# distance11_pos2 = 125700.751,142395.888,143272.712

View File

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

View File

@@ -10,7 +10,7 @@
- Auto-Orientation - Auto-Orientation
- Automatic Slicing Toggle - Automatic Slicing Toggle
- Material Cost Tools - Material Cost Tools
- Calibration Shapes - Calibration Shapes Reborn
# Disable Cura Plugins # Disable Cura Plugins

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": "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_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'"
}
} }
} }

View File

@@ -2,14 +2,55 @@
"version": 2, "version": 2,
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": "metadata": {
{
"machine": "flsun_v400", "machine": "flsun_v400",
"position": "0" "position": "0"
}, },
"overrides": "overrides": {
{ "extruder_nr": {
"extruder_nr": { "default_value": 0 }, "default_value": 0
"material_diameter": { "default_value": 1.75 } },
"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
}
} }
} }

View File

@@ -6,7 +6,7 @@ CURA_FOLDER="/opt/ultimaker-cura"
function get_cura_directories() { function get_cura_directories() {
local VERSION local VERSION
VERSION=$(find "${CURA_CONFIG_BASE}" -maxdepth 1 -mindepth 1 -type d -printf "%f\n" -prune | sort -gr | head -n1) VERSION=$(find "${CURA_CONFIG_BASE}" -maxdepth 1 -mindepth 1 -type d -printf "%f\n" -prune | sort -Vr | head -n1)
CURA_CONFIG="${HOME}/.config/cura/${VERSION}" CURA_CONFIG="${HOME}/.config/cura/${VERSION}"
CURA_SHARE="${HOME}/.local/share/cura/${VERSION}" CURA_SHARE="${HOME}/.local/share/cura/${VERSION}"
CURA_INTERNAL_SHARE="${CURA_FOLDER}/share/cura/resources" CURA_INTERNAL_SHARE="${CURA_FOLDER}/share/cura/resources"
@@ -34,9 +34,11 @@ echo "-------------------"
echo "Installing Quality Profile" echo "Installing Quality Profile"
mkdir -p "${CURA_SHARE}/quality" mkdir -p "${CURA_SHARE}/quality"
mkdir -p "${CURA_SHARE}/quality/PLA/0.4" mkdir -p "${CURA_SHARE}/quality/PLA/0.4"
mkdir -p "${CURA_SHARE}/quality/PETG/0.4"
mkdir -p "${CURA_SHARE}/variants" mkdir -p "${CURA_SHARE}/variants"
ln -sf "${DIR}/quality/flsun_v400_global_Draft_Quality.inst.cfg" "${CURA_SHARE}/quality/flsun_v400_global_Draft_Quality.inst.cfg" ln -sf "${DIR}/quality/flsun_v400_global_Draft_Quality.inst.cfg" "${CURA_SHARE}/quality/flsun_v400_global_Draft_Quality.inst.cfg"
ln -sf "${DIR}/variants/flsun_v400_0.4.inst.cfg" "${CURA_SHARE}/variants/flsun_v400_0.4.inst.cfg" ln -sf "${DIR}/variants/flsun_v400_0.4.inst.cfg" "${CURA_SHARE}/variants/flsun_v400_0.4.inst.cfg"
ln -sf "${DIR}/quality/PLA/0.4/flsun_v400_0.4_PLA_Draft_Print.inst.cfg" "${CURA_SHARE}/quality/PLA/0.4/flsun_v400_0.4_PLA_Draft_Print.inst.cfg" ln -sf "${DIR}/quality/PLA/0.4/flsun_v400_0.4_PLA_Draft_Print.inst.cfg" "${CURA_SHARE}/quality/PLA/0.4/flsun_v400_0.4_PLA_Draft_Print.inst.cfg"
ln -sf "${DIR}/quality/PETG/0.4/flsun_v400_0.4_PETG_Draft_Print.inst.cfg" "${CURA_SHARE}/quality/PETG/0.4/flsun_v400_0.4_PETG_Draft_Print.inst.cfg"
echo "-------------------" echo "-------------------"
echo "Done" echo "Done"

View File

@@ -0,0 +1,15 @@
[general]
version = 4
name = Draft
definition = flsun_v400
[metadata]
setting_version = 22
type = quality
quality_type = draft
weight = -2
material = generic_pla
variant = 0.4
[values]
line_width = 0.44

View File

@@ -14,6 +14,7 @@ global_quality = True
layer_height = 0.2 layer_height = 0.2
layer_height_0 = 0.2 layer_height_0 = 0.2
initial_layer_line_width_factor = 110 initial_layer_line_width_factor = 110
adhesion_type = skirt
acceleration_enabled = False acceleration_enabled = False
acceleration_travel_enabled = False acceleration_travel_enabled = False
@@ -24,10 +25,11 @@ jerk_enabled = False
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'gyroid' infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'gyroid'
infill_overlap = =20 if infill_sparse_density > 80 else 5 infill_overlap = =20 if infill_sparse_density > 80 else 5
infill_sparse_density = 20 infill_sparse_density = 10
infill_wall_line_count = 1 infill_wall_line_count = 1
infill_enable_travel_optimization = True infill_enable_travel_optimization = True
infill_wipe_dist = =line_width / 2 infill_wipe_dist = =line_width / 2
infill_material_flow = =material_flow - 3
wall_0_wipe_dist = =line_width wall_0_wipe_dist = =line_width
zig_zaggify_infill = True zig_zaggify_infill = True
@@ -41,6 +43,14 @@ support_pattern = lines
support_roof_enable = True support_roof_enable = True
support_roof_pattern = grid support_roof_pattern = grid
support_xy_distance = 0.16 support_xy_distance = 0.16
support_brim_line_count = 10
support_material_flow = =material_flow - 4
support_roof_density = 50
support_roof_material_flow = =support_material_flow
support_tree_bp_diameter = 10
support_xy_distance_overhang = 0.3
support_z_distance = 0.15
zig_zaggify_support = True
roofing_layer_count = 1 roofing_layer_count = 1
top_bottom_thickness = 1 top_bottom_thickness = 1
@@ -64,13 +74,15 @@ retraction_combing = noskin
small_feature_speed_factor = 40 small_feature_speed_factor = 40
small_hole_max_size = 9 small_hole_max_size = 9
speed_print = 200 speed_print = 120
speed_infill = =speed_print * 1.5 speed_infill = =speed_print * 1.0
speed_support = =speed_print * 1.5 speed_support = =speed_print * 1.0
speed_support_infill = =speed_print * 1.5 speed_support_infill = =speed_print * 1.3
speed_support_interface = =speed_print * 0.5 speed_support_interface = =speed_print * 0.5
support_interface_height = =layer_height * 2
speed_support_roof = =speed_print * 0.5 speed_support_roof = =speed_print * 0.5
speed_support_bottom = =speed_print * 0.5 speed_support_bottom = =speed_print * 0.5
support_interface_pattern = grid
speed_travel = =speed_print * 2 speed_travel = =speed_print * 2
speed_layer_0 = 30 speed_layer_0 = 30
speed_print_layer_0 = =speed_layer_0 speed_print_layer_0 = =speed_layer_0
@@ -80,6 +92,9 @@ speed_wall_0_roofing = =speed_roofing
speed_wall_x_roofing = =speed_roofing speed_wall_x_roofing = =speed_roofing
skirt_brim_speed = =speed_print_layer_0 skirt_brim_speed = =speed_print_layer_0
speed_slowdown_layers = 3 speed_slowdown_layers = 3
support_enable = False
support_xy_distance = =line_width * 3
support_z_distance = =layer_height * 1.5
speed_z_hop = 30 speed_z_hop = 30
@@ -89,11 +104,8 @@ wall_overhang_speed_factor = 30
z_seam_type = sharpest_corner z_seam_type = sharpest_corner
retraction_amount = 0.7
retraction_speed = 40
retraction_retract_speed = =retraction_speed retraction_retract_speed = =retraction_speed
retraction_prime_speed = =retraction_speed / 2 retraction_prime_speed = =retraction_speed / 2
retraction_extra_prime_amount = 0.05
machine_firmware_retract = True machine_firmware_retract = True
klipper_retract_length = =retraction_amount klipper_retract_length = =retraction_amount
@@ -103,6 +115,4 @@ klipper_retract_speed = =retraction_speed
klipper_retraction_speed = =retraction_speed klipper_retraction_speed = =retraction_speed
klipper_pressure_advance_enable = True klipper_pressure_advance_enable = True
material_flow = 94
travel_avoid_supports = True travel_avoid_supports = True

View File

@@ -0,0 +1,5 @@
# Plugins
## Calibration Shapes
If install via drag&drop does not work copy the contents of the zip file `files/plugins/CalibrationShapes` into the cura plugins directory `plugins/CalibrationShapes`, so that there is a nested directoray like this: `plugins/CalibrationShapes/CalibrationShapes/...`.

View File

@@ -0,0 +1,21 @@
# SUNLU Black PETG
## Settings
| Setting | Value |
| :--------------------------------------------- | :------- |
| Printing Temperature | 230°C |
| Build Plate Temperature | 70°C |
| Flow | 100% |
| Retraction Distance | 0.4mm |
| Retraction Speed | 50mm/s |
| Retraction Extra Prime Amount | 0.03mm |
| Linear Advance Factor | 0.000 |
## Prices
https://www.3djake.de/3djake/ecopla-schwarz
| Date | Price |
| :--------- | :----- |
| 21.03.2024 | 19.19€ |
| 17.12.2024 | 17.99€ |

View File

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

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€ |

View File

@@ -0,0 +1,20 @@
# PLA+ SUNLU Wood
## Settings
| Setting | Value |
| :--------------------------------------------- | :------- |
| Printing Temperature | 213°C |
| Build Plate Temperature | 65°C |
| Flow | 93.5% |
| Retraction Distance | 0.55mm |
| Retraction Speed | 50mm/s |
| Retraction Extra Prime Amount | 0.03mm |
| Linear Advance Factor | 0.020 |
## Prices
https://www.amazon.de/gp/product/B07Y5K1TB5?psc=1
| Date | Price |
| :--------- | :----- |
| 29.07.2024 | 17.99€ |

View File

@@ -3,12 +3,12 @@
## Settings ## Settings
| Setting | Value | | Setting | Value |
| :--------------------------------------------- | :------- | | :--------------------------------------------- | :------- |
| Printing Temperature | 200°C | | Printing Temperature | 205°C |
| Build Plate Temperature | 60°C | | Build Plate Temperature | 65°C |
| Flow | 94% | | Flow | 94% |
| Retraction Distance | 0.3mm | | Retraction Distance | 0.55mm |
| Retraction Speed | 50mm/s | | Retraction Speed | 50mm/s |
| Retraction Extra Prime Amount | 0.05mm | | Retraction Extra Prime Amount | 0.03mm |
| Linear Advance Factor | 0.020 | | Linear Advance Factor | 0.020 |
## Prices ## Prices

View File

@@ -0,0 +1,22 @@
# ecoPLA 3dJake Black
## Settings
| Setting | Value |
| :--------------------------------------------- | :------- |
| Printing Temperature | 230°C |
| Build Plate Temperature | 70°C |
| Flow | 91% |
| Retraction Distance | 1mm |
| Retraction Speed | 50mm/s |
| Retraction Extra Prime Amount | 0.03mm |
| Linear Advance Factor | 0.025 |
## Prices
https://www.3djake.de/3djake/ecopla-schwarz
| Date | Price |
| :--------- | :----- |
| 08.01.2024 | 19.99€ |
| 12.10.2024 | 19.99€ |

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
flsun-v400-manual.pdf Normal file

Binary file not shown.