[閒聊] klipper fluuid.cfg

看板Marginalman作者 (小雲蟲)時間7月前 (2023/11/14 18:34), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
[gcode_macro _CLIENT_VARIABLE] variable_use_custom_pos : True ; use custom park coordinates for x,y [True/F alse] variable_custom_park_x : 100.0 ; custom x position; value must be within you r defined min and max of X variable_custom_park_y : 100.0 ; custom y position; value must be within yo ur defined min and max of Y #variable_custom_park_dz : 2.0 ; custom dz value; the value in mm to lift the nozzle when move to park position #variable_retract : 1.0 ; the value to retract while PAUSE #variable_cancel_retract : 5.0 ; the value to retract while CANCEL_PRINT #variable_speed_retract : 35.0 ; retract speed in mm/s #variable_unretract : 1.0 ; the value to unretract while RESUME #variable_speed_unretract : 35.0 ; unretract speed in mm/s #variable_speed_hop : 15.0 ; z move speed in mm/s #variable_speed_move : 100.0 ; move speed in mm/s #variable_park_at_cancel : False ; allow to move the toolhead to park while execute CANCEL_PRINT [True/False] #variable_park_at_cancel_x : None ; different park position during CANCEL_PRI NT [None/Position as Float]; park_at_cancel must be True #variable_park_at_cancel_y : None ; different park position during CANCEL_PRI NT [None/Position as Float]; park_at_cancel must be True ## !!! Caution [firmware_retraction] must be defined in the printer.cfg if you set use_fw_retract: True !!! #variable_use_fw_retract : False ; use fw_retraction instead of the manual v ersion [True/False] #variable_idle_timeout : 0 ; time in sec until idle_timeout kicks in. Value 0 means that no value will be set or restored #variable_runout_sensor : "" ; If a sensor is defined, it will be used t o cancel the execution of RESUME in case no filament is detected. ## Specify the config name of the runout sen sor e.g "filament_switch_sensor runout". Hint use the same as in your printer. cfg ## !!! Custom macros, please use with care and review the section of the corre sponding macro. ## These macros are for simple operations like setting a status LED. Please ma ke sure your macro does not interfere with the basic macro functions. ## Only single line commands are supported, please create a macro if you need more than one command. #variable_user_pause_macro : "" ; Everything insight the "" will be execute d after the klipper base pause (PAUSE_BASE) function #variable_user_resume_macro: "" ; Everything insight the "" will be execute d before the klipper base resume (RESUME_BASE) function #variable_user_cancel_macro: "" ; Everything insight the "" will be execute d before the klipper base cancel (CANCEL_PRINT_BASE) function #gcode: 在韌體裡加入 這段才能設定暫停後的噴頭位置 難怪之前都一直超出範圍 機器太多台有時都會忘記哪台機器的配置是怎樣 改天統一弄官方版本的好了 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 123.193.134.158 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Marginalman/M.1699958063.A.A7D.html
文章代碼(AID): #1bKqqlfz (Marginalman)