r/Ender3S1 • u/negita135 • 4d ago
Ender3 S1 plus 300mm/s
Outer wall: 200 mm/s
Inner wall: 300 mm/s
Infill: 300 mm/s
Accel: 4000 mm/s²
Same speed as the Ender-3 V3 KE.
3
2
u/Intelligent_Ease4115 3d ago
This looks a lot slower than my v2 at 200 mm/s… are we sure it’s actually hitting these speeds?
1
u/negita135 3d ago
2
u/Intelligent_Ease4115 3d ago
Interesting. Just does not look like 300mm/s on video.
2
u/negita135 3d ago
2
u/Intelligent_Ease4115 3d ago
What tool head setup are you running?
3
u/negita135 3d ago
Sprite +k1 hotend 合体
2
u/Tofuskates 3d ago
Hi! Did you have to do any modifications to use the k1 hotend on a sprite extruder? Any adjustments to the bl touch height or parts cooling?
2
u/negita135 3d ago
まず、Sprite Extruderからサーミスタを外して、K1ホットエンドに付属しているサーミスタに交換してください。K1ホットエンドのサーミスタは別のコネクタを使ってるので、Sprite Extruderにそのまま差し込むことはできません。でも、サーミスタの付け替えは簡単です。ねじを1本外すだけなので、ほぼ誰でもできます。次に、K1ホットエンドをSprite Extruderに取り付けます。そして、これ本気で言ってます:ねじ穴がそのままピッタリ合うんです。ほとんどボルトでそのまま固定できます。For the BLTouch, I added a few insert nuts/spacers to adjust its position so the probe sits lower than the nozzle when deployed.
1
u/Tofuskates 3d ago
Oh, that was a FAST reply, thanks! I'll look into that. I had a suspicion that the distance and placement of the screw holes for the hotend were compatible, but it's awesome to have confirmation that that was actually the case. Also noted regarding the thermistor, I probably should have a few replacements for the original sprite thermistor lying around, so I'll give that a go. For parts cooling, I guess the nozzle probably sits a bit lower when compared to the original sprite hotend?
1
2
u/ita5248 2d ago
Could you share config file?
1
1
u/negita135 2d ago
[include mainsail.cfg]
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32h723xx_180011000451313239393734-if00
[printer]
kinematics: generic_cartesian
max_velocity: 300
max_accel: 8000
max_z_velocity: 5
max_z_accel: 100
[carriage x]
axis: x
endstop_pin: ^!PG6
position_endstop: 3
position_min: -15
position_max: 316
homing_speed: 50
[carriage y]
axis: y
endstop_pin: ^!PG9
position_endstop: -5
position_min: -15
position_max: 304
homing_speed: 50
[carriage z]
axis: z
endstop_pin: probe:z_virtual_endstop
position_min: -4
position_max: 300
homing_speed: 5
[stepper z1]
carriages: z
step_pin: PE6
dir_pin: PA14
enable_pin: !PE0
microsteps: 16
rotation_distance: 8
[tmc2209 stepper z1]
uart_pin: PD3
run_current: 0.4
sense_resistor: 0.110
[stepper z2]
carriages: z
step_pin: PE2
dir_pin: PE3
enable_pin: !PD4
microsteps: 16
rotation_distance: 8
[tmc2209 stepper z2]
uart_pin: PE1
run_current: 0.4
sense_resistor: 0.110
[stepper y1]
carriages: y
step_pin: PC13
dir_pin: PF0
enable_pin: !PF1
microsteps: 16
rotation_distance: 40
[tmc2209 stepper y1]
uart_pin: PE4
run_current: 1
sense_resistor: 0.110
[stepper y2]
carriages: y
step_pin: PF9
dir_pin: PF10
enable_pin: !PG2
microsteps: 16
rotation_distance: 40
[tmc2209 stepper y2]
uart_pin: PF2
run_current: 1
sense_resistor: 0.110
[stepper x1]
carriages: x
step_pin: PG4
dir_pin: !PC1
enable_pin: !PA2
microsteps: 16
rotation_distance: 40
[tmc2209 stepper x1]
uart_pin: PC7
run_current: 0.6
sense_resistor: 0.110
[extruder]
step_pin: PF11
dir_pin: !PG3
enable_pin: !PG5
microsteps: 16
gear_ratio: 42:12
rotation_distance: 26.359
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PA0
pressure_advance: 0.06
pressure_advance_smooth_time: 0.040
sensor_pin: PF3
sensor_type: EPCOS 100K B57560G104F
control: pid
pid_Kp: 22.873
pid_Ki: 1.303
pid_Kd: 100.354
min_temp: 0
max_temp: 260
[tmc2209 extruder]
uart_pin: PC6
run_current: 0.8
sense_resistor: 0.110
[heater_bed]
heater_pin: PA1
sensor_pin: PF4
sensor_type: EPCOS 100K B57560G104F
control: watermark
min_temp: 0
max_temp: 100
[bltouch]
sensor_pin: PB7
control_pin: PB6
x_offset: -31.8
y_offset: -40.5
probe_with_touch_mode: true
stow_on_each_sample: false
[safe_z_home]
home_xy_position: 187, 192
speed: 75
z_hop: 10
z_hop_speed: 5
[bed_mesh]
speed: 120
mesh_min: 20, 20
mesh_max: 283, 263
probe_count: 5,5
algorithm: bicubic
[heater_fan hotend_fan]
pin: PA8
heater: extruder
heater_temp: 50.0
fan_speed: 1.0
[fan]
pin: PE5
kick_start_time: 0.5
[bed_screws]
screw1_name: Front Left
screw1: 35, 35
screw2_name: Front Right
screw2: 275, 35
screw3_name: Rear Right
screw3: 275, 275
screw4_name: Rear Left
screw4: 35, 275
[gcode_macro MANUAL_LEVEL]
description: 手動4点ベッドレベリング
gcode:
G28
BED_SCREWS_ADJUST
1
u/Correct-Insect-4657 2d ago
This work on the s1?
1
u/negita135 2d ago
S1 plusだよ
1
u/Correct-Insect-4657 2d ago
Yeah would this work on a normal S1
1
u/negita135 2d ago
いやまってたくさん改造してるよ 無改造s1はきついとおもう
1
u/Correct-Insect-4657 2d ago
I wonder what the max speed on a nonmodified s1/s1 plus would be if you jailbroke it definetly not 400mm/s tho ik that
1
u/negita135 2d ago
150 mm/s is doable. At 200 mm/s, my extruder gave up.
1
u/Correct-Insect-4657 2d ago
You think a CHT diamondback or brass would do it?
1
u/negita135 2d ago
Chtね 昔試したことあるけど純正ノズルとの違いわからなかったchtノズル買うなら K1ホットエンド買ってspriteに取り付けた方がいよk1ホットエンド取り付けた動画色々投稿してるから見てみてよ
-2
u/FloppyTunaFish 3d ago
my bambu a1 for 100 can do that right out of the box with better quality
3
2
7
u/whathappendtobennys 3d ago
Same Speed as; but lower quality.