Hey ich bins nochmal.
Hab nach wie vor ein Problem mit den oberen Schichten.
Also Drucker ist ein Anycubic Vyper.
habe jetzt mal noch den Bowden Schlauch getauscht gegen den blauen von Creality und ne neue 0,4er Nozzle eingebaut, da ja eh dann gerade alles auseinander war.
Druckbild ingesamt hat sich verbessert.
Die oberste Schicht sieht jedoch immer noch komisch aus. Hoffe man sieht es. Man kann da durch gucken auf die unteren Schichten.
Die Bahnen sind nicht aneinander.
Zur Gegenüberstellung habe ich mal das selbe Modell nach der 4. Lage abgebrochen.
Die sind Glatt wie ein Babyarsch und komplett geschlossen.
Habe auch schon mehr Top/Bottom Layer gedruckt aber immer das gleiche.
Infill Spaßeshalber auf 90% aber keine Besserung.
Habe hier mal noch die Einstellungen für Top/Bottom + die Klipper printer.cfg eingefügt.
Bin mit meinem Latein am ende.
Die ersten Layer haben ja auch nicht diese Lücken..
Hab nach wie vor ein Problem mit den oberen Schichten.
Also Drucker ist ein Anycubic Vyper.
habe jetzt mal noch den Bowden Schlauch getauscht gegen den blauen von Creality und ne neue 0,4er Nozzle eingebaut, da ja eh dann gerade alles auseinander war.
Druckbild ingesamt hat sich verbessert.
Die oberste Schicht sieht jedoch immer noch komisch aus. Hoffe man sieht es. Man kann da durch gucken auf die unteren Schichten.
Die Bahnen sind nicht aneinander.
Zur Gegenüberstellung habe ich mal das selbe Modell nach der 4. Lage abgebrochen.
Die sind Glatt wie ein Babyarsch und komplett geschlossen.
Habe auch schon mehr Top/Bottom Layer gedruckt aber immer das gleiche.
Infill Spaßeshalber auf 90% aber keine Besserung.
Habe hier mal noch die Einstellungen für Top/Bottom + die Klipper printer.cfg eingefügt.
[include mainsail.cfg]
[include macros.cfg]
#[include timelapse.cfg] # delete # if timelapse.cfg will be used
############################################
# Stepper
############################################
[stepper_x]
step_pin: PC2
dir_pin: PB9
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: !PA7
position_min: -3
position_endstop: -3
position_max: 245
homing_speed: 60
homing_retract_dist: 5.0
homing_retract_speed: 30
second_homing_speed: 15
[stepper_y]
step_pin: PB8
dir_pin: PB7
enable_pin: !PC13
microsteps: 16
rotation_distance: 32
endstop_pin: !PC5
position_min: -10
position_endstop: -10
position_max: 245
homing_speed: 60
homing_retract_dist: 5.0
homing_retract_speed: 30
second_homing_speed: 15
[stepper_z]
step_pin: PB6
dir_pin: !PB5
enable_pin: !PC14
microsteps: 16
rotation_distance: 8
endstop_pin: PB2
#position_endstop: 0.0
position_max: 250
position_min: -5
homing_speed: 5.0
[stepper_z1]
step_pin: PC0
dir_pin: !PC1
enable_pin: !PC15
microsteps: 16
rotation_distance: 8
endstop_pin: PC6
[extruder]
step_pin: PB4
dir_pin: !PB3
enable_pin: !PA15
microsteps: 16
rotation_distance: 22.3142258625 #has to be calibrated by everyone
gear_ratio: 50:17
full_steps_per_rotation: 200
nozzle_diameter: 0.400
pressure_advance: 0.45
pressure_advance_smooth_time: 0.060000
filament_diameter: 1.750
max_extrude_only_distance: 500.0
heater_pin: PA1
sensor_type: ATC Semitec 104GT-2
sensor_pin: PC4
control = pid
pid_kp = 25.313
pid_ki = 1.318
pid_kd = 121.503
min_temp: 0
max_temp: 260
max_extrude_cross_section: 50.0
############################################
# FANS
############################################
[heater_fan extruder_fan]
pin: PB1
[fan]
pin: PA0
[temperature_fan Mainboard]
pin: mcu:PA14
sensor_type: temperature_mcu
max_power: 1.0
shutdown_speed: 1.0
hardware_pwm: false
kick_start_time: 0.5
off_below: 0.4
max_temp: 100
min_temp: 20
target_temp: 50
max_speed: 1.0
min_speed: 0.3
control: pid
pid_Kp: 1
pid_Ki: 1
pid_Kd: 1
############################################
# Heatbed & Mesh
############################################
[heater_bed]
heater_pin: PA4
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PB0
control = pid
pid_kp = 71.060
pid_ki = 1.301
pid_kd = 969.965
min_temp: 0
max_temp: 110
[probe]
pin: !PB12
z_offset: 0
speed: 8.0
samples: 1
activate_gcode:
probe_reset
[output_pin probe_reset_pin]
pin: PB13
[bed_mesh]
mesh_min: 15,15
mesh_max: 230, 230
probe_count: 5,5
mesh_pps: 2,2
algorithm: bicubic
speed: 50
horizontal_move_z: 5
fade_start: 1.0
fade_end: 10.0
fade_target: 0.0
[safe_z_home]
home_xy_position: -3,-7
z_hop: 10
[gcode_macro probe_reset]
gcode:
SET_PIN PIN=probe_reset_pin VALUE=0
G4 P300
SET_PIN PIN=probe_reset_pin VALUE=1
G4 P100
############################################
# sonstiges
############################################
[output_pin LED]
pin: mcu:PA13
pwm: False
value: 0
#[filament_switch_sensor runout]
#pause_on_runout: True
#switch_pin: PA5
[output_pin beeper_pin]
pin: PB15
pwm: True
value: 0
shutdown_value: 0
cycle_time: 0.001
[firmware_retraction]
retract_length: 5
retract_speed: 30
unretract_extra_length: 0
unretract_speed: 30
[input_shaper]
shaper_freq_x: 81.0
shaper_type_x: ei
shaper_freq_y: 58.4
shaper_type_y: 2hump_ei
[temperature_sensor Raspi]
sensor_type: temperature_host
min_temp: 0
max_temp: 100
############################################
# MCU & Printer
############################################
[mcu]
serial: /dev/ttyUSB0
restart_method: command
[printer]
kinematics: cartesian
max_velocity: 150
max_accel: 2000
max_accel_to_decel: 1000
max_z_velocity: 5
max_z_accel: 100
############################################
# Input Shaper Config
############################################
#[adxl345]
#cs_pin: rpi:None
#[resonance_tester]
#accel_chip: adxl345
#probe_points:
# 122.5,125,20
#[mcu rpi]
#serial: /tmp/klipper_host_mcu
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*#
#*# [heater_bed]
#*#
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -1.415000, -1.435000, -1.430000, -1.275000, -1.010000
#*# -1.340000, -1.430000, -1.455000, -1.285000, -1.005000
#*# -1.395000, -1.465000, -1.500000, -1.320000, -1.025000
#*# -1.495000, -1.550000, -1.530000, -1.320000, -1.035000
#*# -1.610000, -1.615000, -1.535000, -1.345000, -1.060000
#*# tension = 0.2
#*# min_x = 15.0
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 2
#*# min_y = 15.0
#*# x_count = 5
#*# max_y = 230.0
#*# mesh_x_pps = 2
#*# max_x = 230.0
#*#
#*# [stepper_z]
#*# position_endstop = 0.200
[include macros.cfg]
#[include timelapse.cfg] # delete # if timelapse.cfg will be used
############################################
# Stepper
############################################
[stepper_x]
step_pin: PC2
dir_pin: PB9
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: !PA7
position_min: -3
position_endstop: -3
position_max: 245
homing_speed: 60
homing_retract_dist: 5.0
homing_retract_speed: 30
second_homing_speed: 15
[stepper_y]
step_pin: PB8
dir_pin: PB7
enable_pin: !PC13
microsteps: 16
rotation_distance: 32
endstop_pin: !PC5
position_min: -10
position_endstop: -10
position_max: 245
homing_speed: 60
homing_retract_dist: 5.0
homing_retract_speed: 30
second_homing_speed: 15
[stepper_z]
step_pin: PB6
dir_pin: !PB5
enable_pin: !PC14
microsteps: 16
rotation_distance: 8
endstop_pin: PB2
#position_endstop: 0.0
position_max: 250
position_min: -5
homing_speed: 5.0
[stepper_z1]
step_pin: PC0
dir_pin: !PC1
enable_pin: !PC15
microsteps: 16
rotation_distance: 8
endstop_pin: PC6
[extruder]
step_pin: PB4
dir_pin: !PB3
enable_pin: !PA15
microsteps: 16
rotation_distance: 22.3142258625 #has to be calibrated by everyone
gear_ratio: 50:17
full_steps_per_rotation: 200
nozzle_diameter: 0.400
pressure_advance: 0.45
pressure_advance_smooth_time: 0.060000
filament_diameter: 1.750
max_extrude_only_distance: 500.0
heater_pin: PA1
sensor_type: ATC Semitec 104GT-2
sensor_pin: PC4
control = pid
pid_kp = 25.313
pid_ki = 1.318
pid_kd = 121.503
min_temp: 0
max_temp: 260
max_extrude_cross_section: 50.0
############################################
# FANS
############################################
[heater_fan extruder_fan]
pin: PB1
[fan]
pin: PA0
[temperature_fan Mainboard]
pin: mcu:PA14
sensor_type: temperature_mcu
max_power: 1.0
shutdown_speed: 1.0
hardware_pwm: false
kick_start_time: 0.5
off_below: 0.4
max_temp: 100
min_temp: 20
target_temp: 50
max_speed: 1.0
min_speed: 0.3
control: pid
pid_Kp: 1
pid_Ki: 1
pid_Kd: 1
############################################
# Heatbed & Mesh
############################################
[heater_bed]
heater_pin: PA4
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PB0
control = pid
pid_kp = 71.060
pid_ki = 1.301
pid_kd = 969.965
min_temp: 0
max_temp: 110
[probe]
pin: !PB12
z_offset: 0
speed: 8.0
samples: 1
activate_gcode:
probe_reset
[output_pin probe_reset_pin]
pin: PB13
[bed_mesh]
mesh_min: 15,15
mesh_max: 230, 230
probe_count: 5,5
mesh_pps: 2,2
algorithm: bicubic
speed: 50
horizontal_move_z: 5
fade_start: 1.0
fade_end: 10.0
fade_target: 0.0
[safe_z_home]
home_xy_position: -3,-7
z_hop: 10
[gcode_macro probe_reset]
gcode:
SET_PIN PIN=probe_reset_pin VALUE=0
G4 P300
SET_PIN PIN=probe_reset_pin VALUE=1
G4 P100
############################################
# sonstiges
############################################
[output_pin LED]
pin: mcu:PA13
pwm: False
value: 0
#[filament_switch_sensor runout]
#pause_on_runout: True
#switch_pin: PA5
[output_pin beeper_pin]
pin: PB15
pwm: True
value: 0
shutdown_value: 0
cycle_time: 0.001
[firmware_retraction]
retract_length: 5
retract_speed: 30
unretract_extra_length: 0
unretract_speed: 30
[input_shaper]
shaper_freq_x: 81.0
shaper_type_x: ei
shaper_freq_y: 58.4
shaper_type_y: 2hump_ei
[temperature_sensor Raspi]
sensor_type: temperature_host
min_temp: 0
max_temp: 100
############################################
# MCU & Printer
############################################
[mcu]
serial: /dev/ttyUSB0
restart_method: command
[printer]
kinematics: cartesian
max_velocity: 150
max_accel: 2000
max_accel_to_decel: 1000
max_z_velocity: 5
max_z_accel: 100
############################################
# Input Shaper Config
############################################
#[adxl345]
#cs_pin: rpi:None
#[resonance_tester]
#accel_chip: adxl345
#probe_points:
# 122.5,125,20
#[mcu rpi]
#serial: /tmp/klipper_host_mcu
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*#
#*# [heater_bed]
#*#
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -1.415000, -1.435000, -1.430000, -1.275000, -1.010000
#*# -1.340000, -1.430000, -1.455000, -1.285000, -1.005000
#*# -1.395000, -1.465000, -1.500000, -1.320000, -1.025000
#*# -1.495000, -1.550000, -1.530000, -1.320000, -1.035000
#*# -1.610000, -1.615000, -1.535000, -1.345000, -1.060000
#*# tension = 0.2
#*# min_x = 15.0
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 2
#*# min_y = 15.0
#*# x_count = 5
#*# max_y = 230.0
#*# mesh_x_pps = 2
#*# max_x = 230.0
#*#
#*# [stepper_z]
#*# position_endstop = 0.200
Bin mit meinem Latein am ende.
Die ersten Layer haben ja auch nicht diese Lücken..