Difference between revisions of "How do I..."

From Hyrel3D
Jump to: navigation, search
(How do I change the home location?)
(Replace the Fuse)
(26 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
== How do I run a different language? ==
 
== How do I run a different language? ==
  
<span style="color: red;">'''YOU DON"T - IT WILL BREAK REPETREL!'''</span> You can change the language of repetrel, but if you operate the computer on another language the "," and "." will be wrong and nothing will work. Trust me.
+
<span style="color: red;">'''YOU DON'T - IT WILL BREAK REPETREL!'''</span> You can change the language of repetrel, but if you operate the computer on another language the "," and "." will be wrong and nothing will work. Trust me.
 +
 
 +
 
 +
== How do I set Z-zero on Multiple Heads? ==
 +
 
 +
Please watch this video: https://www.youtube.com/watch?v=IQscrgv6uaQ
 +
 
 +
If you still have questions, contact Davo.
  
 
== How do I change the home location? ==
 
== How do I change the home location? ==
Line 109: Line 116:
  
 
5. Profit!
 
5. Profit!
 +
 +
== How do I move a Project? ==
 +
 +
# Zip up the contents of the C:/RepetrelProjects folder
 +
# Move it to a new computer
 +
# Unzip it in the C:/RepetrelProjects folder
  
 
== How do I hand-code a test pattern? ==
 
== How do I hand-code a test pattern? ==
Line 155: Line 168:
  
 
'''[[T_v4|Always refer to the correct chart for your T commands and T variables!]]'''
 
'''[[T_v4|Always refer to the correct chart for your T commands and T variables!]]'''
 +
 +
== How do I pick the right recipes for this head? ==
 +
 +
The recipes are not head-specific.
 +
 +
# Pick (or create) a PRINT recipe with the proper nozzle inner diameter, layer thickness, and other physical properties that you want in your output.
 +
# Pick the PRINTER recipe that matches the printer type, tool position, and type (heated or unheated) head that you will print with.
 +
# Pick the EXTRUDER ONE FILAMENT recipe that matches the temperatures you wish to print under.
 +
 +
== How do I dispense a Specific Amount? ==
 +
 +
Because sometimes folks just want to dispense a set number of microliters.
 +
 +
Remember, the links on the left can take you to frequently-sought pages.
 +
 +
=== Dispense 1000 uL ===
 +
 +
To dispense 1,000 uL, you can press the "Dispense 1000 ul" button on the OverRides page:
 +
 +
[[File:OverRides-2022.png|100px]]
 +
 +
But if that's not working... read on.
 +
 +
=== Prime (some) uL ===
 +
 +
Another option: you can read the Pulses/ul value (in this case, 65) and put it times (however many uL you want) in the Steps field of the Prime page (where 3000 is shown here) and then click "PRIME NOW!!!":
 +
 +
[[File:Prime-2022.png|100px]]
 +
 +
=== M722 (Prime) ===
 +
 +
Another option: you can get your values like above, but go to the Aux Editor > AUX EDITOR tab and type the M722 (Prime) command in: '''M722 E65000 T12 I1''' and then execute it with a right click:
 +
 +
[[File:Send-M722.png|600px]]
 +
 +
For more about this command, see [[Gcode#M722_Set_Prime_Values]]
 +
 +
=== M723 (Manual Extrusion) ===
 +
 +
Another option: you can get your values like above, but go to the Aux Editor > AUX EDITOR tab and type the M723 (Manual Extrusion) command in: '''M723 E65000 T12''' and then execute it with a right click:
 +
 +
[[File:Send-M723.png|600px]]
 +
 +
For more about this command, see Gcode#M723_Set_Manual_Flow
 +
 +
== How do I configure for mixing materials? ==
 +
 +
We have various ways of mixing materials.
 +
 +
Please tell me:
 +
 +
# How many separate parts do you need to mix?
 +
# Are they at ambient temperature, heated, or cooled?
 +
# Are they roughly the same viscosity?
 +
# What is the total volume of each part?
 +
# Fixed or changing ratios?
 +
# Static or active blending?
 +
 +
This will help me guide you to the best configuration for your materials.
  
 
== How do I understand these v4 errors? ==
 
== How do I understand these v4 errors? ==
Line 161: Line 233:
  
 
Our newer recipes, available from '''[[Slicing]]''', includes these commands for single-head prints. If you have moved into multi-head prints and need assistance in specifying this info, please contact Davo for some instruction.
 
Our newer recipes, available from '''[[Slicing]]''', includes these commands for single-head prints. If you have moved into multi-head prints and need assistance in specifying this info, please contact Davo for some instruction.
 +
 +
=== ERROR_TX_QUEUE_FULL ===
 +
 +
This means that between your print speed, nozzle width, and layer thickness, we can't spin the dispensing motor that fast.
 +
 +
Solution? Change the motor to 1/2 step mode (vs 1/16 step mode) and divide the pulses per microliter by 4. Also divide the prime/umprime steps and time by 4. Save changes.
 +
  
 
=== Missing Tx Argument ===
 
=== Missing Tx Argument ===
Line 203: Line 282:
  
 
If you slice your STL and get "NAN" errors, these mean "Not A Number", and mean that your STL file wasn't completely manifold - the software could not determine, logically, the division between "solid" and "void" space. This is often caused when software intended for rendering things on-screen lack the precision to model for additive manufacturing. Many times this can be corrected by using MeshLab (or another program) and healing the model - ensuring that all the intersections for the triangular mesh of the STL line up, forming an "air tight" mesh. See https://www.youtube.com/watch?v=eLGIRAgLz4w for instructions.
 
If you slice your STL and get "NAN" errors, these mean "Not A Number", and mean that your STL file wasn't completely manifold - the software could not determine, logically, the division between "solid" and "void" space. This is often caused when software intended for rendering things on-screen lack the precision to model for additive manufacturing. Many times this can be corrected by using MeshLab (or another program) and healing the model - ensuring that all the intersections for the triangular mesh of the STL line up, forming an "air tight" mesh. See https://www.youtube.com/watch?v=eLGIRAgLz4w for instructions.
 +
 +
This also applies to "unable to close this loop" errors during slicing.
 +
 +
== How do I get rid of an M660 setting? ==
 +
 +
If you accidentally run an EHR gcode on another model, and you've stored the M660 Z offset, then just change the H1 (or whichever you set) to 0, run it again to invoke it and set it to 0, and then just don't invoke any H offset values, since they are only used on the EHR.
  
 
== How should I understand that E Value? ==
 
== How should I understand that E Value? ==
Line 226: Line 311:
 
Then we use our very customized version of Repitier Host, which drives the printer to create your part using the G-code from Slic3r.
 
Then we use our very customized version of Repitier Host, which drives the printer to create your part using the G-code from Slic3r.
  
== Why does my motor grind on the filament? ==
+
==How do I generate a constant frequency PWM at 400Hz+?==
 +
 
 +
1. Set the head type to "Laser_6" and save the settings:<br>
 +
[[File:Set_laser_6.png]]
 +
 
 +
2. Pull the PWM signal from the PA2 or PA3 pins on the 10-pin programming connector:<br>
 +
[[File:103_PA2_PA3.png|300px]]
 +
 
 +
 
 +
==How do I understand these LEDs?==
 +
 
 +
Like this; also watch this video: https://www.youtube.com/watch?v=ROpcvqS_r8s&ab_channel=HyRel
 +
 
 +
[[File:HH_LEDS.png]]
 +
 
 +
== Why does my motor grind on the Filament? ==
  
 
Standard causes and solutions for the motor grinding on the filament (and not advancing it as rapidly as needed):
 
Standard causes and solutions for the motor grinding on the filament (and not advancing it as rapidly as needed):
Line 249: Line 349:
 
|-
 
|-
 
|}
 
|}
 +
 +
== Why does my bed or head read 1024°C? ==
 +
 +
Well, when we flash the head (or bed) controller settings, the type of RTD is not updated.
 +
 +
Pleae go into the head (or bed) controller settings, change all RTD types to "1k_PLAT" or "1k_PRTD" (depends on your version), and then flash the settings to the device with a right-click, "flash head settings", and click OK.
 +
 +
Click "reset" in the upper right of Repetrel if needed; your device should now be reporting the proper temperature.
 +
 +
NOTE: If you have an ESR or 30M, the '''BED''' RTD types should be set to "50K". Also, a few heads from 2015 and earlier may have a different type - please try each one until you find the one that works.
 +
 +
== Why does my ESR/30M Bed read 426C? ==
 +
 +
If you have an ESR or 30M from 2020 or earlier, and we have sent you a new replacement hotbed (in 2021 or later), that printer and hotbed now have a resistor mismatch. GET WITH US and we'll walk you through fixing this.
 +
 +
==Why doesn't my 30M or ESR bed heat up?==
 +
 +
If you're on a 30M or an ESR, then the red LED on the bed should light up any time we send (heating) current to the bed. If it does not, then there is a bad fuse or a bad connection.
 +
 +
The 15A fuse is located inside the X-arm:
 +
 +
[[File:Xbed_fuse_15a.png|250px]]
 +
 +
Check for 12V from ground to each side of this fuse.
 +
 +
No 12V anywhere? The primary fuse on the spine has probably blown, or there is a bad connection.
 +
 +
12V on one side, but not the other? This fuse has blown.
 +
 +
12V on both sides? The fuse is fine, but you have a bad connection between here and the hotbed itself.
 +
 +
Email us if you need help.
 +
 +
== Why is my head/bed flashing red? ==
 +
 +
All units should be upgraded to the latest version when it is available. If you run a head with v2 settings on a v3 or later install, the background will FLASH RED; this DOES NOT mean that you need to flash new FIRMWARE - this DOES mean that you need to flash new VALUES to the head. Please make the changes noted for each head and right-click-flash these values on your heads as shown in '''[[Firmware#Head_.2F_Bed_Settings|these instructions]]'''.
  
 
== What Maintenance Should I Do? ==
 
== What Maintenance Should I Do? ==
Line 296: Line 432:
 
=== Replace the Fuse ===
 
=== Replace the Fuse ===
  
Replace the old, blown fuse with a new one (you may opt for a larger fuse, but only 15 amps maximum is sent to the yoke) by either simply swapping them out (new ones) or using a soldering iron to remove the old and attach the new (older ones).
+
Replace the old, blown fuse with a new one (you may opt for a larger fuse, but only 15 amps maximum is sent to the yoke) by either simply swapping them out (new ones) or using a soldering iron to remove the old and attach the new (older ones). See images, above.
  
 
Power up and test!
 
Power up and test!
  
 +
== What fuses do you use? ==
 +
 +
General package type is:  Surface Mount 2-SMD, Square End Block
 +
0.240" L x 0.100" W x 0.110" H (6.10mm x 2.54mm x 2.79mm)
 +
 +
There are 3 fuse ratings we use:
 +
* 5A: for most heads and 5V rail
 +
* 8A: high current heads like Tambora (replaces the 5A fuse in the yoke position)
 +
* 15A: 12V power bus
 +
 +
Fast blow (recommended, especially for 5v rail/USB):
 +
* 5A: https://www.digikey.com/en/products/detail/bel-fuse-inc/0679L5000-01/5844017
 +
* 8A: https://www.digikey.com/en/products/detail/bel-fuse-inc/0679H8000-05/6139776
 +
* 15A: https://www.digikey.com/en/products/detail/bel-fuse-inc/0679H9150-01/6139759
 +
 +
Slow Blow (use if you have blown a fuse while using a device like a spindle tool with a high inrush current):
 +
* 5A: https://www.digikey.com/en/products/detail/bel-fuse-inc/0680L5000-05/10440930
 +
* 8A: https://www.digikey.com/en/products/detail/bel-fuse-inc/0680L8000-05/10440943
 +
* 15A: https://www.digikey.com/en/products/detail/bel-fuse-inc/0683G9150-01/15282999
 +
 +
 +
 +
 +
== How do I make this head work again? ==
 +
 +
There are several things that might be wrong, so here's the full list:
 +
 +
=== Ensure there is Power ===
 +
 +
Do other heads work in this tool position? Does this head work in other tool positions?
 +
 +
If the problem is with this tool position, you probably have a blown 4 Amp fuse - see '''[https://hyrel3d.com/wiki/index.php/How_do_I...#Why_doesn.27t_one_tool_position_work.3F these instructions]'''.
 +
 +
 +
If the problem is with the head, read on...
 +
 +
=== Seat the Head ===
 +
 +
The heads won't work unless all 16 pins on the connector on the head controller are properly seated into the connector on the yoke.
 +
 +
# With the head unloaded, loosen the two screws on the back by about 90-180 degrees - just enough to be able to wiggle the circuit board.
 +
# Push your emergency stop in, load the head as far down as it will go, and then tighten the thumbscrew (or, on Hydras, the set screw with the 3mm hex driver - called a thumbscrew hereafter).
 +
# Now seat the circuit board so that it makes full contact along the entire connector; improper seating may turn the LEDs on without providing power.
 +
# Seat the spacer board all the way down, and tighten the screws.
 +
 +
=== Flash the Firmware ===
 +
 +
Sometimes the head can lose part of its firmware, so let's reload that with '''[https://hyrel3d.com/wiki/index.php/Firmware#Head_.2F_Bed_Firmware these instructions]'''.
 +
 +
=== Store the Head Settings ===
 +
 +
Sometimes the head can lose some of its settings, so let's reload them with '''[https://hyrel3d.com/wiki/index.php/Firmware#Head_.2F_Bed_Settings these instructions]'''.
  
 
== What's that Clicking? ==
 
== What's that Clicking? ==

Revision as of 15:36, 5 April 2023

Contents

How do I adjust the settings?

This is pretty easy, once you know the flow.

  1. You set the recipes for the parameters (extrusion width, infill patterns/density, print speed, layer thickness, head/bed temperatures, etc.; save the recipes (with descriptive names - don't overwrite the originals), and close the recipe editor.
  2. You highlight your properly scaled, positioned, rotated stl and select the print, printer, and extruder (filament) recipes to use, and go to Process > Slice with Slic3r.
  3. You review your gcode to ensure that you got what you were hoping to get; review the layer-by-layer rendering as well as the actual settings for temperature, layer thickness (Z moves and M756 flow settings), etc.
  4. You load the print head. Default settings from the head are displayed in Repetrel.
  5. You ensure that the data on the print head reflect your preheat temperature (if any) and proper nozzle diameter (and prime/unprime settings if your custom material requires adjustment) - these settings should be flashed to the head.
  6. You do any preparation (preheating, bed treatment, priming material, etc).
  7. You press Print. Upon pressing print, the following happens:
    1. Head settings are sent from repetrel to the printer.
    2. Gcode is sent from repetrel to the printer. Since gcode is sent second, this will overwrite any head-based settings if gcode has different values


How do I run a different language?

YOU DON'T - IT WILL BREAK REPETREL! You can change the language of repetrel, but if you operate the computer on another language the "," and "." will be wrong and nothing will work. Trust me.


How do I set Z-zero on Multiple Heads?

Please watch this video: https://www.youtube.com/watch?v=IQscrgv6uaQ

If you still have questions, contact Davo.

How do I change the home location?

You don't. The X and Y home positions are X0 and Y0, and are determined by sensors. But you can apply an offset. See G54-59 on the Gcode page.

Note, on the EHR there is a Z home sensor, which is at Z120. To set Z offsets on the EHR, see M660 on the Gcode page.

How do I change the park location?

Note, if you set park for head 4, then head 2 will be 70mm off. Each position is 35 *mm from the next. *70 mm between first and second slots on ESR/30M.

1. Load the head you want to set this for in the slot you want to set it for.

2. Record the absolute X and Y positions:

Abs-pos.png

3. Open Settings > Printer:

Settings-printer.png

4. Enter the recorded X and Y values:

Park-pos.png

5. Click "Flash Motion Settings", then "Apply", then "OK":

Flash-apply-ok.png

How do I change the Baud Rate?

So, on (roughly) version 4.2.4x (aka 42.4x) or later, you can actually set Repetrel AND the printer to use a Baud rate of 115,200 (versus the default 38,400) - but you have to set this on the printer as well as in Repetrel:

  • On the right side of the program , go to Interface > COM
  • Select the rate you want to change to (115,200)
  • HOLD THE SHIFT KEY and click "Apply"

You should now be connected at the new rate.

How do I change or clean nozzles?

Carefully:

  1. Heat to the printing temperature of the material loaded.
  2. Move the manual lever to the left, retracting material until it is free of the hobbed shaft, then remove by hand.
  3. Turn off heat to the head and remove it from the yoke.
  4. With a 1/4" driver or wrench, remove the nozzle.
  5. Inspect the nozzle cavity for any stray material; if found, remove with tweezers, solvent, air pressure or other means.
  6. The old nozzle can be cleaned with a fine drill bit the same size as (or slightly smaller than) the nozzle diameter; some users also soak the nozzle in an appropriate solvent to remove all material.
  7. With a 1/4" driver or wrench, attach the new nozzle.
  8. Use normal procedure for heating and loading filament.

How do I change nozzle sizes?

There are two places where we consider nozzle size:

1. On the head, we use the number you have for nozzle diameter to make our flow calculations. See Flow Rate for details about how we determine how fast to spin the motor so that you get the proper volume per second of deposition. This image is for printing with a 14# (fourteen gauge, or 1.6mm ID) luer needle:

H N mat tab.png

2. In the recipe, we use the extrusion width numbers to determine how far apart to place each bead of material. We expect your extrusion width to be 10% wider than your nozzle diameter (to allow for a nice sandbag-shaped cross section). This image is for printing with a 14# (fourteen gauge, or 1.6mm ID) luer needle:

H N slicer.png

This applies to everything we print, from PLA to Porcelain to PEEK.

Please note that we do NOT use any other variable relating to nozzle diameter. Not Bridge Flow Ratio. Not Nozzle Diameter. Not Extrusion Multiplier. All of these variables affect the E values in your gcode. Which we then ignore.


How do I convert DXF files to gcode?

1. In Project Composer, open your DXF:

H D loaddxf.png

2. On the Slicer tab, double click in the text box next to drill-laser, and select the recipe:

H D dlrecipe.png

3. On the Prams tab, configure the head and settings to use:

H D prams.png

4. Process > Process DXF, Text, Drill Objects:

H D process.png

5. Profit!

How do I move a Project?

  1. Zip up the contents of the C:/RepetrelProjects folder
  2. Move it to a new computer
  3. Unzip it in the C:/RepetrelProjects folder

How do I hand-code a test pattern?

This is not as hard as it seems - provided we start with basic understanding of how the printer operates. This gcode is for printers OTHER THAN the EHR, and for emulsion-based printing WITHOUT opting in to use E values with M229.

1. Before starting, we always want to do some things explicitly, regardless of what model:

M107          ; fans/UV     ; off
M106 C255     ; fans/UV     ; use 0-255 range
G53           ; clear offsets
G21           ; units       ; mm
G90           ; coordinates ; absolute

2. Before moving, we want to drop the bed for safety, and then home the X/Y:
Note: EHR users use different code here.

G91             ; coordinates   ; relative (because we don't want to go to Z10, but Z 10 away from current position)
G0 Z10          ; drop bed 10mm
G92             ; coordinates   ; absolute
G28 X0 Y0       ; home          ; X and Y

3. Next, we want to take care of any temperature settings. M104/140 just set the temps for head/bed; M109/M190 set AND WAIT for these temps:

M190 S80        ; bed temp      ; set and wait
M109 T12 S240   ; head temp     ; set and wait  ; second slot from left (TXX for tool VARIABLES)

4. Finally, we want to assign which head will do the printing:

T1              ; active head   ; second slot from left (TX for tool COMMANDS)

5. Now, let's code a move to the start point. G0 is for "rapid" non-working (non-printing) moves:

G0 Z0.5         ; rapid move to put the head 0.5 mm above the build surface (assuming you have already set the Z-zero)
G0 X50 Y25      ; rapid move to put the head/bed positioning at X 50, Y 25, our starting point for this line
G1 X50 Y175 E1  ; extrusion move to the end point - in this case, moving in the Y axis only
G1 X60 Y175     ; extrusion-speed move (without extrusion) to start of next line - No E value means no extrusion
G1 X60 Y25 E1   ; extrusion move to the next end-point

6. Easy enough, so now let's double the flow rate and increase the print temperature (and pause for the temp to change) for the next line:

M221 T12 S2     ; flow rate     ; multiplier x2 (S2)
M109 T12 S250   ; head temp     ; set and wait, second slot from left
G1 X70 Y25      ; extrusion-speed move (without extrusion) to start of next line
G1 X70 Y175 E1   ; extrusion move to the next end-point

Always refer to the correct chart for your T commands and T variables!

How do I pick the right recipes for this head?

The recipes are not head-specific.

  1. Pick (or create) a PRINT recipe with the proper nozzle inner diameter, layer thickness, and other physical properties that you want in your output.
  2. Pick the PRINTER recipe that matches the printer type, tool position, and type (heated or unheated) head that you will print with.
  3. Pick the EXTRUDER ONE FILAMENT recipe that matches the temperatures you wish to print under.

How do I dispense a Specific Amount?

Because sometimes folks just want to dispense a set number of microliters.

Remember, the links on the left can take you to frequently-sought pages.

Dispense 1000 uL

To dispense 1,000 uL, you can press the "Dispense 1000 ul" button on the OverRides page:

OverRides-2022.png

But if that's not working... read on.

Prime (some) uL

Another option: you can read the Pulses/ul value (in this case, 65) and put it times (however many uL you want) in the Steps field of the Prime page (where 3000 is shown here) and then click "PRIME NOW!!!":

Prime-2022.png

M722 (Prime)

Another option: you can get your values like above, but go to the Aux Editor > AUX EDITOR tab and type the M722 (Prime) command in: M722 E65000 T12 I1 and then execute it with a right click:

Send-M722.png

For more about this command, see Gcode#M722_Set_Prime_Values

M723 (Manual Extrusion)

Another option: you can get your values like above, but go to the Aux Editor > AUX EDITOR tab and type the M723 (Manual Extrusion) command in: M723 E65000 T12 and then execute it with a right click:

Send-M723.png

For more about this command, see Gcode#M723_Set_Manual_Flow

How do I configure for mixing materials?

We have various ways of mixing materials.

Please tell me:

  1. How many separate parts do you need to mix?
  2. Are they at ambient temperature, heated, or cooled?
  3. Are they roughly the same viscosity?
  4. What is the total volume of each part?
  5. Fixed or changing ratios?
  6. Static or active blending?

This will help me guide you to the best configuration for your materials.

How do I understand these v4 errors?

So, if your gcode is just for one head, which isn't specified, and you only have one head loaded, Repetrel always has and will still print with that head (you just need to acknowledge the warnings first).

Our newer recipes, available from Slicing, includes these commands for single-head prints. If you have moved into multi-head prints and need assistance in specifying this info, please contact Davo for some instruction.

ERROR_TX_QUEUE_FULL

This means that between your print speed, nozzle width, and layer thickness, we can't spin the dispensing motor that fast.

Solution? Change the motor to 1/2 step mode (vs 1/16 step mode) and divide the pulses per microliter by 4. Also divide the prime/umprime steps and time by 4. Save changes.


Missing Tx Argument

However, not coding the tool to be used is unacceptable in the CNC world, and we want people to get used to coding in their tool assignments. And yes, it should say Tx command, not Tx argument.

As detailed at the very top of the Gcode Page, you should use a T# command, where # is the slot of the tool you will use, starting with T0 for the left most slot, T1 for the second from the left, etc. Failure to do this will pop up this warning:

Tx.png

This is non-fatal; you can just hit enter or click "OK" and continue, but we want to encourage you to specify which tool to use.

Heads Not Installed

So, you've bypassed (or didn't get) that first error, and now you get another error:

Inst.png

This means that when your file was loaded, it was scanned for any Tx commands - but when you pressed print, the tool positions occupied on the printer don't match the tool assignments in the gcode. Again, this is non-fatal, and if you know your setup is correct, you can hit enter or click "Yes". But, again, we want you to know that the configuration detected on the printer does not match the configuration specified in the gcode.

But It Matches!

So, perhaps you've gotten these errors, and then edited your gcode file to specify T1, which matches the slot where your head is loaded. Well, we don't scan the gcode a second time 'unless your right-click in the gcode and select "refresh gcode"' - doing this will eliminate getting this message after you have edited in the assignment:

Refresh.png

How do I know which T parameter to use?

Awesome question. We know it can be confusing, and that's why we have pages explaining just that!

For Repetrel version 4 and earlier, please see T v4.

For Repetrel version 5 and later, please see T v5, where we've simplified this!

My "NEW" machine just lost one of its axes or heads!

With the new CANBUS-controlled motors, introduced in 2021, it turns out we have a little bit too much termination, and if you're using multiple heads you will have to remove the R25 CANBUS termination resistor from one (or, better yet, all) of the heads. This is easy - just hit it with a hot soldering iron and it should pop off. Click image for larger version.

103 remove r25.jpg

How do I get past the NAN error?

If you slice your STL and get "NAN" errors, these mean "Not A Number", and mean that your STL file wasn't completely manifold - the software could not determine, logically, the division between "solid" and "void" space. This is often caused when software intended for rendering things on-screen lack the precision to model for additive manufacturing. Many times this can be corrected by using MeshLab (or another program) and healing the model - ensuring that all the intersections for the triangular mesh of the STL line up, forming an "air tight" mesh. See https://www.youtube.com/watch?v=eLGIRAgLz4w for instructions.

This also applies to "unable to close this loop" errors during slicing.

How do I get rid of an M660 setting?

If you accidentally run an EHR gcode on another model, and you've stored the M660 Z offset, then just change the H1 (or whichever you set) to 0, run it again to invoke it and set it to 0, and then just don't invoke any H offset values, since they are only used on the EHR.

How should I understand that E Value?

For most printers, the number after the E means how much material to Extrude.

On our printers, if you are on v4 and you use the M229 E1 D1 command (explained on the Gcode page, click on Controlling Material Flow and then on M229), then this E number, generated by the slicer, is how much VOLUME of material to extrude during each G1 move that has an E value.

Also on our printers, if you are on v3 or earlier, or if you are on v4 and you do NOT specify M229 E1 D1, then we will use the presence of an E value simply to determine if this move should have material extruded or not; then we will calculate what rate to extrude at based on your nozzle diameter, layer thickness, and F value (movement speed in mm/min). This is explained on the Flow Rate page.

I personally recommend USING the M229 E1 D1 if you are printing with thermoplastics, as some slicers adjust this E value for thicker lines (or layers).

I personally recommend NOT USING the M229 E1 D1 if you are printing with liquids, gels, or clays, as these shapes very rarely have overhangs or bridges.

How do I create or import the files for the part I want?

You can create your stl file with most of the popular cad packages, such as SolidWorks, AutoCad, Alibre, FreeCad, Google SketchUp, ProE, TurboCad, etc.

We bring the .stl file into MeshLab to heal the file (remove reference lines, resolve duplicate vertices, etc.).

Then we bring the healed .stl file into Slic3r to slice it (convert it into the G-code that drives the printer). We will provide typical Slic3r recipes (temperature, flow rate, movement speed, layer thickness, etc.) for filaments and extrudables.

Then we use our very customized version of Repitier Host, which drives the printer to create your part using the G-code from Slic3r.

How do I generate a constant frequency PWM at 400Hz+?

1. Set the head type to "Laser_6" and save the settings:
Set laser 6.png

2. Pull the PWM signal from the PA2 or PA3 pins on the 10-pin programming connector:
103 PA2 PA3.png


How do I understand these LEDs?

Like this; also watch this video: https://www.youtube.com/watch?v=ROpcvqS_r8s&ab_channel=HyRel

HH LEDS.png

Why does my motor grind on the Filament?

Standard causes and solutions for the motor grinding on the filament (and not advancing it as rapidly as needed):

Filament Grinding
Possible Cause Suggested Fix
Friction or resistance on the delivery path before the motor shaft, including things like:
tangled spool
kinked filament
sharp entrance angle where filament enters guide tubing
kinked tubing.
untangle
unkink
make gentler angle
unkink
Friction or resistance on the exit path after the motor shaft, including things like:
Filament not fully melting fast enough for the demanded throughput.
Nozzle too narrow for the demanded throughput.
Nozzle too close to build surface, causing back pressure.
Try higher temperature, thinner layers, and/or slower print speed.
Try extra torque head, or suggestions above.
Reestablish Z-zero positioning.
Buildup on drive shaft hobs (teeth). Use vacuum or air pressure to clean out the hobs for optimal filament engagement and drive.

Why does my bed or head read 1024°C?

Well, when we flash the head (or bed) controller settings, the type of RTD is not updated.

Pleae go into the head (or bed) controller settings, change all RTD types to "1k_PLAT" or "1k_PRTD" (depends on your version), and then flash the settings to the device with a right-click, "flash head settings", and click OK.

Click "reset" in the upper right of Repetrel if needed; your device should now be reporting the proper temperature.

NOTE: If you have an ESR or 30M, the BED RTD types should be set to "50K". Also, a few heads from 2015 and earlier may have a different type - please try each one until you find the one that works.

Why does my ESR/30M Bed read 426C?

If you have an ESR or 30M from 2020 or earlier, and we have sent you a new replacement hotbed (in 2021 or later), that printer and hotbed now have a resistor mismatch. GET WITH US and we'll walk you through fixing this.

Why doesn't my 30M or ESR bed heat up?

If you're on a 30M or an ESR, then the red LED on the bed should light up any time we send (heating) current to the bed. If it does not, then there is a bad fuse or a bad connection.

The 15A fuse is located inside the X-arm:

Xbed fuse 15a.png

Check for 12V from ground to each side of this fuse.

No 12V anywhere? The primary fuse on the spine has probably blown, or there is a bad connection.

12V on one side, but not the other? This fuse has blown.

12V on both sides? The fuse is fine, but you have a bad connection between here and the hotbed itself.

Email us if you need help.

Why is my head/bed flashing red?

All units should be upgraded to the latest version when it is available. If you run a head with v2 settings on a v3 or later install, the background will FLASH RED; this DOES NOT mean that you need to flash new FIRMWARE - this DOES mean that you need to flash new VALUES to the head. Please make the changes noted for each head and right-click-flash these values on your heads as shown in these instructions.

What Maintenance Should I Do?

The majority of our motion bearings come from PMI, and here are their recommendations: http://www.pmi-amt.com/en/products/amt_options.htm

You can use a grease or an appropriate liquid oil. You can buy the manufacturer's oil applicator, but other machine oils such as "sewing machine oil" should be fine.

Oil is definitely the simplest. Just spread a few drops on the rail after wiping off all debris.

Other than cleanliness (and a low-humidity environment), no other maintenance is required unless some problem arises.

How do I slice for 4th- or 4th-and-5th-axis machining?

We normally do it by hand, but we also recommend SimplyCAD, which his free.

Why doesn't one tool position work?

If you have one slote (or more) in which no heads heat up or advance material, but these heads work on other slots, you've probably blown one fuse (or more). These are easy to replace:

You'll need to ensure that this is the problem:

  1. Power down.
  2. Remove the silver Phillips screws so that you can lift the upper yoke board up and pull it back, out of the way.
  3. Check for resistance from one side of each fuse to the other (see blue arrows). Any fuse with 0 Ohms is good, but anything greater is blown.

New Style

From around 2016 on, we've been using fuse holders, which allow easy replacement:

Yoke fuses new.png (click to enlarge)

These can be reordered from Digi-Key, or directly through us.

4a yoke fuse ss.png (click to enlarge)

Old Style

Units from before 2016 may have fuses soldered in place:

Yoke fuse old.png

These can be reordered from 4/507-1084-1-ND/615045 Digi-Key, or directly through us.

Old 4a yoke fuse ss.png (click to enlarge)

Replace the Fuse

Replace the old, blown fuse with a new one (you may opt for a larger fuse, but only 15 amps maximum is sent to the yoke) by either simply swapping them out (new ones) or using a soldering iron to remove the old and attach the new (older ones). See images, above.

Power up and test!

What fuses do you use?

General package type is: Surface Mount 2-SMD, Square End Block 0.240" L x 0.100" W x 0.110" H (6.10mm x 2.54mm x 2.79mm)

There are 3 fuse ratings we use:

  • 5A: for most heads and 5V rail
  • 8A: high current heads like Tambora (replaces the 5A fuse in the yoke position)
  • 15A: 12V power bus

Fast blow (recommended, especially for 5v rail/USB):

Slow Blow (use if you have blown a fuse while using a device like a spindle tool with a high inrush current):



How do I make this head work again?

There are several things that might be wrong, so here's the full list:

Ensure there is Power

Do other heads work in this tool position? Does this head work in other tool positions?

If the problem is with this tool position, you probably have a blown 4 Amp fuse - see these instructions.


If the problem is with the head, read on...

Seat the Head

The heads won't work unless all 16 pins on the connector on the head controller are properly seated into the connector on the yoke.

  1. With the head unloaded, loosen the two screws on the back by about 90-180 degrees - just enough to be able to wiggle the circuit board.
  2. Push your emergency stop in, load the head as far down as it will go, and then tighten the thumbscrew (or, on Hydras, the set screw with the 3mm hex driver - called a thumbscrew hereafter).
  3. Now seat the circuit board so that it makes full contact along the entire connector; improper seating may turn the LEDs on without providing power.
  4. Seat the spacer board all the way down, and tighten the screws.

Flash the Firmware

Sometimes the head can lose part of its firmware, so let's reload that with these instructions.

Store the Head Settings

Sometimes the head can lose some of its settings, so let's reload them with these instructions.

What's that Clicking?

When you hear clicking from a filament head, and material isn't coming out properly, it means that the head cannot advance the material as fast as the gcode demands. Possible causes and solutions:

Mechanical or Logical?

Question: Is this a problem with throughput in general, or with this print in particular?

Investigation: Position the head above the bed (in mid air) and at print temp (240°C for ABS, 210°C for PLA, etc.); attempt to manually advance material at 500 pulses/second (500 on the screen).

Answer 1: If this does not work, you have some mechanical issue - go to Case 1: Mechanical.

Answer 2: If this works, your head is functioning normally, but we'll need to adjust your parameters - go to Case 2: Logical.

Answer 3: If you cannot bring the head to the proper temperature for printing, we have a heating issue - go to Case 3: Heating.

Case 1: Mechanical

Most Common Cause: Input Problems.

Most Common Solution: Find and remove cause of input restriction. Please ensure that there is smooth, low-friction delivery from the spool, through the pneumatic fitting on the chassis, through the PTFE tubing, through the pneumatic fitting on the head, and into the Feed Chamber on the head. There should be no bends or kinks or sharp angles, and no dragging across sharp surfaces. Filament should inter interior PTFE shaft after passing the drive shaft, centered on the hobs (gearing) and pressed firmly (but not too tightly) by two bearings separated by a washer. If you've disassembled and reassembled this part, ensure that this bearing rod is not flipped.

Less Common Cause: Output Problems.

Less Common Solution: Find and remove the cause of the output restriction. While rare (we do test prints with every head and every printer before shipping them), it's possible that some foreign material made its way into the fusion chamber or melting zone of the nozzle. Please follow instructions above for changing and cleaning nozzles, but replace the same nozzle.

Case 2: Logical

Most Common Cause: Temperature is too low for this combination of Material, Layer Thickness, and/or Print Speed.

Resolution: Use a higher temperature and/or thinner layers and/or slower print speeds.

Less Common Cause: If on first layer, perhaps Z-zero is wrong and nozzle is too close to build surface.

Resolution: Ensure bed is level; recalibrate Z-zero.

Case 3: Heating

If the head is not reaching temperature, or not maintaining temperature, we need to find out why:

Is the head set to the right temperature? Just look at the GUI to tell. If it cannot be set to the right temperature, some settings are wrong. Please contact me, hyrel3d@gmail.com or 404-914-1748.

Does the head reach the right temperature? Again, check the GUI. If the head is set properly, but does not warm up, we'll need to check to see if it's getting 12VDC. Please contact me, hyrel3d@gmail.com or 404-914-1748.

Does the head stay at the right temperature? Right, GUI again. If the head is set to temp, but later becomes set to a lower temp (or turned off), I'll need to examine your settings and gcode. Please contact me, hyrel3d@gmail.com or 404-914-1748.

What's the Reset Button?

The Reset button will clear and reestablish communications between the motion controller (the STM407 on the ESR and 30M, or the STM429 on the EHR and Hydra). This doesn't necessarily happen with a reboot, so sometimes we want to be sure it happens; but it's not a panic button, and you shouldn't press it if you don't need to. It's a small button on the motion controller, but we configure another button as well.

The internal button looks like this on the 407 (ESR, 30M):

407

The internal button looks like this on the 429 (EHR, Hydra):

429

The external button on the 30M is on the front panel, and looks like this:

30M

The external button on the ESR and EHR is on the right side and looks like this; earlier models have a green or red button:

Engines

The remote button on the 16A is located inside, behind the control panel, and looks like this:

16A

What About Exhaust?

We recommend at least 500 cfm or 850 m3/h of exhaust while lasering. You will find a 6 " or 150 mm circular exhaust port on the lower left side of the Hydra 16A printers.

Most thermoplastics do better with a heated chamber, so you would not want to vent (or have a very slight negative pressure to minimize escaping fumes) while printing with some materials (every material is different), but you may want to evacuate the air in the chamber after a print has completed. For this reason, an exhaust regulator with variable settings is probably the best solution.

How can I make Spindle Tool Gcode?

We recommend SimplyCAM, a great, inexpensive program from https://www.mr-soft.net/en/scam.html

How should that Microprocessor be Set?

Your motion controller (green STM407 on ESR and 30M printers, or blue STM32 on Hydra and EHR printers) has two switches.

The BOOT CONFIG switch can be set to SYSTEM (usually up or left - sometimes needed for flashing firmware) or FLASH (usually down or right). It should be set to FLASH for normal operations.

The unlabeled power switch can be set to USB (usually left or down - you should not need to use this setting) or 5Vin. It should be set to 5Vin for normal operations.

Note the RESET button, shown here above the USB connector and the LED. You need to RESET after changing any switch positions. All current printers also have a RESET button on the outside or inside of the chassis.

Images:

407 switches.jpg 429 switches.jpg