3d printer Gcode Python >> LinuxCNC translator
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
16 Mar 2023 21:07 #266865
by robertspark
3d printer Gcode Python >> LinuxCNC translator was created by robertspark
Stumbled across this one, thought I'd add the *.py files here as a backup repository.
Note, never tried it, but it's a python programme to convert 3d Gcode info linuxcnc compliant gcode (i.e. it swaps the E axis for the A axis, etc).
I cannot vouch for the code, so use at your risk
www.thingiverse.com/thing:407580
EN = english and DE = german
The text from Thingivse states:
If you want to generate your G-code with Cura you can´t use it on
Linuxcnc or Mach3. This Little Python program translates the
MakerBot G-code into Linux CNC format.
Programms need: Python 2.7
Note, never tried it, but it's a python programme to convert 3d Gcode info linuxcnc compliant gcode (i.e. it swaps the E axis for the A axis, etc).
I cannot vouch for the code, so use at your risk
www.thingiverse.com/thing:407580
EN = english and DE = german
The text from Thingivse states:
If you want to generate your G-code with Cura you can´t use it on
Linuxcnc or Mach3. This Little Python program translates the
MakerBot G-code into Linux CNC format.
Programms need: Python 2.7
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
17 Mar 2023 19:46 #266939
by andypugh
Replied by andypugh on topic 3d printer Gcode Python >> LinuxCNC translator
If this has been written wisely, it can be used to automatically translate the files as they are opened, as LinuxCNC (Axis GUI at least) will run files through a filter file.
See the "INI config" docs and the FILTER entry.
See the "INI config" docs and the FILTER entry.
The following user(s) said Thank You: robertspark
Please Log in or Create an account to join the conversation.
Time to create page: 0.064 seconds