miblooming / JZ-TS24-2

Get it
https://cxdiy.taobao.com/
86 stars 35 forks source link

There is no way to change the print head auto-home Gcode #31

Open Pilson66 opened 4 years ago

Pilson66 commented 4 years ago

I found that there is no way to change the print head auto-parking code. I tried to do this this in "GCODE" page, GcodeID = 8031, and I changed the line to mine (I need this workaround for some reason): Before: G28 X0 Y0 Z0 After: G28 X0 G28 Y0 G28 Z0 And after assembling the firmware, I found out that this code is not being called. Instead, the old code is called. After that, I`ve go to page "MOTION", and found that the block of movements along the axes, and the auto-home button do not have their own separate elements, and are made as one large picture, without the possibility of modifying each of these elements separately. Can this issue be fixed? Or at least add out the GcodeID, in which can edit the Gcode for auto-home?

Also, where can I edit the "Pause/Stop/Resume" Gcode ? It also need for some reason, related to the sad "feature" of my printer. (It need to disable stealthchop during print, and enable stealthchop at pause/stop/resume, before the display sends an auto-home command to the printer.).

miblooming commented 4 years ago

1.MOTION The order of Home of XYZ can be set in marlin. https://github.com/MarlinFirmware/Marlin/blob/e6a37ba2a05131873b4b1d1f2b6b2697c388f944/Marlin/Configuration_adv.h LINE 593: //#define HOME_Y_BEFORE_X

2.MOTION "Pause/Stop/Resume" Please try it on UIEditor: UI -> Custom Button -> Event Trigger

Best Regards LoomingXu

 

------------------ 原始邮件 ------------------ 发件人: "Vadym Pylypenko"<notifications@github.com>; 发送时间: 2020年1月28日(星期二) 晚上10:53 收件人: "miblooming/JZ-TS24-2"<JZ-TS24-2@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [miblooming/JZ-TS24-2] There is no way to change the print head auto-parking code (#31)

I found that there is no way to change the print head auto-parking code. I tried to do this this in "GCODE" page, GcodeID = 8031, and I changed the line to mine (I need this workaround for some reason): Before: G28 X0 Y0 Z0 After: G28 X0 G28 Y0 G28 Z0 And after assembling the firmware, I found out that this code is not being called. Instead, the old code is called. After that, Ive go to page "MOTION", and found that the block of movements along the axes, and the auto-home button do not have their own separate elements, and are made as one large picture, without the possibility of modifying each of these elements separately. Can this bug be fixed? Or at least add out the GcodeID, in which can edit the Gcode for autohome?

Also, where can I edit the "Pause/Stop/Resume" Gcode ? It also need for some reason, related to the sad "feature" of my printer. (It need to disable stealthchop during print, and enable stealthchop at pause/stop/resume, before the display sends an auto-home command to the printer.).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

miblooming commented 4 years ago

TIM20200202122920

Pilson66 commented 4 years ago

What exactly needs to be entered in the "Action" field? I tried to enter the Gcode string and GcodeID, in both cases it reporting about syntax error. 2020-02-02_14-01 2020-02-02_14-02

miblooming commented 4 years ago

TI20200203181042