Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jherkenhoff/gcodeplot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arpruss/gcodeplot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Dec 5, 2021

  1. Update path.py

    Fix for later versions of Python with "ImportError: cannot import name 'MutableSequence' from 'collections'' error.
    MattStedman authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    c641ba6 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. added import exception for collections.abc/collections

    Matthew Stedman committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    ad60cd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arpruss#31 from MattStedman/master

    Update path.py
    arpruss authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    40014fe View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Update gcodeplot.py

    Added option to generate gcode for relative XY movement
    mvandenabeele authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    22aa484 View commit details
    Browse the repository at this point in the history
  2. Update gcodeplot.inx

    Added checkbox to generate gcode for relative XY movement
    mvandenabeele authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    c77baba View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. 0.12

    arpruss committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5acc960 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Merge pull request arpruss#33 from mvandenabeele/master

    Added option to generate GCode with relative XY movement
    arpruss authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    dc9ca1e View commit details
    Browse the repository at this point in the history
Loading