GregValiant 1,413
How are you making out with this? It's something I do a lot of and it's kinda like pausing a print to change colors. Instead of continuing the same print it does a different print. Of course the printer doesn't know that and just goes where it's told.
- 1
Recommended Posts
Carbon 29
As long as the "base" and "lettering" are different STL files this is possible....
First, go into "PREFERENCES" on the menu bar in Cura, in the "GENERAL" section, UN-TICK "Automatically drop models to build plate"
Then simply move to desired position. Using "arrows" or "co-ordinates".
TIP: Make sure the Z height is correct, as too low and it'll hit the base. Too high it'll miss. If you know the physical height of the base, I'd just type it in....
Hope this helps.....
Edited by CarbonLink to post
Share on other sites
GregValiant 1,413
The first file:
Cannot shutoff the steppers or heaters or fan. Comment out M84, M104, M140, M106 S0/M107 from the end of the file.
The second file cannot have purge lines or build plate adhesion or G28 or G29. Some end stop switches are terribly inaccurate and homing/re-leveling can cause a layer shift plus the base is sitting there in the way.
You can do this with a single STL by using a support blocker configured as a cutting mesh and placed to keep the letters from slicing. That will be File 1 and is the base. Then remove the blocker and sink the model into the build plate to slice just the letters with no build plate adhesion as file 2. Use M206 at the beginning of the second file to change the home offset Z.
EX: base is 5mm tall so M206 Z-5 will adjust the lettering to print on top of the base (use your numbers). You should add M206 Z0 at the end to reset.
Practice makes perfect. Check out M32 but it must be enabled in the firmware. Copying file 2 to the end of file 1 also works. It's all about the transitions of XYZE.
Use G92 to sync the extruder position.
The "From" point of an extrusion is used to sync the X and Y so make sure it's correct. Thinking and staring at the gcode is good.
The printer pays no attention to layer numbering. Going from layer 25 to layer 51 is not a problem but the Z location is.
Link to post
Share on other sites
stolowma 1
Thanks, a couple of ways to try it. Something new to try to master.
Link to post
Share on other sites