Help for Script
Hi everyone, I went from Simplify3D to PrusaSlicer and it's a whole other world :), I only have a small problem regarding the Start and End script because those taken from S3D don't work well, it practically doesn't purge me before printing , as a printer I have a Wanhao D6, can anyone advise me how to do it? or maybe a profile for Wanhao D6? Thank you all
RE: Help for Script
If you zip and upload a small gckde file created in S3D, we can help you pull out the start and end gcode and translate it.
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan
RISPONDI: Help for Script
here is the perfectly working script on S3D on PrusaSlicer does not purge, thanks to those who will help me
Sorry my english i use google translate 🙁
RE: Help for Script
What is probably going on is that the placeholders (variables) used for temperatures and other settings vary between slicers. If you just copy start gcode over from Simplify 3D to PrusaSlicer, you need to covert the placeholder names appropriately. I've put together some notes on Simplify 3D start gcode for the Mk3 here, and notes on equivalent start gcode for PrusaSlicer here. Each of those pages lists some of the common placeholders used in each slicer.
I looked at the gcode snippets you provided, and the start gcode does not move the nozzle to print the prime line. It extrudes 20mm quickly, then another 10mm slowly. I've got a documented PrusaSlicer start gcode example for the Mk3 here that might be useful. No temperatures are being set in that gcode, so it will not extrude without more gcode commands.
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan
RE: Guida per Script
@bobstro
Ok thanks for everything, I take a look and try to solve the problem that does not extrude me before printing. Thanks again