This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
Un clon más
Al revés, 3 y 4 son los que gobiernan el relé, y 1 y 2 controlan la cama. De todos modos no tiene pérdida, en la serigrafía verás INPUT y OUTPUT.
  Responder
WeSo escribió:Al revés, 3 y 4 son los que gobiernan el relé, y 1 y 2 controlan la cama. De todos modos no tiene pérdida, en la serigrafía verás INPUT y OUTPUT.
gracias. Ya la liaba parda Lengua
  Responder
[Imagen: 31.jpg]
[Imagen: 32.jpg]

PLA, 0.15 de capa, a 200º

La calidad ha salido brutal, las paredes lisas, y lo mejor es que he impreso todas las piezas juntas (casi 6 horas) y aún con viajes y movimientos varios del extrusor, no hay ninguna capa desplazada. Eso sí, el PLA deja "pelitos" por todos lados al desplazarse :elrisas:
  Responder
Qué gran calidad de piezas consigues WeSo, enhorabuena... Este hilo es una referencia para mi Mola
  Responder
Que pasada... Podrias poner alguna captura de la configuracion de impresion? Un saludo
  Responder
Gracias a ambos Sonrisa

Más que la configuración del fileteador, imagino que influye más el tener afinada la máquina. Personalmente utilizo Cura, me gusta más como filetea y sus acabados; además tiene menos opciones (no veo necesarias tantas como en Slic3r, aparte de que será más difícil dar con la tecla).

Os pongo mi configuración de Cura v14.09 para PLA y boquilla de 0.4mm.
Código:
[profile]
layer_height = 0.15
wall_thickness = 1
retraction_enable = True
solid_layer_thickness = 1.0
fill_density = 20
nozzle_size = 0.4
print_speed = 50
print_temperature = 200
print_temperature2 = 0
print_temperature3 = 0
print_temperature4 = 0
print_bed_temperature = 60
support = Touching buildplate
platform_adhesion = None
support_dual_extrusion = False
wipe_tower = False
wipe_tower_volume = 15
ooze_shield = False
filament_diameter = 3.0
filament_diameter2 = 0
filament_diameter3 = 0
filament_diameter4 = 0
filament_flow = 95.0
retraction_speed = 40.0
retraction_amount = 2.0
retraction_dual_amount = 16.5
retraction_min_travel = 1.5
retraction_combing = True
retraction_minimal_extrusion = 0.5
retraction_hop = 0.0
bottom_thickness = 0.25
layer0_width_factor = 100
object_sink = 0.0
overlap_dual = 0.2
travel_speed = 100
bottom_layer_speed = 20
infill_speed = 0.0
inset0_speed = 0.0
insetx_speed = 0.0
cool_min_layer_time = 5
fan_enabled = False
skirt_line_count = 1
skirt_gap = 3.0
skirt_minimal_length = 150.0
fan_full_height = 0.5
fan_speed = 50
fan_speed_max = 80
cool_min_feedrate = 10
cool_head_lift = False
solid_top = True
solid_bottom = True
fill_overlap = 15
support_type = Grid
support_angle = 60
support_fill_rate = 15
support_xy_distance = 0.7
support_z_distance = 0.15
spiralize = False
simple_mode = False
brim_line_count = 8
raft_margin = 5
raft_line_spacing = 1.0
raft_base_thickness = 0.3
raft_base_linewidth = 0.7
raft_interface_thickness = 0.2
raft_interface_linewidth = 0.2
raft_airgap = 0.22
raft_surface_layers = 2
fix_horrible_union_all_type_a = False
fix_horrible_union_all_type_b = False
fix_horrible_use_open_bits = False
fix_horrible_extensive_stitching = False
plugin_config = (lp1
    .
object_center_x = -1
object_center_y = -1

[alterations]
start.gcode = ;Sliced {filename} at: {day} {date} {time}
    ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
    ;Print time: {print_time}
    ;Filament used: {filament_amount}m {filament_weight}g
    ;Filament cost: {filament_cost}
    G21        ;metric values
    G90        ;absolute positioning
    M107       ;start with the fan off
    ;G28 X0 Y0  ;move X/Y to min endstops
    ;G28 Z0     ;move Z to min endstops
    G28 ; home all axes
    G29 ; Detailed Z-Probe
    G1 X0 Y0 4000 ; home x and y
    G1 Z0 F3000 ; home z
    G92 X0 Y0 Z0 E0         ;reset software position to front/left/z=0.0
    G1 Z15.0 ;move the platform down 15mm
    G92 E0                  ;zero the extruded length
    G1 F200 E3              ;extrude 3mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F{travel_speed}
end.gcode = ;End GCode
    M104 S0                     ;extruder heater off
    M140 S0                     ;heated bed heater off (if you have it)
    M107 ; Fan off
    G91                                    ;relative positioning
    G1 E-2 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
    G1 Z+0.5                         ;move Z up a bit
    ;G1 E-4 X-20 Y-20 F3000 ;retract filament even more
    ;G1 X-20 Y-20 F3000
    ;G28 X0                            ;move X/Y to min endstops, so the head is out of the way
    G90                                ;absolute
    G1 X30 F3000 ; Apartamos Hotend
    G1 Y185.0 F4000
    M84                         ;steppers off
    G90                         ;absolute positioning
start2.gcode = ;Sliced at: {day} {date} {time}
    ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
    ;Print time: {print_time}
    ;Filament used: {filament_amount}m {filament_weight}g
    ;Filament cost: {filament_cost}
    G21        ;metric values
    G90        ;absolute positioning
    M107       ;start with the fan off
    G28 X0 Y0  ;move X/Y to min endstops
    G28 Z0     ;move Z to min endstops
    G1 Z15.0 F{travel_speed} ;move the platform down 15mm
    T1
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F200 E-{retraction_dual_amount}
    T0
    G92 E0                  ;zero the extruded length
    G1 F200 E10              ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F{travel_speed}
    M117 Printing...
end2.gcode = ;End GCode
    M104 T0 S0                     ;extruder heater off
    M104 T1 S0                     ;extruder heater off
    M140 S0                     ;heated bed heater off (if you have it)
    G91                                    ;relative positioning
    G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
    G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
    G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
    M84                         ;steppers off
    G90                         ;absolute positioning
start3.gcode = ;Sliced at: {day} {date} {time}
    ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
    ;Print time: {print_time}
    ;Filament used: {filament_amount}m {filament_weight}g
    ;Filament cost: {filament_cost}
    ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
    ;M104 S{print_temperature} ;Uncomment to add your own temperature line
    ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
    ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
    G21        ;metric values
    G90        ;absolute positioning
    M107       ;start with the fan off
    G28 X0 Y0  ;move X/Y to min endstops
    G28 Z0     ;move Z to min endstops
    G1 Z15.0 F{travel_speed} ;move the platform down 15mm
    T2                      ;Switch to the 2nd extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F200 E-{retraction_dual_amount}
    T1                      ;Switch to the 2nd extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F200 E-{retraction_dual_amount}
    T0                      ;Switch to the first extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F{travel_speed}
    ;Put printing message on LCD screen
    M117 Printing...
end3.gcode = ;End GCode
    M104 T0 S0                     ;extruder heater off
    M104 T1 S0                     ;extruder heater off
    M104 T2 S0                     ;extruder heater off
    M140 S0                     ;heated bed heater off (if you have it)
    G91                                    ;relative positioning
    G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
    G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
    G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
    M84                         ;steppers off
    G90                         ;absolute positioning
    ;{profile_string}
start4.gcode = ;Sliced at: {day} {date} {time}
    ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
    ;Print time: {print_time}
    ;Filament used: {filament_amount}m {filament_weight}g
    ;Filament cost: {filament_cost}
    ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
    ;M104 S{print_temperature} ;Uncomment to add your own temperature line
    ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
    ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
    ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
    G21        ;metric values
    G90        ;absolute positioning
    M107       ;start with the fan off
    G28 X0 Y0  ;move X/Y to min endstops
    G28 Z0     ;move Z to min endstops
    G1 Z15.0 F{travel_speed} ;move the platform down 15mm
    T3                      ;Switch to the 4th extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F200 E-{retraction_dual_amount}
    T2                      ;Switch to the 3th extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F200 E-{retraction_dual_amount}
    T1                      ;Switch to the 2nd extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F200 E-{retraction_dual_amount}
    T0                      ;Switch to the first extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
    G1 F{travel_speed}
    ;Put printing message on LCD screen
    M117 Printing...
end4.gcode = ;End GCode
    M104 T0 S0                     ;extruder heater off
    M104 T1 S0                     ;extruder heater off
    M104 T2 S0                     ;extruder heater off
    M104 T3 S0                     ;extruder heater off
    M140 S0                     ;heated bed heater off (if you have it)
    G91                                    ;relative positioning
    G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
    G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
    G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
    M84                         ;steppers off
    G90                         ;absolute positioning
    ;{profile_string}
support_start.gcode =
support_end.gcode =
cool_start.gcode =
cool_end.gcode =
replace.csv =
preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
    ;This code is added before the T(n)
postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
    ;This code is added after the T(n)
  Responder
Estoy de acuerdo contigo. Yo tenia la mia mal calibrada: El cubo de 20X20 daba 19.8X19.9, y con capa de 0.3 no habia manera de conseguir un acabado decente.

La he calibrado bien y me he pasado a capa de 0.25 y ahora es otro mundo
  Responder
Sí, es lo más complicado, dar con la tecla y conocer bien tu máquina. Si no está bien, el fileteador no hace maravillas, sólo trayectorias. Y el problema la mayoría de veces no viene por el fileteado.

[Imagen: 33.jpg]

Igual que ayer, mismas características: PLA, 0.15 de capa, a 200º

No tenía regla a mano y he puesto esa placa que me ha llegado hoy de Itead, tiene 2.5x5cm, para que os hagáis una idea de lo pequeños que son y la resolución que sacan.
  Responder
WeSo escribió:[Imagen: 31.jpg]
[Imagen: 32.jpg]

PLA, 0.15 de capa, a 200º

La calidad ha salido brutal, las paredes lisas, y lo mejor es que he impreso todas las piezas juntas (casi 6 horas) y aún con viajes y movimientos varios del extrusor, no hay ninguna capa desplazada. Eso sí, el PLA deja "pelitos" por todos lados al desplazarse :elrisas:

Joder que calidad!! que ganitas de pillar ya la impresora cago en la...
  Responder
Que diametro de punta de hotend usas?
  Responder
litoeirexa escribió:Que diametro de punta de hotend usas?
0.4mm ha dicho mas arriba
"Enseñar es aprender dos veces".
  Responder
Sip, 0.4. Para mi gusto habiendo probado 0.3 y 0.5, el que mejor relación calidad/tiempo saca, y tiene bastante margen de altura de capa Confundidois1:
  Responder
Yo uso tambien 0.4
Probe 0.3 y alargaba mucho los tiempos de impresion.
0.5 ya ni me lo plantee, pensando en los acabados
  Responder
Prueba del filamento de 3dcpi, y como no podía ser de otra forma, mi prueba típica:

[Imagen: 34.jpg]

Lo de siempre: PLA @ 0.15
  Responder
Joer con perdon, que pasada de
Calidad... Algo especial que tenga ese filamento? No lo conozco... Yo estoy esperando a ver si me llegan unas piezas para montar la nueva maquina e imprimir con filaflex...
  Responder
Es PLA normal, nada de especial. Lo que pasa que los otros que he puesto por el hilo son en blanco o en gris, y éste último precisamente no tenía aún la cama por PWM y se notaban unas bandas...
Por el color se aprecia mejor la calidad, he quedado contento por como ha salido Sisi3
  Responder
Hola,

se puede decir que me he registrado para decir... VAYA FLIPADA DE CALIDAD!

Me he gastado 1850 libras (si, libras por que soy un expatriado jajaja) en una ultimaker 2 y ver esto me flipa y sobre todo despues de llevar 4 horas para intetar hacer el Marvin de 3d Hub... que me esta llevando de cabeza.

Buen trabajo.
  Responder
Muchísimas gracias crazybird, un placer!

Me parece una burrada lo que cuesta una ultimaker 2... con ese precio te montas 4 P3Steel sin problemas :elrisas: La mía encima es marco de aluminio, aunque le puse unos tirantes para reforzar y evitar vibraciones en Z. Y también cuando solucioné lo de la cama, evité las bandas que me hacía según cogía altura el extrusor. La calidad se consigue a base de dedicarle horas y quemar plástico, y no es complicado, pese a que a veces aparezcan problemas que nos vuelven locos hasta que los solucionamos. Depende de la paciencia de cada uno y el nivel de conformismo, en mi caso bastante bajo :elrisas:

Si quieres, me puedes enviar el STL que estás imprimiendo y lo intento yo. A veces algunas piezas se nos complican por cómo están diseñadas.
  Responder
Muy buenas impresiones Weso.

Una duda: no sé donde leí que si usábamos una altura de capa de 0.15, 0.25, etc en lugar de 0.1 o 0.2 había una imprecisión debido a que no era un múltiplo redondo de la altura que sube Z con respecto a los pasos del típico motor Nema, por eso yo siempre he usado 0.1, 0.2 o 0.3, pero claro, alguna vez me ha pasado que sí que me hubiese gustado imprimir algo intermedio por esa mejor relación calidad/tiempo.

Otra cosa que veo extraña en tu config de marlin es que "wall thickness" lo tienes a 1 y eso no es un multiplo de 0.4 que sería el tamaño de la boquilla ¿No te da error? Es decir, ¿No sería lo suyo configurarlo a 0.4, 0.8, 0.12 o 0.16... etc?
  Responder
Buenas repente, y muchas gracias!

Yo siempre utilizo (o casi siempre) múltiplos de 5. En el caso de los vasos, 0.15, y de normal imprimo a 0.25 sin problemas. Así que no sabría decirte acerca de ese error, pero aparantemente por los resultados, no me da esa impresión.

En cuanto a lo de la pared tienes razón, y hace tiempo que lo puse a 0.8, pero nunca me ha fallado sinceramente. Supongo que el fileteador lo hace de tal manera que aplaste más o menos el plástico para que sea 0.5 de ancho (dos perímetros hacía) en lugar de 0.4. Vamos, que realmente el hilo de plástico que deposita no es cilíndrico, si no que está aplastado y eso hace que se pueda jugar con la anchura.
  Responder


Posibles temas similares…
Tema Autor Respuestas Vistas Último mensaje
  Extrusor bmg(clon) Ender 5 plus ArVa 1 671 03-04-2021, 11:27 PM
Último mensaje: Inderlard
  Problema con Prusa i3 MK3s Clon (SKR 1.4 Turbo + TMC2130 SPI) Alejandro2021 26 4,271 03-04-2021, 08:25 PM
Último mensaje: Simemart
  CONSULTA que impresora recomendais para dar un paso mas homesferic 0 530 08-01-2021, 12:43 PM
Último mensaje: homesferic
  CONSULTA Eje Z se levanta de más lukorely 2 858 23-07-2020, 02:33 AM
Último mensaje: lukorely
  CONSULTA Ender 3 pro Problema primeras capas mas bajas Mazaias 14 4,055 04-10-2019, 01:29 PM
Último mensaje: Simemart