@jay_s_uk It work thank you !
Latest posts made by Pseud3mys
-
toolboard fail autoleveling
hi !
I am using a tool board with 3.3beta2+2. I have a bltouch connected to it.
My issues is than the head move to high from the bed (twice the dive height). So it always return "Error: Probe was not triggered during probing move".
The problem it is not because the dive height is to low, but because the firmware move the head 20mm of the bed instead of 10mm (=one dive height) and for the firmware this 20mm is 10mm like it "eat" 10mm for no reason, so after the 0 point is 10mm above the bed.
I hope you enderstood myself.My prob config:
M558 P9 C"^122.io0.in" H10 F120 T5000 G31 K0 X-85 Y47 Z0 ;prob offset M950 S0 C"^122.io0.out"
-
conditional Gcode with printer Mode
Hi !
I what to make to different pause script, one for the CNC mode and one for the FFF mode. Who can I make a "if" command with the M450 command ?
like:if M450 == "PrinterMode:FFF" ;one pause script.. if M450 == "PrinterMode:CNC" ;second pause script
thank you !
-
step/mm depend on microsteps ?
Hi !
I use BMG x2 extruder and the fabricant say: "E-step value 415" but when I put in config:M92 E415.00:415.00
The feed amout is not accurate (under the real lenght). The Estep value 415 can't be wrong so what I need to change for the M92 command ?
Thank you !
AlexandrePS: The gear ratio is 3:1 and the controller microstep is 32.
-
RE: tool position freeze (3.2.2)
@dc42 To overcome this issues I use the 3.3beta2 metacommand:
; in my config.g file: M950 J8 C"^!125.io0.in" ; in a macros: G91 while sensors.gpIn[8].value == 0 ; this loop run fine G1 Z-0.01 F500 G0 Z20 F300 M400 while sensors.gpIn[8].value == 0 G1 Z-0.01 F100 G90
And I have one question:
- and after, can this replace a Z probe ? did the loop will stop at the exact moment the button is closed (with this 0.01 resolution) ?
Thank you for your time and help !
-
RE: tool position freeze (3.2.2)
@dc42 I change the firmawre and DWC with your files and I try with my setup (3 extarnals drivers boards (CAN 40, 41, 42) and one toolboard with CAN 125) in standalone but only the busy status goes fine, the coordinate and speed still freeze after I send exactly this command (the same that in the config.g file).
M558 P8 K2 C"^!125.io0.in" F300 T3000
-
RE: tool position freeze (3.2.2)
@phaedrux the bug stay the same in 3.2.2 or in 3.3beta2 (with the right DWC version). It is the all "status" box how freeze (the status "idle" don't go to "busy", speed and coordinates don't change) just the sensors part is not impacted.