laser-cutter 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87f62fd489c3cd04c359568cd276047f1730d496
4
- data.tar.gz: eb5f44696bb79a1999a2ae5808666e0bdab759ee
3
+ metadata.gz: e5deb406767dbe7132db874d700abb81d6c962c1
4
+ data.tar.gz: 7703c53e8cef81e4dd8bade1084fe48ab9025e79
5
5
  SHA512:
6
- metadata.gz: 359698dca7aee6c61e5c3027e9b751441bc22b7c6cb07cf7331b3762f600269bcf58966e0c53192aa7ae61bee149230f082145b10a3a1fa6d795a9cabbd030fb
7
- data.tar.gz: 352ef6525a2ed57e9179245f2b69e9a5f6fb3cba26c8f1099f2a3d0919c72e59415438ea8d42ef7bc07941969a350530df1b2b9adcc2af5c351a2cf5c265f770
6
+ metadata.gz: 7ef97b5e5ed0c0655cd45c1e1c101368cbb6887352ab81fbe1c57f2996bc1f8c1ad461925071acec8f0faae3d863547307991b366c574ddb0d4a6f7268f23766
7
+ data.tar.gz: 677f12f8586448827cf4cce7d1895eb21ce6ae1eadb6182a7b511e6c2a888c7b5bd2290685af0695d76247c7444ee3482f1de41b1850b36c5899527cf9a7705d
@@ -13,7 +13,6 @@ module Laser
13
13
  units: 'in',
14
14
  page_layout: 'portrait',
15
15
  metadata: true
16
- #kerf: 0.007 # smallest kerf for thin material, usually it's more than that.
17
16
  }
18
17
 
19
18
  UNIT_SPECIFIC_DEFAULTS = {
@@ -21,8 +20,10 @@ module Laser
21
20
  margin: 3,
22
21
  padding: 2,
23
22
  stroke: 0.0254,
23
+ kerf: 0.1778
24
24
  },
25
25
  'in' => {
26
+ kerf: 0.007, # smallest kerf for thin material, usually it's more than that.
26
27
  margin: 0.125,
27
28
  padding: 0.1,
28
29
  stroke: 0.001,
@@ -1,5 +1,5 @@
1
1
  module Laser
2
2
  module Cutter
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: laser-cutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Gredeskoul