Craig Setera

Results 19 comments of Craig Setera

Thanks. In the short term, simply making an option that leaves the colima application running in the foreground might be enough to give people a way to wrap it up...

Another (semi-related) issue we are also seeing relative to serialization: ```java public abstract BaseObject { @Transient protected Set operations; @JsonGetter("user-operations") @JsonInclude(Include.NON_NULL) public Set getIUserOperations() { return (operations == null) ?...

While I'd love to submit a PR, I think I'm going to have us stay with QueryParams for a bit longer. I continue to be unable to compile the current...

I mentioned this in the Gitter room earlier this week. I have been unable to get anything to build with the Lombok code. I can't get it built via either...

I just reran and realized it was complaining about Javadoc generation. With javadoc generation disabled, I'm able to build. I am a bit confused though... I assumed I should be...

Good to know re: the proper branch. In the case of submitting a PR, I've already rolled our code back to using QueryParams again since I was hitting these issues...

There are definitely some exceptions in the log file. However, rather than trying to guess what might be helpful, I thought it better to just send you the entire log...

I believe it is unrelated. These were GCODE files sliced with Cura 4.0 that I've used before. It is just recently they started showing strange print time values with the...

My Ubuntu server running Octoprint has decided not to recognize my printer at the moment. Once I get that sorted, I will find a GCODE file that is misbehaving and...

[CCR10_SmartTemperatureTower_PLA_180-225.gcode.zip](https://github.com/eyal0/OctoPrint-PrintTimeGenius/files/3262539/CCR10_SmartTemperatureTower_PLA_180-225.gcode.zip) This is printing right now with the strange timing and percentages noted by this ticket.