Specifications

Revolution 3D Printers INFINITY 3D
8-Sep-14 8 8
MatterSlice includes very simple settings that allow you to easily refine prints. You
can create multiple configurations for changing printer setups including nozzle sizes
and desired print resolution. For ease of use we have pre-defined three Quality
Slice Settings and two Material settings in the MatterSlice program. These
configuration settings will appear when you select the INFINITY 3D printer. We
highly recommend starting with our pre-defined MatterSlice configurations for your
initial prints.
Should you choose to use another slicing software you must include the following
custom .gcode to the beginning of your slice file:
G90 ;absolute positioning
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 F900 Y60 ;move Y 60mm to miss the bed clip
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F7800
M117 [input_filename_base]; what will be displayed during print
Include this .gcode at the end of your file:
M104 S0 ;extruder heater off
M140 S0 ; bed heat off
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the
way
M84 ;steppers off
G90 ;absolute positioning