diff --git a/alacritty/.config/alacritty/alacritty-linux.toml b/alacritty/.config/alacritty/alacritty-linux.toml index 327e7eea..91b1cef7 100644 --- a/alacritty/.config/alacritty/alacritty-linux.toml +++ b/alacritty/.config/alacritty/alacritty-linux.toml @@ -15,7 +15,7 @@ [shell] program="/usr/bin/tmux" -[font] -normal = { family = "DejaVu Sans Mono", style = "Normal" } -size = 13 -builtin_box_drawing = true +#[font] +#normal = { family = "DejaVu Sans Mono", style = "Normal" } +#size = 13 +#builtin_box_drawing = true diff --git a/alacritty/.config/alacritty/alacritty-osx.toml b/alacritty/.config/alacritty/alacritty-osx.toml index 6b1ba7f1..349d1d51 100644 --- a/alacritty/.config/alacritty/alacritty-osx.toml +++ b/alacritty/.config/alacritty/alacritty-osx.toml @@ -16,7 +16,7 @@ program="/opt/homebrew/bin/tmux" args=['new-session', '-A', '-s', 'default'] -[font] -normal = { family = "Hack Nerd Font Mono" } -size = 13 -builtin_box_drawing = true \ No newline at end of file +#[font] +#normal = { family = "Hack Nerd Font Mono" } +#size = 13 +#builtin_box_drawing = true \ No newline at end of file diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index eeac7393..85ea590b 100644 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -951,8 +951,7 @@ hide_when_typing = false [shell] -program="/opt/homebrew/bin/tmux" -args=['new-session', '-A', '-s', 'default'] +program="/usr/bin/tmux" [font] normal = { family = "Hack Nerd Font Mono" } diff --git a/fonts/.local/share/fonts/HackNerdFont-Bold.ttf b/fonts/.local/share/fonts/HackNerdFont-Bold.ttf new file mode 100644 index 00000000..d2abd6fc Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFont-Bold.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFont-BoldItalic.ttf b/fonts/.local/share/fonts/HackNerdFont-BoldItalic.ttf new file mode 100644 index 00000000..3bc6e31c Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFont-BoldItalic.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFont-Italic.ttf b/fonts/.local/share/fonts/HackNerdFont-Italic.ttf new file mode 100644 index 00000000..6b818198 Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFont-Italic.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFont-Regular.ttf b/fonts/.local/share/fonts/HackNerdFont-Regular.ttf new file mode 100644 index 00000000..124e3621 Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFont-Regular.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFontMono-Bold.ttf b/fonts/.local/share/fonts/HackNerdFontMono-Bold.ttf new file mode 100644 index 00000000..5cb890bb Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFontMono-Bold.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFontMono-BoldItalic.ttf b/fonts/.local/share/fonts/HackNerdFontMono-BoldItalic.ttf new file mode 100644 index 00000000..58961fa2 Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFontMono-Italic.ttf b/fonts/.local/share/fonts/HackNerdFontMono-Italic.ttf new file mode 100644 index 00000000..30094a32 Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFontMono-Italic.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFontMono-Regular.ttf b/fonts/.local/share/fonts/HackNerdFontMono-Regular.ttf new file mode 100644 index 00000000..6c95cc07 Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFontMono-Regular.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFontPropo-Bold.ttf b/fonts/.local/share/fonts/HackNerdFontPropo-Bold.ttf new file mode 100644 index 00000000..1bf09f69 Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFontPropo-Bold.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFontPropo-BoldItalic.ttf b/fonts/.local/share/fonts/HackNerdFontPropo-BoldItalic.ttf new file mode 100644 index 00000000..2f3cc91c Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFontPropo-Italic.ttf b/fonts/.local/share/fonts/HackNerdFontPropo-Italic.ttf new file mode 100644 index 00000000..37d55719 Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFontPropo-Italic.ttf differ diff --git a/fonts/.local/share/fonts/HackNerdFontPropo-Regular.ttf b/fonts/.local/share/fonts/HackNerdFontPropo-Regular.ttf new file mode 100644 index 00000000..35ddd098 Binary files /dev/null and b/fonts/.local/share/fonts/HackNerdFontPropo-Regular.ttf differ diff --git a/fonts/.local/share/fonts/Vera-Bold-Italic.ttf b/fonts/.local/share/fonts/Vera-Bold-Italic.ttf new file mode 100644 index 00000000..b55eee39 Binary files /dev/null and b/fonts/.local/share/fonts/Vera-Bold-Italic.ttf differ diff --git a/fonts/.local/share/fonts/Vera-Bold.ttf b/fonts/.local/share/fonts/Vera-Bold.ttf new file mode 100644 index 00000000..51d6111d Binary files /dev/null and b/fonts/.local/share/fonts/Vera-Bold.ttf differ diff --git a/fonts/.local/share/fonts/Vera-Italic.ttf b/fonts/.local/share/fonts/Vera-Italic.ttf new file mode 100644 index 00000000..cc23c9ef Binary files /dev/null and b/fonts/.local/share/fonts/Vera-Italic.ttf differ diff --git a/fonts/.local/share/fonts/Vera.ttf b/fonts/.local/share/fonts/Vera.ttf new file mode 100644 index 00000000..58cd6b5e Binary files /dev/null and b/fonts/.local/share/fonts/Vera.ttf differ diff --git a/orcaslicer/.config/OrcaSlicer/OrcaSlicer.conf b/orcaslicer/.config/OrcaSlicer/OrcaSlicer.conf index 2474747c..175b3553 100644 --- a/orcaslicer/.config/OrcaSlicer/OrcaSlicer.conf +++ b/orcaslicer/.config/OrcaSlicer/OrcaSlicer.conf @@ -23,7 +23,7 @@ "iot_environment": "3", "keyboard_supported": "none/alt/control/shift", "language": "en_US", - "last_backup_path": "/tmp/orcaslicer_model/Tue_Aug_20/09_43_46#401088#55", + "last_backup_path": "/tmp/orcaslicer_model/Wed_Aug_21/08_49_32#551621#49", "last_export_path": "/home/errol/m12drill", "log_severity_level": "warning", "max_recent_count": "18", diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom.json b/orcaslicer/.config/OrcaSlicer/system/Custom.json new file mode 100644 index 00000000..a6015b1a --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom.json @@ -0,0 +1,242 @@ +{ + "name": "Custom Printer", + "version": "02.01.01.00", + "force_update": "0", + "description": "My configurations", + "machine_model_list": [ + { + "name": "Generic Klipper Printer", + "sub_path": "machine/MyKlipper.json" + }, + { + "name": "Generic Marlin Printer", + "sub_path": "machine/MyMarlin.json" + }, + { + "name": "Generic RRF Printer", + "sub_path": "machine/MyRRF.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_klipper_common", + "sub_path": "process/fdm_process_klipper_common.json" + }, + { + "name": "fdm_process_rrf_common", + "sub_path": "process/fdm_process_rrf_common.json" + }, + { + "name": "fdm_process_marlin_common", + "sub_path": "process/fdm_process_marlin_common.json" + }, + { + "name": "0.08mm Extra Fine @MyKlipper", + "sub_path": "process/0.08mm Extra Fine @MyKlipper.json" + }, + { + "name": "0.12mm Fine @MyKlipper", + "sub_path": "process/0.12mm Fine @MyKlipper.json" + }, + { + "name": "0.15mm Optimal @MyKlipper", + "sub_path": "process/0.15mm Optimal @MyKlipper.json" + }, + { + "name": "0.16mm Optimal @MyKlipper", + "sub_path": "process/0.16mm Optimal @MyKlipper.json" + }, + { + "name": "0.20mm Standard @MyKlipper", + "sub_path": "process/0.20mm Standard @MyKlipper.json" + }, + { + "name": "0.24mm Draft @MyKlipper", + "sub_path": "process/0.24mm Draft @MyKlipper.json" + }, + { + "name": "0.28mm Extra Draft @MyKlipper", + "sub_path": "process/0.28mm Extra Draft @MyKlipper.json" + }, + { + "name": "0.32mm Extra Draft @MyKlipper", + "sub_path": "process/0.32mm Extra Draft @MyKlipper.json" + }, + { + "name": "0.40mm Extra Draft @MyKlipper", + "sub_path": "process/0.40mm Extra Draft @MyKlipper.json" + }, + { + "name": "0.56mm Extra Draft @MyKlipper", + "sub_path": "process/0.56mm Extra Draft @MyKlipper.json" + }, + { + "name": "0.08mm Extra Fine @MyRRF", + "sub_path": "process/0.08mm Extra Fine @MyRRF.json" + }, + { + "name": "0.12mm Fine @MyRRF", + "sub_path": "process/0.12mm Fine @MyRRF.json" + }, + { + "name": "0.15mm Optimal @MyRRF", + "sub_path": "process/0.15mm Optimal @MyRRF.json" + }, + { + "name": "0.20mm Standard @MyRRF", + "sub_path": "process/0.20mm Standard @MyRRF.json" + }, + { + "name": "0.24mm Draft @MyRRF", + "sub_path": "process/0.24mm Draft @MyRRF.json" + }, + { + "name": "0.28mm Extra Draft @MyRRF", + "sub_path": "process/0.28mm Extra Draft @MyRRF.json" + }, + { + "name": "0.08mm Extra Fine @MyMarlin", + "sub_path": "process/0.08mm Extra Fine @MyMarlin.json" + }, + { + "name": "0.12mm Fine @MyMarlin", + "sub_path": "process/0.12mm Fine @MyMarlin.json" + }, + { + "name": "0.15mm Optimal @MyMarlin", + "sub_path": "process/0.15mm Optimal @MyMarlin.json" + }, + { + "name": "0.20mm Standard @MyMarlin", + "sub_path": "process/0.20mm Standard @MyMarlin.json" + }, + { + "name": "0.24mm Draft @MyMarlin", + "sub_path": "process/0.24mm Draft @MyMarlin.json" + }, + { + "name": "0.28mm Extra Draft @MyMarlin", + "sub_path": "process/0.28mm Extra Draft @MyMarlin.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_asa", + "sub_path": "filament/fdm_filament_asa.json" + }, + { + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" + }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "My Generic PLA", + "sub_path": "filament/My Generic PLA.json" + }, + { + "name": "My Generic PLA-CF", + "sub_path": "filament/My Generic PLA-CF.json" + }, + { + "name": "My Generic PETG", + "sub_path": "filament/My Generic PETG.json" + }, + { + "name": "My Generic ABS", + "sub_path": "filament/My Generic ABS.json" + }, + { + "name": "My Generic TPU", + "sub_path": "filament/My Generic TPU.json" + }, + { + "name": "My Generic ASA", + "sub_path": "filament/My Generic ASA.json" + }, + { + "name": "My Generic PC", + "sub_path": "filament/My Generic PC.json" + }, + { + "name": "My Generic PVA", + "sub_path": "filament/My Generic PVA.json" + }, + { + "name": "My Generic PA", + "sub_path": "filament/My Generic PA.json" + }, + { + "name": "My Generic PA-CF", + "sub_path": "filament/My Generic PA-CF.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" + }, + { + "name": "fdm_rrf_common", + "sub_path": "machine/fdm_rrf_common.json" + }, + { + "name": "MyKlipper 0.4 nozzle", + "sub_path": "machine/MyKlipper 0.4 nozzle.json" + }, + { + "name": "MyKlipper 0.2 nozzle", + "sub_path": "machine/MyKlipper 0.2 nozzle.json" + }, + { + "name": "MyKlipper 0.6 nozzle", + "sub_path": "machine/MyKlipper 0.6 nozzle.json" + }, + { + "name": "MyKlipper 0.8 nozzle", + "sub_path": "machine/MyKlipper 0.8 nozzle.json" + }, + { + "name": "MyMarlin 0.4 nozzle", + "sub_path": "machine/MyMarlin 0.4 nozzle.json" + }, + { + "name": "MyRRF 0.4 nozzle", + "sub_path": "machine/MyRRF 0.4 nozzle.json" + } + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic ABS.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic ABS.json new file mode 100644 index 00000000..14fe0490 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic ABS.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "My Generic ABS", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_abs", + "filament_flow_ratio": [ + "0.926" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic ASA.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic ASA.json new file mode 100644 index 00000000..ca6539c1 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic ASA.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "filament_id": "GFB98", + "setting_id": "GFSA04", + "name": "My Generic ASA", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_asa", + "filament_flow_ratio": [ + "0.93" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PA-CF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PA-CF.json new file mode 100644 index 00000000..60efac62 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PA-CF.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "GFN98", + "setting_id": "GFSA04", + "name": "My Generic PA-CF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa", + "filament_type": [ + "PA-CF" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PA.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PA.json new file mode 100644 index 00000000..2e284b6d --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PA.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "filament_id": "GFN99", + "setting_id": "GFSA04", + "name": "My Generic PA", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa", + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PC.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PC.json new file mode 100644 index 00000000..4738b42e --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PC.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "filament_id": "GFC99", + "setting_id": "GFSA04", + "name": "My Generic PC", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pc", + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PETG.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PETG.json new file mode 100644 index 00000000..f640aea5 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PETG.json @@ -0,0 +1,53 @@ +{ + "type": "filament", + "filament_id": "GFG99", + "setting_id": "GFSA04", + "name": "My Generic PETG", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pet", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PLA-CF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PLA-CF.json new file mode 100644 index 00000000..b0ed43b9 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PLA-CF.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "GFL98", + "setting_id": "GFSA04", + "name": "My Generic PLA-CF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_flow_ratio": [ + "0.95" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "7" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PLA.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PLA.json new file mode 100644 index 00000000..54dc3dc7 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PLA.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "name": "My Generic PLA", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PVA.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PVA.json new file mode 100644 index 00000000..ba874665 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic PVA.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "GFS99", + "setting_id": "GFSA04", + "name": "My Generic PVA", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pva", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "7" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic TPU.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic TPU.json new file mode 100644 index 00000000..359d3da7 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/My Generic TPU.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "filament_id": "GFU99", + "setting_id": "GFSA04", + "name": "My Generic TPU", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu", + "filament_max_volumetric_speed": [ + "3.2" + ], + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle", + "MyMarlin 0.4 nozzle", + "MyRRF 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_abs.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_abs.json new file mode 100644 index 00000000..b9d4eeda --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_abs.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_abs", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "105" + ], + "eng_plate_temp" : [ + "105" + ], + "hot_plate_temp" : [ + "105" + ], + "textured_plate_temp" : [ + "105" + ], + "cool_plate_temp_initial_layer" : [ + "105" + ], + "eng_plate_temp_initial_layer" : [ + "105" + ], + "hot_plate_temp_initial_layer" : [ + "105" + ], + "textured_plate_temp_initial_layer" : [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "28.6" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_asa.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_asa.json new file mode 100644 index 00000000..262c561b --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_asa.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_asa", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "105" + ], + "eng_plate_temp" : [ + "105" + ], + "hot_plate_temp" : [ + "105" + ], + "textured_plate_temp" : [ + "105" + ], + "cool_plate_temp_initial_layer" : [ + "105" + ], + "eng_plate_temp_initial_layer" : [ + "105" + ], + "hot_plate_temp_initial_layer" : [ + "105" + ], + "textured_plate_temp_initial_layer" : [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "35" + ], + "filament_max_volumetric_speed": [ + "28.6" + ], + "filament_type": [ + "ASA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_common.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_common.json new file mode 100644 index 00000000..9f779751 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_common.json @@ -0,0 +1,144 @@ +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "60" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pa.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pa.json new file mode 100644 index 00000000..58f53cd4 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pa.json @@ -0,0 +1,85 @@ +{ + "type": "filament", + "name": "fdm_filament_pa", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "100" + ], + "hot_plate_temp" : [ + "100" + ], + "textured_plate_temp" : [ + "100" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "100" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "4" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "290" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_speed": [ + "30" + ], + "nozzle_temperature": [ + "290" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "270" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "2" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pc.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pc.json new file mode 100644 index 00000000..cec8b89a --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pc.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_pc", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "110" + ], + "hot_plate_temp" : [ + "110" + ], + "textured_plate_temp" : [ + "110" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "110" + ], + "hot_plate_temp_initial_layer" : [ + "110" + ], + "textured_plate_temp_initial_layer" : [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "23.2" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "nozzle_temperature": [ + "280" + ], + "temperature_vitrification": [ + "140" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "2" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pet.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pet.json new file mode 100644 index 00000000..bb2323e9 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pet.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "fdm_filament_pet", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "0" + ], + "hot_plate_temp" : [ + "80" + ], + "textured_plate_temp" : [ + "80" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "0" + ], + "hot_plate_temp_initial_layer" : [ + "80" + ], + "textured_plate_temp_initial_layer" : [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "20" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "20" + ], + "overhang_fan_speed": [ + "100" + ], + "nozzle_temperature": [ + "255" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pla.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pla.json new file mode 100644 index 00000000..82c6772f --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pla.json @@ -0,0 +1,94 @@ +{ + "type": "filament", + "name": "fdm_filament_pla", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "60" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pva.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pva.json new file mode 100644 index 00000000..ebf25aa3 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_pva.json @@ -0,0 +1,100 @@ +{ + "type": "filament", + "name": "fdm_filament_pva", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "35" + ], + "eng_plate_temp" : [ + "0" + ], + "hot_plate_temp" : [ + "45" + ], + "textured_plate_temp" : [ + "45" + ], + "cool_plate_temp_initial_layer" : [ + "35" + ], + "eng_plate_temp_initial_layer" : [ + "0" + ], + "hot_plate_temp_initial_layer" : [ + "45" + ], + "textured_plate_temp_initial_layer" : [ + "45" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_soluble": [ + "1" + ], + "filament_is_support": [ + "1" + ], + "filament_type": [ + "PVA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "50" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_tpu.json b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_tpu.json new file mode 100644 index 00000000..d00b7dbc --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/filament/fdm_filament_tpu.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_tpu", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "30" + ], + "eng_plate_temp" : [ + "30" + ], + "hot_plate_temp" : [ + "35" + ], + "textured_plate_temp" : [ + "35" + ], + "cool_plate_temp_initial_layer" : [ + "30" + ], + "eng_plate_temp_initial_layer" : [ + "30" + ], + "hot_plate_temp_initial_layer" : [ + "35" + ], + "textured_plate_temp_initial_layer" : [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "filament_retraction_length": [ + "0.4" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.2 nozzle.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.2 nozzle.json new file mode 100644 index 00000000..1ec29c64 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "MyKlipper 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Generic Klipper Printer", + "nozzle_diameter": [ + "0.2" + ], + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.04" + ], + "printer_variant": "0.2", + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.4 nozzle.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.4 nozzle.json new file mode 100644 index 00000000..c2de0ec7 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.4 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "MyKlipper 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Generic Klipper Printer", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.6 nozzle.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.6 nozzle.json new file mode 100644 index 00000000..9240467b --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.6 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM003", + "name": "MyKlipper 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Generic Klipper Printer", + "nozzle_diameter": [ + "0.6" + ], + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.12" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.8 nozzle.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.8 nozzle.json new file mode 100644 index 00000000..be658b0b --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.8 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "MyKlipper 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Generic Klipper Printer", + "nozzle_diameter": [ + "0.8" + ], + "max_layer_height": [ + "0.6" + ], + "min_layer_height": [ + "0.2" + ], + "printer_variant": "0.8", + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper.json new file mode 100644 index 00000000..8c4b9f56 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Generic Klipper Printer", + "model_id": "my_klipper_01", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "machine_tech": "FFF", + "family": "MyPrinter", + "bed_model": "", + "bed_texture": "orcaslicer_bed_texture.svg", + "hotend_model": "", + "default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyMarlin 0.4 nozzle.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyMarlin 0.4 nozzle.json new file mode 100644 index 00000000..25581836 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyMarlin 0.4 nozzle.json @@ -0,0 +1,44 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "MyMarlin 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_machine_common", + "printer_model": "Generic Marlin Printer", + "gcode_flavor": "marlin", + "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors", + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0", + "max_layer_height": [ + "0.32" + ], + "retraction_length": [ + "0.9" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "deretraction_speed": [ + "35" + ], + "version": "1.5.1.2", + "wipe": [ + "0" + ], + "z_hop": [ + "0.4" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyMarlin.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyMarlin.json new file mode 100644 index 00000000..78f5f2c1 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyMarlin.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Generic Marlin Printer", + "model_id": "my_marlin_01", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "MyPrinter", + "bed_model": "", + "bed_texture": "orcaslicer_bed_texture.svg", + "hotend_model": "", + "default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyRRF 0.4 nozzle.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyRRF 0.4 nozzle.json new file mode 100644 index 00000000..3a204d7f --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyRRF 0.4 nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "machine", + "setting_id": "GM003", + "name": "MyRRF 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_rrf_common", + "printer_model": "Generic RRF Printer", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyRRF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyRRF.json new file mode 100644 index 00000000..f03683d6 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyRRF.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Generic RRF Printer", + "model_id": "my_rrf_01", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "MyPrinter", + "bed_model": "", + "bed_texture": "orcaslicer_bed_texture.svg", + "hotend_model": "", + "default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_klipper_common.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_klipper_common.json new file mode 100644 index 00000000..af307008 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_klipper_common.json @@ -0,0 +1,60 @@ +{ + "type": "machine", + "name": "fdm_klipper_common", + "from": "system", + "instantiation": "false", + "inherits": "fdm_machine_common", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": ["5000", "5000"], + "machine_max_acceleration_extruding": ["20000", "20000"], + "machine_max_acceleration_retracting": ["5000", "5000"], + "machine_max_acceleration_travel": ["20000", "20000"], + "machine_max_acceleration_x": ["20000", "20000"], + "machine_max_acceleration_y": ["20000", "20000"], + "machine_max_acceleration_z": ["500", "200"], + "machine_max_speed_e": ["25", "25"], + "machine_max_speed_x": ["500", "200"], + "machine_max_speed_y": ["500", "200"], + "machine_max_speed_z": ["12", "12"], + "machine_max_jerk_e": ["2.5", "2.5"], + "machine_max_jerk_x": ["9", "9"], + "machine_max_jerk_y": ["9", "9"], + "machine_max_jerk_z": ["0.2", "0.4"], + "machine_min_extruding_rate": ["0", "0"], + "machine_min_travel_rate": ["0", "0"], + "max_layer_height": ["0.32"], + "min_layer_height": ["0.08"], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": ["1"], + "retract_before_wipe": ["70%"], + "retract_when_changing_layer": ["1"], + "retraction_length": ["0.8"], + "retract_length_toolchange": ["2"], + "z_hop": ["0.4"], + "retract_restart_extra": ["0"], + "retract_restart_extra_toolchange": ["0"], + "retraction_speed": ["30"], + "deretraction_speed": ["30"], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": ["1"], + "default_filament_profile": ["My Generic ABS"], + "default_print_profile": "0.20mm Standard @MyKlipper", + "bed_exclude_area": ["0x0"], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_machine_common.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_machine_common.json new file mode 100644 index 00000000..5785f57b --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_machine_common.json @@ -0,0 +1,119 @@ +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "10000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_print_profile": "", + "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", + "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "M601" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_rrf_common.json b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_rrf_common.json new file mode 100644 index 00000000..9dfbfbef --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/machine/fdm_rrf_common.json @@ -0,0 +1,141 @@ +{ + "type": "machine", + "name": "fdm_rrf_common", + "from": "system", + "instantiation": "false", + "inherits": "fdm_machine_common", + "gcode_flavor": "reprapfirmware", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "My Generic ABS" + ], + "default_print_profile": "0.20mm Standard @MyRRF", + "bed_exclude_area": [ + "0x0" + ], + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_start_gcode": "; Prime Filament Sensor for Runout\nM581 P1 T2 S-1 R0\nM950 J1 C\"nil\" ; Input 1 e0 Filament Sensor \nM591 D0 P2 C\"e0stop\" S1 ; Filament Runout Sensor\n\nM83 ; extruder relative mode\n\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S140 ; Set extruder temp 140C before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\n;G28 W\nG32 ; Levels Z Tilt and probes Z=0\nG29 S0 ; mesh bed leveling\nG1 X0 Y0 Z2 F2000\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG1 X10 Y-7 Z0.3 F1000.0 ; go outside print area\nG92 E0.0\nG1 Z0.2 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0", + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nM221 S100 ; reset flow\nM900 K0 ; reset LA\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "M601" +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyKlipper.json new file mode 100644 index 00000000..b9f15572 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyKlipper.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "layer_height": "0.08", + "bottom_shell_layers": "7", + "top_shell_layers": "9", + "support_top_z_distance": "0.08", + "support_bottom_z_distance": "0.08", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyMarlin.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyMarlin.json new file mode 100644 index 00000000..d8d4ad77 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyMarlin.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @MyMarlin", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_marlin_common", + "layer_height": "0.08", + "bottom_shell_layers": "7", + "top_shell_layers": "9" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyRRF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyRRF.json new file mode 100644 index 00000000..8bc01055 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.08mm Extra Fine @MyRRF.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @MyRRF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_rrf_common", + "layer_height": "0.08", + "bottom_shell_layers": "7", + "top_shell_layers": "9" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyKlipper.json new file mode 100644 index 00000000..575bd40d --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyKlipper.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "layer_height": "0.12", + "bottom_shell_layers": "5", + "top_shell_layers": "6", + "support_top_z_distance": "0.08", + "support_bottom_z_distance": "0.08", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyMarlin.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyMarlin.json new file mode 100644 index 00000000..3c9beff9 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyMarlin.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @MyMarlin", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_marlin_common", + "layer_height": "0.12", + "bottom_shell_layers": "5", + "top_shell_layers": "6" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyRRF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyRRF.json new file mode 100644 index 00000000..cf0da148 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.12mm Fine @MyRRF.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @MyRRF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_rrf_common", + "layer_height": "0.12", + "bottom_shell_layers": "5", + "top_shell_layers": "6" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyKlipper.json new file mode 100644 index 00000000..518ed7cb --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyKlipper.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.15mm Optimal @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "layer_height": "0.15", + "support_top_z_distance": "0.15", + "support_bottom_z_distance": "0.15", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyMarlin.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyMarlin.json new file mode 100644 index 00000000..28a0067e --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyMarlin.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.15mm Optimal @MyMarlin", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_marlin_common", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "layer_height": "0.15" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyRRF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyRRF.json new file mode 100644 index 00000000..dbc5c6e4 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.15mm Optimal @MyRRF.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.15mm Optimal @MyRRF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_rrf_common", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "layer_height": "0.15" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.16mm Optimal @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.16mm Optimal @MyKlipper.json new file mode 100644 index 00000000..45df9dad --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.16mm Optimal @MyKlipper.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.16mm Optimal @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "support_top_z_distance": "0.16", + "support_bottom_z_distance": "0.16", + "layer_height": "0.16", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.2 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyKlipper.json new file mode 100644 index 00000000..d38acd8f --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyKlipper.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @MyKlipper", + "from": "system", + "inherits": "fdm_process_klipper_common", + "instantiation": "true", + "layer_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyMarlin.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyMarlin.json new file mode 100644 index 00000000..8ce49191 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyMarlin.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @MyMarlin", + "from": "system", + "inherits": "fdm_process_marlin_common", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "3", + "top_shell_layers": "4" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyRRF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyRRF.json new file mode 100644 index 00000000..84d732c6 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.20mm Standard @MyRRF.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @MyRRF", + "from": "system", + "inherits": "fdm_process_rrf_common", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "3", + "top_shell_layers": "4" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyKlipper.json new file mode 100644 index 00000000..30a520ba --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyKlipper.json @@ -0,0 +1,17 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "layer_height": "0.24", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyMarlin.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyMarlin.json new file mode 100644 index 00000000..6ca175d2 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyMarlin.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @MyMarlin", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_marlin_common", + "layer_height": "0.24", + "top_surface_line_width": "0.45", + "bottom_shell_layers": "3", + "top_shell_layers": "4" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyRRF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyRRF.json new file mode 100644 index 00000000..85ca2a95 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.24mm Draft @MyRRF.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @MyRRF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_rrf_common", + "layer_height": "0.24", + "top_surface_line_width": "0.45", + "bottom_shell_layers": "3", + "top_shell_layers": "4" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyKlipper.json new file mode 100644 index 00000000..a2ff46c4 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyKlipper.json @@ -0,0 +1,15 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.28mm Extra Draft @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "layer_height": "0.28", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyMarlin.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyMarlin.json new file mode 100644 index 00000000..558b1c58 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyMarlin.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.28mm Extra Draft @MyMarlin", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_marlin_common", + "layer_height": "0.28", + "top_surface_line_width": "0.45", + "bottom_shell_layers": "3", + "top_shell_layers": "4" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyRRF.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyRRF.json new file mode 100644 index 00000000..a0dcd982 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.28mm Extra Draft @MyRRF.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.28mm Extra Draft @MyRRF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_rrf_common", + "layer_height": "0.28", + "top_surface_line_width": "0.45", + "bottom_shell_layers": "3", + "top_shell_layers": "4" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.32mm Extra Draft @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.32mm Extra Draft @MyKlipper.json new file mode 100644 index 00000000..a3da4a7f --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.32mm Extra Draft @MyKlipper.json @@ -0,0 +1,17 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.32mm Standard @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.32", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.4 nozzle", + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.40mm Extra Draft @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.40mm Extra Draft @MyKlipper.json new file mode 100644 index 00000000..e5f20930 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.40mm Extra Draft @MyKlipper.json @@ -0,0 +1,16 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.40mm Standard @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.40", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.6 nozzle", + "MyKlipper 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.56mm Extra Draft @MyKlipper.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.56mm Extra Draft @MyKlipper.json new file mode 100644 index 00000000..d8e6e21c --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/0.56mm Extra Draft @MyKlipper.json @@ -0,0 +1,15 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.56mm Standard @MyKlipper", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_klipper_common", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.56", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "MyKlipper 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_common.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_common.json new file mode 100644 index 00000000..cfb78ab9 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_common.json @@ -0,0 +1,108 @@ +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_speed": "50", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [], + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "1000", + "inner_wall_acceleration": "1000", + "outer_wall_acceleration": "700", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode", + "detect_overhang_wall": "1", + "slowdown_for_curled_perimeters": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "line_width": "110%", + "inner_wall_line_width": "110%", + "outer_wall_line_width": "100%", + "top_surface_line_width": "93.75%", + "sparse_infill_line_width": "110%", + "initial_layer_line_width": "120%", + "internal_solid_infill_line_width": "120%", + "support_line_width": "96%", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "3", + "min_skirt_length": "4", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "30", + "tree_support_wall_count": "0", + "tree_support_with_infill": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "layer_height": "0.2", + "bottom_shell_layers": "3", + "top_shell_layers": "4", + "bridge_flow": "1", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "45", + "outer_wall_speed": "45", + "inner_wall_speed": "80", + "sparse_infill_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "50", + "gap_infill_speed": "30", + "travel_speed": "200" +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_klipper_common.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_klipper_common.json new file mode 100644 index 00000000..cf4a288f --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_klipper_common.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "fdm_process_klipper_common", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_common", + "default_acceleration": "5000", + "top_surface_acceleration": "3000", + "travel_acceleration": "7000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "3000", + "initial_layer_acceleration": "500", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "120", + "inner_wall_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "200", + "travel_speed": "350", + "exclude_object": "1" +} \ No newline at end of file diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_marlin_common.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_marlin_common.json new file mode 100644 index 00000000..7b5bca96 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_marlin_common.json @@ -0,0 +1,108 @@ +{ + "type": "process", + "name": "fdm_process_marlin_common", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_common", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "50", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "1000", + "travel_acceleration": "1000", + "inner_wall_acceleration": "1000", + "outer_wall_acceleration": "1000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "40", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "60", + "inner_wall_speed": "80", + "internal_solid_infill_speed": "80", + "top_surface_speed": "50", + "gap_infill_speed": "80", + "sparse_infill_speed": "80", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_arc_fitting": "0", + "compatible_printers": [ + "MyMarlin 0.4 nozzle" + ] +} diff --git a/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_rrf_common.json b/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_rrf_common.json new file mode 100644 index 00000000..88cb3d40 --- /dev/null +++ b/orcaslicer/.config/OrcaSlicer/system/Custom/process/fdm_process_rrf_common.json @@ -0,0 +1,109 @@ +{ + "type": "process", + "name": "fdm_process_rrf_common", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_common", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "50", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "3000", + "travel_acceleration": "7000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "3000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "120", + "inner_wall_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "200", + "travel_speed": "350", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_arc_fitting": "0", + "compatible_printers": [ + "MyRRF 0.4 nozzle" + ], + "exclude_object": "1" +}