@peter247 What type of probe do you have? the result looks acceptable, but if anything my guess is on the probe or mechanical issue
Posts made by Martin1454
-
RE: Can deform 4mm print glass
-
RE: Question: Home Z with Z-probe before homing X & Y
What about In your home all file to make the printer "believe" it have been homed IN XY first (I think its just to set G92 X0 Y0) and then home Z, and then home X and Y
-
RE: Looking for PCB designer with spare time :)
Do you already have a complete schematic?
-
RE: 486MP Adhesive Removal
By the way - I recently had to remove some PEI that was stuck with 486MP from my plate - some good 80% IPA was good at removing.
-
RE: run code / trigger relay when heater 0 is active or standby?
@Phaedrux That is perfect, I will try to use that!
-
RE: run code / trigger relay when heater 0 is active or standby?
@Phaedrux said in run code / trigger relay when heater 0 is active or standby?:
You could set up a monitoring loop in daemon.g to check the heater status perhaps.
That seems like a good way to do it - Do we know what the status variable is called for the bed heater? or is there an overview somewhere where I can find it?
-
RE: Multiple Web Cameras
Maybe you can run OBS stream, either on another device - Or if you have a duet 3 with an RPI, then on the RPI it self - That should be able to merge the 2 streams
-
run code / trigger relay when heater 0 is active or standby?
Is it possible to setup the firmware to enable an output when you enable the heater 0 (off-> active?)
I have an mechanical relay that is in series with my bed heater, but I'm using PS_ON to enable my 24V supply - So is there a way to make one of the GPIO high or low if im changing the state of the heater?
I know that I can write a gcode to change the state of the GPIO, but I would like to avoid having to write that GCODE each time im trying to heat up the bed.
Thanks for the help!
-
RE: Where to buy connectors for Duet 3 (output/stepper connectors)
@Veti That looks like it, thanks!
-
RE: Where to buy connectors for Duet 3 (output/stepper connectors)
@Veti said in Where to buy connectors for Duet 3 (output/stepper connectors):
the molex ones you can order from china
https://de.aliexpress.com/item/32843887248.html?spm=a2g0s.9042311.0.0.27424c4dR4MHm3
I know - those I have a lot of - Its only the -VH style connectors im missing
-
RE: Where to buy connectors for Duet 3 (output/stepper connectors)
@Veti 10$ + 53$ shipping for 3+6 connectors - At "toby" I would get 100 connectors for 8£ + 22£ shipping
-
Where to buy connectors for Duet 3 (output/stepper connectors)
Hi, Im looking to rebuild my 3d printer in the near future, and I will need a few extra connectors for the steppers and the output channels.
I can see the connectors are:
2 way shell VH396-02H
4 way shell VH396-04H
Crimps for the above: VH396T-LBut is there anywhere I can buy them with ok shipping? I only found toby.co.uk where the connectors will be around 8£, but the shipping to denmark is 22£.
-
RE: G29 / 3 point bed compensation - always tilted slightly
@Phaedrux said in G29 / 3 point bed compensation - always tilted slightly:
@Phaedrux said in G29 / 3 point bed compensation - always tilted slightly:
@Martin1454 said in G29 / 3 point bed compensation - always tilted slightly:
G1 X30 Y80 F6000 ; G30 ;
@Martin1454 said in G29 / 3 point bed compensation - always tilted slightly:
G1 X160 Y170 F6000 ; G30
Your homeall and homez place the probe at different locations. Make them the same.
Did this make any difference?
No not really
-
RE: G29 / 3 point bed compensation - always tilted slightly
@CaLviNx I dont have one of those tools (yet) but the surface of the bed is a cast aluminium plate that is bought with a really flat surface, so Im suprised if its not flat. As I see it in the first picture, it looks like a flat planar that is just tilted, and not bend.
I'm gonna get the offset working again, and then I'll try to place a bit around with the Z-leadscrews placement and see the impact on the leveling.
-
RE: G29 / 3 point bed compensation - always tilted slightly
@sinned6915 said in G29 / 3 point bed compensation - always tilted slightly:
Are you certain that you dont have a dropped corner on one of your axis?
Im pretty sure non of the corners is dropped - But even if one corner is lower, shouldent the whole system stay "parallel"?
Im wondering if the M561 in my HomeZ.g have anything with the offset to do?
-
RE: G29 / 3 point bed compensation - always tilted slightly
@Phaedrux Hmm....
That got me thinking - I Use the X30 Y80 because that places the probe not that far from my first lead screw and that saves time since it doesnt have to move when it starts the 3 point leveling - But! since it is not level when it does the first zeroring of Z, will placeing it off center, make the axis it rotates about not centered also? Or since its a plane, it doesnt matter?
But I'll change it when I get home
-
RE: G29 / 3 point bed compensation - always tilted slightly
@Veti
Increased the current to 1200 - still gets the large offset
-
RE: G29 / 3 point bed compensation - always tilted slightly
@Veti said in G29 / 3 point bed compensation - always tilted slightly:
@Martin1454 said in G29 / 3 point bed compensation - always tilted slightly:
M574 Z0 ; Set endstop Z to be probe
thats not the command for Set endstop Z to be probe
this is
M574 Z1 S2 ; configure Z-probe endstop for low end on ZM308 S0 P"temp2" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp2Your thermistor is configured incorrectly. Find the correct Beta value in your thermistor documentation.
M906 X1200 Y1200 Z800 E800 I40 ; set motor currents (mA) and motor idle factor in per cent
are these correct? what stepper motors do you have?
The motors are all E3D high torque motors rated at 1.6A, except the extruder which is a small pancake stepper - current seems okay on it - Will look into the thermistors and change it from M574 Z0 to Z1 S2
EDIT: I got the Z0 from the Gcode page
"The S2 option of M574 is intended for use only when axes other than Z are using the Z probe for homing. The only printers known that do this using Duet electronics are the RepRapPro Ormerod, Huxley Duo, and Mendel Tricolour machines. When using the Z probe to home Z, M574 Z0 should be used." -
RE: G29 / 3 point bed compensation - always tilted slightly
@Veti
This is the complete config.g; Configuration file for Duet 3 (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Mon Oct 12 2020 17:14:31 GMT+0200 (Centraleuropæisk sommertid) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Duet 3" ; set printer name M669 K1 ; select CoreXY mode ; Drives M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.2 S1 ; physical drive 0.2 goes forwards M569 P0.3 S0 ; physical drive 0.3 goes forwards M569 P0.4 S0 ; physical drive 0.4 goes forwards M569 P0.5 S0 ; physical drive 0.5 goes forwards M569 P0.0 S0 ; physical drive 0.0 goes forwards M584 X0.2 Y0.1 Z0.4:0.3:0.5 E0.0 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X200 Y200 Z800.00 E415.00 ; set steps per mm M566 X1500.00 Y1500.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X8400.00 Y8400.00 Z4000.00 E1200.00 ; set maximum speeds (mm/min) M201 X800.00 Y500.00 Z200.00 E250.00 ; set accelerations (mm/s^2) M906 X1200 Y1200 Z800 E800 I40 ; 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 X300 Y250 Z480 S0 ; set axis maxima ; Endstops M574 X1 S3 ; Set endstops controlled by motor load detection M574 Y1 S3 ; Set endstops controlled by motor load detection M574 Z0 ; Set endstop Z to be probe M915 X Y H200 S1 R0 F0 ; set X and Y to sensitivity , do nothing when stall, unfiltered ; Z-Probe M558 P9 C"^io7.in" H5 F100 T6000 ; set Z probe type to bltouch and the dive height + speeds M950 S0 C"io7.out" ; create servo pin 7 for BLTouch G31 P500 X30 Y70 Z1.48 ; set Z probe trigger value, offset and trigger height M557 X40:300 Y80:195 S30 ; define mesh grid ; Define the X and Y coordinates of the leadscrews. ; Must come after M584 (Set drive mapping), M667 (Select CoreXY Mode) and M669 (Choosing Kinematics type) ; Motor order: Front right (1), front left (2), rear center (3). ; Snn Maximum correction in mm to apply to each leadscrew (optional, default 1.0) M671 X-55:360:360.0 Y170:40:310 S20 P2 ; Heaters M308 S0 P"temp2" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0 M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp2 M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1 ; Fans M950 F1 C"out7" Q500 L127 C"Heat sink" ; create fan 1 on pin out7 and set its frequency M106 P1 H1 T45 ; set fan 1 value. Thermostatic control is turned on M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency M106 P0 H-1 C"Part cooler" ; set fan 0 value. Thermostatic control is turned off ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Custom settings are not defined ; Miscellaneous T0 ; select first tool M501; Read config override