Skip to content

Commit c352be6

Browse files
authored
Update README.md
1 parent 1998c65 commit c352be6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# svelte app
1+
# GCode temp tweaker
22

3+
Sometimes, layers are so small that they need to be printed more slowly so the layer has time to cool down. But slowing down the feedrate causes the filament to be cooked inide the nozzle. This tool will process the gcode, calculate the overall volumetric flow rate per layer and adjust the temp accordingy. This is achieved by injecting temp commands (M104) in to the gcode.
4+
5+
## How it works
6+
- go to https://gcode-temp-tweaker.firebaseapp.com/
7+
- drop a gcode file into the rectangular box
8+
- set the minimum and maximum temp you want to vary between
9+
- notice the table that reports the temp changes that will be injected
10+
- download the resulting gcode!
311

412
## Get started
513

0 commit comments

Comments
 (0)