mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	NEW: add Device view for third-party printers
cherry-picked from SoftFever Change-Id: I36b2fa0227886e4fac494c8b83e12f4fc0b04e17 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
		
							parent
							
								
									5f04066ac0
								
							
						
					
					
						commit
						efd65561a2
					
				
					 27 changed files with 1797 additions and 60 deletions
				
			
		
							
								
								
									
										18
									
								
								resources/web/device/css/home.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								resources/web/device/css/home.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| body | ||||
| { | ||||
|     background-color:#eeeeee; | ||||
|     font-family: Arial, sans-serif; | ||||
|     display: flex; | ||||
|     justify-content: center; | ||||
|     align-items: center; | ||||
|     height: 100vh; | ||||
|     margin: 0; | ||||
| } | ||||
| 
 | ||||
| .container { | ||||
|     text-align: center; | ||||
|     padding: 30px; | ||||
|     border-radius: 10px; | ||||
|     background-color: #ffffff; | ||||
|     box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1); | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Stone Li
						Stone Li