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....
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
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.
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!
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
-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos blog - random goings on
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.
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.
-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos blog - random goings on
Where's the Z-probe when'ya need one!
3rd time lucky maybe...
3rd time lucky maybe...
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos blog - random goings on
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 ..
-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos blog - random goings on
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:
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:
-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos blog - random goings on
I figured it out.
To:
Now the extruder fan comes on when the heater gets over 50c :)
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 -1Code: 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-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos blog - random goings on
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 :(
You do not have the required permissions to view the files attached to this post.
-
Icky
- Site Admin

- Posts: 4347
- Joined: 03 Sep 2017 10:57
- Location: UK
Re: exxos blog - random goings on
I find white filament a pain to work with. Due to the pigments it behaves differently from the other colours.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 :(
-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos blog - random goings on
I have the most problem with black :lol: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 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.
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.
-
exxos
- Site Admin

- Posts: 28211
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos blog - random goings on
My new magnetic bed and build plate arrived :dualthumbup:
Old glass bed.
Magnetic bed stuck on.
New build plate on.
New Z-probe mounting block.
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:
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.
Old glass bed.
Magnetic bed stuck on.
New build plate on.
New Z-probe mounting block.
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:
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.
Who is online
Users browsing this forum: CCBot, EvilFranky and 17 guests