Hi Martin
In Templot, Shapes > Boundary > pre-set brick boundary dimensions, is it recomended to define a boundary size that will fit just inside the perimeter fence that has been defined in your machines Start G-code ?
For instance on the Kingroon KPS3 Pro S1, x=188mm, y=189mm
Steve
@Steve_Cornford
Hi Steve,
Still so much to explain and write about when I'm still learning myself.
Do you mind if I use para numbers -- it helps to clarify my thoughts.
1. On the
Kingroon Pro S1 the physical bed area is 210mm x 210mm.
2. It would be good to be able to use all of it, but the usable printer area is limited to
200mm x
200mm, i.e. leaving a margin of 5mm all round.
3. This printable area is set in the printer firmware. If you try to exceed it the overlap will simply be scrunched back into the printable area and wreck the edge of your print. The limit could be changed by modifying the firmware config settings, but that's not a simple thing to do.
4. For levelling I set a perimeter priming run at 190mm x 190mm, i.e. a further 5mm all round inside the printable area. It would have been better at 150mm x 150mm with the corners directly over the levelling wheels, but that would have been too much of an obstruction to some test prints.
5. Running a timbering brick over the top of the priming run doesn't matter too much. It is only 0.2mm thick and the timber webs are 0.96mm thick in 4mm/ft scale. If the priming run obstructs any sockets or connector clips, it is easily cut away with a craft knife.
6. However, if you are getting consistent good results and not needing to adjust the levelling every time, it's a waste of space and filament to do a perimeter run every time. Consistent good results means you can come back to the printer after a gap of a week or two and get good results straight off without adjusting anything.
7. The easiest way to omit the perimeter run is to create a second custom printer with all the same settings as the first one, but with different
Start G-code. To create a second custom printer just do the same as for the first one, but give it a different name.
Mine is named
Templot KN ProS1 - no perimeter. For how to set up a custom printer in Cura, see:
https://85a.uk/templot/club/index.php?posts/7361
Set the size as 200mm x 200mm and the most important setting which is on the
Extruder tab at filament diameter =
1.75mm.
8. Choose whichever of the two printers you wish to use on the top-left dropdown list, in PREPARE mode. Without a perimeter run you can set the brick boundary rectangle at 200mm x 200mm. Or maybe 199mm x 199mm to allow for the FDM shrinkage settings.
9. Even without a perimeter run it is still necessary to prime the nozzle before starting a print. Here is some
Start G-code you can use for the second printer. This runs up and down the extreme left edge of the print area, so ideally keep the brick content 1mm away from the left edge of the boundary rectangle.
Code:
;Kingroon S1 prime left margin line
M413 S0 ;Disable power-loss recovery
G28 ;home
G92 E0 ;Reset Extruder
G1 Z1 F500 ; up
G1 X0 Y5 Z0.1 F500.0 ; to start position and touch - prevent backlash
G1 Z0.3 F500.0 E1 ; up to priming line
G92 E0 ;Reset Extruder
G1 Y195 F1500.0 E10
G1 X0.4 F1500.0
G1 Y5 F1500.0 E20
G1 X0 Y0 Z0.1 F500.0 ;touch origin again for backlash
G92 E0 ;Reset Extruder
You should be able to copy and paste that to replace the original Start G-code after creating the new custom printer. It is also attached below as a text file.
10. Also attached is the latest profile I have been using on the Kingroon. I spent a lot of time comparing test prints after my recent experiments with 220degC and decided in the end that I preferred the results from my original 190degC settings, with 60/45degC bed and 0.12mm layers. But I reduced the retraction to 0.5 seconds (2.5mm @ 5mm/sec), which saves some time. I also saved some time by increasing the first layer to 0.36mm instead of 0.24mm. If you import this profile, don't forget that you must then
select it in the drop-down list in order to use it. It will appear in the list only if you have one of the custom printers selected.
• Please note everyone that these settings are not the final word on the subject, or even what I definitely recommend. Just the latest settings which I have been using recently and getting good results with PLA+ filament on the Kingroon printers. It's quite possible I may find some better settings in due course.
cheers,
Martin.