SV 01 Pro Similar printer for Cura?
Hi, I just wanted to slice a model for my new SV 01 Pro 3D printer. However, Cura only offers the SV 01, 02, and 03. Not the 01 Pro. Is there a very similar printer I can choose that will still work?
LG
Hi, I just wanted to slice a model for my new SV 01 Pro 3D printer. However, Cura only offers the SV 01, 02, and 03. Not the 01 Pro. Is there a very similar printer I can choose that will still work?
LG
I need to get a new printer and would like one that scans, copies, and prints. It would also be best if I could connect it to my phone. If possible, the cartridges shouldn't be too expensive (the printer shouldn't cost my kidney either). Thank you.
Hello, Do you have any tips on where to find good alternatives to the HP 305 printer cartridges that are also affordable?
Hello, My HP LaserJet M140 won't connect to the internet… Sometimes my app doesn't recognize the printer at all. Otherwise, it always says something went wrong… This is really frustrating. Does anyone know what I can do? Ethernet doesn't work because there is no slot on the printer… Already tried on PC and mobile. I…
My printer has printed about 380 pages and now it only prints colored things in magenta, but black and white works normally. I have a Canon Pixma Ts3450
Hello, I want to print my own deck of playing cards in the size 59*81mm. The playing cards should be rounded. I would like to print the cards myself, as external printing is too expensive. However, high resolution is very important to me. How do I cut the A4 pages to card size at the…
Where can I print my passport photo? I took a passport photo myself with my phone. How/where can I print it? Can I print it at DM or Müller in passport size?
Congratulations to the new printer. You can try the values of normal SV01 or that of SV03. However, the setting must be adapted to the size of the printing bed.
Basically, the printers are all identical. Only the SV01 in the old version has no sensor yet and no touch display. But that has nothing to do with the slicer.
Important is the start and stop G.Code. Simply copy this into the profile of the Pro and it should work.
For example, I used the code of my SV01 for the SVo3 and even for my Tronxy X5SA E2.
If the printer also has a disk with patterns, you can simply open a G-Code file with Word and copy the two parts there.
Here for comparison my SV01 code:
Start Code:
M201 X500.00 Y500.00 Z100.00 E5000.00;Setup machine max accelerationM203 X500.00 Y500.00 Z10.00 E50.00;Setup machine max feedrate
M204 P500.00 R1000.00 T500.00;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
M220 S100;Reset feedrate
M221 S100;Reset Flowrate
;G28;Home
G92 E0;Reset Extruder
G1 Z2.0 F3000;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30;Draw the second line
G92 E0;Reset Extruder
G1 Z2.0 F3000;Move Z Axis up
Stop code at the end:
G91;Relative PositionG1 E-2 F2700;Retract a bit
G1 E-2 Z0.2 F2400;Retract and raise Z
G1 X5 Y5 F3000;Wipe out
G1 Z10;Raise Z more
G90;Absolute positionning
G1 X0 Y{machine_depth};Present print
M106 S0;Turn-off fan
M104 S0;Turn-off hotend
M140 S0;Turn-off bed
M84 X Y E;Disable all steppers but Z
The Home command has taken out because I always let the printer run manuel on home, then after the sensor has been calibrated, the offset has been emptied and stored with a piece of paper. Thus, it does not need a new sensor calibration when starting.
Then take the one that fits best. You may need to adjust some parameters.
The problem is that I have virtually no experience when sliced. Just a few tutorials
Usually it is sufficient to enter the X, Y and Z dimensions of your printer. The rest of Cura will do.