-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (Add) Benchmark test: GC Memory Copy and Pooled Memory Copy - (Add) Photon Mono M5s Pro (m5sp) support and corresponding PrusaSlicer printer (#842) - (Add) Tool: Stir resin - Allow to stir the resin in the VAT by moving the build plate up and down multiple times (#839) - (Improvement) Improve the dummy pixel location to match the first pixel of the layer (if possible) - (Improvement) Better format for readable time from seconds, it now can show/hide days, hours, minutes and seconds when optimal - (Improvement) The setting `MaxDegreeOfParallelism` is now used when calculating the batch size for the parallel operations under file decode and encode - (Fix) Layer import: Unable to import layers from image files (#841)
- Loading branch information
Showing
70 changed files
with
948 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# generated by PrusaSlicer 2.7.1+win64 on 2024-02-29 at 00:07:42 UTC | ||
absolute_correction = 0 | ||
area_fill = 50 | ||
bed_custom_model = | ||
bed_custom_texture = | ||
bed_shape = 0x0,223.64x0,223.64x126.976,0x126.976 | ||
default_sla_material_profile = Prusa Orange Tough 0.05 | ||
default_sla_print_profile = 0.05 Normal | ||
display_height = 126.976 | ||
display_mirror_x = 1 | ||
display_mirror_y = 0 | ||
display_orientation = landscape | ||
display_pixels_x = 13312 | ||
display_pixels_y = 5120 | ||
display_width = 223.642 | ||
elefant_foot_compensation = 0.2 | ||
elefant_foot_min_width = 0.2 | ||
fast_tilt_time = 5 | ||
gamma_correction = 1 | ||
high_viscosity_tilt_time = 10 | ||
host_type = octoprint | ||
inherits = Original Prusa SL1 | ||
max_exposure_time = 120 | ||
max_initial_exposure_time = 300 | ||
max_print_height = 200 | ||
min_exposure_time = 1 | ||
min_initial_exposure_time = 1 | ||
print_host = | ||
printer_model = SL1 | ||
printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_SL1\nPRINTER_VENDOR_ANYCUBIC\nPRINTER_MODEL_PHOTON_MONO_M5S_PRO\nFILEVERSION_518\nFILEFORMAT_M5SP\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nBottomLiftHeight_8\nLiftHeight_8\nBottomLiftSpeed_120\nLiftSpeed_120\nRetractSpeed_120\nBottomLightPWM_255\nLightPWM_255\nEND_CUSTOM_VALUES | ||
printer_settings_id = | ||
printer_technology = SLA | ||
printer_variant = default | ||
printer_vendor = | ||
printhost_apikey = | ||
printhost_cafile = | ||
relative_correction = 1,1 | ||
relative_correction_x = 1 | ||
relative_correction_y = 1 | ||
relative_correction_z = 1 | ||
sla_archive_format = SL1 | ||
sla_output_precision = 0.001 | ||
slow_tilt_time = 8 | ||
thumbnails = 224x168/PNG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
- **UI:** | ||
- (Add) Allow to drag and drop Gerber files into main window to open them in the PCB exposure tool (Hold SHIFT key to run the operation right away, without opening the tool dialog, it will run with the default settings) | ||
- (Improvement) Drag and drop invalid files that are not recognized no longer closes the current file nor open new instances when multiple files are passed or when SHIFT is held | ||
- **Pixel editor:** | ||
- (Improvement) Line shape was producing one pixel more than required | ||
- (Improvement) Make the shape preview more accurate with the actual real output and when defining a shape thickness instead of a fill | ||
- (Improvement) Increase the accuracy of the shapes by passing float instead of int | ||
- (Improvement) Make the square shape to be exactly the input brush size | ||
- (Improvement) Dispose Skia drawing objects after draw the pixel editor shapes into the previewer | ||
- (Improvement) Better performance and speed when rendering the layer image into the previewer | ||
- (Improvement) Dispose cached data when layer changes into the previewer | ||
- (Change) Layer image preview format from Bgr to Bgra (Added alpha channel, now 32 bits) | ||
- (Fix) Calibration Blooming effect: All layers are being set with bottom exposure time (#481) | ||
- (Upgrade) .NET from 6.0.26 to 6.0.27 | ||
- (Downgrade) AvaloniaUI from 11.0.9 to 11.0.7 (Fix #836 but may re-introduce others) | ||
- (Add) Benchmark test: GC Memory Copy and Pooled Memory Copy | ||
- (Add) Photon Mono M5s Pro (m5sp) support and corresponding PrusaSlicer printer (#842) | ||
- (Add) Tool: Stir resin - Allow to stir the resin in the VAT by moving the build plate up and down multiple times (#839) | ||
- (Improvement) Improve the dummy pixel location to match the first pixel of the layer (if possible) | ||
- (Improvement) Better format for readable time from seconds, it now can show/hide days, hours, minutes and seconds when optimal | ||
- (Improvement) The setting `MaxDegreeOfParallelism` is now used when calculating the batch size for the parallel operations under file decode and encode | ||
- (Fix) Layer import: Unable to import layers from image files (#841) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.