Facepalm
Thank you all for your input
And thank you whosrdaddy for the solution. i tried extruding without the heatbloc connectet.
And filament extrudes as it should. so after a cleanup it should work fine .
Thanks again
Facepalm
Thank you all for your input
And thank you whosrdaddy for the solution. i tried extruding without the heatbloc connectet.
And filament extrudes as it should. so after a cleanup it should work fine .
Thanks again
And it has worked fine for me too until i updated firmware ???? it makes no sense i know . But its a fact. I even tried re uploading the firmware with no change
So somewhere in my files there is a little gnome teasing me
Pancake? dunno . its the motor delivered with the titan ( e3d ) 26 mm thick . And i run on 12V on my system
my problem is that it dosnt extrude enough filament . only about half.
It's a 9 degree stepper and i have had it running fine.
measuring 100 mm filament and mark it and tell it to extrude 100 mm. it only extrudes 60 mm with this setup ?
M92 X80 Y80 Z400 E837 ; Set steps per mm
M350 E16 I1 ; Configure microstepping with interpolation
M350 X16 Y16 Z16 I1 ; Configure microstepping with interpolation
M566 X1200 Y1200 Z24 E300 ; Set maximum instantaneous speed changes (mm/min)
M203 X30000 Y30000 Z600 E3000 ; Set maximum speeds (mm/min)
M201 X500 Y500 Z100 E5000 ; Set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
Drives
M569 P0 S0 ; Drive 0 goes backwards
M569 P1 S0 ; Drive 1 goes backwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forkwards
M350 E32 I1 ; Configure microstepping with interpolation
M350 X32 Y32 Z32 I1 ; Configure microstepping with interpolation
M92 E907 ; step pr mm extruder
M92 X80 Y80 Z400; Set steps per mm
M566 X1200 Y1200 Z20 E300 ; Set maximum instantaneous speed changes (mm/min)
M203 X30000 Y30000 Z800 E3000 ; Set maximum speeds (mm/min)
M201 X500 Y500 Z130 E2500 ; Set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
i tried swapping M92 and M350 as sugested. Still doesnt change a thing ?
the fun part is that it worked fine before ??
After i upgraded to latest firmware, my extrution is way off .
Nomatter what i set the step pr mm to, it dosnt change a thing ?
Config.g :
; Configuration file for Duet WiFi (firmware version 1.17 to 1.19)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Sat Oct 28 2017 00:02:03 GMT+0200 (Mitteleuropäische Sommerzeit)
; General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves
M555 P2 ; Set firmware compatibility to look like Marlin
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X400 Y400 Z400 S0 ; Set axis maxima
M561 ; Cancel any existing bed compensation
G29 S1 ; load hight map
; Endstops
G91 ; relative mode
G1 Z4 F200 ; raise head 4mm to ensure it is above the Z probe trigger height
G90 ; back to absolute mode
;G1 X200 Y200 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height
M574 X1 Y1 Z1 S1 ; Define active high microswitches
M558 P1 X0 Y0 Z0 H5 F120 T12000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
G31 P500 X0 Y0 Z1.567 ; Set Z probe trigger value, offset and trigger height
M557 X50:350 Y50:350 S50 ; Define mesh grid
; Drives
M569 P0 S0 ; Drive 0 goes backwards
M569 P1 S0 ; Drive 1 goes backwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forkwards
M92 X80 Y80 Z400 E851; Set steps per mm
M350 E32 I1 ; Configure microstepping with interpolation
M350 X32 Y32 Z32 I1 ; Configure microstepping with interpolation
M566 X1200 Y1200 Z20 E300 ; Set maximum instantaneous speed changes (mm/min)
M203 X30000 Y30000 Z800 E3000 ; Set maximum speeds (mm/min)
M201 X500 Y500 Z130 E2500 ; Set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Heaters
M143 S265 ; Set maximum heater temperature to 265C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
; Tools
G10 P0 S[extruder0_temperature] R[extruder0_temperature]
My tool definitions are (Note I'm using Fan 1, you probably don't need/want that):
M563 P0 D0 H1 ;F1 ; Define tool 0
G10 P0 S0 R0 X0 Y0 ; Set tool 0 operating and standby temperatures
M307 H1 A326.1 C168.0 D6.1 B0 ; PID settings for H1
M563 P1 D1 H1 ;F1 ; Define tool 1
G10 P1 S0 R0 X0 Y0 ; Set tool 1 operating and standby temperatures
;M92 E90.13:92.67 ; Set extruder steps per mm
; Network
M550 PCR 10 TITAN ; Set machine name
M552 S1 ; Enable network
M587 S"SSID" P"PASSWORT" ; Configure access point. You can delete this line once connected
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet
; Fans
M106 P0 S1 I0 F500 H1 T50; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P2 S255 ;MCU fan thermostatic
; Custom settings
;M912 P0 S-13 ; calibrate MCU Temp
; Miscellaneous
M501 ; with PID Tune data
T0 ; Select first tool
What am i doing wrong ?
I installed the 1.20RC3 and webserver
but lost wifi signal ?
SENT: M115
READ: FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.20RC3 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-12-16
I got the Mini IR board on my Creality CR-10
I have the mesh bed leveling working fine.
But i would like to use the sensor as Z endstop .
I am guessing i should have the bed center as home for starter
so i dont go outside the bed when homing Z
any sugestions ?
; Configuration file for Duet WiFi (firmware version 1.17 to 1.19)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Sat Oct 28 2017 00:02:03 GMT+0200 (Mitteleuropäische Sommerzeit)
; General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves
M555 P2 ; Set firmware compatibility to look like Marlin
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X400 Y400 Z400 S0 ; Set axis maxima
M561 ; Cancel any existing bed compensation
G29 S1 ; load hight map
; Endstops
M574 X1 Y1 Z1 S1 ; Define active high microswitches
M558 P1 X0 Y0 Z0 H5 F120 T12000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
G31 P500 X0 Y0 Z1.660 ; Set Z probe trigger value, offset and trigger height
M557 X50:350 Y50:350 S100 ; Define mesh grid
; Drives
M569 P0 S0 ; Drive 0 goes backwards
M569 P1 S0 ; Drive 1 goes backwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forkwards
M92 X80 Y80 Z400 E906 ; Set steps per mm
M350 E32 I1 ; Configure microstepping with interpolation
M350 X32 Y32 Z32 I1 ; Configure microstepping with interpolation
M566 X1200 Y1200 Z24 E300 ; Set maximum instantaneous speed changes (mm/min)
M203 X30000 Y30000 Z600 E3000 ; Set maximum speeds (mm/min)
M201 X500 Y500 Z100 E2500 ; Set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Heaters
M143 S265 ; Set maximum heater temperature to 265C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
; Tools
G10 P0 S[extruder0_temperature] R[extruder0_temperature]
G10 P1 S[extruder0_temperature] R[extruder0_temperature]
My tool definitions are (Note I'm using Fan 1, you probably don't need/want that):
M563 P0 D0 H1 ;F1 ; Define tool 0
G10 P0 S0 R0 X0 Y0 ; Set tool 0 operating and standby temperatures
M307 H1 A326.1 C168.0 D6.1 B0 ; PID settings for H1
M563 P1 D1 H1 ;F1 ; Define tool 1
G10 P1 S0 R0 X0 Y0 ; Set tool 1 operating and standby temperatures
; Network
M550 PMichael I Jensen 3D Print ; Set machine name
M552 S1 ; Enable network
M587 S"SSID" P"PASSWORT" ; Configure access point. You can delete this line once connected
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet
; Fans
M106 P0 S1 I0 F500 H1 T50; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P2 S255 ;MCU fan thermostatic
; Custom settings
;M912 P0 S-13 ; calibrate MCU Temp
; Miscellaneous
M501 ; with PID Tune data
T0 ; Select first tool
; bed.g
; called to perform automatic bed compensation via G32
;
; generated by RepRapFirmware Configuration Tool on Thu Nov 02 2017 19:05:45 GMT+0100 (Rom, normaltid)
; Clear any bed transform
M561
; Home all axes
G28
; Probe the bed at 4 points
G30 P0 X50 Y50 H0 Z-99999
G30 P1 X50 Y350 H0 Z-99999
G30 P2 X350 Y350 H0 Z-99999
G30 P3 X350 Y50 H0 Z-99999
G30 P4 X200 Y200 H0 Z-99999 S
Works great on my CR-10-4
Using the original case ,and like you , i raised the board about 30 mm for airflow.
I did swap the original case fans for a single Noctura 60 mm fan , and that keeps it just aound 30 degrees .c
I use the 5" PanelDue . And i must say i really love this setup . Really quiet printer now
Thanks for a great job on this g code