* Change G-Code * Change config to closely match prusa profile The profile can be found at https://forum.prusa3d.com/forum/prusaslicer/looking-for-a-dremel-3d45-profile-for-prusa-slicer-help-me-help-my-students/ * Use original build plate model * Change printable area * Update machine settings * Change bed model naming * Prevent future conflicts * Update values * Fix error * Disable firmware retraction * Enable reduce infill retraction * Fully disable relative e distances * Fix filename format * Revert "Fix filename format" This reverts commit b95e76a57a1fcf796a658bcbf616ed77d79298d1. * Forgot this one * Clean up
117 lines
2.5 KiB
JSON
117 lines
2.5 KiB
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM001",
|
|
"name": "Dremel 3D45 0.4 nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_dremel_common",
|
|
"printer_model": "Dremel 3D45",
|
|
"printer_variant": "0.4",
|
|
"printer_settings_id": "Dremel",
|
|
"gcode_flavor": "marlin",
|
|
"default_filament_profile": [
|
|
"Dremel Generic PLA @3D45 all"
|
|
],
|
|
"default_print_profile": ".20mm Standard @Dremel 3D45 0.4",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printable_area": [
|
|
"-127.5x-77.5",
|
|
"97.5x-77.5",
|
|
"97.5x77.5",
|
|
"-127.5x77.5"
|
|
],
|
|
"printable_height": "170",
|
|
"deretraction_speed": [
|
|
"40"
|
|
],
|
|
"emit_machine_limits_to_gcode": "1",
|
|
"enable_filament_ramming": "1",
|
|
"extra_loading_move": "-2",
|
|
"wipe": [
|
|
"1"
|
|
],
|
|
"wipe_distance": [
|
|
"1"
|
|
],
|
|
"z_hop": [
|
|
"0.5"
|
|
],
|
|
"machine_max_acceleration_e": [
|
|
"10000",
|
|
"10000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"1500",
|
|
"1500"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"1500",
|
|
"1500"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"9000",
|
|
"9000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"9000",
|
|
"9000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"2.5",
|
|
"2.5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.2",
|
|
"0.2"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"120",
|
|
"120"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"12",
|
|
"12"
|
|
],
|
|
"max_layer_height": [
|
|
"0.34"
|
|
],
|
|
"min_layer_height": [
|
|
"0.07"
|
|
],
|
|
"retraction_length": [
|
|
"1"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"2"
|
|
],
|
|
"retraction_speed": [
|
|
"40"
|
|
],
|
|
"use_relative_e_distances": "0",
|
|
"machine_start_gcode": "G28; home printer\nG1 Z50.00 F400; pruge line\nG1 F200 E3\nM132 X Y Z A; prepare printer\nM907 X100 Y100 Z50 A100",
|
|
"machine_end_gcode": "M104 S0; turn off nozzle\nM140 S0; turn off bed\nG92 E1; return print head to home\nG1 E-1 F300\nG162 Z F600\nG162 X Y F2000\nM84; disable stepper motors",
|
|
"machine_pause_gcode": "G5",
|
|
"change_filament_gcode": "G5"
|
|
}
|