Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5ac committed Jul 23, 2023
1 parent 9402e25 commit 46bed32
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ install-tools: .stamp-poetry .stamp-deps .stamp-git
$(HR)
$(TITLE)
$(TITLE) Install dependencies.
$(POETRY) install;
$(POETRY) update
$(POETRY) install
$(POETRY) update
$(POETRY) export > requirements.txt
$(MAYLOG) touch $@


Expand Down
6 changes: 3 additions & 3 deletions doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@



# Version 0.2.111
# Version 0.2.112

---

Expand All @@ -29,7 +29,7 @@ It comes with a set of macro variable definitions for a Haas mill with NCD. And

# Table of Contents

1. [Version 0.2.111](#version)
1. [Version 0.2.112](#version)
2. [Introduction](#introduction)
3. [Usage](#usage)
4. [Install](#install)
Expand Down Expand Up @@ -80,7 +80,7 @@ Arguments:
{countdown} in file name creates a decrementing prefix
for the output file which makes looking for the .nc in
a crowded directory less painful - it's at the top.
(It's the number of seconds until midnight, so clear
(It's the number of minutes until midnight, so clear
the directory once a day.)
<topic> [ topics | all | <topic>]
Expand Down
2 changes: 1 addition & 1 deletion doc/readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



* Version 0.2.111
* Version 0.2.112
:PROPERTIES:
:CUSTOM_ID: Version
:END:
Expand Down
8 changes: 4 additions & 4 deletions doc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Table of Contents
_________________

1. Version 0.2.111
1. Version 0.2.112
2. Introduction
3. Usage
4. Install
Expand All @@ -35,7 +35,7 @@ _________________
(<file:https://img.shields.io/badge/License-MIT%20v3-blue.svg>)


1 Version 0.2.111
1 Version 0.2.112
==================

----------------------------------------------------------------------
Expand Down Expand Up @@ -67,7 +67,7 @@ _________________
Table of Contents
_________________

1. Version 0.2.111
1. Version 0.2.112
2. Introduction
3. Usage
4. Install
Expand Down Expand Up @@ -117,7 +117,7 @@ _________________
| {countdown} in file name creates a decrementing prefix
| for the output file which makes looking for the .nc in
| a crowded directory less painful - it's at the top.
| (It's the number of seconds until midnight, so clear
| (It's the number of minutes until midnight, so clear
| the directory once a day.)
|
| <topic> [ topics | all | <topic>]
Expand Down
2 changes: 1 addition & 1 deletion examples/probecalibrate.nc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
O0001 (probecalibrate: 0.2.111)
O0001 (probecalibrate: 0.2.112)
( Symbol Table )

( KNOWNLEN_OFF : 0.000, 0.000, -0.250 )
Expand Down
2 changes: 1 addition & 1 deletion examples/vicecenter.nc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
O0001 (vicecenter: 0.2.111)
O0001 (vicecenter: 0.2.112)
( Symbol Table )

( MABS_ABOVE_VICE : -27.500,-13.000,-17.500 )
Expand Down
2 changes: 1 addition & 1 deletion p2g/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@
"VERSION",
"load_tool",
]
VERSION = "0.2.111"
VERSION = "0.2.112"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
version = "0.2.111"
version = "0.2.112"
name = "p2g"
description = "Transpile python into cnc gcode."
authors = ["sac <[email protected]>"]
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@



# Version 0.2.111
# Version 0.2.112

---

Expand All @@ -29,7 +29,7 @@ It comes with a set of macro variable definitions for a Haas mill with NCD. And

# Table of Contents

1. [Version 0.2.111](#version)
1. [Version 0.2.112](#version)
2. [Introduction](#introduction)
3. [Usage](#usage)
4. [Install](#install)
Expand Down Expand Up @@ -80,7 +80,7 @@ Arguments:
{countdown} in file name creates a decrementing prefix
for the output file which makes looking for the .nc in
a crowded directory less painful - it's at the top.
(It's the number of seconds until midnight, so clear
(It's the number of minutes until midnight, so clear
the directory once a day.)
<topic> [ topics | all | <topic>]
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
docopt==0.6.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491
typeguard==3.0.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:bbe993854385284ab42fd5bd3bee6f6556577ce8b50696d6cb956d704f286c8e \
--hash=sha256:fee5297fdb28f8e9efcb8142b5ee219e02375509cd77ea9d270b5af826358d5a
typing-extensions==4.7.1 ; python_version >= "3.10" and python_version < "3.11" \
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
--hash=sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2

0 comments on commit 46bed32

Please sign in to comment.