ok, I understand ... I'll read a bit about the g-codes ...
The printer is a CR10V3
so All I would need to do is locate the g-code that cura inserted where it goes to home, and add another g-code to raise the Z axis by a few centimeters right ?
Thanks !!!
Recommended Posts
gr5 2,072
What kind of printer is this? I think you are going to need to probe this further yourself. You need to learn to read gcodes. They are pretty simple. "G0" and "G1" mean to move the steppers. F is the speed in mm/minute (60X more than mm/sec). X Y Z E are the 4 steppers. E5 means move filament 5mm. E6 means move one more mm (absolute mode which is most common - relative mode would mean move another 6mm - I don't think cura uses relative mode much).
It turns out the gecode is quite easy to read. You will probably need the M codes for getting in and out of relative extruder mode. And read up on M82. That's it - that should be the only gcodes you need but they are all here:
https://reprap.org/wiki/G-code
Link to post
Share on other sites