User Tools

Site Tools


reprap-industrial-v1:tips-tricks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
reprap-industrial-v1:tips-tricks [2015/05/07 14:18]
Markus Bürgener [Direct G-code manipulation] restructured and image added
reprap-industrial-v1:tips-tricks [2015/09/17 08:46]
Markus Bürgener [Adjusting the build chamber temperature]
Line 1: Line 1:
-====== Tips & Tricks ====== ​ +====== Tips & Tricks ======
    
 ===== General ===== ===== General =====
Line 85: Line 85:
  
  
-===== Slicing ​=====+===== Handling 3D files =====
 Any information we gather related to improving or easing the slicing process is listed in the following paragraphs. Any information we gather related to improving or easing the slicing process is listed in the following paragraphs.
  
Line 132: Line 132:
 <WRAP half column> <WRAP half column>
 [{{:​reprap-industrial-v1:​tt_slic3r120_narrowmenus_4.png?​400|}}] [{{:​reprap-industrial-v1:​tt_slic3r120_narrowmenus_4.png?​400|}}]
 +</​WRAP>​
 +</​WRAP>​
 +
 +==== Easy evaluation of .stl-data ====
 +Especially when using files downloaded from open internet sources it may be that these files are not suitable for printing due to export or modeling mistakes. Misaligned edges (non-manifolds) and holes can render a 3D model unprintable and make troubleshooting on the 3D printer an infinite displeasure because no obvious reason can be detected.
 +
 +One quick and simple way to eliminate this as an error source is checking the suitability of your .stl-file for 3D printing. All you need is a program capable of analyzing the .stl-file'​s mesh.\\
 +Slic3r itself can deal with minor troubles and the [[http://​www.netfabb.com/​|netfabb company]] offers a [[http://​www.netfabb.com/​downloadcenter.php?​basic=1|free basic version]] of their //netfabb studio//, an .stl-handling tool with repair functions. Other tools may be as helpful but these two are used to explain how to recognize a corrupted file. 
 +
 +
 +<WRAP group>
 +<WRAP half column>
 +__Slic3r part info:__\\ (see [[http://​manual.slic3r.org/​advanced/​repairing-models|Slic3r manual]] also)\\
 +After opening a file in Slic3r, the info box in the bottom-right corner of the plater shows information on the model status. For a single, suitable part the info must look like:\\
 +''​Factes:​ xxxxx (1 shells)''​\\
 +''​Manifold:​ Yes''​\\
 +
 +If it displays ''​Manifold:​ Auto-repaired (xxxx errors)''​ the file contains degenerations.\\ It is most likely that it also shows an increased number of shells (e.g. ''​Facets:​ xxxxx (6 shells)''​ because the part has been split.\\ Also check the 3D preview for visible defects. In this case it is better to repair or reconstruct the model.\\ Regard that the auto-repair function of Sic3r is only suited for repairing minor defects. ​
 +</​WRAP>​
 +
 +<WRAP half column>
 +[{{:​reprap-industrial-v1:​slic3r_brokenpart-analysis.png?​400|Slic3r info box for a flawless (above) and a corrupted (below) part.}}]
 +</​WRAP>​
 +</​WRAP>​
 + 
 +<WRAP group>
 +<WRAP half column>
 +__Evaluation and repair with netfabb basic:__\\ (see [[http://​www.netfabb.com/​manuals_download.php|netfabb basic manual]] also)\\
 +If you open a (supposedly broken) .stl in netfabb, the program will display a red warning sign in the bottom-right corner when the part is indeed faulty.\\ To see mismatches, run the part repair function by clicking on the red cross sign in the toolbar or via the //Extras// menu. The part is analyzed and all mesh information are displayed, including holes, invalid orientation etc. You can try using the auto-repair function or manually repair defects (very limited in the basic edition) to correct the part prior to newly exporting it as .stl.\\
 +\\
 +If simple repair does not lead to satisfactorily results, redesigning or renouncing this specific part and choosing another one may be the best choices.
 +</​WRAP>​
 +
 +<WRAP half column>
 +[{{:​reprap-industrial-v1:​netfab_brokenpart-analysis.png?​400|Alert of mismatches in an .stl and the preview of misaligned edges and holes in netfabb basic'​s part repair. }}]
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​
Line 155: Line 190:
  
 ==== Print bed leveling ====  ==== Print bed leveling ==== 
-The PEI print beds delivered with every RepRap Industrial are custom-made specially to our needs. Due to the manufacturing process, they may show bends and curves which can make handling them a bit tricky. These flaws are accepted due to the superior properties of PEI compared to other subsurfaces when printing ABS. Follow the tips given below and you should have no trouble achieving perfect results.\\ 
-Of course, the PEI print bed is, like the whole RepRap Industrial, optimized for printing ABS. It also works fine with HIPS, PET-Copolyester,​ PVA and thermoplastic urethane (TPE-U). Other materials may require a different subsurface, be it another material or a special treatment with tape or glue. Find more information about materials and printing them with a RepRap Industrial in our [[reprap-industrial-v1:​knowledge-base#​materials|Knowledgebase]]. 
 <WRAP group> <WRAP group>
 <WRAP half column> <WRAP half column>
Line 320: Line 353:
 <WRAP group> <WRAP group>
 <WRAP half column> <WRAP half column>
-  ​Open the [Printer Settings] tab in Slic3r and choose ​the //Custom G-code// menu. +  ​- Start your slicing software. 
-  ​* Activate ​the End G-code editor ​by clicking into the text field+  - Open the [Printer Settings] tab
-  * Position ​the cursor in the last line before ​the '';​ /​END-GCODE''​ entry. +  - Choose ​the "Custom G-code" ​menu. 
-  ​Enter the command\\ ''​M104 S0 T2''​\\ This will set the heating elements of the build chamber to a temperature of 0 °C. +  ​- In the //End G-Code// ​editor ​scroll down to the end of the text field and position ​the cursor in the last line above the '';​ /​END-GCODE''​ entry. 
-  ​Enter the command\\ ''​M140 S0''​\\ This will deactivate the print bed as the last action of the current G-code.+  ​Enter the command\\ ''​M104 S0 T2''​\\ This will set the heating elements of the build chamber to a temperature of 0 °C. 
 +  ​Enter the command\\ ''​M140 S0''​\\ This will deactivate the print bed as the last action of the current G-code.
 </​WRAP>​ </​WRAP>​
  
 <WRAP half column> <WRAP half column>
-[{{:​reprap-industrial-v1:​slic3r_endgcode.png?​400|Switching off the build chamber heating elements by modifying the Slic3r custom End G-code.}}]+[{{:​reprap-industrial-v1:​tt_slic3r_modify_endgcode_autooff.png?​400|Switching off the build chamber heating elements by modifying the Slic3r custom End G-code.}}]
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​
Line 347: Line 381:
 software may differ in denotations):​ software may differ in denotations):​
   - Open your slicing software.   - Open your slicing software.
-  - Open the tab "Printer Settings" and choose ​"​Custom G-code"​. +  - Open the tab [Printer Settings]. 
-  -- Go to the line reading:\\ <​code>​ M104 S70 T2; set recirculating air heater to 70 degree celcius target temperature</​code>​ +  - Choose the //Start G-code// editor in the "​Custom G-code" ​menu
-  - Change the entry "​S//​xy//"​ (here //S70//) by replacing the value //xy// with the desired temperature,​ for example //50° C//:\\ <​code>​M104 S50 T2; set recirculating air heater to 50 degree celcius target temperature</​code>​ (for logical reasons, the comment should be aligned) +  -- Scroll down to\\ '';​ PREHEAT BED AND CHAMBER''​\\ and position the cursor in the line reading:\\ <​code>​ M104 S70 T2; set recirculating air heater to 70 degree celcius target temperature</​code>​ 
-  - If you want to keep the settings, save them in the profile (see [[http://​manual.slic3r.org/​|Slic3r manual]]).+  - Change the entry "​S//​xy//"​ (here //S70//) by replacing the value //xy// with the desired temperature,​ for example //50° C//:\\ <​code>​M104 S50 T2; set recirculating air heater to 50 degree celcius target temperature</​code>​ (for logical reasons, the comment should be aligned). 
 +  - If you want to keep the settings, save them in a new profile (see [[http://​manual.slic3r.org/​|Slic3r manual]]).
 Any G-code exported with this profile loaded will heat the build chamber to the stated temperature prior to printing. Any G-code exported with this profile loaded will heat the build chamber to the stated temperature prior to printing.
 </​WRAP>​ </​WRAP>​