import-G-code icon indicating copy to clipboard operation
import-G-code copied to clipboard

Imports G-code files into Blender 2.80+ as a collection of layers which can then be animated or exported.

Results 11 import-G-code issues
Sort by recently updated
recently updated
newest added

Thanks for this great library! Unfortunately I wasn't able to get it working with the latest version of Blender (3.3.1) because it's trying to access `bpy.binary_path_python`, [which is deprecated and...

I'm trying to get this to work like it has before but suddenly, for the life of me, I can't get this to work. Here's the error I get on...

Would you please update match on Blender 3.1.0 and up. There 2.8 and 2.9 is no long any more support. See picture.

Any help would be highly appreciated Python: Traceback (most recent call last): File "C:\Users\skillz\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\import-G-code-master\processor.py", line 113, in execute layer.data.splines[index].bezier_points[-2].select_control_point = True IndexError: bpy_prop_collection[-2]: out of range. location: :-1

I'm using blender 2.83.18, with regex and tqdm successfully installed, but when i try to import the gcode, i get this error: File "C:\User\PC\Appdata\Roaming\Blender Foundation\Blender\2.83\scripts\addons\import-G-code-master\processor.py", Line 76, in execute y...

I know this is a question more about Blender but it's really a pretty unique usage of Blender (at least non-standard). Basically the imported mesh is like a long spaghetti...

Running Blender 2.90 from AppImage, this extension complains about not finding `tqm`. As it's a 3rd party Python package, it seems that it should be optional if it cannot be...

ModuleNotFoundError: No module named Import-G-code-1 ![image](https://user-images.githubusercontent.com/8195699/97063622-9d46d300-1555-11eb-84ce-463abd950ddc.png)

i got these errors: from blender 3.6 when trying to install it: ``` Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\addon_utils.py", line 333, in enable mod = __import__(module_name)...

I'm getting this error when trying to import a gcode. Python: Traceback (most recent call last): File "/home/yournerdiness/.config/blender/3.5/scripts/addons/import-G-code-master/processor.py", line 37, in execute from tqdm import tqdm ModuleNotFoundError: No module named...