mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Add New Machine Profiles and Improve Existing Settings for Co Print ChromaSet 0.4 (#7889)
Add files via upload Improved the existing 'Co Print ChromaSet 0.4 nozzle' and 'Co Print ChromaSet 0.4 nozzle fast' machine files. Added new machine files: 'Co Print ChromaSet 0.4 nozzle - Ender-3 V3' and 'Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus'. Enhanced the '0.2mm Standard @Co Print ChromaSet 0.4' and '0.2mm Fast @Co Print ChromaSet 0.4' process files. Updated the 'CoPrint Generic PLA' file to ensure compatibility with the newly added machine files. Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a90cc292e9
commit
3e520c713c
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Co Print ChromaSet",
|
||||
"default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4",
|
||||
"printer_variant": "0.4",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"290x0",
|
||||
"290x283",
|
||||
"0x283"
|
||||
],
|
||||
"printable_height": "330",
|
||||
"gcode_flavor": "klipper",
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_acceleration_e": [
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"40000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
],
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
],
|
||||
"thumbnails": [
|
||||
"300x300",
|
||||
"400x300",
|
||||
"96x96",
|
||||
"32x32"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
"343"
|
||||
],
|
||||
"thumbnails_format": "PNG",
|
||||
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
|
||||
"machine_end_gcode": "end_print",
|
||||
"change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]",
|
||||
"default_filament_profile": [
|
||||
"Co Print PLA"
|
||||
],
|
||||
"extruder_clearance_radius": [
|
||||
"65"
|
||||
],
|
||||
"extruder_clearance_height_to_rod": [
|
||||
"36"
|
||||
],
|
||||
"extruder_clearance_height_to_lid": [
|
||||
"140"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
],
|
||||
"cooling_tube_retraction": [
|
||||
"0"
|
||||
],
|
||||
"cooling_tube_length": [
|
||||
"0"
|
||||
],
|
||||
"parking_pos_retraction": [
|
||||
"25"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
],
|
||||
"extra_loading_move": [
|
||||
"0"
|
||||
],
|
||||
"high_current_on_filament_swap": [
|
||||
"1"
|
||||
],
|
||||
|
||||
"z_hop_types": "Spiral Lift"
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Co Print ChromaSet",
|
||||
"default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4",
|
||||
"printer_variant": "0.4",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"180x0",
|
||||
"180x173",
|
||||
"0x173"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"gcode_flavor": "klipper",
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_acceleration_e": [
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"40000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
],
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
],
|
||||
"thumbnails": [
|
||||
"300x300",
|
||||
"400x300",
|
||||
"96x96",
|
||||
"32x32"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
"343"
|
||||
],
|
||||
"thumbnails_format": "PNG",
|
||||
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
|
||||
"machine_end_gcode": "end_print",
|
||||
"change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]",
|
||||
"default_filament_profile": [
|
||||
"Co Print PLA"
|
||||
],
|
||||
"extruder_clearance_radius": [
|
||||
"65"
|
||||
],
|
||||
"extruder_clearance_height_to_rod": [
|
||||
"36"
|
||||
],
|
||||
"extruder_clearance_height_to_lid": [
|
||||
"140"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
],
|
||||
"cooling_tube_retraction": [
|
||||
"0"
|
||||
],
|
||||
"cooling_tube_length": [
|
||||
"0"
|
||||
],
|
||||
"parking_pos_retraction": [
|
||||
"25"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
],
|
||||
"extra_loading_move": [
|
||||
"0"
|
||||
],
|
||||
"high_current_on_filament_swap": [
|
||||
"1"
|
||||
],
|
||||
|
||||
"z_hop_types": "Spiral Lift"
|
||||
|
||||
|
||||
}
|
||||
@@ -12,7 +12,7 @@
|
||||
"0.4"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
"0%"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
@@ -20,13 +20,13 @@
|
||||
"225x225",
|
||||
"0x225"
|
||||
],
|
||||
"printable_height": "345",
|
||||
"printable_height": "250",
|
||||
"gcode_flavor": "klipper",
|
||||
"retraction_length": [
|
||||
"1"
|
||||
"0.5"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"20"
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"700"
|
||||
@@ -74,7 +74,7 @@
|
||||
"0.2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
@@ -94,6 +94,7 @@
|
||||
"thumbnails": [
|
||||
"300x300",
|
||||
"400x300",
|
||||
"96x96",
|
||||
"32x32"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
@@ -134,7 +135,7 @@
|
||||
"25"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
"0"
|
||||
],
|
||||
"extra_loading_move": [
|
||||
"0"
|
||||
@@ -143,7 +144,7 @@
|
||||
"1"
|
||||
],
|
||||
|
||||
"z_hop_types": "Normal Lift"
|
||||
"z_hop_types": "Spiral Lift"
|
||||
|
||||
|
||||
}
|
||||
@@ -12,7 +12,7 @@
|
||||
"0.4"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
"0%"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
@@ -20,10 +20,10 @@
|
||||
"225x225",
|
||||
"0x225"
|
||||
],
|
||||
"printable_height": "345",
|
||||
"printable_height": "250",
|
||||
"gcode_flavor": "klipper",
|
||||
"retraction_length": [
|
||||
"1"
|
||||
"0.5"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"100"
|
||||
@@ -35,7 +35,7 @@
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"20"
|
||||
"10"
|
||||
],
|
||||
"machine_max_acceleration_e": [
|
||||
"2500"
|
||||
@@ -56,16 +56,16 @@
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"500"
|
||||
"100"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10"
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10"
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2"
|
||||
@@ -74,10 +74,10 @@
|
||||
"0.2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"50"
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"50"
|
||||
"30"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
@@ -86,7 +86,7 @@
|
||||
"2"
|
||||
],
|
||||
"wipe": [
|
||||
"0"
|
||||
"1"
|
||||
],
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
@@ -94,6 +94,7 @@
|
||||
"thumbnails": [
|
||||
"300x300",
|
||||
"400x300",
|
||||
"96x96",
|
||||
"32x32"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
@@ -134,7 +135,7 @@
|
||||
"25"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
"0"
|
||||
],
|
||||
"extra_loading_move": [
|
||||
"0"
|
||||
@@ -143,7 +144,7 @@
|
||||
"1"
|
||||
],
|
||||
|
||||
"z_hop_types": "Normal Lift"
|
||||
"z_hop_types": "Spiral Lift"
|
||||
|
||||
|
||||
}
|
||||
@@ -10,18 +10,18 @@
|
||||
"0.4"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
"0%"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
"225x0",
|
||||
"225x225",
|
||||
"0x225"
|
||||
],
|
||||
"printable_height": "345",
|
||||
"printable_height": "250",
|
||||
"gcode_flavor": "klipper",
|
||||
"retraction_length": [
|
||||
"1"
|
||||
"0.5"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"100"
|
||||
@@ -33,7 +33,7 @@
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"20"
|
||||
"10"
|
||||
],
|
||||
"machine_max_acceleration_e": [
|
||||
"2500"
|
||||
@@ -54,16 +54,16 @@
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"500"
|
||||
"100"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10"
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10"
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2"
|
||||
@@ -72,10 +72,10 @@
|
||||
"0.2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"50"
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"50"
|
||||
"30"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
@@ -89,6 +89,7 @@
|
||||
"thumbnails": [
|
||||
"300x300",
|
||||
"400x300",
|
||||
"96x96",
|
||||
"32x32"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"instantiation": "false",
|
||||
"printer_technology": "FFF",
|
||||
"deretraction_speed": [
|
||||
"50"
|
||||
"30"
|
||||
],
|
||||
"extruder_colour": [
|
||||
"#FCE94F"
|
||||
@@ -31,7 +31,7 @@
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"500"
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
@@ -82,13 +82,13 @@
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
"0%"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
"0"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
"0.5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
@@ -103,7 +103,7 @@
|
||||
"0"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"50"
|
||||
"60"
|
||||
],
|
||||
"single_extruder_multi_material": "1",
|
||||
"wipe": [
|
||||
|
||||
Reference in New Issue
Block a user