Compare commits
15 Commits
9dff676aa5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2eb9e07655 | |||
| 04dd572bb8 | |||
| 6cbfd60d34 | |||
| 2ba218cd77 | |||
| e26766848f | |||
| 575226f916 | |||
| 7d5d761267 | |||
| 9db0a2beba | |||
| b1030f3aba | |||
| edbe10b06f | |||
| 5bf349f741 | |||
| da2b165114 | |||
| b2dac4d19a | |||
| c996dbc360 | |||
| 25af108ff6 |
BIN
01-firmware/Robin_nano35.bin
Normal file
BIN
01-firmware/Robin_nano35.bin
Normal file
Binary file not shown.
@@ -119,6 +119,7 @@ extrude_speeds: 1, 2, 5, 10
|
||||
#~# --- Do not edit below this line. This section is auto generated --- #~#
|
||||
#~#
|
||||
#~# [main]
|
||||
#~# print_estimate_method = file
|
||||
#~# screen_blanking_printing = 1800
|
||||
#~# show_heater_power = True
|
||||
#~# move_speed_xy = 80
|
||||
@@ -167,4 +168,7 @@ extrude_speeds: 1, 2, 5, 10
|
||||
#~# hyperlapse = False
|
||||
#~# test_stream_delay = False
|
||||
#~# timelapse_take_frame = False
|
||||
#~# security_offset = False
|
||||
#~# save = False
|
||||
#~# z_offset_calibration = False
|
||||
#~#
|
||||
|
||||
@@ -61,9 +61,13 @@
|
||||
[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
|
||||
|
||||
########################################
|
||||
# Enable Exclude Objects
|
||||
########################################
|
||||
[exclude_object]
|
||||
|
||||
########################################
|
||||
# Printer Settings
|
||||
@@ -72,14 +76,14 @@
|
||||
[printer]
|
||||
kinematics: delta
|
||||
max_velocity: 600
|
||||
max_accel: 10000
|
||||
max_accel: 8000
|
||||
minimum_cruise_ratio: 0.5
|
||||
square_corner_velocity: 5
|
||||
max_z_velocity: 100
|
||||
max_z_accel: 1500
|
||||
minimum_z_position: -25
|
||||
print_radius: 152
|
||||
#delta_radius: 152
|
||||
delta_radius: 152
|
||||
|
||||
|
||||
########################################
|
||||
@@ -96,9 +100,9 @@ endstop_pin: ^PA15
|
||||
homing_speed: 50
|
||||
homing_retract_dist: 5.0
|
||||
homing_retract_speed: 10
|
||||
#angle: 210
|
||||
#position_endstop: 415.0
|
||||
#arm_length = 345.0
|
||||
angle: 210
|
||||
position_endstop: 415.0
|
||||
arm_length = 345.0
|
||||
|
||||
[tmc2209 stepper_a]
|
||||
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.
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^PA12
|
||||
#angle: 330
|
||||
angle: 330
|
||||
|
||||
[tmc2209 stepper_b]
|
||||
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.
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^PC4
|
||||
#angle: 90
|
||||
angle: 90
|
||||
|
||||
[tmc2209 stepper_c]
|
||||
uart_pin: PD4
|
||||
@@ -180,10 +184,10 @@ max_extrude_cross_section: 50
|
||||
max_extrude_only_distance: 800
|
||||
#pressure_advance: 0.04
|
||||
#pressure_advance_smooth_time: 0.040
|
||||
#control = pid
|
||||
#pid_kp = 17.501
|
||||
#pid_ki = 0.711
|
||||
#pid_kd = 107.630
|
||||
control = pid
|
||||
pid_kp = 17.501
|
||||
pid_ki = 0.711
|
||||
pid_kd = 107.630
|
||||
|
||||
[tmc2209 extruder]
|
||||
uart_pin: PD9
|
||||
@@ -193,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
|
||||
|
||||
|
||||
########################################
|
||||
@@ -206,10 +210,10 @@ sensor_pin: PC0
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
min_temp: -5
|
||||
max_temp: 120
|
||||
#control = pid
|
||||
#pid_kp = 64.044
|
||||
#pid_ki = 3.812
|
||||
#pid_kd = 268.984
|
||||
control = pid
|
||||
pid_kp = 64.044
|
||||
pid_ki = 3.812
|
||||
pid_kd = 268.984
|
||||
|
||||
|
||||
########################################
|
||||
@@ -242,12 +246,12 @@ heater_temp: 50.0
|
||||
pin: !PA11
|
||||
x_offset: 0
|
||||
y_offset: 0
|
||||
#z_offset: 0
|
||||
z_offset: 0
|
||||
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
|
||||
|
||||
@@ -385,127 +389,3 @@ value: 1
|
||||
#initial_RED: 1.0
|
||||
#initial_GREEN: 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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[Variables]
|
||||
zoffset = {'z': '0'}
|
||||
zoffset = {'z': 0.11}
|
||||
|
||||
|
||||
Binary file not shown.
@@ -10,7 +10,7 @@
|
||||
- Auto-Orientation
|
||||
- Automatic Slicing Toggle
|
||||
- Material Cost Tools
|
||||
- Calibration Shapes
|
||||
- Calibration Shapes Reborn
|
||||
|
||||
# Disable Cura Plugins
|
||||
|
||||
|
||||
@@ -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'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ CURA_FOLDER="/opt/ultimaker-cura"
|
||||
|
||||
function get_cura_directories() {
|
||||
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_SHARE="${HOME}/.local/share/cura/${VERSION}"
|
||||
CURA_INTERNAL_SHARE="${CURA_FOLDER}/share/cura/resources"
|
||||
|
||||
@@ -104,11 +104,8 @@ wall_overhang_speed_factor = 30
|
||||
|
||||
z_seam_type = sharpest_corner
|
||||
|
||||
retraction_amount = 0.7
|
||||
retraction_speed = 40
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =retraction_speed / 2
|
||||
retraction_extra_prime_amount = 0.05
|
||||
|
||||
machine_firmware_retract = True
|
||||
klipper_retract_length = =retraction_amount
|
||||
|
||||
Binary file not shown.
@@ -4,12 +4,12 @@
|
||||
| Setting | Value |
|
||||
| :--------------------------------------------- | :------- |
|
||||
| Printing Temperature | 230°C |
|
||||
| Build Plate Temperature | 65°C |
|
||||
| Flow | |
|
||||
| Retraction Distance | |
|
||||
| Retraction Speed | |
|
||||
| Retraction Extra Prime Amount | |
|
||||
| Linear Advance Factor | |
|
||||
| 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
|
||||
|
||||
|
||||
21
04-material/PLA+/SUNLU/black.md
Normal file
21
04-material/PLA+/SUNLU/black.md
Normal 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€ |
|
||||
21
04-material/PLA+/SUNLU/white.md
Normal file
21
04-material/PLA+/SUNLU/white.md
Normal 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€ |
|
||||
@@ -1,9 +1,10 @@
|
||||
# ecoPLA 3dJake Black
|
||||
|
||||
## Settings
|
||||
|
||||
| Setting | Value |
|
||||
| :--------------------------------------------- | :------- |
|
||||
| Printing Temperature | 235°C |
|
||||
| Printing Temperature | 230°C |
|
||||
| Build Plate Temperature | 70°C |
|
||||
| Flow | 91% |
|
||||
| Retraction Distance | 1mm |
|
||||
|
||||
BIN
04-material/flow-rate-calculation.ods
Normal file
BIN
04-material/flow-rate-calculation.ods
Normal file
Binary file not shown.
Binary file not shown.
693848
05-models/stock-examples/knurling-bolt-and-nut.gcode
Normal file
693848
05-models/stock-examples/knurling-bolt-and-nut.gcode
Normal file
File diff suppressed because it is too large
Load Diff
52213
05-models/stock-examples/overhang-test.gcode
Normal file
52213
05-models/stock-examples/overhang-test.gcode
Normal file
File diff suppressed because it is too large
Load Diff
201622
05-models/stock-examples/rabbit.gcode
Normal file
201622
05-models/stock-examples/rabbit.gcode
Normal file
File diff suppressed because it is too large
Load Diff
21483
05-models/stock-examples/xyz-20mm-calibration-cube.gcode
Normal file
21483
05-models/stock-examples/xyz-20mm-calibration-cube.gcode
Normal file
File diff suppressed because it is too large
Load Diff
BIN
05-models/sunlu-s2-outlet/SunluS2-Outlet-Part.3mf
Normal file
BIN
05-models/sunlu-s2-outlet/SunluS2-Outlet-Part.3mf
Normal file
Binary file not shown.
BIN
05-models/sunlu-s2-outlet/SunluS2-Outlet.20250429-205648.FCBak
Normal file
BIN
05-models/sunlu-s2-outlet/SunluS2-Outlet.20250429-205648.FCBak
Normal file
Binary file not shown.
BIN
05-models/sunlu-s2-outlet/SunluS2-Outlet.FCStd
Normal file
BIN
05-models/sunlu-s2-outlet/SunluS2-Outlet.FCStd
Normal file
Binary file not shown.
BIN
06-videos/1.V400 installation video.mp4
Normal file
BIN
06-videos/1.V400 installation video.mp4
Normal file
Binary file not shown.
BIN
06-videos/2.Bed levelimg .mp4
Normal file
BIN
06-videos/2.Bed levelimg .mp4
Normal file
Binary file not shown.
BIN
06-videos/3.First Printing.mp4
Normal file
BIN
06-videos/3.First Printing.mp4
Normal file
Binary file not shown.
BIN
06-videos/4.Online Printing.mp4
Normal file
BIN
06-videos/4.Online Printing.mp4
Normal file
Binary file not shown.
BIN
flsun-v400-manual.pdf
Normal file
BIN
flsun-v400-manual.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user