UPDATE: The fan that I installed was bad. Problem solved! Watch out for what you buy on Amazon!
Posts made by Super_Sonic_7036
-
RE: 24V fan not working
-
RE: 24V fan not working
@jens55 My other 24v fan that I tried was working fine. I’m pretty sure that the blower fans I bought might be faulty. I’ll try plugging it in place of the working fan as soon as I get the time. Thanks for the advice!
-
RE: 24V fan not working
@mrehorstdmd I have not been able to hook the fan up to a power supply. I am starting to suspect that my fans are faulty. I got them in a pack of 4 from Amazon, so I will definitely try to hook it up to a power supply to see if they work. (When I get the time of course)
-
24V fan not working
Hello,
I recently converted my printer from a 12 volt power supply to a 24 volt power supply. Everything seems to be working EXCEPT my part cooling fan. I replaced the old 12 volt one with a 24 volt fan. When I use the slider in web control, the fan does nothing. I have checked my wiring, and there's no problem there. Really not sure why it isn't working. I'm running a Duet 2 Wifi on firmware version 2.03. My config file is attached for reference. Feel free to add any other suggestions. Thanks!
-
RE: Z-Axis in centimeters
To summarize, I set my Z steps per mm to 400.
-
RE: Z-Axis in centimeters
I know that this is a bit redundant, but I reset my steps per millimeter to 400, and this time, I've finally got it. I would like to thank you all in this thread for making my printer the best it can be. And so, thank you all again for the amount of help you've given me.
-
RE: Z-Axis in centimeters
Very interesting. Despite the fact of me figuring out my problem for the most part, My prints are appearing to be very stretched in the Z direction. I might want to consider changing it to a TR8x8. Thanks for the help.
-
RE: Z-Axis in centimeters
Upon testing, I now have the right heights in mm. Thanks for the help!
-
RE: Z-Axis in centimeters
Here's the bare bones kit I'm using in case it helps.
https://vectormfg.net/shop/simple-pro-barebones-kit/ -
RE: Z-Axis in centimeters
I just did the calculations, and I multiplied the pitch of an M8 (1.25) by how many starts my screw has (4), and I got 5. I put that into the Prusia calculator, and my steps per mm are now 640. I think I've finally got it right. I'm testing my new value by printing a benchy.
-
RE: Z-Axis in centimeters
I looked up my printer's specs, and I have a 4 start acme threaded leadscrew. So then what would I have to change in my calculations?
-
RE: Z-Axis in centimeters
I've changed the value, and the Z-Axis seems to be more accurate, but I'll still have to print to see if anything has changed. Thanks for the help.
-
RE: Z-Axis in centimeters
I'll check to see if my screw is M8. If it is, then I've been using the wrong settings this whole time.
-
Z-Axis in centimeters
Hi,
I'm already aware that my Z-Axis probably has the wrong steps per mm, as my Z-Axis is in centimeters. As far as how my Z-Axis is setup, I have an M6 lead-screw driven by a Nema 17 stepper motor at 1.8 degree step angle. And if necessary, here is my config.g file.; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Mon Mar 09 2020 20:36:41 GMT-0500 (Central Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Printrbot Afterburner" ; set printer name
M551 P"bruh" ; Machine password (used when you connect Duet Web Control or via FTP); Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z3200.00 E1338.6 ; set steps per mm
M566 X9000.00 Y9000.00 Z12.00 E3.00 ; set maximum instantaneous speed changes (mm/min)
M203 X1000.00 Y1000.00 Z80.00 E60 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z50.00 E5.00 ; set accelerations (mm/s^2)
M906 X1500 Y1500 Z1500 E750 I60 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X200 Y150 Z200 S0 ; set axis maxima; Endstops
M574 X2 Y1 S1 ; set active high endstops
M574 Z1 S2 ; set endstops controlled by probe; Z-Probe
M558 P5 I1 E0 S0 H2.5 F200 T600 ; set Z probe type to inductive and normally open the dive height + speeds
G31 P1000 X25 Y0 Z0.095 ; set Z probe trigger value, offset and trigger height
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M140 H-1 ; disable heated bed
M305 P1 B4725 C7.06e-8 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 0 to 280C; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P1 D0 H1 F0 S"Print Head" ; define tool 1
G10 P0 X0 Y0 Z0 ; set tool 1 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
-
RE: Waaaaaay too slow
@Phaedrux
I took your suggestions into account as far as speed goes. I added a zero to the values that I thought could go faster, and my machine is now running at an even better pace. However, I had to reduce the acceleration and speed values of my extruder, as it was moving to fast, and it never properly gripped the filament. I'm still testing things as far as it goes, but so far, things are moving better. -
RE: Waaaaaay too slow
Update:
My mesh bed probing is moving at a much more desirable speed, thanks!
-
RE: Waaaaaay too slow
And if anyone is wondering, I'm using a Printrbot Simple Pro bare-bones kit, so if you have any suggestions, feel free to tell me.
-
RE: Waaaaaay too slow
My Z-axis has been running fine, but I'll consider changing that if I see too it. Thanks for the concern.