Skip to content

Commit

Permalink
Added safetyHeight-attribute on dragknife operation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrabset committed Dec 18, 2023
1 parent 72e5954 commit 3e9cdb5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions krabzcam/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "./static/css/main.7bd24828.css",
"main.js": "./static/js/main.4e0271f1.js",
"main.js": "./static/js/main.392d9de4.js",
"static/js/787.2fad2946.chunk.js": "./static/js/787.2fad2946.chunk.js",
"index.html": "./index.html",
"main.7bd24828.css.map": "./static/css/main.7bd24828.css.map",
"main.4e0271f1.js.map": "./static/js/main.4e0271f1.js.map",
"main.392d9de4.js.map": "./static/js/main.392d9de4.js.map",
"787.2fad2946.chunk.js.map": "./static/js/787.2fad2946.chunk.js.map"
},
"entrypoints": [
"static/css/main.7bd24828.css",
"static/js/main.4e0271f1.js"
"static/js/main.392d9de4.js"
]
}
2 changes: 1 addition & 1 deletion krabzcam/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="GCode generator"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>KrabzCAM</title><script defer="defer" src="./static/js/main.4e0271f1.js"></script><link href="./static/css/main.7bd24828.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="GCode generator"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>KrabzCAM</title><script defer="defer" src="./static/js/main.392d9de4.js"></script><link href="./static/css/main.7bd24828.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion krabzcam/static/js/787.2fad2946.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions krabzcam/static/js/main.392d9de4.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion krabzcam/static/js/main.4e0271f1.js

This file was deleted.

7 changes: 5 additions & 2 deletions manual/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.20">
<meta name="generator" content="Asciidoctor 2.0.18">
<meta name="author" content="Marius Krabset">
<title>Welcome to the KrabzCAM manual!</title>
<style>
Expand Down Expand Up @@ -1110,6 +1110,9 @@ <h3 id="_drag_knife">Drag knife</h3>
<p><strong>Cut depth</strong>: How deep to cut</p>
</li>
<li>
<p><strong>Safety height</strong>: Determines the z-value during travel. Choose a value high enough to avoid touching the material.</p>
</li>
<li>
<p><strong>Swivel depth</strong>: Depth when performing <em>swivel</em> actions. Swiveling is what you do when you prepare for a change in cutting direction.
It&#8217;s a circular movement around the tip of the knife, without the tip actually moving.</p>
</li>
Expand Down Expand Up @@ -1354,7 +1357,7 @@ <h2 id="_disclaimer">Disclaimer</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-10-28 12:39:05 +0200
Last updated 2023-12-18 20:09:08 +0100
</div>
</div>
</body>
Expand Down

0 comments on commit 3e9cdb5

Please sign in to comment.