want to center the sample with G1 Z1 (mesh bed compensation)
-
when I want to center the probe (preparing mesh bed compensation step by step) with G1 Z1...the probe doesn't move a little in x and y but only z
Here my config g:
Configuration file for Duet WiFi (firmware version 3.3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.3.12 on Wed Aug 24 2022 12:56:11 GMT+0200 (Mitteleuropäische Sommerzeit); General preferences
M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"DUKA1300" ; set printer name; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P1 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes forwards
M569 P3 S0 ; physical drive 3 goes forwards extruder1
M569 P4 S1 ; physical drive 4 goes forwards
M584 X0 Y1 Z2 E3:4 ; set drive mapping
M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
;M92 X80.00 Y80.00 Z400.00 E420.00:420.00 ; set steps per mm
M92 X80.00 Y80.00 Z640.00 E320.20:320.51 ; set steps per mm
M566 X900.00 Y900.00 Z120.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z1200.00 E1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z40.00 E250.00:250.00 ; set accelerations (mm/s^2)
M906 X1800 Y1800 Z2000 E1800:1800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X125 Y45 Z0 S1 ; set axis minima
M208 X715 Y815 Z1200 S0 ; set axis maxima; Endstops
M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
;M574 Z2 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for high end on Z via pin zstop
;M574 Z2 S2 ; configure Z-probe endstop for high end on Z
; Z-Probe
M558 P1 C"!zprobe.in" H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
G31 P1000 X-20 Y80 Z1.788 ; set Z probe trigger value, offset and trigger height
M557 X125:710Y45:810S100 ; define mesh grid; Heaters
M308 S0 P"e1temp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin e1temp
M950 H0 C"e1heat" T0 ; create nozzle heater output on e1heat and map it to sensor 0
M307 H0 R1.797 K0.742:0.000 D7.57 E1.35 S1.00 B0 V23.8 ; disable bang-bang mode for heater and set PWM limit
M143 H0 S250 ; set temperature limit for heater 0 to 250C
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 R1.797 K0.742:0.000 D7.57 E1.35 S1.00 B0 V23.8 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S250 ; set temperature limit for heater 1 to 250C
M308 S2 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 2 as thermistor on pin bedtemp
M950 H2 C"bedheat" T2 ; create bed heater output on bedheat and map it to sensor 2
M307 H2 R0.283 K0.463:0.000 D7.17 E1.35 S1.00 B0 ; enable bang-bang mode for the bed heater and set PWM limit
M140 H2 ; map heated bed to heater 2
M143 H2 S280 ; set temperature limit for heater 2 to 280C; Fans
;M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
;M106 P0 S1 H0 T45 ; set fan 0 value. Thermostatic control is turned on
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
;M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on; Tools
;M563 P0 D0 H0 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
M563 P1 D1 H1 F1 ; define tool 1
G10 P1 X45 Y45 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C; Custom settings are not defined
; Miscellaneous
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss -
@axiom can you provide a little more information on what it is you are doing, what it is you expect to happen and what actually happens? So for instance what commands are you issuing and how are you issuing them?
-
@gloomyandy i want to follow the mesh bed compensation step by step guide (https://duet3d.dozuki.com/Wiki/Using_mesh_bed_compensation). I could go to any other point without any problems...but I think if this command doesn't work, something fundamental is wrong
-
@axiom I think you may have misunderstood the instructions it sounds like you are trying to follow this step:
Command the print head to the coordinates you want to probe. To probe the center, send G1 Z1.
which is perhaps a little ambiguous. The G1 Z1 command will only move the print head in Z and will position it 1mm above the bed (or atleast 1mm above the current Z=0 position). It will not move the print head to the centre of the bed. You will need to to that by issuing extra commands (or using the DWC movement commands), so for instance if the centre of your bed is 150, 100 send G1 X150, Y100 (make sure your nozzle is clear of the bed before doing this by running G1 Z5 or something similar), you can then use G1 Z1 to lower the nozzle to be 1mm above the bed for the rest of the procedure.
Oh and the instructions you are following have moved to the new documentation pages. The "new" version is here: https://docs.duet3d.com/en/User_manual/Connecting_hardware/Z_probe_mesh_bed I couldn't see any updates but it makes sense to use the current version.
-
@gloomyandy I actually got that wrong! Thank you very much and then I will follow the new instructions.
All the best! -
@gloomyandy said in want to center the sample with G1 Z1 (mesh bed compensation):
To probe the center, send G1 Z1.
which is perhaps a little ambiguous.Thanks for pointing this out, I've updated the step to say:
- Command the print head to the XY coordinates you want to probe. This can be any place where both the nozzle and the probe are over the bed. Either use the jog buttons in DWC, or send a G1 command (eg G1 X100 Y100) to move to a specific location.
Ian
-
@droftarts thank you ian