Update for 29-03-22 12:45
This commit is contained in:
parent
afacf47f9b
commit
c05c9beeb8
@ -2,5 +2,20 @@
|
|||||||
|
|
||||||
3D printers can make stuff from raw spools of plastic
|
3D printers can make stuff from raw spools of plastic
|
||||||
|
|
||||||
|
== Software ==
|
||||||
|
|
||||||
|
=== Slicers ===
|
||||||
|
|
||||||
|
* [[Slic3r]]
|
||||||
|
|
||||||
|
=== Modeling ===
|
||||||
|
|
||||||
|
* [[openscad]]
|
||||||
|
|
||||||
|
== Fillaments ==
|
||||||
|
|
||||||
|
* PLA
|
||||||
|
* ABS
|
||||||
|
* TPU
|
||||||
|
|
||||||
[[index]]
|
[[index]]
|
||||||
|
21
tech/PLA.wiki
Normal file
21
tech/PLA.wiki
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
= PLA =
|
||||||
|
|
||||||
|
A common 3d printer plastic based on sugarcane.
|
||||||
|
|
||||||
|
== Settings ==
|
||||||
|
|
||||||
|
My settings I use on my Ender 3
|
||||||
|
|
||||||
|
* User a skirt, 3 loops ideally. Good for purging nozzle
|
||||||
|
* Speeds
|
||||||
|
* 50mm/s on perimiters
|
||||||
|
* 60mm/s on infill
|
||||||
|
* 60mm/s on bridges
|
||||||
|
* 130mm/s on non print moves
|
||||||
|
* 30mm/s on first layer
|
||||||
|
* Temps
|
||||||
|
* ~225C Extruder, adjust to PLA or PLA+ per roll
|
||||||
|
* 60C Bed, constant across all PLA types
|
||||||
|
* Fans
|
||||||
|
* 100% fan speed when bridging
|
||||||
|
* Min 35% fan speed
|
@ -3,7 +3,7 @@
|
|||||||
RSA is an asymetric encryption algorithm based on the difficulty of factoring
|
RSA is an asymetric encryption algorithm based on the difficulty of factoring
|
||||||
large prime numbers.
|
large prime numbers.
|
||||||
|
|
||||||
== algoirthm ==
|
== algorithm ==
|
||||||
|
|
||||||
1) choose some `p` and `q`
|
1) choose some `p` and `q`
|
||||||
* where `p` and `q` are very large primes
|
* where `p` and `q` are very large primes
|
||||||
|
10
tech/Slic3r.wiki
Normal file
10
tech/Slic3r.wiki
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
= Slic3r =
|
||||||
|
|
||||||
|
Slic3r is a slicer application, generating [[gcode]] understood by 3D printers
|
||||||
|
from `.stl` files.
|
||||||
|
|
||||||
|
== Settings ==
|
||||||
|
|
||||||
|
* See [[PLA]]
|
||||||
|
|
||||||
|
== Purge routine ==
|
Loading…
Reference in New Issue
Block a user