Closed inspectionsbybob closed 11 months ago
You're most likely not doing anything wrong.
The gcode post-processing happens after Cura has sliced the model and happens completely outside of Cura's knowledge. This means that Cura doesn't see the speed changes and can't show them in the Preview view.
If you want to verify that the gcode has been post-processed, ensure the "Advanced GCode Comments" option is enabled in the AutoTower plugin settings, slice the model, and save the gcode to a file. If you open the gcode file in a text editor, you can search for "AutoTowersGenerator". There should be comments throughout the file explaining the changes made to the gcode.
After looking at the code, I think I figured out you wern't using the direct speed setting gcode but rather a gcode that sets the speed to a PERCENTAGE of the base code. This was really neat, but a bit confusing.
Bob Sisson, ACI, BVI Inspections by Bob, LLC www.inspectionsbybob.com @.*** MD Lic#29666; ASHI Member #212016
On Fri, Dec 15, 2023 at 1:20 AM Brad Kartchner @.***> wrote:
You're most likely not doing anything wrong.
The gcode post-processing happens after Cura has sliced the model and happens completely outside of Cura's knowledge. This means that Cura doesn't see the speed changes and can't show them in the Preview view.
If you want to verify that the gcode has been post-processed, ensure the "Advanced GCode Comments" option is enabled in the AutoTower plugin settings, slice the model, and save the gcode to a file. If you open the gcode file in a text editor, you can search for "AutoTowersGenerator". There should be comments throughout the file explaining the changes made to the gcode.
— Reply to this email directly, view it on GitHub https://github.com/kartchnb/AutoTowersGenerator/issues/104#issuecomment-1857341306, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFJ2GYYS6EPF3UIBQT5UB63YJPTZLAVCNFSM6AAAAABAQAJX3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXGM2DCMZQGY . You are receiving this because you authored the thread.Message ID: @.***>
Nice catch! That's true. The difficulty is that Cura uses different speeds for different parts of the model - one speed for walls, another for infill, etc. I haven't been able to determine how to figure out which speed is being so that I can modify it properly. By just changing the speed percentage, it should mimic different speed settings better.
Wanted to "tune" my printer some more... Wanted to start with the best speed it can currently do...
Setup the Speedtower in Cura 5.6.0
Looked good, opened in PREVIEW and it was all the same color/speed....
What am I doing wrong ?