Skip to content

Commit

Permalink
prepare v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus committed Dec 27, 2024
1 parent f9e3d8c commit 61b880c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
16 changes: 10 additions & 6 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html itemscope="" itemtype="http://schema.org/WebPage" lang="en">

<head>
<title>Deepnest - Industrial nesting</title>
<title>deepnest - Industrial nesting</title>

<link type="text/css" rel="stylesheet" media="all" href="font/latolatinfonts.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
Expand Down Expand Up @@ -1056,7 +1056,7 @@
exportsvg.onclick = function () {

var fileName = dialog.showSaveDialogSync({
title: 'Export Deepnest SVG',
title: 'Export deepnest SVG',
filters: [
{ name: 'SVG', extensions: ['svg'] }
]
Expand Down Expand Up @@ -1088,7 +1088,7 @@
var exportdxf = document.querySelector('#exportdxf');
exportdxf.onclick = function () {
var fileName = dialog.showSaveDialogSync({
title: 'Export Deepnest DXF',
title: 'Export deepnest DXF',
filters: [
{ name: 'DXF', extensions: ['dxf'] }
]
Expand Down Expand Up @@ -1153,7 +1153,7 @@
/*
var exportgcode = document.querySelector('#exportgcode');
exportgcode.onclick = function(){
dialog.showSaveDialog({title: 'Export Deepnest Gcode'}, function (fileName) {
dialog.showSaveDialog({title: 'Export deepnest Gcode'}, function (fileName) {
if(fileName === undefined){
console.log("No file selected");
}
Expand Down Expand Up @@ -3195,9 +3195,13 @@ <h1>Genetic mutation rate</h1>
r="25.866" />
</g>
</svg>
<h1 style="margin: 0 0 0.2em 0; font-size: 3em; color:#26A9E0; text-align: center">Deepnest</h1>
<h1 style="margin: 0 0 0.2em 0; font-size: 3em; color:#26A9E0; text-align: center">deepnest</h1>

v<span id="package-version"></span>
<p>v<span id="package-version"></span></p>
<p>Visit our website: <a href="https://www.deepnest.net" target="_blank" tabindex="-1">www.deepnest.net</a>.</p>
<p>If you use this software regularly, you should consider supporting us! We are on <a
href="https://patreon.com/deepnest_next?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_fan&utm_content=join_link"
target="_blank" tabindex="-1">https://patreon.com/deepnest_next</a>.</p>

</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepnest",
"version": "1.2.2",
"version": "1.3.0",
"description": "Deep nesting for Laser and CNC",
"private": true,
"main": "main.js",
Expand Down

0 comments on commit 61b880c

Please sign in to comment.