mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
Improved Z-Bolt Profiles (#13240)
# Description - Changing the filament name from Z-Bolt PLA (ABS, ABS HT, PETG, PA) to Generic PLA @Z-Bolt (etc); - Increased size of g-code thumbnails for S800 Dual and S1000/S1000 Dual; - The profile structure has been optimized to reduce the variety of profiles for each printer model; - Extruder temperatures for all filaments have been increased for hardened steel nozzles; - New process profiles have been added for the 0.6mm nozzle (0.16mm High Quality and 0.20mm High Quality); - Disabling multicolor printing for single-head printers; - The "_BEFORE_LAYER_CHANGE" and "_AFTER_LAYER_CHANGE" macros have been added to printer profiles. <!-- > Please provide a summary of the changes made in this PR. Include details such as: > * What issue does this PR address or fix? > * What new features or enhancements does this PR introduce? > * Are there any breaking changes or dependencies that need to be considered? --> # Screenshots/Recordings/Graphs <img width="762" height="257" alt="изображение" src="https://github.com/user-attachments/assets/b5c2ef09-343f-47e8-adb5-fcf682866882" /> <img width="731" height="361" alt="изображение" src="https://github.com/user-attachments/assets/b3259fed-7698-4ab2-89d7-b6b00d974b02" /> <img width="736" height="889" alt="изображение" src="https://github.com/user-attachments/assets/be79822a-da82-4715-a5c0-c393f0cb98b7" /> <!-- > Please attach relevant screenshots to showcase the UI changes. > Please attach images that can help explain the changes. --> ## Tests OrcaSlicer_profile_validator.py <img width="1053" height="84" alt="изображение" src="https://github.com/user-attachments/assets/a3427a51-e77f-40f3-a7b4-efbd62992290" /> check_profiles.yml <img width="2203" height="681" alt="изображение" src="https://github.com/user-attachments/assets/994d0423-660a-4e0e-be4f-4b1c72b653f3" /> orca_extra_profile_check.py <img width="1024" height="142" alt="изображение" src="https://github.com/user-attachments/assets/ddd8e3bf-b845-48fc-b736-ca80c138ce64" /> <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. -->
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.16mm High Quality @Z-Bolt S300;0.16mm High Quality @Z-Bolt S400;0.16mm High Quality @Z-Bolt S600;0.16mm High Quality @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP008",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "250",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "200",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user