Skip to content

Commit

Permalink
Climb/conv descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrabset committed Jan 13, 2024
1 parent 3e9cdb5 commit ea6e4a7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.392d9de4.js",
"main.js": "./static/js/main.b0bb5e2a.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.392d9de4.js.map": "./static/js/main.392d9de4.js.map",
"main.b0bb5e2a.js.map": "./static/js/main.b0bb5e2a.js.map",
"787.2fad2946.chunk.js.map": "./static/js/787.2fad2946.chunk.js.map"
},
"entrypoints": [
"static/css/main.7bd24828.css",
"static/js/main.392d9de4.js"
"static/js/main.b0bb5e2a.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.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>
<!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.b0bb5e2a.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: 0 additions & 1 deletion krabzcam/static/js/main.392d9de4.js

This file was deleted.

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions manual/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ <h3 id="_profile_inside_outside">Profile inside / outside</h3>
<p><strong>Attack-method</strong>: Determines how to enter new depth. Use "<strong>Plunge</strong>" to dive directly down, or "<strong>Ramp</strong>" to dive diagonally.</p>
</li>
<li>
<p><strong>Direction</strong>: Determines which way to traverse the paths, clockwise of counter-clockwise.</p>
<p><strong>Direction</strong>: Determines which way to traverse the paths, <strong>climb</strong> or <strong>conventional</strong> (clockwise/counterclockwise).</p>
</li>
<li>
<p><strong>Order</strong>: Determines processing order. "<strong>Level First</strong>" will finish one depth for all elements first, before entering next pass.
Expand Down Expand Up @@ -750,7 +750,7 @@ <h3 id="_pocket">Pocket</h3>
<p><strong>Attack-method</strong>: Determines how to enter new depth. Use "<strong>Plunge</strong>" to dive directly down, or "<strong>Ramp</strong>" to dive diagonally.</p>
</li>
<li>
<p><strong>Direction</strong>: Determines which way to traverse the paths, clockwise of counter-clockwise.</p>
<p><strong>Direction</strong>: Determines which way to traverse the paths, <strong>climb</strong> (counterclockwise) or <strong>conventional</strong> (clockwise).</p>
</li>
<li>
<p><strong>Pattern</strong>: Determines tool path pattern.</p>
Expand Down Expand Up @@ -1357,7 +1357,7 @@ <h2 id="_disclaimer">Disclaimer</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-12-18 20:09:08 +0100
Last updated 2024-01-13 11:11:51 +0100
</div>
</div>
</body>
Expand Down

0 comments on commit ea6e4a7

Please sign in to comment.