Replies: 1 comment
-
The G-code scripts are based on the standard scripts in old Cura and in Prusaslicer versions so maybe they need an update but currently they work fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I recently switched to Prusa from Cura and copied the start scripts for Prusa from here: https://github.com/mriscoc/Ender3V2S1/wiki/Slicer-G-code-Scripts
I noticed that there are some differences between the Cura and Prusa start script (not the variables or the order) in printing and later in the code (I didn't pay much attention at first).
For example:
For Cura:
For Prusa:
In a print sliced by Prusa, the printhead does not raise after drawing the intro line and moves fast with Z0.3 to the middle of the printbed.
Is there a reason why theese (move) differences exist between these scripts or was the Prusa script just not updated when the Cura script got updated?
Is it safe to copy the "move" commands from Cura and use them in Prusa. I really liked that the intro line is further away and lifting of the nozzle before moving to the middle to prevent scratching.
Beta Was this translation helpful? Give feedback.
All reactions