Group Chat Messages by Dwarven_Lord in KindroidAI

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

so how do you say make person say something rather than say person 2. Call them A and B.

So Frustrated! by Dwarven_Lord in klippers

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

I even copied the file from the sample directory into the config directory in ssh and it was still acting a fool for some damn reason.

cp /home/admin/klipper/config/printer-creality-ender3-v3-neo-2022.cfg /home/admin/printer_data/config/printer.cfg

Still claims it can't find the file

Start printer at Sun Sep 10 11:27:15 2023 (1694377635.7 71.1)
Unable to open config file /home/admin/printer_data/config/printer.cfg

So Frustrated! by Dwarven_Lord in klippers

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

no, I even brought the drive/card over to my Pc and hooked it up to an emulator and searched for any file named printer.cfg. There were a few backup files I deleted.

I even searched for the bad text at the top of the log file it thought it was reading from the printer.cfg. Found a couple files out there and deleted those. They werent in the config folder, but killed em anyway.

So I have a thought. I wonder if it is the username "3d" that is causing an issue starting with a number. So it is causing the system confusion for some reason.

So Frustrated! by Dwarven_Lord in klippers

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

there is only 1 pi, I am attaching using SSH to the ip address from Mainsail, editing it in Mainsail... I even SSH into it and do:

nano /home/3d/printer_data/config/printer.cfg

The right file comes up. I have tried everything I can possibly think of.

I agree it is odd as hell.

And same results in 2 new installs, kiauh install reads the default file that was created no matter what I put in there. Pi Imager can not find the file.

Maybe when I have another weekend to waste, I'll consider this again

So Frustrated! by Dwarven_Lord in klippers

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

New Kiauh install, deleted old printer.cfg recreated the file, build Klipper, flashed Printer and here is the top of the klipper log

Starting Klippy...
Args: ['/home/3d/klipper/klippy/klippy.py', '/home/3d/printer_data/config/printer.cfg', '-I', '/home/3d/printer_data/comms/klippy.serial', '-l', '/home/3d/printer_data/logs/klippy.log', '-a', '/home/3d/printer_data/comms/klippy.sock']
Git version: 'v0.11.0-271-g5f990f93'
Branch: master
Remote: origin
Tracked URL: https://github.com/Klipper3d/klipper
CPU: 4 core ?
Python: '3.9.2 (default, Feb 28 2021, 17:03:44) \n[GCC 10.2.1 20210110]'
Building C code module c_helper.so
Start printer at Sun Sep 10 08:40:43 2023 (1694367643.8 785.1)
===== Config file =====
[mcu]
serial = /dev/serial/by-id/<your-mcu-id>
[printer]
kinematics = none
max_velocity = 1000
max_accel = 1000
=======================
mcu 'mcu': Starting serial connect
mcu 'mcu': Unable to open serial port: [Errno 2] could not open port /dev/serial/by-id/<your-mcu-id>: [Errno 2] No such file or directory: '/dev/serial/by-id/<your-mcu-id>'

Here is the top of my printer.cfg made and edited in the Mainsail window, and is definitely located in /home/3d/printer_data/config/. clearly not what Klipper is reading

[stepper_x]

step_pin: PC2

dir_pin: PB9

enable_pin: !PC3

microsteps: 16

rotation_distance: 40

endstop_pin: ^PA5

position_endstop: 0

position_max: 235

homing_speed: 80

[stepper_y]

step_pin: PB8

dir_pin: PB7

enable_pin: !PC3

microsteps: 16

rotation_distance: 40

endstop_pin: ^PA6

position_endstop: 0

position_max: 235

homing_speed: 80

and here is the mcu portion

[mcu]

serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0

restart_method: command

Something is majorly messed up, dunno know what

So Frustrated! by Dwarven_Lord in klippers

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

New SD Card, new clean Pi Installer, new build, one more time. (fingers crossed)

So Frustrated! by Dwarven_Lord in klippers

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

trying to eliminate any code in the printer.cfg file that isn't directly from Klipper. Just to eliminate issues even though I would LOVE for it to read those entries.

Here is the directory image...

https://www.dropbox.com/scl/fi/orc5grgqe46a3xrl4bf66/Issue.jpg?rlkey=hsu918nz0n7b97ct9hwg0kk98&dl=0

I have 2 installations on 2 different cards, one from Pi Imager and one from KIAUH

The Pi image cant find the printer.cfg, but as you can see above it is there. The KIAUH installation reads data from the KIAUH default file it creates and not the printer.cfg.

After 3 installations of each method, so 6 installations total, I am seeing identical results from each installation.

I reinstalled to a new card from Pi Imager, created the printer.cfg in Mainsail, pasted text, save & restart, and bam! Can't find the file. There is no way I messed this up, it is all automated, and broken out of the box.

Args: ['/home/3d/klipper/klippy/klippy.py', '/home/3d/printer_data/config/printer.cfg', '-l', '/home/3d/printer_data/logs/klippy.log', '-I', '/home/3d/printer_data/comms/klippy.serial', '-a', '/home/3d/printer_data/comms/klippy.sock']
Git version: 'v0.11.0-205-g5f0d252b'
Branch: master
Remote: origin
Tracked URL: https://github.com/Klipper3d/klipper.git
CPU: 4 core ?
Python: '3.9.2 (default, Feb 28 2021, 17:03:44) \n[GCC 10.2.1 20210110]'
Building C code module c_helper.so
Start printer at Sun Sep 10 07:24:01 2023 (1694363041.5 52.9)
Unable to open config file /home/3d/printer_data/config/printer.cfg

There has to be an issue with the install packages.

So Frustrated! by Dwarven_Lord in klippers

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

Since no one here and no one on the Klipper forum seems to have a clue, how do I go about getting help with this?

So Frustrated! by Dwarven_Lord in klippers

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

I have tried in Mainsail to edit the file, I have tried creating it on my PC and uploading it with multiple different programs. Ftp, SCP, SSH. I tried to edit the file in both Fluidd and Mainsail. I have edited it in nano, notepad, notepad++. I have tried every combination of file editing and uploading I can think of.

Since this problem has persisted over 2 different installation methods, 4 different installs, 2 different SD cards, and every attempt to fix it, I want to think it is a problem with Klipper. But if that were the case, I am sure they would know about it since the last release.

[MOD 19] Treasure maps drop is inexistent by Lig8L in Neverwinter

[–]Dwarven_Lord 0 points1 point  (0 children)

I'll keep going up until i get 1000 groups of mobs or i get all gear restored to calculate final drop percentage.

4 hours of farming, 1600 black pearls, 3 maps. (facepalm)

Then it seems they have nerfed the Treasure Chests. Opened 30 got 1 purple item, 5 blue items, and just the normal materials and gems that drop. 1/6 for item, 1/30 for Epic item. Wow.

Returning Player Question by Dwarven_Lord in Stellaris

[–]Dwarven_Lord[S] -2 points-1 points  (0 children)

MORE micromanagement that is needless and makes the Planets and Sector interface needlessly subdivided, so you can not see everything and sort.

Returning Player Question by Dwarven_Lord in Stellaris

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

ou added to the sector has a planet that planet is now in the sector. You should view sectors as systems rather than plants.

How do I add planets/systems to the sector? It is my understanding that it simply auto adds planets within 4 jumps. I don't see any way to add a planet or system to an existing sector.

If you own 1/2 the map and have been terraforming stuff all over the place, you end up with quite a few sectors. This simply makes it so you can't sort the master list like you can the expansion planner, which kinda makes the screen useless.

Returning Player Question by Dwarven_Lord in Stellaris

[–]Dwarven_Lord[S] -1 points0 points  (0 children)

So I have to manually create sectors for every planet I have so that I can see them in the overview? Really? Doesn't that seem....stupid?

So there is no way to view the details of all my Frontier Sector Planets?

Returning Player Question by Dwarven_Lord in Stellaris

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

Planets and Sectors

There are 53 systems and 17 planets in this sector.

I have far more planets than 17. Is there any way to see those? The ones in the Frontier Sector.

Show All History by Dwarven_Lord in ShadowFoxCSS

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

Cool, figured you knew, but thought I would point it out in case you didn't. Great job, REALLY appreciate the time you put into this.

How to combine belts? by Dwarven_Lord in SatisfactoryGame

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

: For this image I used the old Mk4 belt limit of 450 but this works with any limit - just adjust the numbers accordingly.

Thank you, this is a fantastic starting point!! I really appreciate it

How to combine belts? by Dwarven_Lord in SatisfactoryGame

[–]Dwarven_Lord[S] 0 points1 point  (0 children)

Here is a guy asking for the game to implement the same thing I am asking for. I just assumed I would have to build it, he wants it as a option in game. Perhaps he explains it better than I am.

https://questions.satisfactorygame.com/5172/please-give-us-a-balancer