Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dionysuzx/print-stuffz
3D printing configurations
https://github.com/dionysuzx/print-stuffz
Last synced: about 1 month ago
JSON representation
3D printing configurations
- Host: GitHub
- URL: https://github.com/dionysuzx/print-stuffz
- Owner: dionysuzx
- Created: 2021-12-07T04:30:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T18:29:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T13:33:17.484Z (3 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# print-stuffz
## auto pid tune
`m303 sN` ... where N is target temp (usually 205 for pla)`m301 pX iY dZ` ... where XYZ is the numbers from the m303 autotune
`m500` ... autosave
## ender 3 pro start gcode profile
```
M140 S{material_bed_temperature} ; start preheating the bed WITHOUT wait to what is set in Cura
M104 S{material_print_temperature} T0 ; start preheating hotend WITHOUT wait to what is set in Cura
G28 ; Home all axes
;M420 S1 ; comment abl
G29 ; uncomment abl
M500 ; uncomment abl
M190 S{material_bed_temperature} ; start heating the bed to what is set in Cura and WAIT
M109 S{material_print_temperature} T0 ; start heating hotend to what is set in Cura and WAIT; Ender 3 Custom Start G-code
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
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
```
hole expansion: +0.1