-
` gcode_dict = getattr(scene, "gcode_dict", {})
if not gcode_dict: # this also checks for an empty dict
Logger.log("w", "Scene has no gcode to process")
return
`
It prev…
5axes updated
3 years ago
-
As per attached screenshot, AW (command line version for Win64) increases the amount of movements for certain arc groups instead of decreasing them.
Leaving alone the question how this can happen (ma…
-
I'm assuming the library is responsible as I have used the conversion function from the latest 2.7.0 PrusaSlicer to convert a bgcode file to a gcode file for the XL.
The absorbing heat step (`G29 G…
-
The build artefacts for OSX are not working. This seems to be caused by the buildprocess, because if I create a build on my local system the executable works fine.
Here's the output from `lldb` try…
-
maybe some wonderful day: https://nraynaud.github.io/webgcode/
![image](https://user-images.githubusercontent.com/407397/97768295-c8569700-1b00-11eb-940d-f25073a0e172.png)
meantime ms-vscode g-cod…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### OrcaSlicer Version
2.1.1
### Operating System (OS)
Windows
### OS Version
Windows 11
### Addition…
-
Dear @FormerLurker ,
Great work here. I am utilizing the plugin on 2 octoprint instances I have in my environment.
While on the Raspberry PI the operation of the plugin is flawless on my Windows 10…
jk7gr updated
2 years ago
-
Hi, I just recieved my uArm Swift Pro, and would like to use it with your library. I can communicate with the board, do the debug things, but the "moveTo" function does not do anything... nothing mov…
-
Hi, @Cpt-Hook
I tried to plot different shapes by passing gcode. I am able to draw shapes without circles.
when I try to draw a circle it's getting stuck at some point for a few seconds and it is …
-
Hi all,
I have a 4 axis milling machine where the 4th axis is a rotary table.
If I go to 0 degrees using 'G0 A0.0', then go to 90 degrees with 'G0 A90.0',
the number of pulses that Grbl_Esp32 issue…