12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "version": 2,
- "name": "Dagoma PRO 430B",
- "inherits": "dagoma_pro_430_base",
- "metadata":
- {
- "visible": true,
- "author": "Dagoma",
- "manufacturer": "Dagoma",
- "machine_extruder_trains": { "0": "dagoma_pro_430_bowden_extruder_0" }
- },
- "overrides":
- {
- "machine_name": { "default_value": "Dagoma PRO 430B" },
- "machine_extruder_count": { "default_value": 1 },
- "machine_height": { "default_value": 360 },
- "machine_head_with_fans_polygon": { "default_value": [ [-22.5, -22.5], [-22.5, 22.5], [22.5, 22.5], [22.5, -22.5] ] },
- "gantry_height": { "value": "35" },
- "machine_start_gcode": { "default_value": "\n;Start Gcode for {machine_name}\n;Author: Dagoma\n;Contact: contact-pro@dagoma3d.com\n\n;Sliced: {date} {time}\n\n;Estimated print time: {print_time}\n\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}°\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\n\nG21 ;Set units to millimeters\nG90 ;Set all axes to absolute\nM140 S{material_bed_temperature} ;Preheat hotbed\nM117 Nozzle preheating ;Set message\nM109 R{material_standby_temperature} ;Preheat hotend before bed leveling\nM117 Hotbed preheating ;Set message\nM190 S{material_bed_temperature} ;Preheat hotbed before bed leveling\nG28 ;Go to origin on all axes\nG29 ; Bed Leveling\nG0 X215 Y1 Z0.4 ;Move XYZ axis before purge\nM117 Wait for print temp ;Set message\nM109 S{material_print_temperature_layer_0} ;Wait for initial print temp\nM83 ;Set E to relative positioning\nG1 E{retraction_amount} F200 ;Purge\nG0 Z3 ;Move Z axis before print start\nM82 ;Set E to absolute positioning\nG92 E0 ;Set E position\nG1 F{travel_speed} ;Set the feedrate to {travel_speed}mm/s\nM117 Print in progress ;Set message\n" },
- "machine_end_gcode": { "default_value": "\n;End Gcode for {machine_name}\n;Author: Dagoma\n\nM104 S0 ;Set hotend temperature for cooldown\nM140 S0 ;Set hotbed temperature for cooldown\nG91 ;Set all axes to relative\nG0 Z+3 ;Move Z axis after print end\nG1 E-{retraction_amount} F5000 ;Retract filament to stop oozing\nG90 ;Set all axes to absolute\nG28 X Y ;Home the X and Y axes\nM18 ;Disable steppers motors\nM117 Print end ;Set message\n" },
- "machine_acceleration": { "value": 1250 },
- "machine_max_jerk_xy": { "value": 10 },
- "machine_max_jerk_z": { "value": 0.3 },
- "machine_max_jerk_e": { "value": 5 },
- "machine_max_feedrate_e": { "default_value": 200 },
- "machine_steps_per_mm_e": { "default_value": 139.5 },
- "acceleration_enabled": { "value": "True" },
- "acceleration_print": { "value": "1250", "maximum_value": 1500 },
- "acceleration_layer_0": { "value": "acceleration_topbottom", "maximum_value": 1500 },
- "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 1250)", "maximum_value": 1500 },
- "acceleration_travel": { "value": "acceleration_print", "maximum_value": 1500 },
- "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 1250)", "maximum_value": 1500 },
- "acceleration_wall_0": { "value": "math.ceil(acceleration_print * 800 / 1250)", "maximum_value": 1500 },
- "jerk_enabled": { "value": "True" },
- "jerk_print": { "value": "8", "minimum_value_warning": 8 },
- "jerk_travel": {"value": "10", "minimum_value_warning": 8 },
- "optimize_wall_printing_order": { "value": "True" }
- }
- }
|