parent
be48ae04fd
commit
31307d993a
@ -0,0 +1,50 @@ |
||||
FROM jlesage/baseimage-gui:debian-10 AS BUILDER |
||||
RUN apt update && apt install -y curl unzip |
||||
|
||||
RUN curl -L -O https://cdn.prusa3d.com/downloads/drivers/prusa3d_linux_2_4_0.zip && \ |
||||
unzip prusa3d_linux_2_4_0.zip && \ |
||||
chmod +x PrusaSlicer-2.4.0+linux-x64-202112211614.AppImage && \ |
||||
cp PrusaSlicer-2.4.0+linux-x64-202112211614.AppImage /usr/bin/PrusaSlicer-2.4.0+linux-x64-202112211614.AppImage |
||||
|
||||
RUN /usr/bin/PrusaSlicer-2.4.0+linux-x64-202112211614.AppImage --appimage-extract && \ |
||||
mv /tmp/squashfs-root /opt/prusaslicer && \ |
||||
chmod +x /opt/prusaslicer/AppRun |
||||
|
||||
|
||||
FROM golang:1.13 AS GO_BUILDER |
||||
RUN mkdir /app && \ |
||||
git clone https://github.com/AverageMarcus/uv3dp.git && \ |
||||
cd uv3dp && \ |
||||
go build -o /app/uv3dp ./cmd/uv3dp |
||||
|
||||
|
||||
FROM jlesage/baseimage-gui:debian-10 |
||||
COPY --from=BUILDER /opt/prusaslicer /opt/prusaslicer |
||||
COPY --from=GO_BUILDER /app/uv3dp /usr/bin/ |
||||
|
||||
RUN apt-get update && \ |
||||
apt-get install -y --no-install-recommends freeglut3 libgtk2.0-dev libwxgtk3.0-dev libwx-perl libxmu-dev libgl1-mesa-glx libgl1-mesa-dri xdg-utils locales inotify-tools && \ |
||||
rm -rf /var/lib/apt/lists/* && \ |
||||
apt-get autoremove -y && \ |
||||
apt-get autoclean |
||||
|
||||
RUN sed -i -e 's/^# \(cs_CZ\.UTF-8.*\)/\1/' -e 's/^# \(de_DE\.UTF-8.*\)/\1/' -e 's/^# \(en_US\.UTF-8.*\)/\1/' -e 's/^# \(es_ES\.UTF-8.*\)/\1/' -e 's/^# \(fr_FR\.UTF-8.*\)/\1/' \ |
||||
-e 's/^# \(it_IT\.UTF-8.*\)/\1/' -e 's/^# \(ko_KR\.UTF-8.*\)/\1/' -e 's/^# \(pl_PL\.UTF-8.*\)/\1/' -e 's/^# \(uk_UA\.UTF-8.*\)/\1/' -e 's/^# \(zh_CN\.UTF-8.*\)/\1/' /etc/locale.gen && \ |
||||
locale-gen && \ |
||||
sed-patch 's/<application type="normal">/<application type="normal" title="PrusaSlicer">/' /etc/xdg/openbox/rc.xml |
||||
|
||||
ADD src/convert.sh /convert.sh |
||||
ADD src/startapp.sh /startapp.sh |
||||
ADD config/ /config/xdg/config/PrusaSlicer/ |
||||
|
||||
RUN chmod +x /usr/bin/uv3dp /convert.sh /startapp.sh |
||||
|
||||
ENV APP_NAME="PrusaSlicer" |
||||
ENV USER_ID=0 |
||||
ENV GROUP_ID=0 |
||||
ENV DISPLAY_WIDTH=2340 |
||||
ENV DISPLAY_HEIGHT=1542 |
||||
ENV KEEP_APP_RUNNING=1 |
||||
|
||||
# Set this to false to disable the uv3dp auto-convert of sl1 to cbt files. |
||||
ENV AUTO_CONVERT_SL1=true |
@ -0,0 +1,46 @@ |
||||
# generated by PrusaSlicer 2.4.0+linux-x64 on 2022-01-18 at 05:13:44 UTC |
||||
compatible_printers = |
||||
compatible_printers_condition = |
||||
default_sla_print_profile = |
||||
faded_layers = 10 |
||||
hollowing_closing_distance = 2 |
||||
hollowing_enable = 0 |
||||
hollowing_min_thickness = 3 |
||||
hollowing_quality = 0.5 |
||||
inherits = |
||||
layer_height = 0.3 |
||||
output_filename_format = [input_filename_base].sl1 |
||||
pad_around_object = 0 |
||||
pad_around_object_everywhere = 0 |
||||
pad_brim_size = 3 |
||||
pad_enable = 1 |
||||
pad_max_merge_distance = 50 |
||||
pad_object_connector_penetration = 0.3 |
||||
pad_object_connector_stride = 10 |
||||
pad_object_connector_width = 0.5 |
||||
pad_object_gap = 1 |
||||
pad_wall_height = 0 |
||||
pad_wall_slope = 60 |
||||
pad_wall_thickness = 2 |
||||
sla_print_settings_id = |
||||
slice_closing_radius = 0.049 |
||||
slicing_mode = regular |
||||
support_base_diameter = 4 |
||||
support_base_height = 1 |
||||
support_base_safety_distance = 1 |
||||
support_buildplate_only = 0 |
||||
support_critical_angle = 45 |
||||
support_head_front_diameter = 0.5 |
||||
support_head_penetration = 0.3 |
||||
support_head_width = 1 |
||||
support_max_bridge_length = 15 |
||||
support_max_bridges_on_pillar = 3 |
||||
support_max_pillar_link_distance = 10 |
||||
support_object_elevation = 5 |
||||
support_pillar_connection_mode = dynamic |
||||
support_pillar_diameter = 1.5 |
||||
support_pillar_widening_factor = 0 |
||||
support_points_density_relative = 100 |
||||
support_points_minimal_distance = 1 |
||||
support_small_pillar_diameter_percent = 50% |
||||
supports_enable = 1 |
@ -0,0 +1,41 @@ |
||||
# generated by PrusaSlicer 2.4.0+win64 on 2022-01-06 at 23:03:19 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0.75x2,133.65x2,133.65x82,0.75x82 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 84 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2400 |
||||
display_width = 134.4 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 165 |
||||
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_4K\nFILEVERSION_516\nFILEFORMAT_PWMA\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nBottomLiftHeight_6\nLiftHeight_6\nBottomLiftSpeed_150\nLiftSpeed_150\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-06 at 03:22:28 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,82.62x0,82.62x130.56,0x130.56 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 130.56 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1620 |
||||
display_pixels_y = 2560 |
||||
display_width = 82.62 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 160 |
||||
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_SE\nFILEFORMAT_PWMS\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nBottomLiftHeight_6\nLiftHeight_6\nBottomLiftSpeed_150\nLiftSpeed_150\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-06 at 03:22:33 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,120x0,120x128,0x128 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 128 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 2400 |
||||
display_pixels_y = 2560 |
||||
display_width = 120 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
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_SQ\nFILEFORMAT_PMSQ\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nBottomLiftHeight_8\nLiftHeight_8\nBottomLiftSpeed_150\nLiftSpeed_150\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,41 @@ |
||||
# generated by PrusaSlicer 2.4.0+win64 on 2022-01-06 at 23:05:24 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0.57x0.52,197.57x0.52,197.57x123.32,0.57x123.32 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 123.84 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 5760 |
||||
display_pixels_y = 3600 |
||||
display_width = 198.14 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 245 |
||||
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_X_6K\nFILEVERSION_516\nFILEFORMAT_PWMB\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-06 at 03:22:37 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,192x0,192x120,0x120 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2400 |
||||
display_width = 192 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 245 |
||||
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_X\nFILEFORMAT_PWMX\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-06 at 03:22:18 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,82.62x0,82.62x130.56,0x130.56 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 130.56 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1620 |
||||
display_pixels_y = 2560 |
||||
display_width = 82.62 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 165 |
||||
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\nFILEFORMAT_PWMO\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nBottomLiftHeight_6\nLiftHeight_6\nBottomLiftSpeed_150\nLiftSpeed_150\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-06 at 03:22:49 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,68.04x0,68.04x120.96,0x120.96 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120.96 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1440 |
||||
display_pixels_y = 2560 |
||||
display_width = 68.04 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 165 |
||||
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_S\nFILEFORMAT_PWS\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nLiftHeight_6\nLiftSpeed_60\nRetractSpeed_150\nEND_CUSTOM_VALUES |
||||
printer_settings_id = |
||||
printer_technology = SLA |
||||
printer_variant = default |
||||
printer_vendor = |
||||
printhost_apikey = |
||||
printhost_cafile = |
||||
relative_correction = 1,1 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-06 at 03:22:53 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,102.4x0,102.4x57.6,0x57.6 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 57.6 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1280 |
||||
display_pixels_y = 720 |
||||
display_width = 102.4 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 165 |
||||
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_ULTRA\nFILEFORMAT_DLP\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nBottomLiftHeight_6\nLiftHeight_5\nBottomLiftSpeed_150\nLiftSpeed_150\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-06 at 03:22:58 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,192x0,192x120,0x120 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 2560 |
||||
display_pixels_y = 1600 |
||||
display_width = 192 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 245 |
||||
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_X\nFILEFORMAT_PWX\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nBottomLiftHeight_8\nLiftHeight_8\nBottomLiftSpeed_150\nLiftSpeed_150\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-06 at 03:23:03 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,55.4x0,55.4x98.63,0x98.63 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 98.63 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 480 |
||||
display_pixels_y = 854 |
||||
display_width = 55.4 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 150 |
||||
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_ZERO\nFILEFORMAT_PW0\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2.5\nLiftHeight_6\nLiftingSpeed_60\nRetractSpeed_150\nEND_CUSTOM_VALUES |
||||
printer_settings_id = |
||||
printer_technology = SLA |
||||
printer_variant = default |
||||
printer_vendor = |
||||
printhost_apikey = |
||||
printhost_cafile = |
||||
relative_correction = 1,1 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-03-05 at 22:00:17 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,68.04x0,68.04x120.96,0x120.96 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120.96 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1440 |
||||
display_pixels_y = 2560 |
||||
display_width = 68.04 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 155 |
||||
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\nFILEFORMAT_PHOTON\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_5\nLiftHeight_5\nBottomLiftSpeed_65\nLiftSpeed_65\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.1+win64 on 2021-08-22 at 20:00:39 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,293.76x0,293.76x165.24,0x165.24 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 165.24 |
||||
display_mirror_x = 0 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2160 |
||||
display_width = 293.76 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 300 |
||||
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_CREALITY\nPRINTER_MODEL_HALOT-SKY_CL-89\nFILEFORMAT_CXDLP\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2\nBottomLiftHeight_7\nLiftHeight_6\nBottomLiftSpeed_80\nLiftSpeed_80\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.1+win64 on 2021-08-22 at 20:00:31 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,81x0,81x128,0x128 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 128 |
||||
display_mirror_x = 0 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1620 |
||||
display_pixels_y = 2560 |
||||
display_width = 81 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 160 |
||||
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_CREALITY\nPRINTER_MODEL_HALOT-SKY_CL-60\nFILEFORMAT_CXDLP\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2\nBottomLiftHeight_7\nLiftHeight_6\nBottomLiftSpeed_80\nLiftSpeed_80\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.1+win64 on 2021-08-22 at 20:00:23 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,192x0,192x120,0x120 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120 |
||||
display_mirror_x = 0 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2400 |
||||
display_width = 192 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
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_CREALITY\nPRINTER_MODEL_HALOT-SKY_CL-89\nFILEFORMAT_CXDLP\n\nSTART_CUSTOM_VALUES\nWaitTimeBeforeCure_2\nBottomLiftHeight_7\nLiftHeight_6\nBottomLiftSpeed_80\nLiftSpeed_80\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:39:43 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,82.62x0,82.62x130.56,0x130.56 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 130.56 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1620 |
||||
display_pixels_y = 2560 |
||||
display_width = 82.62 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 160 |
||||
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_CREALITY\nPRINTER_MODEL_LD_002H\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_5\nLiftHeight_5\nBottomLiftSpeed_50\nLiftSpeed_50\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:39:38 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,68.04x0,68.04x120.96,0x120.96 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120.96 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1440 |
||||
display_pixels_y = 2560 |
||||
display_width = 68.04 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 160 |
||||
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_CREALITY\nPRINTER_MODEL_LD_002R\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_5\nLiftHeight_5\nBottomLiftSpeed_65\nLiftSpeed_65\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:39:33 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,192x0,192x120,0x120 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2400 |
||||
display_width = 192 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 245 |
||||
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_CREALITY\nPRINTER_MODEL_LD_006\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_7\nLiftHeight_7\nBottomLiftSpeed_70\nLiftSpeed_70\nRetractSpeed_80\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-13 at 22:37:57 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,221.4x0,221.4x129.6,0x129.6 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 129.6 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 4920 |
||||
display_pixels_y = 2880 |
||||
display_width = 221.4 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 250 |
||||
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_EPAX\nPRINTER_MODEL_E10_5K\nFILEFORMAT_ENCRYPTED.CTB\n\nSTART_CUSTOM_VALUES\nBottomWaitTimeBeforeCure_3\nWaitTimeBeforeCure_2.5\nBottomWaitTimeAfterCure_3\nWaitTimeAfterCure_1\nBottomLiftHeight_7\nLiftHeight_5\nBottomLiftSpeed_80\nLiftSpeed_100\nBottomWaitTimeAfterLift_0\nWaitTimeAfterLift_0\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:54 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,192x0,192x120,0x120 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2400 |
||||
display_width = 192 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 250 |
||||
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_EPAX\nPRINTER_MODEL_E10_Mono\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_7\nLiftHeight_7\nBottomLiftSpeed_40\nLiftSpeed_60\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:51 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,81x0,81x128,0x128 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 128 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1620 |
||||
display_pixels_y = 2560 |
||||
display_width = 81 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 155 |
||||
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_EPAX\nPRINTER_MODEL_E6_Mono\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_5\nLiftHeight_5\nBottomLiftSpeed_40\nLiftSpeed_60\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:47 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,68.04x0,68.04x120.96,0x120.96 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120.96 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1440 |
||||
display_pixels_y = 2560 |
||||
display_width = 68.04 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 155 |
||||
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_EPAX\nPRINTER_MODEL_X1\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_5\nLiftHeight_5\nBottomLiftSpeed_40\nLiftSpeed_60\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:39 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,192x0,192x120,0x120 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2400 |
||||
display_width = 192 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 250 |
||||
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_EPAX\nPRINTER_MODEL_X10_4KMONO\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_7\nLiftHeight_7\nBottomLiftSpeed_40\nLiftSpeed_60\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-13 at 22:38:47 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,221.4x0,221.4x129.6,0x129.6 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 129.6 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 4920 |
||||
display_pixels_y = 2880 |
||||
display_width = 221.4 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 250 |
||||
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_EPAX\nPRINTER_MODEL_X10_5K\nFILEFORMAT_ENCRYPTED.CTB\n\nSTART_CUSTOM_VALUES\nBottomWaitTimeBeforeCure_3\nWaitTimeBeforeCure_2.5\nBottomWaitTimeAfterCure_3\nWaitTimeAfterCure_1\nBottomLiftHeight_7\nLiftHeight_5\nBottomLiftSpeed_80\nLiftSpeed_100\nBottomWaitTimeAfterLift_0\nWaitTimeAfterLift_0\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:43 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,135.36x0,135.36x216.57,0x216.57 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 216.57 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1600 |
||||
display_pixels_y = 2560 |
||||
display_width = 135.36 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 250 |
||||
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_EPAX\nPRINTER_MODEL_X10\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_7\nLiftHeight_7\nBottomLiftSpeed_40\nLiftSpeed_60\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:35 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,293.76x0,293.76x165.24,0x165.24 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 165.24 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2160 |
||||
display_width = 293.76 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 400 |
||||
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_EPAX\nPRINTER_MODEL_X133_4KMONO\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_15\nLiftHeight_12\nBottomLiftSpeed_40\nLiftSpeed_40\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:31 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,345.6x0,345.6x194.4,0x194.4 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 194.4 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 3840 |
||||
display_pixels_y = 2160 |
||||
display_width = 345.6 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 400 |
||||
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_EPAX\nPRINTER_MODEL_X156_4KCOLOR\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_15\nLiftHeight_12\nBottomLiftSpeed_40\nLiftSpeed_40\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:25 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,82.62x0,82.62x130.56,0x130.56 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 130.56 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1620 |
||||
display_pixels_y = 2560 |
||||
display_width = 82.62 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 155 |
||||
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_EPAX\nPRINTER_MODEL_X1K_2K_MONO\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_5\nLiftHeight_5\nBottomLiftSpeed_40\nLiftSpeed_60\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:08 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,82.62x0,82.62x130.56,0x130.56 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 130.56 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1620 |
||||
display_pixels_y = 2560 |
||||
display_width = 82.62 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 160 |
||||
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_MARS2_PRO\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_5\nLiftHeight_5\nBottomLiftSpeed_60\nLiftSpeed_80\nRetractSpeed_210\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.3+win64 on 2021-12-13 at 18:40:25 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,143.43x0,143.43x89.6,0x89.6 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 89.6 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 4098 |
||||
display_pixels_y = 2560 |
||||
display_width = 143.43 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 175 |
||||
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_MARS3\nFILEFORMAT_ENCRYPTED.CTB\n\nSTART_CUSTOM_VALUES\nBottomWaitTimeBeforeCure_3\nWaitTimeBeforeCure_2.5\nBottomWaitTimeAfterCure_3\nWaitTimeAfterCure_1\nBottomLiftHeight_7\nLiftHeight_5\nBottomLiftSpeed_80\nLiftSpeed_100\nBottomWaitTimeAfterLift_0\nWaitTimeAfterLift_0\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:03 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,68.04x0,68.04x120.96,0x120.96 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120.96 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1440 |
||||
display_pixels_y = 2560 |
||||
display_width = 68.04 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||
max_exposure_time = 120 |
||||
max_initial_exposure_time = 300 |
||||
max_print_height = 150 |
||||
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_MARS_C\nFILEFORMAT_CTB\n\nSTART_CUSTOM_VALUES\nLightOffDelay_0\nBottomLightOffDelay_0\nBottomLiftHeight_5\nLiftHeight_5\nBottomLiftSpeed_90\nLiftSpeed_100\nRetractSpeed_150\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 |
||||
slow_tilt_time = 8 |
||||
thumbnails = 400x400,800x480 |
@ -0,0 +1,38 @@ |
||||
# generated by PrusaSlicer 2.3.0+win64 on 2021-01-13 at 02:38:21 UTC |
||||
absolute_correction = 0 |
||||
area_fill = 50 |
||||
bed_custom_model = |
||||
bed_custom_texture = |
||||
bed_shape = 0x0,68.04x0,68.04x120.96,0x120.96 |
||||
default_sla_material_profile = Prusa Orange Tough 0.05 |
||||
default_sla_print_profile = 0.05 Normal |
||||
display_height = 120.96 |
||||
display_mirror_x = 1 |
||||
display_mirror_y = 0 |
||||
display_orientation = landscape |
||||
display_pixels_x = 1440 |
||||
display_pixels_y = 2560 |
||||
display_width = 68.04 |
||||
elefant_foot_compensation = 0.2 |
||||
elefant_foot_min_width = 0.2 |
||||
fast_tilt_time = 5 |
||||
gamma_correction = 1 |
||||
host_type = octoprint |
||||
inherits = Original Prusa SL1 |
||||