3-mars2-mainboard.txt 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. ; [[The comments after the semicolon, please modify the parameters according to the comments, the commands after the semicolon will be ignored]]
  2. ; The basic format is Mxxx Ixxx, Mxxx Txxx or Mxxx Sxxx, where Ixx (the first letter of the letter I, integer, not the number 1) is followed by an integer, which can be decimal or hexadecimal (beginning with 0x) ), Sxx is followed by a floating point number
  3. ;
  4. M8513
  5. ; [Stepper motor direction control] The direction of I1 and I-1 are just opposite, so if the motor direction is wrong, either change the wiring or change the direction parameter
  6. M8002 I-1; ;X stepper motor direction, I1 or I-1
  7. M8003 I1; Y stepper motor direction
  8. M8004 I-1; Z stepper motor direction
  9. ;[XYZ axis extrusion head/platform movement configuration] only affects the actual movement direction of the manual interface buttons;;;;;;;;;;;;;;;;;;;;;;;;;;
  10. M8005 Z0; 0: Z axis direction, forming support movement,,
  11. ; 1: Resin tank movement in the Z-axis direction
  12. ;
  13. ; [Speed/Acceleration Setting] The speed is in mm/s, and the acceleration is in mm/s^2
  14. M8006 I30; The maximum starting speed. When the movement speed exceeds this speed, the speed will be used as the starting speed.
  15. ; This speed is mainly to prevent loss of step. If this value is too small, it will cause the rail angle to bulge when rounding
  16. M8007 I15; The maximum orbital curve speed value (corresponding to the jerk speed in the open source firmware), if the actual orbital curve speed of the movement is greater than this value,
  17. ; Will force the movement to decelerate. When filling, there will be a lot of reciprocating movement, this value is large, the noise is large, and it is easy to lose steps.
  18. ; This value is small, the speed is slow, when the printing speed is high, the printing quality will be relatively poor
  19. M8008 I1000; Acceleration, the larger the value, the higher the average speed of actual operation, but the noise is also louder, and the smaller the value, the lower the actual speed.
  20. ;
  21. ; [[[Step-related parameters]]] After setting the parameters, please print a cube, and then measure the size with a ruler to confirm that there is no problem with the parameters
  22. ;
  23. M8009 S0.0125; [mm value of each step of XY] such as 20 teeth, tooth pitch 2mm (mxl specification, 2gt tooth data is 2mm), 1.8 degree stepping motor,
  24. ; 16 subdivision, then (20*2)/((360/1.8)*16)
  25. ;M8009 X0.0125 Y0.0125 ;If you need to set X,Y stepper motor parameters independently, you can use this command
  26. ;
  27. M8010 S0.000625; [mm value of each step of Z] On non-delta machines, the calculation formula: lead/((360/1.8)*16).
  28. ;
  29. ; [Various maximum speeds] In order to ensure the stability of the machine, please set according to the actual measurement results
  30. M8012 I200 ;Maximum speed of XY movement mm/s
  31. M8013 I5; The maximum speed of Z movement mm/s
  32. ;
  33. ;¡¾Return to zero speed¡¿
  34. M8015 I3; The first zero return speed when Z return to zero, the speed is faster, the Z movement speed of the manual interface is also the same as this speed, and the Z-axis lift is also used at this speed
  35. M8015 S30; The zero return speed when XY return to zero, the speed is faster, the XY movement speed of the manual interface is also the speed at which the XY axis moves away
  36. M8016 I3; The second zero return speed when Z zero return, the speed is slower, reducing the second zero return speed can improve the repeated positioning accuracy of the limit position, if the parameter is 0, the second zero return will not be performed
  37. ; [Z-axis demolding speed and distance] During demolding, first rise slowly, then rise quickly, then stay for a while, then fall quickly, then fall slowly
  38. M8070 S3; unit is mm; Z demoulding slow rising distance
  39. M8015 P1.0; unit is mm/s; Z demoulding slow rising speed
  40. M8028 S3.0; unit is mm/s; Z demoulding rapid ascent speed
  41. M8016 P3.0; The unit is mm/s; Z demoulding fast descending speed, the old version of this parameter is also the fast ascending speed and slow descending speed
  42. M8021 S1.7; unit is mm; Z slow descent distance
  43. M8020 S1.0; unit is mm/s; Z slow down speed
  44. ; When printing [Z demoulding, the total distance of lifting height each time, in mm, the distance = slow ascent distance + fast ascent distance]
  45. M8070 Z7; if you don't need movement z, set it to 0
  46. ; [Dwelling time after ascending when Z axis is demolding]
  47. M8016 D0; The unit is ms (milliseconds),
  48. ;
  49. ; [X, Y, Z maximum stroke] The unit is mm
  50. M8024 I0; X maximum stroke, this axis is used for demoulding or scraping in the X direction. If there is no need to move in this direction, set the stroke to zero, and the manual interface cannot operate scraping. If it is set to non-zero, turn it on The axis will return to zero
  51. M8025 I0; Y maximum stroke, this axis is used to block the lens of the projector, the lens is blocked at the zero position, and it is not blocked at the maximum stroke position. If the axis movement is not required, set this parameter to 0, manual interface It can¡¯t be operated either. If a non-zero setting is set, the axis will return to zero after power-on.
  52. M8026 I155; Z maximum stroke, this stroke is the movement stroke of Z, be sure to measure it with a ruler, set it carefully, after the pause and print, the Z axis will stay at the maximum stroke position
  53. ;
  54. ;
  55. ; [XY axis limit switch position type]
  56. M8029 I0 ;0: Unilateral limit, only X-, Y-, Z- limit is used, Z+ is not used
  57. ; 2: Bilateral limit, if Z+ and Z- limit are used at the same time, Z+ can limit the maximum stroke of Z
  58. ;
  59. ;
  60. ;
  61. ; [XYZ limit switch wiring type] If this configuration is wrong, when the motor is operated in the manual interface, the motor cannot move in a certain direction and the buzzer
  62. ; There will be a dizzying sound.
  63. ; Simple judgment method, if the configuration is normal, the buzzer will emit a beep when the position is changed from not limit to limit.
  64. ; When the position is changed from the limit position to the limit position, the buzzer will not sound. If the phenomenon is found to be the opposite, please modify this configuration.
  65. M8029 T0 ;0: limit switch is normally open (when not limit,-and s voltage is high level, when limit is low level)
  66. ; 1: The limit switch is normally closed (when the limit switch is not limited, the voltage of-and s is low, and when the limit is high)
  67. ;
  68. ;¡¾Z-axis limit switch position¡¿
  69. M8029 S0 ;0: Limit when the extruder is closest to the platform, and the limit is connected to Z-
  70. ; 1: Limit when the extruder is farthest away from the platform, and connect Z+ to the limit
  71. ;
  72. ; [Whether the XYZ axis returns to (0,0,0) after homing,]
  73. M8029 C0 ;0: Return to XYZ(0,0,0) position, that is, the position where the extruder returns to the coordinate zero position
  74. ; ;1: Stay at the limit position
  75. ;
  76. ;;
  77. ;¡¾Fan 1 control¡¿
  78. M8030 I-2 ;>0: If you need to force fan 1 to automatically turn on the fan when the temperature is greater than a certain temperature, set a temperature greater than 0.
  79. ;0: If set to 0, the default is not to transfer
  80. ;-1: Always open MF
  81. ;-2: Open when the file is printed, close EF when not printed
  82. ;¡¾Fan 2 control¡¿
  83. M8030 T-2 ;0: If set to 0, the default is not to turn
  84. ;1: >0 Once exposed, fan 2 will turn, if no exposure, the fan will stop LED
  85. ;-1:<0 Always open MF
  86. ;-2: Open when the file is printing, close EF when not printing
  87. ;¡¾LED interface control¡¿
  88. M8030 S4; 0: Normally off
  89. ; 1: Normally open
  90. ;2: Open when the file is printed, close EF when not printed
  91. ;3: Close when the file is printed, open when not printed
  92. ;4: Once exposed, the LED will turn on, if not exposed, the LED will stop LED
  93. ; [Does the SD card/U disk support the display of folders]
  94. M8034 I1 ;0: not supported
  95. ; 1: Support
  96. ;
  97. ;¡¾The warm-up time of the projector when it is turned on¡¿
  98. M8070 T10; the unit is s
  99. ; [Projector communication baud rate, if serial port control is not needed, just set the baud rate to 0]
  100. M8070 I9600; Projector communication baud rate
  101. ;¡¾Projector boot command¡¿
  102. M8070'* 0 IR 001\r'; \r \n \t \x6e can be used to represent special characters such as carriage return, line feed, tabulation, and hexadecimal 0x6e, up to 40 characters
  103. ;¡¾Projector shutdown command¡¿
  104. M8071'* 0 IR 002\r'; projector shutdown command
  105. ;
  106. ;¡¾Machine Type¡¿
  107. M8080 I0 ;0: XYZ common type,
  108. ;
  109. ; [Thermal resistance type] Temperature sensor type
  110. M8081 I0 ;0: ideal NTC 100K 1% 3950 B,
  111. ;
  112. ;
  113. ; [Z zero point and limit position setting] 0: The limit position is the same as the Z zero point 1: The limit position is different from the Z zero point
  114. M8083 I1; The limit position is different from the zero point of Z, it needs to be used with M8084 Z* instruction
  115. ;
  116. ;
  117. ;; [Difference between Z limit point and zero limit, the value is usually positive]
  118. M8084 Z0; If you want to set the offset in the configuration, please remove the semicolon in front of the command line, and you can also configure the offset automatically through "Set Z to zero" on the interface
  119. ;
  120. ;
  121. ; [Start LOGO time]
  122. M8085 I3000; boot logo duration, minimum 100ms, maximum 6000ms
  123. ;¡¾Screensaver time¡¿
  124. M8085 T0; How long will it take to enter the screen saver interface in standby mode, the unit is second (s), when it is 0, it means that the screen saver is disabled
  125. ; [External drive settings]
  126. M8087 I0 T0 ;I: The setup time from the direction signal valid to the pulse signal high level, the unit is ns
  127. ; T: The shortest hold time of the pulse signal, the unit is ns, if there is no external drive control board, please set it to zero.
  128. ; Several external drive parameters: THB7128:I100000 T0 ;;;;TB6560:I40000 T0 ;;;TB6600:I100000 T0
  129. ;
  130. ;
  131. ;
  132. ;¡¾Action after printing¡¿
  133. M8489 P3; action after printing is completed
  134. ; 0: Turn off all motors,
  135. ; 1: No action after printing,
  136. ; 2: After printing is completed, return to zero, and the motor will not be powered on
  137. ; 3: After printing is completed, it will drop to the maximum stroke of Z, and the motor will not be energized
  138. ;
  139. ;¡¾¡¾¡¾¡¾¡¾¡¾¡¾Save Parameter¡¿¡¿¡¿¡¿¡¿¡¿¡¿This parameter must not be less, otherwise the parameter cannot be saved to the device
  140. M8500; save configuration
  141. ;