Update for 29-03-22 13:00

This commit is contained in:
Tyler Perkins 2022-03-29 13:00:01 -04:00
parent c05c9beeb8
commit 459671ead1
2 changed files with 26 additions and 0 deletions

View File

@ -6,5 +6,26 @@ from `.stl` files.
== Settings ==
* See [[PLA]]
* See [[ABS]]
* See [[TPU]]
== Purge routine ==
This routine draws a wipe line on the left side of the bed, helping purge some
filamnet from the previous print
{{{
; Filament gcode
;BEGIN CUSTOM GCODE
M117 Purge extruder
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
M117 By your command!
; End of custom start GCode
}}}

5
tech/TPU.wiki Normal file
View File

@ -0,0 +1,5 @@
= TPU =
A flexible 3d printer fillament, good for gaskets to watch bands.
== Settings ==