Sweet. Thanks!
Latest posts made by Rat_Patrol
-
If structures/conditional commands in gcode for macros?
Is an "if" or otherwise conditional structure available for use in the gcode?
I would like to have my filament load/unload macros have a structure that will check current nozzle temp, and increase to a minimum temperature if actual temp < minimum temp. If actual temp >= minimum temp, then the rest of the macro will execute without having to change nozzle temp.
Is this available?
-
RE: Build and store multiple MESH profiles?
@Phaedrux said in Build and store multiple MESH profiles?:
@Rat_Patrol said in Build and store multiple MESH profiles?:
G28
G29 S1 P"smooth.csv"
G30Don't forget to position the probe at bed center before sending the G30
Wait, why is center of bed important?
-
RE: Build and store multiple MESH profiles?
I'm then assuming my startup code should look like:
G28
G29 S1 P"smooth.csv"
G30rest of code
-
RE: Build and store multiple MESH profiles?
Can you access and change the name through the web interface, or must you power down and pull the SD card?
-
Build and store multiple MESH profiles?
Is this possible?
I run the maximum number of data points I can, so it takes about 30 minutes or so to run the full bed probe sequence.
I also switch between smooth and textured Prusa build sheets.
Is there a way to build, store, then recall specific MESH profiles, where I can just call a specific profile in the slicer starting code?
-
RE: How do I enable MESH leveling for the print?
Yes, the probe is in front of the nozzle.
-
RE: How do I enable MESH leveling for the print?
Did I input my probe offset correctly in config.g?
Compared to X0 Y0, my probe is negative in both axis, so there is actually no way to measure the extreme right side of my bed with the probe.
I have the flu, but if I'm thinking properly, the probe offset should be negative, right?
-
RE: How do I enable MESH leveling for the print?
I did run through the BLTouch probe calibration procedure (ended up at 2.95mm IIRC). I designed my extruder carriage, so I just took the probe offset from the nozzle from Fusion, so it should be darned accurate.