Вы находитесь на странице: 1из 47

Depurar y Imprimir

catalogar

Depurar y Imprimir ............................................... .................................................. ......................................... - 1 - Catálogo


.............................................. .................................................. .................................................. ... - 1 - 1 Connect y software
........................................... .................................................. ............................... - 4 - 1 Introducción al Software
............................................ .................................................. .........................- 4 - 2 Conecte la impresora al PC .................
.................................................. .................................................. . - 4 - 3 Repetier and control
printer............................................................................................................ - 5 - 1 Software
Installation................................................................................................................. - 5 - 2 Language
Settings.................................................................................................................... - 6 - 3 Printer
settings...........................................................................................................................- 7 - 4 Connect the
printer................................................................................................................... - 8 - 5 Panel
Introduction..................................................................................................................... - 8 - 6 some important
command..................................................................................................... - 12 -
2 Leveling and printing............................................................................................................................ - 19 -
1,make leveling..................................................................................................................................- 19 -
2,Start printing....................................................................................................................................- 23 - 1 Feeder
filament........................................................................................................................ - 23 - 2
Slice...........................................................................................................................................- 27 - 3 slice
setting.............................................................................................................................. - 29 - 4
printing...................................................................................................................................... - 33 -
3 Marlin...................................................................................................................................................... - 35 - 1
Arduino.............................................................................................................................................- 35 - 2
Marlin............................................................................................................................................... - 35 - 1 Open
marlin............................................................................................................................. - 35 - 2
settings..................................................................................................................................... - 36 - 3 Upload
Firmware.....................................................................................................................- 37 - 4 Offline
printing........................................................................................................................................- 39 -
1 load the model................................................................................................................................ - 39 - 2
slice.................................................................................................................................................. - 40 - 3 Export Gcode
file............................................................................................................................- 41 - 4
Copy................................................................................................................................................. - 42 - 5
Printing.............................................................................................................................................- 42 - 5 Heated
bed.............................................................................................................................................- 43 - 6 Problem and
advice.............................................................................................................................. - 45 -

-1-
thank you for your kind support to choose our product! when you use the

printer,meet some problems, pls contact us. Amazon aftersale email

1:dapengqian@126.com Other email:rose@flsund3d.com Technical Support

skype 1:wangbo5111 Technical Support skype 2:oldjiawei Yin whatsapp

:008613183017642

1,If you are satisfied with kossel 3d printer kits,please leave a positive feedback to us,thank you so much for your

kindness.

2,If you are not satisfied for any reason,please contact us before leaving a negative feedback(any negative

review no longer

be changed again),we will work together with you to help you solve any problem until you are satisfied.

-2-
Important Note

A,when use switch power supply,If your country AC voltage is 220V,pls choose 220V;if it’s110V,pls choose 110V,there is
one adjust button on the switch power supply.

B, when heating the nozzle or printing,for the fan which cooling heat sink,guarantee it working,if not,pls stop heating and
printing.

C,when first printing or when you are not familiar to the printer.we recommend you not set Reverse filament,to avoid the
nozzle block. And when you are familiar to the printer and understand it well, you could make the advanced settings.

D,the temperature is a important parameter, for PLA filament, the working temperature is 200 ℃- 210 ℃, you could adjust
it,and the temperature should not too high.too high temperature maybe lead to Nozzle clogging.

-3-
1 Connect and Software
1 Software Introduction
Need software as follows: A: arduino, it’s the firmware working environment. B: Marlin, it’s the firmware,it’s program to run

printer working,need flash firmware to motherboard. C: RepetierHost, it’s also PC software,can control the printer,can slice

the model, when printing,it’s good to use.

2 Connect printer to PC

Install the driver. copy the file in the sd card to PC. open the file ” CH340G_USB toTTL driver”–“CH340G_USB
driver”-“DRVSETUP64”(64-bit system) or “SETUP”*(64-bit system).

Check Device Manager, will find the hardware

-4-
If the PC can not find the hardware.pls check out the file “Solve streamline Version Windows 7,Can not install d river
issue”.do as the file show.

3 Repetier and control printer 1

Software Installation
The repetier is software to control the printer,so need install it first.

Install the “software,setupRepetierHost_1_0_6”, the software could be download on the


link:http://www.repetier.com/download/

About the more info about the Repetire, pls go the the link :
http://www.repetier.com/documentation/repetier-host/

-5-
2 Configuración de idioma

Configurar el idioma, configuración, Lenguaje y elegir el idioma traje.

-6-
3 Ajustes de la impresora

EN la forma impresora, seleccione la impresora Classic, el hogar X es 0, el hogar y es 0, el hogar Z es 0. El ajuste como el pictrue
seguimiento.

-7-
4 Conecte la impresora

afer conectar

5 Panel Introducción

-8-
-9-
- 10 -
- 11 -
6 algún comando importante

Controlando la impresora por repetier, después de abrir repetier, seleccione el puerto correcto y haga clic en conectar. La interfaz repetier es como

este

abierta “barra de comandos” en lo que podamos comando de entrada. Haga clic en Modo Fácil barra de comandos abierta , puede comando de entrada en la

barra de comandos. Entonces haga clic en Activar registro, La barra de información aparece debajo de la repetier interface.can leer información sobre la

impresora en la barra de información.

- 12 -
(1) G28 ---- todos eje ir a casa
In the repetier letters are case-insensitive,G28 also can be used.but in simplify3D,only can use capital letters .The
other command is the same

Send g28,in delta 3D printer all axis rise and hit limit switch ,then stop at the highest position.

G28 is same to this icon

(2) m114----check the current coordinates of the nozzle


input m114 and send ,can see the current coordinates of the nozzle in information bar.

- 13 -
This coordinate is the coordinates of the nozzle after the home,x y z axis coordinate all are 0.
(3) g1 x_ y_ z_----move nozzle to targeted coordinate
For example ,input g1 x20 y20 z20,the nozzle will go to coordinate x y z(20 20 20)

- 14 -
After we send this command ,we can view coordinate of nozzle now.

It’s ok to move only one or two axis Eg: g1 z0 — x and y keep previous coordinate,z coordinate arrive to x 0,this arrive the
lowest bottom; g1 x20 — y and z keep previous coordinate,x coordinate will arrive to x 20; g1 x20 y10 — z keeps previous
coordinate,x coordinate arrive to x 20;y coordinate arrive to y 10; g1 y15 z30 — x keeps previous coordinate,y coordinate
arrive to y15; z coordinate arrive to y 30.

(4) M119----check the status of the switch.


The switch status is important directive,when meeting the motor moving problem,can check the switch status to search
problem.
When hit the switch,it shows TRIGGERED;if not touch, it shows open.

- 15 -
When send g28,the nozzle will go home,then send m119 It show: x_max

TRIGGERED
y_max TRIGGERED
z_max TRIGGERED.

- 16 -
If the nozzle is at the middle air,not hit any limit switch,all four switch show open. It show: x_max

open
y_max open
z_max open

(5) m302----manual control extruder motor


Before manual control extruder motor ,need heat nozzle to targeted temperature and can melt filament.this step is to
prevent the extruder run at cold status, then input 302.

Important note:if use M302 code, must guarantee the nozzle temp reaach 175 ℃。
If can not reach 175 ℃, the extruder can not run. !!!

- 17 -
When heating the nozzle ,first input m302 and send ,and then click extrude,we can see extrude motor run ,and filament
come out from nozzle(if you have installed filament)

- 18 -
2 Leveling and printing

1,auto-leveling

Before auto-leveling,the nozzle need go home first,and the bed should be horizontal.in order to keep the bed is
horizontal,can make the four knurled nuts is align with the M3*35 screw.

- 19 -
In repetier,the auto-leveling command is G29,

If use LCD display,Prepare-->Level bed,the printer will doing auto-leveling.

- 20 -
Después de nivelación automática, al imprimir, puede que aparezca dos situación, uno es rayar la plataforma, otra es mantener lejos a
platform.need ajustar el valor de compensación de la aguja, a continuación, el flash de la firmwre nuevo. Encontrar el valor de compensación, pls
leer tercer capítulo Marlin. En Marlin, encontrar “ Z_PROBE_OFFSET_FROM_EXTRUDER “El valor predeterminado es -1.2.

- 21 -
Si rayar la plataforma, aumente el valor, por ejemplo. si antes es -1.2, puede adaptarse a
- 1,3; -1,4; 1,5, hasta que puede pegarse en la plataforma.

- 22 -
Si mantener lejos de la plataforma, reducir el valor, por ejemplo. si antes es -1.2, puede adaptarse a
- 1; -0,8; -0,6, hasta que puede pegarse en la plataforma.

2, la impresión de inicio

filamento 1 alimentador

Antes de imprimir, conecte USB y fuente de alimentación, filamento se alimentador.

- 23 -
- 24 -
- 25 -
- 26 -
2 rebanadas

La impresora 3D sólo puede identificar los archivos de código G, por lo tanto necesitan rebanada en primer lugar, transferir el archivo STL de archivo g-código.

- 27 -
- 28 -
ajuste de 3 rebanada

- 29 -
- 30 -
- 31 -
cuando la primera impresión o cuando usted no está familiarizado con el printer.we recomiendo que no establece filamento inversa, para evitar la

boquilla block.All estos stting durante 0, que no significa revertir filamento cuando se imprime. Cuando esté familiarizado con el trabajo de impresión,

podría añadir para ajustar la inversa.

Las imágenes de arriba muestran sólo algunos parámetros clave de configuración cuando rebanada, alrededor de más información sobre el software slic3d, pls ir

al enlace de la siguiente manera.

http://manual.slic3r.org/intro/overview

- 32 -
4 impresión

Completa en rodajas, podría iniciar la impresión, haga clic en el “Inicio impresión”, se imprimirá el modelo, el avance de la impresión pantalla del panel.

- 33 -
- 34 -
3 Marlin
1 Arduino
The marlin is the printer program which run the printer,it’s also named firmware. Arduino is an working environment
for firmware, only installing the arduino on PC,then can open marlin and flash program to board, if you are not familiar
with the software,pls don’t change any parameters,thank you.

2 Marlin

1 Open marlin

open marlin, if it’s compressed file,must unzip it.


find the icon green color,this format is “ino”, click and open it in arduino.

- 35 -
2 settings

Firmware could only be upload succeed when the settings like the above Go to tools >
board >arduino mega 2560 Go to tools > port, select the COM port Go to tools >
programmers > USBtinyISP

- 36 -
3 Upload Firmware

Click the 上传( Upload ) button to upload the Marlin Firmware Sketch to Kossel Mini Controller Board. Once upload
successful, message “Done”.

pls disconnect repetier when flash firmaware !!!

- 37 -
- 38 -
4 Offline printing
1 load the model

- 39 -
2 slice

- 40 -
3 Export Gcode file

- 41 -
4 Copy

Copy the Gcode file to SD card and insert the SD card into LCD

5 Printing

See “print from SD”,choose it and press

See the Gcode file”test model”,choose it and press,then start printing

- 42 -
5 Heated bed
if use PLA filament,no need open heated bed.
If use ABS filament,need open heated bed, set the heated bed temp 85-100 ℃
Must connect heat bed line to board heated bed sensor to board.
If use repetier to control the printer, can see heated bed choose,can set heated bed temp.

If can not find heated bed choose,only show as the follow pictrue

- 43 -
Pls open the firmware,find the word “#define TEMP_SENSOR_BED 0”,Modify 0 to 1,then be “#define TEMP_SENSOR_BED
1”.after this,flash the firmware to board again,then can see the heated bed choose.

- 44 -
6 Problem and advice
1. The computer can not install arduino and other software

this situation often occur in the windows10, you can download Arduino1.6.1 online, pay attention to the correct version.

2. The computer cann’t installed the drive

first enter the device manager to find the port item, double-click the unknown device port (unplug the motherboard, the

port disappears, connect the motherboard, the port appears, the port is the printer port), click the 'update driver' button, then

click find the driver software the computer ', and then in the' Browse 'to find your driver address, the next step, that’s ok.

If you connect the motherboard and computer, in the device manager port, nothing did appear, there may be a problem

with the motherboard, please contact us

3.marlin upload failed

Marlin toolbar configuration may be wrong, the board (2560), processor (2560), port (2560), programmer (USBtinyISP)

need to select the right Repetier connection is not disconnected

Arduino don’t be installed on right location ,don’t be installed in C drive arduino version

wrong, the correct version is 1.6.1

4.repetier interface nozzle temperature is 0, the display shows "MINTEMP"

Nozzle temperature sensor / white line in the motherboard slot inside the loose, another direction to tighten

puede ser la línea de línea de temperatura de la boquilla / blanco se rompe, se mide con un multímetro, la resistencia es 100 K, también se puede

insertar el sensor de temperatura del lecho caliente en la ranura de sensor de temperatura de la boquilla para comprobar.

5. No existe ninguna función de calentamiento para la cama caliente

No hay función de calefacción para el lecho caliente en la interfaz repetier, o 0 para el lecho caliente repetier modificar los parámetros de

Marlin en la cama caliente y luego subir (consulte las instrucciones adjuntas)

6 cama caliente no se puede calentar

si el sensor de temperatura no puede leer el semillero temperatura no se puede calentar, se puede utilizar un multímetro para comprobar la

línea blanca es normal o mediante el intercambio de la prueba de línea blanca boquilla

si hay un problema con la fuente de alimentación no se puede calentar el lecho caliente, entonces se puede detectar si la tensión de

salida de alimentación es de 12V por un multímetro o si la luz indicadora de encendido

- 45 -
brillar (la premisa es asegurar que el voltaje de estado del cliente es de 220V)

puede ser un lecho caliente se rompe, cama caliente directamente conectado a la fuente de alimentación para comprobar si se puede calentar

placa base puede ser un lecho caliente ranura se rompe, con un multímetro para detectar si la tensión es de 12V

7. La cama caliente puede ser calentada pero no llegar a la temperatura especificada

En circunstancias normales puede ser calentado por debajo de 100 grados, y no puede contener más de 100 grados es la potencia de la

corriente / potencia es demasiado pequeño, se puede recomendar a los clientes a cambiar una mayor corriente / potencia, como 12V / 30A

muy baja temperatura no puede alcanzar, tal como 50 grados, 70 grados, 90 grados este es el problema cama caliente, puede

conectado directamente cama caliente y el poder de detectar.

8 El motor no funciona o no funciona correctamente

Cuando entrar G28, hay motor no funciona / el eje no se levanta, puede ser el eje anterior / correspondiente al interruptor de límite está

roto, manual de entrada de interruptor de cierre M119 Si repetier la siguiente barra de información siempre muestra "activa" / don'

pantalla t "abierta" Entonces este interruptor es malo, o utilizar un multímetro

para probar si el interruptor en la ranura de la placa tiene una tensión de salida 5V

puede preguntar al cliente si la otra función de la máquina es normal, tales como G28, ventiladores, cabezal de calentamiento, si sólo G28 se

pueden utilizar, otras instrucciones no se pueden utilizar, puede ser el uso de una versión diferente de la repetier, la versión correcta es 1,0 0.6

Indicador LED en el tablero no brilla, sí muestra se ilumina la placa base sin tensión, por lo que puede ser el problema

de placa

medir el voltaje de salida de la fuente de alimentación, si la tensión de salida es de 12 V, que es normal, no hay tensión de

salida o tensión de salida es baja hará que el motor no funciona.

vibración del motor, mucho ruido, esto se debe a la tensión del motor no está bien, se puede medir el voltaje en el puerto de la

placa, 0.5v es normal, también puede medir el voltaje de salida de fuente de alimentación, la tensión de salida hará que esta

situación .

Extrusora no funciona, en la interfaz repetier, es necesario introducir M302. Si la extrusora no se enciende durante la

impresión, puede no haber tensión en el puerto de la placa, o el motor está roto.

Si no es eficaz que puede volver a subir la aguja

9. cuestiones de nivelación
- 46 -
If auto leveling starts in mid-air, it is because the auto-leveling limit switch is not plugged in or broken. Input M119 Check

repeteir information bar z min switch status, open normal / triggered is not normal, may be effector are not flexible ,After

switch be triggered can not be rebound to the initial position of the effector, switches may be broken (regardless of whether

the switch is triggered or not "Triggered" means the switch is broken

If when leveling you found the center of hotbed is higher than around, because the nozzle is not caused by the surface

movement, you can modify the marlin to change the curvature. See the leveling tutorial for more information

10. Printer filement are not discharged

may be filement in the nozzle blocked, then open the nozzle to inspect

Puede ser que el filamento está atascado en la extrusora, comprobar si el filamento es demasiado ancho para hacer que el filamento no puede pasar a

través de la extrusora.

Comprobar si el extrusor está funcionando normalmente, y al mismo tiempo, sentir si el consumible en la entrada de la

alimentación está en.

Compruebe la configuración de parámetros repetier (consulte el manual de instrucciones)

- 47 -

Вам также может понравиться