From 345871f73f2a36ba8471ac518de47ccfc0e0c46b Mon Sep 17 00:00:00 2001 From: timschneider Date: Wed, 5 Aug 2026 10:15:31 +0200 Subject: [PATCH] Meltingplot: cap default layer height at 40% of outer wall width A 45 deg slope shifts each bead outward by exactly one layer height. With the Slic3r bead model (rectangle (w-h) x h plus half-circles of diameter h) the flat contact band to the layer below is w - 2h, so the maximum self-supporting angle is atan((w-h)/h). Support cannot compensate: the stair tread at 45 deg is only h wide, far below one support line width, so no support line ever fits underneath a single step. All ten machine variants defaulted to h/w = 0.455..0.524, i.e. at or past the h/w = 0.5 point where the flat contact vanishes. The 0.8 nozzle default (0.44 mm at w = 0.84) reached atan(0.4/0.44) = 42.3 deg and failed on 45 deg slopes even with support. Default presets now satisfy h <= 0.40 * outer_wall_line_width, which leaves one third of the bead's flat underside in contact at 45 deg and puts the geometric limit at 56.3 deg. To keep the defaults on sensible ladder rungs, outer wall width is widened where it was the binding constraint: chx_small 110 -> 115%, chx_large 105 -> 110%, mbl_04 105 -> 115%. Ladders are unchanged; the thicker rungs stay available for parts without steep overhangs. --- .../Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot CHX 350 0.6 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot CHX 350 0.8 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot CHX 350 1.0 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot CHX 350 1.2 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 133 0.6 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 133 0.8 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 133 1.0 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 133 1.2 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 136 0.6 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 136 0.8 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 136 1.0 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 136 1.2 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 308 0.6 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 308 0.8 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 308 1.0 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 308 1.2 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 480 0.6 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 480 0.8 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 480 1.0 nozzle.json | 2 +- .../Meltingplot/machine/Meltingplot MBL 480 1.2 nozzle.json | 2 +- .../process/fdm_process_meltingplot_chx_large_nozzle.json | 2 +- .../process/fdm_process_meltingplot_chx_small_nozzle.json | 2 +- .../process/fdm_process_meltingplot_mbl_04_nozzle.json | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json index 2888ddf11a..c59db36162 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json @@ -23,7 +23,7 @@ "0x422" ], "printable_height": "943", - "default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot CHX 350", + "default_print_profile": "0.18mm Fine 0.4 nozzle @Meltingplot CHX 350", "default_filament_profile": [ "Meltingplot PLA @0.4 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.6 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.6 nozzle.json index 04eba5ca9d..a4f5d627b6 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.6 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.6 nozzle.json @@ -23,7 +23,7 @@ "0x422" ], "printable_height": "943", - "default_print_profile": "0.32mm Standard 0.6 nozzle @Meltingplot CHX 350", + "default_print_profile": "0.24mm Fine 0.6 nozzle @Meltingplot CHX 350", "default_filament_profile": [ "Meltingplot PLA @0.6 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.8 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.8 nozzle.json index 3d3642a4ee..648903fa38 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.8 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.8 nozzle.json @@ -23,7 +23,7 @@ "0x422" ], "printable_height": "943", - "default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot CHX 350", + "default_print_profile": "0.32mm Fine 0.8 nozzle @Meltingplot CHX 350", "default_filament_profile": [ "Meltingplot PLA @0.8 nozzle" ], diff --git a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 1.0 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 1.0 nozzle.json index 4bd81cd467..0eea805235 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 1.0 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 1.0 nozzle.json @@ -23,7 +23,7 @@ "0x422" ], "printable_height": "943", - "default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot CHX 350", + "default_print_profile": "0.44mm Fine 1.0 nozzle @Meltingplot CHX 350", "default_filament_profile": [ "Meltingplot PLA @1.0 nozzle" ], diff --git a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 1.2 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 1.2 nozzle.json index 535618e08f..053f2b3e1f 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 1.2 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 1.2 nozzle.json @@ -23,7 +23,7 @@ "0x422" ], "printable_height": "943", - "default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot CHX 350", + "default_print_profile": "0.48mm Fine 1.2 nozzle @Meltingplot CHX 350", "default_filament_profile": [ "Meltingplot PLA" ], diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json index 90e190fa39..413b86a245 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "394", - "default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL", + "default_print_profile": "0.18mm Fine 0.4 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.4 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.6 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.6 nozzle.json index 1f6e02ec96..88a1091f93 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.6 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.6 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "394", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Meltingplot MBL", + "default_print_profile": "0.24mm Fine 0.6 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.6 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.8 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.8 nozzle.json index 212f3bdaa2..251d32d8e4 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.8 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.8 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "394", - "default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot MBL", + "default_print_profile": "0.34mm Fine 0.8 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.8 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 1.0 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 1.0 nozzle.json index dd8c4cbc82..5e13517a68 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 1.0 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 1.0 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "394", - "default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot MBL", + "default_print_profile": "0.44mm Fine 1.0 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @1.0 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 1.2 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 1.2 nozzle.json index c9385bfd7b..974a634a9c 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 1.2 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 1.2 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "394", - "default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot MBL", + "default_print_profile": "0.48mm Fine 1.2 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json index cca5d27fc0..efcd27c2ec 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "396", - "default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL", + "default_print_profile": "0.18mm Fine 0.4 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.4 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.6 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.6 nozzle.json index 2bf1e00ae6..6d5d0712d2 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.6 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.6 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "396", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Meltingplot MBL", + "default_print_profile": "0.24mm Fine 0.6 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.6 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.8 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.8 nozzle.json index 378023a905..58364ae985 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.8 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.8 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "396", - "default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot MBL", + "default_print_profile": "0.34mm Fine 0.8 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.8 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 1.0 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 1.0 nozzle.json index 8eeb016d41..fb46bce1b6 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 1.0 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 1.0 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "396", - "default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot MBL", + "default_print_profile": "0.44mm Fine 1.0 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @1.0 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 1.2 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 1.2 nozzle.json index ed2e3d6204..1cf03daf13 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 1.2 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 1.2 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "396", - "default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot MBL", + "default_print_profile": "0.48mm Fine 1.2 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json index 79660d8f4e..2e3f428374 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "896", - "default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL", + "default_print_profile": "0.18mm Fine 0.4 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.4 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.6 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.6 nozzle.json index d21e5b08df..d841f3f29e 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.6 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.6 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "896", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Meltingplot MBL", + "default_print_profile": "0.24mm Fine 0.6 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.6 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.8 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.8 nozzle.json index 337c5e2796..1665a1959c 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.8 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.8 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "896", - "default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot MBL", + "default_print_profile": "0.34mm Fine 0.8 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.8 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 1.0 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 1.0 nozzle.json index bc857a9ad0..93457e34ee 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 1.0 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 1.0 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "896", - "default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot MBL", + "default_print_profile": "0.44mm Fine 1.0 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @1.0 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 1.2 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 1.2 nozzle.json index 6083b76a48..66247b12d7 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 1.2 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 1.2 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "896", - "default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot MBL", + "default_print_profile": "0.48mm Fine 1.2 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json index 2cfbb8c875..1638cf61e5 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "1396", - "default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL", + "default_print_profile": "0.18mm Fine 0.4 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.4 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.6 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.6 nozzle.json index d727e6e540..62f05d158f 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.6 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.6 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "1396", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Meltingplot MBL", + "default_print_profile": "0.24mm Fine 0.6 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.6 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.8 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.8 nozzle.json index 075794a285..873ef81295 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.8 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.8 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "1396", - "default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot MBL", + "default_print_profile": "0.34mm Fine 0.8 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @0.8 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 1.0 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 1.0 nozzle.json index ad2ceab36d..3b1b64742b 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 1.0 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 1.0 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "1396", - "default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot MBL", + "default_print_profile": "0.44mm Fine 1.0 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA @1.0 nozzle" ] diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 1.2 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 1.2 nozzle.json index 3dbcf8180a..fade6eebdc 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 1.2 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 1.2 nozzle.json @@ -23,7 +23,7 @@ "0x405" ], "printable_height": "1396", - "default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot MBL", + "default_print_profile": "0.48mm Fine 1.2 nozzle @Meltingplot MBL", "default_filament_profile": [ "Meltingplot PLA" ] diff --git a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_large_nozzle.json b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_large_nozzle.json index b99a102cd3..63bf9517b0 100644 --- a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_large_nozzle.json +++ b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_large_nozzle.json @@ -9,7 +9,7 @@ "inner_wall_acceleration": "6000", "max_volumetric_extrusion_rate_slope": "300", "outer_wall_acceleration": "2000", - "outer_wall_line_width": "105%", + "outer_wall_line_width": "110%", "outer_wall_speed": "80", "sparse_infill_pattern": "cubic", "sparse_infill_speed": "300", diff --git a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_small_nozzle.json b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_small_nozzle.json index 6900882591..95506dcd70 100644 --- a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_small_nozzle.json +++ b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_small_nozzle.json @@ -12,7 +12,7 @@ "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", "outer_wall_jerk": "6", - "outer_wall_line_width": "110%", + "outer_wall_line_width": "115%", "outer_wall_speed": "220", "sparse_infill_speed": "270", "support_top_z_distance": "0.3", diff --git a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_mbl_04_nozzle.json b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_mbl_04_nozzle.json index 131b78053e..bef0abf7e6 100644 --- a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_mbl_04_nozzle.json +++ b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_mbl_04_nozzle.json @@ -8,7 +8,7 @@ "initial_layer_print_height": "0.3", "line_width": "115%", "inner_wall_line_width": "115%", - "outer_wall_line_width": "105%", + "outer_wall_line_width": "115%", "sparse_infill_line_width": "115%", "internal_solid_infill_line_width": "115%" }