-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into CURA-11403-pap-modification
- Loading branch information
Showing
49 changed files
with
9,449 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"version": 2, | ||
"name": "Dagoma Sigma Pro 500Z", | ||
"inherits": "dagoma_delta", | ||
"metadata": | ||
{ | ||
"visible": true, | ||
"author": "Dagoma", | ||
"manufacturer": "Dagoma", | ||
"file_formats": "text/x-gcode", | ||
"platform": "dagoma_sigma_pro.obj", | ||
"first_start_actions": [ "MachineSettingsAction" ], | ||
"has_machine_quality": true, | ||
"has_variants": true, | ||
"machine_extruder_trains": { "0": "dagoma_sigma_pro_extruder" }, | ||
"platform_texture": "dagoma_sigma_pro.png", | ||
"preferred_quality_type": "h0.2", | ||
"preferred_variant_name": "Brass 0.4mm", | ||
"quality_definition": "dagoma_sigma_pro", | ||
"variants_name": "Nozzle" | ||
}, | ||
"overrides": | ||
{ | ||
"machine_depth": { "default_value": 200 }, | ||
"machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\nM104 S0\nM107 ;stop fan\nM140 S0 ;heated bed heater off (if you have it)\nG92 E0\nG1 E-55 F4600\nG27\nG90 ; Absolute positioning\nT0" }, | ||
"machine_heated_bed": { "default_value": true }, | ||
"machine_height": { "default_value": 501 }, | ||
"machine_name": { "default_value": "Dagoma Sigma Pro 500Z" }, | ||
"machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}\u00b0C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\nG90 ;absolute positioning\nM190 S{material_bed_temperature_layer_0};\nM109 S140;\nG1 F200 E-1.0\nM106 S255 ;Activating layers fans\nG28 ;Homing\nG29 ;Calibration\nM107 ;Off Ventilateur\nM109 S{material_print_temperature_layer_0} ;Temperature for the first layer only\nG92 E0 ;Zero the extruded length again\nG1 X0 Y-105 Z1 F3000\nG1 F{speed_travel}\nM117 Printing...\n" }, | ||
"machine_width": { "default_value": 200 } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"version": 2, | ||
"name": "Dagoma Sigma Pro 500Z Dual", | ||
"inherits": "dagoma_delta", | ||
"metadata": | ||
{ | ||
"visible": true, | ||
"author": "Dagoma", | ||
"manufacturer": "Dagoma", | ||
"file_formats": "text/x-gcode", | ||
"platform": "dagoma_sigma_pro.obj", | ||
"first_start_actions": [ "MachineSettingsAction" ], | ||
"has_machine_quality": true, | ||
"has_variants": true, | ||
"machine_extruder_trains": | ||
{ | ||
"0": "dagoma_sigma_pro_dual_extruder_right", | ||
"1": "dagoma_sigma_pro_dual_extruder_left" | ||
}, | ||
"platform_texture": "dagoma_sigma_pro.png", | ||
"preferred_quality_type": "h0.2", | ||
"preferred_variant_name": "Brass 0.4mm", | ||
"quality_definition": "dagoma_sigma_pro_dual", | ||
"variants_name": "Nozzle" | ||
}, | ||
"overrides": | ||
{ | ||
"machine_depth": { "default_value": 200 }, | ||
"machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\nM104 S0\nM107 ;stop fan\nM140 S0 ;heated bed heater off (if you have it)\nG92 E0\nG1 E-55 F4600\nG27\nG90 ; Absolute positioning\nT0" }, | ||
"machine_extruder_count": { "default_value": 2 }, | ||
"machine_heated_bed": { "default_value": true }, | ||
"machine_height": { "default_value": 501 }, | ||
"machine_name": { "default_value": "Dagoma Sigma Pro 500Z Dual" }, | ||
"machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}\u00b0C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\nG90 ;absolute positioning\nM190 S{material_bed_temperature_layer_0};\nM109 S140;\nG1 F200 E-1.0\nM106 S255 ;Activating layers fans\nG28 ;Homing\nG29 ;Calibration\nM107 ;Off Ventilateur\nM109 S{material_print_temperature_layer_0} ;Temperature for the first layer only\nG92 E0 ;Zero the extruded length again\nG1 X0 Y-105 Z1 F3000\nG1 F{speed_travel}\nM117 Printing...\n" }, | ||
"machine_width": { "default_value": 200 } | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
resources/extruders/dagoma_sigma_pro_dual_extruder_left.def.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": 2, | ||
"name": "Left Extruder", | ||
"inherits": "fdmextruder", | ||
"metadata": | ||
{ | ||
"machine": "dagoma_sigma_pro_dual", | ||
"position": "1" | ||
}, | ||
"overrides": | ||
{ | ||
"extruder_nr": { "default_value": 1 }, | ||
"machine_extruder_end_code": { "default_value": ";END T1\nG92 E0\nM83\nG1 E-55 F4700\nM82\nG92 E0\n" }, | ||
"machine_extruder_start_code": { "default_value": ";START T1\n;No temperature change\nG1 X0 Y77.5 F8000\nG92 E0\nM83\nG1 E50 F1200\nM82\nG92 E0\n" }, | ||
"machine_nozzle_size": { "default_value": 0.4 }, | ||
"material_diameter": { "default_value": 1.75 } | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
resources/extruders/dagoma_sigma_pro_dual_extruder_right.def.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": 2, | ||
"name": "Right Extruder", | ||
"inherits": "fdmextruder", | ||
"metadata": | ||
{ | ||
"machine": "dagoma_sigma_pro_dual", | ||
"position": "0" | ||
}, | ||
"overrides": | ||
{ | ||
"extruder_nr": { "default_value": 0 }, | ||
"machine_extruder_end_code": { "default_value": ";END T0\nG92 E0\nM83\nG1 E-55 F4700\nM82\nG92 E0\n" }, | ||
"machine_extruder_start_code": { "default_value": ";START T0\n;No temperature change\nG1 X0 Y77.5 F8000\nG92 E0\nM83\nG1 E50 F1200\nM82\nG92 E0\n" }, | ||
"machine_nozzle_size": { "default_value": 0.4 }, | ||
"material_diameter": { "default_value": 1.75 } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": 2, | ||
"name": "Extruder", | ||
"inherits": "fdmextruder", | ||
"metadata": | ||
{ | ||
"machine": "dagoma_sigma_pro", | ||
"position": "0" | ||
}, | ||
"overrides": | ||
{ | ||
"extruder_nr": { "default_value": 0 }, | ||
"machine_extruder_end_code": { "default_value": ";END T0\nG92 E0\nM83\nG1 E-55 F4700\nM82\nG92 E0\n" }, | ||
"machine_extruder_start_code": { "default_value": ";START T0\n;No temperature change\nG1 X0 Y77.5 F8000\nG92 E0\nM83\nG1 E50 F1200\nM82\nG92 E0\n" }, | ||
"machine_nozzle_size": { "default_value": 0.4 }, | ||
"material_diameter": { "default_value": 1.75 } | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.