Skip to content

Processing script for making circles from segments. Converting g1 to g2/g3 commands.

Notifications You must be signed in to change notification settings

TheLongRunSmoke/g1tog23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

G1toG2/3

Processing script for making circles from segments. Converting g1 to g2/g3 commands.

What's news

v1.4

  • Accuracy is slightly increased.
  • UI added.

v1.3

  • Migrate to Python3.
  • Windows binaries available.

Install

Windows only

  1. Download binaries from release section.
  2. Unpack rar somewhere.

Or use source by follow.

Windows, Linux or Mac

  1. Clone or download script.
  2. Install Python, if you don't have it all ready.
  3. Install requared lib:
pip install pyqt5

How to use

Attention! Don't forget quotes for paths containing spaces!

  • Simplify3D

Edit Processes, Show Advanced options, go to Scripts tab, find Post Processing, add next command to text field:

For linux and Mac users:

python /path/to/g1tog23/g1tog23.py "[output_filepath]"

For windows users:

c:\path\to\g1tog23\g1tog23.exe "[output_filepath]"

or source:

python c:\path\to\g1tog23\g1tog23.py "[output_filepath]"
  • Slic3r

Go to Print Settings, switch to Output options tab, add to Post-Processings scripts field:

For linux and Mac users:

python /path/to/g1tog23/g1tog23.py

For windows users:

c:\path\to\g1tog23\g1tog23.exe

or source:

python c:\path\to\g1tog23\g1tog23.py
  • Other

Find post-processing settings and add scripts to it.

About

Processing script for making circles from segments. Converting g1 to g2/g3 commands.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages