-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (Add) PrusaSlicer printer: Elegoo Saturn 4 Ultra 16K - (Improvement) Goo: Implement and support the tilting vat printers - (Improvement) All shapes in pixel editor will now respect the non-equal pixel pitch and compensate the lower side to print a regular shape, this also affects the polygons on PCB exposure tool and other tools as well - (Fix) PCB Exposure: Use raw polygons instead of angle aligned polygons to respect the gerber implementation (#976)
- Loading branch information
Showing
27 changed files
with
621 additions
and
196 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
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,43 @@ | ||
# generated by PrusaSlicer 2.9.0 on 2025-01-08 at 03:33:33 UTC | ||
absolute_correction = 0 | ||
bed_custom_model = | ||
bed_custom_texture = | ||
bed_shape = 0x0,211.68x0,211.68x118.37,0x118.37 | ||
default_sla_material_profile = Prusa Orange Tough 0.05 | ||
default_sla_print_profile = 0.05 Normal | ||
display_height = 118.37 | ||
display_mirror_x = 1 | ||
display_mirror_y = 0 | ||
display_orientation = landscape | ||
display_pixels_x = 15120 | ||
display_pixels_y = 6230 | ||
display_width = 211.68 | ||
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 = 220 | ||
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_ELEGOO\nPRINTER_MODEL_SATURN4_ULTRA_16K\nFILEFORMAT_ENCRYPTED.CTB\n\nSTART_CUSTOM_VALUES\nBottomLiftHeight_0.05\nLiftHeight_0.05\nBottomLiftSpeed_0.05\nLiftSpeed_0.05\nRetractSpeed_0.05\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 = 290x290/PNG, 116x116/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,6 +1,5 @@ | ||
- PCB Exposure: | ||
- (Fix) Polygon primitive vertex count not parsing correctly when having argument (#976) | ||
- (Fix) Obround aperture to follow the correct implementation (two semicircles connected by parallel lines tangent to their endpoints) (#976) | ||
- (Fix) Implement the "hole diameter" argument in all apertures (#976) | ||
- (Fix) Implement the "rotation" argument for the polygon aperture | ||
- (Add) PrusaSlicer printer: Elegoo Saturn 4 Ultra 16K | ||
- (Improvement) Goo: Implement and support the tilting vat printers | ||
- (Improvement) All shapes in pixel editor will now respect the non-equal pixel pitch and compensate the lower side to print a regular shape, this also affects the polygons on PCB exposure tool and other tools as well | ||
- (Fix) PCB Exposure: Use raw polygons instead of angle aligned polygons to respect the gerber implementation (#976) | ||
|
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.