Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauldotknopf/3dprinter
My voron config files for 3d printer
https://github.com/pauldotknopf/3dprinter
Last synced: 17 days ago
JSON representation
My voron config files for 3d printer
- Host: GitHub
- URL: https://github.com/pauldotknopf/3dprinter
- Owner: pauldotknopf
- Created: 2024-01-15T01:56:34.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-30T19:20:35.000Z (10 months ago)
- Last Synced: 2024-01-30T20:42:01.053Z (10 months ago)
- Language: Shell
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://docs.vorondesign.com/build/software/octopus_klipper.html
# Cura
## Start gcode
```
; M190 S{material_bed_temperature_layer_0}
; M109 S{material_print_temperature_layer_0}
start_print BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0}
```