Temporary solutions step by step:
I) With Up Studio 3.0.11 BETA
1.1 Start Up Studio 3.0.11 and then click button “Print”.
1.2 Then new Window “Wand” is going on and then you can see your printer on the left bottom corner. There is “Model ID”. My, with my Up mini, is 10104.
1.3 Now you can find this “Model ID” in Up Studio 3, but in software it is 10112.
1.4 You can change this only in config file with text editor, for example with notepad++. You need to edit file C:\Users\YOUR_USER_NAME\AppData\Roaming\Tiertime\UP Studio\default.conf.
There is for UP Mini second place in this section (for my up mini it is 10104 instead of 10112):
“Model ID”: {
“Desc”: “Model ID”,
“Tip”: “Manufacturer of 3d printer”,
“Type”: “2”,
“Prior”: “7”,
“Inherit”: “5”,
“Link”: “1”,
“integer”: [
“10110”,
“10112”,
“10105”,
“10114”,
“10111”,
“10111”,
“10113”,
“10117”,
“10115”,
“10118”,
“10116”
]
}
1.5. Now exactly you can print, but it is going REALLY WRONG (with good Z-Offset your printer start with nozzle in bed, because it is not ready for my up mini :)), and some seconds later bed is going too much back with error “MOTION X”.
2.1 Then you can modify second parameter “Z Offset” (of course only with editor: in config file).
“Z Offset”: {
“Desc”: “E1 Offset Z”,
“Tip”: “Z offset”,
“Type”: “3”,
“Prior”: “6”,
“Inherit”: “3”,
“Link”: “1”,
“float”: [
“122.560000”
]
}
2.2. My “Z Offset” is 122.7mm, but first layer in Up Studio 3.0.11 BETA is going 0.06mm instead of 0.2mm. This is the reason I have to write there: 122.56.
2.3. I cannot print with this, but now I can slice model and save “.gcode" instead of ".tsk” file.
3.1 Then I can use this *.gcode file with Up Studio 2 (current version: 2.6.49.627) and it was almost acceptable to me. Stop of printing was on the last layer of cube 20x20x20.
II) With PrusaSlicer and Up Studio 2
It was better with result, but a lot of work.
I was using some script from internet (some postscript from Cura) as pattern and I wrote some scripts which do modifications to “*.gcode” from PrusaSlicer v.2.2.0. I printed this modified file the same way like in point 3.1. I can use f.ex. skirt from Prusaslicer in first layer (without problem with wrong value of Z).