{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":157293887,"defaultBranch":"Voron2.4","name":"Voron-2","ownerLogin":"VoronDesign","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-11-12T23:57:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/44981431?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1689715099.0","currentOid":""},"activityList":{"items":[{"before":"7b16b35ad248cb52b8fb6822a9aa5af6603d15dc","after":"9b183c716ae0c31d565574278684e03f0455c15e","ref":"refs/heads/Voron2.4","pushedAt":"2024-03-15T14:41:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nemgrea","name":null,"path":"/nemgrea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52015997?s=80&v=4"},"commit":{"message":"Rename Voron2_M8P_config.cfg to Voron2_M8P-v1.0_config.cfg (#471)\n\nThis is the M8P v1.0 pinout (check stepper_z2 on motor 6 to confirm the difference.","shortMessageHtmlLink":"Rename Voron2_M8P_config.cfg to Voron2_M8P-v1.0_config.cfg (#471)"}},{"before":"159c9c9f0f6222509782b5cd7f842d2edadc4990","after":"7b16b35ad248cb52b8fb6822a9aa5af6603d15dc","ref":"refs/heads/Voron2.4","pushedAt":"2024-02-29T20:19:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nemgrea","name":null,"path":"/nemgrea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52015997?s=80&v=4"},"commit":{"message":"Voron 2.4 Kraken Config (#464)\n\n* Create Voron2_Kraken_Config.cfg\r\n\r\n* Add files via upload","shortMessageHtmlLink":"Voron 2.4 Kraken Config (#464)"}},{"before":"de7e89de1908e525d6d10eda453298bd9cc83d3b","after":"159c9c9f0f6222509782b5cd7f842d2edadc4990","ref":"refs/heads/Voron2.4","pushedAt":"2024-01-22T01:36:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KiloQubit","name":null,"path":"/KiloQubit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69389593?s=80&v=4"},"commit":{"message":"Rename [a]_z_tensioner_x4_9mm.stl to [a]_z_tensioner_9mm_x4.stl (#461)","shortMessageHtmlLink":"Rename [a]_z_tensioner_x4_9mm.stl to [a]_z_tensioner_9mm_x4.stl (#461)"}},{"before":"eed9310388c05c5733ce23a4408867ac4cfb2495","after":"de7e89de1908e525d6d10eda453298bd9cc83d3b","ref":"refs/heads/Voron2.4","pushedAt":"2023-11-22T19:46:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KiloQubit","name":null,"path":"/KiloQubit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69389593?s=80&v=4"},"commit":{"message":"Fix config file consistency and clarify GCode state command usage (#136) (#452)\n\nThe PRINT_END macro in the Octopus config file contains a pair of\r\nSAVE_GCODE_STATE/RESTORE_GCODE_STATE command. The purpose of those\r\ncommands is to allow the macro to perfom actions at the end of the\r\nprint and then restore the printer state as it was prior to the\r\nmacro's execution (restore coordinate system and speeds).\r\n\r\nHowever, there was some confusion as to the effect of those calls,\r\nparticularly the RESTORE_GCODE_STATE. What is desired is that the\r\nprinter state is restored but the toolhead position is not.\r\n\r\nTo clarify the intention and prevent any issues, the \"MOVE=0\"\r\nargument to RESTORE_GCODE_STATE is added as to explicitly prevent\r\nany toolhead position changes and a comment is added to describe\r\nthe purpose of the commands.\r\n\r\nSince having the commands in the PRINT_END macro is something that\r\nis needed, the same commands have also been added to any of the\r\nother configs which were missing it.","shortMessageHtmlLink":"Fix config file consistency and clarify GCode state command usage (#136…"}},{"before":"917d1806607a310198db97b555d9d45b31b7769b","after":"eed9310388c05c5733ce23a4408867ac4cfb2495","ref":"refs/heads/Voron2.4","pushedAt":"2023-10-29T18:05:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"raymondh2","name":"RaymondH","path":"/raymondh2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10180760?s=80&v=4"},"commit":{"message":"Update Voron2_Octopus_Config.cfg (#453)","shortMessageHtmlLink":"Update Voron2_Octopus_Config.cfg (#453)"}},{"before":"b70cb93cd764d2c18808f90f5d06b3a762ad94bd","after":"917d1806607a310198db97b555d9d45b31b7769b","ref":"refs/heads/Voron2.4","pushedAt":"2023-09-20T07:22:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"FHeilmann","name":"Florian Heilmann","path":"/FHeilmann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4352664?s=80&v=4"},"commit":{"message":"Update CI node to 16.","shortMessageHtmlLink":"Update CI node to 16."}},{"before":"e64c83bcb84d41c0324e104a1c911879174d08aa","after":"b70cb93cd764d2c18808f90f5d06b3a762ad94bd","ref":"refs/heads/Voron2.4","pushedAt":"2023-09-09T15:08:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nemgrea","name":null,"path":"/nemgrea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52015997?s=80&v=4"},"commit":{"message":"Update config files to reflect SSR rating instead of the old, incorrect \"warp\" rating. (#448)\n\n* Update Voron2_M8P_config.cfg\r\n\r\nChange bed_heater formula to insure max_power doesn't exceed SSR rating.\r\n\r\n* Update Voron2_Octopus_Config.cfg\r\n\r\nChange bed_heater formula to insure max_power doesn't exceed SSR rating.\r\n\r\n* Update Voron2_SKR_13_Config.cfg\r\n\r\nChange bed_heater formula to insure max_power doesn't exceed SSR rating.\r\n\r\n* Update Voron2_SKR_14_Config.cfg\r\n\r\nChange bed_heater formula to insure max_power doesn't exceed SSR rating.\r\n\r\n* Update Voron2_Spider_Config.cfg\r\n\r\nChange bed_heater formula to insure max_power doesn't exceed SSR rating.","shortMessageHtmlLink":"Update config files to reflect SSR rating instead of the old, incorre…"}},{"before":"e47cc70edbdb0c36916885b54a5e1f30f52a717a","after":"e64c83bcb84d41c0324e104a1c911879174d08aa","ref":"refs/heads/Voron2.4","pushedAt":"2023-09-07T02:32:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nemgrea","name":null,"path":"/nemgrea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52015997?s=80&v=4"},"commit":{"message":"updated CW2 chain anchor and fixed XY chain in cad assembly (#447)","shortMessageHtmlLink":"updated CW2 chain anchor and fixed XY chain in cad assembly (#447)"}},{"before":"33bc46f7a78c46af624c9329fa74a04eb8bc79f8","after":"e47cc70edbdb0c36916885b54a5e1f30f52a717a","ref":"refs/heads/Voron2.4","pushedAt":"2023-07-18T21:13:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KiloQubit","name":null,"path":"/KiloQubit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69389593?s=80&v=4"},"commit":{"message":"stealthburner integration (#436)\n\n* SB\r\n\r\n* Create readme.md\r\n\r\n* Update readme.md\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\n* cad\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\n* manual\r\n\r\n* Update Voron2_M8P_config.cfg\r\n\r\n* Update Voron2_Octopus_Config.cfg\r\n\r\n* Update Voron2_SKR_13_Config.cfg\r\n\r\n* Update Voron2_SKR_14_Config.cfg\r\n\r\n* Update Voron2_Spider_Config.cfg\r\n\r\n* Update Assembly_Manual_2.4r2.pdf\r\n\r\n* Delete Assembly_Manual_2.4r2.pdf\r\n\r\n* Create Assembly_Manual_2.4r2.pdf","shortMessageHtmlLink":"stealthburner integration (#436)"}},{"before":"49bb6751a979f317324b6c2c52e6dfefa33b9db0","after":"33bc46f7a78c46af624c9329fa74a04eb8bc79f8","ref":"refs/heads/Voron2.4","pushedAt":"2023-06-15T01:03:48.656Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KiloQubit","name":null,"path":"/KiloQubit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69389593?s=80&v=4"},"commit":{"message":"Update CI dependencies. (#434)","shortMessageHtmlLink":"Update CI dependencies. (#434)"}},{"before":"187cd73b3ceeb5aa03f8d1fd7792c543570150df","after":"49bb6751a979f317324b6c2c52e6dfefa33b9db0","ref":"refs/heads/Voron2.4","pushedAt":"2023-04-10T13:01:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nemgrea","name":null,"path":"/nemgrea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52015997?s=80&v=4"},"commit":{"message":"Added тαкυуα's M8P 1.0 config (#426)\n\n* Added тαкυуα's M8P 1.0 config\r\n\r\n* slight cleanup","shortMessageHtmlLink":"Added тαкυуα's M8P 1.0 config (#426)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEFsZdjQA","startCursor":null,"endCursor":null}},"title":"Activity · VoronDesign/Voron-2"}