Open ccoenen opened 6 months ago
Here are a couple resources I used:
That code above is based on the file for the ultimaker 2 plus, because I had hoped that there might be similarities (Off-Screen Narrator: there were very few)
Thanks very much for sharing this! I've previously got an Ultimaker 3 to work, but not tried an S3. It took some trial and error to make sure the first few settings lines were set up correctly.
For anyone taking this forwards, or for you Claudius Coenen, I would copy the start gcode from a working GCode file exactly and put it as a single ManualGCode command with \n newline separators. If that works, I'd then gradually replace the hard-code text with variables and the potentially split it out from a single ManualGCode object to multiple single-line objects.
FYI, I am imminently going to add all of the printers from the Cura library to FullControl and will be asking people to test them. I'm not sure if the Cura S3 profile will work at all, but it will give an entirely new starting point for you to build from, if it's at least sensible to a degree.
I tried adding the Ultimaker S3 to the supported printers. Nothing fancy, just one of the two extruders. Sadly, I only produce files with this that the printer won't accept. I'll add my current state to this issue in case someone else wants to continue working on this.
With this current file, the printer will not accept the file (red exclamation mark on the device) and If I put a settings block at the end of the file, the printer will accept the file but will crash when printing.
That was the point when I gave up, if anyone else wants to take this up: feel free to take a look at this.