I thing both is working.. M408 Is what i was looking for but i will check the HTTP Requests thank you
Latest posts made by Xanaden
-
RE: Using Smart Home / FHEM
-
Using Smart Home / FHEM
Hello
Iam quite new to Smart Home and FHEM stuff but the last few days i got my FHEM Smarthome server to conntect to Telenet and do the preheat the Printer Next door.
well i know this is kinda useless because i need to start the Browser anyway to load the file iam looking for a way to read the status from the Print so i get notified or do some other stuff.So is ther a easy way using telenet or something similar to read the status?
Thank you
-
RE: New Board, Dead Board.
Pin 1 zu Pin 2 von 4.0 Ohm and Pin 1 to Pin 3 42.4Ohm and Pin 2 to Pin 3 40.2 Ohm
-
RE: New Board, Dead Board.
@T3P3Tony Sure i can but it looks like 3.3V is missing.
Still Dunno why my "old" duet ethernet is still working fine on the same machine.
-
New Board, Dead Board.
Hello
My Reseller told me to open a Thread in this Forum because i bought a new Duet with 7" Panel last week from Makerdise. I used it 5 Days with out a Problem yesterday during print with out touching the wiring the Panal smoked and the LED turn dark. The Wiring is professionally done ( its my job) nothing went lose.
If i turn the Power on now the thers only the 2 Power Led Blue and Red on. Display and the rest stays dark.
I was using a Duet Ethernet befor on this printer for about 6 Month only wanted to switch to the Wifi and the 7" display now. My other 4 Duet´s have had no Single problems until now.
After the "crash" is switched back to the a Other Duet on this printer and have no problems ther too![alt text]( image url)
-
RE: Some more BLtouch problems
Okay so i have a 0.02 deviation in the bltouch i still lowerd the probe and the max ACC Z speed but still get a deviation around 0.19 each G32 if i do 10 times in a row
Any ideas what i migh doing wrong?
-
Some more BLtouch problems
Hello
i Found some more problems with my BLtouch / Corexy printer maybe you guys have a Solution.
Everytime i start a print with the same gcode i have a different first layer.
Sometimes its to close sometimes to far away even if i use G29 before every print.Also each time i start G32 (successively)i have an deviation about 0.3
I have tighten the Z Couppler, moving z very slow and cant measure any offset on Z movingIs ther a way to test the Bltouch repeatability like M48 P4 X200 Y200 V2 E L2 in marlin?
M558 P5 X0 Y0 Z1 H5 F120 T6000 ; Set Z Probe to type Switch or Digital output
G31 P50 X63 Y-65 Z1.8
M557 X65:340 Y30:380 S70 ; Define mesh gridM584 X0 Y1 Z2:3 E4:5:6
M671 X-75:480 Y240:240 S2G28 XY ; home
G28 Z
M401 ; deploy Z probe
G30 P0 X65 Y190 Z-99999 ; probe near a leadscrew
G30 P1 X370 Y190 Z-99999 S2 ; probe near a leadscrewM402 ; retract probe
G28 ZAny idea what iam doing wrong?
-
RE: Some Bltouch questions
Thank you for that.
Now i still have trouble with the G32 command.Iam leveling my axis like 0.5mm off and run G32 After G32 is over my axis are off like 1.4mm so what iam doing wrong?
edit
I tried it multible times in a row and its getting worse every time untill i get the Limit Error
Bed.g
G28 XY ; home
G28 Z
M401
G30 P1 X370 Y190 Z-99999 ; deploy Z probe
G30 P0 X65 Y190 Z-99999 S2 ; probe near a leadscrew
; probe near a leadscrewM402 ; retract probe
Config.g
M584 X0 Y1 Z2:3 E4:5:6M671 X-15:380 Y240:240 S2 as the last command
-
RE: Some Bltouch questions
1.19
Homez :
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool on Tue Oct 10 2017 16:36:21 GMT+0200 (Mitteleuropäische Sommerzeit); Lift Z relatively to current position
G91
G1 Z5 F6000; Move Z down until the switch triggers
G1 Z-455 S1 F1800; Back to absolute positioning
G90; Tell the firmware where we are
G92 Z0; Uncomment the following lines to lift Z after probing
;G91
;G1 Z5 F100
;G90Homeall
; Move Z down until the switch triggers
G1 Z-455 F1800 S1What do i need to Change to use the Bltouch as Z endstop?