diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-09 15:34:56 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-09 15:34:56 +0300 |
commit | 6b6879245d3f58c65955fa56b42ffdb397d1fe19 (patch) | |
tree | c4d4eda33497b9020b16cda2ad948211a8440df0 | |
parent | 8168cf6859e8b0229eb91db0d6f4c77d49e19756 (diff) |
cleanup
-rw-r--r-- | technic/machines/LV/cnc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/technic/machines/LV/cnc.lua b/technic/machines/LV/cnc.lua index 280c869..6c90fb4 100644 --- a/technic/machines/LV/cnc.lua +++ b/technic/machines/LV/cnc.lua @@ -56,9 +56,9 @@ local onesize_products = { diagonal_truss = 6, diagonal_truss_cross = 4, onecurvededge_lr = 1, - d45_slope_216 = 1, - d45_beam_216 = 4, twocurvededge_lr = 1, + d45_slope_216 = 1, +-- d45_beam_216 = 4, } local twosize_products = { element_straight = 4, |