lulzbot_taz_6:lulzbot_taz_6

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
lulzbot_taz_6:lulzbot_taz_6 [2020/05/26 00:27] formlablulzbot_taz_6:lulzbot_taz_6 [2023/03/13 07:12] – [Pause before print] formlab
Line 14: Line 14:
 Y = 280 Y = 280
  
-[[:How much does FDM printing cost?]] +  * [[:How much does FDM printing cost?]] 
-[[:Filament options]]+  [[:Filament options]]
  
 +===== Pause before print =====
 +
 +Insert after this line: ''M117 TAZ 6 Printing... ; progress indicator message on LCD''
 +
 +<code>
 +;TYPE:CUSTOM
 +;added code by post processing
 +;script: PauseAtHeightorLayer.py
 +;current layer: 0 
 +;current z: 0.200000 
 +;pause_by: H 
 +;current_temperature: 205 
 +M83 ;Set E relative
 +G1 Z5.000000 F300
 +G1 X0.000000 Y258.000000 F9000
 +G1 Z180 F300
 +M84 E0
 +M104 S180 ; standby temperature
 +M0 ; Do the actual pause
 +M109 S200 ; resume temperature
 +G1 Z5.000000 F300
 +G1 X166.558000 Y96.693000 F9000
 +M82 ;Set E absolute
 +G92 E0.000000
 +</code>
 +
 +===== Troubleshooting =====
 +  * The printer underextrudes after ±10 - 15 minutes.
 +    * This could be [[https://forum.lulzbot.com/t/heat-creep-on-taz-6-single-extruder-2-1-anyone-else/4344/13|heat creep]]
  
 ===== Maintenance ===== ===== Maintenance =====
Line 36: Line 65:
   * Verify that any frame screws are tight.   * Verify that any frame screws are tight.
   * Check for software updates. Update Cura LulzBot Edition at [[https://www.lulzbot.com/cura|LulzBot.com/Cura]]. Slic3r can be found at [[https://www.slic3r.org/|Slicer.org]] and Printrun can be found at [[https://github.com/kliment/Printrun|Github.com/Kliment/Printrun]].   * Check for software updates. Update Cura LulzBot Edition at [[https://www.lulzbot.com/cura|LulzBot.com/Cura]]. Slic3r can be found at [[https://www.slic3r.org/|Slicer.org]] and Printrun can be found at [[https://github.com/kliment/Printrun|Github.com/Kliment/Printrun]].
- +
  • lulzbot_taz_6/lulzbot_taz_6.txt
  • Last modified: 2023/03/27 00:49
  • by formlab