400 hps Scrog flowering

jollygreengiant8

Well-Known Member
stilltoken..moved them out of the closet and infront of the A/C across the room to keep temps below 80.
i had a box fan blowing at the light from outside of the closet with a smaller fan blowing across the top of the plants, temps around 80-85.
You work with what you got..i had to keep the closet door open..but ideally you would want to keep door closed and cut intake and exhaust holes and attach appropriate fans.
 

bl33b

Well-Known Member

jollygreengiant8

Well-Known Member
Hey, what is the size of the square that holds the net? Are those 2'x2'?
yeah 2'x2' holes, the screen was about 3.5ftx3ft but then i cut it and gave them their own scrog so one screen is larger and not very square and the other is smaller but square..not exactly professional but i had a hard time cutting, creating, then gluing the screen where i wanted it by myself...but fuck it itll do.:bigjoint:
ill get the measuring tape out later after a few bong rips
 
Top
// Add this to your XenForo extra.js template or include in a separate JS file // 1. Basic Twemoji Implementation $(document).ready(function() { // Load Twemoji library $.getScript("https://unpkg.com/[email protected]/dist/twemoji.min.js", function() { // Function to replace native emojis with Twemoji function replaceTwemoji() { // Parse the DOM to replace emojis twemoji.parse(document.body, { folder: 'svg', ext: '.svg', callback: function(icon, options) { // Exclude certain characters if needed switch (icon) { case 'a9': // © copyright case 'ae': // ® registered trademark case '2122': // ™ trademark return false; } return ''.concat(options.base, options.folder, '/', icon, options.ext); } }); } // Initial replacement replaceTwemoji(); // Watch for new content (like when loading new posts) $(document).on('xf:layout', function() { replaceTwemoji(); }); // 2. Modify the XenForo emoji picker to use Twemoji if (XF.EmojiCompleter) { // Override the default emoji completer XF.EmojiCompleter = XF.extend(XF.EmojiCompleter, { insertEmoji: function(shortname) { // Call the original method to insert the emoji this.__super(shortname); // After insertion, replace with Twemoji setTimeout(function() { replaceTwemoji(); }, 10); } }); // Replace emojis in the picker $(document).on('shown.bs.dropdown', '.js-emojiContainer', function() { setTimeout(function() { twemoji.parse(document.querySelector('.js-emojiContainer'), { folder: 'svg', ext: '.svg' }); }, 50); }); } }); }); // 3. Add CSS for proper emoji display $(document).ready(function() { // Add CSS for emoji styling $("