Open rbeede opened 9 months ago
Start G-code
G28 ; home all axes
M420 S1
M117 ; Purge extruder
G92 E0 ; reset extruder
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position
G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line
G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little
G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line
G92 E0 ; reset extruder
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
End G-code
G91; relative positioning
G1 Z1.0 F3000 ; move z up little to prevent scratching of print
G90; absolute positioning
G1 X0 Y0 F1000 ; prepare for part removal
M104 S0; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors
M420 S0
M106 S0 ; turn off fan
Might be the same as the Mingda Magician X. Perhaps update the existing built-in X to say X/X2 ?
I have this machine as well. I just followed their steps to manually add the machine. But, it is also convenient if it can be added to future builds of Cura
I have this machine as well. I just followed their steps to manually add the machine. But, it is also convenient if it can be added to future builds of Cura
Greetings, can you elaborate on what you mean by "their steps to manually add this machine"
In the document they sent to me, they went through step by step. I can't find that now and in viewing their updated manual (https://cdn.shopifycdn.net/s/files/1/0510/4209/1194/files/Magician_X2_3D_Printing_User_Manual_v2.0.pdf?v=1693901612) it looks like they rely on the customer installing their Cura install which has the profile built in.
They sent me an early version of the machine and I think what they sent me was how to configure the Magician X but just change the print volume
Greetings, Can you verify whether the X setting for Ultimaker are the same for x2 with the settings you have?
yeah I looked and there's a Mingda Magician X but no Mingda Magician X2
Is your feature request related to a problem?
Missing the MingDa Magician X2 as a printer
Describe the solution you'd like
Add the MingDa Magician X2 as a printer
Describe alternatives you've considered
Using the vendor's forked version of Cura
Affected users and/or printers
Users with the Magician X2 printer Mindga_X2_cfgs.zip
Additional information & file uploads
No response