Left z probe
-
Hi, I'm build a idex 3d printer, and the z probe is on the left head. I know that everyone says to put it on the right head, but i have no options...
So there is any way to configure this option in reprap?
Thanks -
@agf998 Yes, it's just a number, an offset from whichever nozzle you want.
-
@kb58 ok, but where i can change it? Where i can choose that the offset is from U axis and not X axis?
-
Post your current config.g
-
@phaedrux this is my config, but i need to edit it anyway... but if you can explain me what to do, it will be great.config.g
; Configuration file for Duet Ethernet ; Firmware version 2.0 ; Executed by the firmware on start-up ; Last update 31.08.2018 by Guyaros ; Communication and general preferences M550 PMICRON EME EAGLE F1; Set machine name ;M551 PEAGLE1; Set machine password M111 S0; Debugging off G21; Work in millimetres G90; Set absolute coordinates M83; Relative extruder moves M555 P1; Set firmware compatibility to look like RepRapFirmare M575 P1 B57600 S1; Comms parameters for PanelDue M291 R"Printer initilzing" P"Please wait" S1 T10; ; Network configurations M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED; MAC Address M552 P192.168.1.14; Set IP address M554 P192.168.1.255; ` Set Gateway M553 P255.255.255.0; Netmask M552 S1; Activate network as a client ; Stepper Driver configurations M584 X0 U5 Y1 Z2 E3:4; Set custom drive mapping M569 P0 S0; Set stepper driver 0 (P0) to Spin Backwards (S0) [X] M569 P1 S0; Set stepper driver 1 (P1) to Spin Forward (S1) [Y] M569 P2 S0; Set stepper driver 2 (P2) to Spin Backwards (S0) [Z] M569 P5 S1; Set stepper driver 5 (P5) to Spin Forward (S1) [U] M569 P3 S1; Set stepper driver 3 (P3) to Spin Forward (S1) [E0] M569 P4 S0; Set stepper driver 4 (P4) to Spin Backwards (S0) [E1] M350 X16 U16 Y16 Z16 E16:16 I0; Configure microstepping (x16), Interpolation disabled (I0) ; Motors configurations M906 X1200 U1200 Y1200 Z1400 E800:800 I15; Set motors currents (mA) and motors idle factor to 15% (Inn) M84 S30; Idle the stepper motors after 30 seconds of inactivity M92 X71.111 U71.111 Y71.111 Z800; Set axis steps-per-mm (X,Y Pully 15[teeth], pitch 3[mm])(Z leadscrew pitch 4[mm/rev]) M92 E1540:1540; Set extruder steps-per-mm (Cobra water, Gear ratio 1:13.76, Hobb gear diameter 9.57[mm]) ; Kinematics configurations M201 X6000 U6000 Y6000 Z600 E600:600; Set accelerations (mm/s^2) M204 P5000 T5000; Set print and travel accelrations [mm/s^2] M566 X840 U840 Y840 Z840 E120:120; Set maximum instantaneous speed changes (mm/min) M203 X15000 U15000 Y15000 Z960 E1800:1800; Set Maximum speeds (mm/min) ; Travel configuration M208 X-59 Y-163 U-126 Z-86 S1; Set axis minimal travel (S1) M208 X272 Y87 U205 Z183 S0; Set axis maximal travel (S0) ; Endstops configuration M574 X2 U2 Y1 S1; Xmin, Umin, Vmin, Wmin, Ymax, Active HIGH microswitches M574 Z2 S1; Zmax, Active HIGH microswitch ; Motor stall detection ;M915 P0 X S63; ; Temperature sensor and heaters configurations ; Bed M305 P0 T94740 B4233 R4700 L0 H0; Set (Bed) Heater 0 (P0), thermistor resistance in 25[deg] (T94573), Beta value (B4230), series resistor value (R4700) M307 H0 A104.4 C1006 D1.0 S1.0; Set heating process parameters, Heater 0 (H0)(Bed), Gain (Annn), Time const (Cnnn), Dead time (Dnn), M143 H0 S140; Set Heater 0 (H0)(Bed), maximum temperature to 140[deg-Celsius] ;M570 H0 P60 T25; Configure heater fault detection ; Extruder E0 (Paired to X-Axis) M305 P1 T94740 B4233 R4700 L0 H0; Set Heater 1 (P1), thermistor resistance in 25[deg] (T94573), Beta value (B4230), series resistor value (R4700) M307 H1 A367.9 C689.8 D20 S1.0; Set Heater 1 (H1) (Extruder E0), Gain (A), Const time, Dead time 20[sec] (D20), max PWM 100% (S1.0) M143 H1 S280; Set Heater 1 maximum temperature M570 H1 P30 T90; Configure heater fault detection Time in seconds for which a temperature anomaly must persist, Permitted temperature excursion from the setpoint ; Extruder E1 (Paired to U-Axis) M305 P2 T94740 B4233 R4700 L0 H0; Set Heater (P2), thermistor resistance in 25[deg] (T94573), Beta value (B4230), series resistor value (R4700) M307 H2 A367.9 C689.8 D20 S1.0; Set Heater 2 (H2), Gain (A), Const time, Dead time 20[sec] (D20), max PWM 100% (S1.0) M143 H2 S280; Set maximum Heater 2 temperature ;Configure heater fault detection, Heater number, Time in seconds for which a temperature anomaly must persist, Permitted temperature excursion from the setpoint M570 H2 P30 T90; ;M135 S200; Set PID sample interval [ms] (Sn) ; Fans output configurations M106 P0 S1 F100 H1 T150; Set Fan 0 output (P0), Set to On (S1), Freq 100, Thermostatic control to Heater1, Activte at 150[deg] M106 P1 S1 F100 H2 T150; Set Fan 1 output (P1), Set to On (S1), Freq 100, Thermostatic control to Heater2, Activte at 150[deg], Blip M106 P5 S0 F100 H-1; Set Fan 5 output M106 P6 S0 F100 H-1; Set Fan 6 output M106 P7 S0 F100 H-1; Set Fan 7 output M106 P8 S0 F100 H-1; Set Fan 8 output ; Tools M563 S"X" P0 D0 H1 F5; Create Tool 0 (P0), using Extruder drive 0 (D0), using Heater 1, using Fan5 G10 P0 X0 Y0 R0 S0; Set tool 0 axis offsets, active and standby temperatures to 0C M563 S"U" P1 D1 X3 H2 F6; Create Tool 1 (P1), using Extruder drive 1 (D1), using Heater 2, using Fan6, X-axis movement mapped to U G10 P1 U0 Y0 R0 S0; Set tool 1 axis offsets, active and standby temperatures to 0C T0; Select Tool 0 M302 P0; Dont allow cold extrusion M564 H0; Allow axis movement before homing on M291 R"Printer initilzing completed" P"Printer ready" S2
-
@agf998 said in Left z probe:
M350 X16 U16 Y16 Z16 E16:16 I0; Configure microstepping (x16), Interpolation disabled (I0)
You'll want to enable interpolation for the sake of noise reduction.
What firmware version are you using? Can you post the results of M122? It looks like you're still using RRF2. Using multiple z probes gets a lot easier in RRF3 with the M558 K parameter. https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M558_in_RepRapFirmware_Num_3
I suggest you update.
If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them. Reboot after each. Use M115 to verify the firmware has been applied.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip
That will get your firmware and DWC up to date.You can see the change logs here:
https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.xFor your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/StartBackup your existing config files in the sys folder in case you want to switch back to RRF3. IT’s easy to switch back and forth, just upload the zip file for the version you want and then upload your config files.
These documents will come in handy during the conversion.
https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview
https://duet3d.dozuki.com/Wiki/Gcode