... it might be simply that you need to wait another month or two before you can write fancy plugins like this. You should know that there are ".json" files that you can mess with...
C:\Program Files (x86)\Cura_15.05.95\resources\settings
The above is actually from the .json file. Along with a bunch of other custom settings for the printer. I actually have a model of the printer with the print volume in the correct position. Displaying correctly. Just took a while to find where everything is stored
Till then I might just have to modify the original GCodeWriter and hardcode the code to modify the gcode there. I made my own "GCodeWriterMicro" it actually shows up in the save as options but when saving it still only use the original writer. I think I am doing it right but the new system just is now supporting what I need it to do like you said.
It would be great if the settings in the json file could be used by the script when saving. Would make things a whole lot better. I really don't want to see the g-code paths in the viewer since the pathing looks like a mess because of the backlash movement and offset put in place.
One thing that did not make sense is in the Plugins my custom GcodeWriterMicro was showing up but I could not turn it off. The check box would always stay on no matter how much I clicked. And then it acts like it is not being used when saving. So there might be a bug there. Not sure. Don't know enough about the new system.
Recommended Posts
gr5 2,070
@daid - can you answer this? He has written plugins for the older cura but having trouble with the latest.
@gearsawe - it might be simply that you need to wait another month or two before you can write fancy plugins like this. You should know that there are ".json" files that you can mess with to partly customize to another printer design but that might not be enough - you might indeed have to write a plugin:
C:\Program Files (x86)\Cura_15.05.95\resources\settings
Link to post
Share on other sites