You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!

exxos blog - random goings on

Blogs & guides and tales of woo by forum members.
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

Place your bets! :lol: :fire: :fire: :fire: :hide: :coffee:





There is nothing like the smell of burning plastic in the afternoon :lol: Makes a change from usual semiconductor burning smell I guess :lol:


EDIT:

Oh, The burning plastic was actually the Z-motor assembly on the verge of melting again.. :lol: .. So emergency stop and set the amps to the motor time....
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

Well that is another thing which is wrong in the grand scheme of things. Setting the motor current with M906 changes the values in the firmware and are displayed back correctly, but they are not actually set to the motor :roll:

The Z motor I guessed that it would need 200mA ages ago, but even setting the power to 10mA the motor was burning. So I just cut one of the motor cables and put my meter on it and saw it was pushing 550mA!

As these boards have a trim pot, I just turned it on till I got down to about 200mA. So I assume this will stop the motor burning now.
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

Where's the Z-probe when'ya need one!

IMG_0296.JPG
IMG_0297.JPG

3rd time lucky maybe...
You do not have the required permissions to view the files attached to this post.
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

The problem with the bed is manually getting it level is a pain when I can only tell by printing out a trillion squares. So I've ordered an induction probe. No idea how to set it up, or mount it, or owt. But I guess I could fit a LED onto it or something as a indicator to getting the bed level. Overall it looks to be printing OK ..
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

Not much time for stuff today as been busy rewriting forum and store code again.

My induction sensor has come. Hacked a bracket off thingiverse to fit it. Though I was sure the part cooling fan was working before , only it's not. In fact it's not even plugged in :roll: turns out the extruder fan is plugged in where the cooling fan should go. Problem is, I've no idea where the extruder fan goes now :roll:

Been looking though the marlin code and seems the extruder auto fan is enabled. But there is no clue at all where that output is going. There are 6 fan headers all with LEDs on them. So in know when a fan comes on. Just only 1 light does, and that's the part cooling fan. So no idea what's going on now :roll:
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

I figured it out.

Code: Select all

#define E0_AUTO_FAN_PIN -1
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1
#define E4_AUTO_FAN_PIN -1
#define E5_AUTO_FAN_PIN -1
#define E6_AUTO_FAN_PIN -1
#define E7_AUTO_FAN_PIN -1
#define CHAMBER_AUTO_FAN_PIN -1
#define COOLER_AUTO_FAN_PIN -1
#define COOLER_FAN_PIN -1
To:

Code: Select all

#define E0_AUTO_FAN_PIN FAN1_PIN
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1
#define E4_AUTO_FAN_PIN -1
#define E5_AUTO_FAN_PIN -1
#define E6_AUTO_FAN_PIN -1
#define E7_AUTO_FAN_PIN -1
#define CHAMBER_AUTO_FAN_PIN -1
#define COOLER_AUTO_FAN_PIN -1
#define COOLER_FAN_PIN -1
Now the extruder fan comes on when the heater gets over 50c :)
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

FF printer seems to have got worse for no reason. Just changed the print head and tube but didn't help. Its like the PLA is leaking out of the head at random causing a blobby mess and no idea why :(

IMG_0298.JPG
You do not have the required permissions to view the files attached to this post.
User avatar
Icky
Site Admin
Site Admin
Posts: 4347
Joined: 03 Sep 2017 10:57
Location: UK

Re: exxos blog - random goings on

Post by Icky »

exxos wrote: 08 Feb 2022 17:10 FF printer seems to have got worse for no reason. Just changed the print head and tube but didn't help. Its like the PLA is leaking out of the head at random causing a blobby mess and no idea why :(
I find white filament a pain to work with. Due to the pigments it behaves differently from the other colours.
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

Icky wrote: 08 Feb 2022 19:00 I find white filament a pain to work with. Due to the pigments it behaves differently from the other colours.
I have the most problem with black :lol:

I slowed the acceleration down as it was geared up for the other printer :roll: Gone from 1000 to 200 and things are a lot better now.

IMG_0301.JPG

I think the main problem is there seems to be some X-wobble. Though I cannot really tighten up the belts on this printer. Plus the bed itself being only secure from the back wobbles in the front-end anyway.. Damn terrible printer designs of these things all are :roll:

EDIT:

Seems the X-motor was actually loose :roll:

Quality is "better" but I am currently printing out a block to fit the Z-probe. So I do not really care how pretty it looks at this point.
You do not have the required permissions to view the files attached to this post.
User avatar
exxos
Site Admin
Site Admin
Posts: 28211
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

My new magnetic bed and build plate arrived :dualthumbup:

Old glass bed.

IMG_0321.JPG

Magnetic bed stuck on.

IMG_0322.JPG

New build plate on.

IMG_0323.JPG

New Z-probe mounting block.

IMG_0324.JPG
IMG_0325.JPG

Bed is now perfectly level. Though I just hooked the sensor up to my bench power supply. Thankfully it has a LED on top as a indicator. I have no idea how to hook this up to the board yet. But it probably will not be much use as there is no way to auto level the bed anyway :shrug:

IMG_0326.JPG

So next up I need to work out how to manually do the Z-offset as I do not want to alter the bed manually again now it is level.
You do not have the required permissions to view the files attached to this post.

Return to “MEMBER BLOGS”

Who is online

Users browsing this forum: CCBot, EvilFranky and 17 guests