Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
xmarduel committed Oct 3, 2023
1 parent 0b28481 commit f961326
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RELNOTES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 0.6.0 IN PROGRESS
# 0.6.0

- gcode simulator in python + qt-opengl with candle gcode parser.
- jscut WebGL stuff kept as option
- jscut WebGL stuff kept but invisible

# 0.5.1

Expand Down
5 changes: 2 additions & 3 deletions ROADMAP
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ with shapely 2.1.0

Clean clean clean

# 0.6.0
# 0.7.0

gcode simulator in python + qt-opengl with candle gcode parser.
Got rid of the jscut WebGL stuff.
gcode dressup ("dogbones")



2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0_alpha
0.6.0
2 changes: 1 addition & 1 deletion pycut.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Python file uses the following encoding: utf-8

VERSION = "0_5_2"
VERSION = "0_6_0"

import sys
import os
Expand Down

0 comments on commit f961326

Please sign in to comment.