BLTouch, "Mesh bed compensation" e M208 January 07, 2019 10:44AM |
Registered: 5 years ago Posts: 21 |
M561 ; Elimina ogni eventuale trasformazione del piano G1 X402.5 Y227 Z10 ; Posiziona il probe al centro del piano G30 ; Esegui una singola tastatura M375 P"mappa.csv" ; Carica mappa custom (altrimenti usare G29 S1) G1 Z20 F6000 ; Allontana piano
Re: BLTouch, "Mesh bed compensation" e M208 January 07, 2019 12:04PM |
Registered: 10 years ago Posts: 6,409 |
Re: BLTouch, "Mesh bed compensation" e M208 January 30, 2019 05:37PM |
Registered: 9 years ago Posts: 200 |
; Z-Probe M574 Z1 S2 ; Set endstops controlled by probe M558 P9 H5 F120 T6000 ; Set Z probe type to bltouch and the dive height + speeds G31 P500 X0 Y65 Z1.75 ; Set Z probe trigger value, offset and trigger height M557 X20:240 Y40:260 S20 ; Define mesh gridLascia perdere i miei valori strani: sono di test.
;G29 S1 ; load heightmapS1 ti serve per evitare di ripetere l'auto mesh bed ogni volta che fai home
Re: BLTouch, "Mesh bed compensation" e M208 February 07, 2019 06:18AM |
Registered: 5 years ago Posts: 21 |
Re: BLTouch, "Mesh bed compensation" e M208 February 07, 2019 07:28AM |
Registered: 9 years ago Posts: 200 |
Re: BLTouch, "Mesh bed compensation" e M208 February 07, 2019 08:34AM |
Registered: 5 years ago Posts: 21 |
; Z PROBE M558 P5 X0 Y0 Z1 H5 F200 T6000 B0 ; Set Z probe type to bltouch and the dive height + speeds G31 P50 X15 Y-30 Z0.23 ; Set Z probe trigger height and x/y offset from the nozzle M557 X8:800 Y3:400 S130 ; Define probing grid
M561 ; Delete any previous bed fitting M376 H0 ; Set bed compensation taper to zero G28 ; Homing G29 ; Probe the bed, activate and use mesh bed compensation with the obtained map
Re: BLTouch, "Mesh bed compensation" e M208 March 01, 2019 08:31AM |
Registered: 6 years ago Posts: 2 |
Re: BLTouch, "Mesh bed compensation" e M208 March 01, 2019 10:52AM |
Registered: 5 years ago Posts: 21 |
Quote
Ema.m
ho tolto il G29 dallo slicer,c'è una possibilità di risolvere il problema,considerando che la scheda è molto limitata?
Re: BLTouch, "Mesh bed compensation" e M208 June 01, 2019 05:14PM |
Registered: 6 years ago Posts: 2 |