First off, thank you for the response and offering insight.
To give a bit more detail... I originally had set up a Custom Printer Profile in Cura, with the correct dimensions for the Minibot's bed (75 x 70 x 70mm). I made sure the material settings were for 1.75mm PLA.
The included designs (a bunch of vases, a hedgehog, a fish cup, etc.) print quite well but when I tried to generate my own gCode files it seems the nozzle height is incorrect - it's up off the bed slightly - I level before each attempt at printing. Print temp (200° C) is right but the results were not good.
It had occurred to me that if I have existing gCode files that work, I could possibly translate those into a makeshift printer profile. I will study, as you suggested, and see if I can gain understanding.
I ran through the included 200g of filament in 2.5 days so I'm currently waiting on more to be delivered, which gives me a few days to troubleshoot.
Recommended Posts
GregValiant 1,357
There are two kinds of profiles - one for the machine and one for slicing.
1. Cura needs to know your machine so it can generate Gcode files that the printer can understand. You need to go into the machine settings in Cura (did you add your printer as a custom printer?) and make sure the build plate size (75x75x70?) and Gcode flavor (Marlin, RepRap, whatever) and the other options are set for your printer.
2. If you open one of the Gcode files that came with the printer (with any text editor like Windows Notepad), there are lines at the beginning that will give some information regarding some of the slicer settings and what software was used to slice the model. You should learn about Gcode since it is what makes the printer print. Something like "M104 S205" doesn't make a lot of sense to just look at (it sets the hot end temperature), but at the Marlin.org site the Gcodes and Mcodes are explained. So deciphering the Gcode file a bit should give you enough information to come up with your own Cura software profile for slicing. It looks like you'll be limited to PLA with a max hot end temp of 205.
Leveling the bed and getting a good first layer is covered in numerous videos.
Link to post
Share on other sites