#hazzy Logs

Feb 14 2020

#hazzy Calendar

07:40 AM Lcvette: morning
07:43 AM hazzy-m: morning
08:05 AM dremeier[m]: good morning
08:11 AM dremeier[m]: hazzy: TurBoss Kurt Jacobson (Gitter) in stdglue.py I would like to import the value from the 'class VCPSettingsLineEdit'. So that I can use the the value in a remaped macro.
08:11 AM dremeier[m]: Is it possiable and if yes how?
08:13 AM hazzy-m: No, it is not possible because the stdue.py does not run in the same interpretor as qtpyvcp
08:13 AM Lcvette: from a lvcplineedit in the gui its already built and setup
08:14 AM Lcvette: hazzy i discovered something in macros
08:15 AM Lcvette: while i was updating the load spindle sub, i have a safety built in so you can't load the same tool twice in the carousel, when that safety is inside an if else staetement... when i put the next coolant aiming if statement it no longer needs the m66
08:15 AM Lcvette: i guess at the conclusion of the if statement it completes the code inside before moving to the next one
08:15 AM dremeier[m]: thx hazzy, then it is also not possible in a py macro instead ngc?
08:18 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/oUqQAEfucUzqHKttglWmgClC >
08:18 AM Lcvette: for instance, this works with the m66 coded out
08:19 AM TurBoss: morning
08:20 AM Lcvette: i think that o<100> endif concludes the internal statement and all functions inside it are completed at the endif statement
08:20 AM Lcvette: morning turboss!
08:24 AM Lcvette: turboss... i found another solution too
08:25 AM Lcvette: \o/
08:25 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/zlnFwzOogTUllhWBcXGdnNQP >
08:25 AM Lcvette: this works perfectly
08:26 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/DaZKIaZytCgsngWqaRUYdZJm >
08:26 AM Lcvette: that simpleo<010> acts like a task completer
08:26 AM TurBoss: oh
08:26 AM TurBoss: cool
08:27 AM TurBoss: les wiring
08:27 AM Lcvette: and since 1 always equala 1 it will always run
08:27 AM Lcvette: yes
08:27 AM Lcvette: works out of the box with no hal intervention
08:27 AM Lcvette: \o/
08:28 AM Lcvette: i figured it while updading the load spindle safety
08:28 AM Lcvette: it ran the G43 T# H# inside an if statement
08:30 AM TurBoss: https://comics.ha.com/itm/video-games/nintendo/nintendo-play-station-super-nes-cd-rom-prototype-sony-and-nintendo-c-1992/a/7224-93060.s?ic4=GalleryView-ShortDescription-071515
08:30 AM TurBoss: do you guys have some spare moneys?
08:34 AM dremeier[m]: Lcvette: how do you call <M6_tool_call_main_panel>? is that a remap or a direct call from a Button?
08:34 AM Lcvette: call from button
08:35 AM dremeier[m]: ah, ok thats why the variables are available like #<activate_pogrammable_coolant>
08:36 AM Lcvette: those are pulled from a newly added settings box
08:36 AM Lcvette: i the gui
08:36 AM dremeier[m]: I saw, alread pulled :-)
08:36 AM dremeier[m]: ^^allready
08:37 AM Lcvette: i will write in some code to make the entry to activate into a button
08:37 AM Lcvette: checkable and persistent
08:37 AM Lcvette: if thats possible
08:38 AM Lcvette: lol
08:38 AM Lcvette: or leave it as is
08:38 AM Lcvette: maybe better
08:39 AM dremeier[m]: the variables will be stored in the .settings.json so they will be recalled when staring the vcp again, thas fine - or not?
08:39 AM Lcvette: yes
08:39 AM Lcvette: i think if you have programmable coolant you would always want it active
08:39 AM Lcvette: at least i would
08:40 AM dremeier[m]: If you have it, sure :-!
08:40 AM dremeier[m]: so you build one for me too, then I will leave it alsways on as well :-)
08:41 AM Lcvette: you can turn it off with a 0 in the box
08:41 AM Lcvette: by passes it
08:42 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/LSATiiRaFAXRiWjzBMBqrqor >
08:43 AM Lcvette: second line activates it
08:43 AM Lcvette: the else statement returns to base sub
08:43 AM dremeier[m]: really, wow amazing - no joke. I study you code already
08:44 AM Lcvette: i can get around with macros pretty well, but sometimes i get stumpers like yesterday
08:44 AM Lcvette: kicked my butt for 6 hours until turboss helped
08:44 AM Lcvette: and then this morngin in 5 minutes i discovered another solution
08:44 AM Lcvette: lol
08:44 AM Lcvette: /o\
09:02 AM dremeier[m]: I understand you well, I´m sitting here for two days, trieing to figure out, how to get the variables in a remaped ngc, damm, then hazzy says it is not possible :-(
09:04 AM Lcvette: What variables are you trying to get in the NGC
09:05 AM dremeier[m]: the variables from VCPSettingsLineEdit, I mean from the screen
09:06 AM dremeier[m]: I can get these in normal ngc but not in remaped like M6
09:06 AM Lcvette: can't pull into the remapped ngc?
09:07 AM dremeier[m]: no like hazzy says^^
09:07 AM Lcvette: explain exactly what you are trying to do
09:08 AM Lcvette: any subroutine being run should be able to pull data in if formatted and setup in the gui
09:14 AM * dremeier[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/feeylotrbzxjLiPadvqzeRDs >
09:14 AM Lcvette: tell me and show me what you are trying to accomplish and i can see if i can help
09:14 AM Lcvette: are those variables setup in the gui?
09:14 AM dremeier[m]: sure!
09:14 AM Lcvette: ie the vcplineedit boxes named correctly?
09:14 AM dremeier[m]: As I say; I can use them in ngc, but if I remap the then it is not working
09:14 AM * Lcvette uploaded an image: Screenshot_2020-02-14_10-03-23.png (30KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/XDugctCWQOLTPEpnzYDqFCZD >
09:17 AM dremeier[m]: but if you remap in the .ini like : REMAP=M6 modalgroup=6 prolog=change_prolog ngc=toolchange epilog=change_epilog
09:17 AM dremeier[m]: than you can´t pull the variables from the gui. hazzy confimed that because stdglue.py does not run in the same interpretor as qtpyvcp
09:28 AM Lcvette: /o\
09:28 AM Lcvette: this is not working for me either
09:28 AM Lcvette: thats a disaster
09:29 AM Lcvette: everything i just did was designed around being able to adjust the remap with values from the ini
09:29 AM TurBoss: ?
09:29 AM dremeier[m]: indeed, a desaster
09:29 AM Lcvette: variables from the gui and not passed to the remap subroutines
09:29 AM Lcvette: * variables from the gui are not passed to the remap subroutines
09:30 AM dremeier[m]: but from should be possible
09:30 AM dremeier[m]: * but from ini should be possible
09:31 AM dremeier[m]: but nor working, i´m just trying
09:31 AM Lcvette: turboss, could this also be the issue with the load thing?
09:31 AM Lcvette: remap running on a different interpereter
09:31 AM TurBoss: is a python remap?
09:31 AM Lcvette: the atc remap
09:32 AM dremeier[m]: stglue py than ngc
09:32 AM Lcvette: the variables i call in the beginning are not being brought into the toolchange.ngc sub
09:32 AM TurBoss: sek
09:32 AM Lcvette: i tested with print and it does fine in the normal probe basic sim but in atc sim the variable always prints as 0.0000
09:33 AM TurBoss: toolchange.ngc?
09:33 AM Lcvette: yes
09:33 AM TurBoss: #13 14 15?
09:33 AM Lcvette: i had to shuit things off
09:34 AM Lcvette: yes those do not pass
09:34 AM Lcvette: which means it cannot be setup from within the gui
09:34 AM TurBoss: they are in #1 #2 and #3 but you are overriding it with pockets
09:34 AM Lcvette: :(
09:35 AM Lcvette: no i changed
09:35 AM Lcvette: made the #13, 14, 15
09:35 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/lmtCxgfWAvXCbQsfjwczMpbj >
09:36 AM TurBoss: try this
09:36 AM * TurBoss sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/gxnwrcRekyVXVpQjQqNQMyCQ >
09:36 AM Lcvette: this prints 0.00000
09:36 AM Lcvette: i removed the other stuff at the bottom
09:37 AM Lcvette: and made it so that it goes through a tool change clean without the bad character b
09:37 AM Lcvette: that is not the issue
09:37 AM Lcvette: and that would over write the #1 #2 #3 tools
09:37 AM TurBoss: ok
09:37 AM dremeier[m]: toolchange.ngc is call from remap, right?
09:37 AM Lcvette: you can bring in the variable at whatever number you like
09:38 AM Lcvette: i did it all the time in the probe routines
09:38 AM TurBoss: oh
09:38 AM Lcvette: this is just not getting the info
09:38 AM TurBoss: reverse the order
09:38 AM Lcvette: not the issue
09:38 AM Lcvette: the formatting is sound
09:38 AM dremeier[m]: so variables from the gui will not pass because the interpreter works not the same level as linuxcnc, as hazzy says
09:39 AM dremeier[m]: * so variables from the gui will not pass because the qtpyvcp interpreter works not the same level as linuxcnc, as hazzy says
09:39 AM * Lcvette uploaded an image: image.png (38KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/hgOYguasvQhbdksuUXNjaeHp >
09:40 AM * TurBoss sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/PWpfxqQLrjNPtwIzpnGHJDqI >
09:40 AM Lcvette: no
09:40 AM Lcvette: because i always assign them that way
09:40 AM dremeier[m]: I tried everythin since two day , no change
09:41 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/MFuGQYTXSPYFcxtjCsrpssVK >
09:41 AM Lcvette: but i will try it just to be sure
09:43 AM Lcvette: that way it dsays the variable is not defined
09:44 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/dCEloMoyEpmosIdyyJRwAjxR >
09:44 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/zPXlhLhjbBGKcDrwrQraLlaN >
09:44 AM Lcvette: that was trying it this way
09:45 AM Lcvette: i guess for my situation i can define the values in the remapped subroutines
09:46 AM Lcvette: and it will work, but just not editable on the fly from the gui
09:46 AM TurBoss: 😕
10:02 AM dremeier[m]: Lcvette: how to you write your code in these black boxes here in Riot ^^?
10:02 AM Lcvette: ``` ```
10:04 AM Lcvette: ```blank
10:04 AM Lcvette: you have to use the symbol inside the parenthesis at the start of the code but for some reason mine always deletes the first line, maybe turboss knows why
10:04 AM Lcvette: * ```blank
10:04 AM Lcvette: (```)
10:04 AM Lcvette: ```
10:04 AM dremeier[m]: ``` like this
10:04 AM Lcvette: use the symbols inside the parenthesis
10:05 AM Lcvette: but for some reason it cuts off the first line
10:05 AM dremeier[m]: ``` like this ```
10:05 AM Lcvette: it is for copy and paste of code
10:05 AM Lcvette: yes
10:05 AM Lcvette: ```like that
10:05 AM Lcvette: * ``` like
10:05 AM Lcvette: ```
10:05 AM dremeier[m]: put the same at the end and it works
10:05 AM Lcvette: * `yes
10:05 AM TurBoss: ```
10:05 AM TurBoss: :P
10:05 AM Lcvette: how to do turboss?
10:05 AM Lcvette: mine always cuts off the first line
10:06 AM dremeier[m]: the sam at the END ^^
10:06 AM TurBoss: i shift enter first line
10:06 AM Lcvette: ```like this```
10:06 AM Lcvette: ah ok
10:06 AM Lcvette: ```
10:06 AM Lcvette: ah that works too
10:07 AM Lcvette: :D
10:07 AM Lcvette: \o/
10:07 AM * dremeier[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/GfCDrHUWhiUenhRTJkwyJAdN >
10:08 AM * dremeier[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/FjNRNMuuFQSlXhIvDQMtNABQ >
10:08 AM dremeier[m]: but tha does not work, I got return '######'
10:08 AM Lcvette: y
10:08 AM dremeier[m]: * but that does not work, I got return '######'
10:09 AM Lcvette: :(
10:10 AM dremeier[m]: but in the Linuxcnc repro are examples, which does exactly the same and it works, but can´t figure out how they do that :-(
10:30 AM Lcvette: well i have it working in the remap now
10:30 AM Lcvette: but its not connected to the gui
10:30 AM Lcvette: :(
10:31 AM dremeier[m]: what is working?
10:31 AM Lcvette: programmable coolant
10:31 AM Lcvette: but its all self contained in the remap
10:31 AM Lcvette: cannot use outside variables
10:32 AM dremeier[m]: ah, ok
10:32 AM Lcvette: have to define actual numbers in the remapped subs
10:33 AM dremeier[m]: look at this:
10:33 AM dremeier[m]: '''https://github.com/araisrobo/linuxcnc/blob/master/configs/sim/remap/manual-toolchange-with-tool-length-switch/nc_subroutines/manual_change.ngc'''
10:34 AM dremeier[m]: here it is working, maybe you understand how.
10:37 AM Lcvette: whenever the word pins shows up im sumb
10:38 AM Lcvette: but as for the ini file
10:38 AM Lcvette: it looks like he has established hard variables in the ini and is pulling them, i understand the [CHANGE_POSITION]
10:39 AM Lcvette: thats pretty standard
10:39 AM Lcvette: so i suppose you can pull data in from the ini
10:39 AM Lcvette: in a remap
10:41 AM dremeier[m]: ^^ as I wrote at 1700, it does not work for me, If I use the example it works ^^
10:42 AM Lcvette: Are you testing in probe basic?
10:42 AM Lcvette: Small section first
10:43 AM dremeier[m]: in sim_atc_metric
10:44 AM Lcvette: What are you testing?
10:44 AM Lcvette: Test code
10:44 AM dremeier[m]: please look at 1700 ^^
10:45 AM * dremeier[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/fSmTNTjdZNxDpqahbPkpKwKO >
10:46 AM dremeier[m]: (debug, Z #<_ini[change_position]z> X #<_ini[change_position]x> Y #<_ini[change_position]y>)
10:46 AM * dremeier[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/cGUFSEyWFVNlWSpofEtSAkMU >
10:47 AM * dremeier[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/TDqkmPpkusWHKEthQGOIRTlx >
10:48 AM * dremeier[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/GpluAPgOksyERCXzVrQmEHht >
10:51 AM Lcvette: try assigning them in the remap ngc
10:51 AM Lcvette: #130 = #<_ini[CHANGE_POSITION]z>
10:52 AM Lcvette: and try capitalizing [CHANGE_POSITION} in the debug
10:54 AM dremeier[m]: remap.ngc is not in atc_sim/macros_sim_metric.
10:54 AM Lcvette: * and try capitalizing [CHANGE_POSITION] in the debug
10:55 AM Lcvette: ?
10:55 AM Lcvette: REMAP.NGC WAS NEVER IN THERE
10:55 AM Lcvette: the remap is called from the ini and the files are defined in the ini
10:55 AM dremeier[m]: whre is ist?
10:55 AM Lcvette: and those files are in the subroutine folder
10:55 AM Lcvette: its nowhere
10:55 AM Lcvette: doesn't exist
10:56 AM Lcvette: you define the files to be called in the remap in the ini
10:56 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/ajEkXoFDItuxeUHAbtEeKCrx >
10:57 AM Lcvette: it does not call for a remap.ngc
10:57 AM Lcvette: uses toolchange.ngc
10:58 AM dremeier[m]: sorry but did you read my posts^^
10:59 AM dremeier[m]: I know, I did it ^^
11:00 AM Lcvette: not sure what your question is
11:00 AM Lcvette: you posts are jumbled
11:00 AM Lcvette: rephrase here
11:00 AM Lcvette: below
11:00 AM dremeier[m]: lol , ok one after the other...
11:01 AM dremeier[m]: I´m trying to pull a varable from ini to a remaped ngc
11:01 AM Lcvette: yes
11:01 AM Lcvette: using the link
11:01 AM dremeier[m]: * I´m trying to pull a variable from ini to a remaped ngc
11:01 AM Lcvette: i checked it
11:01 AM Lcvette: i suggest to you to first try capitalizing [CHANGE_POSITION] in your debug messages
11:02 AM Lcvette: and then try defining the variables in the file you are working in the "remap" ngc meaning whatever file you are in or have named
11:02 AM Lcvette: toolchange.ngc
11:02 AM Lcvette: ?
11:02 AM Lcvette: define them like:
11:03 AM Lcvette: ```
11:03 AM Lcvette: #130 = #<_ini[CHANGE_POSITION]z>
11:03 AM Lcvette: then debug afterwards
11:03 AM Lcvette: you have not yet used it in the file for it to be available
11:03 AM Lcvette: maybe thats it?
11:04 AM Lcvette: try those things and let me know
11:10 AM * dremeier[m] uploaded an image: image.png (468KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/ADJVJWLNWSktTBeQQopyxWnj >
11:10 AM * dremeier[m] uploaded an image: image.png (40KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/EnWlytZVQsOmOJDsEZvCfLqd >
11:10 AM dremeier[m]: not working
11:11 AM Lcvette: imm testing here too
11:11 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/KEPmWoVHMMDqYEAFnUFltOcs >
11:13 AM Lcvette: that was from 2011, maybe something has changed since then?
11:13 AM Lcvette: the link you sent
11:13 AM Lcvette: turboss are you around?
11:13 AM Lcvette: maybe turboss or hazzy knows
11:14 AM TurBoss: sorry away
11:18 AM Lcvette: dremeier: i dunno, can't make it work here either
11:19 AM dremeier[m]: <Lcvette "that was from 2011, maybe someth"> don´t belive, because I tested ,the link I gave, actual with Linuxcnc 2.9 in the same environment and works
11:20 AM Lcvette: not sure then
11:20 AM dremeier[m]: craizy 🤔
11:21 AM Lcvette: m sure its something simple
11:21 AM Lcvette: but i can't see it
11:21 AM dremeier[m]: mybe it is due to the screen, axis vs qtpyvcp?
11:21 AM Lcvette: maybe
11:22 AM Lcvette: ah i see
11:22 AM Lcvette: try it in a non remapped file
11:22 AM Lcvette: he says thats a remap but i don't see anything in the ini structuring it as a remap
11:23 AM Lcvette: think its the same situation with not being able to pull data from the gui in remap
11:23 AM Lcvette: that isn't a remap
11:23 AM Lcvette: its just a regular subroutine even though he has labeled it under a remap folder
11:23 AM dremeier[m]: it is a remap : REMAP= M6 modalgroup=6 prolog=change_prolog ngc=manual_change epilog=change_epilog
11:24 AM dremeier[m]: ^^ from manualtoolchange.ini
11:27 AM Lcvette: did you try putting the [CHANGE_POSITION] underneath the rs274 section in your ini?
11:27 AM Lcvette: maybe thats it?
11:27 AM Lcvette: i dunno
11:27 AM Lcvette: im stumped
11:27 AM Lcvette: heading into the shop need to get some work done
11:28 AM dremeier[m]: yes I did
11:28 AM dremeier[m]: good luck in your shop and have fun :-)
11:32 AM Lcvette: dremeier: what is your goal?
11:32 AM Lcvette: i had a thought
11:33 AM Lcvette: if you just want to define the tool change position, you can do that in the ini
11:33 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/BRjSyeqWAMysvIddMOLeQgYA >
11:34 AM Lcvette: http://linuxcnc.org/docs/2.8/html/config/ini-config.html#_emcio_section
11:34 AM * Lcvette sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/LrSRBDgnlZoTIksNasXpTrOn >
11:34 AM Lcvette: quill up means it makes a safe move to z first
11:35 AM Lcvette: and for atc stuff that is defined in the files themselves
11:36 AM Lcvette: or if you want to define the G30 tool change position in the gui then all you have to do is call for G30 in the subroutine
11:36 AM Lcvette: so waht are you trying to accomplish overall?
11:39 AM dremeier[m]: ^^ thank you but all this I know. I like to have a setup page where I can put all my settings in. I´ve a very complex machine and need a lot of differend settings. so I start with a easy task "position". but then there should follow a lot more.
11:40 AM dremeier[m]: It is really a mess to setup linuxcnc to a complex machine :-(
11:40 AM Lcvette: i gtocha
11:41 AM Lcvette: * i gotcha
11:41 AM Lcvette: so you are trying to establish the fiundamentals
11:41 AM Lcvette: to expand your goals
11:41 AM dremeier[m]: yes
11:41 AM Lcvette: yeah that remap issue with interp is a bitch
11:42 AM Lcvette: you may have to do what im doing and code it in manually for remap calls
11:43 AM dremeier[m]: what if we try in python, may it is working with that? no clue!
11:44 AM dremeier[m]: the last thing I´ll try is to put in the variables to motion-analog-in
11:44 AM dremeier[m]: but this is so complex and find it not usefull
11:45 AM Lcvette: pythin im no bueno with
11:45 AM Lcvette: * python im no bueno with
11:45 AM Lcvette: im just starting to elarn it
11:45 AM Lcvette: * im just starting to learn it
11:48 AM dremeier[m]: for me too
11:49 AM dremeier[m]: will just learn the minimum I need to understand whats happen, but I guess I can´t understand, I to silly :-)
12:23 PM dremeier[m]: Here you can see my machine during manual toolchange, just to give you an impression.
12:23 PM dremeier[m]: https://www.youtube.com/watch?v=bwemhlLCpsU
12:38 PM Lcvette: that laser tool sensor looks sweet!
12:38 PM Lcvette: im sure its crazy expensive
12:39 PM dremeier[m]: I got cheap :-)
12:40 PM dremeier[m]: also for that Laser I need some variables and routines
12:41 PM dremeier[m]: I just tried qtpyvcp instead axis, and the variables from ini can be pulled in a remaped ngs :-) it works, now we have the evaluate how it works that way
12:42 PM dremeier[m]: * I just tried qtpyvcp instead axis, and the variables from ini can be pulled in a remaped ngc :-) it works, now we have the evaluate how it works that way
12:43 PM Lcvette: yeah that is a hazzy or turboss thing
12:43 PM Lcvette: if it works in axis and not qtpyvcp
12:44 PM Lcvette: will need to resolve why
12:45 PM Lcvette: whats the laser price?
12:45 PM Lcvette: can't find it online
12:46 PM dremeier[m]: "I just tried qtpyvcp instead axis, and the variables from ini can be pulled in a remaped ngc :-) it works, now we have the evaluate how it works that way
12:46 PM dremeier[m]: What did I expressed wrong^^? It works in qtpyvcp as well! please correct me
12:47 PM Lcvette: you got it working in qtpyvcp now?
12:47 PM dremeier[m]: yes
12:47 PM Lcvette: what was the issue?
12:48 PM dremeier[m]: but with the config of the example from linuxcnc as before with axis.
12:49 PM dremeier[m]: so it is not working with the atc_sim or probe_basic config
12:50 PM Lcvette: i will look some more this evening
12:50 PM dremeier[m]: The Laser you will not find in the net, because it is for manufactures only. Normal price around 6000$
12:51 PM dremeier[m]: I got if for 1200 bugs
12:51 PM dremeier[m]: new!
12:51 PM Lcvette: wow
12:51 PM Lcvette: too expensive for me
12:52 PM dremeier[m]: haha, you mill is about 20000$?
12:52 PM Lcvette: no i got my machine cheap
12:52 PM Lcvette: i have about $14k total with everything
12:52 PM dremeier[m]: cool !
07:30 PM hazzy-m: dremeier: reading INI variables has to be turned on, its an interpreter option
07:30 PM Lcvette: how do you turn it on?
07:31 PM hazzy-m: there is a mask i think
07:31 PM hazzy-m: sek
07:34 PM * hazzy-m sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/HNLCTxHZBoXnQGkBTejwPvpL >
07:34 PM hazzy-m: add that to your INI
07:34 PM Lcvette: ah ha
07:34 PM hazzy-m: its a bit mask
07:35 PM hazzy-m: 4 for reading INI vars, 8 for reading HAL pins, add them together and use 12 for being able to do both
07:56 PM * Lcvette uploaded an image: 1581731205753.JPEG (82KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/QvjYClANlTCsbOrxoUHZsYwU >
07:56 PM * Lcvette uploaded an image: 1581731197337.JPEG (83KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/GpsoJTJfDbKzPwLOyrJBhuSk >
07:56 PM * Lcvette uploaded an image: 1581731090674.JPEG (92KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/NcCiRkoWIhmNcKKYYKJdWmHI >
07:57 PM Lcvette: hazzy ^^^
07:57 PM Lcvette: operation laser coolant pew pew pew almost complete
07:57 PM Lcvette: :D
07:57 PM Lcvette: \o/
07:57 PM hazzy-m: saweet!
07:58 PM Lcvette: will try and get everything mounted and plumbed and wired this weekend hopefullu
07:58 PM Lcvette: * will try and get everything mounted and plumbed and wired this weekend hopefully
07:58 PM Lcvette: take it for a spin!
07:59 PM Lcvette: pun uintended
07:59 PM Lcvette: * pun intended
07:59 PM Lcvette: :D
07:59 PM hazzy-m: lol
08:26 PM roguish[m]: good night all......
08:51 PM * dremeier[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/dxMwLuopeOQdFmByCIUgTQOu >
08:55 PM Lcvette: Working now?
09:24 PM Tom_itx is now known as Tom_L
09:28 PM hazzy-m: hmm
11:54 PM Lcvette: Stumper hazzy?
11:54 PM Lcvette: Is there a way to pull variables from the gui to the remaps? Or can there be?