-
After uploading a ~30MB gcode file to OctoPrint it took quite some time on my little Raspberry Pi B+ to parse that file. So I thought it would be great to make it unnecessary to parse the whole file. …
-
### Description
GCode, while effective, is an incredibly unwieldy format, that takes a lot of space and is inefficient. It is however easy to parse and industry standard for CNC type devices. H…
-
Currently we get:
```
G1 F600
F600
echo:Unknown command: "F600"
```
As far as i know, we should parse that.
All current Marlin versions.
-
Hi,
It would be very nice for OP to be able to parse optional g-code markers. First I thought thet it would be great to move start and end g-codes to OP, but there would be more uses for this (eg. st…
-
1. What were you doing? Trying to upload and print a gcode file that uses dual extruders
2. What did you expect to happen? It to work as everything else has
3. What happened instead? I got a large n…
-
Hi,
I use an ESP32 with ESP3D and a working macro with XYZ edge finding.
Now I want to enhance it with potential work piece rotation (G68).
Based on the measured values I can calculate a rotati…
-
Hello,
I'm using the devel branch, and encountered the following problem.
When uploading a gcode file while octoprint is printing, it stops streaming the commands to the printer so that the printer s…
-
**Describe the bug**
I cannot get any if-statement in "before layer change g-code" to be parsed correctly.
Note even `{if [layer_num] == 10}M600` as stated in the manual for conditional g-code seems…
-
Please provide *general* feedback on your experience with the 1.3.5rc2 Release Candidate here. An "All is working fine" is valuable feedback as well, because it tells me that people in fact are testin…
-
#### What were you doing?
Uploading a file and letting OctoPrint analyze the file
#### What did you expect to happen and what happened instead?
When printing, I was warned that my model **cou…