1
0
mirror of synced 2024-11-17 04:23:50 +00:00

Changed default setting

This commit is contained in:
Mark van Renswoude 2020-12-30 23:02:43 +01:00
parent a186b43495
commit f00b0e366d
5 changed files with 6 additions and 5 deletions

View File

@ -3,6 +3,7 @@ ToDo
Should have Should have
---- ----
- Automatically switch to Custom direction when clicking a strip (preserving the directions currently on screen otherwise)
- Highlight strips for the current board, highlight layer for the focused/hovered layer - Highlight strips for the current board, highlight layer for the focused/hovered layer
- Show list of end grain board numbers and reversed in a "Glue list" for printing - Show list of end grain board numbers and reversed in a "Glue list" for printing
- Support for fractional inches (see, not all europeans look down on freedom units!) - Support for fractional inches (see, not all europeans look down on freedom units!)

View File

@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>CuttingBoard</title><link href="css/app.1164dda2.css" rel="preload" as="style"><link href="js/app.74d85d0a.js" rel="preload" as="script"><link href="js/chunk-vendors.37dada05.js" rel="preload" as="script"><link href="css/app.1164dda2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but CuttingBoard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.37dada05.js"></script><script src="js/app.74d85d0a.js"></script></body></html> <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>CuttingBoard</title><link href="css/app.1164dda2.css" rel="preload" as="style"><link href="js/app.a1173833.js" rel="preload" as="script"><link href="js/chunk-vendors.37dada05.js" rel="preload" as="script"><link href="css/app.1164dda2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but CuttingBoard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.37dada05.js"></script><script src="js/app.a1173833.js"></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@ function DefaultSettings()
borders: false, borders: false,
bladeKerf: 0.35, bladeKerf: 0.35,
crosscutWidth: 3, crosscutWidth: 3,
direction: DirectionEnum.uniform direction: DirectionEnum.alternate
}; };
} }