Hello BeePrusa Manuale utente

USER MANUAL

TABLE OF CONTENTS
SOFTWARE SETUP
Pronterface............................................................................................................................................2
Cura 15.04..............................................................................................................................................3
BED CALIBRATION
Using Pronterface................................................................................................................................11
Using LCD ...........................................................................................................................................13
LOAD/UNLOAD FILAMENT
Using LCD (extruder 0 only).................................................................................................................14
Using PRONTERFACE..........................................................................................................................15
FIRST PRINT
Cura and SDCard..................................................................................................................................16
Pronterface and USB Cable..................................................................................................................16
GETTING STARTED WITH DUAL EXTRUSION
How to setup the offset of the extruders............................................................................................17
Set up the two extruders with the same height..................................................................................19
Steps to print with two extruders........................................................................................................21
The information on this manual was written with software running on Microsoft Windows 8.1
but the same software can be found for MAC and Linux and the same instructions may work
on other operating systems.
V7_20160126

SOFTWARE SETUP
In order to be able to control helloBEEprusa and print through the computer, you need to use
an OpenSource software that is developed by the 3D printing community.
PRONTERFACE
This software can be used to help you calibrate the print bed, load/unload filament
and do other operations.
You can download it from this link - version "Printrun-Win-Slic3r-03Feb2015":
http://koti.kapsi.fi/~kliment/printrun/
To make sure that the Pronterface is correctly configured, follow the next steps:
Go to “Settings” and select “Options”, and make sure to put these settings in “Edit settings”.
2

CURA 15.04
In order to generate G-code for printing, you can use Cura 15.04.
Please download only related versions from this link:
https://ultimaker.com/en/products/cura-software/list
Cura 15.04 screenshot
3

Before you start using this software you need to create a correct profile.
Add helloBEEprusa as a new machine on Cura 15.04
Go to "File > Machine settings" and click on "Add new machine".
Follow the next screenshots and use the same options.
Access to "Machine > Machine settings…" and compare with the following screenshot:
4

Access to "Expert > Open expert settings…" and compare with the following screenshot:
5

CONFIGURE SETTINGS
Follow these screenshots and use the same options.
6
NOTE: for ABS filament, choose Printing temperature of about 240ºC
and Bed temperature of 100ºC or more.
For PLA filament, choose printing temperature of about 220ºC
and Bed temperature of about 60ºC.

Follow these screenshots and copy the following commands.
7
USE THE FOLLOWING COMMANDS FOR START.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
;M109 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
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}
;Put printing message on LCD screen
M117 Printing

8
USE THE FOLLOWING COMMANDS FOR END.GCODE:
;End GCode
M104 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
USE THE FOLLOWING COMMANDS FOR PRESWITCHEXTRUDER.GCODE:
;Switch between the current extruder and the next extruder, when printing with multiple extruders.
;This code is added before the T(n)
USE THE FOLLOWING COMMANDS FOR POSTSWITCHEXTRUDER.GCODE:
;Switch between the current extruder and the next extruder, when printing with multiple extruders.
;This code is added after the T(n)

9
USE THE FOLLOWING COMMANDS FOR 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}
;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
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
Indice

















