Skip to content

Instantly share code, notes, and snippets.

View VanessaE's full-sized avatar

Vanessa Dannenberg VanessaE

View GitHub Profile
@VanessaE
VanessaE / marlin-settings.diff
Last active November 8, 2021 01:58
current marlin settings
vanessa@rainbird:~/RepRap/Marlin-bugfix-1.1.x$ git show HEAD --no-color |cat
commit 2f254f67104716a89e233d54e49d103373949f78
Author: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Thu May 4 08:09:12 2017 -0400
My settings
diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 478bb9a1..90974e3a 100644
--- a/Marlin/Configuration.h
commit cf97f02434af2d6342b3e11156d089f40a7a2460
Author: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Sun Apr 9 15:05:44 2017 -0400
only reject part of itemtack from chest, if possible
(e.g. if there's room for 50 of some item, and you send a stack of 99,
50 are added to the chest and a stack of 49 is rejected and sent
on to the next destination)
@VanessaE
VanessaE / signs-chargen.sh
Created January 11, 2017 03:37
signs_lib char gen
#!/bin/bash
# Simple font generator for homedecor signs mod
# By Vanessa Ezekowitz
#
# License: WTFPL
# Usage:
#
# signs-chargen.sh fontname fontheight [top-excess bottom-excess left-excess right-excess]
diff --git a/Build.PL b/Build.PL
index 06261f7..71cc662 100644
--- a/Build.PL
+++ b/Build.PL
@@ -9,7 +9,7 @@ use File::Spec;
my %prereqs = qw(
Devel::CheckLib 0
Encode 0
- Encode::Locale 1.05
+ Encode::Locale 1.03
diff --git a/init.lua b/init.lua
index 9c36883..053367d 100644
--- a/init.lua
+++ b/init.lua
@@ -239,6 +239,8 @@ function moretrees:grow_jungletree(pos)
moretrees.jungletree_model.rules_b = moretrees.jt_rules_b2
end
+ moretrees.jungletree_model.enable_unique_ids = true
+
diff --git a/signs_lib/init.lua b/signs_lib/init.lua
index f945735..1623e0d 100644
--- a/signs_lib/init.lua
+++ b/signs_lib/init.lua
@@ -449,41 +449,29 @@ signs_lib.update_sign = function(pos, fields)
text:setyaw(sign_info.yaw)
end
-minetest.register_node(":default:sign_wall", {
- description = S("Sign"),
diff --git a/signs_lib/init.lua b/signs_lib/init.lua
index f945735..8585903 100644
--- a/signs_lib/init.lua
+++ b/signs_lib/init.lua
@@ -449,41 +449,29 @@ signs_lib.update_sign = function(pos, fields)
text:setyaw(sign_info.yaw)
end
-minetest.register_node(":default:sign_wall", {
- description = S("Sign"),
From 1a9f3e1cf0730cbc9cb65e78f8a2053bd1cb33d3 Mon Sep 17 00:00:00 2001
From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Wed, 18 Jun 2014 19:36:38 -0400
Subject: [PATCH] Better raindrop texture, make raindrops not rotate with view
pitch (makes shaped raindrops work right in texture packs)
---
init.lua | 23 ++++++++++++-----------
textures/snowdrift_raindrop.png | Bin 180 -> 414 bytes
2 files changed, 12 insertions(+), 11 deletions(-)