2023-06-13 13:07:22 +00:00
{
"type" : "machine" ,
"name" : "fdm_machine_common" ,
"from" : "system" ,
"instantiation" : "false" ,
2023-11-07 10:13:38 +00:00
"gcode_flavor" : "marlin2" ,
2023-08-26 10:24:13 +00:00
"before_layer_change_gcode" : ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n" ,
"machine_start_gcode" : "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 Sfirst_layer_temperature[0] ; Set hotend temp\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home" ,
2023-08-15 02:05:44 +00:00
"machine_end_gcode" : "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" ,
2023-08-26 10:24:13 +00:00
"change_filament_gcode" : "M600" ,
"machine_pause_gcode" : "M601" ,
2023-06-13 13:07:22 +00:00
"extruder_colour" : [
"#018001"
] ,
"extruder_offset" : [
"0x0"
] ,
"machine_max_acceleration_e" : [
2023-08-15 02:05:44 +00:00
"4000"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_acceleration_extruding" : [
2023-08-15 02:05:44 +00:00
"6000"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_acceleration_retracting" : [
2023-08-15 02:05:44 +00:00
"6000"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_acceleration_travel" : [
2023-08-15 02:05:44 +00:00
"6000"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_acceleration_x" : [
2023-08-15 02:05:44 +00:00
"6000"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_acceleration_y" : [
2023-08-15 02:05:44 +00:00
"6000"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_acceleration_z" : [
2023-12-13 12:55:19 +00:00
"500"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_speed_e" : [
2023-08-15 02:05:44 +00:00
"50"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_speed_x" : [
2023-08-15 02:05:44 +00:00
"600"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_speed_y" : [
2023-08-15 02:05:44 +00:00
"600"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_speed_z" : [
2023-08-15 02:05:44 +00:00
"80"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_jerk_e" : [
2023-08-15 02:05:44 +00:00
"18"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_jerk_x" : [
2023-08-15 02:05:44 +00:00
"15"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_jerk_y" : [
2023-08-15 02:05:44 +00:00
"15"
2023-06-13 13:07:22 +00:00
] ,
"machine_max_jerk_z" : [
2023-08-15 02:05:44 +00:00
"0.3"
2023-06-13 13:07:22 +00:00
] ,
"machine_min_extruding_rate" : [
"0"
] ,
"machine_min_travel_rate" : [
"0"
] ,
"max_layer_height" : [
2023-08-15 02:05:44 +00:00
"0.32"
2023-06-13 13:07:22 +00:00
] ,
"min_layer_height" : [
2023-08-15 02:05:44 +00:00
"0.05"
2023-06-13 13:07:22 +00:00
] ,
"printable_height" : "250" ,
"nozzle_diameter" : [
"0.4"
] ,
"printer_settings_id" : "" ,
"printer_technology" : "FFF" ,
"printer_variant" : "0.4" ,
"retraction_minimum_travel" : [
2023-08-15 02:05:44 +00:00
"3"
2023-06-13 13:07:22 +00:00
] ,
"retract_before_wipe" : [
2023-08-15 02:05:44 +00:00
"0%"
2023-06-13 13:07:22 +00:00
] ,
"retract_when_changing_layer" : [
2023-08-15 02:05:44 +00:00
"0"
2023-06-13 13:07:22 +00:00
] ,
"retract_length_toolchange" : [
"2"
] ,
"retract_restart_extra" : [
"0"
] ,
2023-08-15 02:05:44 +00:00
"default_print_profile" : "0.20mm Standard @Anker" ,
2023-06-13 13:07:22 +00:00
"retract_restart_extra_toolchange" : [
"0"
] ,
"retraction_speed" : [
2023-08-15 02:05:44 +00:00
"60"
2023-06-13 13:07:22 +00:00
] ,
"deretraction_speed" : [
2023-08-15 02:05:44 +00:00
"60"
2023-06-13 13:07:22 +00:00
] ,
"silent_mode" : "0" ,
"single_extruder_multi_material" : "1" ,
2023-08-26 10:24:13 +00:00
"use_relative_e_distances" : "1" ,
2023-08-15 02:05:44 +00:00
"wipe_distance" : [
"0"
] ,
2023-06-13 13:07:22 +00:00
"wipe" : [
"0"
] ,
2023-08-15 02:05:44 +00:00
"z_hop" : [
"0"
] ,
2023-06-13 13:07:22 +00:00
"z_hop_types" : "Normal Lift"
}