<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Additive Suggestion - Park after printing location in Fusion Support Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/10872050#M108712</link>
    <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6436619"&gt;@Eric_Schubert&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is two ways of doing this.&lt;/P&gt;
&lt;P&gt;The first one, is to use the regular function in Fusion360 print settings.&lt;/P&gt;
&lt;P&gt;We can activate a return to the park position at the end of the print.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="PrintSettings.png" style="width: 470px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1009846iF76C1902EAB5DB7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="PrintSettings.png" alt="PrintSettings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the park position is defined inside the machine configuration file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="machineconfig.png" style="width: 798px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1009847i64CDABA00CA72F56/image-size/large?v=v2&amp;amp;px=999" role="button" title="machineconfig.png" alt="machineconfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it will always retract all 3 axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to retract along only one axis, you can edit your post processor and alter the current onClose function from :&lt;/P&gt;
&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;function&lt;/SPAN&gt; &lt;SPAN style="color: #dcdcaa;"&gt;onClose&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;() {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeComment&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"Disable stepper on all axis except z"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeBlock&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;mFormat&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8;"&gt;84&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;" X Y E"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeComment&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"END OF GCODE"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;to this :&lt;/P&gt;
&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;function&lt;/SPAN&gt; &lt;SPAN style="color: #dcdcaa;"&gt;onClose&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;() {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeBlock&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;gMotionModal&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;yOutput&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8;"&gt;235&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;));&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeComment&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"Disable stepper on all axis except z"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeBlock&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;mFormat&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8;"&gt;84&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;" X Y E"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeComment&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"END OF GCODE"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a pleasant day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jan 2022 16:50:49 GMT</pubDate>
    <dc:creator>serge.quiblier</dc:creator>
    <dc:date>2022-01-11T16:50:49Z</dc:date>
    <item>
      <title>Additive Suggestion - Park after printing location</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/9638291#M108711</link>
      <description>&lt;P&gt;I noticed there's now a "park" position for when the print completes.&amp;nbsp; However, I really, &lt;EM&gt;really&lt;/EM&gt; don't want to waste all the movement to push my Z axis to the top, and the print bed moves in the completely wrong direction to present the part for removal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would love options to set something a bit better than this.&amp;nbsp; A suggestion to improve the final park position after a print:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X-Y, move to a certain coordinate.&amp;nbsp; (Allow setting individually, or as a pair.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp; When done printing, move the X and Y axes to their home position (0,0).&amp;nbsp; Or...&amp;nbsp; in my case, with an Ender 3, I just want the Y axis to move to 235mm, which presents the part nicely in front of the printer.&amp;nbsp; I honestly don't care if the X axis moves to its home position or not.&amp;nbsp; If we could enable only one axis for a park position, that would be great, but I'll happily set both if it must be that or nothing.&amp;nbsp; Otherwise, I keep having to modify my final g-code section to go to y=235mm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Z axis I'd love to adjust separately.&amp;nbsp; Either let me set an absolute value (if I really feel like measuring, or pushing Z to its max height), &lt;EM&gt;&lt;U&gt;or&lt;/U&gt;&lt;/EM&gt; present an option to move a certain distance above the last/highest Z position in the toolpath by a certain amount.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp; My print's final layer ends at 50mm in height.&amp;nbsp; When the print finishes, bump the height by 10mm to a total of 60mm, then present the print using the X-Y park position mentioned above.&amp;nbsp; If the print finishes with less than 10mm left in its maximum Z-axis position, just move to the top (defined in the print volume for the machine).&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 06:10:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/9638291#M108711</guid>
      <dc:creator>Eric_Schubert</dc:creator>
      <dc:date>2020-07-16T06:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Additive Suggestion - Park after printing location</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/10872050#M108712</link>
      <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6436619"&gt;@Eric_Schubert&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is two ways of doing this.&lt;/P&gt;
&lt;P&gt;The first one, is to use the regular function in Fusion360 print settings.&lt;/P&gt;
&lt;P&gt;We can activate a return to the park position at the end of the print.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="PrintSettings.png" style="width: 470px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1009846iF76C1902EAB5DB7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="PrintSettings.png" alt="PrintSettings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the park position is defined inside the machine configuration file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="machineconfig.png" style="width: 798px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1009847i64CDABA00CA72F56/image-size/large?v=v2&amp;amp;px=999" role="button" title="machineconfig.png" alt="machineconfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it will always retract all 3 axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to retract along only one axis, you can edit your post processor and alter the current onClose function from :&lt;/P&gt;
&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;function&lt;/SPAN&gt; &lt;SPAN style="color: #dcdcaa;"&gt;onClose&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;() {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeComment&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"Disable stepper on all axis except z"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeBlock&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;mFormat&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8;"&gt;84&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;" X Y E"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeComment&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"END OF GCODE"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;to this :&lt;/P&gt;
&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;function&lt;/SPAN&gt; &lt;SPAN style="color: #dcdcaa;"&gt;onClose&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;() {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeBlock&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;gMotionModal&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;yOutput&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8;"&gt;235&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;));&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeComment&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"Disable stepper on all axis except z"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeBlock&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;mFormat&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8;"&gt;84&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;" X Y E"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;writeComment&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"END OF GCODE"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a pleasant day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:50:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/10872050#M108712</guid>
      <dc:creator>serge.quiblier</dc:creator>
      <dc:date>2022-01-11T16:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Additive Suggestion - Park after printing location</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/10872103#M108713</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4762571"&gt;@serge.quiblier&lt;/a&gt;.&amp;nbsp; I'm trying to replicate behavior of other applications, like Cura, where it presents the print at the end.&amp;nbsp; But I don't want it to just run the Z axis all the way up to the top every time.&amp;nbsp; That's wasteful when I start another print and need it to run Z all the way back down.&amp;nbsp; I would just want it to lift maybe 5-10mm and then move to the X,Y home/park position, but not Z.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's a setting when posting out that will raise the Z up, rather than parking, but that leaves the nozzle over the print.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll look into modifying the post-processor a bit, though I'm not familiar with doing so.&amp;nbsp; It would also be nice to&amp;nbsp; have a spot to put custom g-code at the start or end of a print, like some other applications do, skipping the parking option entirely and ending via custom code.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 17:12:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/10872103#M108713</guid>
      <dc:creator>Eric_Schubert</dc:creator>
      <dc:date>2022-01-11T17:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Additive Suggestion - Park after printing location</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/10873830#M108714</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6436619"&gt;@Eric_Schubert&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you don't want to deal with post modification, you can consider using the additve post addin, provided on the Fusion 360 app store.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://apps.autodesk.com/FUSION/fr/Detail/Index?id=7510560621924796173&amp;amp;os=Win64&amp;amp;appLang=en" target="_blank" rel="noopener"&gt;https://apps.autodesk.com/FUSION/fr/Detail/Index?id=7510560621924796173&amp;amp;os=Win64&amp;amp;appLang=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 09:44:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/additive-suggestion-park-after-printing-location/m-p/10873830#M108714</guid>
      <dc:creator>serge.quiblier</dc:creator>
      <dc:date>2022-01-12T09:44:34Z</dc:date>
    </item>
  </channel>
</rss>

