prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.73k stars 1.93k forks source link

how to dissable auto bed leveling #9310

Open DiamondHead1022 opened 1 year ago

DiamondHead1022 commented 1 year ago

Description of the bug

not 100% sure if this is a bug but every time i slice and print something for my creality cr 10 smart pro it automatiacly bed levels but that takes extra time which i dont want it to do

Project file & How to reproduce

slice the file then print it

Checklist of files included above

Version of PrusaSlicer

2.5.0

Operating system

win 10

Printer model

creality cr-10 smart pro

neophyl commented 1 year ago

That's controlled by whatever is configured in your start gcode. There will be a line in there telling it to do the levelling. If you don't want it, remove it.
As you haven't attached the requested saved project file when opening an issue no one can check what its actually configured to do, only guess.

BigBen2003 commented 1 year ago

Auf dieser Webseite ist ein Artikel über die Druckbettnivilierung: https://the3dprinterbee.com/de/3d-drucker-druckbett-nivellierung/

Wenn ich ein Druck beginne, werden liediglich 49 Punkte auf dem Druckbett angefahren und vermessen. Dieser Vorgang dauert nicht mal eine Minute.. Das ist nötig, da man nie die Druckbett-Platte extakt genau an die Stelle hin bekommt, wo es mal bei der letzten Kalibrierung war. Um ein gutes Druckergebnis zu bekommen,

DLDante commented 1 year ago

I just came to this question and found the solution by myself, so wanted to give you the answer if you didn't find it yet

Although @BigBen2003 has a good point if you still want to change it what you need to do is to choose expert mode on prusa slicer, then go to printer settings then join the section custom g-code and find this line:

G29 ; auto bed levelling

then you can comment that line (do not edit the rest) by adding another semicolon to the beginning of that line, so after that it should look like this:

;G29 ; auto bed levelling