EinsteinPY
Posts: 1
Joined: Mon Sep 21, 2020 6:14 pm

Simplify 3D in Utimaker Extended 2+

Hi, Anybody who tell me how put the extruder at the beggining of new job in one initial position but NOT 0,0? I will appreciatte some help...
S3D-Jake
Posts: 1048
Joined: Wed Jun 20, 2018 12:45 pm

Re: Simplify 3D in Utimaker Extended 2+

You should be able to utilize a G1 command in your Starting Script to move the extruder to a different position. G1 allows for several parameters. X Y Z and F are most important, especially if this is the first movement command being issued. You will also want to make sure the machine has been homed (G28) prior to executing a G1, as otherwise the outcome is less predictable.

For more on common 3D printing G-Codes: https://www.simplify3d.com/support/arti ... -tutorial/

For help in the Scripts tab: viewtopic.php?f=8&t=1959
"A bird does not sing because it has an answer. It sings because it has a song."

Return to “Troubleshooting and Bug Reports”