Browse Source

adjust sparkmaker config. remove github sponsors link from homepage. fix source code rendering in print css.

Thomas Buck 1 year ago
parent
commit
f2e3593972

+ 0
- 2
input/index.md View File

@@ -35,8 +35,6 @@ All of my projects are released as free or open-source software on [my Gitea Ser
35 35
 
36 36
 To receive my latest updates, you can subscribe to the <a href="rss.xml"><img src="img/rss.png">RSS Feed</a>.
37 37
 
38
-If you'd like, you can [support my open-source work on GitHub Sponsors](https://github.com/sponsors/xythobuz).
39
-
40 38
 ### Recent Posts and Updates
41 39
 
42 40
 <!--%

+ 18
- 3
input/projects/3d-printing/sparkmaker_repair.md View File

@@ -208,7 +208,7 @@ lightgallery([
208 208
 %-->
209 209
 
210 210
 The most important changes need to happen in the Printer Settings.
211
-There you need to adjust the display size to 854x480, the display size to 99.82x56.10mm, maximum height to 120mm, the orientation to landscape and disable all mirroring.
211
+There you need to adjust the display size to 854x480, the display size to 98.57x54.99mm, maximum height to 120mm, the orientation to landscape and disable all mirroring.
212 212
 
213 213
 In the Material Settings I recommend setting the exposure time to 15s and the initial exposure time to 120s.
214 214
 But this may change depending on the resin you plan to use.
@@ -227,9 +227,23 @@ This gave similar correction factors in both axes.
227 227
     101.854mm * 0.98 = 99.81692mm
228 228
     57.248mm * 0.98 = 56.10304mm
229 229
 
230
-I'm sure these numbers are still not totally exact, but they seem to be close enough for my purposes.
230
+With these I printed another calibration cube, this time with 20mm, to be able to measure it with more accuracy.
231
+Now I got these correction factors, as the cube was still a little bit too small.
231 232
 
232
-You can also [download my PrusaSlicer configuration for the Sparkmaker](files/config_sparkmaker.ini) or even for [all of my printers](files/PrusaSlicer_config_bundle.ini), if you're so inclined.
233
+    99.8169mm * 0.9875 = 98.56918875mm
234
+    56.103mm * 0.99 = 55.54197mm
235
+
236
+Now the X axis measured spot-on at 20mm, but the Y axis still only gave 19.8mm.
237
+So I corrected it again.
238
+
239
+    55.54197mm * 0.99 = 54.9865503mm
240
+
241
+To be honest, I'm not sure why this calibration took so many attempts, or what I'm doing wrong.
242
+I'm also sure these numbers are still not totally exact, but they seem to be close enough for my purposes.
243
+
244
+For the Z axis I arrived at a correction factor of 0.995, which can be set in PrusaSlicer as "Printer scaling correction Z".
245
+
246
+You can [download my PrusaSlicer configuration for the Sparkmaker](files/config_sparkmaker.ini) or even for [all of my printers](files/PrusaSlicer_config_bundle.ini), if you're so inclined.
233 247
 
234 248
 As a test I printed [this model](https://www.printables.com/model/296411-metal-gear-mk-ii-from-game-metal-gear-solid-4), scaled down to 50% with a layer height of 0.1mm.
235 249
 This took about 3½ hours.
@@ -238,6 +252,7 @@ Even scaled down the very fine connections between the body and head are strong
238 252
 
239 253
 <!--%
240 254
 lightgallery([
255
+    [ "img/sparkmaker_30.jpg", "Calibration cubes in 5mm, 10mm and 20mm" ],
241 256
     [ "img/sparkmaker_21.jpg", "Small Metal Gear Mk. II figurine" ],
242 257
 ])
243 258
 %-->

+ 1
- 1
static/css/print.css View File

@@ -17,7 +17,7 @@
17 17
     border-radius: 10px;
18 18
 }
19 19
 
20
-pre {
20
+._sh {
21 21
     max-height: 100%;
22 22
     font-size: 0.9em;
23 23
     padding: 10px;

+ 2
- 2
static/files/PrusaSlicer_config_bundle.ini View File

@@ -1898,10 +1898,10 @@ absolute_correction = 0
1898 1898
 area_fill = 50
1899 1899
 bed_custom_model = 
1900 1900
 bed_custom_texture = 
1901
-bed_shape = 0x0,99.8169x0,99.8169x56.103,0x56.103
1901
+bed_shape = 0x0,99.8169x0,99.8169x54.987,0x54.987
1902 1902
 default_sla_material_profile = Prusa Orange Tough @0.05
1903 1903
 default_sla_print_profile = 0.05 Normal
1904
-display_height = 56.103
1904
+display_height = 54.987
1905 1905
 display_mirror_x = 0
1906 1906
 display_mirror_y = 0
1907 1907
 display_orientation = landscape

+ 2
- 2
static/files/config_sparkmaker.ini View File

@@ -3,7 +3,7 @@ absolute_correction = 0
3 3
 area_fill = 50
4 4
 bed_custom_model = 
5 5
 bed_custom_texture = 
6
-bed_shape = 0x0,99.8169x0,99.8169x56.103,0x56.103
6
+bed_shape = 0x0,99.8169x0,99.8169x54.986,0x54.986
7 7
 bottle_cost = 0
8 8
 bottle_volume = 1000
9 9
 bottle_weight = 1
@@ -13,7 +13,7 @@ compatible_prints_condition = layer_height == 0.1
13 13
 compatible_prints_condition_cummulative = "layer_height == 0.1"
14 14
 default_sla_material_profile = Prusa Orange Tough @0.05
15 15
 default_sla_print_profile = 0.05 Normal
16
-display_height = 56.103
16
+display_height = 54.986
17 17
 display_mirror_x = 0
18 18
 display_mirror_y = 0
19 19
 display_orientation = landscape

BIN
static/img/sparkmaker_30.jpg View File


BIN
static/img/sparkmaker_30_small.jpg View File


Loading…
Cancel
Save