Difference between revisions of "Repetrel"

From Hyrel3D
Jump to: navigation, search
(Right Side Area, Upper)
(Right Side Area, Lower)
Line 477: Line 477:
 
Unused in the current release.
 
Unused in the current release.
  
=== Right Side Area, Lower ===
+
==== Project Composer, Lower ====
  
 
===== FIND =====
 
===== FIND =====

Revision as of 19:55, 21 December 2017

This page describes and explains the Repetrel software. To download and install the software, please see the [downloads page].

Repetrel is the name of our proprietary software which runs our equipment. It is based on an older, publicly available version of Repetier Host.

Versions

Repetrel version 2.855 was released in August, 2015, and is available [here].

Repetrel version 2.482 was released in July, 2015.

Repetrel version 1.85 was released in September, 2014.

Repetrel version 1.6 was released in July, 2014.

Repetrel version A33 was released in 2013.

Interface

The Repetrel interface is divided into three main sections: the Top Menu Area, the Left Side Area, and the Right Side Area:

Rep ov.png Rep ov2.png

These are explained in detail in the subsequent sections:

Top Menu Area

The content of the Top Menu Area is constant and always visible, and has the following buttons/menus:

Rep top.png

File

Rep file.png

The File menu (shown to the right) has the following options:

  • Open Project will open a HyProj (Hyrel Project) on a blank build area, including multiple elements as scaled/rotated/positioned.
  • Add Project will add another HyProj to the current build area.
  • Save Project will save all elements as displayed as a HyProj.
  • Save Project As will save the HyProj as displayed with a name and location of your choosing.
  • Save As has the following submenu options:
    • STL will save your currently selected STL file with a name and location of your choosing.
    • GCODE will save your currently selected GCODE file with a name and location of your choosing.
    • Job will save your...
  • Import has the following submenu options:
    • Slic3r has the following submenu options:
      • All Recipes will import All of our Slic3r recipes into their default locations, overwriting anything with the same names.
      • All Print Recipes will import our Print recipes into their default locations, overwriting anything with the same names.
      • All Printer Recipes will import our Printer recipes into their default locations, overwriting anything with the same names.
      • All Filament Recipes will import our Filament recipes into their default locations, overwriting anything with the same names.
    • STEP IGES FILE will allow you to designate a single STEP or IGES file to be loaded to be processed to generate GCODE.
    • FLATCAM FILE will allow you to designate a single Flatcam file to be loaded to be processed to generate GCODE.
  • Export will...
  • Zip and Send To USB has the following submenu options:
    • REPETREL will...
    • SLIC3R will...
    • Slic3r Recipes will...
    • Screen Shot will...
    • Project with Source Files will...
    • Screen Shot To Project Folder will...
    • Project GCODE will...
  • Email has the following submenu options:
    • Slic3r Settings will...
    • Project will...
    • Contact Manager will...
    • Screen Shot will ...
  • Open Folder Browser has the following submenu options:
    • Last Part GCODE Folder will open the directory from which the last GCODE file was opened.
    • Last Part STL Folder will open the directory from which the last STL file was opened.
    • Repetrel/Bin will open the C:\repetrel\bin directory.
    • Default Network Location will open your default network location.
    • Slic3r Recipes has the following submenu options:
      • Print Recipes will open C:\Users\Hyrel\AppData\Roaming\Slic3r\print.
      • Printer Recipes will open C:\Users\Hyrel\AppData\Roaming\Slic3r\printer.
      • Filament Recipes will open C:\Users\Hyrel\AppData\Roaming\Slic3r\filament.
  • Update Firmware has the following submenu options:
    • HotHead Controller will launch the application to flash new firmware on your 103 hothead/hotbed controllers.
    • 407 Motion Controller will launch the application to flash new firmware on your 407 motion controller.
  • Exit will close and exit the Repetrel program.

Print

The Print button will cause the printer to commence executing the first GCODE file in your tree view.

Kill job

The Kill job button will cause the printer to cancel the GCODE currently running.

Functions

Rep funct.png

The Functions menu (shown to the right) has the following options:

  • Manual Control will bring the Control Tab to the foreground of the Left Side Area.
  • UNLOCK MOTORS will disengage (unlock) the motors controlling X, Y and Z positioning, allowing for manual movement.
  • Home XY Motors will send the following commands:
    • G28 X0 Y0 - this sends the X and Y to the home position;
    • G92 X0 Y0 - this resets the home location to the current position; and
    • G0 X0 Y0 - this tells the X and Y to move to the home position (where they already are).
  • Home Z Axis does nothing at present.
  • Send Z to Zero will send a G0 Z0 command, sending the bed and/or yoke in the Z axis to the programmed Z position.
  • M7 Turn on AUX OUTPUT will send an immediate M7 command to energize the Aux Output 1 connection.
  • M8 Turn On Aux Output 2 will send an immediate M8 command to energize the Aux Output 2 connection.
  • M9 Turn OFF Aux OUTPUTS will send an immediate M9 command to de-energize both Aux Output connections.

Light

Rep light.png

The Light menu (shown to the right) has the following options:

  • Turn Light On will send two commands:
    • M672 S0, disabling any sensor=based triggering (see below), and then
    • M670 S100 command, turning on the X-Arm light.
  • Turn Light Off will send an M670 S0 command, turning off the X-Arm light.
  • X Axis Home Sensor will send an M672 S1 command, so the X-Arm light toggles when the X Home sensor is tripped.
  • Y Axis Home Sensor will send an M672 S2 command, so the X-Arm light toggles when the Y Home sensor is tripped.
  • Z Axis Home Sensor will send an M672 S3 command, so the X-Arm light toggles when the Z Home sensor is tripped.
  • W Axis Home Sensor will send an M672 S4 command, so the X-Arm light toggles when the W Home sensor is tripped. As of August, 2016, there is NO W Axis or W Axis sensor on any production model.
  • X Axis Stall Sensor will send an M672 S5 command, so the X-Arm light toggles when the X Stall sensor is tripped.
  • Y Axis Stall Sensor will send an M672 S6 command, so the X-Arm light toggles when the X Stall sensor is tripped.
  • Z Axis Stall Sensor will send an M672 S7 command, so the X-Arm light toggles when the X Stall sensor is tripped.
  • W Axis Stall Sensor will send an M672 S8 command, so the X-Arm light toggles when the X Stall sensor is tripped. As of August, 2016, there is NO W Axis or W Axis sensor on any production model.
  • M7 Output Status will...
  • Turn Off Scanner Grid Light will send an immediate M671 S0, which does nothing at present.
  • Turn On Scanner Grid Light will send an immediate M671 S255, which does nothing at present.
  • Run Scan Motor does nothing at present.
  • Stop Scan Motor does nothing at present.

Settings

Rep sett.png

The Settings menu (shown to the right) has the following options:

  • Printer will launch the Printer Settings configuration tool, which has three tabs:
    • The Printer tab allows for configuration of G0 Rapid Movement Rates, Park parameters, Home Parameters, and Actions after Job Kill.
    • The Printer Shape tab allows for configuration of Print Area, Travel Limits, Dump Area, and Custom Pulses per Millimeter settings in each axis. Most users should NEVER change these settings.
    • The Advanced tab has options for post-slicing filters.
  • Slicer Settings will actually launch the Slic3r homepage in the Web Browser tab.
  • Config has the following options:
    • Language has options for various languages.
    • Set Working Bin Directory will allow you to select a different working directory. Use with caution.
    • Repetrel general configuration allows for a few configuration changes.
    • Sound Configuration allows for audio notifications of certain events.
    • FTP allows for storage of a default FTP credentials.
  • Repetrel displays the version of Repetrel which you are currently using. The Repetrel Updates option is not presently working.
  • Email Settings allows for storage of a default email credentials.
  • Change Border Style toggles display of a window border, allowing for resizing and repositioning. Note that with the border displayed, some portions of the Repetrel interface may not be displayed.

Help

Rep help.png

The HELP menu (shown to the right) has the following options:

  • PDF tutorials has the following options:
    • 1. Hyrel_Quickstart gives a quick overview of unpacking, setting up, and printing.
    • 2. Hyrel_Intro_EMO gives a review of the first training session, including printing with the EMO-25.
    • 3. Hyrel_MK1_Single gives a review of the second training session, including printing with the MK1-250.
    • 4. Hyrel_MK1_Multiple gives a review of the advanced training session, including parallel (clone) and series (cooperative) printing with multiple heads.
  • Video Tutorials does nothing at present.
  • Maintenance Video does nothing at present.
  • Accessory Manuals has the following options:
    • Drill Mill Head Manual explains the ST1 Spindle Tool.
    • EMO 25 Manual explains the EMO-25 print head.
    • HotHead Controller Schematic - 102081_1 explains the 103 Controller Board.
    • HotHead SDK explains the Software Developer's Kit for print heads.
    • MK1 250 Manual explains the MK1-250 print head.
    • Shark V Laser Manual explains the modular laser heads.

Power Indicator, Clock

The Power Indicator shows battery charge / AC power. The Clock shows the current time.

ALARM

The ALARM button will actually force Repetrel to the background, enabling viewing of other windows.

RESET

The RESET button will initiate a soft reset of the 407 Motion Controller.

Left Side Area

The content of the Left Side Area is dynamic, changing depending on which of the Left Side Tabs you have selected:

Repl tabs.png

3D View

Repl 3d.png

The 3D View tab (shown to the right) displays a rendering of the build area above a log of selected messages. The icons to the right allow one to:

  • Rotate the view
  • Move Viewpoint (or pan) the view
  • Move Camera on the view
  • Move Object (or drag the object)
  • Zoom the view
  • Change 'Orientation of the view to:
    • ORTHO View - looking from the front and above
    • TOP View - looking from above, centered
    • Front View - looking from the front, centered
    • Back View - looking from the back, centered
    • Side View - should be looking from the side; as of 8/22/2016, looking from the top, centered.
    • Bottom View - looking from the bottom, centered
  • Use Parallel Projection
  • CSG has options for:
    • Merge - this will combine two STL files into a single STL as positioned.
    • Subtract - this will evacuate the area of one STL from another as positioned.
    • Intersection - this will generate a new STL where two others intersect as positioned.
    • Mirror - no apparent function as of 8/22/2016
  • Grid Snap has options to lock your STL dragging to discrete increments:
    • Grid Snap OFF
    • Grid Snap 1.0mm
    • Grid Snap 5mm
    • Grid Snap 10mm
    • Grid Snap 25mm
  • Visualization Settings has options to configure your visualization:
    • Show Print Bed
    • Set Print Bed Color
      • Set Background Color
      • Set Selected Object Color
      • Copy Image to Clipboard

Beneath the 3D View main window is a text window, where certain events are displayed. Right-clicking on this text window provides the following options:

  • Copy
  • Paste
  • Cut
  • Clear All Text
  • Show/Hide ToolBar
  • Show/Hide Event Log Settings Box, which will allow you to specify where and in what format log files are spooled. Double-clicking in the settings area returns the standard text window.
  • Save Highlighted Text to File
  • Save to default File... (location/name)
  • Start File Stream to... (location/name)
  • Stop File Stream to... (location/name)
  • Apply Settings As Power On Default
  • MoveTextToBuffer

Control

Repl ctrl.png

The Control (formerly Manual Control) tab (shown to the right) has Top and Bottom halves; each half has multiple side tabs. The first tab displayed, the Manual tab (Top) and the Head CTRL tab (Bottom) are the primary tabs. The other Top Tabs (Advanced, Table, and Debug) are only used in testing at present. The other Bottom tab (Temp Plot) is used by some users.

Motion

The Motion side tab, in the top portion of the Control tab, deals with manually directing the X/Y/Z motion of the printer, and manually setting the Z-Zero position.

Repl ctrl motion.png

  • The Positioning Data will display the current relative and absolute positioning. This is used when calibrating the head offsets.
  • The Tan X arrows will move the bed by the displayed distance, in the displayed direction.
  • The Blue Y arrows will move the yoke by the displayed distance, in the displayed direction.
  • The Green Z arrows will move the bed by the displayed distance, in the displayed direction. Note, this will not be allowed to exceed the user-set (or default) Z-Zero setting. See the Z Calibrate entry, below.
  • The Home X-Y button will send the yoke and bed to the home positions.
  • The Park XY button will send the yoke and bed to your preconfigured Park location. Note, this merely adds a set amount to your current location, and the unit should always be homed (Home X-Y) before being Parked.
  • The Fine Move button will change the X/Y/Z arrows to use smaller distances for fine tuning offsets.
  • The Z^^0 button will send the bed up to the user-set (or default) Z-Zero setting. See the Z Calibrate entry, below.
  • The Enable Z Calibrate button will enable the Yellow SET Z arrow, below. This should only be enabled when actually setting the Z-Zero.
  • The Yellow SET Z arrow will allow the bed to move up past the current Z-Zero position, AND it will set a new Z-Zero position at the Z location to which you move the bed.
Advanced

The Advanced tab has some test and experimental settings, and should not be used.

Table

The Table tab has some legacy information which is now properly viewed on each head, and should not be used. See #Head_CTRL

Debug

The Debug tab has some test and experimental settings we use during production, and should not be used.

Head CTRL

The Head CTRL side tab, in the bottom portion of the Control tab, deals with manually setting or changing the data on the modular heads. These shots are taken from the display of an MK1-250 head:

Headdata mk1-250.png

  • The numbers shown in blue represent the current Temperature in degrees Celsius. If this shows XXX or a very unrealistic temperature, it means your head either has no RTD (thermal reading device), or is set as the wrong type of RTD. The temperature also acts as a "first" (2.855 and earlier) or "previous" (newer versions) page button, depending on the release.
  • To the right of the temperature is a Right-arrow, which will allow you to page through the data on the head.
  • MK1 is the first page displayed on a head flashed as an MK1-250.
    • The first box is the Temperature box, which when not engaged, will show as green, displaying 0 degrees with an "OFF" icon; and when engaged will show as yellow, displaying the default temperature with an "ON" icon.
    • The second box is the RUN box, which, when not engaged, will show as green, displaying the word "RUN" and a grey motor icon; and when engaged will show as yellow, displaying the default manual speed (typically 500 pulses per second), and arrows on the motor icon.
    • The third box is the FAN (or, on some heads, crosslink) box, which when not engaged will show as green, displaying the word "OFF" and a fan icon; and when engaged will show as yellow, displaying the duty cycle of the fan (or LEDs), and a circle around the fan blades.
  • Material is the second page dipslayed.
    • The first item will show "ABS>235" or some other setting (including "CUSTOM"), indicating the Default Material and temperature selected.
    • The second item will show what Color the temperature plot will render for this head.
    • The third item will display the presently set Nozzle Diameter for the head. 'It is critical for proper flow calculations that this number is accurate.'
    • The fourth item will display the default Layer Thickness in mm. This will later be overwritten by gcode.
  • Temp Info is the third page.
    • Print Temp shows the default temperature to which the head will be set, should you manually turn it on. On print jobs, this should be overwritten by gcode.
    • PwrFactor should normally be set to 100 percent.
    • MIN and MAX should list the safe operating range of the head as programmed.
  • OverRides is the fourth page.
    • Pulses/nl should actually be "Pulses per Ten Nanoliters" by definition; this defines how many pulses to the motor will advance ten nl of material. 'It is critical for proper flow calculations that this number is accurate.' Unless you are using oversized or undersized filament, you should not have to adjust these numbers.
    • The Clone Head button will cycle through options to clone (duplicate the work of) any of the other three heads, as well as a "Clone Off" mode. This allows multiple heads to simultaneously execute gcode written for a single head.
    • The Material Flow Rate Multiplier' allows for an easy, LIVE, percentage-based increase or decrease to the flow calculations. 1.000 is the default; 1.05 would generate 5% more flow.
  • Prime is the fifth page. We define a Prime as an advance of material whenever transitioning from a non-printing move to a printing move. It can be customized for your particular material as follows:
    • Steps means how many steps or pulses the feed motor will be advanced during a Prime move.
    • The RATE at which the Prime will occur should normally be 10,000 (pulses per second).
    • The Dwell Time in milliseconds indicates how long after the Prime has begun before the flow rate of the next move should be engaged.
    • # Primes After Tool change allows for multiple cycles of Priming after this tool is reactivated by a tool change command.
  • UnPrime is the sixth page. We define an UnPrime as a retract of material whenever transitioning from a printing move to a non-printing move. It can be customized for your particular material as follows:
    • Steps means how many steps or pulses the feed motor will be retracted during an unPrime move.
    • The RATE at which the UnPrime will occur should normally be 10,000 (pulses per second).
    • The Dwell Time in milliseconds indicates how long after the UnPrime has begun before the flow rate of the next move should be engaged; as the following flow rate is zero (for the non-printing move), this number is immaterial.
    • # Unprimes B4 Tool change allows for multiple cycles of UnPriming before this tool is temporarily deactivated by a tool change command.
  • offsets is the seventh page. This is where we can set a Master head (for cloning), as well as set the tool offsets for heads which work cooperatively on the same print. This can be on different stls which print together, as well as support material from another head.
    • Setup As Master will home the bed and yoke, and set the selected head as the Master head for potential Clone heads.
    • X is where you can set or read the X offset in mm for a Clone head from the Master head.
    • Y is where you can set or read the Y offset in mm for a Clone head from the Master head.
    • Z is where you can set or read the Z offset in mm for a Clone head from the Master head. In all cases using print heads only, this should always be zero. The Z offset is used for the milling and lasing tools.
    • GOTO X/Y will send the head to its offesets.
    • Grab will grab the currently displayed offsets for this head.
  • Head Info is the eighth page.
    • Model shows with what model choice the current head is programmed
    • RTD Type shows what RTD Lookup tables should be used. This should be "1Meg" for older heads and "1k PLAT_RTD" for newer (Dec 2015 and later) heads.
    • Motor Current should be set to High
    • Step Mode' should be set to Sixteenth
  • Soap String is the ninth and final page, and it is from here that you can store or discard any changes you've made.
    • Right-clicking on the Flash button will allow you to flash the displayed values to the head as new defaults going forward
    • The Soaper Ref data is sometimes helpful in debugging issues
    • The Reset button will re-read data from the head, discarding any change you've made
    • The READ button will display the device type, hardware and software versions, and key data from the head.
Temp Plot

The Temp Plot side tab, in the bottom portion of the Control tab, allows users to view heating and cooling data. Right-clicking on the plot area will give a menu allowing for various options, including saving the data, opening previously saved data, and toggling on/off set points, actual temperatures, and duty cycles.

Pictures

asdf

Web Browser

Since the Repetrel interface takes up the entire tablet screen, there is a built-in web browser to allow reference or other pages to be loaded.

Aux Editor

The Aux Editor tab provides numerous functions:

  • Print GCode is where selected messages from the slicing log are displayed, including any errors.
  • AUX EDITOR is a workplace where you can paste, edit, and copy gcode or other text.
  • G-Code Dictionary lists our G- and M- Codes, with examples and descriptions. This file is also readable by opening C:\repetrel\data\G-Code dictionary.csv in any spreadsheet or CSV editor.
  • snapped picture is where the latest image captured through the Camera tab or an M790 is displayed.

Help

This is where any videos or PDFs selected from the HELP menu will be displayed.

Slic3r

The Slic3r tab is where the Slic3r interface will be loaded, either for editing recipes or configuring multi-stl, multi-head prints.

Programs

This is where the paths to various programs are stored, so that external calls from Repetrel may be made.

Right Side Area

The content of the Right Side Area is dynamic, changing depending on which of the Right Side Tabs you have selected:

Repl left tabs.png

Project Composer, Upper

The top of the Project Composer tab has a menu; the middle has a project tree view on the left and a set of tabs on the right, and the bottom has a set of side tabs, which we will visit in more depth below.

OffSets
Offsets.png

The Offsets tab allows the user to:

  • Position (Offsets zone) the selected model in the X, Y, or Z axis.
  • Scale the selected model with the aspect ration maintained (default), or individually along the X, Y, or Z axis.
  • Rotate the selected model about the X, Y, or Z axis.

Note:

  • The mm button will toggle the scale between 0 and 24.5, for easy switching between inches and millimeters.
  • The target button will roughly center the 0,0 point of the model on the bed, with the lowest point flush to the bed.
  • The down arrow button will realign the object so that the lowest point is flush to the bed.
  • The lock XYZ button will ensure that scaling is applied equally to all axes.
  • The 15 Deg button indicates that the + and - buttons will increment the rotation by 15 degrees with each click.
  • The 'double up' and 'double down' arrows affect the selected object's positioning in the highlighted axis.
  • All of the up/down arrows next to numbers will increment that value by one with each click.
Slicer
Slicer.png

The Slicer tab is where we select the recipes with which to slice the model, or convert it into layers of gcode. It also has an "Edit Recipes" button, which launches the recipe configuration tool.

  • The Edit Recipes button will launch the Slic3r configuration tool, where recipes can be viewed, edited, and saved.
  • The Save As Default button will make the currently displayed recipes defaults for the interface.
  • The Print: dropdown menu is used to select the Print recipe, which defines the physical placement of material, including: the number of solid top and bottom layers and perimeters in the XY plane; the infill pattern and density; the print speed; which heads do which portions of the print (if slicing for multiple heads); and the extrusion width (how far apart the paths should be centered - normally the nozzle diameter plus 10%; and other parameters.
  • The drill-laser recipe box allows the user to select a series of saved parameters for converting files to gcode for a laser or spindle tool; this is superceded by the Prams tab.
GCODE
Gcode.png

This is where the actual gcode file currently selected in the tree view is displayed, and can be edited.

Note that when a job is started, this gcode is coped to a protected location, and any changes made during a print will not affect the present print, but will affect future prints. These changes are not automatically saved to disk, so please do so manually (right click and select a file name and location) if you want to save any changes.

Also, you can right-click in the gcode window and insert modifications at the point of the cursor (like "change fan speed to..."), as well as clicking on the Edit menu and selecting options including inserting a raft and making a tool change.

If multiple gcodes are open in the tree view, this will display the one highlighted (in green) in the tree view. If multiple gcodes are in the tree view at the start of the job, they will be executed in the order displayed.

Prams
Prams.png

The Prams tab allows the user to customize the parameters used to convert a simple dxf file into gcode for the laser or spindle tool.

  • Under the word Parameters is a dropdown box for selecting the type of tool for which we are slicing.
  • The Head# box allows the user to select which head (tool position) will be executing this gcode.
  • Auto Drill Code is presently disabled.
  • ZUp controls how much distance should be introduced for non-printing moves (so the bit does not drag through material which is to remain during "non-printing" (or "non-milling") moves.
  • ZDown is presently unused.
  • Feed Rate is the linear travel speed in the XY plane (just like when printing) in mm/min.
  • Diameter is the diameter of the bit being used. This is needed so that positioning will be offset, allowing the edge of the tool to remove the proper amount of material.
  •  %Power is the percent of full power at which the drill or laser should operate.
  • Tool Change XYZ specifies the movement during tool changes.
GCODE Visual

Unused in the current release.

MISC

Unused in the current release.

Raw Text

This is where Drill/Mill gcode is temporarily written. These contents are used with the Zebra Print function.

The Raw Text window shouldn't list any starting or ending gcode, as this will be repeated on each Zebra Print layer.

Zebra Prints
Zebraprints.png

This takes one layer of gcode and generates a multi-layer gcode file, repeating the current pattern (displayed in the Raw Text tab) in the number of cycles the user configures.

  • Create Extrusion from Raw Text will use the parameters displayed to generate a multi-layer print from your single layer gcode in the Raw Text window.
  • RT Code is always enabled.
  • The Head 1 number determines how many layers from this head per cycle.
  • The Head 2 number determines how many layers from this head per cycle.
  • The Head 3 number determines how many layers from this head per cycle.
  • The Head 4 number determines how many layers from this head per cycle.
  • The # Zebra Cycles number determines how many cycles of the above pattern will be repeated.
  • The Zebra Layer Height number indicates the layer thickness of all layers.
  • The Lead In X Start is the X-axis offset for positioning the gcode.
  • The Lead In Y Start is the Y-axis offset for positioning the gcode.
  • The Circle Edge X Start...
  • The Circle G2 Radius...
Pick_Place

Unused in the current release.

Fixture Helper

Unused in the current release.

G54-59

Unused in the current release.

Project Composer, Lower

FIND
VIEW
TEXT
G0-G1
Copies
HELPER
EZ Print

Comm Link

asdf

Camera

asdf

Live Video
Capture Picture
Live Canny
TabPage4
TabPage5

3DVisualSettings

asdf

STL Visual Settings
GCODE Filament Colors / Materials