Re: Precision Piezo Z-probe Now available. September 12, 2018 03:02PM |
Registered: 10 years ago Posts: 465 |
Re: Precision Piezo Z-probe Now available. September 15, 2018 03:55PM |
Registered: 7 years ago Posts: 17 |
Re: Precision Piezo Z-probe Now available. September 16, 2018 12:50PM |
Registered: 13 years ago Posts: 1,466 |
Re: Precision Piezo Z-probe Now available. September 16, 2018 04:05PM |
Registered: 10 years ago Posts: 465 |
Re: Precision Piezo Z-probe Now available. September 16, 2018 11:59PM |
Registered: 9 years ago Posts: 16 |
Re: Precision Piezo Z-probe Now available. September 17, 2018 12:24AM |
Registered: 9 years ago Posts: 5,232 |
Re: Precision Piezo Z-probe Now available. September 17, 2018 05:19AM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. September 17, 2018 01:29PM |
Registered: 9 years ago Posts: 16 |
Re: Precision Piezo Z-probe Now available. September 18, 2018 03:31PM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. September 18, 2018 04:54PM |
Registered: 9 years ago Posts: 16 |
Filament diameter unlikely as its from the same supplier and on a roll I have preivously used without issue (however obviously could still be some variation)Quote
Are you sure we can eliminate other factors? Filament diameter? Extruder variation? Temp nozzle/ambient temp variation?
I have a pretty long startup sequence I admit but my logic is I have 0 problem if it takes a few minutes before each print to run a sequence where I dont need to be involved and it will be repeatable. My code might seem a bit odd with all the delays and the multiple Z movements but here is why I do that. Before adding those in smoothie would on occasion act as if it would not see the Z movement command which at one time resulted in the nozzle moving to probe in the center of my bed and creating a nice guage in my $125 bedQuote
What is your print sequence? Do you level before each print? Home z before each print?
;GET PRINTER TO KNOW WHERE IT IS ON EACH AXIS G1 Z3 ;lower Z first before any other homing to avoid scraping of bed G4 P2000 ; wait for that movement to finish G1 Z4 ;lower Z attempt 2 to ensure doesn?t ram bed G4 P2000 ; wait for that movement to finish G28 X ; home X G4 P1000 ; gives it a second to settle down after homing bounce G28 Y ; home Y G4 P1000 ; gives it a second to settle down after homing bounce G1 Z5 ;lower Z attempt 3 to ensure doesn?t ram bed G4 P2000 ; wait for that movement to finish G1 X296.5 Y304.5 F5000 ; move to center of bed to set the Z height or octoprint will throw error G4 P1000 ; wait for any false positives to dissapear G28 Z; home Z inaccurately but so octoprint doesnt throw an error G1 Z3 ;lower Z before move back to wiping area G4 P2000 ; wait for any false positives to dissapear G1 Z4 ; lower Z attempt 2 to ensure doesn?t ram bed again before moving G4 P2000 ; wait for any false positives to dissapear G1 Z5 ; lower Z attempt 2 to ensure doesn?t ram bed again before moving G4 P2000 ; wait for any false positives to dissapear ;PREPARE NOZZLE FOR ACCURATE PROBING BY CLEANING AND BRING TO TEMP G0 X200 Y610 ;move off bed for the nozzle to heat up to avoid dripping on the bed any filament M107 ; make sure part cooling fans are off M109 S[extruder0_temperature] ; bring nozzle to print temp so accurate probing G91 G1 E-3 F240 ; retract filament to avoid drip G90 G4 P1000 ; gives it a second G0 X136 Y610 F7500; G0 X183 Y610 F7500; G0 X136 Y610 F7500; G0 X183 Y610 F7500; G0 X136 Y610 F7500; G91 G1 E-7 F240 ; retract filament to avoid drip moved here because found it was more often when filament had formed G90 ;PREPARE FOR PROBING SEQUENCE M670 D0.5; setup a delay before each probe seqeunce G1 Z5 ; lower Z attempt 1 to ensure doesn?t ram bed G4 P2000 ; wait for any false positives to dissapear G1 X0 Y0 F5000 ; move to first probe point G4 P1000 ; wait for any false positives to dissapear G91 G1 E-3 F240 ; retract filament up 5mm G90 G4 P1000 ; gives it a second to settle down after homing bounce ;PROBING SEQUENCE G32 ; create grid of current bed level ;SET Z HEIGHT AS RECOMMENDED AFTER PROBING G1 X296.5 Y304.5 F5000 ; move to center of bed to set the Z height G4 P1000 ; wait for any false positives to dissapear G30 Z0 ; set Z height right against nozzle M306 Z0 ; save the Z height ;MOVE TO PURGING LOCATION TO CLEAN NOZZLE G1 Z1 ; lower Z attempt 1 to ensure doesn?t ram bed G4 P2000 ; wait for any false positives to dissapear G1 Z2 ; lower Z attempt 2 to ensure doesn?t ram bed G4 P2000 ; wait for any false positives to dissapear G0 X200 Y610 F7500; move close but not touching the brush wiper and prepare to extrude G91 G1 E40 F240 ; retract filament up 5mm G90 G92 E0; Zero extruder to start print maybe add a pruge step here to get rid of bubbled filament G4 P1000 ; wait forFILAMENT TO SOMEWHAT SOLIDIFY TO KNOCK OFF G0 X136 Y610 F7500; G0 X183 Y610 F7500; G0 X136 Y610 F7500; G0 X183 Y610 F7500;
Re: Precision Piezo Z-probe Now available. September 20, 2018 02:59AM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. September 20, 2018 08:17PM |
Registered: 9 years ago Posts: 16 |
Re: Precision Piezo Z-probe Now available. September 21, 2018 03:25AM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. September 21, 2018 10:16AM |
Registered: 9 years ago Posts: 16 |
Re: Precision Piezo Z-probe Now available. September 22, 2018 04:38AM |
Registered: 9 years ago Posts: 34 |
Re: Precision Piezo Z-probe Now available. September 22, 2018 10:12AM |
Registered: 6 years ago Posts: 15 |
Re: Precision Piezo Z-probe Now available. September 22, 2018 12:23PM |
Registered: 6 years ago Posts: 4 |
Re: Precision Piezo Z-probe Now available. September 22, 2018 09:02PM |
Registered: 6 years ago Posts: 5 |
Re: Precision Piezo Z-probe Now available. September 23, 2018 09:45AM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. September 25, 2018 03:54PM |
Registered: 6 years ago Posts: 4 |
Re: Precision Piezo Z-probe Now available. September 25, 2018 05:09PM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. September 26, 2018 10:03AM |
Registered: 6 years ago Posts: 4 |
Re: Precision Piezo Z-probe Now available. September 26, 2018 11:06AM |
Registered: 6 years ago Posts: 5 |
Re: Precision Piezo Z-probe Now available. September 30, 2018 05:21AM |
Registered: 6 years ago Posts: 15 |
Re: Precision Piezo Z-probe Now available. October 01, 2018 11:16AM |
Registered: 10 years ago Posts: 465 |
Re: Precision Piezo Z-probe Now available. October 01, 2018 02:19PM |
Registered: 7 years ago Posts: 60 |
Re: Precision Piezo Z-probe Now available. October 01, 2018 03:08PM |
Registered: 11 years ago Posts: 841 |
Re: Precision Piezo Z-probe Now available. October 02, 2018 04:45AM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. October 02, 2018 07:55AM |
Registered: 11 years ago Posts: 841 |
Re: Precision Piezo Z-probe Now available. October 04, 2018 08:15AM |
Registered: 11 years ago Posts: 841 |