diff --git a/src/settings/printer.yml b/src/settings/printer.yml index 2d9432d..faf3399 100644 --- a/src/settings/printer.yml +++ b/src/settings/printer.yml @@ -1,59 +1,3 @@ -duplicator_i3_mini: - startCode: |- - M104 S{temperature} - G28 - M109 S{temperature} - G90 - M82 - G1 Z10.0 F6000 - G92 E0 - G1 F200 E3 - G92 E0 - endCode: |- - M104 S0 - G92 E1 - G1 E-1 F300 - G28 X0 Y0 - M84 - M82 - M104 S0 - title: Duplicator i3 Mini - heatedBed: false - filamentThickness: 1.75 - dimensions: - x: 120 - y: 135 - z: 120 -doodle3d_printer: - startCode: |- - M104 S{temperature} - {if heatedBed}M140 S{bedTemperature} - G28 - M109 S{temperature} - {if heatedBed}M190 S{bedTemperature} - G90 - M82 - G1 Z10.0 F6000 - G92 E0 - G1 F200 E3 - G92 E0 - endCode: |- - M104 S0 - M140 S0 - G92 E1 - G1 E-1 F300 - G28 X0 Y0 - M84 - M82 - M104 S0 - title: Doodle3D Printer - heatedBed: true - bedTemperature: 50 - filamentThickness: 1.75 - dimensions: - x: 120 - y: 120 - z: 120 _3Dison_plus: title: 3Dison plus heatedBed: false @@ -394,3 +338,30 @@ wanhao_duplicator_i3_plus: title: Wanhao Duplicator i3 Plus heatedBed: false filamentThickness: 1.75 +wanhao_duplicator_i3_mini: + duplicator_i3_mini: + startCode: |- + M104 S{temperature} + G28 + M109 S{temperature} + G90 + M82 + G1 Z10.0 F6000 + G92 E0 + G1 F200 E3 + G92 E0 + endCode: |- + M104 S0 + G92 E1 + G1 E-1 F300 + G28 X0 Y0 + M84 + M82 + M104 S0 + title: Wanhao Duplicator i3 Mini + heatedBed: false + filamentThickness: 1.75 + dimensions: + x: 120 + y: 135 + z: 120 \ No newline at end of file