본문 바로가기

반응형

전체 글

(39)
Kingroon KP3S pro s1의 3D Touch 설정에 대해서 킹룬 KP3S의 기본 펌웨어에서는 Z 레벨 오프셋을 수동 설정할 수 있는 방법이 없다. 그래서 펌웨어 설정 파일인 robin_nano_cfg.txt에서 Z_PROBE_OFFSET_FROM_EXTRUDER 값을 수동으로 설정하고 펌웨어 업데이트를 해야 한다. 킹룬 공식 홈페이지에는 KP3S pro 버전의 문서는 없고, KP3S에 3D Touch를 설치하는 매뉴얼만 있다. 문제는 여기서 제시하는 Z_PROBE_OFFSET_FROM_EXTRUDER 값인 -3.2를 그대로 사용하면, 십중팔구 노즐이 베드를 긁어버린다는 것이다. 그렇다고 기본값인 0으로 놓으면, 노즐이 허공에 필라멘트를 뿌리는 모습을 볼 수 있다. 마를린이나 클리퍼 같은 펌웨어를 설치한 게 아니라면, 할 수 없이 Z 오프셋을 때려 맞춰야 한다. ..
윈도에서 Git 사용시 파일명 소문자로 일괄 변경 윈도에서 Git을 사용할 때의 가장 큰 애로사항은, 파일명을 대문자나 소문자로 바꿀 때 발생합니다. 윈도는 맥이나 리눅스와 다르게 파일명의 대소문자를 구분하지 않고(case-insensitive), Git을 설치했을 때 대소문자를 구분하지 않도록 기본 설정되어 있습니다. 그래서 아무 생각 없이 파일명을 변경한 다음, 나중에 저장소를 풀 하면 파일명이 엉망진창이 됩니다. 이런 사태를 예방하기 위해서, Git으로 관리중인 파일의 파일명을 바꿀 때에는 Git mv 명령을 사용해서 바꿔야 합니다. 이 경우 윈도 같은 시스템에서는 대소문자가 다른 두 이름을 같은 이름으로 인식할 수 있기 때문에, 에러가 발생하는 경우에는 --force 로 강제하면 됩니다. git mv --force FileName.Ext file..
How to plan and manage your time and resources while developing a clicker game Developing a mobile game is a complex process, especially if you're doing it all by yourself. However, with careful planning and resource management, you can successfully complete the development of a high-quality clicker game. In this article, we'll look at some tips on how to manage your time and resources effectively while developing a mobile clicker game solo. Define Your Goals and Prioritie..
Incorporating storytelling elements to enhance player engagement and interest Clicker games, also known as idle games, have become increasingly popular due to their simple and addictive gameplay. However, to keep players engaged and interested, it's important to add elements that add depth and meaning to the game. One way to do this is by incorporating storytelling elements into your clicker game. Why Storytelling Matters in Clicker Games Clicker games are inherently repe..
Designing and implementing effective upgrades and power-ups in your clicker game Upgrades and power-ups are essential elements of most clicker games, as they provide players with a sense of progression and increase in strength. These elements can be the driving force behind player engagement and motivation, as players strive to upgrade their characters and gain new abilities. As a solo game developer, it's important to carefully design and implement upgrades and power-ups th..
Sustaining player interest and motivation through updates and content additions in your clicker game Keeping players interested and motivated is crucial to the success of your clicker game. Players need to feel engaged and invested in the game to continue playing and enjoying it. To sustain player interest, you need to continually update your game with new content, features, and challenges. In this article, we'll explore the key strategies for keeping players engaged and motivated through updat..
How to market and promote your clicker game effectively Marketing and promoting your clicker game is essential to ensure its success and reach a wide audience. With the vast number of games available on app stores and online, it's crucial to stand out and make your game known to potential players. In this article, we'll explore the key strategies for marketing and promoting your clicker game effectively. Identify Your Target Audience The first step i..
Implementing social features and leaderboards to increase player competition Adding social features and leaderboards to a clicker game can greatly increase player engagement and competition. Players love to compete with friends and other players to see who can progress the farthest in the game or achieve the highest score. In this article, we'll explore the importance of adding social features and leaderboards to your clicker game and how to implement them effectively. T..
Testing and optimizing the difficulty curve in your clicker game One of the key challenges in developing a successful clicker game is finding the right balance between difficulty and engagement. The difficulty curve should be challenging enough to keep players engaged, but not so difficult that they become frustrated and give up. In this article, we'll explore a detailed example of how to test and optimize the difficulty curve in your clicker game. The Initia..
Designing a user-friendly interface for your clicker game Designing a user-friendly interface is a critical aspect of any mobile game, and clicker games are no exception. A well-designed interface can make the difference between a game that is fun and engaging, and one that is frustrating and unplayable. Here are some tips and best practices for designing a user-friendly interface for your clicker game. 1. Keep it simple and clean The interface of a cl..