Installing Duet Maestro in FlashForge Creator Pro (2016)
-
@Fireflynj said in Installing Duet Maestro in FlashForge Creator Pro (2016):
G92 Z50 Y75 X100.
i think you are looking for G1 Z50 Y75 X100
-
@Veti ok, I just looked up what G92 is and its for setting zero point, I got this from the guide for setting up an Ender and verifying the stepper motor direction is more complicated than it needs to be.
I found a note in another guide:
*Note that a stepper can't be moved before homing. unless the M564 command is used to override this safety default.I got this step done now, I simply center everything manually and then click the [Home X] button, if it moved away from end switch, I cut the power off and reverse direction in config.g. then I did the 'Y' etc . . .
I am now trying to figure out why my temperatures are not working.
-
I think you’re referring to this bit of the instructions: https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+3:+Commissioning/39#s146
G92 sets the axis position. The instructions say to do this, then nudge the axes to check they are going the right way. Can’t see anything wrong with that, just you didn’t quite follow the instructions through!
It’s always worth checking what the instructions will do when typing them in; use the Gcode dictionary to expand your knowledge: https://duet3d.dozuki.com/Wiki/Gcode
Ian
-
@Fireflynj said in Installing Duet Maestro in FlashForge Creator Pro (2016):
*Note that a stepper can't be moved before homing. unless the M564 command is used to override this safety default.
That’s not quite right. Homing an axis gives it a definitive position, which M92 also does, so also cancels the ‘axis not homed’ error.
Ian
-
@droftarts yes, I misunderstood and expected it to move to center, and nudging did not work either. Maybe because of updated firmware, the M564 command is used to override this safety default was the missing step, but I did not try it since I did it a different way.
I added comment to guide:
*Note that a stepper can't be moved before homing. unless the M564 command is used to override this safety default. -
I really don't like the new Web interface, I need to add second extruder and two more fans and can't figure out how.
I have two extruders and 3 fans in the config.g
; Drives M569 P0 S0 ; physical drive 0 goes backwards M569 P1 S1 ; physical drive 1 goes forwards M569 P2 S0 ; physical drive 2 goes backwards M569 P3 S1 ; physical drive 3 goes forwards M569 P4 S0 ; physical drive 4 goes backwards M584 X0 Y1 Z2 E3:4 ; set drive mapping M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation M92 X94.12 Y94.12 Z400.00 E92.60:92.60 ; set steps per mm M566 X600.00 Y600.00 Z12.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00 ; set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z150.00 E2000.00:2000.00 ; set accelerations (mm/s^2) M906 X700 Y700 Z300 E750:750 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Heaters M305 P0 T4700 B935 R2200 ; set thermistor + ADC parameters for heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M305 P1 T4700 B4138 R2200 ; set thermistor + ADC parameters for heater 1 M143 H1 S280 ; set temperature limit for heater 1 to 280C M305 P2 T4700 B4138 R2200 ; set thermistor + ADC parameters for heater 2 M143 H2 S280 ; set temperature limit for heater 2 to 280C ; Fans M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S0 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S0 I0 F500 H2 T45 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
and yes, I have issues with my temperatures as seen in screen shot.
-
@Fireflynj said in Installing Duet Maestro in FlashForge Creator Pro (2016):
M305 P1 T4700 B4138 R2200 ; set thermistor + ADC parameters for heater 1
M305 P2 T4700 B4138 R2200 ; set thermistor + ADC parameters for heater 2B4138 is the default and almost certainly wrong for your thermistor
-
@Veti yes, it is wrong, researching it now, I did not know what the stock FFCP has.
so far I found some posts, it is a 'K' Thermocoupler in the hotends and need a daughter board to connect it.wish I knew before! I need to order one.
I am also making my own Dozuki guide to help others who may do a FFCP. -
It's not finished but here is the link to the Guide
https://duet3d.dozuki.com/Guide/Duet+2+Maestro+in++FlashForge+Creator+Pro+(2016)+and+a+smart+12864+LCD/57so far I was not able to get smart graphic 12864 LCD to work and my heat bed temperature is off.
Please comment here on corrections for the guide as well.
Thank you.
-
The Duet Maestro was advertised to support 12864 LCD display and I am currently searching on how to get it working.
according to https://duet3d.dozuki.com/Wiki/Gcode#Section_M918_Configure_direct_connect_display
it says "dumb LCD or similar display. Supported on Duet 2 Maestro."
uh oh, so I have a smart graphic 12864 LCD, from sainsmart but similar to https://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller.
so I need a dumb one and not a smart?
is there a such thing as a dumb one?, I never seen one, maybe it's a mistake on Duet's guide. -
@Fireflynj the 12864 display is considered "dumb" in the sense that it does not have microprocessor to communicate with the Duet like the PanelDue does. That said the wording was confusing in the documentation so i have updated it. A 12864 based display should work.
Have you seen this:
https://duet3d.dozuki.com/Wiki/Duet_2_Maestro_12864_display_menu_systemAlso when you say it does not work, in what sense does it not work?
Also i note in your guide you have
M918 P1 E1 F2000000
a value if E1 is not typical.P.S.Thanks for doing the guide!
-
The display is completely is blank just like it is off.
I got the files for menu from https://github.com/mudcruzr/Duet-Maestro-12864-Menu-Files
the config tool generated > M918 P1 E4 F2000000 ; configure direct-connect display
I think I tried E1 because someone posted it worked for them and I did not put E4 back. -
The smart graphic 12864 LCD works very well on the Maestro.
Maybe you have mixed up connectors for COM1 and COM2?
My code in config.g is:
M918 P1 -
I read EXP1 is for SD card and EXP2 is display, but I did try both. Could you confirm which you used? I know the unit works because I took it off my DIY RAMPS printer that I retired.
https://www.thingiverse.com/thing:1290318 -
some reprap clone lcd have reversed connectors.
-
You have to use both...
Connect EXP1 to EXP1 and EXP2 to EXP2 -
Well I finally had the guts to try the "clone backwards" issue. And it worked! That is very weird that it worked on the Ramps set up fine but not on the Maestro.
-
So I think I figured out why some of these clone RepRap discount smart graphic controllers have backwards connectors, you see two different connector types, some of these PCB has the marking of a 90 degree bend connector and are fitted with a straight connector which will reverse the pins.
https://drive.google.com/file/d/0B7O0wmhFYwlGOHpac243Wm5IN0dfQ01yajdURmdxb0F0dXBv
https://drive.google.com/file/d/0B7O0wmhFYwlGRDhjZ1FzbnZSbUlBcDFDZ1M3R2VOTk1oZDFV
https://drive.google.com/file/d/0B7O0wmhFYwlGQmo0VUVUdC1LMmxqdUxPaHRVLVJKOE84cHcwtrying to get the pictures in post. upload is not working, I keep getting parsing server error
-
The 12864 display pinout used on the Duet Maestro conforms to the pinout used on the original RepRapDiscount display. The clones of that controller that are widely sold on Amazon and eBay mostly use the same pinout. Sadly, there are some semi-clones that use the reverse connection.
-
edit . . . , removed because I made an error